:root {
  --black: #080a0d;
  --ink: #171a1f;
  --muted: #626973;
  --line: #dfe2e6;
  --paper: #f5f5f3;
  --white: #fff;
  --red: #c8171e;
  --red-dark: #991017;
  --silver: #cfd2d6;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.narrow { max-width: 850px; }
.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; z-index: 100; top: -60px; left: 16px; background: var(--white); color: var(--black); padding: 10px 16px; transition: top .2s; }
.skip-link:focus { top: 10px; }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(8,10,13,.95); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; box-shadow: 0 0 0 1px rgba(255,255,255,.2); }
.brand span { display: grid; line-height: 1.1; text-transform: uppercase; letter-spacing: .04em; }
.brand strong { font-size: 1.05rem; }
.brand small { margin-top: 5px; color: #b9bdc4; font-size: .66rem; letter-spacing: .16em; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { position: relative; color: #d6d8dc; text-decoration: none; font-size: .87rem; font-weight: 700; letter-spacing: .03em; }
.primary-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 0; height: 2px; background: var(--red); transition: width .2s; }
.primary-nav a:hover::after, .primary-nav a.active::after { width: 100%; }
.primary-nav a:hover, .primary-nav a.active { color: var(--white); }
.primary-nav .nav-cta { padding: 12px 18px; color: var(--white); background: var(--red); }
.primary-nav .nav-cta:hover { background: #e31c25; }
.nav-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: var(--white); }

.hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 78% 48%, #24282e 0, #111419 28%, var(--black) 66%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .24; 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: 48px 48px; mask-image: linear-gradient(to right, transparent, #000); }
.hero-glow { position: absolute; width: 520px; height: 520px; right: 5%; top: 10%; border: 1px solid rgba(200,23,30,.26); border-radius: 50%; box-shadow: 0 0 0 80px rgba(200,23,30,.035), 0 0 0 160px rgba(200,23,30,.025); }
.hero-grid { position: relative; min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 50px; align-items: center; padding-top: 70px; padding-bottom: 70px; }
.hero-copy { max-width: 690px; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; color: var(--red); font-size: .75rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: #ffdadd; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
.hero h1 { margin: 22px 0 24px; max-width: 650px; font-size: clamp(3.2rem, 6vw, 5.9rem); letter-spacing: -.055em; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 0; color: #c5c9cf; font-size: 1.12rem; }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 12px 22px; border: 1px solid transparent; text-decoration: none; font: inherit; font-size: .87rem; font-weight: 800; letter-spacing: .025em; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { color: var(--white); border-color: #4b5057; background: transparent; }
.button-secondary:hover { border-color: var(--white); }
.button-light { color: var(--red-dark); background: var(--white); }
.full { width: 100%; }
.next-net { display: flex; align-items: center; gap: 14px; margin-top: 50px; }
.pulse-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 7px rgba(200,23,30,.17); }
.next-net div:last-child { display: grid; }
.next-net span { color: #818791; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.next-net strong { font-size: .94rem; }
.hero-mark { display: flex; justify-content: center; }
.logo-frame { position: relative; width: min(100%, 500px); filter: drop-shadow(0 24px 38px rgba(0,0,0,.58)); }
.logo-frame::after { content: ""; position: absolute; inset: 6%; border-radius: 50%; box-shadow: inset 0 0 50px rgba(255,255,255,.06); pointer-events: none; }
.logo-frame img { border-radius: 50%; }

.frequency-strip { color: var(--white); background: var(--red); }
.frequency-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.frequency-grid > div { min-height: 112px; display: grid; grid-template-columns: auto 1fr; align-content: center; column-gap: 8px; padding: 20px 30px; border-left: 1px solid rgba(255,255,255,.25); }
.frequency-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.25); }
.frequency-grid span { grid-column: 1/-1; color: #ffd8da; font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.frequency-grid strong { font-size: 2rem; line-height: 1; letter-spacing: -.03em; }
.frequency-grid small { align-self: end; font-size: .7rem; font-weight: 700; text-transform: uppercase; }

.section { padding: 110px 0; }
.muted-section { background: var(--paper); }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.split-layout h2, .section-heading h2 { max-width: 580px; margin: 14px 0 0; font-size: clamp(2.2rem, 4vw, 3.7rem); letter-spacing: -.045em; }
.lead-copy p, .prose p { margin-top: 0; color: var(--muted); font-size: 1.08rem; }
.text-link { display: inline-flex; gap: 16px; margin-top: 12px; color: var(--red); font-weight: 800; text-decoration: none; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 70px; }
.feature-card { position: relative; min-height: 310px; padding: 38px; border: 1px solid var(--line); background: var(--white); }
.feature-card::after { content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 4px; background: var(--red); transition: width .3s; }
.feature-card:hover::after { width: 100%; }
.card-number { position: absolute; top: 26px; right: 28px; color: #c5c9ce; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 35px; color: var(--white); background: var(--red); font-size: 1.4rem; }
.feature-card h3 { font-size: 1.35rem; }
.feature-card p { color: var(--muted); font-size: .95rem; }
.cta-band { padding: 75px 0; color: var(--white); background: linear-gradient(120deg, #ae1118, var(--red)); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2 { margin: 14px 0 8px; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.04em; }
.cta-inner p { margin: 0; color: #ffdadd; }

.page-hero { padding: 100px 0; color: var(--white); background: radial-gradient(circle at 85% 25%, #292d33, var(--black) 58%); }
.page-hero h1, .signup-copy h1 { margin: 20px 0 22px; font-size: clamp(3rem, 6vw, 5rem); letter-spacing: -.055em; }
.page-hero p { max-width: 720px; margin: 0; color: #c5c9cf; font-size: 1.18rem; }
.details-grid { display: grid; grid-template-columns: 360px 1fr; gap: 30px; }
.schedule-card { padding: 34px; color: var(--white); background: var(--black); }
.label { display: block; color: var(--red); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.calendar-mark { display: flex; align-items: baseline; gap: 14px; margin: 34px 0 4px; }
.calendar-mark strong { color: var(--red); font-size: 4.4rem; line-height: 1; }
.calendar-mark span { font-size: 1.3rem; font-weight: 800; }
.time { font-size: 3.4rem; font-weight: 800; line-height: 1.1; }
.time small { font-size: 1.2rem; }
.schedule-card p { margin-bottom: 32px; color: #aeb3ba; }
.frequency-panel { padding: 38px 42px; border: 1px solid var(--line); }
.frequency-panel h2 { margin: 12px 0 26px; font-size: 2.4rem; }
.frequency-row { display: grid; grid-template-columns: 2fr 1fr 1fr; align-items: center; gap: 20px; padding: 23px 0; border-top: 1px solid var(--line); }
.frequency-row.hf { grid-template-columns: 2fr 1fr; }
.frequency-row > div { display: flex; align-items: center; gap: 14px; }
.frequency-row p { display: grid; margin: 0; }
.frequency-row small { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.frequency-row strong { font-size: 1.28rem; }
.signal { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: var(--red); background: #fff0f0; font-size: 1.4rem; }
.notice { margin-top: 25px; padding: 18px 20px; color: #565d66; border-left: 3px solid var(--red); background: var(--paper); font-size: .9rem; }
.notice strong { color: var(--ink); }
.prose h2 { margin: 15px 0 30px; font-size: 2.8rem; letter-spacing: -.04em; }
.section-heading { margin-bottom: 45px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.person-card { padding: 34px; border: 1px solid var(--line); }
.call-badge { display: inline-flex; padding: 9px 12px; margin-bottom: 30px; color: var(--white); background: var(--black); font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.person-card > span { display: block; margin-bottom: 10px; color: var(--red); font-size: .67rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.person-card h3 { margin-bottom: 9px; font-size: 1.65rem; }
.person-card p { min-height: 54px; color: var(--muted); }
.person-card a { color: var(--red); font-weight: 700; }

.signup-section { padding: 85px 0 110px; color: var(--white); background: radial-gradient(circle at 15% 35%, #23272d, var(--black) 48%); }
.signup-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 85px; align-items: start; }
.signup-copy { position: sticky; top: 150px; padding-top: 45px; }
.signup-copy > p { max-width: 520px; color: #bdc2c9; font-size: 1.08rem; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 38px 0; list-style: none; }
.check-list li { color: #e0e2e5; }
.check-list span { display: inline-grid; width: 24px; height: 24px; margin-right: 9px; place-items: center; color: var(--white); background: var(--red); font-size: .75rem; }
.privacy-note { max-width: 500px; padding: 20px; border-left: 3px solid var(--red); background: rgba(255,255,255,.05); }
.privacy-note p { margin: 4px 0 0; color: #9ca2aa; font-size: .86rem; }
.form-card { padding: 44px; color: var(--ink); background: var(--white); box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.form-card h2 { margin: 10px 0 30px; font-size: 2.15rem; letter-spacing: -.035em; }
.field { display: grid; gap: 7px; margin-bottom: 20px; font-size: .82rem; font-weight: 800; }
.field > span, .consent em { color: var(--red); font-style: normal; }
.field input, .field select { width: 100%; min-height: 51px; padding: 11px 13px; color: var(--ink); border: 1px solid #cfd3d8; border-radius: 0; background: var(--white); font: inherit; font-weight: 400; }
.field input:focus, .field select:focus { outline: 2px solid rgba(200,23,30,.25); border-color: var(--red); }
.consent { display: flex; gap: 11px; align-items: flex-start; margin: 6px 0 24px; color: #515760; font-size: .82rem; font-weight: 400; }
.consent input { width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--red); }
.form-footnote { margin: 20px 0 0; color: var(--muted); text-align: center; font-size: .78rem; }
.form-footnote a { color: var(--red); }
.honeypot { position: absolute !important; left: -9999px !important; }
.error-summary { margin-bottom: 25px; padding: 16px 18px; color: #7e1116; border-left: 3px solid var(--red); background: #fff0f1; font-size: .86rem; }
.error-summary ul { margin: 7px 0 0; padding-left: 20px; }
.success-message { padding: 35px 8px; text-align: center; }
.success-icon { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 25px; color: var(--white); border-radius: 50%; background: var(--red); font-size: 2rem; }
.success-message p { margin-bottom: 30px; color: var(--muted); }

.site-footer { padding: 70px 0 25px; color: #aaafb7; background: var(--black); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .8fr 1fr; gap: 70px; padding-bottom: 55px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid p { max-width: 390px; margin: 0; font-size: .86rem; }
.footer-grid h2 { margin-bottom: 20px; color: var(--white); font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid a:not(.brand) { color: #aaafb7; text-decoration: none; font-size: .86rem; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid #292d32; font-size: .72rem; }
.footer-bottom a { color: var(--white); font-weight: 700; text-decoration: none; }
.footer-bottom a:hover { color: #ff8b90; text-decoration: underline; }

@media (max-width: 900px) {
  .primary-nav { position: absolute; top: 84px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px 20px 22px; background: #0b0d10; border-top: 1px solid #292d32; }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 10px; }
  .primary-nav a::after { display: none; }
  .primary-nav .nav-cta { margin-top: 8px; text-align: center; }
  .nav-toggle { display: block; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 80px; }
  .hero-mark { grid-row: 1; }
  .logo-frame { width: min(75vw, 380px); }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-copy > p { margin: auto; }
  .hero-actions, .next-net { justify-content: center; }
  .frequency-grid { grid-template-columns: repeat(2, 1fr); }
  .split-layout, .signup-grid { grid-template-columns: 1fr; gap: 50px; }
  .signup-copy { position: static; }
  .card-grid, .team-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .details-grid { grid-template-columns: 1fr; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { height: 72px; }
  .brand img { width: 46px; height: 46px; }
  .primary-nav { top: 72px; }
  .hero-grid { padding: 55px 0; gap: 40px; }
  .hero h1 { font-size: 3.15rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .frequency-grid { grid-template-columns: 1fr 1fr; }
  .frequency-grid > div { min-height: 94px; padding: 15px; }
  .frequency-grid strong { font-size: 1.55rem; }
  .section { padding: 75px 0; }
  .split-layout { gap: 30px; }
  .feature-card, .person-card { padding: 28px; }
  .page-hero { padding: 70px 0; }
  .page-hero h1, .signup-copy h1 { font-size: 3.05rem; }
  .frequency-panel, .form-card { padding: 27px 22px; }
  .frequency-row, .frequency-row.hf { grid-template-columns: 1fr; gap: 13px; }
  .signup-section { padding: 45px 0 75px; }
  .signup-copy { padding-top: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}
