@import "tailwindcss";

:root {
  --ink: #12231d;
  --muted: #627069;
  --forest: #123f32;
  --forest-deep: #082b22;
  --forest-mid: #2c6852;
  --mint: #cef275;
  --mint-soft: #e9f8c7;
  --paper: #fbfaf5;
  --cream: #f1eee5;
  --line: #d9ded7;
  --orange: #e5764f;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button { cursor: pointer; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; }

.app-shell { min-height: 100vh; display: flex; flex-direction: column; }
.app-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(24px, 4vw, 64px);
  border-bottom: 1px solid rgba(18, 35, 29, .11);
  background: rgba(251, 250, 245, .96);
  backdrop-filter: blur(14px);
}
.app-header.compact { background: var(--white); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-family: Georgia, serif; font-size: 27px; font-weight: 700; letter-spacing: -.05em; }
.wordmark-mark { width: 31px; height: 31px; display: flex; align-items: flex-end; justify-content: center; gap: 3px; padding: 6px; border-radius: 50%; background: var(--forest); transform: rotate(-10deg); }
.wordmark-mark i { display: block; width: 4px; border-radius: 3px; background: var(--mint); }
.wordmark-mark i:nth-child(1) { height: 8px; }
.wordmark-mark i:nth-child(2) { height: 16px; }
.wordmark-mark i:nth-child(3) { height: 12px; }
.header-note { display: inline-flex; align-items: center; gap: 9px; color: #69766f; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.header-note i { width: 7px; height: 7px; border-radius: 50%; background: #90bd40; box-shadow: 0 0 0 4px rgba(144, 189, 64, .14); }
.eyebrow { margin-bottom: 14px; color: #52715f; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: #b4d0c2; }

/* Quiz — architecture en deux colonnes */
.quiz-page { background: linear-gradient(125deg, #f6f3eb 0 48%, var(--paper) 48%); }
.quiz-shell {
  width: min(1340px, calc(100% - 64px));
  min-height: calc(100vh - 120px);
  display: grid;
  grid-template-columns: minmax(330px, .82fr) minmax(570px, 1.18fr);
  gap: clamp(34px, 5vw, 84px);
  align-items: center;
  margin: 0 auto;
  padding: 48px 0;
}
.quiz-shell.is-focused {
  width: min(980px, calc(100% - 64px));
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
.quiz-shell.is-focused .quiz-card { min-height: 650px; }
.quiz-context {
  position: relative;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(36px, 5vw, 66px);
  border-radius: 18px;
  background: var(--forest-deep);
  color: var(--white);
  overflow: hidden;
  box-shadow: 0 32px 90px rgba(9, 42, 33, .2);
}
.quiz-context::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  right: -210px;
  top: -190px;
  border: 1px solid rgba(206, 242, 117, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(206, 242, 117, .025), 0 0 0 110px rgba(206, 242, 117, .018);
}
.quiz-context > * { position: relative; z-index: 1; }
.quiz-context h1 { max-width: 560px; margin-bottom: 24px; font-size: clamp(42px, 4.4vw, 66px); line-height: .98; }
.quiz-context h1 em { color: var(--mint); font-weight: 400; }
.quiz-context > div > p:not(.eyebrow) { max-width: 560px; margin-bottom: 29px; color: #c6d6cf; font-size: 16px; line-height: 1.65; }
.trust-list { display: grid; grid-template-columns: 1fr; gap: 8px; }
.trust-list span { min-height: 58px; display: grid; grid-template-columns: 22px max-content 1fr; align-items: center; gap: 8px; padding: 12px 14px; border: 1px solid #3a6254; border-radius: 8px; background: rgba(255, 255, 255, .055); color: #eef5f1; }
.trust-list svg { width: 18px; color: var(--mint); }
.trust-list b { font-size: 14px; line-height: 1.35; }
.trust-list small { color: #aec3b9; font-size: 13px; line-height: 1.4; }
.outcome-list { display: grid; border-top: 1px solid #31564a; border-bottom: 1px solid #31564a; }
.outcome-list article { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 13px; align-items: center; padding: 14px 0; }
.outcome-list article + article { border-top: 1px solid #294b3f; }
.outcome-list article > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(206, 242, 117, .12); color: var(--mint); font-size: 10px; font-weight: 850; letter-spacing: .06em; }
.outcome-list b, .outcome-list small { display: block; }
.outcome-list b { margin-bottom: 4px; color: #f3f7f4; font-size: 15px; line-height: 1.3; }
.outcome-list small { color: #aac0b5; font-size: 13px; line-height: 1.45; }
.quiz-context blockquote { margin: 64px 0 29px; padding: 21px 0 0; border-top: 1px solid #2c5043; color: #d5e2dc; font-family: Georgia, serif; font-size: 17px; line-height: 1.55; }
.loop-line { display: flex; align-items: center; gap: 9px; color: #7fa091; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.loop-line i { flex: 1; height: 1px; background: #31564a; }

.quiz-card {
  min-height: 620px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  border: 1px solid #d8ddd6;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 28px 80px rgba(30, 51, 43, .12);
  overflow: hidden;
}
.progress-head { display: flex; justify-content: space-between; padding: 23px clamp(25px, 4vw, 48px) 13px; color: #68766e; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.progress-head b { color: var(--forest-mid); }
.progress-track { height: 4px; margin: 0 clamp(25px, 4vw, 48px); border-radius: 8px; background: #e8ebe6; overflow: hidden; }
.progress-track span { display: block; height: 100%; border-radius: 8px; background: linear-gradient(90deg, #4b8068, var(--mint)); transition: width .35s ease; }
.screen { flex: 1; display: flex; flex-direction: column; padding: clamp(34px, 5vh, 56px) clamp(28px, 5vw, 64px) 29px; animation: reveal .3s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.screen-number { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 50%; background: var(--mint-soft); color: #47613b; font-size: 12px; font-weight: 800; }
.screen h2 { max-width: 760px; margin-bottom: 16px; font-size: clamp(34px, 3.5vw, 51px); line-height: 1.04; }
.screen-intro { max-width: 760px; margin-bottom: 27px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.field-label { display: grid; gap: 8px; color: #425149; font-size: 14px; font-weight: 700; }
.field-label > span { color: #89938e; font-weight: 400; }
.text-input { width: 100%; height: 54px; padding: 0 15px; border: 1px solid #cbd2ca; border-radius: 6px; outline: 0; background: #fdfdfb; color: var(--ink); font-size: 16px; transition: .18s ease; }
.text-input:focus, textarea:focus { border-color: var(--forest-mid); box-shadow: 0 0 0 3px rgba(44, 104, 82, .09); }
.choices { display: grid; gap: 8px; }
.choice { width: 100%; min-height: 60px; display: grid; grid-template-columns: 22px 1fr; align-items: center; gap: 12px; padding: 12px 15px; border: 1px solid #d5dbd4; border-radius: 7px; background: #fff; color: var(--ink); text-align: left; transition: .18s ease; }
.choice:hover { transform: translateX(3px); border-color: #8aa393; box-shadow: 0 8px 24px rgba(31, 61, 48, .07); }
.choice.is-selected { border-color: var(--forest-mid); background: #f6faed; box-shadow: inset 3px 0 0 var(--forest-mid); }
.choice-mark { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid #aab5ad; border-radius: 50%; color: var(--forest); }
.choice-mark svg { width: 12px; }
.choice.is-selected .choice-mark { border-color: var(--forest); background: var(--mint); }
.choice-mark.square { border-radius: 5px; }
.multi-choices .choice { min-height: 67px; }
.other-field { margin-top: 17px; }
.choice strong, .choice small { display: block; }
.choice strong { font-size: 14px; line-height: 1.4; }
.choice small { margin-top: 4px; color: #6f7c75; font-size: 13px; font-weight: 400; line-height: 1.4; }
.question-kicker { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 23px; }
.question-kicker span { color: #5e7669; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.question-kicker b { padding: 7px 9px; border-radius: 4px; background: var(--cream); color: #68766f; font-size: 12px; }
.answer-choices .choice { min-height: 57px; grid-template-columns: 27px 20px 1fr; }
.answer-letter { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 4px; background: #eff1ed; color: #65716b; font-size: 12px; }
.answer-choices .choice.is-selected .answer-letter { background: var(--forest); color: var(--mint); }

.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-fields .full { grid-column: 1 / -1; }
.domain-field { height: 52px; display: flex; align-items: center; overflow: hidden; border: 1px solid #cbd2ca; border-radius: 6px; background: #fdfdfb; transition: .18s ease; }
.domain-field:focus-within { border-color: var(--forest-mid); box-shadow: 0 0 0 3px rgba(44, 104, 82, .09); }
.domain-field b { align-self: stretch; display: flex; align-items: center; padding: 0 11px; border-right: 1px solid #dfe3de; background: #f1f3ef; color: #68766e; font-size: 12px; font-weight: 600; }
.domain-field input { min-width: 0; flex: 1; height: 100%; padding: 0 13px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 16px; }
.result-ready { display: grid; grid-template-columns: 50px 1fr; gap: 17px; align-items: start; margin-bottom: 25px; }
.result-ready > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--mint); }
.result-ready svg { width: 20px; }
.result-ready h2 { margin: 0 0 9px; }
.result-ready .screen-intro { margin: 0; }
.consent-item { display: flex; align-items: flex-start; gap: 11px; margin-top: 17px; color: #58665f; font-size: 13px; line-height: 1.5; cursor: pointer; }
.consent-item input { width: 17px; height: 17px; flex: 0 0 auto; accent-color: var(--forest); }
.privacy-note { display: flex; align-items: center; gap: 8px; margin: 14px 0 0; color: #6e7a73; font-size: 12px; }
.privacy-note svg { width: 15px; color: #52715f; }
.error { margin-top: 18px; padding: 12px 14px; border: 1px solid #efc3b3; border-radius: 6px; background: #fff5f0; color: #a64a2d; font-size: 13px; }
.actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-top: auto; padding-top: 27px; }
.primary-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 21px;
  border: 1px solid var(--forest) !important;
  border-radius: 5px !important;
  background: var(--forest) !important;
  color: #fff !important;
  box-shadow: 0 15px 32px rgba(18, 63, 50, .15);
  font-size: 14px !important;
  font-weight: 750 !important;
  transition: .18s ease;
}
.primary-button:hover { transform: translateY(-1px); background: var(--forest-deep) !important; }
.primary-button:disabled { cursor: not-allowed; opacity: .4; transform: none; }
.primary-button svg { width: 16px; }
.back-button { min-height: 45px; display: inline-flex; align-items: center; gap: 7px; padding: 0 10px; border: 0; background: transparent; color: #66736c; font-size: 13px; }
.back-button svg { width: 14px; }
.keyboard-hint { margin-top: 16px; color: #66746d; font-size: 12px; line-height: 1.4; text-align: right; }

/* Résultats */
.result-page { background: var(--paper); }
.result-hero { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 55px; padding: 70px max(40px, calc((100vw - 1180px) / 2)) 44px; background: var(--forest-deep); color: #fff; }
.result-hero-copy h1 { max-width: 790px; margin-bottom: 20px; font-size: clamp(50px, 6vw, 78px); line-height: .98; }
.result-hero-copy h1 em { color: var(--mint); font-weight: 400; }
.result-hero-copy > p:last-child { max-width: 760px; margin-bottom: 0; color: #c2d2ca; font-size: 16px; line-height: 1.65; }
.result-hero .eyebrow { color: #afd0c0; }
.eyebrow-check { width: 19px; height: 19px; display: inline-grid; place-items: center; margin-right: 6px; border-radius: 50%; background: var(--mint); color: var(--forest-deep); vertical-align: middle; }
.eyebrow-check svg { width: 11px; }
.total-score { min-height: 172px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; border: 1px solid #3a5c50; border-radius: 9px; background: #123a2f; color: #fff; }
.total-score span { color: #a7c0b4; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.total-score strong { font-family: Georgia, serif; font-size: 53px; font-weight: 400; line-height: 1; }
.total-score small { color: #aabfb5; font-family: Arial, sans-serif; font-size: 14px; }
.total-score em { color: var(--mint); font-size: 12px; font-style: normal; }
.result-meta { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #2e5043; }
.result-meta > span { display: flex; flex-direction: column; gap: 6px; padding: 19px 22px 0 0; }
.result-meta b { color: #f1f5f2; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.result-meta small { color: #9db6aa; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.result-stage { width: min(1180px, calc(100% - 80px)); margin: 0 auto; padding: 55px 0 48px; }
.result-hero.map-hero { grid-template-columns: minmax(0, 1fr) 280px; }
.result-priority-summary { min-height: 190px; display: flex; flex-direction: column; gap: 18px; padding: 24px; border: 1px solid #3a5c50; border-radius: 10px; background: linear-gradient(145deg, #123a2f, #0d3027); }
.result-priority-summary span { color: #a7c0b4; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.result-priority-summary em { color: var(--mint); font-size: 12px; font-style: normal; }
.priority-summary-list { display: grid; gap: 7px; }
.priority-summary-list > div { display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: center; padding: 9px 10px; border: 1px solid rgba(207, 239, 221, .12); border-radius: 6px; background: rgba(255, 255, 255, .045); }
.priority-summary-list i { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font-size: 9px; font-style: normal; font-weight: 850; }
.priority-summary-list .status-solid i { background: #79a761; }
.priority-summary-list .status-improve i { background: #b88c3b; }
.priority-summary-list strong { color: #f6faf7; font-family: Arial, sans-serif; font-size: 13px; font-weight: 750; line-height: 1.3; }
.map-section { display: grid; gap: 30px; }
.map-intro { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(40px, 7vw, 90px); align-items: end; padding-bottom: 6px; }
.map-intro h2 { max-width: 650px; margin: 0; font-size: clamp(40px, 5vw, 62px); line-height: 1.03; }
.map-intro > p { max-width: 520px; margin: 0 0 5px; color: #5f6d65; font-size: 15px; line-height: 1.7; }
.map-balance > p { max-width: 530px; margin: 0 0 18px; color: #5f6d65; font-size: 15px; line-height: 1.7; }
.map-balance > div { display: flex; flex-wrap: wrap; gap: 8px; }
.map-balance span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid #d2d9d2; border-radius: 999px; background: #fff; color: #627068; font-size: 12px; }
.map-balance b { color: var(--forest); font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.map-balance .balance-priority { border-color: #e5baa9; background: #fff6f1; color: #8c4a36; }
.map-balance .balance-priority b { color: var(--orange); }
.map-list { display: grid; gap: 12px; }
.map-card { position: relative; display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 25px; padding: 28px; border: 1px solid var(--line); border-left: 4px solid #c4ccc7; border-radius: 10px; background: #fff; overflow: hidden; }
.map-card.status-solid { border-left-color: #4f8068; }
.map-card.status-improve { border-left-color: #bc9347; }
.map-card.status-priority { border-color: #d48a6d; border-left-color: var(--orange); box-shadow: 0 15px 38px rgba(92, 59, 44, .08); }
.map-card.status-inactive { border-left-color: #aeb7b1; background: #f6f7f3; }
.map-card-head { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-content: start; }
.map-index { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #eaf1e8; color: #3f6754; font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.map-card.status-priority .map-index { background: #f5ded4; color: #a14f35; }
.map-card-head h3 { margin: 1px 0 9px; font-size: 24px; line-height: 1.12; }
.map-status { display: inline-block; color: #65736c; font-size: 10px; font-style: normal; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.status-solid .map-status { color: #3c745a; }
.status-improve .map-status { color: #8d6b2d; }
.status-priority .map-status { color: #a24d32; }
.map-card-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #dde3dd; border-radius: 8px; overflow: hidden; }
.map-card-grid > div { min-height: 154px; padding: 20px; background: #fbfcf9; }
.map-card-grid .map-next { border-left: 1px solid #dde3dd; background: #f4f2e9; }
.map-card-grid .map-benefit { grid-column: 1 / -1; min-height: auto; display: grid; grid-template-columns: 176px minmax(0, 1fr); gap: 12px; align-items: center; padding: 16px 20px; border-top: 1px solid #d4dfce; background: #eef7e9; }
.map-benefit-label { display: flex; align-items: center; gap: 10px; min-height: 22px; }
.map-benefit-label > svg { width: 20px; flex: 0 0 auto; color: #4d7e3d; }
.map-benefit-label > span { margin: 0; color: #4d6d42; line-height: 1; }
.map-card-grid span { display: block; margin-bottom: 11px; color: #637169; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.map-card-grid .map-benefit-label { align-self: center; align-items: center; }
.map-card-grid .map-benefit-label > span { display: flex; align-items: center; margin: 0; line-height: 1.1; }
.map-card-grid p { margin: 0; color: #38483f; font-size: 15px; line-height: 1.58; }
.map-benefit p { color: #315238; font-weight: 650; }
.map-card.status-priority .map-next { background: #fff2eb; }
.map-card.status-priority::after { content: "Prioritaire"; position: absolute; top: 0; right: 0; padding: 7px 12px; border-bottom-left-radius: 6px; background: var(--orange); color: #fff; font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.result-intro { max-width: 800px; padding-bottom: 8px; }
.result-intro h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.05; }
.score-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 28px 0 12px; }
.score-grid article { min-height: 220px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.score-grid article.is-priority { border-color: #dc9b82; background: #fff7f3; }
.score-card-top { display: flex; align-items: center; justify-content: space-between; }
.score-card-top > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #eaf2e8; color: #35644f; }
.score-card-top svg { width: 15px; }
.score-card-top em { padding: 5px 7px; border-radius: 3px; background: #f5d8cc; color: #a45138; font-size: 11px; font-style: normal; text-transform: uppercase; }
.score-grid h2 { margin: 19px 0 8px; font-family: Arial, sans-serif; font-size: 15px; font-weight: 750; letter-spacing: 0; }
.score-grid strong { display: block; font-family: Georgia, serif; font-size: 36px; font-weight: 400; }
.score-grid strong small { color: #87938d; font-family: Arial, sans-serif; font-size: 13px; }
.score-bar { height: 4px; margin: 14px 0 10px; border-radius: 5px; background: #e6eae5; overflow: hidden; }
.score-bar i { display: block; height: 100%; border-radius: 5px; background: #5f8b74; }
.is-priority .score-bar i { background: var(--orange); }
.score-grid article > p { margin: 0; color: #68766f; font-size: 13px; line-height: 1.45; }
.interpretation-grid { display: grid; grid-template-columns: 1fr; gap: 11px; }
.priority-card { min-height: 430px; display: flex; flex-direction: column; padding: clamp(34px, 5vw, 58px); border-radius: 10px; background: var(--forest); color: white; }
.priority-card .eyebrow { color: #a2c1b2; }
.priority-layout { flex: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: clamp(44px, 8vw, 100px); align-items: end; }
.priority-copy { align-self: center; }
.priority-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 18px 0 31px; border-radius: 50%; background: var(--mint); color: var(--forest-deep); }
.priority-icon svg { width: 23px; }
.priority-card h2 { max-width: 650px; margin-bottom: 18px; font-size: clamp(42px, 5vw, 64px); line-height: 1.02; }
.priority-copy > p { max-width: 680px; margin-bottom: 0; color: #c9dad2; font-size: 16px; line-height: 1.65; }
.first-action { margin: 0; padding: 30px; border: 1px solid #3d6a59; border-radius: 8px; background: rgba(255, 255, 255, .045); }
.first-action span, .first-action b { display: block; }
.first-action span { margin-bottom: 12px; color: #9db8ab; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.first-action b { color: #f1f6f3; font-size: 15px; line-height: 1.6; }
.insight-stack { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.insight-stack article { min-height: 190px; display: grid; grid-template-columns: 43px 1fr; align-content: start; gap: 15px; padding: 25px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.insight-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #edf3e9; color: #38634f; }
.insight-icon svg { width: 17px; }
.insight-stack .eyebrow { margin-bottom: 8px; font-size: 12px; }
.insight-stack h3 { margin-bottom: 0; color: #31413a; font-size: 17px; line-height: 1.4; letter-spacing: -.02em; }
.insight-stack .confidence-card { grid-template-columns: 1fr auto; align-items: center; background: var(--cream); }
.confidence-card > span { color: #69776f; font-size: 12px; text-transform: uppercase; }
.confidence-card > b { color: #315d49; font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.confidence-card > p { grid-column: 1 / -1; margin: 0; color: #65736b; font-size: 13px; line-height: 1.5; }
.next-30-days { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(50px, 7vw, 90px); margin-top: 11px; padding: clamp(48px, 6vw, 70px); border: 1px solid #cfd7cf; border-radius: 10px; background: linear-gradient(135deg, #f1eee5, #edf2e8); }
.next-30-days h2 { max-width: 470px; margin-bottom: 0; font-size: clamp(40px, 4.5vw, 54px); line-height: 1.04; }
.next-30-days ol { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.next-30-days li { display: grid; grid-template-columns: 42px 1fr; gap: 17px; padding: 20px; border: 1px solid #d8ded6; border-radius: 8px; background: rgba(255, 255, 255, .76); }
.next-30-days li:first-child { padding-top: 20px; border-top: 1px solid #d8ded6; }
.next-30-days li > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--mint); font-size: 12px; font-weight: 800; }
.next-30-days li b { font-size: 15px; }
.next-30-days li p { margin: 8px 0 0; color: #596860; font-size: 14px; line-height: 1.6; }
.offer-section { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(36px, 6vw, 78px); align-items: center; margin-top: 11px; padding: clamp(38px, 5vw, 64px); border-radius: 12px; background: var(--forest-deep); color: #fff; overflow: hidden; }
.offer-section::before { content: ""; position: absolute; width: 420px; height: 420px; left: -270px; bottom: -300px; border: 1px solid rgba(206, 242, 117, .13); border-radius: 50%; box-shadow: 0 0 0 60px rgba(206, 242, 117, .018), 0 0 0 120px rgba(206, 242, 117, .012); }
.offer-copy, .offer-card { position: relative; z-index: 1; }
.offer-copy h2 { max-width: 610px; margin-bottom: 20px; font-size: clamp(2.5rem, 4.7vw, 4rem); line-height: 1.02; }
.offer-copy > p:not(.eyebrow) { max-width: 610px; margin-bottom: 30px; color: #b7cbc1; font-size: 1rem; line-height: 1.7; }
.offer-priority { display: flex; align-items: center; gap: 14px; padding-top: 24px; border-top: 1px solid #2d5144; }
.offer-priority > svg { width: 27px; color: var(--mint); }
.offer-priority span, .offer-priority small, .offer-priority b { display: block; }
.offer-priority small { margin-bottom: 5px; color: #82a092; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.offer-priority b { color: #edf4f0; font-size: .92rem; }
.offer-card { padding: clamp(25px, 4vw, 38px); border: 1px solid #dfe6d9; border-radius: 11px; background: #fbfcf8; color: var(--ink); box-shadow: 0 28px 70px rgba(0, 0, 0, .22); }
.offer-card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid #dde2db; color: #617169; font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.offer-card-head em { padding: 6px 8px; border-radius: 4px; background: var(--mint-soft); color: #4c653e; font-size: .68rem; font-style: normal; }
.offer-name-price { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 24px 0 18px; }
.offer-name-price h3 { margin: 0; font-size: 2.25rem; }
.offer-name-price > div { display: flex; flex-direction: column; align-items: flex-end; }
.offer-name-price small { margin-bottom: 3px; color: #7b8881; font-size: .7rem; }
.offer-name-price strong { font-family: Georgia, serif; font-size: 2.35rem; font-weight: 400; letter-spacing: -.04em; }
.offer-card ul { display: grid; gap: 12px; margin: 0 0 25px; padding: 20px 0 0; border-top: 1px solid #dde2db; list-style: none; }
.offer-card li { display: flex; align-items: center; gap: 10px; color: #4c5c54; font-size: .88rem; line-height: 1.45; }
.offer-card li svg { width: 17px; flex: 0 0 auto; color: #4c7a3d; }
.offer-primary { width: 100%; min-height: 55px; }
.offer-call { width: 100%; margin-top: 15px; border: 0; background: transparent; color: #315f4b; font-size: .85rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.offer-call:hover { color: var(--forest-deep); }
.offer-microcopy { margin: 13px 0 0; color: #7b8881; font-size: .75rem; line-height: 1.5; text-align: center; }
.roadmap-section { margin-top: 14px; padding: clamp(40px, 6vw, 68px); border: 1px solid #d4dbd2; border-radius: 12px; background: linear-gradient(135deg, #f2efe6, #edf3e9); }
.roadmap-heading { margin-bottom: 32px; }
.roadmap-heading h2 { max-width: 900px; margin-bottom: 0; font-size: clamp(38px, 4.7vw, 57px); line-height: 1.04; }
.roadmap-heading > p:last-child { max-width: 820px; margin: 18px 0 0; color: #5b6a62; font-size: 15px; line-height: 1.7; }
.roadmap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.roadmap-grid li { position: relative; min-height: 300px; display: flex; flex-direction: column; padding: 24px; border: 1px solid #d7ddd5; border-radius: 9px; background: rgba(255, 255, 255, .82); }
.roadmap-grid li.status-priority { border-color: #d58d72; background: #fff7f2; box-shadow: 0 17px 36px rgba(102, 66, 48, .08); }
.roadmap-period { color: #6f7d75; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.roadmap-number { width: 43px; height: 43px; display: grid; place-items: center; margin: 28px 0 20px; border-radius: 50%; background: var(--forest); color: var(--mint); font-size: 11px; font-weight: 850; }
.roadmap-grid li.status-priority .roadmap-number { background: var(--orange); color: #fff; }
.roadmap-grid h3 { margin-bottom: 12px; font-size: 24px; line-height: 1.1; }
.roadmap-grid p { margin-bottom: 22px; color: #536159; font-size: 14px; line-height: 1.6; }
.roadmap-grid small { margin-top: auto; padding-top: 15px; border-top: 1px solid #dfe4de; color: #627168; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.offer-section.offer-expanded { display: block; margin-top: 14px; padding: clamp(42px, 6vw, 70px); }
.offer-heading { position: relative; z-index: 1; margin-bottom: 42px; }
.offer-heading h2 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(40px, 5vw, 62px); line-height: 1.02; }
.offer-heading > p:last-child { max-width: 850px; margin: 20px 0 0; color: #b7cbc1; font-size: 15px; line-height: 1.75; }
.offer-delivery-grid { position: relative; z-index: 1; }
.offer-capability-list { display: grid; gap: 8px; }
.offer-capability { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 16px; padding: 22px; border: 1px solid #315247; border-left: 3px solid #5a7e70; border-radius: 8px; background: rgba(255, 255, 255, .045); }
.offer-capability.status-solid { border-left-color: #93ba69; }
.offer-capability.status-improve { border-left-color: #d5ac5d; }
.offer-capability.status-priority { border-left-color: var(--orange); }
.offer-capability.status-inactive { border-left-color: #6d8178; opacity: .72; }
.offer-capability-number { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #1a473a; color: var(--mint); font-size: 10px; font-weight: 850; }
.offer-capability-title { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 9px; }
.offer-capability-title h3 { margin: 0; color: #f5f8f6; font-size: 21px; letter-spacing: -.025em; }
.offer-capability-title em { flex: 0 0 auto; padding: 5px 7px; border-radius: 4px; background: #244f42; color: #afc7bb; font-size: 9px; font-style: normal; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.offer-capability.status-priority .offer-capability-title em { background: #673829; color: #ffd9cb; }
.offer-capability.status-solid .offer-capability-title em { background: #274f39; color: #cdeaa2; }
.offer-capability p { margin: 0 0 9px; color: #d4e0da; font-size: 14px; line-height: 1.55; }
.offer-capability small { display: block; color: #91aa9e; font-size: 12px; line-height: 1.55; }
.offer-capability small b { color: #b8cdc3; }
.offer-choice-block { position: relative; z-index: 1; margin-top: 26px; padding: clamp(24px, 4vw, 38px); border: 1px solid #36584c; border-radius: 12px; background: rgba(7, 31, 25, .46); }
.offer-choice-head { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 28px; align-items: end; margin-bottom: 22px; }
.offer-choice-head span { color: #9ab5a8; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.offer-choice-head h3 { max-width: 750px; margin: 8px 0 10px; color: #f6faf8; font-size: clamp(27px, 3vw, 39px); line-height: 1.08; }
.offer-choice-head p { max-width: 760px; margin: 0; color: #b5c8bf; font-size: 14px; line-height: 1.65; }
.offer-choice-head aside { padding: 18px; border: 1px solid #48685c; border-radius: 8px; background: rgba(255, 255, 255, .05); }
.offer-choice-head aside b, .offer-choice-head aside small { display: block; }
.offer-choice-head aside b { margin-bottom: 6px; color: var(--mint); font-size: 13px; }
.offer-choice-head aside small { color: #b5c8bf; font-size: 11px; line-height: 1.5; }
.offer-package-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.offer-package { position: relative; padding: 27px; border: 1px solid #dce4dc; border-radius: 10px; background: #f9fbf7; color: var(--ink); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.offer-package:hover { transform: translateY(-2px); border-color: #a8bcae; }
.offer-package.is-recommended { border: 2px solid #a7cf65; box-shadow: 0 18px 42px rgba(0, 0, 0, .18); }
.offer-package-top { min-height: 27px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.offer-package-top > span { color: #68766f; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.offer-package-top em { padding: 6px 8px; border-radius: 999px; background: #e9f4d9; color: #4d6e31; font-size: 9px; font-style: normal; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.offer-package-price { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 17px 0 13px; padding-bottom: 17px; border-bottom: 1px solid #dce2db; }
.offer-package-price h3 { margin: 0; font-size: 31px; }
.offer-package-price > div { display: flex; align-items: baseline; gap: 8px; }
.offer-package-price small { color: #78857e; font-size: 10px; }
.offer-package-price strong { font-family: Georgia, serif; font-size: 31px; font-weight: 400; letter-spacing: -.04em; }
.offer-package > p { min-height: 68px; margin: 0 0 18px; color: #59675f; font-size: 13px; line-height: 1.58; }
.offer-package ol { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid #dce2db; list-style: none; }
.offer-package ol li { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 11px; align-items: start; padding: 13px 0; border-bottom: 1px solid #e1e6df; color: #425149; }
.offer-package ol li > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: #eaf2e7; color: #456b56; font-size: 9px; font-weight: 850; letter-spacing: .04em; }
.offer-package ol li b, .offer-package ol li small { display: block; }
.offer-package ol li b { margin-bottom: 4px; color: #2e4238; font-size: 13px; line-height: 1.35; }
.offer-package ol li small { color: #617068; font-size: 12px; line-height: 1.5; }
.offer-action-panel { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 34px; align-items: center; margin-top: 12px; padding: 30px; border: 1px solid #dfe6d9; border-radius: 11px; background: #fbfcf8; color: var(--ink); box-shadow: 0 26px 65px rgba(0, 0, 0, .2); }
.offer-recommendation > span { color: #617169; font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.offer-recommendation h3 { margin: 9px 0 18px; font-size: 35px; }
.offer-recommendation p { margin: 0; color: #58665e; font-size: 14px; line-height: 1.62; }
.offer-includes { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 18px; margin: 0; padding: 0; list-style: none; }
.offer-includes li { display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; color: #46564e; font-size: 13px; line-height: 1.45; }
.offer-includes svg { width: 18px; color: #4c7a3d; }
.offer-conversion { padding-left: 28px; border-left: 1px solid #dce2dc; }
.offer-current-choice { display: block; margin-bottom: 13px; color: #506159; font-size: 11px; font-weight: 780; }
.offer-price { display: flex; align-items: baseline; gap: 9px; margin-bottom: 15px; }
.offer-price small { color: #748179; font-size: 11px; }
.offer-price strong { font-family: Georgia, serif; font-size: 34px; font-weight: 400; letter-spacing: -.04em; }
.offer-whatsapp { width: 100%; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; margin-top: 10px; padding: 4px 0; border: 0; background: transparent; color: #49675a; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.offer-whatsapp:hover { color: var(--forest-deep); }
.offer-whatsapp svg { width: 17px; }
.offer-action-panel .offer-primary { min-height: 59px; height: auto; justify-content: center; gap: 9px; padding: 10px 16px; white-space: normal !important; text-align: center; line-height: 1.28; box-shadow: 0 10px 25px rgba(19, 62, 48, .2); }
.offer-primary-label { min-width: 0; flex: 1 1 auto; white-space: normal; overflow-wrap: anywhere; }
.offer-side { position: sticky; top: 22px; }
.offer-card-description { margin: 0 0 21px; color: #58665e; font-size: 14px; line-height: 1.6; }
.offer-card .offer-priority { margin-bottom: 24px; border-top-color: #dce2dc; }
.offer-card .offer-priority > svg { color: #47765f; }
.offer-card .offer-priority small { color: #7a8981; }
.offer-card .offer-priority b { color: #2e4037; font-size: 14px; line-height: 1.4; }
.copy-result-row { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 9px; margin-top: 10px; }
.pdf-button { min-height: 47px; }
.copy-button { min-height: 47px; border-color: #aab6ae !important; background: transparent !important; color: #405249 !important; font-size: .78rem !important; }
.prototype-note { display: flex; align-items: center; gap: 14px; margin-top: 10px; padding: 16px 19px; border: 1px solid #bed19b; border-radius: 8px; background: #f5fae8; color: #53634c; }
.prototype-note svg { width: 23px; flex: 0 0 auto; color: #4a753c; }
.prototype-note p { margin: 0; font-size: 9px; line-height: 1.55; }
.feedback-card { margin-top: 11px; padding: 42px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.feedback-card h2 { max-width: 760px; font-size: 37px; }
.rating { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; max-width: 600px; margin: 22px 0; }
.rating button { min-height: 61px; display: grid; place-items: center; gap: 2px; border: 1px solid var(--line); border-radius: 6px; background: #fbfcf8; color: #516058; font-family: Georgia, serif; font-size: 19px; }
.rating button.is-active { border-color: var(--forest); background: var(--mint-soft); color: var(--forest); box-shadow: inset 0 -3px 0 var(--forest); }
.rating small { min-height: 10px; color: #849087; font-family: Arial, sans-serif; font-size: 7px; }
.feedback-card textarea { width: min(700px, 100%); padding: 13px; border: 1px solid #cbd2ca; border-radius: 6px; outline: 0; resize: vertical; font-size: 11px; }
.feedback-submit { display: flex; margin-top: 14px; }
.feedback-thanks { padding: 24px 0; text-align: center; }
.feedback-thanks > span { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 16px; border-radius: 50%; background: var(--forest); color: var(--mint); }
.feedback-thanks svg { width: 22px; }
.feedback-thanks h2 { margin: 0 auto 10px; }
.feedback-thanks p { margin: 0; color: var(--muted); font-size: 10px; }
.result-footnote { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.result-footnote p { max-width: 800px; margin: 0; color: #77847d; font-size: 9px; line-height: 1.55; }
.result-footnote button { color: #627068 !important; font-size: 9px !important; }
.app-footer { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 0 clamp(24px, 4vw, 64px); border-top: 1px solid rgba(20, 36, 30, .1); color: #839088; font-size: 8px; letter-spacing: .04em; }

body.booking-open { overflow: hidden; }
.booking-overlay { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 28px; overflow-y: auto; background: rgba(4, 31, 24, .76); backdrop-filter: blur(9px); animation: booking-fade .18s ease-out; }
.booking-dialog { position: relative; width: min(1140px, 100%); max-height: calc(100vh - 56px); overflow-y: auto; border: 1px solid #d8e0d6; border-radius: 17px; background: #fbfcf8; color: var(--ink); box-shadow: 0 35px 100px rgba(0, 0, 0, .34); animation: booking-rise .24s ease-out; }
.booking-close { position: absolute; z-index: 4; top: 21px; right: 21px; width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid #d8dfd7; border-radius: 50%; background: rgba(255,255,255,.9); color: #6a7a71; cursor: pointer; }
.booking-close:hover { border-color: #9dae9f; color: var(--forest); }
.booking-close svg { width: 18px; }
.booking-header-wide { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 18px; align-items: start; padding: 34px 72px 32px 34px; border-bottom: 1px solid #e0e5dc; background: linear-gradient(105deg, #fbfcf8 0%, #f0f7df 100%); }
.booking-header-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--mint); box-shadow: 0 9px 24px rgba(18,63,50,.16); }
.booking-header-icon svg { width: 24px; }
.booking-header .eyebrow { margin: 2px 0 8px; color: #667b61; font-size: 11px; letter-spacing: .11em; }
.booking-header h2 { margin: 0 0 9px; font-family: Georgia, serif; font-size: clamp(34px, 3.4vw, 45px); font-weight: 400; line-height: 1.02; letter-spacing: -.045em; }
.booking-header > div > p:last-child { margin: 0; color: #69776f; font-size: 13px; line-height: 1.55; }
.booking-main { display: grid; grid-template-columns: 58% 42%; min-height: 500px; }
.booking-schedule, .booking-confirmation { min-width: 0; padding: 35px 34px 34px; }
.booking-confirmation { border-left: 1px solid #dfe4dc; background: #fff; }
.booking-step { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; align-items: start; margin-bottom: 25px; }
.booking-step > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--mint); font-size: 11px; font-weight: 800; }
.booking-step b, .booking-step small { display: block; }
.booking-step b { margin: 2px 0 6px; color: #364c41; font-size: 14px; }
.booking-step small { color: #8a9690; font-size: 11px; line-height: 1.35; }
.booking-slot-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.booking-day { min-width: 0; padding: 15px 16px 16px; border: 1px solid #d8dfd7; border-radius: 8px; background: #fff; }
.booking-day h3 { margin: 0 0 12px; color: #43594d; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 780; line-height: 1.3; text-transform: capitalize; letter-spacing: -.01em; }
.booking-times { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.booking-time { min-width: 0; min-height: 40px; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 0 7px; border: 1px solid #cfd9cf; border-radius: 6px; background: #fdfefb; color: #43594d; font: inherit; font-size: 11px; font-weight: 760; cursor: pointer; transition: border-color .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease; }
.booking-time:hover { border-color: #6d917d; background: #f5f9e9; }
.booking-time.is-selected { border-color: var(--forest); background: var(--forest); color: #fff; box-shadow: 0 7px 18px rgba(18, 63, 50, .18); }
.booking-time.is-unavailable, .booking-time:disabled { border-color: #e4e8e2; background: #f4f5f2; color: #c1c7c2; cursor: not-allowed; box-shadow: none; }
.booking-time.is-unavailable:hover, .booking-time:disabled:hover { border-color: #e4e8e2; background: #f4f5f2; }
.booking-time svg { width: 14px; flex: 0 0 auto; }
.booking-time span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.booking-availability-note { margin: 17px 0 0; color: #8a9690; font-size: 10.5px; line-height: 1.45; }
.booking-field { display: grid; gap: 9px; margin: 0 0 17px; color: #42574c; font-size: 12px; font-weight: 760; }
.booking-field input, .booking-note textarea { width: 100%; border: 1px solid #cbd6cd; border-radius: 6px; background: #fff; color: var(--ink); font: inherit; outline: none; }
.booking-field input { height: 51px; padding: 0 14px; font-size: 14px; }
.booking-field input:focus, .booking-note textarea:focus { border-color: var(--forest-mid); box-shadow: 0 0 0 3px rgba(18, 63, 50, .09); }
.booking-note { display: grid; gap: 8px; margin: 0; }
.booking-note > span { color: #42574c; font-size: 12px; font-weight: 760; }
.booking-note small { display: block; margin-top: 6px; color: #98a29d; font-size: 10px; font-weight: 500; }
.booking-note textarea { min-height: 93px; padding: 13px 14px; font-size: 13px; line-height: 1.5; resize: vertical; }
.booking-consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 17px 0 15px; color: #68756e; font-size: 10.5px; line-height: 1.45; cursor: pointer; }
.booking-consent input { width: 17px; height: 17px; margin: 0; accent-color: var(--forest); }
.booking-submit { width: 100%; min-height: 54px; justify-content: center; gap: 10px; }
.booking-submit svg { width: 17px; }
.booking-submit:disabled { opacity: .48; cursor: not-allowed; }
.booking-payment-note { display: grid; grid-template-columns: 16px 1fr; gap: 8px; align-items: start; margin: 12px 3px 0; color: #8a9690; font-size: 9.5px; line-height: 1.45; }
.booking-payment-note svg { width: 15px; color: #658575; }
.booking-error { margin: 0 0 13px; padding: 11px 13px; border: 1px solid #ecc8bb; border-radius: 6px; background: #fff2ed; color: #7e3d29; font-size: 11px; line-height: 1.5; }
.booking-loading, .booking-empty { min-height: 200px; display: grid; place-items: center; align-content: center; gap: 12px; padding: 24px; border: 1px dashed #cbd7cc; border-radius: 9px; color: #64736b; text-align: center; grid-column: 1 / -1; }
.booking-loading span { width: 31px; height: 31px; border: 3px solid #d8e3d7; border-top-color: var(--forest); border-radius: 50%; animation: booking-spin .75s linear infinite; }
.booking-loading p, .booking-empty p, .booking-empty small { margin: 0; }
.booking-loading p, .booking-empty p { font-size: 13px; font-weight: 700; }
.booking-empty small { color: #87938c; font-size: 10px; }
.booking-success { width: min(1140px, 100%); padding: 0; background: #fff; }
.booking-success-inner { width: min(760px, calc(100% - 60px)); margin: 0 auto; padding: 57px 0 50px; text-align: center; }
.booking-success-icon { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 23px; border-radius: 50%; background: var(--forest); color: var(--mint); box-shadow: 0 10px 30px rgba(18,63,50,.15); }
.booking-success-icon svg { width: 28px; }
.booking-success .eyebrow { margin-bottom: 16px; color: #76906f; font-size: 10px; letter-spacing: .13em; }
.booking-success h2 { margin: 0 0 16px; font-family: Georgia, serif; font-size: clamp(38px, 4vw, 51px); font-weight: 400; line-height: 1.02; letter-spacing: -.045em; }
.booking-success-when { margin: 0 0 27px; color: #6c7a72; font-size: 14px; }
.booking-success-when strong { color: #5a6a62; }
.booking-success-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; text-align: left; }
.booking-success-details article { padding: 18px 20px; border: 1px solid #d9e1d7; border-radius: 7px; background: #f8faf4; }
.booking-success-details b, .booking-success-details span { display: block; }
.booking-success-details b { margin-bottom: 9px; color: #506259; font-size: 10.5px; }
.booking-success-details span { color: #7b8881; font-size: 12px; line-height: 1.4; overflow-wrap: anywhere; }
.booking-success-notice { margin-top: 18px; padding: 14px 18px; border: 1px solid #ead291; border-radius: 7px; background: #fff9e9; color: #8a6a2e; font-size: 10.5px; line-height: 1.45; }
.booking-success-actions { display: flex; justify-content: center; gap: 10px; margin-top: 25px; }
.booking-calendar { width: auto; min-height: 52px; justify-content: center; gap: 9px; margin: 0; padding: 0 24px; text-decoration: none; }
.booking-calendar svg { width: 17px; }
.booking-secondary { min-height: 52px; padding: 0 18px; border: 1px solid #53685d; border-radius: 6px; background: #fff; color: #394d42; font-size: 14px; cursor: pointer; }
.booking-secondary:hover { background: #f5f7f3; }
@keyframes booking-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes booking-rise { from { opacity: 0; transform: translateY(12px) scale(.99); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes booking-spin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .quiz-shell { width: min(960px, calc(100% - 48px)); grid-template-columns: 340px minmax(0, 1fr); gap: 24px; }
  .quiz-context { min-height: 640px; padding: 38px 31px; }
  .quiz-context h1 { font-size: 46px; }
  .screen { padding-inline: 34px; }
  .score-grid { grid-template-columns: 1fr 1fr; }
  .score-grid article { min-height: 185px; }
  .priority-card { min-height: 440px; }
  .priority-layout { grid-template-columns: 1fr 1fr; gap: 35px; }
  .insight-stack { grid-template-columns: 1fr 1fr; }
  .insight-stack .confidence-card { grid-column: 1 / -1; min-height: auto; }
  .offer-section, .next-30-days { grid-template-columns: 1fr; gap: 30px; }
  .offer-action-panel { grid-template-columns: 1fr 1fr; }
  .offer-choice-head { grid-template-columns: 1fr; }
  .offer-conversion { grid-column: 1 / -1; padding: 22px 0 0; border-top: 1px solid #dce2dc; border-left: 0; }
  .map-card { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  .app-header { min-height: 65px; padding-inline: 22px; }
  .quiz-page { background: var(--paper); }
  .quiz-shell { width: auto; min-height: 0; grid-template-columns: 1fr; gap: 16px; padding: 22px; }
  .quiz-shell.is-focused { width: auto; padding: 22px; }
  .quiz-context { min-height: auto; padding: 34px 28px; }
  .quiz-context h1 { max-width: 680px; font-size: clamp(42px, 8vw, 59px); }
  .quiz-context blockquote, .loop-line { display: none; }
  .quiz-card { min-height: 620px; }
  .result-hero, .result-hero.map-hero { grid-template-columns: 1fr; padding: 55px 28px 38px; }
  .total-score { min-height: 145px; }
  .result-priority-summary { min-height: 155px; }
  .result-meta { grid-template-columns: 1fr; }
  .result-meta > span { padding-block: 14px; border-top: 1px solid #2e5043; }
  .result-stage { width: auto; padding: 42px 24px; }
  .priority-layout, .insight-stack { grid-template-columns: 1fr; }
  .insight-stack .confidence-card { grid-column: auto; }
  .priority-card { min-height: auto; }
  .first-action { margin-top: 28px; }
  .map-intro, .map-card-grid { grid-template-columns: 1fr; }
  .map-card-grid .map-next { border-top: 1px solid #dde3dd; border-left: 0; }
  .map-card-grid .map-benefit { grid-column: auto; grid-template-columns: 1fr; }
  .roadmap-heading, .offer-heading, .offer-delivery-grid { grid-template-columns: 1fr; }
  .roadmap-grid { grid-template-columns: 1fr; }
  .offer-package-grid { grid-template-columns: 1fr; }
  .roadmap-grid li { min-height: auto; }
  .offer-side { position: static; }
  .offer-action-panel { grid-template-columns: 1fr; padding: 24px; }
  .offer-conversion { grid-column: auto; }
  .map-card-grid > div { min-height: auto; }
}

@media (max-width: 560px) {
  .header-note { font-size: 11px; }
  .wordmark { font-size: 24px; }
  .quiz-shell { padding: 14px; }
  .quiz-shell.is-focused { padding: 14px; }
  .quiz-context { padding: 30px 23px; border-radius: 12px; }
  .quiz-context h1 { font-size: 42px; }
  .outcome-list article { grid-template-columns: 35px 1fr; }
  .quiz-card { min-height: 610px; border-radius: 12px; }
  .progress-head { padding-inline: 22px; }
  .progress-track { margin-inline: 22px; }
  .screen { padding: 32px 22px 24px; }
  .screen h2 { font-size: 35px; }
  .contact-fields { grid-template-columns: 1fr; }
  .contact-fields .full { grid-column: auto; }
  .question-kicker { align-items: flex-start; flex-direction: column; }
  .answer-choices .choice { grid-template-columns: 24px 18px 1fr; padding-inline: 11px; }
  .actions { justify-content: space-between; }
  .primary-button { padding-inline: 15px; }
  .result-hero { gap: 30px; }
  .result-hero-copy h1 { font-size: 47px; }
  .map-intro h2 { font-size: 36px; }
  .map-card { gap: 19px; padding: 21px 17px; }
  .map-card-head { grid-template-columns: 38px 1fr; gap: 12px; }
  .map-index { width: 36px; height: 36px; }
  .map-card-head h3 { font-size: 22px; }
  .map-card-grid > div { padding: 18px; }
  .score-grid { grid-template-columns: 1fr 1fr; }
  .score-grid article { min-height: 176px; padding: 14px; }
  .priority-card { min-height: auto; padding: 32px 23px; }
  .priority-card h2 { font-size: 37px; }
  .insight-stack article { grid-template-columns: 37px 1fr; padding: 18px; }
  .insight-icon { width: 36px; height: 36px; }
  .next-30-days, .roadmap-section, .offer-section, .feedback-card { padding: 28px 22px; }
  .next-30-days h2, .offer-copy h2, .feedback-card h2 { font-size: 33px; }
  .roadmap-heading h2, .offer-heading h2 { font-size: 34px; }
  .offer-capability { grid-template-columns: 34px 1fr; gap: 11px; padding: 18px 14px; }
  .offer-capability-number { width: 31px; height: 31px; }
  .offer-capability-title { align-items: flex-start; flex-direction: column; gap: 7px; }
  .offer-choice-block { padding: 20px 14px; }
  .offer-package { padding: 22px 18px; }
  .offer-package-price { align-items: flex-start; flex-direction: column; }
  .offer-package > p { min-height: auto; }
  .offer-includes { grid-template-columns: 1fr; }
  .offer-name-price { align-items: flex-start; flex-direction: column; }
  .offer-name-price > div { align-items: flex-start; }
  .rating { gap: 4px; }
  .result-footnote { align-items: flex-start; flex-direction: column; }
  .app-footer { min-height: 65px; padding-block: 18px; }
  .booking-overlay { align-items: end; padding: 0; }
  .booking-dialog { width: 100%; max-height: 94vh; border-radius: 16px 16px 0 0; }
  .booking-close { top: 14px; right: 14px; }
  .booking-header-wide { grid-template-columns: 44px 1fr; gap: 12px; padding: 26px 52px 22px 18px; }
  .booking-header-icon { width: 42px; height: 42px; }
  .booking-header-icon svg { width: 19px; }
  .booking-header h2, .booking-success h2 { font-size: 34px; }
  .booking-main { grid-template-columns: 1fr; }
  .booking-schedule, .booking-confirmation { padding: 25px 18px; }
  .booking-confirmation { border-top: 1px solid #dfe4dc; border-left: 0; }
  .booking-slot-list { grid-template-columns: 1fr; }
  .booking-times { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .booking-time { min-height: 45px; }
  .booking-success-inner { width: calc(100% - 36px); padding: 48px 0 36px; }
  .booking-success-details { grid-template-columns: 1fr; }
  .booking-success-actions { flex-direction: column; }
  .booking-calendar, .booking-secondary { width: 100%; }
}

@media print {
  @page { size: A4; margin: 12mm; }
  body { background: #fff; color: #12231d; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .app-header, .app-footer, .feedback-card, .prototype-note, .copy-result-row, .result-footnote button, .booking-overlay { display: none !important; }
  .result-page, .result-stage { display: block; width: 100%; min-height: auto; margin: 0; padding: 0; background: #fff; }
  .result-hero, .result-hero.map-hero { display: grid; grid-template-columns: 1fr 190px; gap: 22px; padding: 18px 20px; border-radius: 8px; background: var(--forest-deep) !important; }
  .result-hero-copy h1 { font-size: 35px; }
  .result-hero-copy > p:last-child { font-size: 10px; }
  .total-score { min-height: 120px; padding: 14px; }
  .total-score strong { font-size: 38px; }
  .result-priority-summary { min-height: 115px; padding: 14px; }
  .result-priority-summary strong { font-size: 20px; }
  .result-meta { grid-column: 1 / -1; }
  .result-meta b { font-size: 13px; }
  .result-intro { padding: 22px 0 0; }
  .result-intro h2 { font-size: 28px; }
  .map-section { gap: 16px; padding-top: 20px; }
  .map-intro { grid-template-columns: 1fr 1fr; gap: 25px; }
  .map-intro h2 { font-size: 28px; }
  .map-intro > p, .map-balance > p { font-size: 10px; }
  .map-balance span { padding: 5px 7px; font-size: 8px; }
  .map-balance b { font-size: 13px; }
  .map-list { gap: 7px; }
  .map-card { grid-template-columns: 145px 1fr; gap: 12px; padding: 12px; break-inside: avoid; }
  .map-card-head { grid-template-columns: 28px 1fr; gap: 8px; }
  .map-index { width: 27px; height: 27px; font-size: 8px; }
  .map-card-head h3 { margin-bottom: 5px; font-size: 15px; }
  .map-status, .map-card-grid span { font-size: 7px; }
  .map-card-grid { grid-template-columns: repeat(2, 1fr); }
  .map-card-grid > div { min-height: auto; padding: 9px; }
  .map-card-grid .map-next { border-top: 0; border-left: 1px solid #dde3dd; }
  .map-card-grid .map-benefit { grid-column: 1 / -1; grid-template-columns: 100px 1fr; }
  .map-benefit-label { gap: 5px; }
  .map-benefit-label > svg { width: 14px; }
  .map-card-grid p { font-size: 8px; line-height: 1.42; }
  .roadmap-section { margin-top: 8px; padding: 20px; }
  .roadmap-heading { grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 16px; }
  .roadmap-heading h2 { font-size: 27px; }
  .roadmap-heading > p:last-child { font-size: 9px; }
  .roadmap-grid { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .roadmap-grid li { min-height: 190px; padding: 12px; break-inside: avoid; }
  .roadmap-period, .roadmap-grid small { font-size: 7px; }
  .roadmap-number { width: 27px; height: 27px; margin: 14px 0 10px; font-size: 8px; }
  .roadmap-grid h3 { font-size: 15px; }
  .roadmap-grid p { font-size: 8px; }
  .score-grid { grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 16px; }
  .score-grid article { min-height: 150px; padding: 12px; break-inside: avoid; }
  .score-grid h2 { margin-top: 11px; }
  .score-grid strong { font-size: 27px; }
  .interpretation-grid { grid-template-columns: 1fr; break-before: page; }
  .priority-card { min-height: 400px; padding: 28px; }
  .priority-layout { grid-template-columns: 1.2fr .8fr; gap: 28px; }
  .priority-card h2 { font-size: 34px; }
  .insight-stack { grid-template-columns: repeat(3, 1fr); }
  .insight-stack .confidence-card { grid-column: auto; }
  .insight-stack article { padding: 16px; }
  .insight-stack h3 { font-size: 14px; }
  .next-30-days { break-inside: avoid; }
  .next-30-days { grid-template-columns: .8fr 1.2fr; gap: 30px; margin-top: 10px; padding: 28px; }
  .next-30-days h2 { font-size: 28px; }
  .offer-section { grid-template-columns: 1fr 1fr; gap: 28px; padding: 30px; }
  .offer-section.offer-expanded { display: block; break-inside: auto; }
  .offer-heading { grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 18px; }
  .offer-heading h2 { font-size: 28px; }
  .offer-heading > p:last-child { font-size: 9px; }
  .offer-delivery-grid { grid-template-columns: 1fr 230px; gap: 12px; }
  .offer-action-panel { grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 10px; padding: 18px; box-shadow: none; break-inside: avoid; }
  .offer-conversion { display: none; }
  .offer-capability-list { gap: 4px; }
  .offer-capability { grid-template-columns: 25px 1fr; gap: 8px; padding: 9px; break-inside: avoid; }
  .offer-capability-number { width: 23px; height: 23px; font-size: 7px; }
  .offer-capability-title { margin-bottom: 4px; }
  .offer-capability-title h3 { font-size: 13px; }
  .offer-capability-title em { padding: 3px 4px; font-size: 6px; }
  .offer-capability p { margin-bottom: 4px; font-size: 8px; }
  .offer-capability small { font-size: 7px; }
  .offer-copy h2 { font-size: 31px; }
  .offer-card { padding: 22px; box-shadow: none; }
  .offer-primary, .offer-call, .offer-select, .offer-whatsapp, .offer-microcopy { display: none !important; }
  .result-footnote { display: block; margin-top: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

.offer-primary.is-booked { cursor: pointer; }
