:root {
  color-scheme: light;
  --deep: #061b38;
  --blue: #174a87;
  --yellow: #f2b51d;
  --mist: #eef2f5;
  --silver: #c8cfd6;
  --graphite: #17202a;
  font-family: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--graphite); background: #fff; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  top: .5rem;
  left: .5rem;
  z-index: 100;
  padding: .7rem 1rem;
  border-radius: .45rem;
  background: var(--yellow);
  color: var(--graphite);
  font-weight: 700;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(200, 207, 214, .18);
  background: rgba(6, 27, 56, .96);
  backdrop-filter: blur(14px);
}
.header-inner {
  display: grid;
  width: min(100% - 2rem, 80rem);
  min-height: 72px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  margin: auto;
}
.brand img { width: 180px; height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: .25rem; }
.desktop-nav a {
  min-height: 44px;
  padding: .75rem .8rem;
  color: rgba(255,255,255,.82);
  font-size: .86rem;
  font-weight: 600;
  text-decoration: none;
}
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--yellow); }
.header-cta, .button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.2rem;
  border-radius: .55rem;
  font-size: .9rem;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
.header-cta, .button-primary { background: var(--yellow); color: var(--graphite); }
.header-cta:hover, .button-primary:hover { background: #ffc63a; transform: translateY(-1px); }
.button-secondary { border: 1px solid rgba(255,255,255,.55); color: #fff; }
.button-secondary:hover { border-color: var(--yellow); color: var(--yellow); }
.button-secondary-dark { border: 1px solid rgba(255,255,255,.5); color: #fff; }
.button-secondary-dark:hover { border-color: var(--yellow); color: var(--yellow); }
.button:focus-visible, .header-cta:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.menu-button, .mobile-nav { display: none; }

.product-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 45%, rgba(23,74,135,.8), transparent 34%),
    linear-gradient(135deg, var(--deep), #082a55 58%, #0d3a71);
  color: #fff;
}
.product-hero::after {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(135deg, transparent 0 28px, rgba(255,255,255,.035) 29px 30px);
  content: "";
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100% - 2rem, 80rem);
  min-height: 610px;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 4rem;
  margin: auto;
  padding: 5rem 0;
}
.eyebrow, .section-label {
  margin: 0 0 .8rem;
  color: var(--yellow);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1, h2 { margin: 0; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; line-height: 1.02; }
h1 { max-width: 12ch; font-size: clamp(3.25rem, 7vw, 5.7rem); text-wrap: balance; }
h2 { font-size: clamp(2.25rem, 4vw, 3.4rem); text-wrap: balance; }
.hero-intro { max-width: 40rem; margin: 1.5rem 0 0; color: rgba(238,242,245,.88); font-size: 1.05rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(242,181,29,.38);
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: 0 34px 70px -40px rgba(0,0,0,.92);
}
.hero-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.hero-photo figcaption { padding: .85rem 1rem; background: var(--deep); color: rgba(255,255,255,.76); font-size: .78rem; }

.proof-strip {
  display: grid;
  width: min(100% - 2rem, 80rem);
  grid-template-columns: repeat(4, 1fr);
  margin: -1px auto 0;
  overflow: hidden;
  border: 1px solid rgba(242,181,29,.35);
  border-radius: 0 0 .9rem .9rem;
  background: var(--deep);
  color: #fff;
}
.proof-strip > div { display: grid; gap: .2rem; padding: 1.15rem; text-align: center; }
.proof-strip > div + div { border-left: 1px solid rgba(200,207,214,.18); }
.proof-strip strong { font-size: .84rem; }
.proof-strip span { color: rgba(200,207,214,.75); font-size: .7rem; }

.content-section, .faq-section { padding: 5rem 1rem; }
.content-grid {
  display: grid;
  width: min(100%, 72rem);
  grid-template-columns: 1.2fr .8fr;
  gap: 4rem;
  margin: auto;
  align-items: start;
}
.content-grid article > p:last-child, .section-heading > p:last-child { max-width: 46rem; color: #4b5563; line-height: 1.75; }
.line-card { padding: 1.5rem; border: 1px solid var(--silver); border-radius: .85rem; background: var(--mist); }
.line-card h2 { font-size: 1.65rem; }
.line-card ul { display: grid; gap: .7rem; padding: 0; margin: 1.25rem 0; list-style: none; }
.line-card li { padding: .8rem; border-left: 3px solid var(--yellow); background: #fff; font-weight: 650; }
.line-card p { margin-bottom: 0; color: #4b5563; font-size: .82rem; }

.identify-section {
  padding: 5rem max(1rem, calc((100% - 72rem) / 2));
  background: var(--mist);
}
.section-heading { max-width: 50rem; }
.identify-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; padding: 0; margin: 2rem 0; list-style: none; }
.identify-steps li { padding: 1.4rem; border: 1px solid var(--silver); border-radius: .8rem; background: #fff; }
.identify-steps span { display: grid; width: 34px; height: 34px; place-items: center; margin-bottom: 1rem; border-radius: 50%; background: var(--yellow); font-family: "Barlow Condensed", sans-serif; font-weight: 800; }
.identify-steps strong { font-size: 1.05rem; }
.identify-steps p { margin-bottom: 0; color: #4b5563; font-size: .86rem; line-height: 1.6; }

.faq-section { width: min(100%, 74rem); margin: auto; }
.faq-list { display: grid; gap: .7rem; margin-top: 2rem; }
.faq-list details { border: 1px solid var(--silver); border-radius: .7rem; background: #fff; }
.faq-list summary { min-height: 52px; padding: 1rem; cursor: pointer; font-weight: 700; }
.faq-list details p { padding: 0 1rem 1rem; margin: 0; color: #4b5563; line-height: 1.65; }
.related-pages { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--silver); }
.related-pages h2 { color: var(--navy); font-family: "Barlow Condensed", sans-serif; font-size: 1.65rem; }
.related-pages ul { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.related-pages a { display: inline-flex; min-height: 44px; align-items: center; padding: .65rem .9rem; border: 1px solid var(--blue); border-radius: .55rem; color: var(--navy); font-size: .86rem; font-weight: 750; }
.related-pages a:hover, .related-pages a:focus-visible { border-color: var(--yellow); background: var(--navy); color: #fff; }

.local-section {
  display: flex;
  width: min(100% - 2rem, 72rem);
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 auto 5rem;
  padding: 2rem;
  border-radius: 1rem;
  background: var(--deep);
  color: #fff;
}
.local-section h2 { font-size: 2.5rem; }
.local-section address { margin-top: 1rem; color: rgba(238,242,245,.82); font-style: normal; line-height: 1.7; }
.local-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2rem max(1rem, calc((100% - 80rem) / 2)); background: var(--graphite); color: rgba(255,255,255,.76); font-size: .84rem; }
footer a { min-height: 44px; color: var(--yellow); font-weight: 700; }
.mobile-cta-bar { display: none; }

@media (max-width: 900px) {
  .header-inner { grid-template-columns: 44px 1fr 44px; gap: 0; }
  .brand { grid-column: 2; justify-self: center; }
  .brand img { width: min(48vw, 180px); }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: grid; grid-column: 3; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: .55rem; background: transparent; color: #fff; cursor: pointer; }
  .menu-button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2; }
  .mobile-nav { padding: .6rem 1rem 1rem; background: var(--deep); }
  .mobile-nav:not([hidden]) { display: grid; }
  .mobile-nav a { min-height: 48px; padding: .85rem; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; text-decoration: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 2rem; padding: 4rem 0; }
  .hero-photo { width: min(100%, 32rem); }
  .proof-strip { grid-template-columns: repeat(2,1fr); }
  .proof-strip > div:nth-child(3) { border-left: 0; }
  .proof-strip > div:nth-child(n+3) { border-top: 1px solid rgba(200,207,214,.18); }
  .content-grid { grid-template-columns: 1fr; gap: 2rem; }
  .identify-steps { grid-template-columns: 1fr; }
  .local-section { align-items: start; flex-direction: column; }
}

@media (max-width: 600px) {
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .product-hero { background: linear-gradient(145deg, var(--deep), #082a55 70%, #0d3a71); }
  .hero-grid { width: min(100% - 2rem, 80rem); padding: 3rem 0; }
  h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .hero-intro { font-size: .96rem; }
  .hero-actions { display: grid; }
  .hero-photo { max-width: 22rem; }
  .content-section, .faq-section { padding-block: 4rem; }
  .identify-section { padding-block: 4rem; }
  .local-section { margin-bottom: 3rem; padding: 1.5rem; }
  .local-actions { width: 100%; }
  .local-actions .button { width: 100%; }
  footer { flex-direction: column; padding-bottom: 2.5rem; }
  .mobile-cta-bar { position: fixed; inset: auto 0 0; z-index: 45; display: block; padding: .65rem 1rem calc(.65rem + env(safe-area-inset-bottom)); border-top: 1px solid rgba(255,255,255,.12); background: rgba(6,27,56,.96); }
  .mobile-cta-bar a { display: flex; min-height: 48px; align-items: center; justify-content: center; border-radius: .55rem; background: var(--yellow); color: var(--graphite); font-size: .88rem; font-weight: 800; text-decoration: none; }
}

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