:root {
  --graphite: #131a22;
  --graphite-80: #2a333d;
  --blue: #1657d9;
  --blue-dark: #0f3fa0;
  --slate: #4a5460;
  --grey: #c7cdd4;
  --ice: #edf1f5;
  --white: #ffffff;
  --amber: #e8a200;
  --container: min(1180px, calc(100% - 40px));
  --shadow: 0 28px 80px rgb(19 26 34 / 12%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--graphite);
  background: var(--white);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin-inline: auto; }
.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; left: 20px; top: -80px; z-index: 1000; background: var(--white); color: var(--graphite); padding: 12px 18px; }
.skip-link:focus { top: 20px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.is-fixed { position: fixed; background: rgb(19 26 34 / 96%); box-shadow: 0 10px 30px rgb(0 0 0 / 12%); backdrop-filter: blur(12px); }
.site-header.solid { position: relative; background: var(--graphite); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 176px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; color: var(--white); font-weight: 600; font-size: 14px; }
.main-nav > a:not(.nav-cta) { color: rgb(255 255 255 / 74%); transition: color .2s ease; }
.main-nav > a:hover { color: var(--white); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; background: var(--blue); color: var(--white); font-weight: 700; }
.nav-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: var(--white); }

.hero { position: relative; overflow: hidden; min-height: 790px; padding: 170px 0 100px; color: var(--white); background: var(--graphite); }
.hero::before { content: ""; position: absolute; width: 700px; height: 700px; right: -260px; top: -270px; border: 125px solid rgb(22 87 217 / 11%); border-radius: 50%; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgb(255 255 255 / 10%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); gap: 100px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-family: "JetBrains Mono", monospace; font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 790px; margin: 0; font-size: clamp(46px, 6.2vw, 82px); line-height: .98; letter-spacing: -.045em; font-weight: 900; }
.hero h1 span { color: var(--blue); }
.hero-intro { max-width: 680px; margin: 32px 0 0; color: rgb(255 255 255 / 72%); font-size: 19px; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); }
.button-primary:hover { background: var(--blue-dark); }
.button-ghost { color: var(--white); border-color: rgb(255 255 255 / 30%); }
.button-ghost:hover { border-color: var(--white); }
.button-dark { color: var(--white); background: var(--graphite); }
.button.full { width: 100%; }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; margin: 34px 0 0; padding: 0; list-style: none; color: rgb(255 255 255 / 55%); font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hero-points li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 9px; background: var(--blue); }

.status-panel { padding: 28px; border: 1px solid rgb(255 255 255 / 12%); background: #18212b; box-shadow: 0 34px 90px rgb(0 0 0 / 25%); }
.status-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid rgb(255 255 255 / 12%); color: rgb(255 255 255 / 70%); font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.status-visual { display: flex; min-height: 335px; flex-direction: column; align-items: center; justify-content: center; }
.status-visual strong { margin-top: 22px; font-size: 38px; letter-spacing: -.02em; }
.status-visual span { color: rgb(255 255 255 / 52%); font-size: 13px; }
.ring-large { animation: rotate-ring 18s linear infinite; }
@keyframes rotate-ring { to { transform: rotate(360deg); } }
.status-list { display: grid; gap: 10px; font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; }
.status-list div { display: flex; justify-content: space-between; padding-top: 10px; border-top: 1px solid rgb(255 255 255 / 10%); }
.status-list span { color: rgb(255 255 255 / 45%); }
.status-list b { color: var(--blue); font-weight: 500; }

.audience-strip { padding: 26px 0; border-bottom: 1px solid var(--grey); background: var(--ice); }
.audience-list { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--slate); font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.audience-list span::before { content: "+"; margin-right: 9px; color: var(--blue); }

.section { padding: 110px 0; }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: start; }
h2 { margin: 0; font-size: clamp(36px, 4.6vw, 62px); line-height: 1.02; letter-spacing: -.04em; font-weight: 900; }
.body-large { color: var(--slate); font-size: 20px; }
.body-large p:first-child { margin-top: 0; }

.services { background: var(--ice); }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading > p:last-child { max-width: 670px; color: var(--slate); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; display: flex; min-height: 590px; flex-direction: column; padding: 32px 28px; overflow: hidden; border: 1px solid var(--grey); background: var(--white); }
.service-card.featured { border-top: 5px solid var(--blue); padding-top: 28px; box-shadow: var(--shadow); }
.service-card.dark { color: var(--white); border-color: var(--graphite); background: var(--graphite); }
.service-number { position: absolute; right: 18px; top: 7px; color: var(--ice); font-size: 88px; line-height: 1; font-weight: 900; }
.dark .service-number { color: rgb(255 255 255 / 5%); }
.service-label { position: relative; margin: 0; color: var(--blue); font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { position: relative; margin: 12px 0 0; font-size: 25px; }
.price { position: relative; margin: 34px 0 0; color: var(--blue); font-size: 50px; line-height: 1; font-weight: 900; letter-spacing: -.04em; }
.price span { font-size: 18px; letter-spacing: 0; }
.norm { margin: 12px 0 0; color: var(--slate); font-size: 13px; }
.dark .norm { color: rgb(255 255 255 / 55%); }
.service-card ul { margin: 30px 0; padding: 0; list-style: none; color: var(--slate); font-size: 14px; }
.dark ul { color: rgb(255 255 255 / 72%); }
.service-card li { padding: 8px 0; border-bottom: 1px solid var(--ice); }
.dark li { border-color: rgb(255 255 255 / 10%); }
.service-card li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 9px; background: var(--blue); }
.partner-price { margin: auto 0 0; padding-top: 18px; border-top: 1px solid var(--grey); font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; }
.dark .partner-price { border-color: rgb(255 255 255 / 12%); }
.pricing-note { max-width: 820px; margin: 30px 0 0; color: var(--slate); font-size: 13px; }

.process { color: var(--white); background: var(--graphite); }
.section-heading.light p:last-child { color: rgb(255 255 255 / 60%); }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgb(255 255 255 / 18%); }
.process-grid li { min-height: 260px; padding: 28px 24px; border-right: 1px solid rgb(255 255 255 / 12%); }
.process-grid li:first-child { border-left: 1px solid rgb(255 255 255 / 12%); }
.process-grid span { color: var(--blue); font-family: "JetBrains Mono", monospace; font-size: 12px; }
.process-grid h3 { margin: 60px 0 8px; font-size: 20px; }
.process-grid p { margin: 0; color: rgb(255 255 255 / 58%); font-size: 14px; }

.pilot { background: var(--white); }
.pilot-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; padding: 66px; background: var(--ice); box-shadow: var(--shadow); }
.pilot-copy > p:not(.eyebrow) { max-width: 620px; color: var(--slate); font-size: 18px; }
.text-link { color: var(--blue); font-weight: 800; }
.pilot-facts { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--grey); background: var(--white); }
.pilot-facts div { display: flex; min-height: 130px; flex-direction: column; justify-content: center; padding: 22px; border-right: 1px solid var(--grey); border-bottom: 1px solid var(--grey); }
.pilot-facts div:nth-child(even) { border-right: 0; }
.pilot-facts div:nth-last-child(-n+2) { border-bottom: 0; }
.pilot-facts span { color: var(--blue); font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.pilot-facts strong { margin-top: 8px; font-size: 17px; }

.tint-section { background: var(--ice); }
.tint-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.tint-visual { min-height: 510px; padding: 48px; background: var(--graphite); }
.tint-window { display: flex; height: 100%; min-height: 414px; align-items: flex-end; padding: 44px; background: linear-gradient(135deg, #223141, #0b1117 66%); clip-path: polygon(8% 0, 100% 0, 91% 100%, 0 100%); }
.tint-window span { color: var(--white); font-size: 36px; line-height: 1.02; font-weight: 900; text-transform: uppercase; }
.tint-copy > p:not(.eyebrow) { color: var(--slate); font-size: 18px; }
.check-list { margin: 26px 0 32px; padding: 0; list-style: none; }
.check-list li { padding: 10px 0; border-bottom: 1px solid var(--grey); }
.check-list li::before { content: "READY"; margin-right: 14px; color: var(--blue); font-family: "JetBrains Mono", monospace; font-size: 9px; }

.location-section { color: var(--white); background: var(--blue); }
.location-section .eyebrow { color: var(--white); }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.location-grid > div:last-child { color: rgb(255 255 255 / 80%); font-size: 18px; }

.contact-section { color: var(--white); background: var(--graphite); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.contact-copy > p:not(.eyebrow) { color: rgb(255 255 255 / 62%); font-size: 18px; }
.direct-contact { display: flex; flex-direction: column; margin-top: 34px; color: var(--blue); font-size: 21px; font-weight: 800; }
.lead-form { padding: 38px; color: var(--graphite); background: var(--white); }
.form-row { display: grid; gap: 18px; }
.form-row.two { grid-template-columns: 1fr 1fr; }
.lead-form label { display: block; margin-bottom: 18px; font-size: 13px; font-weight: 700; }
.lead-form input:not([type="checkbox"]), .lead-form select, .lead-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--graphite); border: 1px solid var(--grey); border-radius: 0; background: var(--white); outline: 0; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgb(22 87 217 / 12%); }
.consent { display: flex !important; align-items: flex-start; gap: 10px; color: var(--slate); font-weight: 400 !important; }
.consent input { margin-top: 4px; accent-color: var(--blue); }
.form-status { min-height: 24px; margin: 12px 0 0; color: var(--slate); font-size: 13px; }
.form-status.success { color: #177245; }
.form-status.error { color: #b3261e; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.button:disabled { opacity: .65; cursor: wait; transform: none; }

.site-footer { padding: 70px 0 20px; color: var(--white); background: #0b1117; }
.footer-main { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 70px; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-main img { width: 310px; height: auto; }
.footer-main p, .footer-main span, .footer-main a { color: rgb(255 255 255 / 56%); font-size: 13px; }
.footer-main h3 { margin: 0 0 15px; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 18px; border-top: 1px solid rgb(255 255 255 / 12%); color: rgb(255 255 255 / 40%); font-family: "JetBrains Mono", monospace; font-size: 10px; text-transform: uppercase; }

.legal-content { max-width: 820px; padding-top: 60px; }
.legal-content h1 { margin: 0 0 40px; font-size: clamp(44px, 7vw, 72px); line-height: 1; }
.legal-content h2 { margin-top: 38px; font-size: 26px; }
.legal-content a { color: var(--blue); }
.legal-note { margin-top: 50px; padding: 20px; background: var(--ice); font-size: 13px; }

.pilot-hero { min-height: 720px; }
.pilot-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.pilot-summary { padding: 34px; border: 1px solid rgb(255 255 255 / 15%); background: #18212b; box-shadow: 0 34px 90px rgb(0 0 0 / 25%); }
.pilot-summary dl { margin: 0; }
.pilot-summary dl div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 20px; padding: 18px 0; border-top: 1px solid rgb(255 255 255 / 11%); }
.pilot-summary dt { color: rgb(255 255 255 / 48%); font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.pilot-summary dd { margin: 0; color: var(--white); font-weight: 700; }

.proof-section { background: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.proof-card { min-height: 285px; padding: 34px; border: 1px solid var(--grey); background: var(--ice); }
.proof-card > span { color: var(--blue); font-family: "JetBrains Mono", monospace; font-size: 12px; }
.proof-card h3 { margin: 68px 0 10px; font-size: 23px; }
.proof-card p { margin: 0; color: var(--slate); }

.calculator-section { color: var(--white); background: var(--graphite); }
.calculator-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.body-muted { color: rgb(255 255 255 / 58%); font-size: 18px; }
.calculator-card { padding: 38px; color: var(--graphite); background: var(--white); }
.calculator-card label { display: grid; grid-template-columns: 1fr auto; gap: 12px; margin-bottom: 30px; font-size: 14px; font-weight: 700; }
.calculator-card output { color: var(--blue); font-family: "JetBrains Mono", monospace; }
.calculator-card input[type="range"] { grid-column: 1 / -1; width: 100%; accent-color: var(--blue); }
.calculation-result { margin: 12px 0 28px; padding: 28px; color: var(--white); background: var(--graphite); }
.calculation-result span, .calculation-result small { display: block; color: rgb(255 255 255 / 58%); }
.calculation-result span { font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.calculation-result strong { display: block; margin: 10px 0 3px; color: var(--blue); font-size: 44px; line-height: 1; }

.pilot-timeline-section { background: var(--ice); }
.pilot-timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 4px solid var(--blue); }
.pilot-timeline li { min-height: 280px; padding: 30px 26px; border-right: 1px solid var(--grey); background: var(--white); }
.pilot-timeline li:first-child { border-left: 1px solid var(--grey); }
.pilot-timeline span { color: var(--blue); font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; }
.pilot-timeline h3 { margin: 65px 0 10px; font-size: 22px; }
.pilot-timeline p { margin: 0; color: var(--slate); font-size: 14px; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.faq-list details { border-top: 1px solid var(--grey); }
.faq-list details:last-child { border-bottom: 1px solid var(--grey); }
.faq-list summary { padding: 22px 38px 22px 0; cursor: pointer; font-weight: 800; list-style: none; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--blue); font-size: 24px; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -4px 40px 24px 0; color: var(--slate); }
.download-link { display: inline-block; margin-top: 32px; color: var(--blue); font-weight: 800; }

.thank-you-page { min-height: 100vh; background: var(--graphite); }
.thank-you-main { min-height: calc(100vh - 82px); display: grid; align-items: center; padding: 70px 0; }
.thank-you-card { max-width: 820px; padding: 70px; background: var(--white); box-shadow: var(--shadow); }
.thank-you-card h1 { margin: 18px 0 24px; font-size: clamp(46px, 7vw, 78px); line-height: .98; letter-spacing: -.045em; }
.thank-you-card > p:not(.eyebrow, .reference) { max-width: 640px; color: var(--slate); font-size: 19px; }
.thank-you-card .reference { color: var(--blue); font-family: "JetBrains Mono", monospace; font-size: 12px; }
.mobile-pilot-cta { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .status-panel { max-width: 560px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li { border-bottom: 1px solid rgb(255 255 255 / 12%); }
  .pilot-card, .tint-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .pilot-hero-grid, .calculator-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .pilot-summary { max-width: 620px; }
  .pilot-timeline { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  :root { --container: min(100% - 30px, 1180px); }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; inset: 82px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: var(--graphite); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 0; }
  .main-nav .nav-cta { margin-top: 10px; padding-inline: 18px; }
  .hero { min-height: auto; padding: 145px 0 80px; }
  .hero-grid { gap: 48px; }
  .hero-grid > *, .pilot-card > *, .tint-grid > *, .contact-grid > * { min-width: 0; }
  .eyebrow { overflow-wrap: anywhere; }
  .hero-intro { font-size: 17px; }
  .status-panel { padding: 22px; }
  .audience-list { overflow-x: auto; justify-content: flex-start; padding-bottom: 4px; }
  .audience-list span { flex: 0 0 auto; }
  .section { padding: 80px 0; }
  .split-heading, .location-grid { grid-template-columns: 1fr; gap: 36px; }
  .body-large { font-size: 17px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: auto; border-left: 1px solid rgb(255 255 255 / 12%); }
  .process-grid h3 { margin-top: 25px; }
  .pilot-card { gap: 44px; padding: 34px 24px; }
  .pilot-card h2 { font-size: clamp(29px, 9.5vw, 42px); overflow-wrap: anywhere; }
  .tint-section.section { padding: 64px 0; }
  .tint-grid { min-width: 0; gap: 34px; }
  .tint-grid > * { min-width: 0; }
  .tint-visual { min-height: 0; padding: 16px; overflow: hidden; }
  .tint-window { min-height: 245px; height: auto; padding: 26px 22px; clip-path: polygon(5% 0, 100% 0, 94% 100%, 0 100%); }
  .tint-window span { max-width: 100%; font-size: clamp(23px, 7.2vw, 29px); overflow-wrap: normal; }
  .tint-copy h2 { font-size: clamp(33px, 10vw, 48px); overflow-wrap: normal; }
  .tint-copy .button { width: 100%; text-align: center; }
  .contact-grid { gap: 50px; }
  .lead-form { padding: 25px 20px; }
  .form-row.two { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .proof-grid, .pilot-timeline { grid-template-columns: 1fr; }
  .proof-card { min-height: 230px; }
  .proof-card h3 { margin-top: 38px; }
  .pilot-timeline li { min-height: auto; border-left: 1px solid var(--grey); border-bottom: 1px solid var(--grey); }
  .pilot-timeline h3 { margin-top: 32px; }
  .calculator-card { padding: 28px 22px; }
  .calculation-result strong { font-size: 36px; }
  .thank-you-card { padding: 45px 25px; }
  .mobile-pilot-cta { position: fixed; z-index: 30; right: 15px; bottom: 15px; left: 15px; display: flex; min-height: 52px; align-items: center; justify-content: center; color: var(--white); background: var(--blue); box-shadow: 0 15px 40px rgb(0 0 0 / 28%); font-weight: 800; }
  .site-footer { padding-bottom: 90px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
