:root {
  --navy: #10233f;
  --navy-2: #1e3554;
  --ink: #172231;
  --muted: #687588;
  --line: #dfe6eb;
  --soft: #f4f7f8;
  --teal: #008fa3;
  --teal-dark: #00798b;
  --cyan: #83e2df;
  --lime: #c9da26;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(16, 35, 63, .13), 0 2px 10px rgba(16, 35, 63, .06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
/* The reCAPTCHA widget has a fixed intrinsic width (~304px) that doesn't
   shrink with its container - on narrow phones that's wider than the
   viewport and drags the whole page (incl. header/footer) out to the
   right. Contain it in its own scroller instead of letting it blow out
   html/body's width. */
html, body { max-width: 100%; overflow-x: hidden; }
body { margin: 0; background: var(--soft); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, select { font: inherit; }
.site-shell { min-height: 100vh; display: flex; flex-direction: column; background: radial-gradient(circle at 12% 11%, rgba(131, 226, 223, .2), transparent 25rem), linear-gradient(180deg, #f8faf9 0%, #f3f6f6 100%); }

.topbar { position: relative; z-index: 3; background: rgba(255,255,255,.88); border-top: 4px solid var(--navy); border-bottom: 1px solid rgba(16,35,63,.08); backdrop-filter: blur(16px); }
.topbar-inner { width: min(1220px, calc(100% - 48px)); height: 80px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 850; color: var(--navy); letter-spacing: -.035em; }
.brand-mark { display: grid; place-items: center; }
.brand-mark img { height: 28px; width: auto; display: block; }
.brand-name { font-size: 18px; }.brand-name span { font-weight: 650; }.brand-demo { color: #7b8796; font-size: 14px; letter-spacing: 0; font-weight: 650; padding-left: 2px; }
.environment-pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #dce3e7; background: #fff; border-radius: 99px; padding: 8px 13px; color: #607080; font: 750 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; letter-spacing: .13em; }
.environment-pill span { width: 7px; height: 7px; background: #4fbe79; border-radius: 50%; box-shadow: 0 0 0 4px rgba(79,190,121,.13); }

.access-layout { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 64px 0 84px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); gap: 88px; align-items: start; flex: 1; }
.intro-panel { padding-top: 12px; }
.progress { display: grid; grid-template-columns: repeat(2, minmax(90px, 1fr)); max-width: 320px; margin: 0 0 46px; }
.progress > span { position: relative; display: flex; align-items: center; gap: 9px; color: #9aa4b0; font-size: 12px; font-weight: 750; }
.progress > span:not(:last-child)::after { content: ""; position: absolute; z-index: 0; top: 14px; left: 30px; right: 10px; height: 1px; background: #d8e0e4; }
.progress i { position: relative; z-index: 1; width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #d7e0e4; border-radius: 50%; background: var(--soft); font-style: normal; font-size: 11px; }
.progress .done { color: var(--teal-dark); }.progress .done i { color: white; border-color: var(--teal); background: var(--teal); }.progress .done:not(:last-child)::after { background: linear-gradient(90deg, var(--teal), #8fcdd3); }
.progress b { font-weight: 750; }
.eyebrow { margin: 0 0 16px; color: var(--teal-dark); font: 800 12px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .16em; text-transform: uppercase; }
.intro-panel h1 { max-width: 660px; margin: 0; color: var(--navy); font-size: clamp(44px, 4.8vw, 67px); line-height: .99; letter-spacing: -.055em; font-weight: 820; }
.intro-panel h1 span { color: var(--teal); }
.lede { max-width: 600px; margin: 28px 0 34px; color: #566577; font-size: 18px; line-height: 1.65; }

.pool-card { max-width: 620px; position: relative; overflow: hidden; padding: 24px 26px 22px; border: 1px solid #dbe5e6; border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 12px 35px rgba(16,35,63,.06); }
.pool-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(var(--teal), var(--cyan)); }
.pool-card-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; color: #657386; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 750; }
.pool-card-top strong { color: var(--navy); text-transform: none; letter-spacing: .03em; font: 650 13px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; }
.status-dot { width: 8px; height: 8px; background: #4fbe79; border-radius: 50%; }
.reset-row { display: flex; justify-content: space-between; gap: 24px; margin-top: 22px; }
.reset-row > div { display: flex; flex-direction: column; gap: 5px; }.reset-row small { color: #7c8998; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 750; }.reset-row strong { color: var(--navy); font-size: 14px; }.countdown { text-align: right; }
.meter { height: 7px; margin: 15px 0 12px; overflow: hidden; background: #dfe4dd; border-radius: 99px; }.meter span { display: block; width: 82%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), #31bac2); }
.pool-card p { margin: 0; color: #6c7887; font-size: 12px; line-height: 1.55; }
.feature-grid { max-width: 460px; margin-top: 40px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.feature-grid article { padding: 18px 17px; border-top: 1px solid #dce3e4; }.feature-grid article span { color: var(--teal); font: 800 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }.feature-grid h2 { margin: 14px 0 7px; color: var(--navy); font-size: 14px; }.feature-grid p { margin: 0; color: #758291; font-size: 12px; line-height: 1.5; }

.form-column { position: sticky; top: 22px; }
.form-card { padding: 36px; border: 1px solid rgba(16,35,63,.1); border-radius: 22px; background: rgba(255,255,255,.95); box-shadow: var(--shadow); }
.form-heading { display: grid; grid-template-columns: 48px 1fr; gap: 17px; align-items: start; margin-bottom: 28px; }
.form-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--teal-dark); background: #e9f7f7; font-size: 22px; }
.form-heading .eyebrow { margin-bottom: 9px; }.form-heading h2 { margin: 0 0 8px; color: var(--navy); font-size: 29px; letter-spacing: -.035em; }.form-heading p:last-child { margin: 0; color: #687688; font-size: 14px; line-height: 1.55; }
form { display: grid; gap: 19px; }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.field { display: grid; gap: 8px; }.field label { color: var(--navy-2); font-size: 13px; font-weight: 750; }.field label span { color: #8993a0; font-weight: 550; }
.field input, .field select { width: 100%; height: 48px; border: 1px solid #d7e0e5; border-radius: 10px; background: #fbfcfc; color: var(--ink); padding: 0 13px; outline: none; transition: border .18s, box-shadow .18s, background .18s; }
.field input::placeholder { color: #9ba4ae; }.field input:hover, .field select:hover { border-color: #b8c8ce; background: white; }.field input:focus, .field select:focus { border-color: var(--teal); background: white; box-shadow: 0 0 0 4px rgba(0,143,163,.12); }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; color: #637183; font-size: 12.5px; line-height: 1.55; cursor: pointer; }
input[type="checkbox"] { appearance: none; width: 18px; height: 18px; margin: 1px 0 0; display: grid; place-content: center; border: 1.5px solid #b8c4cc; border-radius: 4px; background: white; cursor: pointer; }
input[type="checkbox"]::before { content: ""; width: 9px; height: 5px; border: solid white; border-width: 0 0 2px 2px; transform: rotate(-45deg) scale(0); transition: transform .15s; }
input[type="checkbox"]:checked { border-color: var(--teal); background: var(--teal); } input[type="checkbox"]:checked::before { transform: rotate(-45deg) scale(1); }
input[type="checkbox"]:focus-visible { outline: 3px solid rgba(0,143,163,.18); outline-offset: 2px; }
.recaptcha-wrap { min-height: 64px; max-width: 100%; display: flex; align-items: center; padding: 13px 16px; border: 1px solid #dde3e6; border-radius: 10px; background: #f8fafb; overflow-x: auto; }
.primary-button { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 18px; border: 0; border-radius: 10px; background: var(--teal); color: white; text-decoration: none; font-weight: 800; cursor: pointer; box-shadow: 0 10px 22px rgba(0,143,163,.22); transition: transform .18s, background .18s, box-shadow .18s; }.primary-button:hover { background: var(--teal-dark); transform: translateY(-1px); box-shadow: 0 13px 28px rgba(0,143,163,.27); }.primary-button:focus-visible { outline: 3px solid rgba(0,143,163,.25); outline-offset: 3px; }.primary-button span:last-child { font-size: 19px; }
.primary-button[disabled] { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; }
.form-note { margin: -5px 0 0; color: #8993a0; text-align: center; font-size: 11.5px; line-height: 1.45; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- validation states ---------- */
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #c0392b; }
.field-error { display: block; margin-top: 2px; color: #c0392b; font-size: 12.5px; line-height: 1.4; }

.footer { margin-top: auto; border-top: 1px solid #dce3e6; background: rgba(255,255,255,.88); }.footer-inner { width: min(1220px, calc(100% - 48px)); min-height: 112px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.sponsor { display: flex; align-items: center; gap: 14px; }.sponsor small { color: #6e7883; font: 700 9px/1.45 ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; letter-spacing: .14em; max-width: 11ch; }.sponsor img { height: 36px; width: auto; display: block; }
.footer nav { display: flex; flex-wrap: wrap; gap: 24px; }.footer nav a { color: #627283; font-size: 12px; text-underline-offset: 4px; }

.confirmation-shell { background: radial-gradient(circle at 50% 27%, rgba(131,226,223,.22), transparent 28rem), linear-gradient(180deg, #f9fbfa, #f3f6f6); }.confirmation-main { width: min(900px, calc(100% - 48px)); margin: 0 auto; padding: 56px 0 78px; flex: 1; }.confirmation-content { text-align: center; }.confirmation-content .progress { margin-inline: auto; margin-bottom: 46px; }.success-mark { width: 94px; height: 94px; margin: 0 auto 28px; position: relative; display: grid; place-items: center; color: var(--navy); background: linear-gradient(145deg, white, #e8f6f6); border: 1px solid #d9eaea; border-radius: 26px; box-shadow: 0 18px 38px rgba(16,35,63,.11); transform: rotate(-3deg); }.success-mark span { font-size: 40px; transform: rotate(3deg); }.success-mark i { position: absolute; right: -8px; bottom: -8px; width: 32px; height: 32px; display: grid; place-items: center; border: 4px solid var(--soft); border-radius: 50%; color: white; background: #4fbe79; font-style: normal; font-size: 13px; }.confirmation-content h1 { margin: 0; color: var(--navy); font-size: clamp(44px, 6vw, 68px); line-height: 1; letter-spacing: -.055em; }.confirmation-lede { margin: 24px auto 13px; max-width: 550px; color: #617083; font-size: 17px; line-height: 1.6; }.email-chip { display: inline-flex; align-items: center; min-height: 38px; padding: 0 15px; border: 1px solid #c8dfe2; border-radius: 99px; background: rgba(255,255,255,.8); color: var(--teal-dark); font: 750 13px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.notice-card { max-width: 680px; margin: 34px auto 18px; display: grid; grid-template-columns: 46px 1fr; gap: 17px; padding: 24px; text-align: left; border: 1px solid #d9e3e6; border-radius: 17px; background: rgba(255,255,255,.88); box-shadow: 0 12px 34px rgba(16,35,63,.07); }.notice-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; color: var(--teal-dark); background: #e6f6f6; font-size: 21px; }.notice-card h2 { margin: 2px 0 7px; color: var(--navy); font-size: 18px; }.notice-card p { margin: 0; color: #677587; font-size: 14px; line-height: 1.6; }
.next-steps { max-width: 680px; margin: 0 auto; padding: 0; list-style: none; text-align: left; }.next-steps li { display: grid; grid-template-columns: 34px 1fr; gap: 15px; align-items: start; padding: 18px 10px; border-bottom: 1px solid #dfe5e7; }.next-steps li > span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #cce0e3; border-radius: 50%; color: var(--teal-dark); background: #f7fbfb; font: 800 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }.next-steps strong { color: var(--navy); font-size: 14px; }.next-steps p { margin: 4px 0 0; color: #788493; font-size: 12.5px; line-height: 1.5; }
.confirmation-actions { max-width: 680px; margin: 28px auto 0; display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; }.confirmation-actions .primary-button { justify-self: stretch; }.text-link { color: var(--navy-2); font-size: 13px; font-weight: 750; text-underline-offset: 4px; }.support-copy { margin: 20px 0 0; color: #8792a0; font-size: 12px; }.support-copy a { color: var(--teal-dark); text-underline-offset: 3px; }

/* ---------- status variants (pending/duplicate/error) ---------- */
.notice-card.bad { border-color: rgba(179,64,31,.3); background: rgba(179,64,31,.04); }
.notice-card.bad .notice-icon { color: #b3401f; background: #fbe7e1; }
.success-mark.bad { background: linear-gradient(145deg, white, #fbe7e1); border-color: #f0d2c8; }
.success-mark.bad i { background: #b3401f; }
.success-mark.pending i { background: var(--muted); }

/* ---------- cookie banner ---------- */
.cookie-banner { position: fixed; inset: auto 0 0 0; z-index: 50; background: rgba(255,255,255,.97); border-top: 1px solid var(--line); backdrop-filter: blur(16px); padding: 18px 0; box-shadow: 0 -12px 34px rgba(16,35,63,.1); }
.cookie-banner[hidden] { display: none; }
.cookie-banner-inner { width: min(1220px, calc(100% - 48px)); margin: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.cookie-banner p { margin: 0; max-width: 64ch; color: var(--muted); font-size: 13.5px; line-height: 1.55; }
.cookie-banner p a { color: var(--teal-dark); text-underline-offset: 3px; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.ghost-button { min-height: 44px; padding: 0 18px; border: 1px solid #d7e0e5; border-radius: 10px; background: white; color: var(--navy-2); font-weight: 750; font-size: 13.5px; cursor: pointer; }
.ghost-button:hover { border-color: #b8c8ce; }
.cookie-actions .primary-button { min-height: 44px; padding: 0 20px; box-shadow: none; }

@media (max-width: 980px) {
  .access-layout { grid-template-columns: 1fr; gap: 48px; width: min(720px, calc(100% - 40px)); padding-top: 48px; }
  .form-column { position: static; }.form-card { padding: 32px; }.intro-panel h1 { font-size: clamp(45px, 9vw, 64px); }.feature-grid { max-width: none; }.pool-card { max-width: none; }
  .footer-inner { width: min(720px, calc(100% - 40px)); }.confirmation-main { padding-top: 48px; }
}

@media (max-width: 640px) {
  .topbar-inner { width: calc(100% - 32px); height: 70px; }.brand-demo { display: none; }.brand-name { font-size: 16px; }.brand-mark img { height: 24px; }.environment-pill { font-size: 9px; padding: 7px 9px; }.environment-pill { color: transparent; width: 34px; justify-content: center; }.environment-pill span { flex: 0 0 auto; }
  .access-layout { width: calc(100% - 32px); padding: 34px 0 52px; gap: 38px; }.progress { margin-bottom: 34px; grid-template-columns: repeat(2, 1fr); }.progress b { display: none; }.progress > span:not(:last-child)::after { right: -12px; }.intro-panel h1 { font-size: 43px; }.lede { font-size: 16px; margin-top: 22px; }.pool-card { padding: 21px 19px 19px; border-radius: 14px; }.pool-card-top { grid-template-columns: auto 1fr; }.pool-card-top strong { grid-column: 2; }.reset-row { margin-top: 18px; }.feature-grid { grid-template-columns: 1fr; gap: 0; margin-top: 28px; }.feature-grid article { display: grid; grid-template-columns: 32px 1fr; column-gap: 8px; padding: 16px 3px; }.feature-grid h2 { margin: 0 0 4px; }.feature-grid p { grid-column: 2; }
  .form-card { padding: 24px 18px; border-radius: 17px; margin-inline: -2px; }.form-heading { grid-template-columns: 40px 1fr; gap: 13px; }.form-icon { width: 40px; height: 40px; border-radius: 11px; }.form-heading h2 { font-size: 25px; }.field-row { grid-template-columns: 1fr; gap: 19px; }
  .footer-inner { width: calc(100% - 32px); padding: 28px 0; flex-direction: column; align-items: flex-start; }.footer nav { gap: 16px 20px; }
  .confirmation-main { width: calc(100% - 32px); padding: 38px 0 52px; }.confirmation-content .progress { margin-bottom: 36px; }.success-mark { width: 80px; height: 80px; border-radius: 22px; }.success-mark span { font-size: 34px; }.confirmation-content h1 { font-size: 45px; }.confirmation-lede { font-size: 15px; }.notice-card { grid-template-columns: 40px 1fr; padding: 20px 17px; }.notice-icon { width: 40px; height: 40px; }.confirmation-actions { grid-template-columns: 1fr; }.text-link { order: 2; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
