:root {
  --blue: #123f78;
  --blue-deep: #092a55;
  --red: #a84437;
  --red-deep: #803127;
  --gold: #d1a12e;
  --ink: #16283a;
  --muted: #586979;
  --mist: #edf2f6;
  --cloud: #f7f8f8;
  --white: #fff;
  --line: #d5dde4;
  --shadow: 0 24px 66px rgba(9,42,85,.16);
  --font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); background: var(--cloud); font-family: var(--font); font-size: 18px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; z-index: 100; left: 18px; top: -80px; padding: 11px 16px; color: #fff; background: var(--blue-deep); }
.skip-link:focus { top: 12px; }
.operator-bar { min-height: 31px; display: flex; align-items: center; justify-content: center; padding: 5px 18px; color: #fff; background: var(--blue-deep); font-size: 13px; letter-spacing: .025em; text-align: center; }
.site-header { position: relative; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner, .section-inner, .hero-inner, .footer-inner { width: min(1260px, calc(100% - 48px)); margin: auto; }
.header-inner { min-height: 92px; display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; }
.domain-mark { display: inline-flex; align-items: baseline; text-decoration: none; color: var(--blue); font-size: 23px; font-weight: 900; letter-spacing: -.04em; white-space: nowrap; }
.domain-mark strong { color: var(--red); }
.domain-mark small { margin-left: 2px; color: var(--gold); font-size: .68em; letter-spacing: 0; }
.main-nav { display: flex; justify-content: center; gap: 26px; }
.main-nav a { padding: 7px 0; color: #405568; text-decoration: none; font-size: 15px; font-weight: 760; }
.main-nav a:hover { color: var(--red); }
.header-logo, .header-logo img { width: 78px; height: auto; }
.menu-button { display: none; min-height: 46px; align-items: center; gap: 9px; padding: 8px 13px; color: var(--blue); background: #fff; border: 1px solid var(--line); }
.menu-button i, .menu-button i::before, .menu-button i::after { display: block; width: 19px; height: 2px; background: currentColor; }
.menu-button i { position: relative; }
.menu-button i::before, .menu-button i::after { content: ""; position: absolute; left: 0; }
.menu-button i::before { top: -6px; }
.menu-button i::after { top: 6px; }
.menu-button[aria-expanded="true"] i { background: transparent; }
.menu-button[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: 58px 0 70px; background: linear-gradient(108deg,#fff 0 63%,#e9eef4 63%); }
.hero::before, .hero::after { content: ""; position: absolute; height: 2px; border-radius: 50%; transform: rotate(-11deg); transform-origin: right center; }
.hero::before { right: -8%; bottom: 112px; width: 73%; background: rgba(168,68,55,.5); }
.hero::after { right: -7%; bottom: 84px; width: 69%; background: rgba(209,161,46,.62); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.88fr) minmax(500px,1.12fr); grid-template-areas: "copy media" "actions media"; gap: 30px 64px; }
.hero-copyblock { grid-area: copy; padding-top: 24px; }
.eyebrow, .section-kicker, .contact-label { margin: 0 0 14px; color: var(--red); font-size: 12px; line-height: 1.35; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { margin: 0 0 22px; color: var(--blue-deep); font-size: clamp(45px,4.25vw,63px); line-height: 1.02; letter-spacing: -.05em; }
.hero-copyblock > p:last-child { margin: 0; color: #4e6070; font-size: 18px; line-height: 1.62; }
.hero-media { grid-area: media; height: 610px; border-radius: 78px 4px 78px 4px; box-shadow: var(--shadow); }
.hero-media::before { content: ""; position: absolute; z-index: 2; left: 27px; bottom: 27px; width: 68px; height: 8px; background: var(--gold); }
.hero-media img { object-position: 52% center; }
.hero-actions { grid-area: actions; align-self: end; padding-top: 24px; border-top: 1px solid rgba(18,63,120,.22); }
.secondary-actions { display: flex; align-items: center; gap: 22px; margin-top: 15px; }
.media { position: relative; overflow: hidden; margin: 0; background: #dfe5ea; }
.media img { width: 100%; height: 100%; object-fit: cover; }
.symbol-label { position: absolute; z-index: 3; right: 10px; bottom: 10px; padding: 5px 8px; color: #fff; background: rgba(9,42,85,.92); font-size: 10px; line-height: 1.2; font-weight: 850; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 21px; border: 1px solid transparent; text-decoration: none; text-align: center; font-weight: 850; line-height: 1.2; cursor: pointer; }
.button-primary { color: #fff; background: var(--red); border-color: var(--red); }
.button-primary:hover { background: var(--red-deep); border-color: var(--red-deep); }
.button-large { min-height: 64px; padding-inline: 30px; font-size: 18px; }
.button-secondary { color: var(--blue); background: #fff; border-color: #aebbc7; }
.button-secondary:hover { color: var(--red); border-color: var(--red); }
.button-gold { color: var(--blue-deep); background: var(--gold); border-color: var(--gold); }
.text-link { display: inline-flex; align-items: center; gap: 7px; padding: 8px 0; color: var(--blue); font-weight: 850; text-underline-offset: 5px; }
.text-link:hover { color: var(--red); }

.stage-section, .preparation-section, .fairness-section, .property-section, .trust-section, .contact-section { padding: 102px 0; }
.stage-section { background: #fff; }
.stage-intro { display: grid; grid-template-columns: .88fr 1.12fr; gap: 82px; align-items: end; }
.stage-intro h2, .preparation-copy h2, .fairness-copy h2, .property-grid h2, .trust-grid h2, .form-intro h2, .personal-contact h2 { margin: 0; color: var(--blue-deep); font-size: clamp(34px,3.2vw,47px); line-height: 1.08; letter-spacing: -.042em; }
.stage-intro > p { margin: 0; color: var(--muted); }
.stage-track { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 58px; }
.stage-track::before { content: ""; position: absolute; left: 25px; right: 25px; top: 25px; height: 5px; background: linear-gradient(90deg,var(--red),var(--gold),var(--blue)); border-radius: 50%; }
.stage-track article { position: relative; display: grid; grid-template-columns: 51px 1fr; gap: 18px; padding-right: 38px; }
.stage-track article:last-child { padding-right: 0; }
.stage-track article > span { position: relative; z-index: 1; width: 51px; height: 51px; display: grid; place-items: center; color: #fff; background: var(--blue-deep); border: 6px solid #fff; border-radius: 50%; font-size: 11px; font-weight: 900; }
.stage-track h3, .work-lines h3, .property-rows h3 { margin: 0 0 7px; color: var(--blue); font-size: 22px; line-height: 1.25; }
.stage-track p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.5; }

.preparation-section { background: var(--mist); }
.preparation-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 70px; align-items: center; }
.preparation-media { height: 575px; border-radius: 4px 82px 4px 4px; box-shadow: var(--shadow); }
.preparation-media img { object-position: 50% center; }
.preparation-copy > p:last-of-type { margin: 22px 0 0; color: var(--muted); }
.check-list { margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 13px 0 13px 31px; border-bottom: 1px solid rgba(18,63,120,.2); font-size: 16px; font-weight: 700; }
.check-list li:first-child { border-top: 1px solid rgba(18,63,120,.2); }
.check-list li::before { content: ""; position: absolute; left: 2px; top: 20px; width: 14px; height: 8px; border-left: 3px solid var(--red); border-bottom: 3px solid var(--red); transform: rotate(-45deg); }

.fairness-section { color: #fff; background: var(--blue-deep); }
.fairness-grid { display: grid; grid-template-columns: .74fr 1.26fr; grid-template-areas: "copy media" "lines lines"; gap: 42px 68px; align-items: end; }
.fairness-copy { grid-area: copy; padding-bottom: 28px; }
.fairness-copy .section-kicker { color: #e9bb4a; }
.fairness-copy h2 { color: #fff; }
.fairness-copy > p:last-child { margin: 22px 0 0; color: #d9e2eb; }
.fairness-media { grid-area: media; height: 525px; border-radius: 4px 4px 82px 4px; }
.fairness-media img { object-position: 50% center; }
.work-lines { grid-area: lines; display: grid; grid-template-columns: repeat(3,1fr) auto; align-items: stretch; border-top: 1px solid rgba(255,255,255,.25); }
.work-lines article { padding: 27px 28px 2px 0; }
.work-lines article + article { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.25); }
.work-lines h3 { color: #fff; font-size: 18px; }
.work-lines p { margin: 0; color: #d9e2eb; font-size: 15px; line-height: 1.48; }
.work-lines .button { align-self: end; margin: 27px 0 2px 28px; white-space: nowrap; }

.property-section { background: var(--cloud); }
.property-grid { display: grid; grid-template-columns: .66fr 1.34fr; gap: 78px; }
.property-rows { border-top: 1px solid rgba(18,63,120,.24); }
.property-rows article { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 30px 0; border-bottom: 1px solid rgba(18,63,120,.24); }
.property-rows article > div > span { display: block; margin-bottom: 7px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.property-rows p { margin: 0; color: var(--muted); }
.trust-section { background: #fff; }
.trust-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.trust-grid > div > p:last-child { margin: 18px 0 0; color: var(--muted); }
.trust-facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; color: var(--blue-deep); border-top: 5px solid var(--red); border-bottom: 1px solid var(--line); }
.trust-facts div { padding: 26px 24px; }
.trust-facts div + div { border-left: 1px solid var(--line); }
.trust-facts dt { font-size: 25px; font-weight: 900; line-height: 1.2; }
.trust-facts dd { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.4; }

.contact-section { background: var(--mist); }
.contact-inner { max-width: 980px; }
.form-intro { margin-bottom: 30px; text-align: center; }
form { padding: 42px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.intent-fieldset { margin: 0 0 31px; padding: 0; border: 0; }
.intent-options { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
.intent-secondary { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.intent-option { min-height: 84px; display: flex; gap: 12px; align-items: center; padding: 15px 17px; background: #fff; border: 1px solid var(--line); cursor: pointer; }
.intent-option--primary { color: #fff; background: var(--blue); border-color: var(--blue); }
.intent-option input { width: 20px; height: 20px; flex: none; margin: 0; accent-color: var(--gold); }
.intent-option span, .intent-option strong, .intent-option small { display: block; }
.intent-option strong { font-size: 16px; line-height: 1.25; }
.intent-option small { margin-top: 4px; color: inherit; opacity: .8; font-size: 12px; line-height: 1.3; }
.intent-option:has(input:focus-visible) { outline: 3px solid var(--gold); outline-offset: 3px; }
.intent-option:not(.intent-option--primary):has(input:checked) { background: #fff5f1; border-color: var(--red); }
.field-grid { display: grid; gap: 20px; }
.field { display: grid; gap: 7px; }
.field label { color: var(--ink); font-size: 15px; font-weight: 800; }
input[type="text"], input[type="email"], input[type="tel"], textarea { width: 100%; min-height: 50px; padding: 11px 13px; color: var(--ink); background: #fff; border: 1px solid #9fabb6; }
textarea { min-height: 156px; resize: vertical; }
input:focus, textarea:focus { border-color: var(--blue); outline: 3px solid rgba(209,161,46,.4); outline-offset: 1px; }
.field-error { min-height: 0; margin: 0; color: #822e2b; font-size: 14px; }
.field-error:not(:empty) { min-height: 22px; }
.optional-toggle { width: 100%; min-height: 52px; display: flex; justify-content: space-between; align-items: center; margin: 25px 0 0; padding: 11px 15px; color: var(--blue-deep); background: var(--mist); border: 0; font-weight: 850; cursor: pointer; }
.optional-toggle span { font-size: 24px; }
.optional-toggle[aria-expanded="true"] span { transform: rotate(45deg); }
.optional-fields { padding: 22px 0 4px; }
.field-grid--two { grid-template-columns: 1fr 1fr; }
.field--full { grid-column: 1/-1; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.consent { display: flex; align-items: flex-start; gap: 11px; margin-top: 25px; font-size: 15px; }
.consent input { width: 20px; height: 20px; flex: none; margin-top: 3px; accent-color: var(--red); }
.consent a { text-underline-offset: 3px; }
.privacy-note { margin: 20px 0 0; padding: 13px 15px; color: var(--blue-deep); background: #eef4fa; border-left: 4px solid var(--blue); font-size: 15px; }
.form-status { margin-top: 16px; }
.form-status:empty { display: none; }
.form-status.is-error { padding: 13px 15px; color: #712624; background: #fff0ed; border-left: 4px solid var(--red); }
.button-submit { width: 100%; margin-top: 19px; }
.personal-contact { margin-top: 25px; padding: 36px 40px; color: #fff; background: var(--blue-deep); border-radius: 4px 4px 58px 4px; }
.personal-contact h2 { color: #fff; font-size: 34px; }
.personal-contact > p:not(.contact-label) { margin: 8px 0; }
.personal-contact .contact-name { font-weight: 900; }
.contact-numbers { display: flex; flex-wrap: wrap; gap: 8px 28px; margin-top: 14px; }
.personal-contact a { display: block; width: fit-content; color: #fff; font-size: 20px; font-weight: 850; text-underline-offset: 4px; overflow-wrap: anywhere; }
.contact-numbers a span { color: #e9bb4a; font-size: 12px; letter-spacing: .1em; }
.personal-contact .contact-email { margin-top: 7px; }
.site-footer { color: #eaf0f6; background: #122336; }
.footer-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 14px; }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-inner a { text-underline-offset: 4px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

@media (max-width: 1060px) {
  .main-nav { gap: 16px; }
  .header-inner { gap: 20px; }
  .hero-inner { grid-template-columns: minmax(0,.92fr) minmax(390px,1.08fr); gap: 28px 42px; }
  .hero-media { height: 590px; }
  .stage-intro, .preparation-grid, .fairness-grid, .property-grid { gap: 46px; }
  .work-lines { grid-template-columns: repeat(3,1fr); }
  .work-lines .button { grid-column: 1/-1; justify-self: start; margin-left: 0; }
  .trust-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .header-inner { min-height: 80px; grid-template-columns: 1fr auto auto; gap: 14px; }
  .menu-button { display: inline-flex; }
  .main-nav { position: absolute; top: 100%; left: 18px; right: 18px; display: none; padding: 12px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav a { min-height: 44px; display: flex; align-items: center; padding: 7px 10px; font-size: 16px; }
  .header-logo, .header-logo img { width: 72px; }
  .hero { padding: 34px 0 54px; background: #fff; }
  .hero::before, .hero::after { display: none; }
  .hero-inner { grid-template-columns: 1fr; grid-template-areas: "copy" "media" "actions"; gap: 20px; }
  .hero-copyblock { padding-top: 0; }
  .hero-media { height: auto; aspect-ratio: 16/9.2; border-radius: 48px 4px 48px 4px; }
  .hero-media img { object-position: center 45%; }
  .hero-actions { padding-top: 22px; }
  .stage-intro, .preparation-grid, .fairness-grid, .property-grid { grid-template-columns: 1fr; }
  .stage-intro { gap: 27px; }
  .preparation-grid { gap: 34px; }
  .fairness-grid { grid-template-areas: "copy" "media" "lines"; gap: 34px; }
  .fairness-copy { padding-bottom: 0; }
}

@media (max-width: 720px) {
  body { font-size: 17px; }
  .operator-bar { min-height: 29px; padding-inline: 10px; font-size: 12px; }
  .header-inner, .section-inner, .hero-inner, .footer-inner { width: calc(100% - 32px); }
  .domain-mark { font-size: 19px; }
  .header-logo, .header-logo img { width: 62px; }
  .menu-button { min-height: 44px; padding: 7px 10px; }
  .menu-button > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .hero { padding: 23px 0 36px; }
  .hero-inner { gap: 12px; }
  .eyebrow { margin-bottom: 10px; font-size: 11px; }
  .hero h1 { margin-bottom: 14px; font-size: clamp(32px,8.6vw,38px); line-height: 1.04; }
  .hero-copyblock > p:last-child { font-size: 16px; line-height: 1.44; }
  .hero-media { aspect-ratio: 16/8.6; border-radius: 36px 4px 36px 4px; }
  .hero-media::before { left: 18px; bottom: 18px; width: 50px; height: 6px; }
  .symbol-label { right: 8px; bottom: 8px; padding: 4px 7px; font-size: 10px; }
  .hero-actions { padding-top: 18px; }
  .button-large { width: 100%; min-height: 56px; padding-inline: 13px; font-size: 16px; }
  .secondary-actions { gap: 13px; margin-top: 12px; }
  .secondary-actions .button { min-height: 44px; padding-inline: 13px; }
  .stage-section, .preparation-section, .fairness-section, .property-section, .contact-section { padding: 72px 0; }
  .trust-section { padding: 64px 0; }
  .stage-intro h2, .preparation-copy h2, .fairness-copy h2, .property-grid h2, .trust-grid h2, .form-intro h2 { font-size: clamp(28px,7.8vw,33px); }
  .stage-track { grid-template-columns: 1fr; gap: 24px; margin-top: 38px; }
  .stage-track::before { left: 24px; right: auto; top: 25px; bottom: 25px; width: 4px; height: auto; background: linear-gradient(var(--red),var(--gold),var(--blue)); }
  .stage-track article { padding-right: 0; }
  .preparation-media, .fairness-media { height: auto; aspect-ratio: 4/3; border-radius: 4px 44px 4px 4px; }
  .preparation-media img { object-position: 48% center; }
  .fairness-media { border-radius: 4px 4px 44px 4px; }
  .fairness-media img { object-position: 51% center; }
  .work-lines { grid-template-columns: 1fr; }
  .work-lines article, .work-lines article + article { padding: 22px 0; border-left: 0; }
  .work-lines article + article { border-top: 1px solid rgba(255,255,255,.25); }
  .work-lines .button { grid-column: auto; width: 100%; margin: 22px 0 0; white-space: normal; }
  .property-grid > header { margin-bottom: 8px; }
  .property-rows article { grid-template-columns: 1fr; gap: 13px; padding: 28px 0; }
  .property-rows article .button { width: fit-content; }
  .trust-facts { grid-template-columns: 1fr; }
  .trust-facts div { padding: 17px 0; }
  .trust-facts div + div { border-left: 0; border-top: 1px solid var(--line); }
  .form-intro { text-align: left; }
  form { padding: 23px 18px; }
  .intent-options { grid-template-columns: 1fr; }
  .intent-option--primary { min-height: 96px; }
  .intent-secondary { grid-template-columns: 1fr 1fr; }
  .intent-option { min-height: 92px; align-items: flex-start; padding: 14px 12px; }
  .intent-option input { margin-top: 2px; }
  .intent-option strong { font-size: 15px; }
  .intent-option small { font-size: 12px; }
  .field-grid--two { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .optional-toggle, .consent { font-size: 15px; }
  .personal-contact { padding: 28px 18px; border-radius: 4px 4px 42px 4px; }
  .personal-contact h2 { font-size: 28px; }
  .contact-numbers { display: grid; gap: 5px; }
  .personal-contact a { font-size: 18px; }
  .footer-inner { min-height: 0; flex-direction: column; align-items: flex-start; padding-block: 28px; }
  .footer-inner nav { justify-content: flex-start; }
}

@media (max-width: 360px) {
  .header-inner { gap: 7px; }
  .domain-mark { font-size: 16px; }
  .header-logo, .header-logo img { width: 53px; }
  .menu-button { min-width: 40px; padding-inline: 8px; }
  .intent-secondary { grid-template-columns: 1fr; }
  .secondary-actions { align-items: flex-start; flex-direction: column; }
  .secondary-actions .button { width: 100%; }
}

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