:root {
  --ink: #071626;
  --ink-2: #0d2238;
  --paper: #f4f7f8;
  --white: #ffffff;
  --amber: #e3c34d;
  --amber-bright: #f5df89;
  --teal: #58d598;
  --muted: #aebdca;
  --line: rgba(255,255,255,.13);
  --shadow: 0 24px 70px rgba(2, 13, 24, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; }
.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; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 26px 30px;
  color: var(--white);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 1.05rem; letter-spacing: -.02em; }
.brand strong { color: var(--amber-bright); }
.brand-mark { display: block; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 8px; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: rgba(255,255,255,.82); text-decoration: none; font-size: .9rem; font-weight: 650; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.site-nav .nav-cta { padding: 10px 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: var(--white); }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: white; }

.hero { position: relative; min-height: 800px; display: flex; align-items: center; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,31,.98) 0%, rgba(3,17,31,.93) 30%, rgba(3,17,31,.66) 53%, rgba(3,17,31,.12) 80%), linear-gradient(0deg, rgba(3,17,31,.9), transparent 35%); }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 60px)); margin: 0 auto; padding-top: 90px; }
.hero-content > * { max-width: 690px; }
.eyebrow, .kicker { margin: 0 0 18px; color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #dcf9e9; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 6px rgba(99,214,160,.12); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { margin-bottom: 24px; font-size: clamp(3.3rem, 6.4vw, 6.6rem); font-weight: 760; max-width: 850px !important; }
h1 em { color: var(--amber-bright); font-style: normal; }
.hero-copy { margin: 0 0 34px; color: #d0dae3; font-size: clamp(1.05rem, 1.8vw, 1.26rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 22px; border-radius: 6px; text-decoration: none; font-weight: 800; }
.button-primary { background: var(--amber); color: #18212a; box-shadow: 0 12px 30px rgba(238,191,85,.2); }
.button-primary:hover { background: var(--amber-bright); }
.button-secondary { border: 1px solid rgba(255,255,255,.28); color: var(--white); background: rgba(255,255,255,.05); backdrop-filter: blur(8px); }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0; margin: 0; list-style: none; color: #c4d1db; font-size: .9rem; }
.trust-list li::before { content: "✓"; color: var(--teal); margin-right: 8px; font-weight: 900; }

.signal-strip { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4,1fr); width: min(1180px, calc(100% - 60px)); margin: -62px auto 0; background: var(--white); box-shadow: var(--shadow); }
.signal-strip div { min-height: 124px; padding: 28px; border-right: 1px solid #dce3e7; }
.signal-strip div:last-child { border-right: 0; }
.signal-strip span { display: block; margin-bottom: 8px; color: #6c7a86; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.signal-strip strong { display: block; font-size: .98rem; line-height: 1.35; }

.section { width: min(1180px, calc(100% - 60px)); margin: 0 auto; padding: 120px 0; }
.section-heading { max-width: 720px; margin-bottom: 56px; }
.section-heading h2, .coverage-copy h2, .standards-card h2, .pilot-section h2 { margin-bottom: 20px; font-size: clamp(2.3rem, 4.2vw, 4.2rem); }
.section-heading > p:last-child, .coverage-copy > p, .pilot-section > div > p:last-child { color: #536575; font-size: 1.08rem; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.step-card { min-height: 270px; padding: 30px; background: var(--white); border: 1px solid #dce4e8; }
.step-card.featured-step { background: var(--ink-2); color: var(--white); border-color: var(--ink-2); transform: translateY(-14px); box-shadow: var(--shadow); }
.step-number { display: block; margin-bottom: 48px; color: #8a9ba8; font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.featured-step .step-number { color: var(--amber); }
.step-card h3 { margin-bottom: 12px; font-size: 1.3rem; }
.step-card p { margin: 0; color: #617382; }
.featured-step p { color: #bfccd6; }

.coverage-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.control-list { display: grid; gap: 24px; margin-top: 38px; }
.control-list div { display: grid; grid-template-columns: 32px 1fr; gap: 13px; }
.control-list span { display: grid; place-items: center; width: 28px; height: 28px; margin-top: 3px; border-radius: 50%; background: #def5e8; color: #17613d; font-weight: 900; }
.control-list p { margin: 0; color: #526473; }
.control-list strong { color: var(--ink); }
.industry-panel { padding: 48px; background: linear-gradient(145deg, #0c2137, #061422); color: var(--white); box-shadow: var(--shadow); }
.panel-label { margin: 0 0 30px; color: var(--amber); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.industry-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-grid span { padding: 22px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 750; }
.panel-note { margin: 28px 0 0; color: var(--muted); font-size: .9rem; }

.standards-section { padding-top: 30px; }
.standards-card { padding: 70px; background: #e5ecef; }
.standards-card > div:first-child { max-width: 760px; }
.standards-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; margin-top: 58px; }
.standards-grid article { border-top: 2px solid #b3c1ca; padding-top: 24px; }
.standards-grid strong { color: #79909f; font-size: .78rem; }
.standards-grid h3 { margin: 18px 0 10px; font-size: 1.28rem; }
.standards-grid p { margin: 0; color: #536575; }

.pricing-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: center; }
.pricing-heading { margin-bottom: 0; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.price-card { overflow: hidden; background: var(--white); border: 1px solid #d9e2e7; box-shadow: var(--shadow); }
.recommended-plan { position: relative; border-color: #93b7a3; }
.plan-flag { position: absolute; z-index: 2; top: 14px; right: 14px; padding: 5px 9px; border-radius: 999px; background: var(--amber); color: #18212a; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.price-top { padding: 38px 42px 30px; background: var(--ink); color: var(--white); }
.price-top > p:first-child { margin: 0 0 10px; color: var(--teal); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.price { font-size: 4.4rem; font-weight: 800; line-height: 1; letter-spacing: -.06em; }
.price sup { color: var(--amber); font-size: 1.5rem; vertical-align: top; position: relative; top: 10px; }
.price span { margin-left: 8px; color: #aebdca; font-size: .9rem; letter-spacing: 0; }
.month-note { margin: 13px 0 0; color: #b8c6d1; font-size: .88rem; }
.price-card ul { padding: 28px 42px 20px; margin: 0; list-style: none; }
.price-card li { display: grid; grid-template-columns: 24px 1fr; padding: 11px 0; border-bottom: 1px solid #edf1f3; }
.price-card li span { color: #17613d; font-weight: 900; }
.overage { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 6px 42px 38px; padding: 18px 0 0; }
.overage span { color: #6b7d89; font-size: .86rem; }
.overage strong { color: var(--ink); }
.minute-note { grid-column: 2; margin: -36px 0 0; color: #627583; font-size: .84rem; }

.faq-section { padding-top: 50px; }
.faq-heading { margin-bottom: 36px; }
.faq-list { border-top: 1px solid #cbd7dd; }
.faq-list details { border-bottom: 1px solid #cbd7dd; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 2px; cursor: pointer; list-style: none; font-size: 1.08rem; font-weight: 760; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #758a99; font-size: 1.5rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 820px; margin: -6px 0 26px; color: #566978; }

.pilot-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; padding: 88px max(30px, calc((100% - 1180px)/2)); background: var(--ink); color: var(--white); }
.pilot-section > div > p:last-child { color: #b7c5d0; }
.pilot-badge { padding: 34px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.04); }
.pilot-badge span, .pilot-badge small { display: block; color: #aebdca; }
.pilot-badge span { font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.pilot-badge strong { display: block; margin: 10px 0; color: var(--amber-bright); font-size: 2.3rem; line-height: 1.1; }
.onboarding-steps { display: grid; gap: 16px; padding: 0; margin: 28px 0 0; list-style: none; counter-reset: onboarding; }
.onboarding-steps li { position: relative; padding-left: 48px; counter-increment: onboarding; }
.onboarding-steps li::before { content: counter(onboarding); position: absolute; left: 0; top: 2px; display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--teal); font-size: .78rem; font-weight: 900; }
.onboarding-steps strong, .onboarding-steps span { display: block; }
.onboarding-steps span { color: #aebdca; font-size: .9rem; }

footer { display: grid; grid-template-columns: auto 1fr auto; gap: 36px; align-items: center; padding: 40px max(30px, calc((100% - 1180px)/2)); background: #04101c; color: #8799a8; font-size: .82rem; }
.footer-brand { color: white; }
footer p { margin: 0; }
.copyright { text-align: right; }

:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }

@media (max-width: 900px) {
  .site-header { padding: 22px 24px; }
  .menu-button { display: block; z-index: 3; }
  .site-nav { display: none; position: absolute; top: 72px; left: 20px; right: 20px; padding: 20px; flex-direction: column; align-items: stretch; gap: 8px; background: #0b2035; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px; }
  .hero { min-height: 760px; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,17,31,.98), rgba(3,17,31,.8)), linear-gradient(0deg, rgba(3,17,31,.98), transparent); }
  .hero-content { width: min(100% - 44px, 680px); }
  .signal-strip { grid-template-columns: 1fr 1fr; width: min(100% - 36px, 700px); }
  .signal-strip div:nth-child(2) { border-right: 0; }
  .signal-strip div:nth-child(-n+2) { border-bottom: 1px solid #dce3e7; }
  .section { width: min(100% - 44px, 700px); padding: 90px 0; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step-card.featured-step { transform: none; }
  .coverage-section, .pricing-section { grid-template-columns: 1fr; gap: 50px; }
  .minute-note { grid-column: 1; margin-top: -30px; }
  .standards-card { padding: 48px 34px; }
  .standards-grid { grid-template-columns: 1fr; gap: 30px; }
  .pilot-section { grid-template-columns: 1fr; gap: 30px; }
  footer { grid-template-columns: 1fr; gap: 16px; }
  .copyright { text-align: left; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .hero { min-height: 790px; }
  .hero-image { object-position: 67% center; opacity: .72; }
  .hero-content { width: calc(100% - 32px); padding-top: 100px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-list { display: grid; gap: 8px; }
  .signal-strip { grid-template-columns: 1fr; width: calc(100% - 24px); margin-top: -45px; }
  .signal-strip div { min-height: auto; padding: 22px; border-right: 0; border-bottom: 1px solid #dce3e7; }
  .section { width: calc(100% - 32px); padding: 78px 0; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: auto; }
  .step-number { margin-bottom: 32px; }
  .industry-panel { padding: 30px 22px; }
  .industry-grid { grid-template-columns: 1fr; }
  .standards-card { padding: 40px 22px; }
  .pricing-section { width: 100%; }
  .pricing-heading { padding: 0 16px; }
  .price-top, .price-card ul { padding-left: 28px; padding-right: 28px; }
  .price-grid { grid-template-columns: 1fr; }
  .overage { margin-left: 28px; margin-right: 28px; align-items: flex-start; flex-direction: column; gap: 4px; }
  .pilot-section { padding: 70px 22px; }
  footer { padding: 36px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Gold and emerald brand accents. */
.standards-grid article:nth-child(odd) { border-top-color: #a67816; }
.standards-grid article:nth-child(even) { border-top-color: #258153; }
.standards-grid article:nth-child(odd) > strong { color: #805b0e; }
.standards-grid article:nth-child(even) > strong { color: #17613d; }

.contact-section { padding-top: 72px; padding-bottom: 72px; }
.contact-section .kicker { color: #17613d; }
.contact-section h2 { font-size: clamp(2rem, 4vw, 3rem); }
.contact-section p { max-width: 680px; }

/* Gold, purple and emerald accents. */
.button-primary, .plan-flag { background: linear-gradient(115deg, #f6e59a 0%, #dfbd43 55%, #f1da7a 100%); color: #172016; }
.button-primary:hover { background: #f5df89; }
.brand strong, h1 em { color: #f0d76f; }
.industry-panel { background: linear-gradient(145deg, #45235f, #21142f); }
.price-top { background: #2f1b43; }
.featured-step { border-top: 4px solid #58d598; }
.standards-grid article:nth-child(1) { border-top-color: #76509d; }
.standards-grid article:nth-child(1) > strong { color: #68408f; }
.standards-grid article:nth-child(2) { border-top-color: #258153; }
.standards-grid article:nth-child(3) { border-top-color: #a67816; }
.pilot-badge { border-color: #8c66ae; background: #291c3d; }
