*, *::before, *::after { box-sizing: border-box; }
:root {
  --bg: #f6f8fb;
  --paper: #fff;
  --paper-2: #eaf0f7;
  --ink: #141821;
  --muted: #526074;
  --line: #c7d2df;
  --blue: #2357d8;
  --blue-dark: #173a91;
  --green: #0f766e;
  --amber: #8a4800;
  --steel: #27394d;
  --max: 1180px;
  --radius: 10px;
  --shadow: 0 18px 48px rgb(20 24 33 / 12%);
}
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgb(35 87 216 / 38%); outline-offset: 3px; }
.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; padding: 10px 14px; color: #fff; background: var(--ink); border-radius: 7px; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgb(199 210 223 / 85%); background: rgb(246 248 251 / 92%); backdrop-filter: blur(16px); }
.nav { position: relative; display: flex; align-items: center; gap: 24px; max-width: var(--max); min-height: 72px; padding: 0 24px; margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 820; text-decoration: none; white-space: nowrap; }
.brand-mark { display: grid; width: 34px; height: 34px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--green)); border-radius: 8px; place-items: center; font-size: .78rem; box-shadow: 0 8px 22px rgb(35 87 216 / 22%); }
.nav-links { display: flex; align-items: center; gap: 24px; padding: 0; margin: 0 0 0 auto; list-style: none; color: var(--muted); font-size: .94rem; font-weight: 680; }
.nav-links a { padding: 22px 0; text-decoration: none; border-bottom: 2px solid transparent; }
.nav-links a:hover { color: var(--ink); border-bottom-color: var(--green); }
.menu-button { display: none; min-width: 44px; min-height: 44px; margin-left: auto; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 8px; font: inherit; font-weight: 750; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 17px; border: 1px solid transparent; border-radius: 8px; font-weight: 780; text-decoration: none; cursor: pointer; }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgb(35 87 216 / 20%); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { background: var(--paper); border-color: var(--line); }
.button-secondary:hover { border-color: var(--steel); }
.text-link { color: var(--blue-dark); font-weight: 760; text-underline-offset: 4px; }
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 82% 30%, rgb(15 118 110 / 13%), transparent 28%), linear-gradient(135deg, var(--bg), #edf3fa); }
.hero::after { position: absolute; right: -120px; bottom: -190px; width: 520px; height: 520px; content: ""; opacity: .42; background-image: linear-gradient(rgb(35 87 216 / 14%) 1px, transparent 1px), linear-gradient(90deg, rgb(35 87 216 / 14%) 1px, transparent 1px); background-size: 28px 28px; transform: rotate(-8deg); }
.hero-inner { position: relative; z-index: 1; max-width: var(--max); min-height: 520px; padding: 110px 24px 92px; margin: 0 auto; }
.hero-compact .hero-inner { min-height: 500px; }
.eyebrow, .section-kicker { display: block; margin-bottom: 18px; color: var(--green); font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; letter-spacing: -.035em; }
h1 { max-width: 850px; font-size: clamp(2.65rem, 7vw, 5.5rem); line-height: .99; }
h2 { max-width: 760px; font-size: clamp(2rem, 4.5vw, 3.3rem); line-height: 1.05; }
.hero-lede { max-width: 760px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.34rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-top: 32px; }
.section { padding: 88px 24px; background: var(--paper); }
.section:nth-child(even) { background: var(--bg); }
.section-inner { max-width: var(--max); margin: 0 auto; }
.section-copy { max-width: 760px; margin: 22px 0 0; color: var(--muted); font-size: 1.1rem; }
.estimator-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: 24px; margin-top: 38px; }
.calculator, .results { padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.calculator fieldset { padding: 0; margin: 0; border: 0; }
.calculator legend, .results h3 { margin: 0 0 22px; font-size: 1.25rem; font-weight: 820; }
.field + .field { margin-top: 22px; }
.field-heading { display: flex; gap: 18px; align-items: baseline; justify-content: space-between; font-weight: 720; }
.field output { color: var(--blue-dark); font-weight: 850; }
.field input { width: 100%; min-height: 44px; margin-top: 6px; accent-color: var(--blue); }
.fine-print { margin: 24px 0 0; color: var(--muted); font-size: .9rem; }
.results dl { margin: 0; }
.results dl div { display: flex; gap: 20px; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); }
.results dt { color: var(--muted); }
.results dd { margin: 0; font-weight: 800; }
.result-total { display: flex; gap: 18px; align-items: center; justify-content: space-between; padding: 18px; margin: 22px 0 0; color: #fff; background: linear-gradient(135deg, var(--blue), var(--green)); border-radius: 8px; font-weight: 820; }
.result-total output { font-size: 1.35rem; }
.narrow { max-width: 900px; }
.error-summary { padding: 20px; margin: 30px 0; color: #6d1b13; background: #fff0ed; border: 2px solid #b42318; border-radius: 8px; }
.error-summary h3 { font-size: 1.25rem; }
.error-summary p { margin: 8px 0; }
.error-summary ul { margin-bottom: 0; }
.contact-form { display: grid; gap: 24px; padding: clamp(22px, 5vw, 42px); margin-top: 36px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-form fieldset { padding: 0; margin: 0; border: 0; }
.contact-form legend { margin-bottom: 14px; font-size: 1.2rem; font-weight: 820; }
[data-business-required][hidden] { display: none; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.form-field { display: grid; gap: 7px; }
.form-field label { font-weight: 740; }
.form-field input, .form-field textarea, .form-field select { width: 100%; min-height: 46px; padding: 11px 12px; color: var(--ink); background: #fff; border: 1px solid #9cabbc; border-radius: 7px; font: inherit; }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field [aria-invalid="true"] { border: 2px solid #b42318; }
.field-help { color: var(--muted); font-size: .9rem; }
.field-error { color: #8f1e15; font-size: .9rem; font-weight: 700; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-weight: 680; }
.consent input { width: 20px; height: 20px; flex: 0 0 auto; accent-color: var(--blue); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-actions { display: flex; flex-wrap: wrap; gap: 18px 28px; align-items: center; }
.form-actions button:disabled { cursor: wait; opacity: .72; }
.content-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 38px; }
.content-card { display: flex; flex-direction: column; padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 28px rgb(20 24 33 / 7%); }
.content-card h3 { margin-top: 14px; font-size: 1.35rem; line-height: 1.16; }
.content-card p { color: var(--muted); }
.content-card ul { padding-left: 20px; margin: auto 0 0; }
.tag { align-self: flex-start; padding: 5px 9px; color: #fff; background: var(--green); border-radius: 999px; font-size: .75rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.steps { display: grid; gap: 14px; padding: 0; margin: 38px 0 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.steps li > span { color: var(--green); font-size: .78rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.steps h3 { font-size: 1.3rem; }
.steps p { margin: 8px 0 0; color: var(--muted); }
.steps.compact { max-width: 900px; }
.callout { max-width: 900px; padding: 24px; margin-top: 34px; background: #eef4ff; border-left: 5px solid var(--blue); border-radius: 0 8px 8px 0; }
.callout.dark { color: #fff; background: var(--steel); border-color: #62c7bd; }
.callout h3 { font-size: 1.25rem; }
.callout p { margin: 8px 0 0; color: inherit; }
.chip-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 30px 0 0; list-style: none; }
.chip-list li { padding: 8px 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; font-weight: 680; }
.check-list { display: grid; gap: 12px; max-width: 820px; padding: 0; margin: 32px 0 0; list-style: none; }
.check-list li { position: relative; padding: 15px 18px 15px 46px; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; }
.check-list li::before { position: absolute; top: 15px; left: 17px; color: var(--green); content: "✓"; font-weight: 900; }
.cta-band { display: flex; gap: 34px; align-items: center; justify-content: space-between; padding: 64px max(24px, calc((100vw - var(--max)) / 2)); color: #fff; background: linear-gradient(120deg, #173a91, #0f766e); }
.cta-band div { max-width: 760px; }
.cta-band .section-kicker { color: #b9fff5; }
.cta-band h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.cta-band p { max-width: 680px; }
.cta-band .button { color: var(--ink); background: #fff; white-space: nowrap; }
.status-banner { padding: 26px 24px; color: #fff; background: var(--steel); }
.status-banner > div { display: flex; flex-wrap: wrap; gap: 14px 20px; align-items: center; max-width: var(--max); margin: 0 auto; }
.status-banner p { flex-basis: 100%; margin: 0; color: #d8e4f1; }
.table-wrap { margin-top: 34px; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
table { width: 100%; border-collapse: collapse; background: var(--paper); }
caption { padding: 18px; font-size: 1.25rem; font-weight: 850; text-align: left; }
th, td { padding: 14px 16px; text-align: left; vertical-align: top; border-top: 1px solid var(--line); }
thead th { color: #fff; background: var(--steel); }
tbody th { width: 18%; }
.prose { max-width: 850px; margin-top: 34px; }
.prose h3 { margin-top: 30px; font-size: 1.35rem; }
.prose p, .prose li { color: var(--muted); }
.link-panels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.link-panels a { display: grid; gap: 4px; padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); font-size: 1.25rem; font-weight: 820; text-decoration: none; }
.link-panels a:hover { border-color: var(--blue); box-shadow: var(--shadow); }
.link-panels span { color: var(--muted); font-size: .95rem; font-weight: 580; }
.pathway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.pathway-card { display: flex; flex-direction: column; padding: 26px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 28px rgb(20 24 33 / 7%); }
.pathway-card h3 { margin-top: 18px; font-size: 1.45rem; line-height: 1.14; }
.pathway-card p { color: var(--muted); }
.card-actions { display: flex; flex-wrap: wrap; gap: 13px 18px; align-items: center; margin-top: auto; padding-top: 18px; }
.card-actions > a:not(.button) { color: var(--blue-dark); font-weight: 740; text-underline-offset: 4px; }
.home-steps { grid-template-columns: repeat(2, 1fr); }
.home-steps li { grid-template-columns: 100px 1fr; }
.proof-layout { margin-top: 38px; }
.proof-layout .content-grid { grid-template-columns: repeat(3, 1fr); margin-top: 0; }
.split-panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 38px; }
.split-panel > div { padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.split-panel h3 { font-size: 1.45rem; }
.split-panel p { color: var(--muted); }
.ecosystem-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 38px; }
.ecosystem-strip > * { display: grid; align-content: start; padding: 22px; color: inherit; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; }
.ecosystem-strip a:hover { border-color: var(--blue); box-shadow: var(--shadow); }
.ecosystem-strip span { color: var(--green); font-size: .72rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.ecosystem-strip strong { margin-top: 8px; font-size: 1.2rem; }
.ecosystem-strip p { margin: 8px 0 0; color: var(--muted); font-size: .92rem; }
.audio-player { display: grid; gap: 9px; padding: 22px; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); }
.audio-player span { color: var(--muted); font-size: .9rem; }
.audio-player audio { width: 100%; margin-top: 4px; }
.transcript-list { display: grid; gap: 18px; padding: 0; margin: 34px 0 0; list-style: none; }
.transcript-list li { display: grid; grid-template-columns: 62px 1fr; gap: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.transcript-list time { color: var(--blue-dark); font-variant-numeric: tabular-nums; font-weight: 820; }
.transcript-list p { margin: 0; }
.site-footer { color: #dfe8f3; background: #14202e; }
.footer-inner { display: grid; grid-template-columns: minmax(260px, 1fr) auto; gap: 28px; max-width: var(--max); padding: 42px 24px; margin: 0 auto; }
.footer-inner p { margin: 6px 0 0; color: #aebdd0; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 10px 20px; align-content: start; }
.footer-inner a { color: #fff; text-underline-offset: 4px; }
.copyright { grid-column: 1 / -1; font-size: .9rem; }
.menu-backdrop { position: fixed; z-index: 39; inset: 72px 0 0; background: rgb(20 24 33 / 45%); }
@media (max-width: 850px) {
  .js .menu-button { display: inline-flex; align-items: center; justify-content: center; }
  .nav-cta { margin-left: auto; }
  .js .nav-cta { display: none; }
  .nav-links { flex-wrap: wrap; gap: 8px 18px; margin-left: auto; }
  .js .nav-links { display: none; position: absolute; z-index: 51; top: calc(100% + 1px); right: 16px; left: 16px; align-items: stretch; padding: 14px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 0 0 10px 10px; box-shadow: var(--shadow); }
  .js .nav-links[data-open="true"] { display: grid; }
  .js .nav-links a { display: block; min-height: 48px; padding: 12px; border: 0; border-radius: 7px; }
  .js .nav-links a:hover { background: var(--paper-2); }
  body.menu-open { overflow: hidden; }
  .estimator-layout { grid-template-columns: 1fr; }
  .content-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band { align-items: flex-start; flex-direction: column; }
  .pathway-grid, .ecosystem-strip { grid-template-columns: repeat(2, 1fr); }
  .home-steps { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav { min-height: 66px; padding: 0 18px; }
  .hero-inner { min-height: 0; padding: 82px 18px 72px; }
  h1 { font-size: clamp(2.5rem, 13vw, 4rem); }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .section { padding: 68px 18px; }
  .footer-inner { grid-template-columns: 1fr; padding: 36px 18px; }
  .copyright { grid-column: 1; }
  .form-grid { grid-template-columns: 1fr; }
  .content-grid, .proof-layout .content-grid, .link-panels, .pathway-grid, .ecosystem-strip, .split-panel { grid-template-columns: 1fr; }
  .steps li { grid-template-columns: 1fr; gap: 7px; }
  .transcript-list li { grid-template-columns: 1fr; gap: 5px; }
  .cta-band { padding: 52px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
