:root {
  --navy: #07111f;
  --navy-2: #0b1b2f;
  --navy-3: #102944;
  --blue: #1fb6ff;
  --blue-2: #67d2ff;
  --orange: #ff8a2a;
  --ink: #0b1420;
  --muted: #5b6675;
  --line: #dce3ea;
  --soft: #f3f6f8;
  --white: #ffffff;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(3, 14, 26, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.hidden { display: none !important; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 1000; padding: 10px 14px; background: var(--white); color: var(--ink); border-radius: 8px; transition: .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(7,17,31,.88); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-wrap { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); }
.brand-mark { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.05); }
.brand-mark svg { width: 30px; fill: none; stroke: var(--blue); stroke-width: 4.2; stroke-linecap: round; stroke-linejoin: round; }
.brand-text { display: flex; flex-direction: column; line-height: 1; gap: 4px; }
.brand-text strong { font-size: 20px; letter-spacing: -.03em; }
.brand-text small { font-size: 9px; letter-spacing: .22em; color: #98a9bb; }
.primary-nav { display: flex; align-items: center; gap: 26px; color: #d7e1eb; font-size: 14px; font-weight: 650; }
.primary-nav > a:not(.btn) { transition: color .2s; }
.primary-nav > a:not(.btn):hover { color: var(--blue-2); }
.nav-phone { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.14); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: transparent; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--white); margin: 5px 0; }

.btn { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 12px; font-weight: 800; letter-spacing: -.01em; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-sm { padding: 11px 16px; font-size: 13px; }
.btn-lg { padding: 16px 22px; font-size: 15px; }
.btn-primary { background: var(--blue); color: #00111f; box-shadow: 0 10px 28px rgba(31,182,255,.22); }
.btn-primary:hover { background: #43c3ff; box-shadow: 0 14px 36px rgba(31,182,255,.32); }
.btn-outline { border: 1px solid rgba(255,255,255,.22); color: var(--white); padding: 14px 18px; background: rgba(255,255,255,.04); }
.btn-full { width: 100%; }
.text-link { font-weight: 800; color: var(--white); display: inline-flex; gap: 8px; align-items: center; }
.text-link span { color: var(--blue); }

.section { padding: 110px 0; }
.section-dark { background: var(--navy); color: var(--white); }
.section-light { background: var(--white); }
.section-muted { background: var(--soft); }
.eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 850; color: var(--blue-2); margin-bottom: 18px; }
.eyebrow.dark { color: #147fb1; }
.section-heading h2, .hero h1 { margin: 0; line-height: .98; letter-spacing: -.055em; }
.section-heading h2 { font-size: clamp(42px, 5vw, 70px); max-width: 870px; }
.section-heading h2 span, .hero h1 span { color: var(--blue); }
.section-heading p { margin: 24px 0 0; font-size: 18px; color: var(--muted); max-width: 700px; }
.section-dark .section-heading p { color: #b4c2d1; }
.section-heading.center { text-align: center; margin-bottom: 56px; }
.section-heading.center h2, .section-heading.center p { margin-left: auto; margin-right: auto; }

.hero { position: relative; overflow: hidden; }
.hero::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 75% 28%, rgba(31,182,255,.14), transparent 28%), linear-gradient(130deg, rgba(255,255,255,.03), transparent 30%); pointer-events:none; }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding-top: 78px; padding-bottom: 84px; position: relative; }
.hero h1 { font-size: clamp(58px, 7.6vw, 104px); max-width: 780px; }
.hero-lead { max-width: 690px; color: #b9c6d3; font-size: clamp(18px, 2vw, 22px); margin: 28px 0 34px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.trust-row { display: flex; gap: 34px; margin-top: 50px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); }
.trust-row div { display: flex; flex-direction: column; gap: 3px; }
.trust-row strong { font-size: 20px; color: var(--white); }
.trust-row span { color: #7f93a6; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { position: relative; }
.dashboard-card { position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; padding: 24px; background: linear-gradient(160deg, rgba(19,47,77,.92), rgba(8,23,39,.98)); box-shadow: 0 40px 90px rgba(0,0,0,.34); transform: perspective(1200px) rotateY(-5deg) rotateX(2deg); }
.dash-top { display:flex; justify-content:space-between; gap:20px; align-items:flex-start; padding-bottom:20px; border-bottom:1px solid rgba(255,255,255,.08); }
.dash-top div { display:flex; flex-direction:column; gap:4px; }
.dash-top small { color:#6f8aa3; letter-spacing:.12em; font-size:10px; }
.dash-top strong { font-size:18px; }
.status-dot { font-size:9px; font-weight:900; letter-spacing:.12em; color:#81e2b2; border:1px solid rgba(129,226,178,.25); background:rgba(129,226,178,.08); padding:7px 9px; border-radius:999px; }
.metric-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin:16px 0; }
.metric { background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.065); padding:16px; border-radius:14px; display:flex; flex-direction:column; gap:4px; }
.metric span { color:#8297aa; font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.metric strong { font-size:25px; letter-spacing:-.04em; }
.metric small { color:#76cffa; font-size:11px; }
.chart-shell { margin-top:12px; border-radius:16px; padding:18px 14px 8px; background:rgba(0,0,0,.12); overflow:hidden; }
.chart-label { display:flex; justify-content:space-between; color:#8198ad; font-size:10px; letter-spacing:.08em; text-transform:uppercase; padding:0 6px 10px; }
.chart-line { fill:none; stroke:#21b6ff; stroke-width:4; vector-effect:non-scaling-stroke; }
.chart-fill { fill:url(#fill); }
.dash-footer { display:grid; grid-template-columns:1fr auto; gap:8px 20px; color:#8da0b2; font-size:11px; margin-top:16px; }
.dash-footer span:nth-child(even) { color:#73e0ae; font-weight:900; }
.airflow { position:absolute; border:2px solid rgba(31,182,255,.24); border-left-color:transparent; border-bottom-color:transparent; border-radius:50%; transform:rotate(20deg); }
.airflow-a { width:420px; height:190px; right:-150px; top:-80px; }
.airflow-b { width:300px; height:130px; right:-120px; bottom:-70px; }
.hero-band { position: relative; z-index: 3; border-top:1px solid rgba(255,255,255,.07); border-bottom:1px solid rgba(255,255,255,.07); background:#091827; }
.hero-band-inner { min-height:62px; display:flex; align-items:center; justify-content:space-between; gap:18px; color:#92a7b8; font-size:12px; text-transform:uppercase; letter-spacing:.1em; overflow:hidden; white-space:nowrap; }
.hero-band-inner i { color:var(--blue); font-style:normal; }

.split { display:grid; grid-template-columns:1.15fr .85fr; gap:80px; align-items:end; }
.intro-split { margin-bottom:56px; }
.body-copy p { font-size:19px; color:var(--muted); margin:0 0 18px; }
.pain-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.pain-card { border:1px solid var(--line); border-radius:18px; padding:28px; background:var(--white); min-height:235px; box-shadow:0 8px 28px rgba(13,35,58,.05); }
.pain-card > span { display:inline-block; color:#168bc0; font-size:11px; font-weight:900; letter-spacing:.12em; margin-bottom:36px; }
.pain-card h3 { font-size:21px; line-height:1.15; letter-spacing:-.03em; margin:0 0 14px; }
.pain-card p { margin:0; color:var(--muted); font-size:14px; }

.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.service-card { background:var(--white); border:1px solid #dfe6ec; border-radius:18px; padding:30px; min-height:270px; transition:transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); border-color:#b9dff0; }
.service-icon { width:44px; height:44px; display:grid; place-items:center; border-radius:12px; color:#087eb4; background:#e8f7fd; font-size:12px; font-weight:900; margin-bottom:42px; }
.service-card h3 { margin:0 0 12px; font-size:22px; letter-spacing:-.03em; }
.service-card p { margin:0; color:var(--muted); font-size:15px; }

.niche-section { position:relative; overflow:hidden; }
.niche-section::after { content:""; position:absolute; width:500px; height:500px; border-radius:50%; right:-260px; top:20px; border:1px solid rgba(31,182,255,.12); box-shadow:0 0 0 60px rgba(31,182,255,.02), 0 0 0 120px rgba(31,182,255,.015); }
.niche-grid { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:center; position:relative; z-index:2; }
.niche-grid .btn { margin-top:30px; }
.niche-list { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.niche-list div { display:flex; gap:10px; align-items:center; padding:16px; background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.08); border-radius:12px; color:#d7e0e8; font-size:14px; }
.niche-list span { color:var(--blue); font-weight:900; }

.benefits-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.benefit { padding:42px 30px; border-right:1px solid var(--line); }
.benefit:last-child { border-right:0; }
.benefit b { color:#1592c8; font-size:11px; letter-spacing:.12em; }
.benefit h3 { font-size:24px; letter-spacing:-.03em; margin:32px 0 10px; }
.benefit p { color:var(--muted); margin:0; font-size:15px; }

.process-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; align-items:start; }
.steps { list-style:none; padding:0; margin:0; border-top:1px solid #d7dfe6; }
.steps li { display:grid; grid-template-columns:70px 1fr; gap:20px; padding:28px 0; border-bottom:1px solid #d7dfe6; }
.steps > li > span { color:#168abc; font-size:11px; font-weight:900; letter-spacing:.12em; padding-top:5px; }
.steps h3 { margin:0 0 6px; font-size:22px; letter-spacing:-.03em; }
.steps p { margin:0; color:var(--muted); }

.veteran-card { background:var(--soft); border:1px solid #dfe5ea; border-radius:24px; padding:48px; display:grid; grid-template-columns:auto 1.3fr .7fr; gap:34px; align-items:center; }
.veteran-badge { width:72px; height:72px; display:grid; place-items:center; border-radius:18px; background:var(--navy); color:var(--blue); font-size:28px; }
.veteran-card h2 { font-size:46px; line-height:1; letter-spacing:-.05em; margin:0 0 14px; }
.veteran-card p { margin:0; color:var(--muted); max-width:720px; }
.veteran-points { display:flex; flex-direction:column; gap:10px; }
.veteran-points span { padding:11px 14px; border-radius:10px; background:var(--white); border:1px solid var(--line); font-size:13px; font-weight:750; }

.fit-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.fit-checklist { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.fit-checklist div { position:relative; padding:18px 18px 18px 44px; border:1px solid rgba(255,255,255,.08); border-radius:12px; background:rgba(255,255,255,.04); color:#d7e1ea; font-size:14px; }
.fit-checklist div::before { content:"✓"; position:absolute; left:17px; color:var(--blue); font-weight:900; }

.faq-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; align-items:start; }
.faq-list { border-top:1px solid var(--line); }
details { border-bottom:1px solid var(--line); }
summary { list-style:none; cursor:pointer; font-weight:800; font-size:18px; padding:24px 40px 24px 0; position:relative; }
summary::-webkit-details-marker { display:none; }
summary::after { content:"+"; position:absolute; right:4px; top:19px; width:30px; height:30px; display:grid; place-items:center; border-radius:50%; border:1px solid var(--line); color:#0d81b6; transition:transform .2s; }
details[open] summary::after { transform:rotate(45deg); }
details p { color:var(--muted); padding:0 50px 24px 0; margin:0; }

.contact { padding:110px 0; position:relative; overflow:hidden; }
.contact::before { content:""; position:absolute; width:650px; height:650px; left:-380px; bottom:-380px; border-radius:50%; background:rgba(31,182,255,.08); filter:blur(20px); }
.contact-grid { position:relative; z-index:2; display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:start; }
.contact-copy h2 { font-size:clamp(50px,6vw,82px); line-height:.98; letter-spacing:-.055em; margin:0; }
.contact-copy h2 span { color:var(--blue); }
.contact-copy > p { color:#b5c3d0; font-size:18px; max-width:600px; margin:26px 0 34px; }
.contact-direct { display:flex; flex-direction:column; gap:12px; }
.contact-direct a { display:flex; flex-direction:column; gap:3px; }
.contact-direct small { color:#6f8ca3; font-size:10px; letter-spacing:.12em; }
.contact-direct strong { font-size:18px; }
.lead-form { background:var(--white); color:var(--ink); border-radius:22px; padding:32px; box-shadow:0 30px 70px rgba(0,0,0,.25); }
.form-head { display:flex; flex-direction:column; gap:5px; margin-bottom:24px; }
.form-head span { color:#1488bc; font-size:10px; letter-spacing:.14em; font-weight:900; }
.form-head strong { font-size:25px; letter-spacing:-.03em; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.lead-form label { display:flex; flex-direction:column; gap:7px; font-size:12px; font-weight:800; color:#344052; margin-bottom:14px; }
.lead-form input, .lead-form select, .lead-form textarea { width:100%; border:1px solid #d4dde5; background:#fbfcfd; border-radius:10px; padding:12px 13px; outline:none; color:var(--ink); transition:border .2s, box-shadow .2s; }
.lead-form textarea { resize:vertical; min-height:100px; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color:#5bc9f6; box-shadow:0 0 0 3px rgba(31,182,255,.12); }
.form-note { color:#7c8793; font-size:10px; margin:12px 0 0; text-align:center; }

.site-footer { background:#050d16; color:#92a2b0; padding:54px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.2fr .6fr .8fr; gap:50px; }
.footer-brand { margin-bottom:16px; }
.footer-grid p { margin:0; }
.footer-links, .footer-contact { display:flex; flex-direction:column; gap:9px; font-size:13px; }
.footer-links a:hover, .footer-contact a:hover { color:var(--blue-2); }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; border-top:1px solid rgba(255,255,255,.08); margin-top:42px; padding-top:20px; font-size:11px; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.08s; }
.delay-2 { transition-delay:.16s; }
.delay-3 { transition-delay:.24s; }

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

@media (max-width: 1060px) {
  .primary-nav { gap:16px; }
  .primary-nav > a:nth-child(-n+4) { display:none; }
  .hero-grid { grid-template-columns:1fr; gap:40px; min-height:auto; }
  .hero-copy { padding-top:20px; }
  .hero-visual { max-width:700px; }
  .pain-grid { grid-template-columns:repeat(2,1fr); }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .niche-grid, .fit-grid, .faq-grid, .contact-grid, .process-grid { grid-template-columns:1fr; gap:50px; }
  .benefits-grid { grid-template-columns:repeat(2,1fr); }
  .benefit:nth-child(2) { border-right:0; }
  .benefit:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .veteran-card { grid-template-columns:auto 1fr; }
  .veteran-points { grid-column:1/-1; display:grid; grid-template-columns:repeat(3,1fr); }
}

@media (max-width: 760px) {
  .container { width:min(var(--max), calc(100% - 28px)); }
  .section { padding:78px 0; }
  .nav-wrap { height:70px; }
  .nav-toggle { display:block; }
  .primary-nav { position:absolute; top:70px; left:0; right:0; display:none; flex-direction:column; align-items:stretch; gap:0; padding:14px; background:#081321; border-bottom:1px solid rgba(255,255,255,.08); }
  .primary-nav.open { display:flex; }
  .primary-nav > a, .primary-nav > a:nth-child(-n+4) { display:block; padding:13px 10px; }
  .primary-nav .btn { margin-top:8px; }
  .nav-phone { border-left:0; }
  .hero-grid { padding-top:55px; padding-bottom:60px; }
  .hero h1 { font-size:clamp(52px,16vw,78px); }
  .hero-lead { font-size:18px; }
  .trust-row { gap:20px; justify-content:space-between; }
  .dashboard-card { transform:none; padding:18px; }
  .metric strong { font-size:21px; }
  .hero-band-inner { justify-content:flex-start; overflow-x:auto; scrollbar-width:none; }
  .split { grid-template-columns:1fr; gap:28px; }
  .pain-grid, .services-grid, .niche-list, .fit-checklist { grid-template-columns:1fr; }
  .pain-card { min-height:auto; }
  .benefits-grid { grid-template-columns:1fr; }
  .benefit { border-right:0; border-bottom:1px solid var(--line); }
  .benefit:last-child { border-bottom:0; }
  .veteran-card { grid-template-columns:1fr; padding:30px; }
  .veteran-points { grid-column:auto; grid-template-columns:1fr; }
  .veteran-card h2 { font-size:38px; }
  .field-row { grid-template-columns:1fr; gap:0; }
  .lead-form { padding:24px 18px; }
  .footer-grid { grid-template-columns:1fr; gap:28px; }
  .footer-bottom { flex-direction:column; }
}
