:root {
  --blue: #3b82f6;
  --blue-dark: #004d8c;
  --blue-soft: #eff6ff;
  --navy: #071a31;
  --navy-deep: #03101f;
  --red: #ef3123;
  --ink: #111827;
  --muted: #5f6978;
  --line: #dce3eb;
  --white: #fff;
  --surface: #f8fafc;
  --shadow: 0 1.25rem 3rem rgba(6, 25, 49, .13);
  --radius: .65rem;
  --max: 76rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.75rem; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: .2rem solid #fbbf24; outline-offset: .2rem; }
.skip-link {
  position: fixed; top: -10rem; left: .5rem; z-index: 1000;
  padding: .75rem 1rem; background: #fff; color: #000;
  border-radius: .35rem; box-shadow: var(--shadow);
}
.skip-link:focus-visible { top: .5rem; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.section { padding: 4.5rem 0; }
.section-tight { padding: 3rem 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem; margin: 0 0 1rem;
  color: var(--blue-dark); font-size: .78rem; font-weight: 800; letter-spacing: .13em;
  line-height: 1.25; text-transform: uppercase;
}
.eyebrow-pill { padding: .45rem .8rem; color: #fff; background: var(--blue); border-radius: 999px; }
h1, h2, h3 { margin: 0; color: var(--navy); line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.35rem, 10vw, 4.25rem); }
h2 { font-size: clamp(2rem, 7vw, 3rem); }
h3 { font-size: 1.25rem; }
p { margin: .85rem 0 0; }
.lede { max-width: 45rem; color: var(--muted); font-size: 1.1rem; }
.section-heading { max-width: 50rem; margin-bottom: 2rem; }
.section-heading.center { margin-inline: auto; text-align: center; }
.muted { color: var(--muted); }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 30; color: #fff;
}
.site-header.is-solid { position: sticky; top: 0; background: rgba(3, 16, 31, .98); box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .12); }
.nav-wrap { min-height: 5.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 6.2rem; height: auto; }
.nav-toggle {
  display: inline-grid; place-items: center; width: 2.9rem; height: 2.9rem; padding: 0;
  color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.45); border-radius: .45rem;
}
.nav-toggle svg { width: 1.45rem; height: 1.45rem; }
.nav-menu {
  position: absolute; top: calc(100% - .25rem); right: 1rem; left: 1rem; display: none;
  padding: 1rem; background: var(--navy); border: 1px solid rgba(255,255,255,.16); border-radius: .7rem;
  box-shadow: var(--shadow);
}
.nav-menu[data-open="true"] { display: grid; gap: .25rem; }
.nav-menu a { min-height: 2.8rem; display: flex; align-items: center; padding: .6rem .7rem; text-decoration: none; border-radius: .35rem; }
.nav-menu a:hover { background: rgba(255,255,255,.08); }
.nav-menu .nav-cta { justify-content: center; margin-top: .5rem; background: var(--blue); font-weight: 800; }

.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.button {
  min-height: 3.15rem; display: inline-flex; align-items: center; justify-content: center; gap: .65rem;
  padding: .8rem 1.2rem; color: #fff; background: var(--blue); border: 2px solid transparent;
  border-radius: .45rem; font-weight: 800; line-height: 1.25; text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 .7rem 1.4rem rgba(0,0,0,.18); }
.button-emergency { background: var(--red); }
.button-light { color: var(--blue-dark); background: #fff; }
.button svg { width: 1.15rem; height: 1.15rem; flex: 0 0 auto; }

.hero {
  position: relative; min-height: 43rem; display: grid; align-items: center; padding: 7.5rem 0 4.5rem;
  color: #fff; background: var(--navy) center/cover no-repeat;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,16,31,.92), rgba(3,16,31,.58) 64%, rgba(3,16,31,.32)); }
.hero .container { position: relative; z-index: 1; }
.hero-content { max-width: 41rem; }
.hero h1 { color: #fff; }
.hero-subhead { margin-top: 1.5rem; color: #5ea0ff; font-size: clamp(1.25rem, 4.4vw, 1.55rem); font-weight: 800; line-height: 1.35; }
.hero-copy { max-width: 39rem; margin-top: 1.25rem; color: rgba(255,255,255,.94); font-size: 1.05rem; }
.hero-note { margin-top: .85rem; color: rgba(255,255,255,.78); font-size: .9rem; }

.pain-grid, .trust-grid, .steps, .service-grid, .testimonial-grid, .footer-grid { display: grid; gap: 1rem; }
.pain-card { padding: 1.4rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 .5rem 1.5rem rgba(6,25,49,.06); }
.icon-circle { width: 3rem; height: 3rem; display: grid; place-items: center; margin-bottom: 1rem; color: var(--blue-dark); background: var(--blue-soft); border-radius: 50%; }
.icon-circle svg { width: 1.45rem; height: 1.45rem; }
.about { background: var(--surface); }
.about-layout { display: grid; gap: 2rem; align-items: center; }
.about-visual { position: relative; max-width: 40rem; margin-inline: auto; }
.about-visual img { width: 100%; }
.trust-item { display: grid; grid-template-columns: 2.5rem 1fr; gap: .8rem; align-items: start; }
.trust-item .icon-circle { width: 2.5rem; height: 2.5rem; margin: 0; }
.trust-item p { margin-top: .3rem; color: var(--muted); }

.services { background: var(--navy); color: #fff; }
.services h2, .services h3 { color: #fff; }
.services .section-heading .lede { color: rgba(255,255,255,.72); }
.service-card { overflow: hidden; background: #102844; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); }
.service-card img { width: 100%; aspect-ratio: 1.98 / 1; object-fit: cover; background: #163251; }
.service-body { padding: 1.2rem; }
.service-body p { color: rgba(255,255,255,.75); }

.steps { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.step { position: relative; padding: 1.25rem 1.25rem 1.25rem 4.25rem; border-left: .2rem solid var(--blue); background: #fff; }
.step::before {
  counter-increment: step; content: counter(step); position: absolute; top: 1.15rem; left: 1rem;
  width: 2.25rem; height: 2.25rem; display: grid; place-items: center; color: #fff; background: var(--blue-dark);
  border-radius: 50%; font-weight: 900;
}
.process-cta { margin-top: 2rem; padding: 1.5rem; color: #fff; background: var(--blue-dark); border-radius: var(--radius); }
.process-cta p { color: rgba(255,255,255,.8); }

.reviews { background: var(--blue-soft); }
.rating { display: inline-flex; align-items: center; gap: .65rem; margin-top: 1rem; color: var(--blue-dark); font-weight: 800; }
.stars { color: #f59e0b; letter-spacing: .08em; }
.testimonial { display: flex; flex-direction: column; min-height: 100%; padding: 1.4rem; background: #fff; border-radius: var(--radius); box-shadow: 0 .65rem 1.8rem rgba(6,25,49,.08); }
.testimonial blockquote { margin: .75rem 0 1.3rem; color: #334155; }
.testimonial footer { margin-top: auto; font-weight: 800; }
.testimonial footer span { display: block; color: var(--muted); font-size: .88rem; font-weight: 400; }
.final-cta { color: #fff; background: var(--blue-dark); text-align: center; }
.final-cta h2 { color: #fff; text-transform: uppercase; }
.final-cta .lede { margin-inline: auto; color: rgba(255,255,255,.82); }

.site-footer { padding: 3.5rem 0 1.5rem; color: rgba(255,255,255,.78); background: var(--navy-deep); }
.site-footer .brand img { width: 9rem; }
.site-footer h2 { margin-bottom: .8rem; color: #fff; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a { text-decoration-color: rgba(255,255,255,.4); text-underline-offset: .2em; }
.site-footer a:hover { color: #fff; }
.footer-links { display: grid; gap: .55rem; align-content: start; }
.license { margin-top: 1rem; color: #fff; font-weight: 700; }
.social-links { display: flex; gap: .65rem; margin-top: 1rem; }
.social-link { width: 2.65rem; height: 2.65rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; }
.social-link svg { width: 1.2rem; height: 1.2rem; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.18); display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; justify-content: space-between; font-size: .9rem; }
.legal-links { display: flex; flex-wrap: wrap; gap: 1rem; }

.page-hero { padding: 9rem 0 3rem; color: #fff; background: linear-gradient(135deg, var(--navy), var(--blue-dark)); }
.page-hero h1 { color: #fff; font-size: clamp(2.4rem, 8vw, 4rem); }
.page-hero .lede { color: rgba(255,255,255,.82); }
.content-page { padding: 3.5rem 0 5rem; }
.prose { max-width: 52rem; }
.prose h2 { margin: 2.2rem 0 .7rem; font-size: 1.65rem; }
.prose h3 { margin: 1.6rem 0 .55rem; }
.prose ul { padding-left: 1.25rem; }
.notice { margin: 1.5rem 0; padding: 1rem 1.1rem; color: #23314a; background: #fef3c7; border-left: .3rem solid #d97706; }
.service-page-hero { min-height: 36rem; }
.feature-list { display: grid; gap: 1rem; margin-top: 2rem; }
.feature { padding: 1.25rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.faq details { margin-top: .75rem; padding: 1rem 1.1rem; background: #fff; border: 1px solid var(--line); border-radius: .45rem; }
.faq summary { cursor: pointer; color: var(--navy); font-weight: 800; }
.faq details p { color: var(--muted); }
.error-page { min-height: 72vh; display: grid; place-items: center; padding: 7rem 1rem 3rem; text-align: center; }
.error-code { color: var(--blue); font-size: clamp(5rem, 22vw, 10rem); font-weight: 900; line-height: .9; }

@media (min-width: 40rem) {
  .container { width: min(calc(100% - 3rem), var(--max)); }
  .pain-grid, .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .feature-list { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 58rem) {
  .nav-toggle { display: none; }
  .nav-menu { position: static; display: flex; align-items: center; gap: .5rem; padding: 0; background: transparent; border: 0; box-shadow: none; }
  .nav-menu .nav-cta { margin: 0 0 0 .5rem; padding-inline: 1.15rem; }
  .about-layout { grid-template-columns: .95fr 1.05fr; gap: 4rem; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(4, 1fr); }
  .step { padding: 4.25rem 1.15rem 1.2rem; border: 0; border-top: .2rem solid var(--blue); }
  .step::before { top: 1rem; left: 1.15rem; }
}

@media (min-width: 75rem) {
  .section { padding: 6rem 0; }
  .hero { min-height: 47rem; }
  .service-card { transition: transform .2s ease, border-color .2s ease; }
  .service-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.35); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media print {
  .site-header, .button-row, .skip-link { display: none !important; }
  .page-hero { padding: 1rem 0; color: #000; background: #fff; }
  .page-hero h1 { color: #000; }
  .site-footer { color: #000; background: #fff; }
}
