:root {
  --navy: #0b1f3a;
  --navy-2: #122c4d;
  --navy-3: #1a3d66;
  --amber: #f5a623;
  --amber-2: #ffb83d;
  --ink: #1a2332;
  --muted: #5c6b7a;
  --line: #dbe3ec;
  --bg: #f3f6f9;
  --white: #fff;
  --danger: #9b1c1c;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(11, 31, 58, .12);
  --sticky: 64px;
  --font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  padding-bottom: calc(var(--sticky) + env(safe-area-inset-bottom, 0px));
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy-3); }
a:hover { color: var(--navy); }
.skip {
  position: absolute; left: -999px; top: 0;
}
.skip:focus { left: 8px; top: 8px; background: #fff; padding: 8px 12px; z-index: 100; }
.wrap { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(11, 31, 58, .96);
  color: #fff;
  backdrop-filter: blur(8px);
}
.header-inner {
  display: flex; align-items: center; gap: 12px;
  min-height: 64px;
}
.logo { max-width: 62vw; font-size: .92rem; color: #fff; text-decoration: none; font-weight: 800; letter-spacing: .02em; line-height: 1.1; display: flex; align-items: center; gap: 10px; }
.logo-mark { width: 40px; height: 40px; flex-shrink: 0; border-radius: 10px; }
.logo-text { display: block; }
.logo small { display: block; font-size: .72rem; font-weight: 700; color: var(--amber); letter-spacing: .14em; }
.logo-img { height: 40px; width: auto; }
.nav { display: none; gap: 18px; margin-left: auto; align-items: center; }
.nav a { color: #e8eef6; text-decoration: none; font-weight: 600; font-size: .92rem; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--amber); }
.header-call { margin-left: auto; }
.nav-toggle {
  width: 44px; height: 44px; border: 0; background: transparent; color: #fff; cursor: pointer;
  display: grid; place-items: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  display: block; width: 22px; height: 2px; background: #fff; position: relative;
}
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
@media (min-width: 900px) {
  .nav { display: flex; }
  .nav-toggle { display: none; }
  .header-call { margin-left: 8px; }
}
.nav.is-open {
  display: flex; flex-direction: column; position: absolute; inset: 64px 0 auto 0;
  background: var(--navy-2); padding: 16px 20px 24px; align-items: flex-start;
}

.btn-call, .btn-ghost, .btn-light {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 0 18px; border-radius: 12px; text-decoration: none; font-weight: 800;
  letter-spacing: .02em; border: 0; cursor: pointer; white-space: nowrap;
}
.btn-call {
  background: var(--amber); color: var(--navy); box-shadow: 0 8px 0 #c48412;
}
.btn-call:hover { background: var(--amber-2); color: var(--navy); }
.btn-call-lg { min-height: 56px; min-width: 180px; font-size: 1.05rem; }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); }
.btn-light { background: #fff; color: var(--navy); }
.btn-row { display: grid; gap: 10px; margin-top: 18px; }
@media (min-width: 560px) {
  .btn-row { display: flex; flex-wrap: wrap; }
}

.hero {
  position: relative;
  background: var(--navy);
  color: #fff;
  min-height: 420px;
  display: grid;
  align-items: end;
  overflow: hidden;
}
.hero-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  max-width: none; object-fit: cover; object-position: center 40%;
}
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,31,58,.55) 0%, rgba(11,31,58,.78) 55%, rgba(11,31,58,.92) 100%);
}
@media (min-width: 800px) {
  .hero { min-height: 520px; }
}
.hero-copy { position: relative; z-index: 1; padding: 48px 0 40px; }
.hero-kicker { color: var(--amber); font-weight: 800; letter-spacing: .12em; font-size: .78rem; margin: 0 0 8px; }
.hero h1 { font-size: clamp(2rem, 8vw, 3.4rem); line-height: 1.05; margin: 0 0 10px; }
.hero .lead { font-size: 1.15rem; color: #d7e3f2; margin: 0 0 10px; }
.hero .desc { color: #c5d4e6; margin: 0; max-width: 40rem; }
.phone-xl { margin: 8px 0 0; font-size: 1.35rem; font-weight: 800; }
.phone-xl a { color: var(--amber); text-decoration: none; }
.hero-note { font-size: .85rem; color: #9fb3c9; margin-top: 14px; }

.trust { display: grid; gap: 10px; padding: 18px 0; }
.trust article {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px;
}
.trust article .icon { color: var(--navy-3); margin-bottom: 6px; }
.trust h2 { font-size: 1rem; margin: 0 0 4px; }
.trust p { margin: 0; color: var(--muted); font-size: .92rem; }
@media (min-width: 700px) { .trust { grid-template-columns: repeat(5, 1fr); } }
.card-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: #eef3f8; color: var(--navy);
  display: grid; place-items: center; margin-bottom: 12px;
}
.card-icon-lg { margin: 12px 0; }
.about-teaser { background: var(--bg); }
.about-grid { display: grid; gap: 22px; align-items: center; }
.about-photo { width: 100%; border-radius: var(--radius); aspect-ratio: 3/2; object-fit: cover; }
@media (min-width: 800px) { .about-grid { grid-template-columns: 1.1fr 1fr; } }
.nap-grid { display: grid; gap: 22px; }
@media (min-width: 800px) { .nap-grid { grid-template-columns: .9fr 1.1fr; align-items: start; } }
.nap-list { list-style: none; padding: 0; margin: 0 0 16px; }
.nap-list li { margin: 0 0 12px; }

.section { padding: 36px 0; }
.section h2 { font-size: 1.55rem; margin: 0 0 8px; }
.muted { color: var(--muted); }
.grid-3, .grid-2, .cards { display: grid; gap: 14px; }
@media (min-width: 700px) {
  .grid-2 { grid-template-columns: 1fr 1fr; }
  .grid-3, .cards { grid-template-columns: repeat(3, 1fr); }
}
.card, .prose {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px;
}
.card h3 { margin: 0 0 8px; font-size: 1.15rem; }
.card p { margin: 0 0 12px; color: var(--muted); }
.scenarios { background: var(--bg); }
.scenarios ul { margin: 0; padding-left: 18px; }
.cta-band {
  background: var(--navy); color: #fff; padding: 28px 0; text-align: center;
}
.cta-band h2 { margin: 0 0 8px; }
.cta-inline {
  background: linear-gradient(180deg, #fff8eb, #fff); border: 2px solid var(--amber);
  border-radius: var(--radius); padding: 18px; margin: 22px 0;
  text-align: center;
}
.cta-inline-kicker { margin: 0; color: var(--muted); font-size: .85rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cta-inline-title { margin: 4px 0 8px; font-size: 1.4rem; }
.prose h2 { margin-top: 1.4em; }
.prose h3 { margin-top: 1.1em; }
.breadcrumb { font-size: .88rem; color: var(--muted); padding: 14px 0 0; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; }
.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 6px; color: #9aa8b6; }
.faq details {
  border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; background: #fff; margin-bottom: 8px;
}
.faq summary { cursor: pointer; font-weight: 700; }
.faq details p, .faq details div { margin: 8px 0 0; color: var(--muted); }
.header-call .btn-call { padding: 0 12px; min-width: 0; }
.sticky-cta a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 8px; }
.site-footer { background: var(--navy); color: #d5e0ec; padding: 36px 0 28px; }
.site-footer a { color: #fff; }
.footer-grid { display: grid; gap: 22px; }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; } }
.site-footer h2 { color: #fff; font-size: 1rem; margin: 0 0 10px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 0 0 6px; }
.legal { display: flex; flex-wrap: wrap; gap: 12px; font-size: .85rem; margin-top: 18px; padding-top: 14px; border-top: 1px solid #24466d; }
.disclaimer { font-size: .82rem; color: #9fb3c9; }
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  background: #c43c12; padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
}
.sticky-cta a {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; color: #fff; text-decoration: none; font-weight: 800; letter-spacing: .03em;
}
@media (min-width: 900px) { .sticky-cta { display: none; } }
.page-hero { padding: 22px 0 8px; }
.page-hero h1 { margin: 0 0 8px; font-size: clamp(1.7rem, 5vw, 2.4rem); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.chip {
  background: var(--bg); border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px;
  text-decoration: none; color: var(--navy); font-weight: 700; font-size: .88rem;
}
.loc-cols { display: grid; gap: 24px; }
@media (min-width: 800px) { .loc-cols { grid-template-columns: 1fr 1fr; } }
.loc-cols ul { columns: 2; padding-left: 18px; }
.notfound { padding: 48px 0 24px; text-align: center; }
.notfound h1 { font-size: 2rem; }
.tel-link { font-weight: 800; color: var(--navy); }
.sr-only { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0; }
