:root {
  --paper: #f7f3ec;
  --paper-deep: #eee6d9;
  --cream: #fffdf8;
  --ink: #2f2118;
  --brown: #6b4226;
  --brown-light: #9c6b47;
  --terracotta: #cb6746;
  --sage: #7b8d74;
  --sage-light: #dce4d6;
  --gold: #c9a882;
  --line: rgba(107, 66, 38, 0.16);
  --muted: #796657;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(78, 50, 31, 0.13);
  --shadow-soft: 0 14px 42px rgba(78, 50, 31, 0.09);
  --display: "Playfair Display", Georgia, serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible {
  outline: 3px solid rgba(203, 103, 70, 0.38);
  outline-offset: 3px;
}

.paper-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .32;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.ambient-shape {
  position: fixed;
  z-index: -2;
  width: 38vw;
  aspect-ratio: 1;
  border-radius: 45% 55% 66% 34% / 40% 44% 56% 60%;
  filter: blur(4px);
  opacity: .3;
}
.ambient-shape--one { left: -18vw; top: 32vh; background: #e6dac4; transform: rotate(22deg); }
.ambient-shape--two { right: -22vw; top: -15vw; background: #d7dfd0; transform: rotate(-35deg); }

.site-header {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

.brand {
  color: var(--brown);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.brand-photo {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  overflow: hidden;
  border: 2px solid var(--cream);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--gold), 0 7px 18px rgba(107,66,38,.16);
  background: var(--paper-deep);
}
.brand-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 32% 27%; transform: scale(3.1); transform-origin: 32% 27%; }
.brand strong { display: block; font-family: var(--display); font-size: 17px; line-height: 1; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.header-note { color: var(--muted); font-size: 12px; display: flex; align-items: center; gap: 8px; }
.header-note i { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 5px rgba(123, 141, 116, .12); }

main { min-height: calc(100vh - 160px); }
.screen { display: none; }
.screen.is-active { display: block; animation: screenIn .58s cubic-bezier(.2,.8,.2,1) both; }

.screen--intro {
  width: min(1180px, calc(100% - 48px));
  min-height: calc(100vh - 160px);
  margin: 0 auto;
  padding: 44px 0 80px;
  grid-template-columns: 1.03fr .83fr;
  align-items: center;
  gap: clamp(52px, 7vw, 110px);
}
.screen--intro.is-active { display: grid; }
.intro-copy, .intro-visual { min-width: 0; }

.eyebrow {
  color: var(--terracotta);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 9px;
}
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(203, 103, 70, .11); }
.eyebrow--light { color: #e3c4a1; }

h1, h2, h3, p { margin-top: 0; }
.intro-copy h1 {
  max-width: 690px;
  margin: 24px 0 24px;
  font: 700 clamp(48px, 5.2vw, 76px)/.98 var(--display);
  letter-spacing: -.045em;
  color: var(--brown);
  overflow-wrap: break-word;
}
.intro-copy h1 em, .capture-context h2 em, .result-heading h2 em, .offer-copy h2 em, .ana-copy h2 em {
  color: var(--terracotta);
  font-weight: 600;
}
.intro-lead { max-width: 630px; font-size: 18px; line-height: 1.7; color: var(--muted); }
.intro-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.primary-button {
  border: 0;
  color: var(--white);
  background: var(--brown);
  border-radius: 14px;
  padding: 17px 23px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(107, 66, 38, .2);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.primary-button:hover { transform: translateY(-3px); background: #7a4a2c; box-shadow: 0 17px 34px rgba(107,66,38,.25); }
.primary-button span:last-child { font-size: 22px; line-height: 1; transition: transform .25s ease; }
.primary-button:hover span:last-child { transform: translateX(4px); }
.primary-button--full { width: 100%; margin-top: 8px; }
.time-note { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); }
.time-note svg { width: 19px; height: 19px; color: var(--terracotta); }
.trust-row { display: flex; gap: 25px; margin-top: 30px; color: var(--muted); font-size: 12px; }
.trust-row b { color: var(--sage); margin-right: 5px; }

.intro-visual { position: relative; padding: 13px 12px 32px; }
.image-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: .88;
  border-radius: 52% 48% 44% 56% / 40% 47% 53% 60%;
  box-shadow: var(--shadow);
  background: var(--paper-deep);
  transform: rotate(1.7deg);
}
.image-frame::after { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.62); border-radius: inherit; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.035) rotate(-1.7deg); }
.image-scrim { position: absolute; inset: 0; background: linear-gradient(150deg, transparent 55%, rgba(57,39,27,.12)); }
.floating-note {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  background: rgba(255,253,248,.92);
  color: var(--brown);
  padding: 11px 15px;
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 10px 26px rgba(58,40,29,.14);
  backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 700;
}
.floating-note--top { right: 5%; top: 18%; max-width: 66%; border-radius: 16px 16px 5px 16px; animation: float 5s ease-in-out infinite; }
.floating-note--bottom { left: 5%; bottom: 13%; border-radius: 16px 16px 16px 5px; animation: float 5.8s .7s ease-in-out infinite; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 0 rgba(123,141,116,.5); animation: pulse 2s infinite; }
.scribble { position: absolute; color: var(--terracotta); width: 110px; height: auto; }
.scribble--one { left: -70px; top: 7%; transform: rotate(-19deg); opacity: .72; }
.food-sticker { position: absolute; display: grid; place-items: center; color: white; box-shadow: var(--shadow-soft); }
.food-sticker--berry { width: 29px; height: 29px; background: #9f4c3b; border-radius: 52% 48% 56% 44%; right: 1%; bottom: 4%; }
.food-sticker--leaf { width: 42px; height: 23px; border-radius: 100% 0 100% 0; background: var(--sage); left: -3%; top: 44%; transform: rotate(-34deg); font-size: 0; }

.quiz-shell { width: min(960px, calc(100% - 40px)); margin: 0 auto; padding: 22px 0 90px; }
.quiz-hook {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 230px;
  align-items: center;
  gap: 42px;
  margin: 6px 0 36px;
  padding: 26px 28px 26px 34px;
  border: 1px solid rgba(107,66,38,.12);
  border-radius: 24px;
  background: rgba(255,253,248,.76);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  animation: revealUp .65s cubic-bezier(.2,.8,.2,1) both;
}
.quiz-hook::before {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  right: -145px;
  top: -155px;
  border-radius: 50%;
  border: 1px solid rgba(203,103,70,.13);
  box-shadow: 0 0 0 40px rgba(203,103,70,.025), 0 0 0 80px rgba(123,141,116,.025);
}
.quiz-hook.is-hidden { display: none; }
.quiz-hook h1 {
  margin: 15px 0 12px;
  max-width: 650px;
  color: var(--brown);
  font: 700 clamp(35px, 4.2vw, 52px)/1.01 var(--display);
  letter-spacing: -.035em;
}
.quiz-hook h1 em { color: var(--terracotta); font-weight: 600; }
.quiz-hook__copy > p { max-width: 630px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.hook-proof { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 16px; color: var(--muted); font-size: 10px; }
.hook-proof b { color: var(--sage); margin-right: 4px; }
.quiz-hook__visual { position: relative; align-self: stretch; min-height: 170px; }
.quiz-hook__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 45% 45% 17px 17px; filter: saturate(.88); transform: rotate(1.5deg); }
.quiz-hook__visual::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.55); border-radius: 45% 45% 14px 14px; }
.quiz-hook__visual span { position: absolute; z-index: 2; left: -25px; right: -7px; bottom: 10px; padding: 9px 12px; border-radius: 10px 10px 3px 10px; color: var(--brown); background: rgba(255,253,248,.93); box-shadow: 0 8px 24px rgba(50,31,19,.15); font-size: 9px; font-weight: 700; line-height: 1.35; }
.quiz-topbar { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; }
.back-button { border: 0; background: transparent; color: var(--brown); cursor: pointer; padding: 8px 0; font-weight: 600; transition: opacity .2s ease; }
.back-button.is-hidden { visibility: hidden; pointer-events: none; }
.back-button span { margin-right: 7px; }
.question-counter strong { color: var(--brown); }
.progress-track { height: 5px; margin: 15px 0 40px; background: #e4dacb; overflow: hidden; border-radius: 5px; }
.progress-fill { height: 100%; width: 11%; background: linear-gradient(90deg, var(--terracotta), #d9a26e); border-radius: inherit; transition: width .5s cubic-bezier(.2,.8,.2,1); position: relative; }
.progress-fill::after { content: ""; position: absolute; width: 12px; height: 12px; right: -3px; top: 50%; border-radius: 50%; transform: translateY(-50%); background: #fff; border: 3px solid var(--terracotta); }
.question-card { animation: questionIn .45s cubic-bezier(.2,.8,.2,1) both; }
.question-card.is-leaving { animation: questionOut .23s ease both; }
.question-kicker { color: var(--terracotta); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.question-card h2 { margin: 13px 0 10px; max-width: 790px; font: 700 clamp(32px, 4.5vw, 45px)/1.1 var(--display); color: var(--brown); letter-spacing: -.025em; }
.question-card > p { color: var(--muted); font-size: 15px; line-height: 1.6; margin-bottom: 29px; }
.answers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.answer-button {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,253,248,.7);
  color: var(--ink);
  min-height: 146px;
  padding: 0;
  cursor: pointer;
  display: grid;
  grid-template-columns: 132px 1fr 27px;
  align-items: center;
  gap: 15px;
  text-align: left;
  box-shadow: 0 7px 22px rgba(76,51,33,.035);
  transition: border-color .2s ease, transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.answer-button:hover { transform: translateY(-4px); border-color: rgba(203,103,70,.5); background: var(--cream); box-shadow: var(--shadow-soft); }
.answer-visual {
  position: relative;
  align-self: stretch;
  min-height: 145px;
  display: grid;
  place-items: center;
  background: var(--visual-bg, #eee5d9);
  border-right: 1px solid rgba(107,66,38,.08);
  isolation: isolate;
}
.answer-visual::before, .answer-visual::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; }
.answer-visual::before { width: 88px; height: 88px; border: 1px dashed rgba(107,66,38,.18); animation: rotate 17s linear infinite; }
.answer-visual::after { width: 66px; height: 38px; bottom: 21px; background: rgba(255,255,255,.42); filter: blur(3px); transform: rotate(-7deg); }
.visual-emoji { display: block; font-size: 48px; line-height: 1; filter: drop-shadow(0 7px 7px rgba(58,38,24,.12)); transform: translateY(-3px); transition: transform .25s cubic-bezier(.2,.9,.2,1); }
.answer-button:hover .visual-emoji { transform: translateY(-8px) rotate(-3deg) scale(1.07); }
.answer-letter { position: absolute; top: 10px; left: 10px; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,253,248,.86); color: var(--brown); box-shadow: 0 3px 10px rgba(62,39,25,.08); font: 600 10px var(--display); }
.answer-text { padding: 16px 0; }
.answer-text strong { display: block; font-size: 13px; line-height: 1.35; font-weight: 700; }
.answer-text small { display: block; color: var(--muted); font-size: 10px; line-height: 1.45; margin-top: 5px; }
.answer-arrow { justify-self: end; padding-right: 13px; color: var(--gold); font-size: 18px; transition: transform .2s ease; }
.answer-button:hover .answer-arrow { transform: translateX(3px); color: var(--terracotta); }
.answer-button.is-selected { border-color: var(--terracotta); background: #fff8f3; transform: scale(.985); box-shadow: 0 0 0 3px rgba(203,103,70,.1); }
.quiz-reassurance { margin: 24px 0 0; color: var(--muted); text-align: center; font-size: 11px; }

.capture-grid {
  width: min(1050px, calc(100% - 48px));
  margin: 0 auto;
  min-height: calc(100vh - 160px);
  padding: 34px 0 90px;
  display: grid;
  grid-template-columns: .92fr 1fr;
  align-items: center;
  gap: clamp(55px, 8vw, 110px);
}
.capture-context { position: relative; }
.capture-context h2 { margin: 19px 0 20px; font: 700 clamp(40px, 5vw, 58px)/1.03 var(--display); color: var(--brown); letter-spacing: -.035em; }
.capture-context > p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.mini-celebration { position: absolute; right: -20px; top: -55px; color: var(--gold); display: flex; gap: 14px; transform: rotate(10deg); }
.mini-celebration span:nth-child(2) { transform: translateY(-15px); color: var(--terracotta); }
.what-you-get { margin-top: 34px; display: grid; grid-template-columns: 38px 1fr; gap: 16px 13px; align-items: start; }
.get-icon { width: 34px; height: 34px; border: 1px solid var(--gold); color: var(--terracotta); border-radius: 50%; display: grid; place-items: center; font: 600 11px var(--display); }
.what-you-get strong, .what-you-get span { display: block; }
.what-you-get strong { font: 600 15px var(--display); color: var(--brown); }
.what-you-get span { color: var(--muted); font-size: 11px; margin-top: 3px; }
.lead-card { background: rgba(255,253,248,.92); border: 1px solid rgba(107,66,38,.12); border-radius: 24px; padding: clamp(25px, 4vw, 38px); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.form-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; margin-bottom: 22px; border-bottom: 1px solid var(--line); font: 600 19px var(--display); color: var(--brown); }
.form-heading svg { width: 21px; color: var(--sage); }
.lead-card > label:not(.consent-row) { display: block; color: var(--brown); font-size: 11px; font-weight: 700; margin-bottom: 17px; }
.lead-card input[type="text"], .lead-card input[type="tel"] { width: 100%; margin-top: 7px; background: var(--paper); border: 1px solid transparent; border-radius: 10px; padding: 14px 15px; color: var(--ink); font-size: 13px; transition: border .2s ease, background .2s ease; }
.lead-card input::placeholder { color: #aa9a8c; }
.lead-card input:focus { border-color: var(--gold); background: white; outline: none; }
.lead-card label.has-error input { border-color: #b74f3d; background: #fff7f4; }
.field-error { display: none; color: #a63d30; margin: 6px 0 0; font-size: 10px; }
.has-error .field-error, .field-error.is-visible { display: block; }
.consent-row { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: var(--muted); font-size: 10px; line-height: 1.45; margin: 5px 0 4px; }
.consent-row input { width: 16px; height: 16px; accent-color: var(--brown); margin-top: 1px; }
.privacy-note { color: var(--muted); text-align: center; font-size: 9px; margin: 13px 0 0; }

.screen--analysis.is-active { display: grid; place-items: center; min-height: calc(100vh - 160px); }
.analysis-box { width: min(560px, calc(100% - 40px)); padding: 40px 20px 100px; text-align: center; }
.analysis-box .eyebrow { justify-content: center; }
.analysis-box h2 { margin: 16px auto 15px; max-width: 540px; color: var(--brown); font: 700 clamp(35px, 5vw, 49px)/1.08 var(--display); }
.analysis-box > p { color: var(--muted); font-size: 13px; transition: opacity .2s ease; }
.analysis-plate { position: relative; width: 155px; height: 155px; margin: 0 auto 35px; border: 1px solid var(--line); border-radius: 50%; background: var(--cream); box-shadow: var(--shadow-soft); }
.analysis-plate::before, .analysis-plate::after { content: ""; position: absolute; background: var(--line); }
.analysis-plate::before { width: 1px; height: 48%; left: 50%; top: 4%; }
.analysis-plate::after { height: 1px; width: 84%; left: 8%; top: 51%; }
.analysis-plate svg { position: absolute; inset: 0; width: 100%; height: 100%; color: var(--terracotta); animation: rotate 7s linear infinite; }
.analysis-food { position: absolute; border-radius: 50%; animation: foodPop 1.4s ease-in-out infinite alternate; }
.analysis-food--one { width: 19px; height: 19px; background: var(--terracotta); left: 38px; top: 45px; }
.analysis-food--two { width: 14px; height: 28px; background: var(--sage); right: 38px; top: 35px; border-radius: 100% 0 100% 0; animation-delay: .25s; transform: rotate(35deg); }
.analysis-food--three { width: 25px; height: 17px; background: #e4b768; bottom: 35px; left: 63px; border-radius: 50%; animation-delay: .5s; }
.analysis-progress { width: 250px; max-width: 80%; height: 4px; background: #e4dacb; border-radius: 3px; margin: 25px auto 0; overflow: hidden; }
.analysis-progress span { display: block; height: 100%; width: 5%; background: var(--terracotta); border-radius: inherit; transition: width .7s ease; }

.screen--result { padding: 25px 0 100px; }
.result-wrap { width: min(1050px, calc(100% - 48px)); margin: 0 auto; }
.result-heading { text-align: center; max-width: 810px; margin: 0 auto 40px; }
.result-heading .eyebrow { justify-content: center; }
.result-check { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 19px; color: white; background: var(--sage); box-shadow: 0 0 0 8px rgba(123,141,116,.11); font-size: 24px; animation: resultPop .6s .25s cubic-bezier(.2,1.5,.5,1) both; }
.result-heading h2 { color: var(--brown); margin: 14px auto 15px; font: 700 clamp(37px, 5vw, 57px)/1.04 var(--display); letter-spacing: -.03em; }
.result-heading > p { color: var(--muted); line-height: 1.7; font-size: 15px; max-width: 700px; margin: 0 auto; }
.result-dashboard { display: grid; grid-template-columns: .88fr 1.12fr; gap: 18px; }
.level-card, .signals-card { background: rgba(255,253,248,.86); border: 1px solid var(--line); border-radius: 21px; padding: clamp(25px, 4vw, 35px); box-shadow: var(--shadow-soft); }
.level-card__top { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.level-card__top span, .card-label { color: var(--muted); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; font-weight: 700; }
.level-card__top strong { color: var(--terracotta); font: 700 21px var(--display); }
.level-meter { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin: 34px 0 10px; }
.level-meter span { height: 8px; border-radius: 8px; }
.level-meter span:nth-child(1) { background: #9cad8f; }
.level-meter span:nth-child(2) { background: #ddb972; }
.level-meter span:nth-child(3) { background: #ca6b50; }
.level-meter i { position: absolute; width: 18px; height: 18px; border: 3px solid white; border-radius: 50%; background: var(--brown); top: 50%; left: 50%; transform: translate(-50%,-50%); box-shadow: 0 3px 9px rgba(47,33,24,.3); transition: left 1s .2s cubic-bezier(.2,.9,.2,1); }
.level-labels { display: flex; justify-content: space-between; color: #a19082; font-size: 9px; }
.level-card > p { margin: 28px 0 0; padding-top: 23px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.65; }
.signals-card h3 { margin: 10px 0 20px; color: var(--brown); font: 600 22px var(--display); }
.signal-list { display: grid; gap: 9px; }
.signal-item { display: grid; grid-template-columns: 32px 1fr; gap: 11px; align-items: center; background: var(--paper); border-radius: 11px; padding: 10px 13px; }
.signal-item span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: white; font-size: 13px; }
.signal-item p { margin: 0; color: var(--ink); font-size: 11px; line-height: 1.5; }
.insight-strip { margin: 18px 0 70px; min-height: 92px; display: flex; align-items: center; gap: 18px; background: var(--sage-light); border-radius: 18px; padding: 20px 28px; color: #465340; }
.insight-strip p { margin: 0; font-size: 13px; line-height: 1.6; }
.insight-mark { font: 700 52px/1 var(--display); opacity: .4; transform: translateY(7px); }

.offer-section { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(45px, 7vw, 80px); color: white; background: var(--brown); border-radius: 30px; padding: clamp(36px, 6vw, 72px); overflow: hidden; box-shadow: var(--shadow); }
.offer-section::before { content: ""; position: absolute; width: 450px; height: 450px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; left: -220px; bottom: -310px; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.02); }
.offer-section::after { content: "✦"; position: absolute; right: 46%; top: 11%; color: var(--gold); opacity: .45; font-size: 21px; }
.offer-copy, .offer-card { position: relative; z-index: 1; }
.offer-copy h2 { margin: 16px 0 17px; font: 700 clamp(35px, 4.2vw, 49px)/1.05 var(--display); letter-spacing: -.02em; }
.offer-copy > p { color: rgba(255,255,255,.7); line-height: 1.7; font-size: 13px; }
.offer-copy ul { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 11px; }
.offer-copy li { font-size: 12px; color: rgba(255,255,255,.84); display: flex; gap: 10px; }
.offer-copy li span { color: #d9c698; }
.offer-card { background: var(--cream); color: var(--ink); border-radius: 21px; padding: 33px 30px 26px; text-align: center; box-shadow: 0 20px 60px rgba(29,17,10,.28); isolation: isolate; }
.offer-card > :not(.offer-unlock) { transition: opacity .6s ease, filter .6s ease, transform .7s cubic-bezier(.2,.9,.2,1); }
.offer-card:not(.is-unlocked) > :not(.offer-unlock) { opacity: .06; filter: blur(7px); transform: scale(.96); pointer-events: none; }
.offer-card.is-unlocked > :not(.offer-unlock) { opacity: 1; filter: none; transform: none; }
.offer-unlock {
  position: absolute;
  z-index: 8;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 37%, rgba(203,103,70,.12), transparent 32%),
    var(--cream);
  transition: opacity .65s ease, visibility .65s ease, transform .75s cubic-bezier(.2,.9,.2,1);
}
.offer-card.unlock-complete .offer-unlock { opacity: 0; visibility: hidden; transform: scale(1.045); pointer-events: none; }
.unlock-icon { position: relative; width: 88px; height: 88px; display: grid; place-items: center; margin-bottom: 19px; color: var(--brown); }
.unlock-orbit { position: absolute; inset: 0; border: 1px dashed rgba(203,103,70,.4); border-radius: 50%; animation: rotate 8s linear infinite; }
.unlock-orbit::before, .unlock-orbit::after { content: ""; position: absolute; border-radius: 50%; background: var(--terracotta); box-shadow: 0 0 0 5px rgba(203,103,70,.1); }
.unlock-orbit::before { width: 7px; height: 7px; left: 4px; top: 17px; }
.unlock-orbit::after { width: 5px; height: 5px; right: 8px; bottom: 14px; background: var(--gold); }
.offer-lock { position: relative; width: 46px; height: 53px; overflow: visible; filter: drop-shadow(0 8px 10px rgba(107,66,38,.2)); transition: opacity .25s ease, transform .4s ease; }
.offer-lock__shackle { transform-origin: 47px 28px; transition: transform .65s cubic-bezier(.2,1.2,.3,1); }
.offer-card.is-unlocking .offer-lock { animation: lockNudge .55s ease both; }
.offer-card.is-unlocking .offer-lock__shackle { transform: translateY(-8px) rotate(25deg); }
.offer-card.is-unlocked .offer-lock { opacity: 0; transform: scale(.65); }
.unlock-check { position: absolute; color: white; background: var(--terracotta); width: 53px; height: 53px; border-radius: 50%; display: grid; place-items: center; font: 700 26px var(--body); opacity: 0; transform: scale(.4) rotate(-18deg); box-shadow: 0 9px 24px rgba(203,103,70,.32), 0 0 0 8px rgba(203,103,70,.08); transition: opacity .3s ease, transform .55s cubic-bezier(.2,1.5,.4,1); }
.offer-card.is-unlocked .unlock-check { opacity: 1; transform: scale(1) rotate(0); }
.unlock-copy { position: relative; width: 100%; min-height: 62px; }
.unlock-copy > span { display: block; color: var(--terracotta); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: opacity .25s ease, transform .35s ease; }
.unlock-copy .unlock-success { position: absolute; top: 0; left: 0; right: 0; opacity: 0; transform: translateY(6px); }
.offer-card.is-unlocked .unlock-searching { opacity: 0; transform: translateY(-6px); }
.offer-card.is-unlocked .unlock-success { opacity: 1; transform: translateY(0); }
.unlock-copy strong { display: block; max-width: 270px; margin: 9px auto 0; color: var(--brown); font: 600 22px/1.14 var(--display); }
.unlock-progress { width: 180px; height: 4px; margin-top: 15px; overflow: hidden; border-radius: 4px; background: var(--paper-deep); }
.unlock-progress i { display: block; width: 7%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold), var(--terracotta)); transition: width 1s cubic-bezier(.2,.8,.2,1); }
.offer-card.is-unlocking .unlock-progress i { width: 100%; }
.unlock-spark { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); opacity: 0; }
.unlock-spark--1 { left: 7px; top: 19px; }
.unlock-spark--2 { right: 5px; top: 29px; background: var(--terracotta); }
.unlock-spark--3 { left: 19px; bottom: 4px; background: var(--sage); }
.unlock-spark--4 { right: 15px; bottom: 7px; }
.offer-card.is-unlocked .unlock-spark { animation: unlockSpark .75s cubic-bezier(.2,.8,.2,1) both; }
.offer-card.is-unlocked .unlock-spark--2 { animation-delay: .08s; }
.offer-card.is-unlocked .unlock-spark--3 { animation-delay: .15s; }
.offer-card.is-unlocked .unlock-spark--4 { animation-delay: .21s; }
.offer-card.is-unlocked .offer-ribbon { animation: ribbonDrop .7s .35s cubic-bezier(.2,1.4,.4,1) both; }
.offer-card.is-unlocked .price-block strong { animation: priceReveal .7s .48s cubic-bezier(.2,1.35,.4,1) both; }
.offer-ribbon { position: absolute; left: 50%; top: 0; transform: translate(-50%,-50%); white-space: nowrap; background: var(--terracotta); color: white; font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 9px 14px; border-radius: 7px; box-shadow: 0 7px 17px rgba(69,27,16,.2); }
.offer-overline { margin: 6px 0 22px; color: var(--brown); font: 600 18px var(--display); }
.price-block > span, .price-block em { display: block; color: var(--muted); font-size: 11px; font-style: normal; }
.price-block strong { display: block; margin: 3px 0 0; color: var(--brown); font: 700 63px/.95 var(--display); letter-spacing: -.05em; }
.price-block strong small { font: 600 21px var(--display); vertical-align: 23px; letter-spacing: 0; }
.price-block em { margin-top: 5px; }
.cta-whatsapp { min-height: 58px; margin: 24px 0 12px; padding: 14px 17px; border-radius: 12px; background: var(--terracotta); color: white; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 16px; font-size: 12px; font-weight: 700; box-shadow: 0 11px 24px rgba(203,103,70,.25); transition: transform .2s ease, background .2s ease; }
.cta-whatsapp:hover { transform: translateY(-3px); background: #b9573a; }
.offer-microcopy { color: var(--muted); font-size: 9px; line-height: 1.5; max-width: 260px; margin: 0 auto; }
.secure-row { display: flex; justify-content: center; gap: 12px; border-top: 1px solid var(--line); padding-top: 16px; margin-top: 18px; color: var(--muted); font-size: 8px; }

.about-ana { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(40px, 7vw, 80px); margin: 90px auto 50px; max-width: 900px; }
.ana-photo-wrap { position: relative; }
.ana-photo-wrap::before { content: ""; position: absolute; inset: 11px -13px -12px 14px; border: 1px solid var(--gold); border-radius: 48% 48% 18px 18px; transform: rotate(3deg); }
.ana-photo-wrap img { position: relative; width: 100%; aspect-ratio: .78; object-fit: cover; object-position: center 28%; border-radius: 48% 48% 18px 18px; filter: saturate(.86) sepia(.06); }
.ana-signature { position: absolute; right: -24px; bottom: 16px; background: var(--cream); color: var(--brown); padding: 10px 14px; border-radius: 4px; font: italic 600 17px var(--display); box-shadow: var(--shadow-soft); transform: rotate(-4deg); }
.ana-copy h2 { margin: 15px 0 18px; color: var(--brown); font: 700 clamp(34px, 4vw, 45px)/1.06 var(--display); }
.ana-copy > p { color: var(--muted); line-height: 1.75; font-size: 13px; }
.credentials { display: flex; flex-wrap: wrap; gap: 7px 14px; margin-top: 22px; }
.credentials span { color: var(--brown); font-size: 10px; border-bottom: 1px solid var(--gold); padding-bottom: 4px; }
.result-disclaimer { color: #9a8a7d; text-align: center; max-width: 700px; font-size: 9px; line-height: 1.6; margin: 0 auto; }

.site-footer { width: min(1180px, calc(100% - 48px)); margin: 0 auto; border-top: 1px solid var(--line); padding: 25px 0 30px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 9px; }
.site-footer a { color: var(--brown); }

.reveal { opacity: 0; animation: revealUp .75s cubic-bezier(.2,.8,.2,1) both; }
.reveal--1 { animation-delay: .05s; }
.reveal--2 { animation-delay: .14s; }
.reveal--3 { animation-delay: .23s; }
.reveal--4 { animation-delay: .32s; }
.reveal--5 { animation-delay: .41s; }

.confetti { position: fixed; z-index: 50; width: 9px; height: 15px; border-radius: 3px; top: -20px; pointer-events: none; animation: confettiFall 2.6s ease-in forwards; }

@keyframes revealUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes screenIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes questionIn { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: none; } }
@keyframes questionOut { to { opacity: 0; transform: translateX(-18px); } }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-9px) rotate(1deg); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(123,141,116,0); } 100% { box-shadow: 0 0 0 0 rgba(123,141,116,0); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes foodPop { to { transform: translateY(-5px) rotate(8deg); } }
@keyframes resultPop { from { opacity: 0; transform: scale(.4) rotate(-12deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes confettiFall { to { transform: translate3d(var(--drift), 110vh, 0) rotate(540deg); opacity: .1; } }
@keyframes lockNudge { 0%,100% { transform: rotate(0); } 25% { transform: rotate(-5deg); } 55% { transform: rotate(5deg); } }
@keyframes unlockSpark { 0% { opacity: 0; transform: scale(.3); } 45% { opacity: 1; transform: scale(1.4); } 100% { opacity: 0; transform: translateY(-16px) scale(.5); } }
@keyframes ribbonDrop { from { opacity: 0; transform: translate(-50%,-90%) scale(.72); } to { opacity: 1; transform: translate(-50%,-50%) scale(1); } }
@keyframes priceReveal { from { opacity: 0; transform: translateY(13px) scale(.74); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (max-width: 850px) {
  .screen--intro { grid-template-columns: 1fr; padding-top: 25px; gap: 45px; }
  .intro-copy { text-align: center; }
  .intro-copy .eyebrow, .intro-actions, .trust-row { justify-content: center; }
  .intro-copy h1, .intro-lead { margin-left: auto; margin-right: auto; }
  .intro-visual { max-width: 530px; margin: 0 auto; }
  .quiz-hook { grid-template-columns: 1fr 185px; gap: 28px; }
  .quiz-hook h1 { font-size: 40px; }
  .capture-grid, .result-dashboard, .offer-section, .about-ana { grid-template-columns: 1fr; }
  .capture-grid { padding-top: 22px; }
  .capture-context { text-align: center; }
  .capture-context .eyebrow { justify-content: center; }
  .what-you-get { max-width: 420px; margin-left: auto; margin-right: auto; text-align: left; }
  .offer-section { gap: 45px; }
  .offer-section::after { right: 8%; top: 5%; }
  .about-ana { max-width: 620px; }
  .ana-photo-wrap { max-width: 330px; margin: 0 auto; }
  .ana-copy { text-align: center; }
  .ana-copy .eyebrow, .credentials { justify-content: center; }
}

@media (max-width: 600px) {
  .site-header { width: calc(100% - 34px); height: 78px; }
  .brand-photo { width: 36px; height: 36px; flex-basis: 36px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 8px; }
  .header-note { font-size: 0; }
  .header-note::after { content: "Confidencial"; font-size: 10px; }
  .screen--intro { width: calc(100% - 34px); padding: 30px 0 65px; }
  .intro-copy h1 { font-size: clamp(42px, 13vw, 59px); }
  .intro-lead { font-size: 15px; }
  .intro-actions { flex-direction: column; gap: 15px; }
  .primary-button { width: 100%; }
  .trust-row { flex-direction: column; gap: 8px; }
  .intro-visual { padding-left: 6px; padding-right: 6px; }
  .floating-note--top { right: 4%; }
  .floating-note--bottom { left: 4%; }
  .scribble { display: none; }
  .quiz-shell { width: calc(100% - 34px); padding-top: 24px; }
  .quiz-hook { grid-template-columns: 1fr; gap: 0; padding: 20px 19px; margin: 0 0 24px; border-radius: 18px; }
  .quiz-hook h1 { margin: 12px 0 9px; font-size: 32px; line-height: 1.02; }
  .quiz-hook__copy > p { font-size: 11px; line-height: 1.55; }
  .quiz-hook__visual { display: none; }
  .hook-proof { margin-top: 12px; gap: 12px; font-size: 9px; }
  .progress-track { margin-bottom: 30px; }
  .question-card h2 { font-size: 31px; }
  .question-card > p { margin-bottom: 20px; font-size: 13px; }
  .answers { gap: 10px; }
  .answer-button { min-height: 196px; grid-template-columns: 1fr; grid-template-rows: 96px 1fr; gap: 0; align-items: stretch; }
  .answer-visual { min-height: 96px; border-right: 0; border-bottom: 1px solid rgba(107,66,38,.08); }
  .answer-visual::before { width: 67px; height: 67px; }
  .answer-visual::after { width: 52px; height: 27px; bottom: 11px; }
  .visual-emoji { font-size: 39px; }
  .answer-text { padding: 12px 13px 16px; }
  .answer-text strong { font-size: 12px; }
  .answer-text small { font-size: 9px; }
  .answer-arrow { position: absolute; right: 1px; bottom: 8px; font-size: 15px; }
  .capture-grid { width: calc(100% - 34px); gap: 42px; }
  .capture-context h2 { font-size: 40px; }
  .lead-card { border-radius: 18px; }
  .result-wrap { width: calc(100% - 28px); }
  .result-heading h2 { font-size: 40px; }
  .level-card, .signals-card { padding: 24px 20px; }
  .insight-strip { padding: 17px 18px; margin-bottom: 48px; }
  .offer-section { border-radius: 21px; padding: 40px 22px 28px; }
  .offer-copy h2 { font-size: 38px; }
  .offer-card { padding: 31px 20px 23px; }
  .offer-ribbon { font-size: 8px; }
  .price-block strong { font-size: 57px; }
  .about-ana { margin-top: 70px; padding: 0 10px; }
  .site-footer { width: calc(100% - 34px); flex-direction: column; text-align: center; }
}

@media (max-width: 370px) {
  .answers { grid-template-columns: 1fr; }
  .answer-button { min-height: 112px; grid-template-columns: 102px 1fr 24px; grid-template-rows: 1fr; align-items: center; }
  .answer-visual { min-height: 111px; border-right: 1px solid rgba(107,66,38,.08); border-bottom: 0; }
  .answer-text { padding: 12px 0; }
  .answer-arrow { position: static; padding-right: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
