:root {
  --white: #ffffff;
  --paper: #f4f6f8;
  --paper-blue: #eef3fb;
  --ink: #0a1118;
  --muted: #5e6875;
  --line: #d8dee6;
  --blue: #3156b3;
  --blue-bright: #174dff;
  --blue-deep: #07192b;
  --blue-mid: #0d2d54;
  --success: #167153;
  --danger: #b42318;
  --radius: 22px;
  --shadow: 0 22px 70px rgba(7, 25, 43, 0.14);
  color-scheme: light;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-size: 16px; line-height: 1.5; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }

.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; left: 1rem; top: -5rem; z-index: 1000; padding: .75rem 1rem; border-radius: .5rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.site-header { height: 82px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(10, 17, 24, .1); background: rgba(255, 255, 255, .94); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 174px; height: auto; }
.header-actions { display: flex; align-items: center; gap: 2rem; }
.header-actions > a { text-decoration: none; color: #283340; font-size: .93rem; }
.header-actions > a:hover { color: var(--blue-bright); }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 11px 8px; }
.menu-button span:not(.sr-only) { display: block; border-top: 1.5px solid currentColor; margin: 7px 0; }
.mobile-menu { position: absolute; top: 81px; left: 0; right: 0; background: white; border-bottom: 1px solid var(--line); padding: 1.25rem; box-shadow: 0 18px 40px rgba(0,0,0,.09); }
.mobile-menu a, .mobile-menu button { display: block; width: 100%; margin: .4rem 0; }
.mobile-menu a { padding: .65rem 0; text-decoration: none; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; border: 1px solid transparent; border-radius: 999px; padding: .75rem 1.2rem; font-weight: 600; text-decoration: none; cursor: pointer; transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, .route-card:focus-visible, .icon-button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .choice-card:focus-within, .chip-grid label:focus-within { outline: 3px solid rgba(23, 77, 255, .25); outline-offset: 2px; }
.button-small { min-height: 42px; padding: .6rem 1.05rem; font-size: .9rem; }
.button-dark { background: var(--ink); color: white; }
.button-primary { background: var(--blue-bright); color: white; }
.button-primary:hover { background: #0a3ee6; }
.button-outline { border-color: #bac5d3; background: white; }
.button-ghost { background: transparent; border-color: transparent; color: #516071; }
.button:disabled { opacity: .42; cursor: not-allowed; transform: none; }
.text-button { border: 0; background: transparent; color: var(--blue-bright); font-weight: 600; cursor: pointer; padding: .75rem; }

.landing { min-height: calc(100vh - 82px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr); gap: clamp(2rem, 6vw, 7rem); align-items: center; padding: clamp(3.5rem, 6vw, 6.5rem) clamp(1.25rem, 6vw, 7rem); overflow: hidden; }
.intro-copy { max-width: 830px; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.1rem; font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: #41516a; }
.eyebrow > span { width: 24px; border-top: 2px solid var(--blue-bright); }
.intro-copy h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 5.4vw, 6rem); line-height: .98; letter-spacing: -.055em; font-weight: 500; }
.intro-lede { max-width: 670px; margin: 1.5rem 0 2.3rem; font-size: clamp(1.05rem, 1.4vw, 1.25rem); color: #4e5966; line-height: 1.65; }
.route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.route-card { min-height: 286px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.45rem; text-align: left; display: flex; flex-direction: column; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.route-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.route-project { background: var(--blue-deep); color: white; border-color: var(--blue-deep); }
.route-project::after { content: ""; position: absolute; width: 220px; height: 220px; right: -90px; bottom: -115px; border: 45px solid rgba(68, 111, 255, .55); border-radius: 50%; }
.route-investor { background: var(--paper-blue); border-color: #cad7ea; }
.route-investor::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; bottom: -95px; border: 1px solid rgba(49, 86, 179, .28); border-radius: 50%; box-shadow: 0 0 0 34px rgba(49,86,179,.05), 0 0 0 68px rgba(49,86,179,.04); }
.route-number { font-size: .75rem; letter-spacing: .13em; opacity: .66; }
.route-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-top: 1.4rem; border-radius: 13px; background: rgba(255,255,255,.1); }
.route-investor .route-icon { background: white; color: var(--blue); box-shadow: 0 10px 30px rgba(42,69,115,.1); }
.route-icon svg { width: 22px; height: 22px; }
.route-title { margin-top: 1.15rem; font-size: 1.48rem; font-weight: 600; letter-spacing: -.025em; }
.route-copy { max-width: 270px; margin-top: .35rem; color: rgba(255,255,255,.7); font-size: .94rem; }
.route-investor .route-copy { color: #566578; }
.route-action { margin-top: auto; position: relative; z-index: 1; font-size: .9rem; font-weight: 700; }
.route-action b { font-size: 1.1rem; margin-left: .35rem; }
.privacy-line { display: flex; align-items: center; gap: .65rem; margin: 1.3rem 0 0; color: #66727f; font-size: .82rem; }
.privacy-line svg { width: 17px; height: 17px; flex: 0 0 auto; }
.brand-panel { position: relative; min-height: min(70vh, 720px); align-self: stretch; display: flex; align-items: center; }
.brand-panel > img { width: 100%; border-radius: 26px; box-shadow: 0 30px 90px rgba(6,30,49,.18); }
.brand-panel-copy { position: absolute; left: 8%; bottom: 8%; max-width: 75%; padding: 1.15rem 1.3rem; border-radius: 16px; background: rgba(7,25,43,.92); color: white; backdrop-filter: blur(12px); }
.brand-panel-copy p { margin: 0 0 .7rem; font-size: clamp(1.35rem, 2.5vw, 2.2rem); line-height: 1.05; letter-spacing: -.04em; }
.brand-panel-copy span { font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; color: #b7c9e5; }

.process-section { background: var(--paper); padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 6vw, 7rem); }
.section-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 2rem; align-items: start; }
.section-heading h2 { max-width: 900px; margin: 0; font-size: clamp(2.2rem, 4.2vw, 4.5rem); line-height: 1.04; letter-spacing: -.045em; font-weight: 500; }
.process-grid { counter-reset: process; list-style: none; padding: 0; margin: 4.5rem 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cbd3dc; }
.process-grid li { padding: 1.45rem clamp(1rem, 2.3vw, 2.5rem) 3rem 0; border-right: 1px solid #cbd3dc; }
.process-grid li + li { padding-left: clamp(1rem, 2.3vw, 2.5rem); }
.process-grid li:last-child { border-right: 0; }
.process-grid li > span { color: var(--blue); font-size: .76rem; letter-spacing: .12em; }
.process-grid h3 { margin: 3.4rem 0 .8rem; font-size: 1.35rem; letter-spacing: -.02em; }
.process-grid p { max-width: 340px; margin: 0; color: #606b77; }
.mission-strip { margin-top: 3rem; padding: 1.7rem 0 0; border-top: 1px solid #cbd3dc; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.mission-strip p { margin: 0; font-size: 1.05rem; }
.mission-strip div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .55rem; }
.mission-strip span { padding: .45rem .75rem; border: 1px solid #c5ced8; border-radius: 999px; font-size: .75rem; color: #53616f; }

.contact-section { padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 6vw, 7rem); background: var(--blue-deep); color: white; display: grid; grid-template-columns: 1.3fr .7fr; gap: 3rem; align-items: end; }
.eyebrow-light { color: #a9bdd5; }
.contact-section h2 { max-width: 850px; margin: 0; font-size: clamp(2.2rem, 4.6vw, 5rem); font-weight: 500; line-height: 1.02; letter-spacing: -.045em; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-end; gap: .6rem; }
.contact-actions a { color: white; text-decoration-color: #587ca8; text-underline-offset: .3em; font-size: clamp(1rem, 1.6vw, 1.3rem); }
.site-footer { min-height: 90px; padding: 1.4rem clamp(1.25rem, 6vw, 7rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; border-top: 1px solid var(--line); color: #586371; font-size: .8rem; }
.site-footer img { width: 125px; }
.site-footer p { margin: 0; }
.site-footer a { justify-self: end; text-decoration: none; }

.flow { position: fixed; inset: 0; z-index: 100; background: white; overflow: auto; }
.flow[aria-hidden="true"] { display: none; }
.flow[aria-hidden="false"] { display: block; }
.flow-header { height: 76px; position: sticky; top: 0; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(1rem, 3vw, 2.5rem); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.flow-header .brand img { width: 145px; }
.icon-button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }
.icon-button svg { width: 21px; }
.flow-kind { justify-self: end; padding: .45rem .8rem; border-radius: 999px; background: var(--paper-blue); color: var(--blue-mid); font-size: .76rem; font-weight: 700; }
.flow-layout { min-height: calc(100vh - 76px); display: grid; grid-template-columns: minmax(285px, .7fr) minmax(0, 1.7fr); }
.flow-aside { padding: clamp(2.5rem, 5vw, 5.5rem) clamp(1.5rem, 4vw, 4.5rem); background: var(--blue-deep); color: white; }
.flow-aside h2 { max-width: 390px; margin: 0; font-size: clamp(2.2rem, 3.5vw, 3.9rem); line-height: 1; letter-spacing: -.045em; font-weight: 500; }
.flow-aside > p:not(.eyebrow):not(.aside-note) { max-width: 410px; color: #aebed0; margin-top: 1.25rem; }
.step-list { list-style: none; padding: 0; margin: 4rem 0 0; display: grid; gap: 1.25rem; }
.step-list li { display: flex; align-items: center; gap: .85rem; color: #768da7; transition: color .2s ease; }
.step-list li b { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #36516e; border-radius: 50%; font-size: .72rem; }
.step-list li span { font-size: .88rem; }
.step-list li.active { color: white; }
.step-list li.active b { background: var(--blue-bright); border-color: var(--blue-bright); }
.step-list li.complete { color: #b8cae0; }
.step-list li.complete b { border-color: #7892b0; }
.aside-note { max-width: 370px; margin-top: 4rem; padding-top: 1.2rem; border-top: 1px solid #294057; color: #8fa4ba; font-size: .78rem; }
.form-panel { min-width: 0; display: flex; flex-direction: column; }
.profile-form { flex: 1; width: min(100%, 940px); margin: 0 auto; padding: clamp(3rem, 6vw, 6.5rem) clamp(1.25rem, 5vw, 5.5rem) 2rem; }
.form-step { display: none; animation: enter .25s ease; }
.form-step.active { display: block; }
@keyframes enter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.step-kicker { margin: 0 0 .65rem; color: var(--blue); font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.form-step h3, .success-panel h3 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.8rem); line-height: 1.04; letter-spacing: -.045em; font-weight: 500; }
.step-intro { margin: .8rem 0 2rem; color: var(--muted); }
.choice-grid { display: grid; gap: 1rem; margin-top: 2.2rem; }
.choice-grid-three { grid-template-columns: repeat(3, 1fr); }
.choice-card { min-height: 190px; position: relative; display: flex; flex-direction: column; padding: 1.25rem; border: 1px solid var(--line); border-radius: 18px; cursor: pointer; transition: border-color .18s ease, background-color .18s ease, transform .18s ease; }
.choice-card:hover { transform: translateY(-2px); border-color: #9aabc0; }
.choice-card:has(input:checked) { border-color: var(--blue-bright); background: #f1f5ff; box-shadow: inset 0 0 0 1px var(--blue-bright); }
.choice-card input { position: absolute; opacity: 0; }
.choice-check { width: 24px; height: 24px; margin-left: auto; border: 1px solid #aab5c2; border-radius: 50%; }
.choice-card:has(input:checked) .choice-check { background: var(--blue-bright); border-color: var(--blue-bright); box-shadow: inset 0 0 0 6px white; }
.choice-card strong { margin-top: auto; font-size: 1.1rem; }
.choice-card small { margin-top: .3rem; color: #66727f; line-height: 1.4; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 2.2rem; }
.field { min-width: 0; display: flex; flex-direction: column; gap: .5rem; }
.field-wide { grid-column: 1 / -1; }
.field > span, .check-field legend { color: #384654; font-size: .84rem; font-weight: 700; }
.field > span em { font-weight: 400; color: #7a8693; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #c9d1db; border-radius: 12px; background: white; color: var(--ink); padding: .85rem .95rem; transition: border-color .18s ease, box-shadow .18s ease; }
.field input, .field select { min-height: 51px; }
.field textarea { resize: vertical; min-height: 110px; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #95a4b5; }
.field input.invalid, .field select.invalid, .field textarea.invalid { border-color: var(--danger); }
.field > small { align-self: flex-end; color: #66727f; font-size: .72rem; font-style: normal; }
.field-error { min-height: 1.2em; margin: .55rem 0 0; color: var(--danger) !important; font-size: .78rem !important; font-style: normal; }
.input-unit { display: flex; align-items: center; border: 1px solid #c9d1db; border-radius: 12px; overflow: hidden; }
.input-unit input { border: 0; border-radius: 0; }
.input-unit em { padding: 0 1rem; color: #657281; font-style: normal; font-size: .84rem; }
.money-input { display: grid; grid-template-columns: 92px 1fr; }
.money-input select { border-radius: 12px 0 0 12px; background: #f4f6f8; border-right: 0; }
.money-input input { border-radius: 0 12px 12px 0; }
.check-field { margin: 0; padding: 0; border: 0; }
.chip-grid { display: flex; flex-wrap: wrap; gap: .55rem; }
.chip-grid label { cursor: pointer; }
.chip-grid input { position: absolute; opacity: 0; }
.chip-grid span { display: inline-flex; min-height: 42px; align-items: center; padding: .55rem .85rem; border: 1px solid #c9d1db; border-radius: 999px; font-size: .84rem; }
.chip-grid label:has(input:checked) span { background: var(--blue-deep); border-color: var(--blue-deep); color: white; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: .8rem; align-items: start; margin-top: 1.8rem; color: #53606d; font-size: .82rem; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin: .1rem 0 0; accent-color: var(--blue-bright); }
.form-footer { position: sticky; bottom: 0; z-index: 4; min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 1rem clamp(1.25rem, 5vw, 5.5rem); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.form-footer #previous-step { justify-self: start; }
.form-footer #next-step { justify-self: end; }
.form-footer p { margin: 0; color: #66727f; font-size: .72rem; text-align: center; }
.mobile-progress { display: none; }
.success-panel { width: min(100%, 760px); margin: auto; padding: clamp(3rem, 6vw, 6rem) clamp(1.25rem, 5vw, 4rem); text-align: center; }
.success-mark { width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 1.4rem; border-radius: 50%; background: #e5f6ef; color: var(--success); font-size: 1.35rem; }
.success-panel .step-kicker { justify-content: center; }
.success-panel > p:not(.step-kicker):not(.prototype-note) { color: var(--muted); }
.summary-card { margin: 2rem 0; padding: 1.35rem; border-radius: 16px; background: var(--paper); text-align: left; }
.summary-row { display: grid; grid-template-columns: 160px 1fr; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid #dce2e8; }
.summary-row:last-child { border-bottom: 0; }
.summary-row span { color: #6a7682; font-size: .78rem; }
.summary-row strong { font-size: .88rem; overflow-wrap: anywhere; }
.success-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: .7rem; }
.prototype-note { max-width: 560px; margin: 1.3rem auto 0; color: #66727f; font-size: .75rem; }
.toast { position: fixed; z-index: 300; left: 50%; bottom: 1.5rem; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; padding: .75rem 1rem; border-radius: 999px; background: var(--ink); color: white; font-size: .82rem; transition: .25s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 1050px) {
  .landing { grid-template-columns: 1fr; }
  .brand-panel { min-height: auto; max-width: 820px; }
  .brand-panel > img { max-height: 520px; object-fit: cover; }
  .flow-layout { grid-template-columns: 300px 1fr; }
  .choice-grid-three { grid-template-columns: 1fr; }
  .choice-card { min-height: 138px; }
}

@media (max-width: 760px) {
  .site-header { height: 70px; }
  .brand img { width: 145px; }
  .header-actions { display: none; }
  .menu-button { display: block; }
  .mobile-menu { top: 69px; }
  .landing { min-height: auto; padding-top: 3.2rem; gap: 3.5rem; }
  .intro-copy h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .route-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 250px; }
  .brand-panel { display: none; }
  .section-heading { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; margin-top: 3rem; }
  .process-grid li, .process-grid li + li { border-right: 0; border-bottom: 1px solid #cbd3dc; padding: 1.2rem 0 2rem; }
  .process-grid li:last-child { border-bottom: 0; }
  .process-grid h3 { margin-top: 1.8rem; }
  .mission-strip { align-items: flex-start; flex-direction: column; }
  .mission-strip div { justify-content: flex-start; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-actions { align-items: flex-start; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { display: none; }
  .flow-header { height: 68px; }
  .flow-header .brand img { width: 122px; }
  .flow-kind { font-size: .68rem; }
  .flow-layout { display: block; min-height: calc(100vh - 68px); }
  .flow-aside { display: none; }
  .mobile-progress { display: block; padding: 1rem 1.25rem 0; }
  .mobile-progress span { display: block; margin-bottom: .55rem; color: #657281; font-size: .72rem; }
  .mobile-progress div { height: 4px; border-radius: 999px; background: #e2e7ed; overflow: hidden; }
  .mobile-progress i { display: block; width: 33.333%; height: 100%; background: var(--blue-bright); transition: width .22s ease; }
  .profile-form { padding: 2.4rem 1.25rem 7rem; }
  .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .choice-grid-three { grid-template-columns: 1fr; }
  .choice-card { min-height: 125px; }
  .form-footer { grid-template-columns: auto 1fr; min-height: 76px; padding: .75rem 1rem; }
  .form-footer p { display: none; }
  .form-footer #next-step { width: 100%; }
  .success-panel { padding-bottom: 7rem; }
  .summary-row { grid-template-columns: 1fr; gap: .2rem; }
}

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

@media print {
  body > * { display: none !important; }
  #flow { display: block !important; position: static; overflow: visible; }
  .flow-header, .flow-aside, .mobile-progress, .form-footer, .success-actions, .text-button, .prototype-note { display: none !important; }
  .flow-layout { display: block; min-height: auto; }
  .form-panel { display: block; }
  .profile-form { display: none !important; }
  .success-panel { display: block !important; max-width: none; padding: 2rem; }
  .summary-card { border: 1px solid #d8dee6; }
}
