:root {
  --cream: #fbf6ef;
  --paper: #fffdf9;
  --green: #173f36;
  --green-2: #24584c;
  --plum: #6f3f5c;
  --mauve: #eadce4;
  --blush: #f7e8e5;
  --coral: #df7568;
  --ink: #28211f;
  --muted: #716966;
  --line: #e6d9d4;
  --shadow: 0 18px 60px rgba(58, 37, 40, .08);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: Alexandria, sans-serif; line-height: 1.85; }
body, button, input, select, textarea { font-family: Alexandria, sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button, input, select, textarea { font-size: 16px; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(223, 117, 104, .55); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.35; }
h1 { font-size: clamp(2.15rem, 8vw, 5rem); letter-spacing: -.04em; }
h2 { font-size: clamp(1.7rem, 5vw, 3.2rem); letter-spacing: -.03em; }
h3 { font-size: 1.2rem; }
.container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 2000; top: 8px; right: 8px; padding: 10px 14px; border-radius: 10px; background: var(--plum); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 12px; color: var(--plum); font: 700 .72rem/1.3 Manrope, Alexandria, sans-serif; letter-spacing: .14em; }
.section { padding: 72px 0; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading > p:last-child { color: var(--muted); }
.state-message { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); text-align: center; }
.state-message.error, .form-status.error { color: #873e37; background: #fff0ed; border-color: #efc2ba; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(111,63,92,.12); background: rgba(251,246,239,.94); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid var(--plum); border-radius: 50%; color: var(--plum); font-weight: 700; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: .82rem; }
.brand small { max-width: 190px; overflow: hidden; color: var(--muted); font: 600 .52rem/1.5 Manrope, Alexandria, sans-serif; white-space: nowrap; text-overflow: ellipsis; }
.desktop-nav, .site-header .header-action { display: none; }
.menu-toggle { width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 5px auto; background: var(--ink); }
.mobile-menu { display: none; padding: 10px 16px 18px; border-top: 1px solid var(--line); }
.mobile-menu.is-open { display: grid; }
.mobile-menu a { padding: 10px; border-bottom: 1px solid var(--line); }

.btn { min-height: 52px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 15px; font-weight: 600; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green); color: white; box-shadow: 0 10px 24px rgba(23,63,54,.14); }
.btn-secondary { border-color: var(--green); background: transparent; color: var(--green); }
.btn-coral { background: var(--coral); color: white; }
.btn-ghost { border-color: var(--line); background: transparent; color: var(--ink); }
.btn-small { min-height: 42px; padding: 8px 16px; border-radius: 12px; }
.btn-block { width: 100%; }
.text-link { color: var(--plum); font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }
.text-link:disabled { color: var(--muted); opacity: .7; cursor: not-allowed; }

.hero { padding: 54px 0 0; }
.hero-grid { display: grid; gap: 34px; }
.hero-copy { align-self: center; }
.hero h1 { max-width: 760px; margin-bottom: 22px; color: var(--green); }
.hero h1 em { color: var(--plum); font-style: normal; }
.hero-lead { max-width: 670px; color: #514945; font-size: 1.05rem; }
.hero-actions { display: grid; gap: 10px; margin: 26px 0 18px; }
.micro-trust { color: var(--muted); font-size: .76rem; }
.micro-trust span { margin: 0 5px; color: var(--coral); }
.hero-figure { position: relative; min-height: 530px; margin: 0; display: flex; justify-content: center; align-items: end; overflow: hidden; border-radius: 36px 36px 0 0; background: linear-gradient(150deg, #f2e7df, #eddae1); }
.portrait-shape { position: absolute; width: 340px; height: 340px; top: 55px; border: 1px solid rgba(111,63,92,.18); border-radius: 48% 52% 40% 60%; background: rgba(255,255,255,.22); }
.hero-figure img { position: relative; width: min(93%, 490px); max-height: 560px; object-fit: contain; object-position: bottom; }
.hero-figure figcaption { position: absolute; inset: auto 14px 14px; padding: 14px 16px; display: grid; border: 1px solid rgba(255,255,255,.65); border-radius: 18px; background: rgba(255,253,249,.88); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-figure figcaption strong { color: var(--green); }
.hero-figure figcaption span, .hero-figure figcaption small { color: var(--muted); font-size: .72rem; }

.editorial-section { padding: 64px 0; background: var(--green); color: white; }
.editorial-grid { display: grid; gap: 22px; }
.editorial-section .eyebrow { color: #d8b8c8; }
.editorial-section h2 { margin-bottom: 0; }
.editorial-section p { color: #e9e3df; }
.editorial-section .accent-copy { padding-right: 18px; border-right: 3px solid var(--coral); color: white; font-weight: 600; }
.about-grid { display: grid; gap: 28px; }
.about-copy > p { color: var(--muted); }
.principles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.principles article { padding: 20px 16px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.principles span { color: var(--coral); font: 700 .72rem Manrope, sans-serif; }
.principles h3 { margin: 12px 0 3px; color: var(--green); }
.principles p { margin: 0; color: var(--muted); font-size: .78rem; }

.services-preview { background: #f6eee8; }
.services-grid { display: grid; gap: 16px; }
.service-card { padding: 28px; display: flex; flex-direction: column; border: 1px solid rgba(111,63,92,.14); border-radius: var(--radius); background: var(--paper); box-shadow: 0 10px 40px rgba(58,37,40,.04); }
.service-card h3 { color: var(--green); font-size: 1.35rem; }
.service-card > p:not(.eyebrow) { color: var(--muted); }
.service-card .service-audience { padding-top: 14px; border-top: 1px solid var(--line); }
.service-price-preview { margin-top: auto; padding-top: 14px; display: grid; gap: 8px; }
.service-price-preview > div { padding: 11px 13px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-radius: 13px; background: var(--blush); }
.service-price-preview span { color: var(--muted); font-size: .68rem; }
.service-price-preview strong { color: var(--plum); font-size: .78rem; text-align: left; }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 22px; }
.card-actions .btn { min-height: 48px; padding-inline: 12px; font-size: .78rem; }
.section-action { margin-top: 28px; text-align: center; }
.quiz-banner { padding: 70px 0; background: var(--mauve); }
.quiz-banner-grid { display: grid; gap: 28px; align-items: center; }
.quiz-banner h2 { color: var(--green); }
.quiz-number { width: 230px; height: 230px; margin: auto; display: grid; place-content: center; text-align: center; border: 1px solid rgba(111,63,92,.28); border-radius: 50%; background: rgba(255,255,255,.25); color: var(--plum); }
.quiz-number strong { font: 700 4.5rem/1 Manrope, sans-serif; }
.trust-panel { padding: 30px; display: grid; gap: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: 8px 30px 8px 0; }
.check-list li::before { content: '✓'; position: absolute; right: 0; color: var(--coral); font-weight: 700; }
.final-cta { padding: 74px 0; text-align: center; background: var(--green); color: white; }
.final-cta .eyebrow { color: #d8b8c8; }
.final-cta > .container > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.final-cta .btn-primary { background: var(--coral); }
.final-cta .btn-secondary { border-color: white; color: white; }

.site-footer { padding: 58px 0 20px; background: #102e28; color: #f8f1eb; }
.footer-grid { display: grid; gap: 34px; }
.footer-grid h2 { font-size: 1.65rem; }
.footer-grid p, .footer-grid a, .footer-grid span { color: #d9d1cc; }
.footer-grid nav, .footer-grid address { display: grid; gap: 9px; align-content: start; font-style: normal; }
.footer-grid nav strong, .footer-grid address strong { color: white; }
.footer-grid a:hover { color: white; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { margin-top: 34px; padding-top: 18px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; border-top: 1px solid rgba(255,255,255,.12); color: #bfb6b1; font-size: .7rem; }
.floating-whatsapp { position: fixed; left: 14px; bottom: 14px; z-index: 45; padding: 10px 14px; border-radius: 999px; background: var(--green); color: white; box-shadow: var(--shadow); font-size: .75rem; }

.page-hero { padding: 78px 0; background: var(--mauve); }
.page-hero.compact { padding-block: 54px; }
.page-hero h1 { max-width: 850px; margin-bottom: 18px; color: var(--green); }
.page-hero p:not(.eyebrow) { max-width: 720px; color: #5e5158; }
.detail-page { padding-block: 60px; }
.detail-hero { max-width: 850px; margin-bottom: 40px; }
.detail-hero h1 { color: var(--green); }
.detail-hero > p { color: var(--muted); }
.detail-layout { display: grid; gap: 18px; }
.detail-card, .purchase-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.detail-card h2 { margin-top: 30px; font-size: 1.45rem; color: var(--green); }
.detail-card h2:first-child { margin-top: 0; }
.purchase-card { align-self: start; box-shadow: var(--shadow); }
.price-location-note { margin-bottom: 14px; padding: 12px 14px; border-right: 3px solid var(--plum); border-radius: 12px; background: var(--mauve); color: #59434f; font-size: .74rem; }
.price-grid { display: grid; gap: 10px; margin-bottom: 20px; }
.price-grid > div { padding: 16px; border-radius: 16px; background: var(--blush); }
.price-grid span { display: block; color: var(--muted); font-size: .75rem; }
.price-grid ul { margin: 6px 0 0; padding-right: 20px; }
.purchase-card .btn + .btn { margin-top: 8px; }
.fine-print { color: var(--muted); font-size: .72rem; }
.journey { padding: 0; display: grid; gap: 10px; counter-reset: steps; list-style: none; }
.journey li { position: relative; padding: 16px 52px 16px 16px; border-radius: 16px; background: var(--blush); }
.journey li::before { counter-increment: steps; content: counter(steps); position: absolute; right: 14px; top: 14px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font: 700 .75rem Manrope, sans-serif; }

.quiz-page { min-height: 70vh; padding: 28px 0 70px; }
.quiz-mount { max-width: 920px; }
.quiz-intro { min-height: 630px; padding: 34px 24px; display: grid; align-items: center; gap: 34px; border: 1px solid var(--line); border-radius: 30px; background: var(--paper); box-shadow: var(--shadow); }
.quiz-intro h1 { color: var(--green); }
.quiz-intro > div > p:not(.eyebrow,.quiz-disclaimer) { color: var(--muted); font-size: 1rem; }
.quiz-intro aside { width: 220px; height: 220px; margin: auto; display: grid; place-content: center; text-align: center; border: 1px solid var(--line); border-radius: 50%; background: var(--blush); color: var(--plum); }
.quiz-intro aside strong { font: 700 4.3rem/1 Manrope, sans-serif; }
.quiz-intro aside span { font-size: .78rem; }
.quiz-disclaimer { margin-top: 18px; color: var(--muted); font-size: .72rem; }
.quiz-shell { min-height: 700px; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); overflow: hidden; }
.quiz-topbar { position: sticky; top: 72px; z-index: 5; padding: 18px 18px 14px; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.96); }
.quiz-topbar > div:first-child { display: flex; align-items: center; justify-content: space-between; }
.quiz-topbar button { padding: 6px; border: 0; background: transparent; color: var(--plum); }
.quiz-topbar button:disabled { opacity: .35; cursor: not-allowed; }
.quiz-topbar span { color: var(--muted); font: 700 .72rem Manrope, Alexandria, sans-serif; }
.quiz-progress { height: 5px; margin-top: 12px; overflow: hidden; border-radius: 999px; background: var(--mauve); direction: rtl; }
.quiz-progress span { height: 100%; display: block; border-radius: inherit; background: var(--plum); transition: width .25s ease; }
.quiz-question { max-width: 680px; margin: auto; padding: 42px 18px 120px; }
.quiz-question h1 { font-size: clamp(1.65rem, 6vw, 2.8rem); color: var(--green); }
.quiz-focus-target:focus-visible { outline: none; }
.quiz-helper { color: var(--muted); font-size: .85rem; }
.quiz-answer-area { margin-top: 28px; }
.number-field { position: relative; display: block; }
.number-field input { width: 100%; height: 78px; padding: 12px 20px 12px 78px; border: 1px solid var(--line); border-radius: 18px; background: white; color: var(--ink); font: 600 1.35rem Manrope, Alexandria, sans-serif; text-align: right; }
.number-field b { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.quiz-options { display: grid; gap: 9px; }
.quiz-option { width: 100%; min-height: 62px; padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid var(--line); border-radius: 16px; background: white; color: var(--ink); text-align: right; }
.quiz-option b { width: 26px; height: 26px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: transparent; }
.quiz-option.is-selected { border-color: var(--plum); background: #fbf3f7; box-shadow: 0 0 0 2px rgba(111,63,92,.08); }
.quiz-option.is-selected b { border-color: var(--plum); background: var(--plum); color: white; }
.image-options { grid-template-columns: 1fr 1fr; gap: 12px; }
.image-option { position: relative; min-height: 0; padding: 8px; display: grid; grid-template-columns: 1fr auto; overflow: hidden; text-align: center; }
.image-option img { width: 100%; aspect-ratio: 4 / 5; grid-column: 1 / -1; border-radius: 12px; object-fit: cover; object-position: center; background: #f8f5f2; }
.image-option span { padding: 8px 3px 4px; align-self: center; font-size: .76rem; }
.image-option b { position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,.92); }
.image-options .image-skip { grid-column: 1 / -1; }
.region-picker { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 18px; }
.region-button { min-height: 52px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.region-button.is-selected { border-color: var(--green); background: var(--green); color: white; }
.selection-hint { padding: 22px; border-radius: 16px; background: var(--blush); color: var(--muted); }
.quiz-actions { position: sticky; bottom: 0; margin-top: 28px; padding-top: 14px; display: flex; justify-content: flex-end; background: linear-gradient(transparent, var(--paper) 22%); }
.quiz-actions .btn { width: 100%; }
.quiz-actions .btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.quiz-gate { padding: 42px 0; }
.quiz-gate > h1, .quiz-gate > p { max-width: 760px; }
.quiz-gate > p { color: var(--muted); }

.form-card { padding: 24px; display: grid; gap: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.form-grid { display: grid; gap: 14px; }
.form-card label { display: grid; gap: 6px; }
.form-card label > span { color: #514945; font-size: .78rem; }
.form-card input, .form-card select, .form-card textarea { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid #d9cbc6; border-radius: 12px; background: white; color: var(--ink); }
.form-card textarea { resize: vertical; }
.form-card .consent { display: flex; grid-column: 1/-1; align-items: flex-start; gap: 8px; }
.form-card .consent input { width: 20px; min-height: 20px; margin-top: 5px; }
.form-card .consent a { color: var(--plum); text-decoration: underline; }
.form-status { margin: 0; padding: 0; border: 1px solid transparent; border-radius: 12px; }
.form-status:not(:empty) { padding: 12px; }
.form-status.success { color: var(--green); border-color: #b9d3c8; background: #edf7f2; }
.form-actions { display: grid; gap: 8px; }

.result-page { padding: 54px 0 80px; }
.result-hero { max-width: 970px; padding-bottom: 30px; }
.result-badge { display: inline-flex; margin-bottom: 16px; padding: 7px 12px; border-radius: 999px; background: var(--mauve); color: var(--plum); font-size: .74rem; }
.result-hero h1 { max-width: 930px; font-size: clamp(2rem, 6vw, 3.9rem); color: var(--green); }
.result-lead { max-width: 820px; color: #554c49; font-size: clamp(.98rem, 2vw, 1.14rem); }
.safety-callout, .cycle-alert { margin: 16px 0; padding: 18px 20px; border-right: 4px solid var(--coral); border-radius: 14px; background: var(--blush); }
.cycle-alert { border-color: var(--plum); background: #f2e7ee; }
.personal-snapshot, .clinical-reading, .why-now, .recommendation-final, .optional-contact { margin-top: 24px; padding: 26px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.personal-snapshot h2, .clinical-reading h2, .why-now h2, .recommendation-final h2, .optional-contact h2 { color: var(--green); }
.snapshot-list { margin: 22px 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.snapshot-list li { padding: 14px 16px; border-radius: 14px; background: var(--blush); }
.bmi-note { padding-top: 18px; border-top: 1px solid var(--line); }
.bmi-note h3 { margin-bottom: 5px; color: var(--plum); }
.bmi-note p { margin-bottom: 0; color: var(--muted); font-size: .8rem; }
.clinical-reading .section-heading { margin-bottom: 24px; }
.insights-grid { display: grid; gap: 12px; }
.insight-card { padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.insight-card h3 { color: var(--plum); }
.insight-card p { color: #554c49; font-size: .86rem; }
.insight-card p:last-child { margin-bottom: 0; }
.why-now { border: 0; background: var(--plum); color: white; }
.why-now h2, .why-now .eyebrow { color: white; }
.why-now > p { color: #f7edf2; }
.why-now-emphasis { margin: 18px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.25); font-weight: 600; }
.recommendation-final { display: grid; gap: 18px; border-color: transparent; background: var(--green); color: white; }
.recommendation-final h2, .recommendation-final .eyebrow { color: white; }
.recommendation-final p { color: #ece5e2; }
.recommendation-final .btn-primary { width: 100%; background: var(--coral); color: white; }
.recommendation-why { margin-bottom: 0; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.2); font-weight: 600; }
.consultation-fallback { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); }
.consultation-fallback p { font-size: .8rem; }
.consultation-fallback .btn-secondary { width: 100%; border-color: white; color: white; }
.optional-contact { box-shadow: none; }
.optional-contact p { color: var(--muted); }
.medical-note { margin-top: 24px; padding: 16px; border-radius: 14px; background: rgba(255,255,255,.5); color: var(--muted); font-size: .72rem; }
.medical-note p:last-child { margin-bottom: 0; }
.medical-sources a { color: var(--plum); text-decoration: underline; text-underline-offset: 3px; }
.result-footer-actions { display: flex; flex-wrap: wrap; gap: 18px; }
.empty-result { min-height: 60vh; display: grid; place-content: center; text-align: center; }

.payment-layout, .contact-layout { display: grid; gap: 18px; }
.currency-alert { max-width: 760px; margin-top: 22px; padding: 15px 17px; border: 1px solid rgba(111,63,92,.18); border-radius: 14px; background: rgba(255,255,255,.42); color: #514048; font-size: .8rem; }
.payment-methods, .contact-cards { display: grid; gap: 12px; }
.payment-methods article, .contact-cards > * { padding: 22px; display: grid; gap: 6px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.payment-methods h2 { color: var(--green); font-size: 1.35rem; }
.payment-price-summary { padding: 15px 17px; display: grid; gap: 3px; border: 1px solid rgba(111,63,92,.18); border-radius: 14px; background: var(--blush); }
.payment-price-summary span { color: var(--muted); font-size: .72rem; }
.payment-price-summary strong { color: var(--plum); }
.contact-cards span, .contact-cards small { color: var(--muted); font-size: .75rem; }
.contact-cards strong { overflow-wrap: anywhere; color: var(--green); }
.upload-field input { padding: 10px; }
.legal-page { max-width: 820px; padding-block: 70px; }
.legal-page h1 { color: var(--green); }
.legal-page h2 { margin-top: 30px; font-size: 1.4rem; color: var(--plum); }
.legal-page p { color: #514945; }
.legal-shell { padding-block: 56px 80px; }
.legal-intro { max-width: 820px; margin-bottom: 30px; }
.legal-intro h1 { margin-bottom: 14px; color: var(--green); }
.legal-intro > p:last-child { color: var(--muted); }
.legal-bilingual { display: grid; gap: 18px; align-items: start; }
.legal-language { padding: 24px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.legal-language[dir="ltr"] { text-align: left; }
.legal-language h2 { margin-bottom: 18px; color: var(--plum); font-size: clamp(1.35rem, 4vw, 2rem); }
.legal-language h3 { margin: 26px 0 10px; color: var(--green); font-size: 1.05rem; }
.legal-language p { color: #514945; }
.legal-list { margin: 0 0 18px; padding: 0; display: grid; gap: 8px; list-style: none; }
.legal-list li { position: relative; padding-inline-start: 24px; color: #514945; }
.legal-list li::before { content: '•'; position: absolute; inset-inline-start: 5px; color: var(--coral); font-weight: 700; }
.legal-contact { display: grid; gap: 8px; }
.legal-contact a { overflow-wrap: anywhere; color: var(--plum); text-decoration: underline; text-underline-offset: 3px; }
.legal-update { margin-top: 24px; color: var(--muted); font-size: .72rem; }
.contact-direct { display: grid; gap: 18px; }
.contact-direct .legal-language { box-shadow: none; }
.center-page { min-height: 100vh; padding: 24px; display: grid; place-items: center; }
.success-card { max-width: 600px; padding: 38px 26px; text-align: center; border: 1px solid var(--line); border-radius: 30px; background: var(--paper); box-shadow: var(--shadow); }
.success-card > span { width: 64px; height: 64px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: 1.8rem; }
.not-found { color: var(--coral); font: 700 5rem/1 Manrope, sans-serif; }
.admin-page { padding-block: 60px; }
.admin-steps { display: grid; gap: 10px; margin: 30px 0; }
.admin-steps article { padding: 18px; display: flex; gap: 12px; align-items: center; border: 1px solid var(--line); border-radius: 16px; background: white; }
.admin-steps strong { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; }
.empty-admin { padding: 30px; border: 1px dashed var(--line); border-radius: 20px; background: var(--paper); }

@media (min-width: 700px) {
  .container { width: min(1160px, calc(100% - 56px)); }
  .hero-actions, .form-actions { display: flex; flex-wrap: wrap; }
  .hero-actions .btn { min-width: 210px; }
  .hero-figure figcaption { inset: auto 24px 24px; }
  .principles, .services-grid, .price-grid, .form-grid, .admin-steps { grid-template-columns: 1fr 1fr; }
  .form-grid .full { grid-column: 1/-1; }
  .quiz-intro { grid-template-columns: 1.4fr .6fr; padding: 50px; }
  .quiz-question { padding-inline: 42px; }
  .quiz-options { grid-template-columns: 1fr 1fr; }
  .quiz-actions .btn { width: auto; min-width: 180px; }
  .insights-grid { grid-template-columns: 1fr 1fr; }
  .recommendation-final { grid-template-columns: minmax(0, 1fr) auto; align-items: center; padding: 34px; }
  .recommendation-final .btn-primary { width: auto; min-width: 210px; }
  .consultation-fallback { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
  .consultation-fallback p { margin: 0; }
  .consultation-fallback .btn-secondary { width: auto; min-width: 210px; }
}

@media (min-width: 960px) {
  .site-header { position: sticky; }
  .nav-wrap { min-height: 84px; }
  .desktop-nav { display: flex; align-items: center; gap: 24px; font-size: .78rem; }
  .desktop-nav a { color: #514945; }
  .site-header .header-action { display: inline-flex; }
  .menu-toggle, .mobile-menu { display: none !important; }
  .hero { padding-top: 70px; }
  .hero-grid { grid-template-columns: 1.08fr .92fr; align-items: stretch; }
  .hero-figure { min-height: 650px; border-radius: 40px 40px 0 0; }
  .hero-figure img { max-height: 670px; }
  .editorial-grid, .about-grid, .quiz-banner-grid { grid-template-columns: 1fr 1fr; }
  .editorial-grid { gap: 90px; align-items: center; }
  .about-grid { gap: 90px; align-items: center; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-panel { grid-template-columns: 1fr 1.2fr auto; align-items: center; }
  .footer-grid { grid-template-columns: 1.25fr .62fr .8fr 1fr; }
  .legal-bilingual { grid-template-columns: 1fr 1fr; }
  .detail-layout { grid-template-columns: minmax(0, 1fr) 360px; }
  .purchase-card { position: sticky; top: 110px; }
  .result-grid { grid-template-columns: minmax(0, 1fr) 380px; }
  .recommendation-card { position: sticky; top: 110px; }
  .payment-layout, .contact-layout { grid-template-columns: .8fr 1.2fr; }
  .admin-steps { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 360px) {
  .container { width: min(100% - 22px, 1160px); }
  .brand small { max-width: 145px; }
  .hero-actions, .card-actions { grid-template-columns: 1fr; }
  .principles { grid-template-columns: 1fr; }
  .quiz-intro, .form-card, .service-card { padding-inline: 18px; }
  .quiz-topbar { top: 72px; }
}

.analytics-consent {
  position: fixed;
  z-index: 1000;
  right: 14px;
  bottom: 14px;
  left: auto;
  width: min(520px, calc(100% - 28px));
  padding: 14px;
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 253, 249, .98);
  box-shadow: 0 18px 60px rgba(55, 39, 49, .18);
}
.analytics-consent strong { display: block; margin-bottom: 5px; color: var(--plum); }
.analytics-consent p { margin: 0; color: var(--muted); font-size: .78rem; }
.analytics-consent a { display: inline-block; margin-top: 7px; color: var(--plum); font-size: .7rem; text-decoration: underline; }
.analytics-consent-actions { display: grid; gap: 8px; }
.analytics-consent-actions .btn { width: 100%; min-height: 42px; padding: 9px 13px; font-size: .72rem; }

@media (min-width: 720px) {
  .analytics-consent { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .analytics-consent-actions { grid-template-columns: auto auto; }
  .analytics-consent-actions .btn { width: auto; white-space: nowrap; }
}

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