:root {
  --navy-950: #061426;
  --navy-900: #081c33;
  --navy-800: #0c2b4c;
  --navy-700: #123c66;
  --blue-500: #0aa8ee;
  --blue-400: #28b9f6;
  --blue-300: #74d3fb;
  --ink: #0b1e33;
  --muted: #597087;
  --line: #dce7f0;
  --paper: #f7fbfe;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(6, 20, 38, .14);
  --radius: 22px;
  --shell: 1180px;
}

* { 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(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(6, 20, 38, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; margin-right: auto; }
.brand-logo { width: 210px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 24px; }
.primary-nav a { color: #d9e8f5; text-decoration: none; font-size: .94rem; font-weight: 700; }
.primary-nav a:hover { color: var(--blue-300); }
.nav-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; padding: 10px; }
.nav-toggle span { display:block; height:2px; margin:5px 0; background:#fff; border-radius:99px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue-500), #087dc9);
  color: white;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -.01em;
  box-shadow: 0 10px 28px rgba(10,168,238,.24);
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(10,168,238,.32); }
.btn-small { min-height: 42px; padding: 0 17px; font-size: .9rem; }
.btn-ghost { background: transparent; border: 1px solid rgba(255,255,255,.38); box-shadow:none; }
.btn-ghost-light { background: transparent; border: 1px solid rgba(255,255,255,.38); box-shadow:none; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 18%, rgba(10,168,238,.22), transparent 28%),
    linear-gradient(145deg, var(--navy-950), var(--navy-900) 55%, #0a3157);
  color: white;
}
.hero-grid { position:absolute; inset:0; opacity:.13; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent); }
.hero-glow { position:absolute; border-radius:50%; filter:blur(8px); opacity:.35; }
.hero-glow-one { width:350px; height:350px; background:#0aa8ee; right:-170px; top:70px; }
.hero-glow-two { width:260px; height:260px; background:#1565c0; left:-160px; bottom:-80px; }
.hero-layout { position:relative; z-index:2; display:grid; grid-template-columns: 1.08fr .92fr; gap:70px; align-items:center; min-height: 690px; padding-block: 92px 104px; }
.eyebrow { margin:0 0 14px; color: var(--blue-400); font-size:.79rem; font-weight:900; text-transform:uppercase; letter-spacing:.16em; }
.hero h1 { margin:0; max-width:760px; font-size: clamp(3rem, 6vw, 5.7rem); line-height:.93; letter-spacing:-.055em; text-transform:uppercase; }
.hero h1 span { color: var(--blue-400); }
.hero-lead { max-width:720px; font-size:1.18rem; color:#d8e6f3; margin:26px 0 12px; }
.tagline { margin:0 0 30px; color:var(--blue-300); font-size:1.4rem; font-weight:800; font-style:italic; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; }
.trust-row { display:flex; flex-wrap:wrap; gap:20px; margin-top:28px; color:#bcd0e1; font-weight:700; font-size:.9rem; }
.trust-row span::before { content:"•"; color:var(--blue-400); margin-right:8px; }

.shield-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.055));
  border:1px solid rgba(255,255,255,.16);
  border-radius:30px;
  padding:38px;
  box-shadow: 0 36px 80px rgba(0,0,0,.25);
  backdrop-filter: blur(14px);
}
.shield-card::after { content:""; position:absolute; inset:16px; border:1px solid rgba(255,255,255,.08); border-radius:22px; pointer-events:none; }
.mini-shield { width:92px; color:var(--blue-400); margin-bottom:20px; }
.card-kicker { margin:0 0 5px; color:#a8bfd3; font-size:.85rem; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.shield-card h2 { margin:0; font-size:2rem; line-height:1.08; letter-spacing:-.03em; }
.shield-card > p:not(.card-kicker) { color:#c8d9e8; }
.metric-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:28px; }
.metric-grid div { background:rgba(4,19,36,.55); border:1px solid rgba(255,255,255,.09); border-radius:14px; padding:15px; }
.metric-grid strong, .metric-grid span { display:block; }
.metric-grid strong { color:#fff; }
.metric-grid span { color:#9fb5ca; font-size:.83rem; }

.service-strip { margin-top:-52px; position:relative; z-index:5; }
.service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.service-card { background:#fff; border:1px solid #e4edf4; border-radius:18px; padding:26px; box-shadow:var(--shadow); }
.icon-box { width:44px; height:44px; display:grid; place-items:center; border-radius:12px; background:#eaf8ff; color:#078bd0; font-weight:900; font-size:1.15rem; }
.service-card h3 { margin:18px 0 7px; font-size:1.07rem; }
.service-card p { margin:0 0 14px; color:var(--muted); font-size:.93rem; }
.service-card a { color:#078bd0; text-decoration:none; font-weight:800; font-size:.88rem; }

.section { padding:100px 0; }
.section-dark { background:linear-gradient(135deg, #07182c, #0b2f51); color:#fff; margin-top:70px; }
.split-layout { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.section h2, .section-heading h2 { margin:0; font-size:clamp(2.2rem,4.5vw,4rem); line-height:1; letter-spacing:-.045em; }
.section-lead, .section-heading > p:last-child { color:var(--muted); font-size:1.08rem; max-width:760px; }
.section-dark .section-lead { color:#c6d7e5; }
.check-panel { display:grid; gap:12px; }
.check-item { display:flex; gap:14px; padding:18px 20px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); border-radius:16px; }
.check-item > span { width:30px; height:30px; flex:0 0 auto; display:grid; place-items:center; border-radius:50%; background:rgba(10,168,238,.14); color:var(--blue-400); font-weight:900; }
.check-item strong { display:block; }
.check-item p { margin:2px 0 0; color:#b9cddd; font-size:.91rem; }
.section-heading { max-width:850px; margin-bottom:44px; }
.feature-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.feature { border-top:3px solid var(--blue-500); background:#fff; padding:28px; border-radius:16px; box-shadow:0 12px 36px rgba(6,20,38,.08); }
.feature-num { color:var(--blue-500); font-weight:900; font-size:.84rem; }
.feature h3 { margin:16px 0 8px; }
.feature p { margin:0; color:var(--muted); }
.process-section { background:#eef6fb; }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.process-step { position:relative; background:#fff; border:1px solid #dbe8f1; border-radius:18px; padding:28px; }
.process-step > span { display:inline-grid; place-items:center; width:38px; height:38px; border-radius:50%; background:#0c2b4c; color:#fff; font-weight:900; }
.process-step h3 { margin:18px 0 6px; }
.process-step p { margin:0; color:var(--muted); }

.service-area { background:#fff; }
.area-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:60px; align-items:center; }
.area-list { display:flex; flex-wrap:wrap; gap:10px; }
.area-list span { padding:10px 14px; border:1px solid #dbe8f1; border-radius:999px; background:#f7fbfe; color:#24435f; font-weight:800; font-size:.9rem; }

.contact-section { padding-top:30px; }
.contact-card { display:grid; grid-template-columns:1.15fr .85fr; gap:50px; align-items:center; padding:48px; border-radius:26px; background:linear-gradient(135deg, #07192d, #0b3b63); color:#fff; box-shadow:var(--shadow); }
.contact-card h2 { font-size:clamp(2.1rem,4.3vw,3.7rem); }
.contact-card p { color:#c5d8e7; }
.contact-actions { display:flex; flex-direction:column; align-items:flex-start; gap:16px; }
.contact-note { margin:0; font-size:.85rem; }

.site-footer { background:#05111f; color:#9fb4c7; padding:46px 0; margin-top:90px; border-top:1px solid rgba(255,255,255,.07); }
.footer-grid { display:grid; grid-template-columns:1.3fr 1fr 1.2fr; gap:40px; align-items:start; }
.footer-logo { width:190px; margin-bottom:12px; }
.site-footer strong { color:#fff; }
.site-footer p { margin:8px 0 0; font-size:.9rem; }

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; transition:none; }
  .btn { transition:none; }
}

@media (max-width: 980px) {
  .desktop-cta { display:none; }
  .nav-toggle { display:block; margin-left:auto; }
  .primary-nav { position:absolute; top:78px; left:20px; right:20px; display:none; flex-direction:column; align-items:stretch; gap:0; padding:10px; background:#0a223c; border:1px solid rgba(255,255,255,.1); border-radius:14px; box-shadow:0 18px 50px rgba(0,0,0,.3); }
  .primary-nav.open { display:flex; }
  .primary-nav a { padding:13px 12px; }
  .hero-layout, .split-layout, .area-layout, .contact-card { grid-template-columns:1fr; }
  .hero-layout { gap:38px; min-height:auto; padding:70px 0 100px; }
  .service-grid, .feature-grid, .process-grid { grid-template-columns:1fr 1fr; }
  .contact-card { padding:36px; }
}

@media (max-width: 620px) {
  .shell { width:min(calc(100% - 28px), var(--shell)); }
  .nav-wrap { min-height:70px; }
  .brand-logo { width:178px; }
  .primary-nav { top:70px; left:14px; right:14px; }
  .hero-layout { padding-top:56px; }
  .hero h1 { font-size:clamp(2.7rem,14vw,4.3rem); }
  .hero-lead { font-size:1rem; }
  .hero-actions { flex-direction:column; }
  .hero-actions .btn { width:100%; }
  .shield-card { padding:28px 22px; }
  .metric-grid, .service-grid, .feature-grid, .process-grid { grid-template-columns:1fr; }
  .service-strip { margin-top:-38px; }
  .section { padding:76px 0; }
  .section-dark { margin-top:50px; }
  .contact-card { padding:30px 22px; }
  .contact-actions .btn { width:100%; text-align:center; }
  .footer-grid { grid-template-columns:1fr; }
}

/* Quote form */
.quote-form { background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); border-radius:20px; padding:26px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.quote-form label, .quote-form legend { color:#d9e8f3; font-size:.84rem; font-weight:800; }
.quote-form input, .quote-form select, .quote-form textarea { width:100%; margin-top:7px; border:1px solid rgba(255,255,255,.16); border-radius:10px; background:#fff; color:#0a2037; padding:12px 13px; font:inherit; }
.quote-form textarea { resize:vertical; min-height:120px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline:3px solid rgba(36,179,241,.25); border-color:#24b3f1; }
.form-span { grid-column:1 / -1; }
.contact-preference { grid-column:1 / -1; display:flex; flex-wrap:wrap; gap:14px 22px; border:0; padding:0; margin:0; }
.contact-preference legend { width:100%; margin-bottom:2px; }
.contact-preference label { display:flex; align-items:center; gap:7px; font-weight:700; }
.contact-preference input { width:auto; margin:0; }
.form-submit { margin-top:20px; border:0; cursor:pointer; }
.form-status { min-height:1.25em; margin:10px 0 0; font-size:.9rem; }
.hp-field { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important; }
@media (max-width:620px) { .form-grid { grid-template-columns:1fr; } .form-span { grid-column:auto; } .quote-form { padding:20px 16px; } }

.contact-direct { margin-top:24px; display:flex; flex-wrap:wrap; gap:8px 12px; align-items:center; color:#d9e8f3; }
.contact-direct a { color:#4cc4ff; font-weight:800; text-decoration:none; }
.contact-direct a:hover { text-decoration:underline; }
.form-honey { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important; pointer-events:none !important; }

/* V6 launch form: intentionally obvious and always visible */
.quote-intro { max-width: 860px; margin: 0 auto 30px; text-align: center; }
.quote-intro h2 { font-size: clamp(2.2rem, 4.4vw, 3.8rem); margin-bottom: 14px; }
.quote-intro p { color: #50677b; font-size: 1.05rem; }
.quote-form-wide { max-width: 1050px; margin: 0 auto; background: linear-gradient(135deg, #07192d, #0b3b63); color: #fff; box-shadow: var(--shadow); }
.quote-form-wide .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.quote-submit-row { display:flex; gap:18px; align-items:center; justify-content:space-between; margin-top:20px; flex-wrap:wrap; }
.quote-submit-row .form-submit { margin-top:0; }
.quote-submit-row .contact-note { margin:0; color:#c5d8e7; }
.quote-submit-row .contact-note a { color:#4cc4ff; font-weight:800; text-decoration:none; }
.quote-submit-row .contact-note a:hover { text-decoration:underline; }
@media (max-width: 700px) {
  .quote-form-wide .form-grid { grid-template-columns: 1fr; }
  .quote-submit-row { align-items:stretch; }
  .quote-submit-row .form-submit { width:100%; }
}
