:root {
  --navy: #0c1c34;
  --navy-2: #132845;
  --ink: #18212d;
  --muted: #5c6775;
  --paper: #f6f3ed;
  --white: #fffdf9;
  --line: #d9d7d1;
  --coral: #dc674e;
  --coral-dark: #b54835;
  --sage: #7f988d;
  --success: #286b50;
  --error: #9e3b34;
  --shadow: 0 18px 50px rgba(12, 28, 52, .11);
  --radius: 22px;
  --container: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body, button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f0a894; outline-offset: 3px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-160%); padding: 10px 16px; border-radius: 8px; background: var(--white); color: var(--navy); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(12, 28, 52, .1); background: rgba(255, 253, 249, .92); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); font-weight: 850; letter-spacing: -.035em; text-decoration: none; font-size: 19px; line-height: 1; }
.brand small { display: block; margin-top: 3px; color: var(--coral-dark); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.brand-mark { position: relative; width: 33px; height: 33px; border: 2px solid var(--coral); border-radius: 8px; }
.brand-mark::before { content: ""; position: absolute; inset: 6px 12px 6px 6px; border: 2px solid var(--navy); border-left-width: 7px; transform: skewY(-9deg); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: var(--navy); text-decoration: none; font-size: 14px; font-weight: 750; }
.main-nav a:hover { color: var(--coral-dark); }
.main-nav .nav-cta { padding: 10px 17px; border-radius: 999px; color: var(--white); background: var(--navy); }
.main-nav .nav-cta:hover { color: var(--white); background: var(--coral-dark); }

.hero { overflow: hidden; padding: 68px 0 80px; background: radial-gradient(circle at 85% 12%, rgba(220,103,78,.12), transparent 31%), linear-gradient(145deg, #fffdf9 0%, #f4f0e9 100%); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.3fr; align-items: center; gap: 54px; }
.eyebrow { margin: 0 0 17px; color: var(--coral-dark); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { display: flex; align-items: center; gap: 9px; }
.hero .eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(220,103,78,.12); }
h1, h2, h3, blockquote { text-wrap: balance; }
h1, h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-weight: 500; line-height: 1.05; letter-spacing: -.045em; }
h1 { font-size: clamp(44px, 5.5vw, 76px); }
h1 em, .status-copy em, .site-footer em { color: var(--coral-dark); font-style: italic; }
h2 { font-size: clamp(36px, 4vw, 56px); }
h3 { margin: 0; color: var(--navy); font-size: 20px; line-height: 1.25; }
.hero-lead { margin: 24px 0 18px; color: #344251; font-size: 19px; line-height: 1.6; }
.notice { padding: 14px 16px; border: 1px solid #e5cfc6; border-radius: 12px; background: rgba(255,255,255,.72); color: #4e5864; font-size: 14px; line-height: 1.5; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 10px; cursor: pointer; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--coral-dark); box-shadow: 0 10px 28px rgba(181, 72, 53, .2); }
.button-primary:hover { background: #963c2c; }
.button-secondary { border-color: #c3c6c9; color: var(--navy); background: transparent; }
.button-secondary:hover { border-color: var(--navy); background: rgba(12,28,52,.04); }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 25px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 12px; font-weight: 750; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--success); }
.hero-visual { margin: 0; position: relative; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; inset: -20px 24px 30px -24px; border: 1px solid rgba(12,28,52,.16); border-radius: 38px; transform: rotate(2deg); }
.hero-visual img { width: 100%; aspect-ratio: 1.866; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.hero-visual figcaption { margin-top: 10px; color: var(--muted); font-size: 11px; text-align: right; }

.section { padding: 110px 0; }
.intro { background: var(--white); }
.section-heading { width: min(100%, 760px); margin-bottom: 46px; }
.section-heading p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 18px; }
.image-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.image-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 38px rgba(12,28,52,.06); }
.image-card img { width: 100%; height: 260px; object-fit: cover; }
.image-card > div { position: relative; padding: 27px 28px 29px; }
.image-card span { position: absolute; top: 23px; right: 24px; color: #c8c9c7; font-family: var(--serif); font-size: 36px; line-height: 1; }
.image-card h3 { padding-right: 46px; }
.image-card p { margin: 11px 0 0; color: var(--muted); }

.section-dark { color: #dce3eb; background: var(--navy); }
.section-heading.light h2 { color: var(--white); }
.section-heading.light .eyebrow { color: #f29a85; }
.benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.benefit-card { min-height: 274px; padding: 24px 21px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.04); }
.benefit-card b { color: #ef8e78; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.benefit-card h3 { margin-top: 35px; color: var(--white); font-size: 18px; }
.benefit-card p { margin-bottom: 0; color: #acb8c6; font-size: 14px; line-height: 1.55; }

.portrait-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.portrait-card { overflow: hidden; min-width: 0; border-radius: 18px; background: var(--navy); box-shadow: var(--shadow); }
.portrait-card img { width: 100%; height: 350px; object-fit: cover; object-position: center top; }
.portrait-card > div { padding: 22px; }
.portrait-card p { margin: 0 0 6px; color: #ef9c88; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.portrait-card h3 { color: var(--white); font-family: var(--serif); font-size: 28px; font-weight: 500; }
.portrait-card span { display: block; margin-top: 9px; color: #b8c2ce; font-size: 14px; line-height: 1.55; }
.visual-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; }

.quiz-section { background: var(--paper); }
.quiz-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.quiz-intro > p:not(.eyebrow) { margin: 21px 0; color: var(--muted); font-size: 18px; }
.quiz-intro ul { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; list-style: none; }
.quiz-intro li { padding: 7px 11px; border: 1px solid #d5d0c6; border-radius: 999px; color: #56606a; font-size: 12px; font-weight: 750; }
.quiz-card { min-height: 520px; padding: 34px; border: 1px solid #dedad1; border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.progress-row { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; font-weight: 800; }
.progress-track { overflow: hidden; height: 6px; margin: 10px 0 38px; border-radius: 999px; background: #e8e4dc; }
.progress-track span { display: block; width: 14%; height: 100%; border-radius: inherit; background: var(--coral); transition: width .35s ease; }
.quiz-stage { transition: opacity .2s ease, transform .2s ease; }
.quiz-stage.is-leaving { opacity: 0; transform: translateY(8px); }
.quiz-kicker { margin: 0 0 9px; color: var(--coral-dark); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.quiz-card h3 { min-height: 58px; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.quiz-options { display: grid; gap: 10px; margin-top: 24px; }
.quiz-option { width: 100%; min-height: 54px; padding: 12px 16px; border: 1px solid #d6d3cd; border-radius: 10px; color: var(--ink); background: #fff; cursor: pointer; text-align: left; font-weight: 650; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.quiz-option:hover { border-color: var(--coral); background: #fff7f3; transform: translateX(3px); }
.quiz-result { padding: 14px 4px; }
.quiz-result .result-label { margin: 0 0 9px; color: var(--coral-dark); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.quiz-result h3 { min-height: 0; font-size: 34px; }
.quiz-result p { color: var(--muted); }
.quiz-result .button { margin-top: 10px; }

.form-section { background: var(--white); }
.form-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 76px; }
.form-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.contact-card { display: grid; gap: 5px; margin-top: 32px; padding: 22px; border-left: 3px solid var(--coral); background: var(--paper); }
.contact-card span { color: var(--muted); font-size: 13px; }
.contact-card a { color: var(--coral-dark); font-weight: 750; }
.form-shell { padding: 36px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.field-row { display: grid; gap: 7px; margin-bottom: 20px; }
.field-row.split { grid-template-columns: 1fr 1fr; gap: 16px; }
.field-row.split > div { display: grid; gap: 7px; }
label { color: var(--navy); font-size: 13px; font-weight: 800; }
label small { color: var(--muted); font-weight: 500; }
input, textarea { width: 100%; border: 1px solid #c9ccd0; border-radius: 9px; color: var(--ink); background: #fff; }
input { min-height: 49px; padding: 10px 12px; }
textarea { min-height: 130px; padding: 12px; resize: vertical; }
input:focus, textarea:focus { border-color: var(--coral); outline: 3px solid rgba(220,103,78,.15); }
.field-hint { color: var(--muted); font-size: 11px; }
.consent-row { display: grid; grid-template-columns: 21px 1fr; gap: 10px; align-items: start; margin: 4px 0 22px; color: var(--muted); font-size: 12px; font-weight: 500; line-height: 1.5; }
.consent-row input { width: 19px; min-height: 19px; margin: 1px 0 0; accent-color: var(--coral-dark); }
.consent-row a { color: var(--coral-dark); font-weight: 750; }
.consent-row strong { color: var(--coral-dark); }
.button-full { width: 100%; }
.form-fineprint { margin: 12px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.form-message { margin-bottom: 22px; padding: 16px; border-radius: 10px; }
.form-message p { margin: 4px 0 0; font-size: 13px; }
.form-message.success { color: #1d5c43; background: #eaf5ef; }
.form-message.error { color: #812f29; background: #fbecea; }

.status-section { background: var(--paper); }
.status-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 64px; }
.status-grid figure { margin: 0; }
.status-grid img { width: 100%; aspect-ratio: 1.5; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow); }
.status-copy > p:not(.eyebrow):not(.notice) { color: var(--muted); font-size: 17px; }
.text-link { display: inline-flex; gap: 8px; margin-top: 12px; color: var(--coral-dark); font-weight: 850; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.quote-section { padding: 95px 0; color: var(--white); background: linear-gradient(rgba(12,28,52,.96), rgba(12,28,52,.96)), radial-gradient(circle at 70% 30%, var(--coral), transparent 45%); text-align: center; }
.quote-section blockquote { max-width: 850px; margin: 0 auto; font-family: var(--serif); font-size: clamp(36px, 5vw, 64px); font-weight: 400; line-height: 1.15; }
.quote-section p { color: #aeb9c6; font-size: 13px; }
.final-cta { padding: 90px 0; color: #fff; background: var(--coral-dark); text-align: center; }
.final-cta .eyebrow { color: #ffd4c8; }
.final-cta h2 { color: #fff; }
.final-cta p:not(.eyebrow) { max-width: 680px; margin: 18px auto 0; color: #ffe3da; }
.button-row.centered { justify-content: center; }
.button-light { color: var(--navy); background: #fff; }
.button-ghost { border-color: rgba(255,255,255,.55); color: #fff; background: transparent; }
.button-ghost:hover { background: rgba(255,255,255,.1); }

.site-footer { padding: 72px 0 24px; color: #b7c1cd; background: #081527; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr .8fr; gap: 70px; }
.footer-brand { color: #fff; }
.footer-brand .brand-mark::before { border-color: #fff; }
.site-footer p { font-size: 13px; }
.site-footer .domain { color: #ef9a85; font-weight: 800; letter-spacing: .04em; }
.site-footer h2 { margin-bottom: 16px; color: #fff; font-family: var(--sans); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a { color: #dce3eb; }
.site-footer nav { display: grid; gap: 9px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; margin-top: 50px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p:first-child { max-width: 730px; }

.cookie-banner { position: fixed; z-index: 500; right: 20px; bottom: 20px; left: 20px; width: min(calc(100% - 40px), 960px); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; color: #fff; background: rgba(8,21,39,.97); box-shadow: 0 18px 55px rgba(0,0,0,.3); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-size: 15px; }
.cookie-banner p { margin: 3px 0 0; color: #bdc7d2; font-size: 12px; }
.cookie-banner a { color: #fff; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 9px; }
.cookie-banner .button { min-height: 42px; padding: 9px 15px; font-size: 13px; }
.cookie-banner .button-secondary { border-color: #738093; color: #fff; }

.legal-page { background: var(--paper); }
.legal-header { padding: 24px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.legal-header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.back-link { color: var(--coral-dark); font-size: 13px; font-weight: 800; }
.legal-container { width: min(calc(100% - 40px), 850px); margin: 70px auto 100px; padding: 54px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.legal-container h1 { margin-bottom: 9px; font-size: clamp(38px, 5vw, 58px); }
.legal-container .updated { margin-bottom: 40px; color: var(--muted); font-size: 13px; }
.legal-container h2 { margin: 36px 0 12px; font-family: var(--sans); font-size: 23px; font-weight: 800; letter-spacing: -.02em; }
.legal-container h3 { margin-top: 24px; font-size: 17px; }
.legal-container p, .legal-container li { color: #4c5967; }
.legal-container a { color: var(--coral-dark); font-weight: 700; }
.legal-container .legal-note { margin-top: 38px; padding: 17px; border-left: 3px solid var(--coral); background: var(--paper); font-size: 13px; }
.legal-footer { padding-top: 46px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.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; }

@media (max-width: 1050px) {
  .benefit-grid { grid-template-columns: repeat(3, 1fr); }
  .portrait-grid { grid-template-columns: repeat(2, 1fr); }
  .portrait-card img { height: 430px; }
}

@media (max-width: 850px) {
  .main-nav a:not(.nav-cta) { display: none; }
  .hero { padding-top: 48px; }
  .hero-grid, .quiz-layout, .form-layout, .status-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; }
  .hero-copy { max-width: 680px; }
  .quiz-layout, .form-layout, .status-grid { gap: 42px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 68px; }
  .main-nav { gap: 0; }
  .main-nav .nav-cta { padding: 9px 13px; font-size: 12px; }
  .hero { padding: 38px 0 58px; }
  h1 { font-size: clamp(39px, 13vw, 58px); }
  h2 { font-size: clamp(34px, 11vw, 46px); }
  .hero-lead { font-size: 17px; }
  .hero .button-row .button { width: 100%; }
  .hero-visual::before { display: none; }
  .hero-visual img { min-height: 300px; border-radius: 18px; object-position: 63% center; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading p:last-child { font-size: 16px; }
  .image-card-grid, .benefit-grid, .portrait-grid { grid-template-columns: 1fr; }
  .image-card img { height: 220px; }
  .benefit-card { min-height: 0; }
  .benefit-card h3 { margin-top: 22px; }
  .portrait-card img { height: 390px; }
  .quiz-card, .form-shell { padding: 24px 18px; border-radius: 16px; }
  .quiz-card { min-height: 500px; }
  .quiz-card h3 { font-size: 25px; }
  .field-row.split { grid-template-columns: 1fr; }
  .status-grid { gap: 30px; }
  .quote-section { padding: 75px 0; }
  .final-cta { padding: 76px 0; }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; width: calc(100% - 24px); display: block; }
  .cookie-actions { margin-top: 14px; }
  .cookie-actions .button { flex: 1; }
  .legal-header .brand { font-size: 16px; }
  .legal-container { width: min(calc(100% - 24px), 850px); margin: 34px auto 70px; padding: 28px 20px; }
}

@media (max-width: 380px) {
  .brand { font-size: 16px; }
  .brand-mark { width: 29px; height: 29px; }
  .trust-list { display: grid; }
  .portrait-card img { height: 340px; }
}

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