/* Elite Upgrades — design system v2
   Brand-pure: Navy + White only.
   Gold reserved for review stars (universal symbol, not brand). */

:root {
  --navy: #1f4368;          /* logo navy */
  --navy-dark: #122a44;     /* darker navy for headings, dark backgrounds */
  --navy-deep: #0a1c30;     /* deepest navy for footer / hero gradient end */
  --navy-bright: #2b5a89;   /* brighter navy for hover states */
  --navy-faint: #e8eef5;    /* faint navy tint for soft backgrounds */
  --gold-star: #f5b301;     /* review stars only */
  --gray-50: #f8f9fb;
  --gray-100: #eef1f5;
  --gray-200: #d8dee6;
  --gray-400: #8b94a3;
  --gray-700: #3a4452;
  --gray-900: #14181f;
  --white: #ffffff;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.08);
  --shadow-md: 0 4px 12px rgba(0,0,0,.10);
  --shadow-lg: 0 10px 30px rgba(18,42,68,.18);
  --radius: 6px;
  --radius-lg: 12px;
  --max-w: 1200px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: var(--gray-900);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--navy-bright); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font: inherit; cursor: pointer; border: 0; background: 0; }
h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 .5em; color: var(--navy-dark); font-weight: 700; }
h1 { font-size: clamp(2rem, 5vw, 3.25rem); letter-spacing: -.02em; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.25rem); letter-spacing: -.01em; }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== Top bar ===== */
.topbar {
  background: var(--navy-deep);
  color: var(--white);
  padding: 8px 0;
  font-size: 14px;
  text-align: center;
}
.topbar a { color: #fff; text-decoration: underline; }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy-dark);
}
.logo:hover { text-decoration: none; }
.logo-mark {
  height: 56px;
  width: auto;
  display: block;
  flex-shrink: 0;
}
.logo-wordmark {
  height: 32px;
  width: auto;
  display: block;
}
.footer-brand .logo-mark { height: 76px; }
.footer-brand .logo-wordmark { height: 44px; }
@media (max-width: 480px) {
  .logo-mark { height: 48px; }
  .logo-wordmark { height: 26px; }
}
.nav-links {
  display: none;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  color: var(--gray-700);
  font-weight: 500;
  font-size: 15px;
}
.nav-links a:hover { color: var(--navy-dark); }
.header-cta { display: flex; gap: 8px; align-items: center; }
.btn-call-header {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--navy);
  color: var(--white);
  padding: 10px 16px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 15px;
}
.btn-call-header:hover { background: var(--navy-dark); text-decoration: none; }
.btn-quote-header {
  display: none;
  background: var(--white);
  color: var(--navy-dark);
  border: 2px solid var(--navy-dark);
  padding: 8px 18px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 15px;
}
.btn-quote-header:hover { background: var(--navy-dark); color: var(--white); text-decoration: none; }

@media (min-width: 880px) {
  .nav-links { display: flex; }
  .btn-quote-header { display: inline-flex; }
}

/* ===== Hero ===== */
.hero {
  background: linear-gradient(160deg, var(--navy-dark) 0%, var(--navy) 50%, var(--navy-deep) 100%);
  color: var(--white);
  padding: 56px 0 64px;
  position: relative;
  overflow: hidden;
}
.hero h1 { color: var(--white); }
.hero .container { position: relative; z-index: 2; }
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-block;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: var(--white);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hero-sub {
  font-size: 1.15rem;
  color: rgba(255,255,255,.88);
  margin: 16px 0 28px;
  max-width: 560px;
}
.hero-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 15px;
  color: rgba(255,255,255,.92);
}
.hero-stars .stars { color: var(--gold-star); letter-spacing: 2px; font-size: 18px; }

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 28px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 17px;
  transition: transform .12s ease, background .12s ease, box-shadow .12s ease;
  border: 2px solid transparent;
}
.btn-primary {
  background: var(--white);
  color: var(--navy-dark);
  box-shadow: var(--shadow-md);
}
.btn-primary:hover { background: var(--navy-faint); text-decoration: none; transform: translateY(-1px); }
.btn-secondary {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn-secondary:hover { background: var(--white); color: var(--navy-dark); text-decoration: none; }
.btn-call {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}
.btn-call:hover { background: var(--navy-dark); text-decoration: none; }
.btn-block { width: 100%; }

/* On-light variant for buttons in white sections */
.btn-on-light.btn-primary {
  background: var(--navy-dark);
  color: var(--white);
}
.btn-on-light.btn-primary:hover { background: var(--navy); }
.btn-on-light.btn-call {
  background: var(--white);
  color: var(--navy-dark);
  border-color: var(--navy-dark);
}
.btn-on-light.btn-call:hover { background: var(--navy-dark); color: var(--white); }

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 28px;
  font-size: 14px;
  color: rgba(255,255,255,.88);
}
.hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof .check { color: var(--white); font-weight: 800; }

.hero-photo {
  background: var(--gray-200);
  border-radius: var(--radius-lg);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-700);
  font-size: 14px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-photo .placeholder-label {
  background: rgba(18, 42, 68, .9);
  color: var(--white);
  padding: 14px 20px;
  border-radius: var(--radius);
  font-weight: 600;
  max-width: 80%;
}

/* Hero with background video */
.hero.has-video { padding: 0; }
.hero.has-video .hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero.has-video .hero-video-bg video,
.hero.has-video .hero-video-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero.has-video .hero-video-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(18,42,68,.85) 0%, rgba(31,67,104,.7) 50%, rgba(10,28,48,.92) 100%);
}
.hero.has-video .hero-grid {
  position: relative;
  z-index: 2;
  padding: 64px 0;
}
@media (min-width: 900px) {
  .hero.has-video .hero-grid { padding: 80px 0; min-height: 540px; }
  /* Single column on video hero - text gets full width */
  .hero.has-video .hero-grid { grid-template-columns: 1fr; gap: 0; max-width: 720px; }
}

/* Owners/About block */
.owners-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 800px) {
  .owners-block { grid-template-columns: 1fr 1.2fr; gap: 48px; }
}
.owners-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 3;
  background: var(--gray-200);
}
.owners-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.owners-text h2 { margin-bottom: 12px; }
.owners-text .owner-names {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--navy);
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* Process strip on service pages */
.process-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 32px 0;
}
@media (min-width: 720px) { .process-strip { grid-template-columns: 1fr 1fr; } }
.process-shot {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  position: relative;
  box-shadow: var(--shadow-md);
}
.process-shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.process-shot-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(10,28,48,.85), transparent);
  color: var(--white);
  padding: 32px 16px 14px;
  font-size: 14px;
  font-weight: 600;
}

/* Gallery filter chips on /before-and-after */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}
.filter-chip {
  display: inline-block;
  padding: 8px 18px;
  background: var(--white);
  color: var(--navy-dark);
  border: 2px solid var(--navy-dark);
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: background .12s, color .12s;
}
.filter-chip:hover { background: var(--navy-faint); }
.filter-chip.active { background: var(--navy-dark); color: var(--white); }
.gallery-item.hidden,
.review-item.hidden,
.hidden { display: none !important; }

@media (min-width: 900px) {
  .hero { padding: 80px 0 88px; }
  .hero-grid { grid-template-columns: 1.15fr 1fr; gap: 48px; }
}

/* ===== Trust strip ===== */
.trust-strip {
  background: var(--gray-50);
  border-bottom: 1px solid var(--gray-200);
  padding: 18px 0;
}
.trust-strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 24px;
  font-size: 14px;
  color: var(--gray-700);
}
.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.trust-item .icon { color: var(--navy); font-weight: 800; }

/* ===== Section ===== */
.section { padding: 64px 0; }
.section-tight { padding: 48px 0; }
.section-alt { background: var(--gray-50); }
.section-dark { background: var(--navy-dark); color: var(--white); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}
.section-header p { color: var(--gray-700); font-size: 1.1rem; }
.section-dark .section-header p { color: rgba(255,255,255,.85); }

.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 12px;
}
.section-dark .eyebrow { color: rgba(255,255,255,.7); }

/* ===== Services grid ===== */
.services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 600px) { .services { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .services { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 980px) { .services.services-3col { grid-template-columns: repeat(3, 1fr); } }

.service-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: transform .12s, box-shadow .12s, border-color .12s;
  display: flex;
  flex-direction: column;
  color: var(--gray-900);
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--navy);
  text-decoration: none;
}
.service-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius);
  margin-bottom: 16px;
}
.service-icon svg {
  width: 30px;
  height: 30px;
  display: block;
}
.service-card h3 { color: var(--navy-dark); margin-bottom: 8px; }
.service-card p { color: var(--gray-700); font-size: 15px; flex: 1; margin-bottom: 16px; }
.service-link { color: var(--navy); font-weight: 700; font-size: 14px; }

/* ===== Why Choose ===== */
.why {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 720px) { .why { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1020px) { .why { grid-template-columns: repeat(4, 1fr); } }
.why-item {
  text-align: center;
  padding: 8px 12px;
}
.why-item .number {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 8px;
}
.why-item h3 { font-size: 1.1rem; margin-bottom: 6px; }
.why-item p { color: var(--gray-700); font-size: 15px; }

/* ===== Before/after slider ===== */
.gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 720px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1020px) { .gallery { grid-template-columns: repeat(3, 1fr); } }

.ba-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--gray-200);
  user-select: none;
  touch-action: none;
  box-shadow: var(--shadow-md);
}
.ba-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.ba-img.ba-after { z-index: 1; }
.ba-img.ba-before { z-index: 2; clip-path: inset(0 50% 0 0); }
/* Legacy gradient placeholder (used only if .ba-img not present) */
.ba-img-wrap {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.ba-img-wrap.ba-after {
  background: linear-gradient(135deg, #2b5a89, #122a44);
}
.ba-img-wrap.ba-before {
  background: linear-gradient(135deg, #5d6470, #3a4452);
  clip-path: inset(0 50% 0 0);
}
.ba-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: var(--white);
  pointer-events: none;
  box-shadow: 0 0 6px rgba(0,0,0,.4);
  z-index: 3;
}
.ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: var(--white);
  border: 3px solid var(--navy-dark);
  border-radius: 50%;
  cursor: ew-resize;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--navy-dark);
  box-shadow: var(--shadow-md);
  z-index: 4;
  touch-action: none;
}
.ba-handle:hover { background: var(--navy-faint); }
.ba-label {
  position: absolute;
  top: 12px;
  padding: 4px 10px;
  background: rgba(0,0,0,.6);
  color: var(--white);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  z-index: 5;
  pointer-events: none;
}
.ba-label-before { left: 12px; }
.ba-label-after { right: 12px; }
.ba-caption {
  margin-top: 10px;
  font-size: 14px;
  color: var(--gray-700);
  text-align: center;
  font-weight: 600;
}

/* ===== Reviews ===== */
.reviews {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 720px) { .reviews { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1020px) { .reviews { grid-template-columns: repeat(3, 1fr); } }

.review-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
  display: flex;
  flex-direction: column;
}
.review-stars { color: var(--gold-star); font-size: 18px; letter-spacing: 2px; margin-bottom: 12px; }
.review-text { color: var(--gray-900); font-size: 15px; flex: 1; margin-bottom: 16px; line-height: 1.6; }
.review-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--gray-700);
}
.review-name { font-weight: 700; color: var(--navy-dark); }
.review-source {
  background: var(--navy-faint);
  color: var(--navy-dark);
  padding: 3px 10px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 12px;
}

/* ===== Financing ===== */
.financing-block {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 48px 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
.financing-block h2 { color: var(--white); margin-bottom: 12px; }
.financing-block p { color: rgba(255,255,255,.85); }
.financing-perks {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.financing-perks li {
  padding: 8px 0 8px 32px;
  position: relative;
  font-weight: 600;
}
.financing-perks li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 8px;
  width: 22px;
  height: 22px;
  background: var(--white);
  color: var(--navy-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
}
.financing-partners {
  background: rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
}
.financing-partners h4 {
  color: rgba(255,255,255,.7);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.financing-partners ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  color: rgba(255,255,255,.95);
}
@media (min-width: 760px) {
  .financing-block { grid-template-columns: 1.4fr 1fr; padding: 56px 48px; }
}

/* ===== Service area ===== */
.service-area-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
@media (min-width: 800px) { .service-area-grid { grid-template-columns: 1fr 1fr; } }
.area-map {
  background: var(--gray-200);
  border-radius: var(--radius-lg);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--gray-700);
  font-size: 14px;
  padding: 20px;
}
.cities-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 16px;
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.cities-list li {
  padding: 6px 0 6px 22px;
  position: relative;
  font-size: 15px;
  color: var(--gray-900);
}
.cities-list li:before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--navy);
  font-weight: 800;
}

/* ===== Quote form ===== */
.quote-section {
  background: var(--gray-50);
  padding: 64px 0;
}
.quote-form-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
@media (min-width: 880px) { .quote-form-wrap { grid-template-columns: 1fr 1.1fr; gap: 48px; } }

.quote-pitch h2 { margin-bottom: 12px; }
.quote-pitch p { color: var(--gray-700); margin-bottom: 16px; }
.quote-promise {
  list-style: none;
  padding: 0;
  margin: 0;
}
.quote-promise li {
  padding: 8px 0 8px 28px;
  position: relative;
  font-weight: 500;
}
.quote-promise li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--navy);
  font-weight: 800;
  font-size: 18px;
}

.quote-form {
  background: var(--white);
  padding: 32px 28px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border-top: 4px solid var(--navy);
}
.quote-form h3 { margin-bottom: 6px; color: var(--navy-dark); }
.quote-form .form-sub { font-size: 14px; color: var(--gray-700); margin-bottom: 20px; }
.field { margin-bottom: 16px; }
.field label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--gray-700);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  font: inherit;
  font-size: 16px;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--gray-900);
  transition: border-color .12s;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--navy);
}
.form-tos { font-size: 12px; color: var(--gray-700); margin-top: 12px; }

/* ===== FAQ ===== */
.faq-list {
  max-width: 820px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--gray-200);
}
.faq-q {
  width: 100%;
  text-align: left;
  padding: 20px 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-q::after {
  content: "+";
  color: var(--navy);
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
  transition: transform .2s;
}
.faq-item[open] .faq-q::after { content: "−"; }
.faq-a {
  padding: 0 0 20px;
  color: var(--gray-700);
  font-size: 16px;
}

/* ===== Footer ===== */
.site-footer {
  background: var(--navy-deep);
  color: rgba(255,255,255,.8);
  padding: 56px 0 24px;
  font-size: 15px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.footer-grid h4 {
  color: var(--white);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 16px;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 8px; }
.footer-grid a { color: rgba(255,255,255,.8); }
.footer-grid a:hover { color: var(--white); text-decoration: none; }
.footer-brand .logo { color: var(--white); }
.footer-brand p { font-size: 14px; margin-top: 12px; max-width: 320px; }
.footer-phone { color: var(--white); font-weight: 700; font-size: 18px; }
.footer-phone:hover { text-decoration: none; }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-top: 24px;
  font-size: 13px;
  color: rgba(255,255,255,.6);
}
.footer-bottom a { color: rgba(255,255,255,.6); }

/* ===== Mobile sticky CTA bar ===== */
.mobile-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--white);
  border-top: 1px solid var(--gray-200);
  padding: 10px 12px;
  display: flex;
  gap: 8px;
  box-shadow: 0 -4px 12px rgba(0,0,0,.10);
}
.mobile-cta-bar .btn { flex: 1; padding: 14px 12px; font-size: 15px; }
@media (min-width: 880px) { .mobile-cta-bar { display: none; } }
body { padding-bottom: 80px; }
@media (min-width: 880px) { body { padding-bottom: 0; } }

/* ===== Utilities ===== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.text-center { text-align: center; }
.mt-4 { margin-top: 32px; }
.placeholder-note {
  background: var(--navy-faint);
  border-left: 4px solid var(--navy);
  padding: 12px 16px;
  font-size: 13px;
  color: var(--navy-dark);
  border-radius: 4px;
  font-style: italic;
}

/* Discount badge (military / senior) */
.discount-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--navy-faint);
  color: var(--navy-dark);
  border: 1px solid var(--navy);
  padding: 4px 10px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}
