:root {
  --ink: #11181d;
  --ink-2: #202a31;
  --muted: #68747d;
  --line: #dce2e6;
  --soft: #f4f6f7;
  --white: #fff;
  --red: #d91818;
  --red-dark: #ad0f0f;
  --shadow: 0 22px 60px rgba(16,24,32,.13);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, Arial, sans-serif; line-height: 1.6; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-shell { overflow: hidden; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(255,255,255,.87); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(220,226,230,.75); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { width: 190px; }
.brand img { width: 100%; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; font-size: 14px; font-weight: 700; color: #354047; }
.desktop-nav a:hover { color: var(--red); }
.header-inner > .button { margin-left: 0; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; padding: 0 22px; font-weight: 800; border: 1px solid transparent; transition: .2s ease; letter-spacing: -.01em; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, #e21b1b, #bb1111); box-shadow: 0 10px 25px rgba(217,24,24,.24); }
.button-primary:hover { background: linear-gradient(135deg, #ed2424, #c30f0f); }
.button-dark { color: #fff; background: #11181d; }
.button-outline { min-height: 42px; padding: 0 17px; background: transparent; border-color: #b7c0c6; }
.button-outline:hover { color: #fff; background: #11181d; border-color: #11181d; }
.full-width { width: 100%; }
.hero { min-height: 780px; padding: 160px 0 95px; position: relative; background: radial-gradient(circle at 78% 32%, rgba(217,24,24,.10), transparent 27%), linear-gradient(180deg,#fff,#f7f8f9); }
.road-grid { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(18,25,30,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(18,25,30,.05) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, transparent 0, #000 20%, #000 75%, transparent 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 55px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #ffb4b4; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 7px rgba(217,24,24,.1); }
h1,h2,h3 { font-family: Inter, Arial, sans-serif; line-height: 1.08; letter-spacing: -.045em; margin: 0; }
h1 { margin-top: 22px; font-size: clamp(48px, 6vw, 78px); max-width: 750px; }
h1 span { color: var(--red); }
.hero-lead { max-width: 640px; margin: 26px 0 0; font-size: 19px; color: #526069; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 32px; color: #58646b; font-size: 13px; font-weight: 700; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.hero-visual { position: relative; }
.logo-stage { min-height: 510px; display: flex; align-items: center; justify-content: center; position: relative; }
.logo-stage > img { width: min(100%, 620px); position: relative; z-index: 2; filter: drop-shadow(0 28px 34px rgba(17,24,29,.18)); }
.stage-glow { position: absolute; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(217,24,24,.20), rgba(217,24,24,0) 65%); }
.status-card { position: absolute; z-index: 3; border: 1px solid rgba(255,255,255,.75); background: rgba(255,255,255,.91); backdrop-filter: blur(12px); border-radius: 14px; box-shadow: 0 14px 35px rgba(16,24,32,.14); padding: 13px 16px; }
.status-card small { display: block; color: #7a858c; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-card strong { display: block; margin-top: 2px; font-size: 17px; }
.card-one { left: 3%; bottom: 17%; display: flex; gap: 10px; align-items: center; }
.card-two { right: 2%; top: 21%; min-width: 110px; }
.card-two strong { font-family: Rajdhani, sans-serif; font-size: 34px; color: var(--red); }
.status-icon { color: #25a75b; }
.hero-divider { position: absolute; bottom: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, transparent 5%, var(--red) 35%, var(--red) 65%, transparent 95%); opacity: .8; }
.section { padding: 105px 0; }
.section-heading { max-width: 780px; }
.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .workflow-copy h2, .access-copy h2 { margin-top: 16px; font-size: clamp(36px,4vw,55px); }
.section-heading p, .workflow-copy > p, .access-copy > p { color: var(--muted); font-size: 17px; margin: 22px 0 0; }
.feature-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; min-height: 235px; transition: .25s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: rgba(217,24,24,.36); box-shadow: var(--shadow); }
.feature-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; background: #11181d; color: #fff; font-family: Rajdhani, sans-serif; font-weight: 700; }
.feature-card h3 { margin-top: 24px; font-size: 22px; letter-spacing: -.025em; }
.feature-card p { margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.workflow-section { background: #11181d; color: #fff; }
.workflow-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.workflow-copy p { color: #aeb8be; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 30px; color: #d9dfe2; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #ff4b4b; font-weight: 800; }
.workflow-card { padding: 32px; border: 1px solid #354149; border-radius: 22px; background: linear-gradient(145deg,#182127,#11181d); box-shadow: 0 25px 60px rgba(0,0,0,.3); }
.flow-step { display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; column-gap: 15px; align-items: center; }
.flow-step span { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font-family: Rajdhani,sans-serif; font-weight: 700; }
.flow-step strong { font-size: 17px; }
.flow-step small { color: #8f9ba2; }
.flow-line { width: 2px; height: 24px; margin: 5px 0 5px 20px; background: linear-gradient(#5f6d75,#273139); }
.early-access { position: relative; color: #fff; background: radial-gradient(circle at 10% 15%, rgba(217,24,24,.35), transparent 32%), linear-gradient(135deg,#1a2329,#0d1216); }
.access-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.access-copy p { color: #b8c0c5; }
.access-note { margin-top: 28px; padding: 16px 18px; border-left: 3px solid var(--red); background: rgba(255,255,255,.05); color: #dce2e5; font-size: 14px; }
.access-form-card { padding: 30px; color: var(--ink); background: #fff; border-radius: 22px; box-shadow: 0 30px 75px rgba(0,0,0,.28); }
.access-form { display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; color: #3d474d; }
input, select, textarea { width: 100%; border: 1px solid #d7dde1; border-radius: 9px; padding: 12px 13px; background: #fbfcfc; color: #11181d; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(217,24,24,.1); }
textarea { resize: vertical; }
.form-disclaimer { margin: -2px 0 0; color: #818b91; font-size: 11px; text-align: center; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.form-alert { margin-bottom: 15px; padding: 12px 14px; border-radius: 9px; font-size: 13px; font-weight: 700; }
.form-alert.success { color: #176a36; background: #e9f8ef; border: 1px solid #bde9cc; }
.form-alert.error { color: #8f1919; background: #fff0f0; border: 1px solid #f1c1c1; }
.site-footer { padding: 48px 0; background: #080c0f; color: #a7b0b5; border-top: 1px solid #20282d; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 25px 45px; align-items: center; }
.footer-brand img { width: 190px; filter: drop-shadow(0 0 10px rgba(255,255,255,.06)); }
.footer-brand p { margin: 10px 0 0; font-size: 13px; }
.footer-links { display: flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 700; }
.footer-links a:hover, .link-button:hover { color: #fff; }
.link-button { padding: 0; border: 0; color: inherit; background: none; font-weight: 700; }
.copyright { grid-column: 1/-1; padding-top: 20px; margin: 0; border-top: 1px solid #1b2429; font-size: 12px; }
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.modal.open { opacity: 1; pointer-events: auto; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,6,8,.74); backdrop-filter: blur(5px); }
.modal-panel { position: relative; width: min(470px,100%); padding: 34px; border-radius: 20px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.45); transform: translateY(12px) scale(.98); transition: .2s ease; }
.modal.open .modal-panel { transform: none; }
.modal-close { position: absolute; right: 16px; top: 12px; width: 36px; height: 36px; border: 0; border-radius: 50%; color: #68747d; background: #eef1f3; font-size: 26px; line-height: 1; }
.modal-badge { display: inline-flex; padding: 7px 10px; border-radius: 999px; color: var(--red); background: rgba(217,24,24,.08); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.modal h2 { margin-top: 18px; font-size: 32px; }
.modal p { color: var(--muted); }
.portal-status { margin: 24px 0; padding: 14px; border-radius: 10px; background: #f5f7f8; font-weight: 800; }
.portal-status span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #e2a018; box-shadow: 0 0 0 6px rgba(226,160,24,.12); }
.modal-small { font-size: 13px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .header-inner { min-height: 70px; }
  .brand { width: 165px; }
  .header-inner > .button { margin-left: auto; }
  .hero { padding-top: 125px; }
  .hero-grid, .workflow-wrap, .access-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { margin-top: -20px; }
  .logo-stage { min-height: 400px; }
  .workflow-wrap, .access-grid { gap: 45px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 640px) {
  .container { width: min(100% - 26px,1160px); }
  .site-header .button-outline { font-size: 12px; padding: 0 12px; }
  .brand { width: 148px; }
  .hero { min-height: auto; padding: 118px 0 75px; }
  h1 { font-size: 43px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 10px 15px; }
  .logo-stage { min-height: 315px; }
  .status-card { display: none; }
  .section { padding: 78px 0; }
  .feature-grid, .form-row { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .workflow-card, .access-form-card { padding: 22px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .copyright { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
