:root {
  --forest: #173f3a;
  --forest-2: #245d54;
  --mint: #a9d5c6;
  --mint-light: #e5f2ed;
  --lime: #dce9a5;
  --cream: #f6f3ed;
  --paper: #fffefa;
  --ink: #172522;
  --soft: #61706c;
  --line: #d9e2de;
  --warm: #b56c4d;
  --shadow: 0 20px 55px rgba(22, 55, 50, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button { color: inherit; }
.page-shell { min-height: 100vh; }
.site-header { display: flex; width: min(100% - 32px, 1120px); min-height: 72px; align-items: center; justify-content: space-between; margin: auto; }
.wordmark { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 800; letter-spacing: .08em; text-decoration: none; }
.wordmark i { width: 19px; height: 1px; background: var(--forest); transform: rotate(-55deg); }
.header-note { color: #74827e; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.quiz-shell { width: min(100% - 28px, 850px); margin: 0 auto; padding-bottom: 64px; }
.progress-wrap { position: sticky; z-index: 20; top: 0; padding: 12px 0 10px; background: color-mix(in srgb, var(--cream) 94%, transparent); backdrop-filter: blur(12px); }
.progress-meta { display: flex; justify-content: space-between; margin-bottom: 7px; color: #6b7975; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.progress-track { height: 4px; overflow: hidden; border-radius: 10px; background: #d9e3df; }
.progress-fill { position: relative; width: 0; height: 100%; overflow: hidden; border-radius: inherit; background: linear-gradient(90deg, var(--forest-2), #72b29f); transition: width .5s cubic-bezier(.22,.75,.24,1); }
.progress-fill::after { position: absolute; inset: 0; background: linear-gradient(100deg,transparent 35%,rgba(255,255,255,.45) 50%,transparent 65%); content: ""; opacity: 0; transform: translate3d(-100%,0,0); animation: progressShimmer .55s ease; }
@keyframes progressShimmer { 30% { opacity: .5; } 100% { opacity: 0; transform: translate3d(100%,0,0); } }
.screen { position: relative; min-height: calc(100vh - 122px); padding: 28px 0 44px; }
.screen-enter { animation: screenIn .26s cubic-bezier(.22,.75,.24,1) both; }
@keyframes screenIn { from { opacity: 0; transform: translate3d(0,8px,0); } to { opacity: 1; transform: translate3d(0,0,0); } }
.back-button { position: absolute; z-index: 4; top: 8px; left: 0; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(145,165,158,.45); border-radius: 50%; color: #70807b; background: rgba(255,255,255,.48); opacity: .78; cursor: pointer; transition: opacity .18s ease, border-color .18s ease; }
.back-button:hover, .back-button:focus-visible { border-color: #89a89e; opacity: 1; }
.eyebrow, .sales-kicker { display: block; margin-bottom: 14px; color: var(--forest-2); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.035em; }
.question-heading { max-width: 680px; margin: 20px auto 28px; text-align: center; }
.question-heading h1 { margin-bottom: 10px; font-size: clamp(28px, 5vw, 42px); line-height: 1.13; }
.question-heading p, .section-lead { max-width: 620px; margin: 0 auto; color: var(--soft); font-size: 15px; line-height: 1.55; }
.start-screen { max-width: 790px; margin: 0 auto; padding-top: 4vh; text-align: center; }
.start-badge { display: inline-flex; padding: 7px 12px; border-radius: 999px; color: var(--forest); background: var(--mint-light); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.start-screen h1 { max-width: 650px; margin: 24px auto 12px; font-size: clamp(40px, 7vw, 68px); line-height: 1; }
.start-screen > p { max-width: 620px; margin: 0 auto 30px; color: var(--soft); font-size: 17px; line-height: 1.55; }
.gender-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; max-width: 630px; margin: auto; }
.gender-card { overflow: hidden; padding: 0 0 16px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); cursor: pointer; transition: .2s ease; }
.gender-card:hover { border-color: var(--forest-2); box-shadow: var(--shadow); transform: translateY(-3px); }
.gender-card.neutral { grid-column: 1/-1; display: flex; min-height: 76px; align-items: center; justify-content: center; gap: 20px; padding: 10px 18px; }
.gender-card strong { display: block; margin-top: 11px; font-family: "Manrope"; }
.person-visual { position: relative; display: block; height: 190px; overflow: hidden; background: linear-gradient(145deg, #e2eee9, #a9cfc2); }
.person-visual::before { position: absolute; top: 25px; left: 50%; width: 64px; height: 64px; border-radius: 50%; background: #bd866d; box-shadow: 0 -10px 0 3px #604d45; content: ""; transform: translateX(-50%); }
.person-visual i { position: absolute; bottom: -8px; left: 50%; width: 130px; height: 115px; border-radius: 55% 55% 10px 10px; background: var(--forest-2); transform: translateX(-50%); }
.person-visual.man { background: linear-gradient(145deg, #e8e1d6, #c5ad91); }
.person-visual.man i { border-radius: 43% 43% 8px 8px; background: #5c6d78; }
.person-visual.neutral { width: 54px; height: 54px; flex: 0 0 54px; border-radius: 50%; }
.person-visual.neutral::before { top: 9px; width: 17px; height: 17px; box-shadow: none; }
.person-visual.neutral i { bottom: -2px; width: 35px; height: 28px; }
.privacy-note { display: block; margin-top: 18px; color: #7f8c88; font-size: 11px; }
.option-grid { display: grid; max-width: 650px; gap: 10px; margin: 0 auto; }
.multi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; }
.option { display: flex; width: 100%; min-height: 62px; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 17px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,254,250,.92); box-shadow: 0 5px 16px rgba(24,55,50,.035); text-align: left; cursor: pointer; transition: .18s ease; }
.option:hover, .option:focus-visible { border-color: #89b4a7; background: #fff; box-shadow: 0 10px 25px rgba(24,55,50,.09); transform: translateY(-1px); }
.option.selected { border-color: var(--forest-2); background: var(--mint-light); }
.choice-confirmed { animation: optionPress .2s ease both; }
.option.selected > i { animation: checkIn .2s cubic-bezier(.2,.8,.2,1.2) both; }
@keyframes optionPress { 45% { transform: scale(.98); } }
@keyframes checkIn { from { opacity: 0; transform: scale(.55); } to { opacity: 1; transform: scale(1); } }
.option > i { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; border: 1px solid #bfcdc8; border-radius: 50%; color: #71807b; font-style: normal; }
.option.selected > i { border-color: var(--forest); color: #fff; background: var(--forest); }
.option-copy { display: flex; align-items: center; gap: 13px; }
.option-copy em { font-style: normal; font-weight: 600; }
.option-icon { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 10px; color: var(--forest); background: var(--mint-light); font-size: 18px; }
.primary-button { display: flex; min-height: 59px; align-items: center; justify-content: center; gap: 18px; margin: 24px auto 0; padding: 15px 25px; border: 0; border-radius: 14px; color: #fff; background: var(--forest); box-shadow: 0 12px 28px rgba(23,63,58,.2); font-weight: 800; cursor: pointer; transition: .18s ease; }
.primary-button:hover:not(:disabled) { background: #0f322e; box-shadow: 0 16px 34px rgba(23,63,58,.27); transform: translateY(-2px); }
.primary-button:disabled { opacity: .4; cursor: not-allowed; }
.selection-feedback { min-height: 18px; margin: 9px auto -10px; color: #9a5c45; font-size: 12px; font-weight: 700; text-align: center; opacity: 0; }
.selection-feedback.is-visible { opacity: 1; animation: feedbackIn .2s ease both; }
@keyframes feedbackIn { from { opacity: 0; transform: translateY(-3px); } to { opacity: 1; transform: translateY(0); } }
.body-map-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 760px; margin: auto; }
.body-area-card { padding: 10px 9px 15px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); cursor: pointer; transition: .18s ease; }
.body-area-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.body-area-card.selected { border: 2px solid var(--forest); background: var(--mint-light); }
.body-area-card svg { width: 90px; height: 138px; fill: #d6dfdc; stroke: #97aaa4; stroke-width: 1; }
.body-area-card .zone { fill: transparent; stroke: transparent; }
.body-area-card .zone.active { fill: #d17655; opacity: .88; }
.body-area-card .check { fill: var(--forest); stroke: none; }
.body-area-card .tick { fill: none; stroke: #fff; stroke-width: 3; }
.body-area-card strong { display: block; min-height: 36px; font-size: 12px; line-height: 1.35; }
.input-form { width: min(100%, 520px); margin: auto; }
.input-form label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 800; }
.input-form input { width: 100%; min-height: 60px; padding: 15px 17px; border: 1px solid #b9c8c3; border-radius: 14px; outline: none; background: var(--paper); font-size: 18px; }
.input-form input:focus { border-color: var(--forest-2); box-shadow: 0 0 0 4px rgba(36,93,84,.1); }
.input-form > p { min-height: 20px; margin: 7px 0; color: #a04444; font-size: 12px; }
.input-suffix { position: relative; }
.input-suffix input { padding-right: 60px; }
.input-suffix span { position: absolute; top: 50%; right: 18px; color: var(--soft); font-weight: 800; transform: translateY(-50%); }
.profile-metrics-form { width: min(100%, 650px); }
.metrics-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.primary-area-grid { max-width: 620px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.interstitial, .snapshot-screen, .forecast-screen, .processing-screen, .result-screen { max-width: 780px; margin: 2vh auto 0; text-align: center; }
.interstitial h1, .snapshot-screen h1, .forecast-screen h1, .result-screen h1, .processing-screen h1 { max-width: 700px; margin-right: auto; margin-left: auto; font-size: clamp(30px, 5vw, 48px); line-height: 1.12; }
.interstitial > p, .forecast-screen > p, .result-lead { max-width: 660px; margin-right: auto; margin-left: auto; color: var(--soft); font-size: 16px; line-height: 1.65; }
.validation-ring { display: block; width: 180px; height: auto; margin: 16px auto 30px; background: transparent; }
.validation-gallery { display: grid; max-width: 650px; grid-template-columns: repeat(var(--validation-count, 1), minmax(0, 1fr)); gap: 10px; margin: 16px auto 24px; }
.validation-gallery.has-1 { --validation-count: 1; max-width: 190px; }
.validation-gallery.has-2 { --validation-count: 2; max-width: 390px; }
.validation-gallery.has-3 { --validation-count: 3; }
.validation-gallery.has-4 { --validation-count: 4; }
.validation-gallery.has-5 { --validation-count: 5; max-width: 760px; }
.validation-gallery .anatomy-wrap { width: 100%; border-radius: 18px; }
.validation-gallery .anatomy-wrap img { aspect-ratio: 4 / 5; object-fit: cover; }
.validation-ring svg { width: 80px; height: 125px; fill: #bacdc6; stroke: #849b94; }
.validation-ring .zone.active, .snapshot-body .zone.active, .offer-profile-card .zone.active, .tablet .zone.active, .result-highlight .zone.active { fill: #d17655; stroke: transparent; }
.validation-ring .check, .snapshot-body .check, .offer-profile-card .check, .tablet .check, .result-highlight .check { fill: var(--forest); }
.validation-ring .tick, .snapshot-body .tick, .offer-profile-card .tick, .tablet .tick, .result-highlight .tick { fill: none; stroke: #fff; stroke-width: 3; }
.profile-chips, .hero-chips, .processing-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin: 22px auto; }
.profile-chips span, .hero-chips span, .processing-chips span { padding: 7px 11px; border: 1px solid #bcd0c9; border-radius: 999px; color: var(--forest); background: #eff7f4; font-size: 11px; font-weight: 700; }
.support-copy { padding: 17px; border-radius: 14px; background: #fff; }
.method-orbit { position: relative; display: grid; width: 230px; height: 230px; place-items: center; margin: 0 auto 28px; border: 0; border-radius: 50%; }
.method-orbit::before { position: absolute; inset: 0; border: 1px dashed #8fb8ac; border-radius: 50%; background: radial-gradient(circle at 50% 0,#6ca895 0 3px,transparent 4px); content: ""; animation: orbitRing 24s linear infinite; }
.method-orbit b { position: relative; z-index: 2; display: grid; width: 96px; height: 96px; place-items: center; align-content: center; gap: 1px; border-radius: 50%; color: #fff; background: var(--forest); box-shadow: 0 10px 28px rgba(23,63,58,.2); font: 800 15px/1 "Manrope", sans-serif; letter-spacing: -.03em; animation: brandBreath 3.6s ease-in-out infinite; }
.method-orbit b span:last-child { font-size: 12px; letter-spacing: .08em; }
.method-orbit i { position: absolute; z-index: 3; padding: 7px 10px; border-radius: 999px; background: var(--paper); box-shadow: 0 6px 16px rgba(20,55,50,.1); font-size: 11px; font-style: normal; font-weight: 700; offset-path: circle(103px at 115px 115px); offset-rotate: 0deg; animation: orbitLabel 24s linear infinite; }
.method-orbit i:nth-child(1) { animation-delay: -2s; }.method-orbit i:nth-child(2) { animation-delay: -10s; }.method-orbit i:nth-child(3) { animation-delay: -18s; }
@keyframes orbitRing { to { transform: rotate(360deg); } }
@keyframes orbitLabel { to { offset-distance: 100%; } }
@keyframes brandBreath { 50% { box-shadow: 0 12px 34px rgba(23,63,58,.27); transform: scale(1.02); } }
.evidence-placeholder { max-width: 650px; margin: 25px auto; padding: 18px; border: 1px dashed #aebdb8; border-radius: 17px; color: #60706b; background: rgba(255,255,255,.6); text-align: left; }
.evidence-placeholder > span { color: #8c685a; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.placeholder-person { display: flex; align-items: center; gap: 13px; margin: 13px 0; }
.placeholder-person > i { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 50%; background: linear-gradient(145deg, #cdd7d3, #aabbb5); }
.placeholder-person div { display: grid; gap: 2px; }
.placeholder-person b { color: #d69a37; font-size: 12px; letter-spacing: .05em; }
.placeholder-person strong { color: var(--ink); }
.placeholder-person small { font-size: 10px; }
.evidence-placeholder p { margin: 0; font-size: 12px; line-height: 1.5; }
.evidence-note { max-width: 620px; margin: 16px auto; padding: 14px 16px; border: 1px solid #c8d9d3; border-radius: 15px; background: rgba(255,255,255,.75); text-align: left; }
.evidence-note span { color: var(--forest-2); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.evidence-note p { margin: 6px 0; color: var(--ink); font-size: 12px; line-height: 1.45; }
.evidence-note a { color: var(--forest); font-size: 9px; font-weight: 800; }
.review-carousel { width: min(100%, 1120px); margin: 26px auto; overflow: hidden; text-align: center; }
.review-viewport { width: 100%; overflow-x: auto; overflow-y: hidden; scroll-behavior: auto; scrollbar-width: none; scroll-snap-type: none; overscroll-behavior-inline: contain; touch-action: pan-x pan-y; }
.review-viewport::-webkit-scrollbar { display: none; }
.review-track { display: flex; width: max-content; gap: 12px; padding: 8px max(16px, calc((100vw - 1120px)/2)); }
.review-track { will-change: transform; transform: translate3d(0,0,0); backface-visibility: hidden; }
.review-card { position: relative; display: grid; width: clamp(270px, 27vw, 340px); min-height: 210px; align-content: start; padding: 20px; border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: 0 10px 28px rgba(20,55,49,.08); scroll-snap-align: start; text-align: left; }
.review-card > img { width: 44px; height: 44px; margin-bottom: 10px; border-radius: 50%; object-fit: cover; }
.review-meta { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; }
.review-meta strong { font-size: 13px; }.review-meta small { color: var(--soft); font-size: 10px; }
.review-card > b { margin: 7px 0; color: #b87352; font-size: 13px; letter-spacing: .08em; }
.review-card > p { margin: 0; color: var(--soft); font-size: 12px; line-height: 1.5; }
.review-controls { display: flex; justify-content: center; gap: 8px; margin-top: 10px; }
.review-controls button { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); background: #fff; cursor: pointer; }
.review-disclaimer { margin: 9px 0 0; color: var(--soft); font-size: 9px; }
.review-carousel.is-compact { max-width: 690px; margin: 16px auto; }
.review-carousel.is-compact .review-track { padding: 5px; }
.review-carousel.is-compact .review-card { width: 280px; min-height: 165px; padding: 15px; }
.split-interstitial { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 38px; text-align: left; }
.split-interstitial h1, .split-interstitial > div > p { text-align: left; }
.split-interstitial .primary-button { margin-left: 0; }
.desk-visual { position: relative; height: 330px; overflow: hidden; border-radius: 26px; background: #dcece6; box-shadow: var(--shadow); }
.desk-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.time-dial { display: grid; width: 150px; height: 150px; place-items: center; align-content: center; margin: 0 auto 24px; border: 12px solid var(--mint); border-radius: 50%; background: var(--paper); box-shadow: var(--shadow); }
.time-dial strong { font: 800 25px "Manrope"; }.time-dial span { color: var(--soft); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.setup-icons { display: flex; justify-content: center; gap: 10px; margin: 0 auto 25px; }
.setup-icons i { display: grid; width: 100px; height: 100px; place-items: center; align-content: center; gap: 7px; border-radius: 18px; color: var(--forest); background: var(--mint-light); font-size: 30px; font-style: normal; }
.setup-icons small { font-size: 8px; font-weight: 800; }
.comparison-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; max-width: 650px; margin: 25px auto; text-align: left; }
.comparison-grid article { padding: 23px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.65); }
.comparison-grid .better { color: #fff; background: var(--forest); box-shadow: var(--shadow); }
.comparison-grid small { font-weight: 800; letter-spacing: .1em; }.comparison-grid p { margin: 14px 0 0; font-size: 13px; }
.method-chart { position: relative; max-width: 650px; margin: 22px auto; padding: 18px 18px 14px 42px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 12px 38px rgba(25,65,58,.08); }
.method-chart svg { display: block; width: 100%; height: auto; }
.chart-grid path { fill: none; stroke: #dce6e2; stroke-width: 1; }
.other-line, .vav-line { fill: none; stroke-linecap: round; stroke-width: 5; }
.other-line { stroke: #b9aaa4; stroke-dasharray: 9 8; }
.vav-line { stroke: var(--forest-2); }
.chart-points circle { fill: var(--paper); stroke: var(--forest); stroke-width: 4; }
.chart-y { position: absolute; top: 27px; bottom: 56px; left: 10px; display: flex; flex-direction: column; justify-content: space-between; color: var(--soft); font-size: 7px; font-weight: 800; letter-spacing: .08em; writing-mode: vertical-rl; transform: rotate(180deg); }
.chart-weeks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; color: var(--soft); font-size: 8px; font-weight: 800; }
.chart-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 12px; font-size: 9px; font-weight: 800; }
.chart-legend span { display: flex; align-items: center; gap: 6px; }
.chart-legend i { width: 22px; height: 4px; border-radius: 10px; }
.chart-legend .other { background: #b9aaa4; }
.chart-legend .vav { background: var(--forest-2); }
.energy-visual { display: flex; height: 115px; align-items: end; justify-content: center; gap: 10px; margin-bottom: 22px; }
.energy-visual i { display: block; width: 34px; border-radius: 9px 9px 3px 3px; background: var(--mint); animation: energyPulse 1.8s ease-in-out infinite alternate; }
.energy-visual i:nth-child(1) { height: 30px; }.energy-visual i:nth-child(2) { height: 52px; animation-delay: .2s; }.energy-visual i:nth-child(3) { height: 78px; animation-delay: .4s; }.energy-visual i:nth-child(4) { height: 105px; background: var(--forest-2); animation-delay: .6s; }
@keyframes energyPulse { to { transform: translateY(-6px); } }
.progress-curve { max-width: 760px; margin: 25px auto; padding: 18px 18px 12px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 12px 38px rgba(25,65,58,.08); }
.progress-curve svg { width: 100%; height: auto; overflow: visible; }
.progress-curve .area { fill: url(#curveFill); opacity: .8; }.progress-curve .line { fill: none; stroke: var(--forest-2); stroke-width: 5; stroke-linecap: round; }.progress-curve circle { fill: var(--paper); stroke: var(--forest); stroke-width: 5; }
.curve-labels { display: flex; justify-content: space-between; gap: 6px; }
.curve-labels span { display: grid; width: 20%; gap: 2px; text-align: center; }.curve-labels b { font-size: 9px; }.curve-labels small { color: var(--soft); font-size: 8px; line-height: 1.25; }
.disclaimer { color: #7d8985 !important; font-size: 10px !important; line-height: 1.45 !important; }
.authority-visual { display: flex; max-width: 550px; align-items: center; gap: 18px; margin: 0 auto 25px; padding: 18px; border-radius: 20px; background: var(--paper); text-align: left; }
.authority-visual i { width: 90px; height: 110px; flex: 0 0 90px; border-radius: 45px 45px 15px 15px; background: linear-gradient(#c8d8d2, #829f96); }
.authority-visual div { display: grid; gap: 5px; }.authority-visual b { color: var(--forest); font-size: 11px; }.authority-visual span { color: var(--soft); font-size: 12px; }
.authority-points { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }.authority-points span { padding: 10px; border-radius: 10px; background: var(--mint-light); font-size: 11px; font-weight: 700; }
.pending-proof { margin-top: 18px !important; font-size: 11px !important; }
.urgency-screen { max-width: 720px; padding: 35px; border-radius: 28px; color: #fff; background: var(--forest); box-shadow: var(--shadow); }
.urgency-screen .eyebrow, .urgency-screen > p { color: #cce7de; }
.urgency-note { margin-top: 22px; padding: 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; color: #d6e7e1; background: rgba(255,255,255,.06); font-size: 11px; line-height: 1.5; }
.urgency-screen .primary-button { color: var(--forest); background: #fff; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 28px auto; }
.benefit-grid article { display: grid; min-height: 115px; place-items: center; align-content: center; gap: 7px; padding: 13px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); }
.benefit-grid b { color: var(--forest); font: 800 20px "Manrope"; }.benefit-grid span { color: var(--soft); font-size: 10px; }
.posture-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 760px; margin: auto; }
.posture-card { padding: 16px 8px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); cursor: pointer; transition: .18s; }
.posture-card:hover, .posture-card.selected { border-color: var(--forest); box-shadow: var(--shadow); transform: translateY(-2px); }
.posture-person { position: relative; display: block; width: 88px; height: 150px; margin: auto; }
.posture-person i { position: absolute; top: 7px; left: 34px; width: 28px; height: 30px; border-radius: 50%; background: #b97962; box-shadow: 0 -5px 0 #53433d; }
.posture-person b { position: absolute; top: 37px; left: 30px; width: 37px; height: 105px; border-radius: 20px 20px 8px 8px; background: var(--forest-2); }
.posture-person.forward i { left: 47px; }.posture-person.forward b { transform: skewX(7deg); }.posture-person.rounded b { border-radius: 32px 32px 8px 8px; transform: rotate(5deg); }.posture-person.sway b { transform: skewX(-8deg); }.posture-person.flat b { width: 31px; }.posture-person.unsure { opacity: .45; }.posture-person.unsure::after { position: absolute; top: 55px; left: 33px; z-index: 2; color: #fff; content: "?"; font-size: 30px; }
.posture-card strong { display: block; min-height: 35px; font-size: 11px; }
.snapshot-hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: 13px; max-width: 690px; margin: 25px auto; }
.snapshot-body, .snapshot-score { display: grid; align-content: center; padding: 20px; border-radius: 22px; background: var(--paper); box-shadow: 0 12px 30px rgba(23,63,58,.08); }
.snapshot-body svg { width: 105px; height: 165px; margin: auto; fill: #cedbd6; stroke: #8fa39d; }.snapshot-body span, .snapshot-score small { color: var(--soft); font-size: 9px; font-weight: 800; letter-spacing: .1em; }.snapshot-body strong { margin-top: 5px; font-family: "Manrope"; }
.snapshot-score { text-align: left; }.snapshot-score > strong { margin: 7px 0 12px; color: var(--forest); font: 800 28px "Manrope"; }.snapshot-score > b { margin-top: 7px; color: var(--forest-2); }.snapshot-score > div { height: 8px; margin-bottom: 22px; overflow: hidden; border-radius: 8px; background: #e0e9e5; }.snapshot-score > div i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--mint), var(--warm)); }
.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; max-width: 760px; margin: 20px auto; text-align: left; }
.profile-grid article { min-width: 0; padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.76); }
.profile-grid small { display: block; margin-bottom: 4px; color: var(--soft); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.profile-grid strong { display: block; overflow-wrap: anywhere; font-size: 12px; line-height: 1.35; }
.initial-focus { max-width: 760px; margin: 18px auto; padding: 24px; border-radius: 20px; color: #fff; background: var(--forest); text-align: left; }
.initial-focus > span { color: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .13em; }.initial-focus h2 { margin: 8px 0 15px; text-transform: capitalize; }.initial-focus div { display: grid; gap: 7px; }.initial-focus i { font-size: 12px; font-style: normal; }
.forecast-stages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 25px auto; text-align: left; }.forecast-stages article { padding: 19px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); }.forecast-stages b { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #fff; background: var(--forest); }.forecast-stages h3 { margin: 14px 0 7px; font-size: 16px; }.forecast-stages p { margin: 0; color: var(--soft); font-size: 11px; line-height: 1.5; }
.processing-orbit { position: relative; display: grid; width: 120px; height: 120px; place-items: center; margin: 0 auto 26px; border: 2px solid #b7d4ca; border-radius: 50%; }.processing-orbit::before { position: absolute; inset: 9px; border: 1px dashed var(--forest-2); border-radius: 50%; animation: rotate 8s linear infinite; content: ""; }.processing-orbit i { position: absolute; top: -5px; width: 14px; height: 14px; border-radius: 50%; background: var(--warm); }.processing-orbit span { color: var(--forest); font: 800 20px "Manrope"; }
@keyframes rotate { to { transform: rotate(360deg); } }
.processing-list { display: grid; max-width: 610px; gap: 7px; margin: 20px auto; text-align: left; }.processing-item { display: flex; min-height: 48px; align-items: center; gap: 12px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 12px; color: #81908b; background: rgba(255,255,255,.65); transition: .25s; }.processing-item i { width: 19px; height: 19px; flex: 0 0 19px; border: 2px solid #c5d0cc; border-radius: 50%; }.processing-item.active { color: var(--forest); border-color: var(--mint); background: var(--mint-light); }.processing-item.active i { border-top-color: var(--forest); animation: rotate .8s linear infinite; }.processing-item.complete { color: var(--ink); }.processing-item.complete i { display: grid; place-items: center; border-color: var(--forest); color: #fff; background: var(--forest); }.processing-item.complete i::after { content: "✓"; font-size: 10px; }
.result-ready { display: inline-flex; padding: 8px 12px; border-radius: 999px; color: var(--forest); background: var(--mint-light); font-size: 10px; font-weight: 800; letter-spacing: .1em; }.result-lead { font-size: 17px; }.result-highlight { display: grid; grid-template-columns: .7fr 1.3fr; gap: 20px; max-width: 720px; align-items: center; margin: 30px auto; padding: 24px; border-radius: 24px; color: #fff; background: var(--forest); text-align: left; }.result-highlight svg { width: 120px; height: 180px; fill: #d7e6e1; stroke: #a6beb6; }.result-highlight small { color: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .13em; }.result-highlight h2 { margin: 7px 0 14px; text-transform: capitalize; }.result-highlight p { margin: 5px 0; color: #d6e6e1; font-size: 12px; }.priority-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; max-width: 720px; margin: 20px auto; }.priority-list article { display: flex; min-height: 75px; align-items: center; gap: 12px; padding: 13px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); text-align: left; }.priority-list b { color: var(--mint); font: 800 22px "Manrope"; }.priority-list span { font-size: 11px; font-weight: 700; }.result-button { font-size: 17px; }

/* Oferta */
.commercial-mode { background: #f8f6f1; }.commercial-mode .page-shell { min-height: 0; }.commercial-mode .site-header { display: none; }.commercial-mode .quiz-shell { width: 100%; max-width: none; padding: 0; }.commercial-mode .screen { min-height: 0; padding: 0; }
.offer-countdown { position: sticky; z-index: 50; top: 0; display: flex; min-height: 48px; align-items: center; justify-content: center; gap: 20px; padding: 8px 15px; color: #fff; background: #112e2a; box-shadow: 0 6px 20px rgba(0,0,0,.15); }.offer-countdown span { font-size: 9px; font-weight: 800; letter-spacing: .12em; }.offer-countdown b { color: var(--lime); font-size: 19px; }.offer-countdown button { padding: 7px 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; color: #fff; background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; }
.sales-page { overflow: hidden; }.sales-hero { display: grid; grid-template-columns: 1.18fr .82fr; min-height: 620px; align-items: center; gap: 50px; padding: 70px max(24px, calc((100vw - 1120px)/2)); background: radial-gradient(circle at 85% 20%, #d9eee7, transparent 34%), linear-gradient(135deg, #f9f7f1, #edf5f1); }.sales-hero h1 { max-width: 720px; margin-bottom: 19px; font-size: clamp(42px, 6vw, 72px); line-height: .98; }.sales-hero p { max-width: 650px; color: var(--soft); font-size: 18px; line-height: 1.55; }.sales-hero .primary-button { margin-left: 0; }.hero-chips { justify-content: flex-start; }
.offer-profile-card { position: relative; display: grid; max-width: 390px; justify-items: center; padding: 30px; border: 1px solid rgba(255,255,255,.7); border-radius: 28px; background: rgba(255,255,255,.78); box-shadow: 0 30px 80px rgba(23,63,58,.16); backdrop-filter: blur(10px); }.offer-profile-card::before { position: absolute; inset: 10px; border: 1px solid #d9e7e2; border-radius: 21px; content: ""; }.offer-profile-card > * { position: relative; }.offer-profile-card small { color: var(--forest); font-weight: 800; letter-spacing: .14em; }.offer-profile-card svg { width: 150px; height: 220px; fill: #d1dfda; stroke: #91a69f; }.offer-profile-card h3 { margin: 5px 0 13px; font-size: 23px; text-transform: capitalize; }.offer-profile-card > span { margin-top: 5px; padding: 7px 10px; border-radius: 999px; background: var(--mint-light); font-size: 10px; font-weight: 700; }
.sales-section { width: min(100% - 32px, 1120px); margin: 0 auto; padding: 88px 0; text-align: center; }.sales-section > h2 { max-width: 820px; margin: 0 auto 15px; font-size: clamp(32px, 5vw, 52px); line-height: 1.07; }.continuation .profile-grid { max-width: 900px; grid-template-columns: repeat(4, 1fr); }.offer-focus { max-width: 900px; }.offer-focus i { display: inline-flex; margin: 7px 9px 0 0; }
.testimonials-section { width: 100%; padding-right: max(16px, calc((100vw - 1120px)/2)); padding-left: max(16px, calc((100vw - 1120px)/2)); background: #edf2ef; }.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }.testimonial-grid .evidence-placeholder { height: 100%; margin: 0; background: #fff; }
.testimonials-section > h3 { margin: 24px 0 4px; color: var(--forest); font-size: 16px; }.testimonials-section .review-carousel { margin-top: 10px; }.evidence-source-link { display: inline-block; margin-top: 8px; color: var(--forest-2); font-size: 10px; font-weight: 800; }
.app-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 50px; text-align: left; }.app-section h2 { margin-left: 0; }.check-list { display: grid; gap: 10px; padding: 0; list-style: none; }.check-list li { font-weight: 700; }.device-stage { position: relative; min-height: 540px; }.phone { position: absolute; z-index: 2; top: 10px; left: 5%; width: 245px; min-height: 495px; padding: 18px; border: 8px solid #1b2825; border-radius: 35px; background: #f8f7f2; box-shadow: 0 25px 55px rgba(20,50,45,.22); }.phone header { margin-bottom: 40px; color: var(--forest); font: 800 11px "Manrope"; }.phone > small { color: var(--soft); font-size: 8px; font-weight: 800; }.phone h3 { margin: 7px 0 18px; font-size: 21px; }.routine-card { position: relative; height: 180px; overflow: hidden; padding: 16px; border-radius: 20px; color: #fff; background: linear-gradient(145deg, #346f64, #173f3a); }.routine-card span { font-size: 9px; }.routine-card b { display: block; max-width: 110px; margin-top: 8px; font-size: 17px; text-transform: capitalize; }.routine-card i { position: absolute; right: -18px; bottom: -20px; width: 115px; height: 145px; border-radius: 60px 60px 20px 20px; background: #a8d2c4; opacity: .7; }.app-progress { margin-top: 18px; }.app-progress span { font-size: 8px; font-weight: 800; }.app-progress i { display: block; width: 100%; height: 6px; margin-top: 7px; border-radius: 7px; background: linear-gradient(90deg, var(--forest) 18%, #dce5e1 18%); }.phone nav { position: absolute; right: 16px; bottom: 20px; left: 16px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--soft); font-size: 8px; text-align: center; }.tablet { position: absolute; right: 0; bottom: 25px; display: grid; width: 380px; height: 285px; justify-items: center; padding: 20px; border: 8px solid #2a3835; border-radius: 25px; background: #fff; box-shadow: 0 25px 55px rgba(20,50,45,.2); }.tablet > span { color: var(--soft); font-size: 9px; font-weight: 800; letter-spacing: .11em; }.tablet svg { width: 75px; height: 120px; fill: #d3dfdb; stroke: #91a59e; }.tablet strong { color: var(--forest); font-size: 13px; }.visual-note { grid-column: 1/-1; color: var(--soft); font-size: 10px; text-align: center; }
.journey-section { width: 100%; padding-right: max(16px, calc((100vw - 1120px)/2)); padding-left: max(16px, calc((100vw - 1120px)/2)); background: #173f3a; }.journey-section .sales-kicker, .journey-section h2 { color: #fff; }.journey-section .progress-curve { max-width: 900px; }.access-explain { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 900px; margin: 25px auto 0; }.access-explain article { padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; color: #fff; background: rgba(255,255,255,.07); }.access-explain b { color: var(--lime); }.access-explain p { margin: 8px 0 0; color: #d4e5df; font-size: 11px; }
.pricing-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 20px 0 32px; }.pricing-trust span { padding: 8px 11px; border-radius: 999px; background: var(--mint-light); font-size: 10px; font-weight: 700; }.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 14px; }.plan-card { position: relative; display: flex; min-width: 0; flex-direction: column; align-items: center; padding: 30px 23px 23px; border: 1px solid var(--line); border-radius: 23px; background: #fff; box-shadow: 0 12px 35px rgba(20,55,49,.07); }.plan-card.featured { border: 2px solid var(--forest); box-shadow: 0 22px 55px rgba(23,63,58,.18); transform: scale(1.035); }.popular { position: absolute; top: -14px; padding: 7px 13px; border-radius: 999px; color: #fff; background: var(--forest); font-size: 9px; font-weight: 800; letter-spacing: .08em; }.plan-card > small { color: var(--soft); font-size: 9px; font-weight: 800; letter-spacing: .1em; }.plan-card h3 { margin: 12px 0 3px; font-size: 26px; }.plan-duration { color: var(--forest-2); font-size: 14px; }.plan-card > p { min-height: 84px; margin: 17px 0; color: var(--soft); font-size: 12px; line-height: 1.55; }.plan-price { font: 800 27px "Manrope"; }.installments { margin-top: 5px; color: var(--soft); font-size: 10px; }.plan-card .primary-button { width: 100%; margin-top: auto; }.checkout-status { min-height: 28px; margin-top: 9px; color: #8b7269 !important; font-size: 9px !important; letter-spacing: 0 !important; }.plan-button.needs-config { background: #735d54; }
.method-section { width: 100%; padding-right: max(16px, calc((100vw - 1120px)/2)); padding-left: max(16px, calc((100vw - 1120px)/2)); background: #eef4f1; }.method-grid, .bonus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 35px; text-align: left; }.method-grid article, .bonus-grid article { padding: 23px; border: 1px solid var(--line); border-radius: 19px; background: #fff; }.method-grid b { color: var(--mint); font-size: 28px; }.method-grid h3, .bonus-grid h3 { margin: 20px 0 9px; font-size: 18px; }.method-grid p, .bonus-grid p { margin: 0; color: var(--soft); font-size: 11px; line-height: 1.55; }.bonus-grid article > span, .bonus-grid article > small { color: var(--forest-2); font-size: 9px; font-weight: 800; letter-spacing: .1em; }.bonus-grid article > small { display: block; margin-top: 16px; }.bonus-icon { display: grid; width: 65px; height: 65px; place-items: center; margin-top: 20px; border-radius: 18px; color: var(--forest); background: var(--mint-light); font: 800 21px "Manrope"; }
.guarantee-section { display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 45px; max-width: 960px; padding: 45px; border: 1px solid #bed4cc; border-radius: 28px; background: var(--mint-light); text-align: left; }.guarantee-section h2 { margin-left: 0; }.guarantee-seal { display: grid; width: 190px; height: 190px; place-items: center; align-content: center; border: 4px double var(--forest); border-radius: 50%; color: var(--forest); }.guarantee-seal strong { font: 800 67px "Manrope"; line-height: .9; }.guarantee-seal span { font-size: 13px; font-weight: 800; letter-spacing: .17em; }.guarantee-section p { color: var(--soft); line-height: 1.6; }.guarantee-section small { color: #74817d; }
.guarantee-copy-only { display: block; max-width: 900px; text-align: center; }.guarantee-copy-only > div { max-width: 680px; margin: auto; }.guarantee-copy-only h2 { margin: 0 auto 22px; color: var(--forest); font-size: clamp(34px,5vw,52px); text-align: center; }.guarantee-copy-only h3 { margin: 9px 0 12px; font-size: 25px; }.guarantee-copy-only .sales-kicker { display: block; }
.faq-section { max-width: 850px; }.faq-list { display: grid; gap: 8px; margin-top: 30px; text-align: left; }.faq-list details { border: 1px solid var(--line); border-radius: 15px; background: #fff; }.faq-list summary { display: flex; min-height: 63px; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 18px; font-weight: 700; cursor: pointer; list-style: none; }.faq-list summary span { font-size: 22px; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { margin: 0; padding: 0 18px 18px; color: var(--soft); font-size: 13px; line-height: 1.55; }
.safety-section { padding: 22px 25px; border: 1px solid #d5c7bc; border-radius: 16px; background: #f5eee8; text-align: left; }.safety-section strong { font-family: "Manrope"; }.safety-section p { margin: 5px 0 0; color: #6e625b; font-size: 11px; line-height: 1.5; }
.sales-final { padding: 90px 20px; color: #fff; background: var(--forest); text-align: center; }.sales-final .sales-kicker { color: var(--mint); }.sales-final h2 { max-width: 850px; margin: 0 auto 15px; font-size: clamp(35px, 5vw, 58px); }.sales-final p { color: #d2e4de; }.sales-final .primary-button { color: var(--forest); background: #fff; }.sales-final small { display: block; margin-top: 13px; color: #bdd2cb; }

/* Sistema visual original Volvé a Vos: edades, anatomía y postura */
.gender-prompt { margin: 0 auto 16px; color: #66746f; font-family: "DM Sans", sans-serif; font-size: 12px; letter-spacing: .08em; }
.gender-prompt strong { color: var(--forest); }
.age-option-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; max-width: 790px; margin: auto; }
.age-option { min-width: 0; overflow: hidden; padding: 0 0 14px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); cursor: pointer; transition: .2s ease; }
.age-option:hover, .age-option.selected { border-color: var(--forest-2); box-shadow: var(--shadow); transform: translateY(-3px); }
.age-option strong, .age-option small { display: block; padding: 0 8px; }
.age-option strong { margin-top: 11px; font: 800 15px "Manrope"; }
.age-option small { min-height: 28px; margin-top: 4px; color: var(--soft); font-size: 8px; line-height: 1.3; }
.age-portrait { position: relative; display: block; height: 145px; overflow: hidden; background: linear-gradient(145deg, #e3f0eb, #b8d4cb); }
.age-portrait i { position: absolute; top: 23px; left: 50%; width: 48px; height: 54px; border-radius: 48% 48% 44% 44%; background: linear-gradient(145deg, #dca78b, #b97863); box-shadow: 0 -7px 0 2px #604b43; transform: translateX(-50%); }
.age-portrait b { position: absolute; bottom: -8px; left: 50%; width: 95px; height: 75px; border-radius: 52% 52% 8px 8px; background: var(--forest-2); transform: translateX(-50%); }
.age-1 { background: linear-gradient(145deg, #e9e3d7, #cdbba1); }.age-1 b { background: #55717e; }
.age-2 { background: linear-gradient(145deg, #e5ece2, #b7cab2); }.age-2 b { background: #5b6e58; }
.age-3 { background: linear-gradient(145deg, #e8e1dc, #c9b1a4); }.age-3 i { box-shadow: 0 -7px 0 2px #8c8782; }.age-3 b { background: #6c5963; }
.age-4 { background: linear-gradient(145deg, #e8ecec, #bcc9ca); }.age-4 i { box-shadow: 0 -7px 0 2px #b9b9b4; }.age-4 b { background: #617276; }
.age-2 i::after, .age-3 i::after, .age-4 i::after { position: absolute; top: 29px; right: 8px; left: 8px; height: 4px; border-top: 1px solid rgba(105,68,55,.28); border-bottom: 1px solid rgba(105,68,55,.18); content: ""; }
.anatomy-wrap { position: relative; display: block; width: 130px; max-width: 100%; margin: auto; }
.anatomy-wrap svg { display: block; width: 100% !important; height: auto !important; filter: drop-shadow(0 8px 12px rgba(23,63,58,.08)); }
.anatomy-check { position: absolute; top: 6px; right: 3px; display: grid; width: 27px; height: 27px; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--forest); box-shadow: 0 4px 10px rgba(23,63,58,.24); font-size: 12px; font-style: normal; font-weight: 800; }
.validation-ring .anatomy-wrap { width: 90px; }.snapshot-body .anatomy-wrap { width: 125px; }.result-highlight .anatomy-wrap { width: 145px; }.offer-profile-card .anatomy-wrap { width: 165px; }.tablet .anatomy-wrap { width: 75px; }
.posture-svg { display: block; width: 112px; height: 150px; margin: auto; overflow: visible; }
.posture-svg .posture-guide { fill: none; stroke: #acc3bb; stroke-width: 2; stroke-dasharray: 5 5; }
.posture-svg circle { fill: #c98b70; }.posture-svg .hair { fill: #55433e; }.posture-svg .torso { fill: var(--forest-2); }.posture-svg .limb { fill: none; stroke: #214c45; stroke-width: 16; stroke-linecap: round; }
.posture-svg.forward .posture-guide, .posture-svg.rounded .posture-guide, .posture-svg.sway .posture-guide { stroke: #d49a77; }
.posture-svg.unsure { opacity: .5; }.posture-svg text { fill: #fff; font: 800 40px "Manrope"; text-anchor: middle; }

/* Fotografía original generada para la experiencia premium V2 */
.person-photo { display: block; width: 100%; height: 210px; object-fit: cover; object-position: center 18%; background: #e5ece8; }
.gender-label { display: flex; align-items: center; justify-content: space-between; padding: 0 18px; }
.gender-label strong { margin-top: 13px; }.gender-label i, .gender-card.neutral > i { margin-top: 12px; color: var(--forest); font-size: 20px; font-style: normal; }
.neutral-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #b8cbc4; border-radius: 50%; color: var(--forest); background: var(--mint-light); font-size: 24px; }
.age-portrait { display: block; width: 100%; height: 165px; object-fit: cover; object-position: center top; background: #e5ece8; }
.anatomy-wrap { width: 100%; overflow: hidden; border-radius: 13px; background: #e7ece8; }
.anatomy-wrap img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .25s ease; }
.body-area-card { overflow: hidden; padding: 7px 7px 14px; }
.body-area-card:hover .anatomy-wrap img { transform: scale(1.025); }
.body-area-card strong { display: grid; min-height: 44px; place-items: center; padding: 10px 5px 0; }
.validation-ring .anatomy-wrap { width: 180px; border: 5px solid #fff; border-radius: 25px; box-shadow: 0 18px 45px rgba(23,63,58,.18); }
.validation-interstitial { display: flex; flex-direction: column; align-items: center; }
.validation-interstitial > .eyebrow { order: 0; }
.validation-interstitial > .validation-ring { order: 1; flex: 0 0 auto; }
.validation-interstitial > .validation-gallery { order: 1; width: 100%; flex: 0 0 auto; }
.validation-interstitial > h1 { order: 2; margin-top: 0; }
.validation-interstitial > p:not(.support-copy) { order: 3; }
.validation-interstitial > .profile-chips { order: 4; }
.validation-interstitial > .support-copy { order: 5; width: min(100%, 620px); }
.validation-interstitial > .primary-button { order: 6; }
.snapshot-body .anatomy-wrap, .result-highlight .anatomy-wrap, .offer-profile-card .anatomy-wrap { width: min(100%, 210px); }
.snapshot-body .anatomy-wrap img, .result-highlight .anatomy-wrap img, .offer-profile-card .anatomy-wrap img { aspect-ratio: 4 / 5; }
.tablet .anatomy-wrap { width: 72px; border-radius: 10px; }.tablet .anatomy-wrap img { aspect-ratio: 4 / 5; }
.posture-card { overflow: hidden; padding: 7px 7px 14px; }
.posture-photo-wrap { position: relative; display: block; overflow: hidden; border-radius: 13px; background: #e9eeeb; }
.posture-photo { display: block; width: 100%; height: auto; aspect-ratio: 2 / 3; object-fit: cover; }
.posture-axis { position: absolute; top: 8%; bottom: 8%; left: 50%; border-left: 1px dashed rgba(27,82,72,.55); pointer-events: none; }
.posture-card strong { display: grid; min-height: 42px; place-items: center; padding: 10px 5px 0; }
.snapshot-hero { padding: 9px; border: 1px solid rgba(119,156,144,.25); border-radius: 28px; background: linear-gradient(135deg, rgba(255,255,255,.7), rgba(224,240,234,.65)); box-shadow: 0 22px 55px rgba(23,63,58,.1); }
.snapshot-body, .snapshot-score { box-shadow: none; }
.progress-curve { overflow: hidden; padding: 18px 18px 13px; border: 1px solid rgba(137,177,163,.3); border-radius: 24px; background: linear-gradient(180deg,#fff,#f1f7f4); box-shadow: 0 18px 42px rgba(23,63,58,.08); }
.progress-curve svg { filter: drop-shadow(0 8px 12px rgba(46,121,103,.12)); }
.processing-orbit { width: 138px; height: 138px; border-width: 5px; background: radial-gradient(circle,#fff 42%,#dff0e9 43%,#f4faf7 68%); box-shadow: 0 18px 50px rgba(23,63,58,.16), inset 0 0 0 9px #fff; }
.result-highlight { background: radial-gradient(circle at 10% 0,#34786b,#173f3a 58%); box-shadow: 0 24px 55px rgba(19,55,49,.24); }
.evidence-placeholder { border-style: solid; background: linear-gradient(135deg,#fff,#f4f7f5); box-shadow: 0 12px 30px rgba(23,63,58,.06); }

/* Escala compacta del quiz: separada de la escala comercial de la landing */
.site-header { min-height: 56px; }
.quiz-shell { width: min(100% - 28px, 680px); padding-bottom: 28px; }
.progress-wrap { padding: 8px 0 7px; }
.screen { min-height: calc(100vh - 92px); padding: 12px 0 28px; }
.back-button { top: 0; width: 36px; height: 36px; }
.question-heading { max-width: 620px; margin: 10px auto 18px; }
.question-heading h1 { margin-bottom: 7px; font-size: clamp(28px, 3vw, 32px); line-height: 1.1; }
.question-heading p, .section-lead { font-size: 16px; line-height: 1.45; }
.start-screen { max-width: 640px; padding-top: 6px; }
.start-screen h1 { max-width: 630px; margin: 13px auto 8px; font-size: 36px; line-height: 1.04; }
.start-screen > p { max-width: 610px; margin-bottom: 15px; font-size: 17px; line-height: 1.4; }
.gender-prompt { margin-bottom: 10px; font-size: 15px; }
.gender-grid { max-width: 600px; gap: 10px; }.person-photo { height: 180px; }
.gender-card { padding-bottom: 11px; }.gender-card.neutral { min-height: 58px; }
.gender-label strong { margin-top: 9px; }.gender-label i, .gender-card.neutral > i { margin-top: 7px; }
.privacy-note { margin-top: 10px; }
.option-grid { max-width: 610px; gap: 8px; }.multi-grid { max-width: 660px; }
.option { min-height: 56px; padding: 11px 15px; }
.body-map-grid, .posture-grid { max-width: 650px; gap: 9px; }
.age-option-grid { max-width: 660px; gap: 8px; }.age-portrait { height: 132px; }
.interstitial, .snapshot-screen, .forecast-screen, .processing-screen, .result-screen { max-width: 700px; margin-top: 0; }
.interstitial h1, .snapshot-screen h1, .forecast-screen h1, .processing-screen h1, .result-screen h1 { font-size: clamp(30px, 3.2vw, 36px); line-height: 1.08; }
.interstitial > p, .forecast-screen > p, .result-lead { font-size: 16px; line-height: 1.48; }
.primary-button { min-height: 54px; margin-top: 18px; }
.snapshot-hero { margin: 17px auto; }.profile-grid { margin: 14px auto; }
.progress-curve { max-width: 690px; margin: 16px auto; }
.forecast-stages { margin: 17px auto; }
.result-highlight { margin: 18px auto; }

/* Ritmo visual sin repeticiones */
.plan-method-visual { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; max-width: 520px; margin: 0 auto 20px; padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg,#fff,#edf5f1); }
.plan-method-visual span, .plan-method-visual b { padding: 12px; border-radius: 12px; background: #fff; font-size: 11px; }
.plan-method-visual b { grid-column: 1/-1; color: #fff; background: var(--forest); }
.result-plan-card { grid-template-columns: 150px 1fr; }
.result-plan-mark { display: grid; width: 130px; height: 130px; place-items: center; align-content: center; gap: 4px; border: 1px solid rgba(255,255,255,.3); border-radius: 28px; background: rgba(255,255,255,.08); }
.result-plan-mark span { font: 800 30px "Manrope"; }.result-plan-mark small { color: var(--mint); font-size: 8px; letter-spacing: .14em; }
.result-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }.result-tags span { padding: 7px 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #e4f0ec; font-size: 9px; }
.offer-app-visual { width: min(100%,390px); min-height: 475px; justify-self: center; padding: 26px; border: 9px solid #1d302c; border-radius: 34px; background: #fff; box-shadow: 0 30px 70px rgba(23,63,58,.2); }
.offer-app-top { display: flex; align-items: center; gap: 7px; color: var(--forest); font-size: 10px; font-weight: 800; }.offer-app-top span { margin-right: auto; }.offer-app-top i { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); }
.offer-app-visual > small { display: block; margin-top: 50px; color: var(--soft); font-size: 9px; font-weight: 800; }.offer-app-visual h3 { margin: 7px 0 20px; font-size: 28px; }
.offer-app-visual article { position: relative; min-height: 185px; padding: 22px; overflow: hidden; border-radius: 24px; color: #fff; background: linear-gradient(145deg,#357568,#173f3a); }.offer-app-visual article b { display: block; max-width: 170px; font-size: 24px; text-transform: capitalize; }.offer-app-visual article span { display: block; margin-top: 8px; color: #cce3dc; }.offer-app-visual article i { position: absolute; right: 20px; bottom: 20px; display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; color: var(--forest); background: #fff; font-style: normal; }
.offer-app-progress { margin-top: 20px; }.offer-app-progress > span { font-size: 9px; font-weight: 800; }.offer-app-progress b { display: block; height: 7px; margin-top: 7px; border-radius: 8px; background: #dfe9e5; }.offer-app-progress i { display: block; width: 18%; height: 100%; border-radius: inherit; background: var(--forest); }.offer-app-visual nav { margin-top: 28px; color: var(--soft); font-size: 9px; text-align: center; }

/* Movimiento funcional: continuo, al entrar y al interactuar */
.anatomy-pulse { position: absolute; z-index: 2; left: 50%; top: 28%; width: 28%; aspect-ratio: 1; border: 1px solid rgba(239,108,70,.6); border-radius: 50%; background: radial-gradient(circle,rgba(239,93,51,.58),rgba(240,126,70,.2) 40%,transparent 70%); pointer-events: none; transform: translate3d(-50%,-50%,0); animation: anatomyPulse 2.6s ease-in-out infinite; }
[data-anatomy-area="upperBack"] .anatomy-pulse { top: 31%; width: 43%; }
[data-anatomy-area="midBack"] .anatomy-pulse { top: 43%; width: 36%; }
[data-anatomy-area="lowerBack"] .anatomy-pulse { top: 59%; width: 38%; }
[data-anatomy-area="hips"] .anatomy-pulse { top: 70%; width: 46%; }
@keyframes anatomyPulse { 0%,100% { opacity: .55; transform: translate3d(-50%,-50%,0) scale(.88); } 50% { opacity: .92; transform: translate3d(-50%,-50%,0) scale(1.12); } }

.validation-gallery .anatomy-wrap { opacity: 0; animation: staggerReveal .38s cubic-bezier(.2,.75,.25,1) forwards; }
.validation-gallery .anatomy-wrap:nth-child(2) { animation-delay: .09s; }.validation-gallery .anatomy-wrap:nth-child(3) { animation-delay: .18s; }.validation-gallery .anatomy-wrap:nth-child(4) { animation-delay: .27s; }.validation-gallery .anatomy-wrap:nth-child(5) { animation-delay: .36s; }
@keyframes staggerReveal { from { opacity: 0; transform: translate3d(0,8px,0); } to { opacity: 1; transform: translate3d(0,0,0); } }

.snapshot-screen .profile-grid article, .forecast-screen .progress-curve, .method-chart, .bonus-grid article, .plan-card, .guarantee-section, .offer-app-visual { opacity: 0; transform: translate3d(0,10px,0); }
.snapshot-screen .profile-grid article.motion-visible, .forecast-screen .progress-curve.motion-visible, .method-chart.motion-visible, .bonus-grid article.motion-visible, .plan-card.motion-visible, .guarantee-section.motion-visible, .offer-app-visual.motion-visible { opacity: 1; transform: translate3d(0,0,0); transition: opacity .48s ease calc(var(--motion-order,0) * 70ms), transform .48s cubic-bezier(.2,.75,.25,1) calc(var(--motion-order,0) * 70ms); }

.profile-vitals { display: inline-flex; align-items: center; gap: 9px; margin: 4px auto 8px; padding: 8px 13px; border: 1px solid #c5d9d2; border-radius: 999px; color: var(--soft); background: rgba(255,255,255,.8); font-size: 11px; }
.profile-vitals strong { color: var(--forest); }.profile-vitals span { font-weight: 700; }

/* Comparación premium */
.comparison-screen .method-chart { max-width: 700px; padding: 18px 22px 19px; overflow: hidden; border-color: rgba(108,158,142,.3); background: radial-gradient(circle at 90% 0,#e0f1eb,transparent 37%),linear-gradient(180deg,#fff,#f3f7f5); box-shadow: 0 22px 55px rgba(23,63,58,.11); }
.chart-head { display: flex; align-items: center; justify-content: space-between; margin: 2px 5px 8px; color: var(--soft); font-size: 8px; font-weight: 800; letter-spacing: .12em; }.chart-head b { color: var(--forest-2); }
.comparison-screen .chart-grid path { stroke: #dce9e4; stroke-dasharray: 3 7; }
.comparison-screen .other-line { stroke: #b39f98; stroke-width: 4; stroke-dasharray: 8 9; }
.comparison-screen .vav-line { stroke: #236b5d; stroke-width: 7; filter: drop-shadow(0 5px 7px rgba(35,107,93,.2)); }
.vav-area { fill: url(#vavChartFill); opacity: 0; }.method-chart.motion-visible .vav-area { animation: curveAreaIn .7s ease .55s forwards; }
.other-points circle { fill: #fff; stroke: #b39f98; stroke-width: 3; }.chart-points circle { fill: #fff; stroke: #236b5d; stroke-width: 5; }
.chart-journeys { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; text-align: left; }.chart-journeys article { display: grid; grid-template-columns: repeat(3,auto); gap: 6px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.82); }.chart-journeys article b { grid-column: 1/-1; font-size: 10px; letter-spacing: .08em; }.chart-journeys article span { color: var(--soft); font-size: 9px; }.chart-journeys .vav { color: #fff; border-color: #236b5d; background: #236b5d; }.chart-journeys .vav span { color: #dbece7; }

/* Forecast personalizado */
.premium-forecast { max-width: 940px; }.premium-forecast > p { max-width: 760px; }
.forecast-journey { position: relative; max-width: 920px; margin: 20px auto 14px; padding: 24px 16px 18px; overflow: hidden; border: 1px solid rgba(108,158,142,.28); border-radius: 27px; background: radial-gradient(circle at 85% 0,#dcefe8,transparent 32%),linear-gradient(160deg,#fff,#f0f6f3); box-shadow: 0 22px 55px rgba(23,63,58,.1); }
.forecast-curve { position: absolute; top: 51px; right: 9%; left: 9%; height: 5px; border-radius: 10px; background: #d7e5e0; opacity: 0; transform: scaleX(0); transform-origin: left; }.forecast-curve i { display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#9ccdbd,#236b5d); }
.forecast-curve.motion-visible { opacity: 1; transform: scaleX(1); transition: opacity .2s ease,transform 1.45s cubic-bezier(.2,.75,.2,1); }
.forecast-milestones { position: relative; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; }
.forecast-milestones article { position: relative; z-index: 2; min-width: 0; padding: 0 8px 14px; opacity: 0; transform: translate3d(0,10px,0); text-align: left; }.forecast-milestones article.motion-visible { opacity: 1; transform: none; transition: opacity .35s ease calc(var(--milestone)*.23s),transform .35s ease calc(var(--milestone)*.23s); }
.milestone-mark { display: grid; justify-items: center; gap: 7px; margin-bottom: 16px; text-align: center; }.milestone-mark > b { display: grid; width: 38px; height: 38px; place-items: center; border: 5px solid #f6faf8; border-radius: 50%; color: #fff; background: var(--forest-2); box-shadow: 0 7px 18px rgba(23,63,58,.2); font-size: 15px; }.milestone-mark > span { color: var(--forest); font-size: 9px; font-weight: 800; letter-spacing: .06em; }.milestone-mark small { display: block; margin-top: 2px; color: var(--soft); font-size: 8px; letter-spacing: 0; }
.forecast-milestones h3 { min-height: 38px; margin: 0 0 6px; font-size: 13px; line-height: 1.25; }.forecast-milestones p { margin: 0; color: var(--soft); font-size: 9px; line-height: 1.5; }
.forecast-access { display: grid; max-width: 900px; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 12px auto 0; }.forecast-access article { display: grid; gap: 4px; padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.75); opacity: 0; transform: translate3d(0,8px,0); }.forecast-access article.motion-visible { opacity: 1; transform: none; transition: .4s ease calc(var(--motion-order,0)*70ms); }.forecast-access b { color: var(--forest); font-size: 10px; }.forecast-access span { color: var(--soft); font-size: 9px; }

.progress-curve.motion-visible .line { stroke-dasharray: 1200; stroke-dashoffset: 1200; animation: drawCurve 1.55s cubic-bezier(.25,.7,.2,1) forwards; }
.progress-curve.motion-visible .area { animation: curveAreaIn .8s ease .65s both; }
.progress-curve.motion-visible circle { opacity: 0; animation: pointIn .25s ease forwards; }
.progress-curve.motion-visible circle:nth-child(1) { animation-delay: .15s; }.progress-curve.motion-visible circle:nth-child(2) { animation-delay: .45s; }.progress-curve.motion-visible circle:nth-child(3) { animation-delay: .75s; }.progress-curve.motion-visible circle:nth-child(4) { animation-delay: 1.05s; }.progress-curve.motion-visible circle:nth-child(5) { animation-delay: 1.35s; }
.progress-curve.motion-visible .curve-labels span { animation: pointIn .3s ease both; }
.progress-curve.motion-visible .curve-labels span:nth-child(2) { animation-delay: .35s; }.progress-curve.motion-visible .curve-labels span:nth-child(3) { animation-delay: .65s; }.progress-curve.motion-visible .curve-labels span:nth-child(4) { animation-delay: .95s; }.progress-curve.motion-visible .curve-labels span:nth-child(5) { animation-delay: 1.25s; }
@keyframes drawCurve { to { stroke-dashoffset: 0; } }
@keyframes curveAreaIn { from { opacity: 0; } to { opacity: .8; } }
@keyframes pointIn { from { opacity: 0; transform: scale(.7); } to { opacity: 1; transform: scale(1); } }

.method-chart.motion-visible .other-line, .method-chart.motion-visible .vav-line { stroke-dasharray: 900; stroke-dashoffset: 900; animation: drawCurve 1s ease forwards; }
.method-chart.motion-visible .vav-line { animation-delay: .32s; }
.method-chart.motion-visible .chart-points circle { opacity: 0; animation: pointIn .25s ease .95s forwards; }

.primary-button, .plan-button, .review-controls button { will-change: transform; }
.primary-button:active:not(:disabled), .plan-button:active, .review-controls button:active { transform: translate3d(0,1px,0) scale(.985); }
.offer-app-progress i, .app-progress i { transform-origin: left center; animation: appProgressLive 5s ease-in-out infinite alternate; }
.routine-card::after, .offer-app-visual article::after { position: absolute; right: 17px; top: 17px; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--forest); background: rgba(255,255,255,.9); content: "✓"; font-size: 11px; font-weight: 800; animation: appCheck 5s ease-in-out infinite; }
@keyframes appProgressLive { to { transform: scaleX(2.4); } }
@keyframes appCheck { 0%,35% { opacity: 0; transform: scale(.6); } 48%,100% { opacity: 1; transform: scale(1); } }

.motion-paused *, .motion-paused *::before, .motion-paused *::after { animation-play-state: paused !important; }
.deliverables-section { width: 100%; padding-right: max(16px,calc((100vw - 1120px)/2)); padding-left: max(16px,calc((100vw - 1120px)/2)); background: #eef4f1; }.deliverables-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 34px; text-align: left; }.deliverables-grid article { padding: 23px; border: 1px solid var(--line); border-radius: 19px; background: #fff; }.deliverables-grid b { color: var(--mint); font-size: 25px; }.deliverables-grid h3 { margin: 18px 0 8px; }.deliverables-grid p { margin: 0; color: var(--soft); font-size: 11px; line-height: 1.55; }

/* Módulos listos para desbloquear */
.unlock-section { overflow: hidden; }.unlock-modules { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-flow: dense; gap: 12px; margin-top: 34px; text-align: left; }.unlock-card { position: relative; min-height: 235px; padding: 22px; overflow: hidden; border: 1px solid rgba(115,155,142,.27); border-radius: 20px; background: linear-gradient(150deg,#fff,#f2f7f4); box-shadow: 0 12px 30px rgba(23,63,58,.07); opacity: 0; transform: translate3d(0,10px,0); transition: border-color .2s ease,box-shadow .2s ease,transform .2s ease; }.unlock-card.motion-visible { opacity: 1; transform: translate3d(0,0,0); transition: opacity .45s ease calc(var(--motion-order,0)*65ms),transform .45s ease calc(var(--motion-order,0)*65ms),border-color .2s ease,box-shadow .2s ease; }.unlock-card:hover { border-color:#8cb9aa; box-shadow:0 18px 40px rgba(23,63,58,.12); transform:translate3d(0,-2px,0); }.unlock-card:nth-child(1),.unlock-card:nth-child(5),.unlock-card:nth-child(7) { grid-column:span 2; }.unlock-card:nth-child(1) { color:#fff; background:linear-gradient(135deg,#214f47,#39796b); }.unlock-card:nth-child(1) p,.unlock-card:nth-child(1) .unlock-meta b { color:#d7e9e3; }.unlock-meta { display:flex; align-items:center; justify-content:space-between; }.unlock-meta b { color:var(--forest-2); font-size:11px; letter-spacing:.12em; }.unlock-meta i { display:grid; width:31px; height:31px; place-items:center; border:1px solid rgba(112,153,140,.25); border-radius:50%; background:rgba(255,255,255,.8); font-size:13px; font-style:normal; }.unlock-card h3 { max-width:330px; margin:16px 0 8px; font-size:18px; line-height:1.15; }.unlock-card p { position:relative; z-index:2; max-width:390px; margin:11px 0 0; color:var(--soft); font-size:10px; line-height:1.5; }.unlock-preview { display:flex; height:62px; align-items:flex-end; gap:6px; margin-top:15px; padding:10px; border-radius:13px; background:rgba(210,231,223,.55); }.unlock-preview span { display:block; flex:1; height:8px; border-radius:8px; background:#7eb4a3; }.unlock-profile .unlock-preview { align-items:center; }.unlock-profile .unlock-preview span { height:auto; aspect-ratio:1; border-radius:50%; }.unlock-profile .unlock-preview span:nth-child(1) { background:#fff; }.unlock-plan .unlock-preview,.unlock-progress .unlock-preview { flex-direction:column; align-items:stretch; justify-content:center; }.unlock-plan .unlock-preview span,.unlock-progress .unlock-preview span { flex:none; }.unlock-plan .unlock-preview span:nth-child(2),.unlock-progress .unlock-preview span:nth-child(2) { width:76%; }.unlock-plan .unlock-preview span:nth-child(3),.unlock-progress .unlock-preview span:nth-child(3) { width:55%; }.unlock-routine .unlock-preview span { height:28px; border-radius:10px; }.unlock-routine .unlock-preview span:first-child { flex:2; height:42px; background:#255e53; }.unlock-calendar .unlock-preview { display:grid; grid-template-columns:repeat(4,1fr); align-items:stretch; }.unlock-calendar .unlock-preview span { height:auto; border-radius:6px; }.unlock-calendar .unlock-preview span:last-child { background:#255e53; }.unlock-library .unlock-preview { display:grid; grid-template-columns:repeat(4,1fr); align-items:stretch; }.unlock-library .unlock-preview span { height:auto; border-radius:8px; }.unlock-library .unlock-preview span:nth-child(odd) { background:#326d61; }.unlock-area .unlock-preview { position:relative; align-items:center; justify-content:center; }.unlock-area .unlock-preview span { flex:0 0 auto; width:42px; height:42px; border-radius:50%; background:rgba(224,105,70,.2); box-shadow:0 0 0 9px rgba(224,105,70,.09); }.unlock-area .unlock-preview span:not(:first-child) { display:none; }

/* Cuota como precio protagonista */
.unlock-profile .unlock-preview span { width:42px; height:42px; flex:0 0 42px; aspect-ratio:auto; }
.pricing-section .plan-grid { margin-top:42px; }.pricing-section .plan-card { min-height:510px; padding:34px 26px 24px; text-align:center; }.pricing-section .plan-card.featured { border-width:3px; transform:translateY(-9px); box-shadow:0 26px 58px rgba(23,63,58,.18); }.pricing-section .plan-card > p { min-height:72px; margin:16px 0 8px; }.quota-label { display:block; margin-top:18px!important; color:var(--soft)!important; font-size:11px!important; font-weight:700!important; letter-spacing:0!important; }.quota-price { display:block; margin:4px 0 6px; color:var(--forest); font:800 clamp(42px,4.5vw,62px)/1 "Manrope",sans-serif; letter-spacing:-.055em; }.plan-total { display:block; color:var(--soft)!important; font-size:11px!important; font-weight:700!important; letter-spacing:0!important; }.plan-comparison-note { min-height:0!important; margin:17px 0 5px!important; padding:11px 12px; border-radius:12px; color:var(--forest)!important; background:var(--mint-light); font-size:10px!important; font-weight:700; line-height:1.45!important; }.pricing-section .premium-benefit { width:100%; margin:18px 0 8px; text-align:left; }.pricing-section .plan-card .primary-button { width:100%; margin-top:auto; }
.app-library { align-content: start; gap: 10px; }.library-row { display: grid; width: 100%; grid-template-columns: 32px 1fr auto; align-items: center; gap: 8px; padding: 10px; border-radius: 12px; background: #f0f5f2; }.library-row i { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 8px; color: #fff; background: var(--forest); font-style: normal; }.library-row b { font-size: 10px; }.library-row small { color: var(--soft); font-size: 8px; }
.raffle-banner { position: relative; display: grid; max-width: 900px; grid-template-columns: 1fr 100px; align-items: center; gap: 20px; margin: 26px auto 34px; padding: 24px 28px; overflow: hidden; border-radius: 23px; color: #fff; background: linear-gradient(125deg,#294d46,#477e6d 58%,#bb765a); text-align: left; }.raffle-banner small { color: #e8d6b6; font-size: 8px; font-weight: 800; letter-spacing: .13em; }.raffle-banner h3 { margin: 6px 0; font-size: 25px; }.raffle-banner p { max-width: 650px; margin: 0; color: #e0ece7; font-size: 12px; }.raffle-palm { color: rgba(255,255,255,.28); font-size: 100px; line-height: .7; transform: rotate(-20deg); }
.premium-benefit { display: grid; gap: 4px; margin: 0 0 16px; padding: 12px; border-radius: 13px; color: #fff; background: linear-gradient(135deg,#315b52,#a76b53); }.premium-benefit small { color: #ead9bd; font-size: 7px; letter-spacing: .12em; }.premium-benefit b { font-size: 10px; line-height: 1.35; }

@media (max-width: 760px) {
  .site-header { min-height: 58px; }.header-note { display: none; }.quiz-shell { width: min(100% - 22px, 850px); }.screen { padding-top: 22px; }.back-button { top: 0; width: 36px; height: 36px; }
  .question-heading { margin-top: 17px; }.question-heading h1 { font-size: 29px; }.question-heading p { font-size: 14px; }.multi-grid { grid-template-columns: 1fr; }.option { min-height: 59px; font-size: 14px; }.body-map-grid { grid-template-columns: repeat(2, 1fr); }.body-area-card strong { font-size: 11px; }.age-option-grid { grid-template-columns: repeat(2, 1fr); }.age-option:last-child { grid-column: 1/-1; }.age-portrait { height: 150px; }
  .primary-area-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .start-screen { padding-top: 1vh; }.start-screen h1 { font-size: 43px; }.start-screen > p { font-size: 15px; }.person-photo { height: 175px; }.gender-card.neutral { min-height: 65px; }.privacy-note { font-size: 9px; }
  .interstitial h1, .snapshot-screen h1, .forecast-screen h1, .result-screen h1, .processing-screen h1 { font-size: 31px; }.interstitial > p, .forecast-screen > p, .result-lead { font-size: 14px; }.split-interstitial { grid-template-columns: 1fr; gap: 22px; text-align: center; }.split-interstitial h1, .split-interstitial > div > p { text-align: center; }.split-interstitial .primary-button { margin-left: auto; }.desk-visual { height: 215px; }.comparison-grid { grid-template-columns: 1fr; }.benefit-grid { grid-template-columns: repeat(2, 1fr); }.posture-grid { grid-template-columns: repeat(2, 1fr); }.snapshot-hero, .result-highlight { grid-template-columns: 1fr; }.snapshot-body svg { height: 130px; }.profile-grid { grid-template-columns: repeat(2, 1fr); }.forecast-stages, .priority-list { grid-template-columns: 1fr; }.curve-labels small { display: none; }.evidence-placeholder { padding: 14px; }
  .offer-countdown { gap: 10px; }.offer-countdown span { max-width: 145px; }.sales-hero { grid-template-columns: 1fr; min-height: 0; gap: 35px; padding: 55px 18px; }.sales-hero h1 { font-size: 43px; }.sales-hero p { font-size: 16px; }.offer-profile-card { width: 100%; margin: auto; }.sales-section { width: min(100% - 24px, 1120px); padding: 62px 0; }.sales-section > h2 { font-size: 34px; }.continuation .profile-grid { grid-template-columns: repeat(2, 1fr); }.testimonial-grid { grid-template-columns: 1fr; }.app-section { grid-template-columns: 1fr; gap: 25px; }.device-stage { min-height: 480px; transform: scale(.9); transform-origin: top center; }.phone { left: 0; }.tablet { right: -25px; width: 330px; }.journey-section, .testimonials-section, .method-section { width: 100%; padding-right: 12px; padding-left: 12px; }.access-explain { grid-template-columns: 1fr; }.plan-grid { grid-template-columns: 1fr; gap: 26px; }.plan-card.featured { transform: none; }.method-grid, .bonus-grid { grid-template-columns: repeat(2, 1fr); }.guarantee-section { grid-template-columns: 1fr; width: min(100% - 24px, 960px); padding: 28px 20px; text-align: center; }.guarantee-seal { width: 150px; height: 150px; margin: auto; }.guarantee-seal strong { font-size: 53px; }.safety-section { width: min(100% - 24px, 1120px); }
}

@media (max-width: 430px) {
  .gender-grid { gap: 8px; }.gender-card { border-radius: 16px; }.person-visual { height: 135px; }.gender-card strong { font-size: 12px; }.body-map-grid { gap: 8px; }.body-area-card { padding-right: 5px; padding-left: 5px; }.setup-icons i { width: 88px; height: 88px; }.profile-grid article { padding: 11px; }.profile-grid strong { font-size: 11px; }.method-grid, .bonus-grid { grid-template-columns: 1fr; }.device-stage { min-height: 420px; transform: scale(.75); margin: 0 -50px -90px; }.offer-countdown button { display: none; }.curve-labels b { font-size: 8px; }
  .metrics-grid { grid-template-columns: 1fr; gap: 10px; }
}

/* Mobile es la experiencia principal */
@media (max-width: 760px) {
  .site-header { min-height: 48px; padding: 7px 14px; }
  .brand-mark { font-size: 11px; }.brand-mark i { height: 19px; }
  .progress-wrap { padding: 7px 10px 0; }.progress-stage { font-size: 8px; }
  .quiz-shell { width: min(100% - 20px, 850px); padding-bottom: 0; }
  .screen { min-height: calc(100svh - 79px); padding: 10px 0 24px; }
  .back-button { top: -2px; width: 34px; height: 34px; }
  .question-heading { margin: 9px auto 16px; padding: 0 27px; }
  .question-heading .eyebrow { margin-bottom: 8px; }
  .question-heading h1 { margin-bottom: 6px; font-size: 25px; line-height: 1.08; }
  .question-heading p, .section-lead { font-size: 14px; line-height: 1.4; }
  .option-grid { gap: 7px; }.multi-grid { grid-template-columns: 1fr; }
  .option { min-height: 52px; gap: 9px; padding: 8px 12px; border-radius: 14px; font-size: 14px; }
  .option-copy { gap: 10px; }.option-icon { width: 31px; height: 31px; flex-basis: 31px; font-size: 16px; }
  .option > i { width: 23px; height: 23px; flex-basis: 23px; }
  .primary-button { min-height: 54px; margin-top: 17px; padding: 12px 20px; }

  .start-screen { padding-top: 2px; }
  .start-badge { padding: 6px 10px; font-size: 8px; }
  .start-screen h1 { max-width: 350px; margin: 12px auto 7px; font-size: 29px; line-height: 1.02; }
  .start-screen > p { max-width: 350px; margin-bottom: 12px; font-size: 15px; line-height: 1.35; }
  .gender-prompt { margin-bottom: 8px; font-size: 13px; letter-spacing: .045em; }
  .person-photo { height: 138px; }.gender-label { padding: 0 12px; }
  .gender-label strong { margin-top: 9px; }.gender-label i, .gender-card.neutral > i { margin-top: 8px; }
  .gender-card { padding-bottom: 10px; }.gender-card.neutral { min-height: 54px; padding: 6px 14px; }
  .neutral-mark { width: 34px; height: 34px; font-size: 18px; }.privacy-note { margin-top: 10px; font-size: 8px; }

  .age-option-grid { gap: 7px; }.age-option { padding-bottom: 9px; }.age-portrait { height: 124px; }
  .age-option strong { margin-top: 7px; font-size: 13px; }.age-option small { min-height: 20px; margin-top: 2px; }
  .body-map-grid { gap: 7px; }.body-area-card { padding: 5px 5px 9px; border-radius: 15px; }
  .body-area-card strong { min-height: 35px; padding-top: 7px; font-size: 10px; }
  .posture-grid { gap: 7px; }.posture-card { padding: 5px 5px 9px; border-radius: 15px; }
  .posture-card strong { min-height: 34px; padding-top: 7px; font-size: 10px; }

  .interstitial, .snapshot-screen, .forecast-screen, .processing-screen, .result-screen { padding-top: 2px; }
  .interstitial h1, .snapshot-screen h1, .forecast-screen h1, .result-screen h1, .processing-screen h1 { margin-bottom: 8px; font-size: 27px; line-height: 1.06; }
  .interstitial > p, .forecast-screen > p, .result-lead { margin-bottom: 11px; font-size: 14px; line-height: 1.4; }
  .eyebrow { margin-bottom: 9px; font-size: 8px; }
  .method-orbit { margin-bottom: 17px; transform: scale(.88); }
  .desk-visual { height: 150px; }.split-interstitial { gap: 13px; }
  .time-dial { width: 120px; height: 120px; margin-bottom: 15px; }.time-dial strong { font-size: 25px; }
  .setup-icons { margin: 15px auto; }.setup-icons i { width: 82px; height: 82px; }
  .energy-visual { height: 82px; margin: 12px auto 18px; }
  .comparison-grid { gap: 7px; margin: 14px auto; }.comparison-grid article { padding: 14px; }
  .validation-gallery { gap: 6px; margin: 11px auto 14px; }
  .validation-gallery.has-4 { --validation-count: 2; }
  .validation-gallery.has-5 { --validation-count: 3; }
  .validation-gallery.has-4 .anatomy-wrap, .validation-gallery.has-5 .anatomy-wrap { max-height: 126px; }
  .validation-gallery.has-4 .anatomy-wrap img, .validation-gallery.has-5 .anatomy-wrap img { height: 126px; }
  .method-chart { margin: 12px auto; padding: 10px 8px 10px 30px; }
  .comparison-screen .method-chart { padding: 12px 10px; }.chart-head { margin-right: 2px; margin-left: 2px; }.chart-journeys { grid-template-columns: 1fr; gap: 6px; }.chart-journeys article { padding: 9px; }.chart-journeys article span { font-size: 8px; }
  .evidence-placeholder { margin: 13px auto; padding: 11px; }.evidence-placeholder > p { display: none; }
  .placeholder-person { gap: 9px; }.placeholder-person > i { width: 40px; height: 40px; flex-basis: 40px; }
  .authority-visual { gap: 11px; margin-bottom: 14px; padding: 11px; }.authority-visual i { width: 64px; height: 76px; flex-basis: 64px; }
  .authority-points { gap: 5px; }.authority-points span { padding: 7px; font-size: 9px; }
  .pending-proof { margin-top: 10px !important; font-size: 9px !important; }
  .urgency-screen { padding: 24px 18px; }.urgency-note { margin-top: 13px; padding: 11px; font-size: 10px; }
  .benefit-grid { gap: 7px; margin: 16px auto; }.benefit-grid article { min-height: 88px; padding: 9px; }

  .snapshot-hero { gap: 7px; margin: 15px auto; padding: 6px; }
  .snapshot-body, .snapshot-score { padding: 13px; }.snapshot-body .anatomy-wrap { width: 155px; }
  .snapshot-score > strong { margin: 5px 0 8px; font-size: 24px; }.snapshot-score > div { margin-bottom: 13px; }
  .snapshot-screen .profile-grid article:nth-child(1), .snapshot-screen .profile-grid article:nth-child(2), .snapshot-screen .profile-grid article:nth-child(3), .snapshot-screen .profile-grid article:nth-child(4), .snapshot-screen .profile-grid article:nth-child(6), .snapshot-screen .profile-grid article:nth-child(9), .snapshot-screen .profile-grid article:nth-child(12) { display: none; }
  .profile-grid { gap: 6px; margin: 12px auto; }.profile-grid article { padding: 9px; }.profile-grid strong { font-size: 10px; }
  .initial-focus { margin: 12px auto; padding: 17px; }.initial-focus h2 { margin-bottom: 10px; font-size: 20px; }

  .progress-curve { padding: 10px 8px 9px; border-radius: 18px; }.progress-curve svg { height: auto; }
  .curve-labels b { font-size: 7px; }.curve-labels small { display: none; }
  .forecast-stages { gap: 7px; margin: 14px auto; }.forecast-stages article { padding: 14px; }.forecast-stages h3 { margin: 9px 0 4px; }
  .premium-forecast { width: 100%; }.premium-forecast h1 { padding: 0 8px; }.premium-forecast > p { padding: 0 8px; }
  .forecast-journey { margin: 13px auto 10px; padding: 18px 12px 12px; border-radius: 20px; }
  .forecast-curve { top: 33px; bottom: 43px; left: 29px; width: 4px; height: auto; transform: scaleY(0); transform-origin: top; }.forecast-curve.motion-visible { transform: scaleY(1); }
  .forecast-milestones { display: grid; grid-template-columns: 1fr; gap: 5px; }
  .forecast-milestones article { display: grid; grid-template-columns: 52px 1fr; gap: 8px; min-height: 98px; padding: 0 0 9px; }
  .milestone-mark { gap: 3px; margin: 0; }.milestone-mark > b { width: 34px; height: 34px; border-width: 4px; }.milestone-mark > span { font-size: 8px; }.milestone-mark small { font-size: 7px; }
  .forecast-milestones h3 { min-height: 0; margin: 2px 0 4px; font-size: 14px; }.forecast-milestones p { font-size: 10px; line-height: 1.42; }
  .forecast-access { grid-template-columns: 1fr; gap: 5px; margin-top: 8px; text-align: left; }.forecast-access article { grid-template-columns: 75px 1fr; align-items: center; padding: 9px 11px; }
  .processing-orbit { width: 102px; height: 102px; margin-bottom: 15px; }.processing-orbit span { font-size: 17px; }
  .processing-chips { margin: 10px 0; }.processing-list { margin: 12px auto; }
  .processing-item { display: none; min-height: 56px; padding: 10px 12px; }.processing-item.active { display: flex; }
  .processing-screen .evidence-placeholder { display: none; }
  .result-ready { padding: 6px 9px; font-size: 8px; }.result-lead { margin-bottom: 12px; }
  .result-highlight { gap: 12px; margin: 15px auto; padding: 15px; }.result-highlight .anatomy-wrap { width: 155px; }
  .result-plan-card { grid-template-columns: 1fr; text-align: center; }.result-plan-mark { width: 94px; height: 94px; margin: auto; border-radius: 22px; }.result-plan-mark span { font-size: 23px; }.result-tags { justify-content: center; }
  .priority-list { gap: 6px; margin: 13px auto; }.priority-list article { min-height: 62px; padding: 10px; }

  .sales-hero { gap: 24px; padding: 43px 16px; }.sales-hero h1 { margin-bottom: 12px; font-size: 38px; line-height: .98; }.sales-hero p { font-size: 14px; }
  .offer-app-visual { min-height: 430px; padding: 20px; }.offer-app-visual > small { margin-top: 35px; }.offer-app-visual article { min-height: 160px; }
  .deliverables-grid { grid-template-columns: repeat(2,1fr); gap: 8px; }.deliverables-grid article { padding: 16px; }.deliverables-grid h3 { margin-top: 12px; font-size: 16px; }
  .unlock-section { padding-right:0!important; padding-left:12px!important; }.unlock-section > .sales-kicker,.unlock-section > h2 { padding-right:12px; }.unlock-modules { display:flex; gap:9px; margin-top:24px; padding:4px 42px 14px 0; overflow-x:auto; overscroll-behavior-inline:contain; scroll-snap-type:x mandatory; scrollbar-width:none; }.unlock-modules::-webkit-scrollbar { display:none; }.unlock-card,.unlock-card:nth-child(1),.unlock-card:nth-child(5),.unlock-card:nth-child(7) { width:76vw; min-width:76vw; min-height:260px; flex:0 0 76vw; grid-column:auto; padding:20px; scroll-snap-align:start; }.unlock-card h3 { font-size:19px; }.unlock-card p { font-size:11px; }.unlock-preview { height:70px; }
  .raffle-banner { grid-template-columns: 1fr; margin: 20px auto 28px; padding: 20px; }.raffle-banner h3 { font-size: 22px; }.raffle-palm { position: absolute; right: -10px; bottom: -5px; opacity: .45; }
  .sales-section { padding: 48px 0; }.sales-section > h2 { font-size: 31px; }
  .plan-grid { gap: 20px; }.plan-card { padding: 25px 18px 19px; }.plan-card > p { min-height: 0; margin: 12px 0; }
  .pricing-section .plan-card { min-height:470px; padding:30px 21px 21px; }.pricing-section .plan-card.featured { transform:none; }.quota-price { font-size:48px; }.pricing-section .plan-card > p { min-height:0; }.plan-comparison-note { margin-top:15px!important; }
  .plan-price { font-size: 25px; }.bonus-grid { gap: 8px; }.method-grid article, .bonus-grid article { padding: 18px; }
  .guarantee-section { gap: 20px; }.faq-list { margin-top: 20px; }.faq-list summary { min-height: 56px; }
}

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

@media (max-width: 760px) {
  .review-track { gap: 9px; padding-right: 12px; padding-left: 12px; }
  .review-card { width: 82vw; max-width: 330px; min-height: 190px; padding: 17px; }
  .review-carousel.is-compact .review-card { width: 80vw; max-width: 310px; }
}

/* Landing: urgencia focalizada, narrativa y densidad comercial */
.offer-countdown { min-height:52px; gap:18px; padding:7px 15px; }
.offer-countdown b { min-width:78px; padding:6px 11px; border:1px solid rgba(255,255,255,.3); border-radius:999px; color:#fff4e9; background:linear-gradient(135deg,#e66f45,#c94e36); box-shadow:0 4px 14px rgba(218,84,52,.38); font:900 21px/1 "Manrope",sans-serif; letter-spacing:.035em; text-align:center; font-variant-numeric:tabular-nums; }
.sales-hero { min-height:570px; gap:44px; padding-top:54px; padding-bottom:54px; }
.sales-hero h1 { margin-bottom:16px; }
.sales-section { padding-top:72px; padding-bottom:72px; }
.sales-final { padding-top:72px; padding-bottom:72px; }
.unlock-section + .testimonials-section { padding-top:64px; }
.testimonials-section + .app-section { padding-top:68px; }
.app-section + .testimonials-section { padding-top:64px; }
.pricing-section + .bonuses-section { padding-top:66px; }
.bonuses-section + .guarantee-section { margin-top:8px; }
.guarantee-section + .faq-section { padding-top:64px; }
.faq-section + .method-section { padding-top:64px; }
.method-section + .sales-final { margin-top:0; }

@media (max-width:760px) {
  .offer-countdown { min-height:50px; gap:9px; padding:6px 10px; }
  .offer-countdown span { max-width:138px; font-size:8px; line-height:1.25; }
  .offer-countdown b { min-width:73px; padding:6px 9px; font-size:19px; }
  .sales-hero { gap:20px; padding:34px 16px 40px; }
  .sales-hero h1 { margin-bottom:10px; }
  .sales-section { padding-top:44px; padding-bottom:44px; }
  .sales-final { padding-top:54px; padding-bottom:54px; }
  .unlock-section + .testimonials-section,
  .testimonials-section + .app-section,
  .app-section + .testimonials-section,
  .pricing-section + .bonuses-section,
  .guarantee-section + .faq-section,
  .faq-section + .method-section { padding-top:42px; }
  .bonuses-section + .guarantee-section { margin-top:4px; }
}

/* Sticky de reserva: contraste comercial independiente de la paleta principal */
.offer-countdown {
  min-height:64px;
  gap:22px;
  padding:8px 18px;
  color:#fff;
  background:linear-gradient(110deg,#d93f2b 0%,#f15d3e 48%,#df422f 100%);
  border-bottom:1px solid rgba(100,24,15,.24);
  box-shadow:0 8px 25px rgba(128,42,25,.34);
}
.offer-countdown > div { display:grid; gap:2px; text-align:left; }
.offer-countdown small { color:#fff7ed; font-size:8px; font-weight:900; letter-spacing:.16em; }
.offer-countdown span { color:#fff; font-size:10px; text-shadow:0 1px 1px rgba(93,25,15,.2); }
.offer-countdown b {
  min-width:104px;
  padding:9px 15px;
  color:#173f3a;
  border:1px solid rgba(255,255,255,.8);
  border-radius:12px;
  background:#fff4e8;
  box-shadow:inset 0 1px 0 #fff,0 5px 15px rgba(95,25,14,.25);
  font-size:25px;
  animation:urgencyPulse 2.4s ease-in-out infinite;
}
@keyframes urgencyPulse { 50% { transform:scale(1.035); box-shadow:inset 0 1px 0 #fff,0 7px 20px rgba(95,25,14,.35); } }

.people-trust-band { display:grid; width:100%; min-height:168px; grid-template-columns:minmax(280px,1.05fr) minmax(260px,.8fr) minmax(390px,1.2fr); align-items:center; overflow:hidden; color:var(--forest); background:linear-gradient(90deg,#eaece5,#f7f4ed 62%,#e9eee8); border-top:1px solid rgba(23,63,58,.08); border-bottom:1px solid rgba(23,63,58,.08); }
.people-trust-photo { align-self:stretch; min-height:168px; background:url("assets/landing/people-real-goals-v1.png") 20% 44%/cover no-repeat; }
.people-trust-band blockquote { display:flex; align-items:flex-start; gap:13px; margin:0; padding:24px 32px; }
.people-trust-band blockquote b { font:900 48px/.7 Georgia,serif; }
.people-trust-band blockquote p { margin:0; font-size:14px; font-weight:650; line-height:1.5; }
.people-trust-proof { display:flex; align-items:center; gap:20px; padding:24px 34px 24px 10px; }
.people-trust-proof > p { margin:0; font-size:12px; line-height:1.4; }
.people-trust-proof strong { font-weight:850; }
.people-trust-faces { display:flex; flex:0 0 auto; align-items:center; padding-left:12px; }
.people-trust-faces i,.people-trust-faces span { width:52px; height:52px; margin-left:-12px; border:3px solid #f5f3ec; border-radius:50%; background-image:url("assets/landing/people-real-goals-v1.png"); background-size:390px auto; box-shadow:0 3px 10px rgba(23,63,58,.12); }
.people-trust-faces i:nth-child(1) { background-position:2% 23%; }
.people-trust-faces i:nth-child(2) { background-position:19% 23%; }
.people-trust-faces i:nth-child(3) { background-position:38% 22%; }
.people-trust-faces span { display:grid; place-items:center; color:#fff; background:var(--forest); font-size:19px; font-weight:900; }

@media (max-width:430px) {
  .offer-countdown { min-height:62px; gap:10px; padding:7px 12px; }
  .offer-countdown > div { max-width:190px; }
  .offer-countdown small { font-size:7px; }
  .offer-countdown span { max-width:none; font-size:8px; line-height:1.28; letter-spacing:.08em; }
  .offer-countdown b { min-width:82px; padding:8px 9px; font-size:21px; }
}

@media (max-width:760px) {
  .people-trust-band { grid-template-columns:1fr; }
  .people-trust-photo { min-height:210px; background-position:27% 42%; }
  .people-trust-band blockquote { padding:25px 22px 14px; }
  .people-trust-proof { padding:14px 22px 28px; }
  .people-trust-faces i,.people-trust-faces span { width:44px; height:44px; background-size:330px auto; }
}

/* Mockup fiel de la app entregable */
.real-app-mockup { min-height:590px; }
.real-app-phone { min-height:535px; padding:16px; color:#183d37; background:#faf8f2; }
.real-app-phone header { display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; font:700 11px "Manrope"; }
.real-app-phone header span { color:#8ca099; letter-spacing:.12em; }
.mock-demo-pill { display:inline-flex; margin-bottom:16px; padding:5px 8px; border-radius:999px; color:#315f56; background:#e0eee8; font-size:6px; font-weight:800; letter-spacing:.12em; }
.real-app-phone > small { display:block; color:#71817b; font-size:7px; font-weight:800; letter-spacing:.12em; }
.real-app-phone h3 { margin:5px 0 11px; font-size:20px; }
.mock-personalization { display:flex; flex-wrap:wrap; gap:6px; margin:18px 0 20px; }.mock-personalization span { padding:7px 9px; border-radius:999px; color:var(--forest); background:var(--mint-light); font-size:9px; font-weight:800; }
.mock-result-tag { position:absolute; z-index:5; top:-22px; right:-4px; display:grid; min-width:190px; gap:2px; padding:11px 14px; border:1px solid rgba(255,255,255,.7); border-radius:14px; color:#fff; background:linear-gradient(135deg,#d66042,#e47b51); box-shadow:0 12px 25px rgba(112,50,34,.2); transform:rotate(2deg); }.mock-result-tag small { color:#ffe9df; font-size:6px; font-weight:800; letter-spacing:.11em; }.mock-result-tag b { font-size:11px; text-transform:capitalize; }
.mock-phase { display:grid; gap:3px; margin-bottom:10px; padding:9px 10px; border:1px solid #d9e5e0; border-radius:12px; background:#fff; }
.mock-phase span { color:#55746c; font-size:6px; font-weight:800; letter-spacing:.1em; }
.mock-phase b { font-size:10px; }
.mock-routine-card { height:180px; padding:17px; background-image:linear-gradient(90deg,rgba(17,55,49,.94) 0%,rgba(17,55,49,.7) 48%,rgba(17,55,49,.08) 100%),var(--area-image,url("assets/landing/app-mobility-woman.png")); background-position:center,center; background-size:cover; }
.mock-routine-card > span { color:#cce0d9; font-size:7px; font-weight:800; letter-spacing:.08em; }
.mock-routine-card > b { max-width:145px; margin-top:10px; font-size:17px; line-height:1.1; text-transform:none; }
.mock-routine-card > small { display:block; max-width:130px; margin-top:8px; color:#c9ddd6; font-size:7px; line-height:1.35; }
.mock-routine-card > i { right:14px; bottom:14px; display:grid; width:38px; height:38px; place-items:center; border-radius:50%; color:#173f3a; background:#fff; opacity:1; }
.mock-stats { display:grid; grid-template-columns:1fr 1fr; gap:7px; margin-top:10px; }
.mock-stats span { display:grid; padding:9px; border:1px solid #dce5e1; border-radius:11px; background:#fff; }
.mock-stats b { font-size:14px; }.mock-stats small { color:#7a8b85; font-size:6px; font-weight:800; letter-spacing:.08em; }
.real-app-phone .app-progress { margin-top:11px; }.real-app-phone nav { bottom:15px; font-size:7px; }
.real-app-tablet { right:-20px; bottom:38px; display:block; width:410px; height:310px; padding:0; overflow:hidden; color:#183d37; background:#faf8f2; }
.mock-tablet-head { display:flex; align-items:center; justify-content:space-between; padding:14px 18px; border-bottom:1px solid #dce5e1; background:#fff; }
.mock-tablet-head span { color:#173f3a; font:800 10px "Manrope"; }.mock-tablet-head small { color:#7b8b86; font-size:6px; font-weight:800; letter-spacing:.1em; }
.mock-human-preview { position:relative; height:108px; overflow:hidden; color:#fff; background-image:linear-gradient(90deg,rgba(14,50,44,.9),rgba(14,50,44,.3) 60%,transparent),var(--secondary-area-image,url("assets/landing/app-mobility-man.png")); background-position:center,center; background-size:cover; text-align:left; }.mock-human-preview > div { display:grid; max-width:210px; gap:4px; padding:17px 18px; }.mock-human-preview small { color:#d7e9e3; font-size:6px; font-weight:800; letter-spacing:.1em; }.mock-human-preview b { font-size:14px; line-height:1.12; }.mock-human-preview span { color:#d7e9e3; font-size:7px; }
.mock-tablet-body { display:grid; grid-template-columns:88px 1fr; min-height:140px; }
.mock-tablet-body aside { display:grid; align-content:start; gap:4px; padding:16px 10px; border-right:1px solid #dce5e1; background:#f1f5f2; }
.mock-tablet-body aside b { padding:7px 8px; border-radius:7px; color:#71817b; font-size:7px; }.mock-tablet-body aside b.active { color:#fff; background:#24564d; }
.mock-tablet-body main { padding:12px 14px; text-align:left; }.mock-tablet-body main > small { color:#55746c; font-size:6px; font-weight:800; letter-spacing:.12em; }.mock-tablet-body h3 { margin:3px 0 7px; font-size:16px; }
.mock-program-progress { height:5px; margin-bottom:12px; overflow:hidden; border-radius:8px; background:#dce7e2; }.mock-program-progress span { display:block; height:100%; border-radius:inherit; background:#2e6a5e; }
.mock-phase-row { display:flex; align-items:center; justify-content:space-between; margin-bottom:7px; }.mock-phase-row b { font-size:7px; letter-spacing:.08em; }.mock-phase-row span { color:#72847e; font-size:7px; }
.real-app-tablet .library-row { grid-template-columns:25px 1fr auto; padding:7px 8px; }.real-app-tablet .library-row i { width:23px; height:23px; font-size:7px; }.real-app-tablet .library-row b { font-size:8px; }.real-app-tablet .library-row.current { border:1px solid #80aa9d; background:#e5f0ec; }.real-app-tablet .library-row.done i { background:#6f978b; }

@media (max-width:760px) {
  .real-app-mockup { min-height:440px; margin:0 -42px -25px; transform:scale(.78); }
  .real-app-phone { left:18px; }
  .real-app-tablet { right:-30px; }
}

/* Hero: la primera vista de producto también muestra una experiencia humana */
.offer-app-visual article {
  min-height:220px;
  background-image:linear-gradient(90deg,rgba(13,54,47,.94) 0%,rgba(13,54,47,.7) 43%,rgba(13,54,47,.12) 76%),var(--area-image,url("assets/landing/app-mobility-woman.png"));
  background-position:center,center;
  background-size:cover;
  box-shadow:inset 0 -35px 55px rgba(10,43,38,.18);
}
.offer-app-visual article b { position:relative; z-index:2; max-width:150px; font-size:22px; line-height:1.05; }
.offer-app-visual article span { position:relative; z-index:2; max-width:125px; color:#e2eee9; font-size:11px; font-weight:700; }
.offer-app-visual article i { z-index:3; box-shadow:0 7px 20px rgba(10,43,38,.28); }
.offer-app-visual article::before { position:absolute; z-index:2; left:20px; bottom:20px; padding:5px 8px; border-radius:999px; color:#fff; background:rgba(255,255,255,.15); content:"SESIÓN PARA VOS"; font-size:6px; font-weight:800; letter-spacing:.11em; backdrop-filter:blur(5px); }

@media (max-width:760px) {
  .offer-app-visual article { min-height:200px; background-position:center,62% 25%; }
}

/* Cierre MVP: densidad, dispositivos y garantía */
.offer-countdown span { color:var(--forest); text-shadow:none; }
.unlock-section { padding-top:54px; padding-bottom:54px; }
.unlock-modules { grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; margin-top:25px; }
.unlock-card,.unlock-card:nth-child(1),.unlock-card:nth-child(5),.unlock-card:nth-child(7) { min-height:148px; grid-column:auto; padding:17px; }
.unlock-card h3 { margin:12px 0 6px; font-size:16px; }
.unlock-card p { margin:6px 0 0; font-size:10px; line-height:1.4; }
.unlock-meta i { width:27px; height:27px; font-size:11px; }
.unlock-preview { display:none; }
.real-app-mockup { min-height:630px; }
.real-app-phone { left:-2%; transform:rotate(-1deg); }
.real-app-tablet { right:-10%; bottom:18px; transform:rotate(1.2deg); box-shadow:0 30px 65px rgba(20,50,45,.24); }
.people-trust-band + .guarantee-section { margin-top:34px; }
.guarantee-copy-only { max-width:760px; padding:28px 34px; }
.guarantee-copy-only > div { max-width:620px; }
.guarantee-copy-only .sales-kicker { margin-bottom:7px; }
.guarantee-copy-only h2 { margin:0 auto 9px; font-size:clamp(29px,4vw,40px); }
.guarantee-copy-only p { max-width:590px; margin:0 auto; line-height:1.5; }

@media (max-width:760px) {
  .unlock-section { padding-right:12px!important; padding-left:12px!important; }
  .unlock-section > .sales-kicker,.unlock-section > h2 { padding-right:0; }
  .unlock-modules { display:grid; grid-template-columns:minmax(0,1fr); gap:8px; margin-top:20px; padding:0; overflow:visible; scroll-snap-type:none; }
  .unlock-card,.unlock-card:nth-child(1),.unlock-card:nth-child(5),.unlock-card:nth-child(7) { width:100%; min-width:0; min-height:0; padding:14px; scroll-snap-align:none; }
  .unlock-card h3 { margin:10px 0 5px; font-size:14px; line-height:1.15; }
  .unlock-card p { font-size:9px; line-height:1.35; }
  .unlock-meta b { font-size:10px; }
  .unlock-meta i { width:24px; height:24px; font-size:10px; }
  .real-app-mockup { width:100%; max-width:390px; min-height:590px; margin:0 auto; overflow:visible; transform:none; }
  .real-app-phone { top:0; left:0; width:215px; min-height:500px; padding:14px; border-width:6px; transform:rotate(-1.5deg); }
  .real-app-tablet { right:0; bottom:0; width:305px; height:255px; border-width:6px; transform:rotate(1.2deg); }
  .people-trust-band + .guarantee-section { margin-top:22px; }
  .guarantee-copy-only { width:min(100% - 24px,760px); padding:24px 18px; }
  .guarantee-copy-only h2 { margin-bottom:8px; font-size:29px; }
  .guarantee-copy-only p { font-size:13px; }
}

/* Ritmo visual premium para los ocho módulos de acceso */
.unlock-card:nth-child(1),
.unlock-card:nth-child(7) {
  color:#fff;
  border-color:rgba(255,255,255,.12);
  background:linear-gradient(145deg,#173f3a 0%,#2d675c 100%);
  box-shadow:0 16px 34px rgba(23,63,58,.18);
}
.unlock-card:nth-child(1) h3,.unlock-card:nth-child(7) h3 { color:#fff; }
.unlock-card:nth-child(1) p,.unlock-card:nth-child(7) p { color:#d9e9e3; }
.unlock-card:nth-child(1) .unlock-meta b,.unlock-card:nth-child(7) .unlock-meta b { color:#b9ddd1; }
.unlock-card:nth-child(1) .unlock-meta i,.unlock-card:nth-child(7) .unlock-meta i { border-color:rgba(255,255,255,.22); background:rgba(255,255,255,.13); }
.unlock-card:nth-child(3),
.unlock-card:nth-child(5),
.unlock-card:nth-child(8) {
  border-color:#c8ddd5;
  background:linear-gradient(145deg,#e3f1ec 0%,#f3f8f5 100%);
}
.unlock-card:nth-child(2),
.unlock-card:nth-child(4),
.unlock-card:nth-child(6) {
  color:var(--forest);
  background:linear-gradient(145deg,#fff 0%,#fbfaf6 100%);
}
.unlock-card:hover { border-color:#79aa9b; box-shadow:0 18px 38px rgba(23,63,58,.14); transform:translate3d(0,-3px,0); }

/* La constancia anima su relleno, nunca el ancho de la pista del teléfono */
.real-app-phone .app-progress { position:relative; width:100%; max-width:100%; overflow:hidden; box-sizing:border-box; }
.real-app-phone .app-progress i { position:relative; width:100%; max-width:100%; overflow:hidden; box-sizing:border-box; background:#dce5e1; transform:none; animation:none; }
.real-app-phone .app-progress i::before { position:absolute; inset:0 auto 0 0; width:18%; max-width:100%; border-radius:inherit; background:var(--forest); content:""; transform-origin:left center; animation:appProgressLive 5s ease-in-out infinite alternate; }
