:root {
  --ink: #182435;
  --muted: #667282;
  --line: #d9dee6;
  --paper: #f5f6f8;
  --white: #ffffff;
  --navy: #172b4d;
  --navy-deep: #10233f;
  --orange: #e40046;
  --orange-soft: #fff0f4;
  --green: #31855c;
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--paper); }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.page-shell { display: grid; grid-template-columns: minmax(310px, 38%) 1fr; min-height: 100vh; }
.intro-panel { position: relative; display: flex; flex-direction: column; min-height: 100vh; padding: 46px clamp(32px, 5vw, 86px); overflow: hidden; color: #f8fbf9; background: var(--navy); }
.intro-panel::before { position: absolute; right: -130px; bottom: -115px; width: 370px; height: 370px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 54px rgba(255,255,255,.035), 0 0 0 108px rgba(255,255,255,.025); content: ""; }
.intro-panel::after { position: absolute; top: 35%; right: 0; width: 43px; height: 8px; background: var(--orange); content: ""; }
.brand-row, .form-topline, .progress-labels, .form-actions, .step-two-actions, .form-footer, .trust-row { display: flex; align-items: center; }
.brand-row { justify-content: space-between; position: relative; z-index: 1; }
.brand { display: inline-flex; gap: 11px; align-items: center; color: white; font-family: "Space Grotesk", Arial, sans-serif; font-size: 22px; font-weight: 700; letter-spacing: -1px; text-decoration: none; }
.brand-logo { display: block; width: 100px; height: 43px; object-fit: contain; object-position: left center; }
.rea-badge { padding: 7px 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 3px; color: #d9e6e5; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.intro-copy { position: relative; z-index: 1; margin: auto 0; max-width: 410px; padding: 50px 0 70px; }
.eyebrow, .form-topline, .section-number { margin: 0; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.intro-copy h1 { margin: 20px 0 24px; font-family: "Space Grotesk", Arial, sans-serif; font-size: clamp(42px, 4.2vw, 68px); font-weight: 600; letter-spacing: -3px; line-height: .98; }
.intro-copy h1 em { color: var(--orange); font-style: normal; }
.intro-text { max-width: 360px; color: #bed0d1; font-size: 16px; line-height: 1.7; }
.intro-footer { position: relative; z-index: 1; }
.trust-row { gap: 12px; color: #e8f2ee; font-size: 12px; line-height: 1.5; }.trust-row small { color: #9bb6b5; font-size: 11px; }
.shield-icon { display: grid; place-items: center; width: 31px; height: 35px; border: 1px solid #6ca88d; border-radius: 8px 8px 12px 12px; color: #9dd1b6; font-size: 15px; }
.orange-line { width: 35px; height: 2px; margin: 28px 0 14px; background: var(--orange); }.small-note { margin: 0; color: #9bb6b5; font-size: 11px; }

.form-panel { display: flex; flex-direction: column; min-height: 100vh; background: var(--white); }.form-content { width: min(100%, 760px); margin: auto; padding: 46px clamp(28px, 6vw, 100px) 44px; }.form-topline { justify-content: space-between; color: var(--navy); font-size: 10px; }.help-link { color: var(--muted); font-size: 11px; letter-spacing: 0; text-transform: none; }.help-link a, .terms a { color: var(--navy); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.progress-wrap { margin: 59px 0 52px; }.progress-labels { justify-content: space-between; margin-bottom: 13px; color: #a3adb1; font-size: 11px; font-weight: 600; }.progress-labels .active { color: var(--navy); }.progress-track { width: 100%; height: 3px; background: #edf0f0; }.progress-bar { width: 50%; height: 100%; background: var(--orange); transition: width .3s ease; }
.heading-block { margin-bottom: 34px; }.section-number { color: var(--orange); font-size: 10px; }.section-number span { color: #a4afb1; }.heading-block h2, .success-state h2 { margin: 11px 0 8px; color: var(--navy-deep); font-family: "Space Grotesk", Arial, sans-serif; font-size: 34px; letter-spacing: -1.5px; line-height: 1.1; }.heading-block p:last-child, .success-state > p:last-of-type { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 20px; }.field { display: flex; flex-direction: column; min-width: 0; }.field.full-width { grid-column: 1 / -1; }.field > span { display: flex; align-items: center; gap: 4px; margin-bottom: 9px; color: #344650; font-size: 12px; font-weight: 700; }.field b, .required-note b { color: var(--orange); }.optional { margin-left: auto; color: #9ba6a9; font-size: 10px; font-weight: 500; }
.form-actions { justify-content: space-between; margin-top: 27px; }.required-note { margin: 0; color: #8b96a3; font-size: 10px; }.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 50px; padding: 0 21px; border: 0; border-radius: 3px; color: white; background: var(--orange); box-shadow: 0 7px 14px rgba(228,0,70,.18); cursor: pointer; font-size: 12px; font-weight: 700; transition: background .2s, transform .2s, box-shadow .2s; }.primary-button:hover { background: #c9003e; box-shadow: 0 9px 18px rgba(228,0,70,.25); transform: translateY(-1px); }.primary-button span { font-size: 18px; font-weight: 400; }.back-button { display: inline-flex; align-items: center; gap: 10px; padding: 14px 0; border: 0; color: #667282; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; }.back-button:hover { color: var(--navy); }.back-button span { font-size: 17px; }.step-two-actions { margin-top: 34px; }.terms { margin: 29px 0 0; color: #8b96a3; font-size: 10px; line-height: 1.6; }
.verification-callout { display: flex; gap: 12px; align-items: center; margin: -5px 0 29px; padding: 13px 15px; border-left: 2px solid var(--orange); background: var(--orange-soft); }.verification-callout p { margin: 0; color: #7e5260; font-size: 11px; line-height: 1.45; }.info-icon { display: grid; flex: 0 0 auto; place-items: center; width: 19px; height: 19px; border: 1px solid #e48aa6; border-radius: 50%; color: #c9003e; font-family: Georgia, serif; font-size: 13px; font-weight: 700; }
.hidden { display: none !important; }.success-state { max-width: 540px; padding: 40px 0; }.success-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 29px; border-radius: 50%; color: white; background: var(--green); font-size: 28px; }.success-state h2 { margin-top: 14px; font-size: 42px; }.success-state > p:last-of-type { max-width: 500px; margin-top: 17px; }.success-button { margin-top: 33px; text-decoration: none; }
.form-footer { justify-content: space-between; margin-top: auto; padding: 19px clamp(28px, 6vw, 100px); border-top: 1px solid #edf0f0; color: #a4afb1; font-size: 10px; }

@media (max-width: 760px) { .page-shell { display: block; }.intro-panel { min-height: auto; padding: 26px 24px 30px; }.intro-panel::before { right: -200px; bottom: -260px; }.intro-panel::after { display: none; }.intro-copy { margin: 42px 0 27px; padding: 0; }.intro-copy h1 { margin: 14px 0 15px; font-size: 45px; }.intro-text { margin: 0; font-size: 14px; line-height: 1.55; }.intro-footer { display: none; }.form-panel { min-height: auto; }.form-content { padding: 28px 24px 38px; }.progress-wrap { margin: 39px 0 40px; }.heading-block { margin-bottom: 29px; }.heading-block h2 { font-size: 29px; }.field-grid { grid-template-columns: 1fr; gap: 15px; }.field.full-width { grid-column: auto; }.form-actions { align-items: flex-start; gap: 21px; flex-direction: column; }.form-actions .primary-button { width: 100%; }.step-two-actions { flex-direction: row; align-items: center; }.step-two-actions .primary-button { width: auto; flex: 1; }.form-footer { padding: 17px 24px; }.success-state { padding: 12px 0 34px; }.success-state h2 { font-size: 35px; } }
@media (max-width: 380px) { .step-two-actions { gap: 10px; }.step-two-actions .primary-button { padding: 0 13px; gap: 8px; font-size: 11px; }.back-button { font-size: 11px; } }
