:root {
  --bg: #08121a;
  --bg-2: #0d1d2a;
  --card: rgba(255,255,255,.075);
  --card-strong: rgba(255,255,255,.12);
  --text: #f4fbff;
  --muted: #b8c9d4;
  --line: rgba(255,255,255,.14);
  --blue: #5ca0ba;
  --blue-2: #7cc5df;
  --navy: #192442;
  --shadow: 0 24px 80px rgba(0,0,0,.35);
  --radius: 24px;
}
* { 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(--text);
  background: radial-gradient(circle at 20% 0%, rgba(92,160,186,.24), transparent 34rem), var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.section-pad { padding: 88px 0; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(8,18,26,.76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-logo { width: 230px; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.desktop-nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 14px; font-weight: 700; }
.desktop-nav a:hover { color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 0 20px; border-radius: 999px;
  border: 1px solid transparent; font-weight: 800; cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #061119; box-shadow: 0 18px 40px rgba(92,160,186,.28); }
.btn-ghost { border-color: var(--line); background: rgba(255,255,255,.06); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.06); }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display: block; width: 18px; height: 2px; background: var(--text); margin: auto; position: relative; content: ""; }
.menu-toggle span::before { position: absolute; top: -6px; }
.menu-toggle span::after { position: absolute; top: 6px; }
.mobile-nav { display: none; border-top: 1px solid var(--line); padding: 14px 16px 20px; }
.mobile-nav a { display: block; padding: 12px 0; color: var(--muted); font-weight: 800; }
.hero { position: relative; overflow: hidden; min-height: 720px; display: flex; align-items: center; }
.grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent); opacity: .6; }
.glow { position: absolute; width: 420px; height: 420px; border-radius: 999px; filter: blur(70px); opacity: .45; pointer-events: none; }
.glow-one { background: var(--blue); top: 80px; right: -120px; }
.glow-two { background: #22456b; bottom: -140px; left: -120px; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: 48px; align-items: center; }
.pill, .eyebrow { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; color: var(--blue-2); font-weight: 900; }
.pill { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.06); }
.live-dot { width: 9px; height: 9px; border-radius: 999px; background: #39e58d; box-shadow: 0 0 0 6px rgba(57,229,141,.12); }
h1, h2, h3 { margin: 0; line-height: 1.05; letter-spacing: -.04em; }
h1 { font-size: clamp(44px, 7vw, 82px); max-width: 820px; }
h2 { font-size: clamp(32px, 4.5vw, 54px); }
h3 { font-size: 22px; }
.lead { color: var(--muted); font-size: clamp(18px, 2vw, 22px); max-width: 680px; margin: 24px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.mini-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.mini-badges span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; color: var(--muted); background: rgba(255,255,255,.05); font-size: 13px; font-weight: 800; }
.image-card, .card, .emergency-card { border: 1px solid var(--line); background: linear-gradient(180deg, var(--card-strong), rgba(255,255,255,.045)); border-radius: var(--radius); box-shadow: var(--shadow); }
.logo-card { padding: 22px; position: relative; overflow: hidden; }
.logo-card img { border-radius: 18px; width: 100%; }
.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.stat-card { padding: 18px; border-radius: 18px; background: rgba(0,0,0,.24); border: 1px solid var(--line); }
.stat-card small { display: block; color: var(--muted); font-weight: 700; }
.stat-card strong { display: block; margin-top: 4px; font-size: 20px; }
.trust-bar { border-block: 1px solid var(--line); background: rgba(255,255,255,.035); }
.trust-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.trust-item { min-height: 76px; display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; color: var(--muted); font-weight: 900; border-left: 1px solid var(--line); }
.trust-item:first-child { border-left: 0; }
.trust-item span { color: var(--blue-2); }
.section-head { max-width: 760px; margin-bottom: 38px; }
.section-head p, .section-text { color: var(--muted); font-size: 17px; }
.centered { text-align: center; margin-inline: auto; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 26px; }
.card p, .review-card blockquote { color: var(--muted); margin: 14px 0 0; }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: rgba(92,160,186,.16); border: 1px solid rgba(124,197,223,.28); margin-bottom: 18px; font-size: 22px; }
.emergency-section { padding-top: 0; }
.emergency-card { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 38px; background: linear-gradient(135deg, rgba(92,160,186,.23), rgba(255,255,255,.055)); }
.emergency-card p { color: var(--muted); margin-bottom: 0; max-width: 760px; }
.split-grid, .contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: start; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.feature-list span { padding: 16px; border-radius: 16px; border: 1px solid var(--line); background: rgba(255,255,255,.055); font-weight: 800; color: var(--text); }
.review-card .stars { color: var(--blue-2); letter-spacing: .12em; }
.review-card blockquote { font-size: 17px; }
.review-card figcaption { margin-top: 18px; font-weight: 900; }
.why-section { background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,0)); }
.contact-list { display: grid; gap: 12px; margin-top: 28px; }
.contact-list a, .contact-list span { display: grid; gap: 2px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.055); }
.contact-list strong { color: var(--blue-2); }
.contact-list span span, .contact-list a span { color: var(--muted); }
.quote-form { display: grid; gap: 15px; }
.quote-form label { display: grid; gap: 7px; color: var(--muted); font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: rgba(0,0,0,.22); color: var(--text); padding: 14px 15px; font: inherit; }
textarea { resize: vertical; }
.form-note { margin: 0; color: var(--muted); font-size: 13px; }
.site-footer { border-top: 1px solid var(--line); padding: 44px 0 92px; background: #060e14; color: var(--muted); }
.footer-inner { display: flex; justify-content: space-between; gap: 28px; align-items: start; }
.footer-logo { width: 220px; border-radius: 14px; margin-bottom: 14px; }
.footer-inner p { max-width: 520px; margin: 0; }
.footer-links { display: grid; gap: 10px; font-weight: 800; }
.footer-links a:hover { color: var(--text); }
.footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 14px; }
.mobile-call-bar { display: none; position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; background: rgba(8,18,26,.94); border-top: 1px solid var(--line); padding: 10px; gap: 10px; }
.mobile-call-bar a { flex: 1; display: grid; place-items: center; min-height: 44px; border-radius: 999px; font-weight: 900; background: rgba(255,255,255,.08); }
.mobile-call-bar a:first-child { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #061119; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
@media (max-width: 920px) {
  .desktop-nav, .nav-call { display: none; }
  .menu-toggle { display: block; }
  .site-header.open .mobile-nav { display: block; }
  .hero { min-height: auto; }
  .hero-grid, .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .trust-list, .card-grid { grid-template-columns: repeat(2, 1fr); }
  .emergency-card { align-items: flex-start; flex-direction: column; }
  .mobile-call-bar { display: flex; }
}
@media (max-width: 640px) {
  .section-pad { padding: 64px 0; }
  .nav-wrap { min-height: 68px; }
  .brand-logo { width: 178px; }
  h1 { font-size: 42px; }
  .trust-list, .card-grid, .feature-list { grid-template-columns: 1fr; }
  .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .trust-item:first-child { border-top: 0; }
  .hero-actions .btn { width: 100%; }
  .hero-stats { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; }
}
