:root {
  --navy: #071827;
  --navy-2: #0b2338;
  --blue: #1f6f9f;
  --gold: #c89a50;
  --gold-light: #e0b96f;
  --paper: #f3f1ea;
  --ink: #17202a;
  --muted: #697078;
  --line: #dcd7cb;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html, body { margin: 0; min-height: 100%; }
body { background: var(--paper); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.landing-shell { min-height: 100vh; background: radial-gradient(circle at 73% 23%, rgba(41, 120, 166, .23), transparent 27%), linear-gradient(138deg, #06131f 0%, #0a2236 55%, #103c59 100%); color: white; }
.top-nav { display: flex; width: min(1180px, calc(100% - 48px)); height: 94px; margin: auto; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { color: white; font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 700; letter-spacing: -.02em; line-height: .9; text-decoration: none; }
.brand span { color: var(--gold-light); }
.brand small { display: block; margin-top: 8px; color: rgba(255,255,255,.48); font: 700 7px Inter, Arial, sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.nav-trust { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.65); font-size: 11px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #67cc99; box-shadow: 0 0 0 5px rgba(103,204,153,.12); }

.hero { position: relative; display: grid; width: min(1180px, calc(100% - 48px)); min-height: calc(100vh - 252px); margin: auto; padding: 78px 0 90px; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 76px 76px; content: ""; mask-image: linear-gradient(90deg,#000,transparent 75%); pointer-events: none; }
.hero-copy, .join-card { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 21px; color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 1px; background: currentColor; content: ""; }
.hero h1 { max-width: 650px; margin: 0 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 5.3vw, 69px); font-weight: 500; letter-spacing: -.045em; line-height: 1.03; }
.hero-lead { max-width: 620px; margin: 0; color: rgba(255,255,255,.67); font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.7; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 23px; margin-top: 30px; color: rgba(255,255,255,.57); font-size: 10px; }
.trust-row span::first-letter { color: var(--gold-light); }

.join-card { border: 1px solid rgba(212, 168, 95, .38); border-radius: 15px; padding: 31px; background: rgba(255,255,255,.98); box-shadow: 0 35px 80px rgba(0,0,0,.32); color: var(--ink); }
.card-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 27px; padding-bottom: 23px; border-bottom: 1px solid #e6e2d9; }
.camera-mark { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 10px; background: var(--navy); color: var(--gold-light); font-size: 10px; box-shadow: inset 0 0 0 7px rgba(255,255,255,.06); }
.card-heading span { color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.card-heading h2 { margin: 4px 0 0; color: var(--navy); font-family: Georgia, serif; font-size: 25px; font-weight: 600; }
.join-card label { display: block; margin: 17px 0 7px; color: var(--navy); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.optional { float: right; color: #9a9a96; font-size: 8px; font-weight: 600; }
.join-card input { width: 100%; height: 49px; margin-top: 7px; border: 1px solid var(--line); border-radius: 7px; padding: 0 14px; background: #fbfaf7; color: var(--ink); font-size: 13px; outline: none; text-transform: none; }
.join-card input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,154,80,.13); }
.input-action { position: relative; }
.input-action input { padding-right: 84px; }
.input-action button { position: absolute; top: 13px; right: 7px; height: 37px; border: 0; border-radius: 5px; padding: 0 11px; background: #ece9e1; color: var(--navy); font-size: 9px; font-weight: 800; cursor: pointer; }
.join-card > small { display: block; color: #91918d; font-size: 8.5px; line-height: 1.5; }
.direct-notice { display: flex; gap: 12px; margin-bottom: 20px; border: 1px solid #d8e6ee; border-radius: 8px; padding: 13px 14px; background: #f1f7fa; }
.direct-notice > span { display: grid; width: 29px; height: 29px; flex: 0 0 29px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold-light); font-size: 13px; }
.direct-notice strong, .direct-notice p { display: block; margin: 0; }
.direct-notice strong { color: var(--navy); font-size: 10px; }
.direct-notice p { margin-top: 3px; color: #68747c; font-size: 8.5px; line-height: 1.5; }
.primary-button { display: flex; width: 100%; height: 52px; margin-top: 21px; align-items: center; justify-content: space-between; border: 0; border-radius: 7px; padding: 0 19px; background: linear-gradient(135deg, var(--gold), #dda950); color: var(--navy); font-size: 11px; font-weight: 900; cursor: pointer; box-shadow: 0 14px 28px rgba(179,129,50,.24); }
.primary-button:hover { filter: brightness(1.04); transform: translateY(-1px); }
.primary-button span { font-size: 19px; font-weight: 400; }
.launch-success { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 14px; border: 1px solid #cce4d7; border-radius: 7px; padding: 11px 12px; background: #eff8f3; }
.launch-success strong, .launch-success span { display: block; }
.launch-success strong { color: #246343; font-size: 9px; }
.launch-success span { margin-top: 2px; color: #678072; font-size: 8px; }
.launch-success button { min-width: 86px; height: 32px; border: 1px solid #b9d8c7; border-radius: 5px; background: white; color: #246343; font-size: 8px; font-weight: 800; cursor: pointer; }
.auth-note { margin: 16px 2px 0; color: #777a7e; font-size: 8.5px; line-height: 1.55; text-align: center; }
.auth-note b { color: var(--navy); }
.form-error { margin: 0 0 12px; border-radius: 6px; padding: 9px; background: #f9e9e7; color: #8b302b; font-size: 10px; }

.assurance-strip { display: grid; width: min(1180px, calc(100% - 48px)); margin: auto; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.11); border-radius: 10px; background: rgba(255,255,255,.055); }
.assurance-strip article { display: flex; align-items: center; gap: 15px; padding: 20px 27px; }
.assurance-strip article + article { border-left: 1px solid rgba(255,255,255,.11); }
.assurance-strip b { color: var(--gold-light); font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.assurance-strip strong, .assurance-strip span { display: block; }
.assurance-strip strong { font-family: Georgia, serif; font-size: 13px; }
.assurance-strip span { margin-top: 3px; color: rgba(255,255,255,.43); font-size: 8.5px; }
.landing-shell footer { display: flex; width: min(1180px, calc(100% - 48px)); margin: auto; padding: 27px 0; justify-content: space-between; color: rgba(255,255,255,.32); font-size: 8px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 48px; padding-top: 60px; }
  .hero-copy { text-align: center; }
  .eyebrow, .trust-row { justify-content: center; }
  .hero h1, .hero-lead { margin-right: auto; margin-left: auto; }
  .join-card { width: min(540px, 100%); margin: auto; }
  .assurance-strip { grid-template-columns: 1fr; }
  .assurance-strip article + article { border-top: 1px solid rgba(255,255,255,.11); border-left: 0; }
}

@media (max-width: 620px) {
  .top-nav, .hero, .assurance-strip, .landing-shell footer { width: min(100% - 28px, 1180px); }
  .top-nav { height: 76px; }
  .nav-trust { font-size: 9px; }
  .hero { min-height: auto; padding: 52px 0 62px; }
  .hero h1 { font-size: 42px; }
  .hero-lead { font-size: 17px; }
  .join-card { padding: 23px; }
  .launch-success { align-items: stretch; flex-direction: column; }
  .launch-success button { width: 100%; }
  .landing-shell footer { gap: 10px; flex-direction: column; }
}

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