:root {
  --ink: #132238;
  --ink-soft: #526278;
  --blue: #356df3;
  --blue-dark: #2454c7;
  --blue-pale: #eaf0ff;
  --sky: #dfefff;
  --mint: #c9f3df;
  --orange: #ffd0a3;
  --violet: #ded7ff;
  --paper: #ffffff;
  --surface: #f4f7fb;
  --line: #dce3ed;
  --danger: #c83737;
  --container: 1200px;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow: 0 24px 70px rgba(27, 52, 91, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  width: 100%;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body:has(dialog[open]) { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 14px; color: white; background: var(--ink); border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; z-index: 40; top: 0; background: rgba(255, 255, 255, .92); border-bottom: 1px solid rgba(19, 34, 56, .08); backdrop-filter: blur(16px); }
.site-header__inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 28px; }
.identity { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.identity > span:last-child { display: flex; flex-direction: column; line-height: 1.12; }
.identity strong { font-size: 16px; letter-spacing: -.01em; }
.identity small { margin-top: 3px; color: var(--ink-soft); font-size: 11px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.wordmark > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.wordmark strong { font-size: 20px; font-weight: 850; letter-spacing: -.04em; }
.wordmark small { margin-top: 5px; color: var(--ink-soft); font-size: 10px; letter-spacing: .02em; }
.wordmark__mark { display: block; width: 45px; height: 45px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(53,109,243,.2)); }
.identity__mark { position: relative; display: block; width: 42px; height: 42px; flex: 0 0 auto; background: var(--blue); border-radius: 13px; transform: rotate(-4deg); }
.identity__mark i { position: absolute; display: block; width: 7px; height: 7px; background: white; border-radius: 50%; }
.identity__mark i:nth-child(1) { top: 10px; left: 10px; }
.identity__mark i:nth-child(2) { top: 24px; left: 17px; }
.identity__mark i:nth-child(3) { top: 11px; right: 9px; }
.identity__mark::before, .identity__mark::after { position: absolute; height: 2px; background: white; content: ""; transform-origin: left center; }
.identity__mark::before { width: 18px; top: 15px; left: 13px; transform: rotate(-2deg); }
.identity__mark::after { width: 16px; top: 16px; left: 12px; transform: rotate(62deg); }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 38px); margin-left: auto; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 650; transition: opacity .2s; }
.site-nav a:hover { opacity: .58; }

.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 9px; padding: 13px 24px; border: 2px solid transparent; border-radius: 14px; cursor: pointer; text-align: center; text-decoration: none; font-weight: 750; transition: transform .2s, background .2s, border-color .2s, opacity .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid #ffae59; outline-offset: 3px; }
.button--primary { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(53, 109, 243, .23); }
.button--primary:hover { background: var(--blue-dark); }
.button--ghost { color: var(--ink); background: #fff; border-color: var(--line); box-shadow: none; }
.button--back { color: var(--ink-soft); background: transparent; box-shadow: none; }
.button--small { min-height: 44px; padding: 9px 18px; border-radius: 12px; font-size: 14px; }
.button--wide { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 76px 0 74px; background: linear-gradient(145deg, #f7f9fd 0%, #edf4ff 55%, #f7fbff 100%); }
.hero::before { position: absolute; width: 520px; height: 520px; top: -230px; left: -180px; background: rgba(53, 109, 243, .08); border-radius: 50%; content: ""; }
.hero__layout { position: relative; display: grid; min-height: 590px; align-items: center; grid-template-columns: minmax(0, 1fr) minmax(460px, .88fr); gap: 70px; }
.hero__copy { position: relative; z-index: 2; min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 15px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 2px; background: currentColor; }
h1, h2, h3 { margin-top: 0; letter-spacing: -.045em; line-height: 1.04; text-wrap: balance; }
h1 { max-width: 710px; margin-bottom: 24px; font-size: clamp(48px, 5.4vw, 72px); }
.hero__bonus { display: block; color: var(--blue); white-space: nowrap; }
h2 { margin-bottom: 20px; font-size: clamp(38px, 4.2vw, 56px); }
h3 { font-size: 26px; }
.hero__lead { max-width: 650px; margin: 0 0 31px; color: var(--ink-soft); font-size: clamp(19px, 2vw, 23px); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 32px 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: 13px; font-weight: 650; }
.hero__facts li { display: flex; align-items: center; gap: 7px; }
.hero__facts span { display: grid; width: 20px; height: 20px; place-items: center; color: var(--blue); background: var(--blue-pale); border-radius: 50%; font-size: 11px; }
.hero__note { max-width: 610px; margin: 16px 0 0; color: #6f7d90; font-size: 11px; line-height: 1.45; }

.match-visual { position: relative; min-height: 550px; isolation: isolate; }
.match-visual__glow { position: absolute; z-index: -3; width: 470px; height: 470px; top: 35px; left: 50%; background: linear-gradient(145deg, #dbe9ff, #bfd6ff); border-radius: 48% 52% 63% 37% / 43% 39% 61% 57%; transform: translateX(-50%) rotate(8deg); }
.route-map { position: absolute; z-index: -1; inset: 25px 0; }
.route-map__point { position: absolute; width: 17px; height: 17px; background: white; border: 5px solid var(--blue); border-radius: 50%; box-shadow: 0 4px 10px rgba(19,34,56,.2); }
.route-map__point--one { top: 12%; left: 7%; }
.route-map__point--two { top: 36%; right: 2%; }
.route-map__point--three { bottom: 8%; left: 16%; }
.route-map__line { position: absolute; border: 2px dashed rgba(53, 109, 243, .45); border-left-color: transparent; border-radius: 50%; }
.route-map__line--one { width: 75%; height: 35%; top: 12%; left: 10%; transform: rotate(8deg); }
.route-map__line--two { width: 68%; height: 42%; right: 12%; bottom: 8%; transform: rotate(-18deg); }
.profile-card { position: absolute; z-index: 2; width: 290px; min-height: 325px; top: 92px; left: 50%; padding: 25px; background: #fff; border: 1px solid rgba(19,34,56,.08); border-radius: 28px; box-shadow: var(--shadow); transform: translateX(-50%) rotate(-2deg); }
.profile-card__label { display: inline-block; padding: 6px 9px; color: var(--blue); background: var(--blue-pale); border-radius: 8px; font-size: 11px; font-weight: 800; }
.profile-card__person { display: flex; align-items: center; gap: 13px; margin: 27px 0 24px; }
.profile-card__person div { display: flex; flex-direction: column; }
.profile-card__person small { color: var(--ink-soft); }
.avatar { display: grid; width: 48px; height: 48px; place-items: center; color: white; background: var(--blue); border-radius: 15px; font-size: 20px; font-weight: 800; }
.profile-card__tags { display: flex; flex-wrap: wrap; gap: 7px; }
.profile-card__tags span { padding: 7px 9px; color: var(--ink-soft); background: var(--surface); border-radius: 8px; font-size: 11px; font-weight: 650; }
.profile-card__progress { height: 7px; margin: 28px 0 9px; overflow: hidden; background: var(--blue-pale); border-radius: 99px; }
.profile-card__progress span { display: block; width: 72%; height: 100%; background: linear-gradient(90deg, var(--blue), #61b8ff); border-radius: inherit; }
.profile-card__search { color: var(--ink-soft); }
.result-card { position: absolute; z-index: 4; display: flex; min-width: 252px; align-items: center; gap: 11px; padding: 14px 15px; background: #fff; border: 1px solid rgba(19,34,56,.08); border-radius: 16px; box-shadow: 0 16px 38px rgba(27,52,91,.16); }
.result-card--first { top: 62px; right: -18px; transform: rotate(3deg); }
.result-card--second { bottom: 44px; left: -17px; transform: rotate(-3deg); }
.result-card__icon { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; color: var(--blue); background: var(--blue-pale); border-radius: 11px; font-size: 19px; }
.result-card__icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.result-card div { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.result-card small { color: var(--ink-soft); font-size: 10px; }
.result-card strong { font-size: 14px; }
.result-card__check { display: grid; width: 23px; height: 23px; place-items: center; color: white; background: #28b777; border-radius: 50%; font-size: 11px; }
.match-badge { position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px; right: -5px; bottom: 130px; padding: 12px 15px; color: white; background: var(--ink); border-radius: 15px; box-shadow: 0 13px 28px rgba(19,34,56,.22); transform: rotate(4deg); }
.match-badge strong { font-size: 29px; line-height: 1; }
.match-badge span { font-size: 10px; line-height: 1.15; }

.trust-strip { padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip__inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.trust-strip p { max-width: 280px; margin: 0; color: var(--ink-soft); font-size: 13px; font-weight: 650; }
.trust-strip__inner > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.trust-strip__inner > div span { padding: 8px 11px; background: var(--surface); border-radius: 8px; font-size: 12px; font-weight: 650; }

.section { padding: 105px 0; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading > p:not(.eyebrow) { margin: 0; color: var(--ink-soft); font-size: 19px; }
.section-heading--split { display: flex; max-width: none; align-items: flex-end; justify-content: space-between; gap: 50px; }
.section-heading--split > div { max-width: 660px; }
.section-heading--split > p { max-width: 430px; padding-bottom: 8px; }
.option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 19px; }
.option-card { position: relative; min-height: 345px; overflow: hidden; padding: 31px; border: 1px solid rgba(19,34,56,.12); border-radius: var(--radius-lg); }
.option-card--blue { background: var(--sky); }
.option-card--mint { background: var(--mint); }
.option-card--orange { background: var(--orange); }
.option-card--violet { background: var(--violet); }
.option-card__number { color: var(--ink-soft); font-size: 12px; font-weight: 750; }
.option-card h3 { max-width: 390px; margin: 132px 0 13px; font-size: 34px; }
.option-card p { max-width: 430px; margin: 0 0 25px; color: var(--ink-soft); font-size: 16px; }
.option-card a { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; font-weight: 750; text-decoration: none; }
.option-card a span { transition: transform .2s; }
.option-card a:hover span { transform: translateX(4px); }
.option-card__image { position: absolute; width: 108px; height: 108px; top: 25px; right: 27px; object-fit: contain; filter: drop-shadow(0 12px 18px rgba(19,34,56,.12)); transition: transform .25s; }
.option-card:hover .option-card__image { transform: translateY(-4px); }

.section--dark { color: white; background: var(--ink); }
.section-heading--light .eyebrow { color: #7aa3ff; }
.section-heading--light { max-width: 760px; }
.process { display: grid; margin: 0; padding: 0; list-style: none; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.process li { position: relative; min-height: 260px; padding: 28px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; }
.process__number { display: grid; width: 48px; height: 48px; margin-bottom: 68px; place-items: center; color: white; background: var(--blue); border-radius: 14px; font-weight: 800; }
.process__line { position: absolute; width: calc(100% - 35px); height: 1px; top: 51px; left: 77px; background: rgba(255,255,255,.16); }
.process__line::after { position: absolute; width: 7px; height: 7px; top: -3px; right: 0; background: #7aa3ff; border-radius: 50%; content: ""; }
.process h3 { margin-bottom: 12px; font-size: 24px; }
.process p { margin: 0; color: #aeb9c8; }

.section--form { background: var(--surface); }
.application-layout { display: grid; align-items: start; grid-template-columns: .75fr 1fr; gap: 75px; }
.application-copy { position: sticky; top: 125px; }
.application-copy > p:not(.eyebrow) { max-width: 510px; margin: 0; color: var(--ink-soft); font-size: 19px; }
.application-copy__points { display: grid; margin-top: 45px; gap: 21px; }
.application-copy__points > div { display: flex; align-items: flex-start; gap: 14px; }
.application-copy__points > div > span { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; color: var(--blue); background: var(--blue-pale); border-radius: 10px; font-size: 13px; font-weight: 800; }
.application-copy__points p { display: flex; margin: 0; flex-direction: column; }
.application-copy__points strong { font-size: 15px; }
.application-copy__points small { margin-top: 3px; color: var(--ink-soft); }
.match-form { min-height: 665px; padding: 34px; background: white; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.match-form--simple { min-height: 0; }
.simple-form-heading { margin-bottom: 25px; }
.simple-form-heading > span { display: inline-block; margin-bottom: 8px; padding: 6px 9px; color: var(--blue); background: var(--blue-pale); border-radius: 8px; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.simple-form-heading h3 { margin-bottom: 7px; font-size: 30px; }
.simple-form-heading p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.form-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.form-top__step { color: var(--ink-soft); font-size: 12px; font-weight: 650; }
.form-top h3 { margin: 7px 0 0; font-size: 28px; }
.form-top__percent { color: var(--blue); font-size: 13px; font-weight: 800; }
.form-progress { height: 5px; margin: 20px 0 20px; overflow: hidden; background: var(--blue-pale); border-radius: 99px; }
.form-progress span { display: block; width: 33.333%; height: 100%; background: var(--blue); border-radius: inherit; transition: width .3s; }
.form-step[hidden] { display: none; }
.field { margin-bottom: 20px; }
.field label, .choice-group legend { display: block; margin: 0 0 8px 2px; font-size: 13px; font-weight: 750; }
.field input, .field select { width: 100%; height: 56px; padding: 0 16px; color: var(--ink); background: var(--surface); border: 2px solid transparent; border-radius: 12px; appearance: none; }
.field select { background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 20px) 24px, calc(100% - 15px) 24px; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; }
.field input:focus, .field select:focus { background: white; border-color: var(--blue); outline: 0; }
.field.is-invalid input, .field.is-invalid select { border-color: var(--danger); }
.field__error, .choice-group__error { display: none; margin: 5px 0 0 3px; color: var(--danger); font-size: 11px; }
.field.is-invalid .field__error, .choice-group.is-invalid .choice-group__error { display: block; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.choice-group { min-width: 0; margin: 0 0 22px; padding: 0; border: 0; }
.choice-group legend small { color: var(--ink-soft); font-weight: 500; }
.choice-grid { display: grid; gap: 10px; }
.choice-grid--two { grid-template-columns: 1fr 1fr; }
.choice-grid--compact { display: flex; flex-wrap: wrap; }
.choice-card, .choice-pill { position: relative; cursor: pointer; }
.choice-card input, .choice-pill input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card > span { position: relative; display: flex; min-height: 81px; flex-direction: column; justify-content: center; padding: 13px 42px 13px 15px; background: var(--surface); border: 2px solid transparent; border-radius: 13px; }
.choice-card > span::after { position: absolute; display: grid; width: 21px; height: 21px; top: 50%; right: 14px; place-items: center; border: 2px solid var(--line); border-radius: 50%; content: ""; transform: translateY(-50%); }
.choice-card b { font-size: 13px; }
.choice-card small { margin-top: 3px; color: var(--ink-soft); font-size: 10px; }
.choice-card input:checked + span { background: var(--blue-pale); border-color: var(--blue); }
.choice-card input:checked + span::after { color: white; background: var(--blue); border-color: var(--blue); content: "✓"; font-size: 11px; }
.choice-pill > span { display: block; padding: 10px 13px; background: var(--surface); border: 2px solid transparent; border-radius: 10px; font-size: 12px; font-weight: 650; }
.choice-pill input:checked + span { color: var(--blue); background: var(--blue-pale); border-color: var(--blue); }
.choice-card input:focus-visible + span, .choice-pill input:focus-visible + span { outline: 3px solid #ffae59; outline-offset: 2px; }
.choice-group.is-invalid .choice-card > span, .choice-group.is-invalid .choice-pill > span { border-color: rgba(200,55,55,.45); }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 25px; }
.form-actions--end { justify-content: flex-end; }
.consent { position: relative; display: flex; align-items: flex-start; gap: 10px; margin: 24px 0; color: var(--ink-soft); cursor: pointer; font-size: 12px; }
.consent input { position: absolute; opacity: 0; pointer-events: none; }
.consent__box { display: grid; width: 21px; height: 21px; flex: 0 0 auto; place-items: center; background: white; border: 2px solid var(--line); border-radius: 6px; }
.consent input:checked + .consent__box { color: white; background: var(--blue); border-color: var(--blue); }
.consent input:checked + .consent__box::after { content: "✓"; font-weight: 900; }
.consent input:focus-visible + .consent__box { outline: 3px solid #ffae59; outline-offset: 2px; }
.consent.is-invalid .consent__box { border-color: var(--danger); }
.consent a { color: var(--blue); font-weight: 650; text-underline-offset: 2px; }
.inline-button { display: inline; margin: 0; padding: 0; color: inherit; background: none; border: 0; cursor: pointer; text-decoration: underline; text-underline-offset: 2px; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.form-footnote { margin: 12px 0 0; color: var(--ink-soft); font-size: 11px; text-align: center; }
#submit-button { position: relative; }
#submit-button:disabled { cursor: wait; opacity: .75; }
#submit-button.is-loading::after { width: 16px; height: 16px; margin-left: 9px; border: 2px solid rgba(255,255,255,.45); border-top-color: white; border-radius: 50%; content: ""; animation: spin .75s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.faq-layout { display: grid; grid-template-columns: .65fr 1fr; gap: 85px; }
.faq-layout .section-heading { position: sticky; top: 125px; align-self: start; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 25px 50px 25px 0; cursor: pointer; font-size: 18px; font-weight: 750; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::before, .accordion summary::after { position: absolute; width: 18px; height: 2px; top: 37px; right: 5px; background: var(--ink); content: ""; transition: transform .2s; }
.accordion summary::after { transform: rotate(90deg); }
.accordion details[open] summary::after { transform: rotate(0); }
.accordion details p { max-width: 680px; margin: -4px 0 25px; color: var(--ink-soft); }
.site-footer { padding: 34px 0 100px; background: var(--surface); border-top: 1px solid var(--line); }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.identity--footer .identity__mark { width: 36px; height: 36px; border-radius: 11px; transform: scale(.86); }
.site-footer p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.site-footer a { font-size: 13px; font-weight: 750; text-decoration: none; }
.wordmark--footer .wordmark__mark { width: 38px; height: 38px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: var(--ink-soft); text-decoration: underline; text-underline-offset: 3px; }
.mobile-cta { position: fixed; z-index: 35; display: none; right: 14px; bottom: 14px; left: 14px; min-height: 53px; }
.mobile-cta.is-hidden { opacity: 0; pointer-events: none; transform: translateY(120%); }

.dialog { width: min(calc(100% - 30px), 520px); padding: 38px; color: var(--ink); border: 0; border-radius: 24px; box-shadow: var(--shadow); }
.dialog::backdrop { background: rgba(19,34,56,.72); backdrop-filter: blur(4px); }
.dialog__close { position: absolute; display: grid; width: 38px; height: 38px; top: 14px; right: 14px; place-items: center; color: var(--ink); background: var(--surface); border: 0; border-radius: 50%; cursor: pointer; font-size: 25px; }
.dialog__icon { display: grid; width: 56px; height: 56px; margin-bottom: 24px; place-items: center; color: white; background: #28b777; border-radius: 17px; font-size: 25px; font-weight: 900; }
.dialog__icon--error { background: var(--danger); }
.dialog__label { display: inline-block; margin-bottom: 22px; padding: 6px 9px; color: var(--blue); background: var(--blue-pale); border-radius: 7px; font-size: 11px; font-weight: 800; }
.dialog h2 { padding-right: 22px; font-size: 32px; }
.dialog p { margin: 0 0 27px; color: var(--ink-soft); }

.legal-page { background: var(--surface); }
.legal-header { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 25px; padding: 12px max(20px, calc((100% - 920px) / 2)); background: white; border-bottom: 1px solid var(--line); }
.legal-header > a:last-child { color: var(--ink-soft); font-size: 13px; }
.legal-content { width: min(calc(100% - 32px), 920px); margin: 0 auto; padding: 70px 0 100px; }
.legal-content > h1 { max-width: 850px; margin-bottom: 12px; font-size: clamp(40px, 6vw, 62px); }
.legal-updated { margin: 0 0 48px; color: var(--ink-soft); }
.legal-content section { margin-bottom: 35px; padding: 28px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.legal-content section h2 { margin-bottom: 13px; font-size: 22px; }
.legal-content section p { margin: 0 0 12px; color: var(--ink-soft); }
.legal-content section p:last-child { margin-bottom: 0; }
.legal-warning { margin-bottom: 28px; padding: 14px 16px; color: #785e08; background: #fff5c8; border: 1px solid #f1df8f; border-radius: 12px; }

@media (max-width: 1040px) {
  .site-nav { display: none; }
  .hero__layout { grid-template-columns: minmax(0, 1fr) minmax(390px, .75fr); gap: 30px; }
  .match-visual { transform: scale(.9); }
  .application-layout { gap: 45px; }
}
@media (max-width: 820px) {
  .site-header__inner { min-height: 68px; }
  .site-header .button { display: none; }
  .hero { padding: 52px 0 60px; }
  .hero__layout { display: block; }
  .match-visual { width: min(100%, 520px); margin: 20px auto 0; transform: none; }
  .trust-strip__inner, .section-heading--split { align-items: flex-start; flex-direction: column; }
  .trust-strip__inner > div { justify-content: flex-start; }
  .section { padding: 78px 0; }
  .section-heading--split { display: flex; gap: 15px; }
  .option-grid, .application-layout, .faq-layout { grid-template-columns: 1fr; }
  .application-layout, .faq-layout { gap: 45px; }
  .application-copy, .faq-layout .section-heading { position: static; }
  .mobile-cta { display: inline-flex; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero__copy, .match-visual { width: calc(100vw - 28px); max-width: calc(100vw - 28px); }
  .hero__copy h1, .hero__copy p { max-width: 100%; text-wrap: wrap; }
  .hero__bonus { white-space: normal; }
  .hero__actions .button { width: 100%; min-width: 0; padding-inline: 14px; }
  .identity strong { font-size: 14px; }
  .identity small { font-size: 10px; }
  .identity__mark { width: 38px; height: 38px; }
  h1 { font-size: 43px; }
  h2 { font-size: 35px; }
  .hero__lead { font-size: 17px; }
  .hero__actions { display: grid; }
  .hero__facts { align-items: flex-start; flex-direction: column; }
  .match-visual { min-height: 475px; }
  .match-visual__glow { width: 360px; height: 360px; top: 55px; }
  .profile-card { width: 242px; min-height: 290px; top: 90px; padding: 20px; }
  .profile-card__person { margin: 20px 0; }
  .result-card { min-width: 210px; padding: 11px; }
  .result-card--first { top: 42px; right: -5px; }
  .result-card--second { bottom: 18px; left: -4px; }
  .match-badge { right: 0; bottom: 96px; }
  .section { padding: 65px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading > p:not(.eyebrow) { font-size: 16px; }
  .option-grid { grid-template-columns: 1fr; }
  .option-card { min-height: 330px; padding: 25px; }
  .option-card h3 { margin-top: 125px; font-size: 30px; }
  .option-card__image { width: 102px; height: 102px; top: 24px; right: 24px; }
  .process { grid-template-columns: 1fr; }
  .process li { min-height: 220px; }
  .process__number { margin-bottom: 45px; }
  .process__line { display: none; }
  .match-form { min-height: 0; padding: 23px; border-radius: 23px; }
  .form-top h3 { font-size: 24px; }
  .choice-grid--two, .field-row { grid-template-columns: 1fr; }
  .form-actions .button { min-width: 0; padding-inline: 14px; }
  .site-footer__inner { align-items: flex-start; flex-direction: column; }
  .dialog { padding: 30px 23px 23px; }
  .dialog h2 { font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
