/* ===== Steward Garage Door Service ===== */
:root {
  --green: #114b3f;
  --green-dark: #0d3a31;
  --orange: #f07c1e;
  --orange-dark: #d96a10;
  --gold: #f2c24b;
  --cream: #fafaf8;
  --cream-2: #f3f1ea;
  --ink: #1f2a26;
  --muted: #5d6964;
  --line: #e4e1d8;
  --shadow: 0 10px 30px rgba(17, 75, 63, 0.10);
  --radius: 14px;
  --maxw: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { line-height: 1.15; color: var(--green); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.25rem; }

section { padding: 72px 0; }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--orange);
}

/* ===== Buttons ===== */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.98rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.12s ease, background 0.15s ease, color 0.15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-orange { background: var(--orange); color: #fff; }
.btn-orange:hover { background: var(--orange-dark); }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-dark); }
.btn-outline { border-color: var(--green); color: var(--green); background: transparent; }
.btn-outline:hover { background: var(--green); color: #fff; }

/* ===== Header ===== */
.topbar {
  background: var(--green);
  color: #fff;
  font-size: 0.85rem;
  text-align: center;
  padding: 7px 0;
}
.topbar a { font-weight: 700; color: var(--gold); }

/* Mobile-only green top bar: Google rating + centered phone + Schedule */
.mobile-top-bar {
  display: none;
  background: var(--green);
  padding: 7px 12px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}
.mobile-top-bar .mtb-rating { justify-self: start; }
.mobile-top-bar .mtb-phone  { justify-self: center; text-align: center; }
.mobile-top-bar .mtb-cta    { justify-self: end; }
/* Rating and Schedule sit in equal-width slots so phone is symmetric */
.mobile-top-bar .mtb-rating,
.mobile-top-bar .mtb-cta {
  height: 34px;
  width: 108px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;
  box-sizing: border-box;
  flex-shrink: 0;
}
/* Google rating: no pill, icon + stars directly on green */
.mobile-top-bar .mtb-rating { gap: 6px; padding: 0; }
.mobile-top-bar .mtb-rating .g-icon { width: 22px; height: 22px; flex-shrink: 0; }
.mobile-top-bar .mtb-rating .mtb-stars { color: #f2c24b; font-size: 0.86rem; letter-spacing: 1px; }
.mobile-top-bar .mtb-phone {
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  white-space: nowrap;
}
/* Schedule keeps its orange pill */
.mobile-top-bar .mtb-cta {
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  border-radius: 999px;
  padding: 0 10px;
}
.mobile-top-bar .mtb-cta:hover { background: var(--orange-dark); }

header.site {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--cream);
  box-shadow: 0 2px 10px rgba(17, 75, 63, 0.07);
}
.header-top-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 4px 24px;
  max-width: var(--maxw);
  margin: 0 auto;
  gap: 16px;
}
.header-top-left  { grid-column: 1; justify-self: start; }
.header-top .logo { grid-column: 2; justify-self: center; }
.header-top-right { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 12px; }
.header-top .logo img {
  height: 84px;
  width: auto;
  display: block;
  /* The GARAGE DOOR ribbon sits ~5.8% right of the cropped image's center,
     so shift the image left so the ribbon aligns with the phone above it. */
  transform: translateX(-5.8%);
}
.header-top-right .btn { padding: 10px 20px; font-size: 0.92rem; white-space: nowrap; }
.nav-phone { font-weight: 800; color: var(--green); white-space: nowrap; font-size: 1rem; }
.nav-phone:hover { color: var(--orange); }

/* Google 5-star rating badge */
.google-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow);
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.15s ease;
  line-height: 1;
}
.google-rating:hover { transform: translateY(-1px); box-shadow: 0 14px 32px rgba(17, 75, 63, 0.14); }
.google-rating .g-icon { width: 18px; height: 18px; flex-shrink: 0; }
.google-rating .g-text { display: flex; flex-direction: column; gap: 2px; line-height: 1.1; }
.google-rating .g-stars {
  color: #f2b500;
  font-size: 0.78rem;
  letter-spacing: 1px;
  font-weight: 700;
}
.google-rating .g-stars strong { color: var(--ink); margin-left: 4px; letter-spacing: 0; font-size: 0.82rem; }
.google-rating .g-label {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.mainnav { background: var(--green); }
.menu {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2px;
  list-style: none;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 12px;
}
.menu > li { position: relative; }
.menu > li > a {
  display: block;
  padding: 16px 20px;
  font-weight: 700;
  font-size: 0.96rem;
  color: #fff;
  white-space: nowrap;
}
.menu > li > a:hover { color: var(--gold); }
.menu > li.active > a { color: var(--gold); }
.dropdown-toggle::after { content: " \25be"; font-size: 0.7em; opacity: 0.85; }
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: var(--shadow);
  min-width: 252px;
  padding: 8px;
  display: none;
}
@media (hover: hover) { .menu li:hover .dropdown { display: block; } }
/* Touch / keyboard: show dropdown when the parent li has dd-open or focus-within */
.menu > li.has-dd.dd-open > .dropdown,
.menu > li.has-dd:focus-within > .dropdown { display: block; }
.dropdown.mega {
  min-width: 620px;
  left: 50%;
  transform: translateX(-50%);
  column-count: 3;
  column-gap: 4px;
}
.dropdown.mega a { break-inside: avoid; }
.dropdown a {
  display: block;
  padding: 11px 14px;
  border-radius: 7px;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.92rem;
}
.dropdown a:hover { background: var(--cream-2); color: var(--orange); }

.hamburger {
  display: none;
  background: none;
  border: 0;
  font-size: 1.8rem;
  color: var(--green);
  cursor: pointer;
  line-height: 1;
}

/* ===== Hero ===== */
.hero { background: var(--cream); padding: 70px 0 80px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
.rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 8px 16px;
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-weight: 700;
  font-size: 0.9rem;
}
.stars { color: var(--gold); letter-spacing: 1px; }
.hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  margin: 22px 0 16px;
}
.hero p.lead { font-size: 1.18rem; color: var(--muted); max-width: 480px; }
.hero .btn { margin-top: 26px; }
.hero-img img {
  border-radius: var(--radius);
  width: 100%;
}

/* ===== Section heads ===== */
.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-head p { color: var(--muted); margin-top: 12px; }

/* ===== Flake-blend swatches ===== */
.swatches {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto 28px;
}
.swatch { text-align: center; margin: 0; }
.swatch img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  display: block;
  background: #eee;
}
.swatch figcaption { margin-top: 10px; line-height: 1.25; }
.swatch-name {
  display: block;
  font-weight: 700;
  font-size: 0.98rem;
}
.swatch-code {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  margin-top: 2px;
}
.swatch-note {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}
.swatch-note strong { color: var(--text, #1a1a1a); }
@media (max-width: 900px) {
  .swatches { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}
@media (max-width: 560px) {
  .swatches { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .swatch-name { font-size: 0.92rem; }
  .swatch-code { font-size: 0.78rem; }
}

/* ===== Service cards ===== */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card img { height: 190px; object-fit: cover; width: 100%; }
.card-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.card-body p { color: var(--muted); margin: 8px 0 18px; font-size: 0.96rem; }
.card-link {
  margin-top: auto;
  font-weight: 700;
  color: var(--orange);
}
.card-link:hover { color: var(--orange-dark); }

/* ===== Brands marquee ===== */
.brands { background: var(--cream-2); }
.marquee {
  overflow: hidden;
  margin: 30px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track {
  display: flex;
  gap: 56px;
  width: max-content;
  animation: scroll 26s linear infinite;
}
.marquee-track span {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--green);
  opacity: 0.55;
  white-space: nowrap;
}
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.brands p.note {
  text-align: center;
  color: var(--muted);
  max-width: 760px;
  margin: 0 auto;
}

/* ===== Value props ===== */
.values { background: var(--green); color: #fff; }
.values h2 { color: #fff; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 44px;
}
.value h3 { color: var(--gold); margin-bottom: 8px; }
.value p { color: rgba(255, 255, 255, 0.85); font-size: 0.97rem; }

/* ===== Split feature ===== */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.split img { border-radius: var(--radius); }
.split .text p { color: var(--muted); margin: 14px 0 24px; }

/* ===== Testimonials ===== */
.testimonials { background: var(--cream-2); }
.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
}
.review .stars { font-size: 1.1rem; }
.review blockquote {
  margin: 12px 0 14px;
  font-size: 0.98rem;
  color: var(--ink);
}
.review cite { font-weight: 700; color: var(--green); font-style: normal; }

/* ===== Process ===== */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 44px;
}
.step { text-align: center; }
.step .num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.step .label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--orange);
}
.step h3 { margin: 4px 0 8px; }
.step p { color: var(--muted); font-size: 0.95rem; }

/* ===== Service area list ===== */
.area { background: var(--green); color: #fff; }
.area h2 { color: #fff; }
.area .lead { color: rgba(255,255,255,0.85); max-width: 680px; }
.city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 30px 0 24px;
  list-style: none;
}
.city-list li {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background 0.15s ease;
}
.city-list li:hover { background: var(--orange); border-color: var(--orange); }
.city-list li a { display: block; padding: 8px 16px; color: #fff; }
.city-list li.plain { padding: 8px 16px; }
.area .small { color: rgba(255,255,255,0.7); font-size: 0.92rem; }

/* ===== Service area split layout (sidebar + map) ===== */
.service-map-layout {
  display: grid;
  grid-template-columns: minmax(320px, 420px) 1fr;
  gap: 24px;
  margin: 30px 0 24px;
  align-items: stretch;
}
.service-map-sidebar {
  padding: 0 6px;
}

.city-list-vertical {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
  column-gap: 6px;
}
.city-list-vertical li {
  display: block;
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 0.92rem;
  font-weight: 600;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.city-list-vertical li:hover { background: rgba(240, 124, 30, 0.18); border-radius: 6px; }
.city-list-vertical li a {
  display: block;
  padding: 7px 12px;
  color: #fff;
  border-radius: 6px;
  transition: color 0.15s ease, background 0.15s ease;
}
.city-list-vertical li a:hover,
.city-list-vertical li a:focus {
  color: var(--orange);
  background: rgba(255,255,255,0.06);
  outline: none;
}

/* Inner pages without map: full-width vertical city list */
.pf.area .city-list-vertical {
  column-count: 4;
  column-gap: 28px;
  max-width: 1100px;
  margin: 28px auto 22px;
}
@media (max-width: 1279px) {
  .pf.area .city-list-vertical { column-count: 3; }
}
@media (max-width: 899px) {
  .pf.area .city-list-vertical { column-count: 2; column-gap: 20px; }
}
@media (max-width: 379px) {
  .pf.area .city-list-vertical { column-count: 1; }
}
/* Compact item spacing on mobile so 2 cols stay readable */
@media (max-width: 559px) {
  .pf.area .city-list-vertical li a {
    padding: 5px 8px;
    font-size: 0.88rem;
  }
}

/* "View All Service Areas" text link at bottom of list-only areas */
.area-bottom-link {
  text-align: center;
  margin-top: 18px;
}
.area-bottom-link a {
  color: var(--orange);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.area-bottom-link a:hover,
.area-bottom-link a:focus {
  color: #ffba70;
  text-decoration-thickness: 2px;
}

.service-map-canvas {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #e9efe9;
  min-height: 520px;
}
#dfw-service-map {
  width: 100%;
  height: 100%;
  min-height: 520px;
}

/* Custom Steward "S" pins */
.steward-pin {
  background: transparent !important;
  border: none !important;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
  transition: transform 0.15s ease;
}
.steward-pin:hover { transform: translateY(-2px); }
.steward-pin-active { z-index: 1000 !important; }

.leaflet-popup-content-wrapper {
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(17, 75, 63, 0.18);
}
.leaflet-popup-content { margin: 12px 14px; font-family: "Inter", sans-serif; }
.map-popup strong { color: var(--green); font-size: 1rem; display: block; margin-bottom: 4px; }
.map-popup a { color: var(--orange); font-weight: 700; font-size: 0.9rem; }
.map-popup a:hover { color: var(--orange-dark); }

@media (max-width: 860px) {
  .service-map-layout {
    grid-template-columns: 1fr;
  }
  .service-map-sidebar {
    order: 2;
  }
  .service-map-canvas {
    order: 1;
    min-height: 380px;
  }
  #dfw-service-map { min-height: 380px; }
}

/* ===== Final CTA ===== */
.final-cta {
  text-align: center;
  background: var(--cream-2);
}
.final-cta p {
  color: var(--muted);
  max-width: 620px;
  margin: 14px auto 26px;
}
/* When two CTAs sit on one line, give them spacing so a wrap on mobile
   doesn't stack them flush against each other */
.final-cta p .btn { margin: 6px 4px; }
@media (max-width: 520px) {
  .final-cta p .btn {
    display: block;
    max-width: 320px;
    margin: 10px auto;
  }
}

/* ===== Footer ===== */
footer.site {
  background: var(--green-dark);
  color: rgba(255, 255, 255, 0.85);
  padding: 56px 0 26px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 36px;
}
footer .flink { display: block; color: rgba(255, 255, 255, 0.8); font-size: 0.92rem; padding: 3px 0; }
footer .flink:hover { color: #fff; }
.copyright a { color: rgba(255, 255, 255, 0.75); }
.copyright a:hover { color: #fff; }
footer .logo img {
  height: 70px;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
footer p { font-size: 0.95rem; margin-top: 14px; }
footer h4 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  margin-bottom: 12px;
}
footer .hours-row { font-size: 0.95rem; }
footer .hours-row strong { color: #fff; }
.proudly {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  font-weight: 700;
  color: #fff;
}
.proudly img { height: 30px; border-radius: 3px; }
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}

/* ===== City service blocks ===== */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 44px;
}
.svc {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}
.svc h3 { margin-bottom: 10px; }
.svc > p { color: var(--muted); font-size: 0.96rem; margin-bottom: 16px; }
.svc ul { list-style: none; }
.svc li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 9px;
  font-size: 0.94rem;
  font-weight: 600;
}
.svc li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 800;
}
.city-areas { color: var(--muted); margin-top: 14px; }

@media (max-width: 940px) {
  .svc-grid { grid-template-columns: 1fr; }
}

/* ===== Page hero (sub pages) ===== */
.page-hero {
  background: var(--green);
  color: #fff;
  text-align: center;
  padding: 64px 0;
}
.page-hero .eyebrow { color: var(--gold); }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); margin-top: 10px; }
.page-hero p { color: rgba(255,255,255,0.85); max-width: 640px; margin: 14px auto 0; }

/* ===== Booking popup ===== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13, 58, 49, 0.55);
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 16px;
  z-index: 100;
  overflow-y: auto;
}
.modal-overlay.open { display: flex; }
.modal {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: modal-in 0.18s ease;
}
@keyframes modal-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
.modal-head {
  background: var(--green);
  color: #fff;
  padding: 22px 26px;
  position: relative;
}
.modal-head h3 { color: #fff; font-size: 1.35rem; }
.modal-head p { color: rgba(255, 255, 255, 0.8); font-size: 0.9rem; margin-top: 4px; }
.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.8;
}
.modal-close:hover { opacity: 1; }
.modal-body { padding: 24px 26px 28px; }
.modal-body .field { margin-bottom: 14px; }
.modal-body label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 5px;
}
.modal-body input,
.modal-body select,
.modal-body textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 0.95rem;
  font-family: inherit;
  color: var(--ink);
  background: var(--cream);
}
.modal-body input:focus,
.modal-body select:focus,
.modal-body textarea:focus {
  outline: 2px solid var(--orange);
  outline-offset: 0;
  background: #fff;
}
.modal-body textarea { resize: vertical; min-height: 64px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.modal-body .btn { width: 100%; margin-top: 6px; }
.modal-fineprint {
  text-align: center;
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 12px;
}
.modal-fineprint a { color: var(--green); font-weight: 700; }
.modal-success { text-align: center; padding: 14px 0 6px; }
.modal-success .check {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.modal-success h3 { color: var(--green); margin-bottom: 8px; }
.modal-success p { color: var(--muted); }
.req { color: var(--orange); }

/* ===== Multi-step wizard ===== */
.modal.wizard { max-width: 510px; }
.wiz-progress {
  height: 5px;
  background: var(--cream-2);
}
.wiz-progress-fill {
  height: 100%;
  background: var(--orange);
  width: 16%;
  transition: width 0.25s ease;
}
.wiz-step-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 4px;
}
.wiz-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--green);
  margin-bottom: 4px;
}
.wiz-sub { font-size: 0.9rem; color: var(--muted); margin-bottom: 18px; }
.wiz-q {
  font-weight: 700;
  color: var(--green);
  font-size: 0.92rem;
  margin: 18px 0 8px;
}
.wiz-q:first-of-type { margin-top: 0; }

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.choice-btn {
  padding: 14px 10px;
  border: 2px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ink);
  cursor: pointer;
  text-align: center;
  font-family: inherit;
  transition: border-color 0.12s ease, background 0.12s ease;
}
.choice-btn:hover { border-color: var(--orange); }
.choice-btn.selected {
  border-color: var(--orange);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--orange);
}

/* address autocomplete */
.autocomplete { position: relative; }
.ac-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 9px 9px;
  box-shadow: var(--shadow);
  z-index: 5;
  max-height: 220px;
  overflow-y: auto;
}
.ac-list div {
  padding: 10px 13px;
  font-size: 0.9rem;
  cursor: pointer;
  border-bottom: 1px solid var(--cream-2);
}
.ac-list div:hover { background: var(--cream-2); }

/* time windows */
.day-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}
.day-btn {
  padding: 11px 8px;
  border: 2px solid var(--line);
  border-radius: 9px;
  background: var(--cream);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--ink);
  cursor: pointer;
  font-family: inherit;
  text-align: center;
}
.day-btn:hover { border-color: var(--orange); }
.day-btn.selected { border-color: var(--orange); background: #fff; box-shadow: inset 0 0 0 1px var(--orange); }
.window-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 13px 15px;
  border: 2px solid var(--line);
  border-radius: 9px;
  background: var(--cream);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink);
  cursor: pointer;
  font-family: inherit;
  margin-bottom: 9px;
}
.window-btn:hover { border-color: var(--orange); }
.window-btn.selected { border-color: var(--orange); background: #fff; box-shadow: inset 0 0 0 1px var(--orange); }
.window-btn .firstavail {
  font-size: 0.7rem;
  background: var(--green);
  color: #fff;
  padding: 3px 8px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.window-btn.unavailable {
  opacity: 0.6;
  cursor: not-allowed;
}
.window-btn.unavailable span:first-child { text-decoration: line-through; }
.firstavail.booked { background: var(--muted); }

/* summary review */
.sum-block {
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 16px 18px;
  margin-bottom: 14px;
}
.sum-block h4 {
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.sum-block h4 a { color: var(--orange); cursor: pointer; font-size: 0.8rem; }
.sum-name { font-weight: 800; font-size: 1.05rem; color: var(--ink); }
.sum-line { font-size: 0.9rem; color: var(--ink); margin-top: 4px; }
.sum-tags { margin: 8px 0 2px; }
.tag {
  display: inline-block;
  background: var(--cream-2);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--green);
  margin: 3px 4px 3px 0;
}
.trip-charge {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 14px 18px;
  margin-bottom: 14px;
}
.trip-charge strong { color: var(--green); font-size: 1rem; }
.trip-charge .price { color: var(--green); font-weight: 800; font-size: 1.2rem; }
.trip-charge p { font-size: 0.82rem; color: var(--muted); margin-top: 2px; }
.check-row {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 11px;
  font-size: 0.88rem;
}
.check-row input { width: 18px; height: 18px; margin-top: 1px; flex-shrink: 0; accent-color: var(--orange); }
.check-row a { color: var(--orange); font-weight: 700; }

.wiz-nav { display: flex; gap: 10px; margin-top: 22px; }
.wiz-nav .btn { flex: 1; }
.btn-back {
  background: transparent;
  border: 2px solid var(--line);
  color: var(--muted);
}
.btn-back:hover { background: var(--cream-2); }
.wiz-error {
  background: #fdeceb;
  border: 1px solid #f3b5b0;
  color: #b23b30;
  padding: 11px 14px;
  border-radius: 9px;
  font-size: 0.88rem;
  margin-top: 14px;
}
.file-list { font-size: 0.84rem; color: var(--muted); margin-top: 8px; }
.file-list div { padding: 2px 0; }

/* ===== Membership / Care Plan ===== */
.member-hero { padding-bottom: 28px; }
.member-hero h1 { margin-bottom: 12px; }
.member-hero > .wrap > p { max-width: 640px; margin: 0 auto 30px; color: rgba(255,255,255,0.95); font-size: 1.08rem; }

.pricing-card-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 720px;
  margin: 0 auto 14px;
}
.pricing-card {
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 16px;
  padding: 26px 22px 22px;
  text-align: center;
  position: relative;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.pricing-card.popular {
  border-color: var(--orange);
  box-shadow: 0 10px 28px rgba(240, 124, 30, 0.15);
}
.pricing-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(17, 75, 63, 0.12); }
.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  white-space: nowrap;
}
.pricing-badge.save { background: var(--green); }
.pricing-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  color: var(--green);
  font-weight: 800;
  line-height: 1;
  margin: 8px 0 4px;
}
.amt-dollar { font-size: 1.6rem; align-self: flex-start; margin-top: 8px; }
.amt-int    { font-size: 4.2rem; letter-spacing: -0.03em; }
.amt-cent   { font-size: 1.5rem; }
.amt-per    { font-size: 1rem; color: var(--muted); font-weight: 600; margin-left: 4px; }
.pricing-sub { color: var(--muted); font-size: 0.92rem; margin-bottom: 16px; }
.btn-block { display: block; width: 100%; }
.pricing-fineprint {
  text-align: center;
  color: var(--muted);
  font-size: 0.88rem;
  margin-top: 6px;
}
@media (max-width: 560px) {
  .pricing-card-wrap { grid-template-columns: 1fr; }
}

/* Benefit cards with concrete dollar value */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.benefit-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 22px 20px;
  display: flex;
  flex-direction: column;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.benefit-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(240, 124, 30, 0.12);
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.benefit-icon svg { width: 26px; height: 26px; }
.benefit-card h3 { color: var(--green); margin: 0 0 8px; font-size: 1.08rem; }
.benefit-card p { color: var(--muted); font-size: 0.95rem; margin: 0; flex: 1; }
.benefit-value {
  display: inline-block;
  margin-top: 14px;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 5px 10px;
  border-radius: 6px;
  align-self: flex-start;
}
@media (max-width: 900px) { .benefit-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .benefit-grid { grid-template-columns: 1fr; } }

/* Total First-Year Benefit Value card (appears below benefit grid) */
.benefit-total {
  max-width: 720px;
  margin: 40px auto 0;
  background: #fff;
  border: 2px solid var(--green);
  border-radius: var(--radius);
  padding: 28px 28px 24px;
  box-shadow: 0 14px 36px rgba(17,75,63,0.14);
  position: relative;
}
/* When the totalizer lives inside the green payback section: pop with
   an orange border, drop the top margin, and lift the shadow. */
.payback .benefit-total {
  margin-top: 0;
  border-color: var(--orange);
  box-shadow: 0 20px 50px rgba(0,0,0,0.28);
}
.payback .benefit-total::before { display: none; }
.benefit-total::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, transparent 0%, transparent 70%, rgba(240,124,30,0.06) 100%);
  pointer-events: none;
}
.benefit-total-head { text-align: center; margin-bottom: 18px; }
.benefit-total-head .eyebrow { color: var(--orange); }
.benefit-total-head h3 {
  margin: 6px 0 0;
  font-size: 1.4rem;
  color: var(--green);
  font-weight: 800;
}
.benefit-total-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.bt-row,
.bt-sum-row,
.bt-cost-row,
.bt-net-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(0,0,0,0.08);
  font-size: 0.96rem;
}
.bt-row > span:first-child,
.bt-sum-row > span:first-child,
.bt-cost-row > span:first-child,
.bt-net-row > span:first-child {
  color: #333;
}
.bt-amt {
  font-weight: 700;
  color: #1f1f1f;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.bt-incl {
  font-weight: 700;
  color: var(--green);
  font-size: 0.88rem;
  font-style: italic;
}
.bt-sum-row {
  border-top: 2px solid rgba(0,0,0,0.12);
  border-bottom: 1px dashed rgba(0,0,0,0.08);
  padding-top: 12px;
  margin-top: 4px;
  font-weight: 800;
  font-size: 1.02rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--green);
}
.bt-sum-amt {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--green);
  font-variant-numeric: tabular-nums;
}
.bt-cost-row { color: #555; }
.bt-cost-amt {
  font-weight: 700;
  color: #555;
  font-variant-numeric: tabular-nums;
}
.bt-net-row {
  background: var(--orange);
  color: #fff;
  margin: 10px -12px -6px;
  padding: 14px 18px;
  border-radius: 10px;
  border: none;
  font-weight: 800;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.bt-net-row > span:first-child { color: #fff; }
.bt-net-amt {
  font-size: 1.9rem;
  font-weight: 900;
  color: #fff;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}
.benefit-total-note {
  margin: 18px 0 0;
  padding: 14px 16px;
  background: rgba(17,75,63,0.04);
  border-left: 3px solid var(--green);
  border-radius: 4px;
  font-size: 0.85rem;
  color: #444;
  line-height: 1.55;
}
.benefit-total-note strong { color: var(--green); }
@media (max-width: 620px) {
  .benefit-total { padding: 22px 18px 18px; margin-top: 32px; }
  .benefit-total-head h3 { font-size: 1.18rem; }
  .bt-row, .bt-sum-row, .bt-cost-row { font-size: 0.9rem; }
  .bt-sum-amt { font-size: 1.4rem; }
  .bt-net-row { font-size: 0.95rem; padding: 12px 14px; margin: 10px -6px -4px; }
  .bt-net-amt { font-size: 1.6rem; }
  .benefit-total-note { font-size: 0.82rem; }
}

/* Payback / "the math" section */
.payback { background: var(--green); color: #fff; }
.payback h2 { color: #fff; }
.payback .section-head p { color: rgba(255,255,255,0.85); }
.payback-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 940px;
  margin: 0 auto;
}
.payback-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 26px 20px;
  text-align: center;
}
.payback-card.highlight {
  background: var(--orange);
  border-color: var(--orange);
  transform: scale(1.04);
  box-shadow: 0 14px 32px rgba(0,0,0,0.2);
}
.payback-card h3 {
  color: rgba(255,255,255,0.9);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 10px;
}
.payback-card.highlight h3 { color: #fff; }
.payback-num {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.payback-card.highlight .payback-num { color: #fff; }
.payback-card .payback-sub {
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
  margin: 10px 0 0;
}
.payback-card.highlight .payback-sub { color: rgba(255,255,255,0.95); }
.payback-cta {
  text-align: center;
  color: #fff;
  font-size: 1.05rem;
  margin-top: 30px;
  font-weight: 600;
}
@media (max-width: 760px) {
  .payback-grid { grid-template-columns: 1fr; gap: 18px; max-width: 360px; }
  .payback-card.highlight { transform: none; }
}

/* ===== "The Math": Without vs. With comparison ===== */
.math-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 940px;
  margin: 0 auto 26px;
}
.math-card {
  background: #fff;
  color: #1f1f1f;
  border-radius: var(--radius);
  padding: 24px 22px 22px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.18);
  display: flex;
  flex-direction: column;
}
.math-card.math-without {
  background: rgba(255,255,255,0.94);
}
.math-card.math-with {
  background: #fff;
  border: 2px solid var(--orange);
  position: relative;
}
.math-card.math-with::after {
  content: "RECOMMENDED";
  position: absolute;
  top: -11px; right: 18px;
  background: var(--orange);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 999px;
}
.math-card-tag {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 14px;
}
.math-card-tag.with { color: var(--green); }
.math-lines {
  list-style: none;
  padding: 0;
  margin: 0 0 6px;
}
.math-lines li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(0,0,0,0.08);
  font-size: 0.96rem;
}
.math-lines li:last-child { border-bottom: none; }
.math-line-label { color: #333; }
.math-amt {
  font-weight: 700;
  color: #1f1f1f;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.math-amt.freebie {
  color: var(--green);
  font-weight: 800;
  font-size: 0.92rem;
}
.math-divider {
  height: 2px;
  background: rgba(0,0,0,0.1);
  margin: 6px 0 10px;
}
.math-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1.05rem;
  font-weight: 800;
  color: #1f1f1f;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
.math-total-amt {
  font-size: 1.9rem;
  letter-spacing: 0;
  color: #1f1f1f;
  font-variant-numeric: tabular-nums;
}
.math-total-amt.with { color: var(--orange); }
.math-card-note {
  font-size: 0.86rem;
  color: #555;
  margin: 14px 0 0;
  line-height: 1.45;
}
.math-card.math-with .math-card-note { color: #333; }
.math-card.math-with .math-card-note strong { color: var(--green); }

/* Savings reveal panel */
.math-savings {
  background: var(--orange);
  color: #fff;
  border-radius: var(--radius);
  padding: 24px 22px;
  max-width: 940px;
  margin: 0 auto 22px;
  box-shadow: 0 14px 32px rgba(240,124,30,0.28);
}
.math-savings-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1.2fr;
  gap: 14px;
  align-items: center;
  text-align: center;
}
.math-savings-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.math-savings-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
}
.math-savings-amt {
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.math-savings-amt.big { font-size: 2.8rem; }
.math-savings-sub {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
}
.math-savings-plus,
.math-savings-equals {
  font-size: 1.8rem;
  font-weight: 900;
  color: rgba(255,255,255,0.85);
  line-height: 1;
}
.math-savings-final {
  background: rgba(255,255,255,0.14);
  border-radius: 12px;
  padding: 14px 10px;
}

.payback-fineprint {
  text-align: center;
  color: rgba(255,255,255,0.7);
  font-size: 0.82rem;
  margin-top: 14px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .math-grid { grid-template-columns: 1fr; gap: 16px; max-width: 460px; }
  .math-card.math-with::after { right: 14px; top: -10px; font-size: 0.65rem; padding: 3px 9px; }
  .math-total-amt { font-size: 1.7rem; }
  .math-savings { padding: 20px 16px; }
  .math-savings-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .math-savings-plus,
  .math-savings-equals { font-size: 1.4rem; }
  .math-savings-amt { font-size: 1.9rem; }
  .math-savings-amt.big { font-size: 2.4rem; }
  .math-savings-final { margin-top: 4px; }
}

/* ===== Care Plan signup modal additions ===== */
.join-plan-pick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 18px;
}
.plan-opt {
  position: relative;
  display: block;
  cursor: pointer;
  background: var(--cream-2);
  border: 2px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px 10px;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.plan-opt:hover { border-color: var(--orange); }
.plan-opt input { position: absolute; opacity: 0; pointer-events: none; }
.plan-opt.active {
  border-color: var(--orange);
  background: #fff;
  box-shadow: 0 4px 14px rgba(240, 124, 30, 0.18);
}
.plan-opt-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}
.plan-opt-head strong { color: var(--green); font-size: 1rem; }
.plan-tag {
  background: var(--orange);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
}
.plan-tag.save { background: var(--green); }
.plan-opt-price { color: var(--green); font-size: 1.5rem; font-weight: 800; line-height: 1; }
.plan-opt-price span { color: var(--muted); font-size: 0.85rem; font-weight: 600; margin-left: 2px; }
.plan-opt-sub { color: var(--muted); font-size: 0.82rem; margin-top: 4px; }

.modal-body .req { color: var(--orange); margin-left: 2px; }
.modal-body .opt { color: var(--muted); font-weight: 500; font-size: 0.82rem; margin-left: 4px; }

.join-err {
  display: none;
  background: rgba(217, 106, 16, 0.10);
  border: 1px solid var(--orange);
  color: var(--orange-dark);
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.92rem;
  margin: 6px 0 12px;
}
.join-err.on { display: block; }
.join-err a { font-weight: 700; color: var(--orange-dark); text-decoration: underline; }

.join-callback {
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
  margin: 16px 0 0;
}
.join-callback a { color: var(--green); }

.join-success-note {
  color: var(--muted);
  font-size: 0.92rem;
  margin-top: 10px;
}
.join-success-signoff {
  margin-top: 14px;
  font-style: italic;
  color: var(--green);
  font-weight: 600;
}
.join-terms {
  font-size: 0.82rem;
  color: var(--muted);
  margin: 10px 0 12px;
  line-height: 1.45;
}
.join-terms a { color: var(--green); font-weight: 700; text-decoration: underline; }

/* ===== About: team cards + comparison table ===== */
.about-team {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 880px;
  margin: 0 auto;
}
.about-team-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 22px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.about-team-card .avatar {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--green);
  color: var(--cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.2rem;
}
.about-team-card h3 {
  color: var(--green);
  margin: 0 0 4px;
  font-size: 1.1rem;
}
.about-team-card .role {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.about-team-card p {
  color: var(--muted);
  font-size: 0.94rem;
  margin: 0;
  line-height: 1.55;
}
@media (max-width: 760px) {
  .about-team { grid-template-columns: 1fr; }
}

.compare-table {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  font-size: 0.95rem;
}
.compare-table thead th {
  background: var(--green);
  color: #fff;
  padding: 14px 16px;
  text-align: left;
  font-size: 0.92rem;
  font-weight: 700;
}
.compare-table thead th.steward-col { background: var(--orange); }
.compare-table tbody td {
  padding: 13px 16px;
  border-top: 1px solid var(--line);
  vertical-align: top;
}
.compare-table tbody td:first-child {
  font-weight: 700;
  color: var(--green);
  background: var(--cream-2);
  width: 26%;
}
.compare-table tbody td.steward-col {
  color: var(--green);
  font-weight: 600;
  background: rgba(240, 124, 30, 0.06);
}
.compare-table .ok { color: var(--green); font-weight: 800; margin-right: 6px; }
.compare-table .no { color: #b3261e; font-weight: 800; margin-right: 6px; }
@media (max-width: 720px) {
  .compare-table { font-size: 0.86rem; }
  .compare-table thead th,
  .compare-table tbody td { padding: 10px 11px; }
}

/* ===== Family-Owned tagline above hero rating badge ===== */
.hero-tagline {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  margin-right: 14px;
  vertical-align: middle;
}

/* ===== Risk-reversal trio (on service pages, under the hero) ===== */
.reversal-trio {
  background: var(--cream-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.reversal-trio .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding-top: 36px;
  padding-bottom: 36px;
}
.reversal-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.reversal-card .ic {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--green);
  color: #fafaf8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.reversal-card .ic svg { width: 24px; height: 24px; }
.reversal-card h3 {
  margin: 2px 0 4px;
  font-size: 1.02rem;
  color: var(--green);
}
.reversal-card .brand {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 2px;
}
.reversal-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}
@media (max-width: 860px) {
  .reversal-trio .wrap { grid-template-columns: 1fr; gap: 16px; padding-top: 26px; padding-bottom: 26px; }
}

/* ===== Sticky mobile bottom CTA bar ===== */
.mobile-cta-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: rgba(17, 75, 63, 0.97);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.18);
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  align-items: stretch;
}
.mcta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 8px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
}
.mcta-btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.mcta-call { background: #fff; color: var(--green); border: 2px solid #fff; }
.mcta-text { background: rgba(255,255,255,0.12); color: #fff; border: 2px solid rgba(255,255,255,0.45); }
.mcta-book { background: var(--orange); color: #fff; border: 2px solid var(--orange); }
.mcta-call:active, .mcta-text:active, .mcta-book:active { transform: scale(0.98); }
@media (max-width: 760px) {
  .mobile-cta-bar { display: grid; }
  /* Add bottom padding to body so the sticky bar doesn't cover the footer */
  body { padding-bottom: 76px; }
  body.has-mcta { padding-bottom: 76px; }
}

/* ===== Legal pages ===== */
.legal { max-width: 820px; }
.legal h2 { font-size: 1.35rem; margin: 32px 0 10px; }
.legal h2:first-child { margin-top: 0; }
.legal p { color: var(--ink); margin-bottom: 12px; }
.legal ul { margin: 0 0 12px 22px; color: var(--ink); }
.legal li { margin-bottom: 6px; }
.legal .updated { color: var(--muted); font-size: 0.9rem; margin-bottom: 24px; }

/* ===== Responsive ===== */
@media (max-width: 940px) {
  .menu {
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 16px 16px;
    gap: 2px;
    max-height: calc(100vh - 84px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .menu.open { display: flex; }
  .menu > li { width: 100%; }
  .menu > li > a {
    padding: 13px 6px;
    font-size: 0.98rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dropdown, .dropdown.mega {
    position: static;
    display: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 0 0 6px 16px;
    min-width: auto;
    background: rgba(255, 255, 255, 0.08);
    column-count: 1;
    left: auto;
    transform: none;
  }
  .menu > li.dd-open > .dropdown { display: block; }
  .dropdown a { color: rgba(255, 255, 255, 0.85); }
  .dropdown a:hover { background: transparent; color: var(--gold); }
  .dropdown-toggle::after {
    transition: transform 0.18s ease;
    margin-left: auto;
  }
  .menu > li.dd-open > .dropdown-toggle::after { transform: rotate(180deg); }
  /* Hamburger centered vertically with the logo height */
  .hamburger { display: block; font-size: 2.6rem; padding: 0; line-height: 1; color: var(--green); }
  /* Mobile/tablet: green bar shows; duplicates in cream row hidden */
  .mobile-top-bar { display: grid; }
  .header-top-right .nav-phone,
  .header-top-right .btn { display: none; }
  /* Google badge moved up into the green bar — hide the cream-row copy */
  .header-top-left { display: none; }
  /* Cream row hugs the cropped logo: zero vertical padding */
  .header-top-inner { padding: 0 12px; gap: 8px; min-height: 0; align-items: center; }
  .header-top .logo img { height: 80px; }
}
@media (max-width: 940px) {
  .hero-grid, .split, .footer-grid { grid-template-columns: 1fr; }
  .cards, .reviews { grid-template-columns: repeat(2, 1fr); }
  .values-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .hero-img { order: -1; }
}
@media (max-width: 620px) {
  .header-top-inner { padding: 0 12px; gap: 8px; min-height: 0; align-items: center; }
  .header-top .logo img { height: 76px; }
  .header-top-right { gap: 8px; }
  .hamburger { font-size: 2.4rem; line-height: 1; }
  .mobile-top-bar { padding: 6px 10px; gap: 8px; }
  .mobile-top-bar .mtb-phone { font-size: 0.92rem; }
  .mobile-top-bar .mtb-rating,
  .mobile-top-bar .mtb-cta { width: 100px; height: 30px; }
  .mobile-top-bar .mtb-cta { font-size: 0.85rem; padding: 0 8px; }
  .mobile-top-bar .mtb-rating { gap: 5px; }
  .mobile-top-bar .mtb-rating .g-icon { width: 20px; height: 20px; }
  .mobile-top-bar .mtb-rating .mtb-stars { font-size: 0.8rem; letter-spacing: 0.5px; }
}
@media (max-width: 380px) {
  .mobile-top-bar .mtb-rating,
  .mobile-top-bar .mtb-cta { width: 88px; }
  .mobile-top-bar .mtb-phone { font-size: 0.85rem; }
  .header-top .logo img { height: 64px; }
  .hamburger { font-size: 2.1rem; }
}
@media (max-width: 420px) {
  .google-rating .g-stars { font-size: 0; letter-spacing: 0; }
  .google-rating .g-stars strong { font-size: 0.78rem; color: var(--ink); }
  .google-rating .g-stars::before {
    content: "★";
    font-size: 0.88rem;
    color: #f2b500;
    margin-right: 3px;
  }
}
@media (max-width: 560px) {
  .cards, .reviews, .values-grid, .steps { grid-template-columns: 1fr; }
  section { padding: 52px 0; }
}

/* ===== New page types (coupons, FAQ, tips, checklists) ===== */
.checklist { list-style: none; }
.checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 0.97rem;
}
.checklist li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 800;
}
.checklist.big li {
  padding-left: 36px;
  margin-bottom: 14px;
  font-size: 1rem;
  line-height: 1.5;
}
.checklist.big li::before {
  content: counter(li);
  counter-increment: li;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  top: -2px;
}
ol.checklist.big { counter-reset: li; list-style: none; }
.prose { max-width: 820px; }
.prose p { color: var(--ink); margin-bottom: 14px; }

/* Reading time chip in article meta */
.reading-time {
  color: var(--muted);
  font-weight: 600;
}

/* In-body figures (diagrams, images) */
.post-figure {
  margin: 28px 0 8px;
  padding: 0;
}
.post-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  background: var(--cream-2);
}
.post-figure figcaption {
  margin-top: 8px;
  text-align: center;
  color: var(--muted);
  font-size: 0.88rem;
  font-style: italic;
}

/* Share strip below article body */
.share-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  max-width: 760px;
  margin: 24px auto 0;
  padding: 14px 0 4px;
  border-top: 1px solid var(--line);
}
.share-strip .share-label {
  font-weight: 800;
  color: var(--green);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-right: 6px;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 14px;
  font: 600 0.82rem "Inter", sans-serif;
  color: var(--green);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.12s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.share-btn:hover { transform: translateY(-1px); }
.share-btn svg { flex-shrink: 0; }
.share-pin:hover { background: #e60023; color: #fff; border-color: #e60023; }
.share-fb:hover  { background: #1877f2; color: #fff; border-color: #1877f2; }
.share-tw:hover  { background: #000;    color: #fff; border-color: #000; }
.share-em:hover  { background: var(--green); color: #fff; border-color: var(--green); }
.share-cp:hover  { background: var(--orange); color: #fff; border-color: var(--orange); }
.share-cp.copied { background: var(--green); color: #fff; border-color: var(--green); }
@media (max-width: 620px) {
  .share-strip { padding: 12px 0 2px; }
  .share-btn span { display: none; }
  .share-btn { padding: 9px; }
}

/* Price table */
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 8px;
  font-size: 0.95rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
.price-table thead th {
  background: var(--green);
  color: #fff;
  text-align: left;
  padding: 12px 14px;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}
.price-table tbody td {
  padding: 11px 14px;
  border-top: 1px solid var(--line);
  vertical-align: top;
}
.price-table tbody tr:nth-child(odd) td { background: var(--cream-2); }
.price-table td:nth-child(2) { font-weight: 700; color: var(--green); white-space: nowrap; }
.price-table td:nth-child(3) { color: var(--muted); font-size: 0.9rem; }
@media (max-width: 620px) {
  .price-table { font-size: 0.88rem; }
  .price-table thead th,
  .price-table tbody td { padding: 9px 10px; }
}
.fine-print { color: var(--muted); font-size: 0.85rem; font-style: italic; margin-top: 4px; }

/* About-the-author box at end of each Pro Tips article */
.author-bio {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  max-width: 760px;
  margin: 36px auto 8px;
  padding: 22px 22px;
  background: var(--cream-2);
  border-left: 4px solid var(--orange);
  border-radius: 10px;
}
.author-bio .avatar {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--green);
  color: var(--cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}
.author-bio .author-text { flex: 1; }
.author-bio .author-text .label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--orange);
  font-weight: 800;
  margin-bottom: 2px;
}
.author-bio .author-text h4 {
  margin: 0 0 4px;
  color: var(--green);
  font-size: 1.05rem;
}
.author-bio .author-text h4 .role {
  font-weight: 500;
  color: var(--muted);
  font-size: 0.92rem;
}
.author-bio .author-text p {
  margin: 0;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.55;
}
@media (max-width: 620px) {
  .author-bio { gap: 14px; padding: 18px; }
  .author-bio .avatar { width: 48px; height: 48px; font-size: 1rem; }
}

/* Read-next strip on article pages */
.read-next-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 16px;
}
.read-next-card {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.read-next-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.read-next-card .rn-cat {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--orange);
}
.read-next-card h3 {
  margin: 6px 0 0;
  font-size: 1.02rem;
  line-height: 1.3;
  color: var(--green);
}
@media (max-width: 760px) {
  .read-next-grid { grid-template-columns: 1fr; }
}

.coupon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.coupon {
  border: 2px dashed var(--orange);
  border-radius: 14px;
  padding: 28px 24px;
  text-align: center;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.coupon .amount { font-size: 2.5rem; font-weight: 800; color: var(--orange); line-height: 1; }
.coupon h3 { margin: 8px 0 6px; }
.coupon p { color: var(--muted); font-size: 0.92rem; flex: 1; }
.coupon .code {
  display: inline-block;
  margin-top: 16px;
  background: var(--cream-2);
  border-radius: 6px;
  padding: 7px 14px;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.05em;
  font-size: 0.85rem;
}
.coupon-note { text-align: center; color: var(--muted); font-size: 0.86rem; margin-top: 26px; }

.faq-list { max-width: 820px; margin: 0 auto; }
details.faq-item {
  border: 1px solid var(--line);
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
}
details.faq-item summary {
  padding: 16px 20px;
  font-weight: 700;
  color: var(--green);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after { content: "+"; font-size: 1.5rem; color: var(--orange); flex-shrink: 0; }
details.faq-item[open] summary::after { content: "\2013"; }
details.faq-item .faq-a { padding: 0 20px 18px; color: var(--muted); font-size: 0.96rem; }

.tip { margin-bottom: 30px; }
.tip h3 { font-size: 1.2rem; margin-bottom: 8px; }
.tip p { color: var(--muted); }
.tip-num {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
  width: 30px; height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-right: 8px;
}
.big-review { font-size: 1.05rem; }

@media (max-width: 940px) {
  .coupon-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .coupon-grid { grid-template-columns: 1fr; }
}

/* misc helpers for new pages */
section.alt { background: var(--cream-2); }
.checklist.two { column-count: 2; column-gap: 44px; }
.checklist.two li { break-inside: avoid; }
@media (max-width: 620px) { .checklist.two { column-count: 1; } }

/* ===== Blog (Pro Tips) ===== */
.blog-layout { display: grid; grid-template-columns: 250px 1fr; gap: 52px; align-items: start; }
.blog-side h1 { font-size: 2.6rem; }
.blog-side .blog-tag { color: var(--muted); margin: 14px 0; font-size: 0.96rem; }
.blog-side hr { border: 0; border-top: 1px solid var(--line); margin: 22px 0; }
.blog-cats { display: flex; flex-direction: column; gap: 1px; }
.blog-cats a {
  padding: 9px 0;
  font-weight: 600;
  font-size: 1rem;
  color: var(--muted);
  cursor: pointer;
}
.blog-cats a:hover, .blog-cats a.active { color: var(--green); }
.blog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 32px; }
.post-card { display: block; }
.post-card .post-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 12px;
}
.post-cat {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--orange);
  margin: 16px 0 6px;
}
.post-card h3 { font-size: 1.32rem; line-height: 1.25; }
.post-card:hover h3 { color: var(--orange); }
.post-card .post-ex { color: var(--muted); margin: 9px 0; font-size: 0.95rem; }
.post-meta { color: var(--muted); font-size: 0.86rem; }

/* blog post page */
.post-hero { max-width: 760px; margin: 0 auto; text-align: center; }
.post-hero .post-cat { display: inline-block; }
.post-hero h1 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); margin: 4px 0 14px; }
.post-cover { max-width: 900px; margin: 0 auto 8px; }
.post-cover img { width: 100%; height: auto; border-radius: var(--radius); }
.post-body { max-width: 760px; margin: 0 auto; }
.post-body h2 { font-size: 1.4rem; margin: 30px 0 10px; }
.post-body p { color: var(--ink); margin-bottom: 14px; }

/* ===== Google reviews widget ===== */
.gr-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px 28px;
  flex-wrap: wrap;
  gap: 16px;
}
.gr-brand { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.gr-logo { font-size: 1.7rem; font-weight: 700; letter-spacing: -0.02em; }
.gr-brand .gr-word { font-size: 1.15rem; color: var(--muted); font-weight: 600; }
.gr-stars { color: #fbbc05; letter-spacing: 2px; font-size: 1.15rem; }
.gr-rating { font-weight: 800; color: var(--ink); }
.gr-btn {
  background: #4285f4;
  color: #fff;
  border-radius: 8px;
  padding: 13px 24px;
  font-weight: 700;
  font-size: 0.95rem;
}
.gr-btn:hover { background: #3367d6; }
.gr-carousel { position: relative; margin-top: 28px; }
.gr-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 4px 2px;
  scrollbar-width: none;
}
.gr-track::-webkit-scrollbar { display: none; }
.gr-card {
  flex: 0 0 304px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
}
.gr-card-head { display: flex; gap: 12px; align-items: center; }
.gr-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 800; font-size: 1.2rem;
}
.gr-name { font-weight: 800; color: var(--ink); }
.gr-sub { color: var(--muted); font-size: 0.82rem; }
.gr-card .gr-stars { font-size: 1rem; margin: 12px 0 8px; display: block; }
.gr-card p { font-size: 0.92rem; color: var(--ink); margin-bottom: 14px; }
.gr-g { display: block; }
.gr-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid var(--line);
  width: 46px; height: 46px;
  border-radius: 50%;
  cursor: pointer;
  color: var(--green);
  font-size: 1.5rem;
  box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
}
.gr-arrow:hover { background: var(--cream-2); }
.gr-prev { left: -14px; }
.gr-next { right: -14px; }

@media (max-width: 860px) {
  .blog-layout { grid-template-columns: 1fr; gap: 28px; }
  .blog-grid { grid-template-columns: 1fr; }
  .gr-arrow { display: none; }
}

/* ===== Pre-footer block ===== */
.pf { padding: 56px 0; }
.pf .section-head { margin-bottom: 32px; }
.pf .area-inner { text-align: left; }

/* ===== Featured reviews (reviews page) ===== */
.featured-reviews { padding: 64px 0 40px; background: #f6f7f9; }
.featured-reviews .section-head { margin-bottom: 36px; }
.featured-reviews .eyebrow { color: var(--orange); }
.rev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.rev-card {
  background: #fff;
  border: 1px solid #e5e8ec;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
}
.rev-stars {
  color: #f5b301;
  font-size: 1.15rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.rev-body {
  color: #2b3441;
  font-size: 0.96rem;
  line-height: 1.55;
  margin: 0 0 16px;
  flex: 1;
}
.rev-meta {
  color: #6b7280;
  font-size: 0.88rem;
  border-top: 1px solid #eef0f3;
  padding-top: 12px;
}
.rev-meta strong { color: #11304f; }
.rev-source {
  text-align: center;
  margin-top: 28px;
  color: #6b7280;
  font-size: 0.92rem;
}
.rev-source a { color: var(--orange); font-weight: 700; text-decoration: none; }
.rev-source a:hover { text-decoration: underline; }
@media (max-width: 900px) {
  .rev-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
@media (max-width: 600px) {
  .featured-reviews { padding: 40px 0 24px; }
  .rev-grid { grid-template-columns: 1fr; gap: 16px; }
  .rev-card { padding: 20px; }
}

/* ===== Brand logo strip ===== */
.marquee-track { gap: 60px; align-items: center; }
.brand-logo {
  flex-shrink: 0;
  max-height: 44px;
  max-width: 200px;
  width: auto;
  height: auto;
  display: block;
}

/* ===== Cost Estimator ===== */
.estimator-section { padding: 40px 0 70px; }
.est { max-width: var(--maxw); margin: 0 auto; }
.est-steps { display: flex; align-items: center; justify-content: center;
  margin-bottom: 38px; flex-wrap: wrap; gap: 4px 0; }
.est-dot { width: 34px; height: 34px; border-radius: 50%; background: var(--cream-2);
  border: 2px solid var(--line); color: var(--muted); font-weight: 800; font-size: 0.85rem;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.est-dot.done { background: var(--green); border-color: var(--green); color: #fff; }
.est-dot.current { background: var(--orange); border-color: var(--orange); color: #fff;
  transform: scale(1.14); }
.est-bar { width: 28px; height: 3px; background: var(--line); }
.est-bar.done { background: var(--green); }
.est-head { text-align: center; max-width: 700px; margin: 0 auto 34px; }
.est-step-label { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--orange); }
.est-q { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--green); margin: 6px 0 10px;
  font-weight: 800; }
.est-sub { color: var(--muted); font-size: 1rem; }
.est-options { display: grid; gap: 22px; }
.est-card { border: 2px solid var(--line); border-radius: 14px; overflow: hidden;
  background: #fff; cursor: pointer; display: flex; flex-direction: column;
  transition: border-color 0.14s ease, transform 0.14s ease, box-shadow 0.14s ease; }
.est-card:hover { transform: translateY(-3px); box-shadow: var(--shadow);
  border-color: var(--orange); }
.est-card.selected { border-color: var(--orange); box-shadow: 0 0 0 2px var(--orange); }
.est-card-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block;
  background: var(--cream-2); }
.est-card-body { padding: 18px 18px 20px; text-align: center; flex: 1;
  display: flex; flex-direction: column; }
.est-name { font-weight: 800; color: var(--ink); font-size: 1.1rem; }
.est-desc { color: var(--muted); font-size: 0.92rem; margin-top: 5px; }
.est-tick { width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--line);
  color: var(--orange); display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; font-weight: 800; margin: 14px auto 0; }
.est-card:not(.selected) .est-tick::after { content: "+"; }
.est-card.selected .est-tick { background: var(--orange); border-color: var(--orange);
  color: #fff; }
.est-card.selected .est-tick::after { content: "\2713"; }
.est-checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.est-check { display: flex; gap: 14px; align-items: center; border: 2px solid var(--line);
  border-radius: 14px; padding: 20px; cursor: pointer; background: #fff; text-align: left; }
.est-check:hover { border-color: var(--orange); }
.est-check.selected { border-color: var(--orange); box-shadow: 0 0 0 2px var(--orange); }
.est-check svg { width: 46px; height: 46px; flex-shrink: 0; }
.est-check .est-name { font-size: 1.02rem; }
.est-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.est-tier { border: 2px solid var(--line); border-radius: 14px; padding: 26px 22px;
  cursor: pointer; background: #fff; }
.est-tier:hover { border-color: var(--orange); }
.est-tier.selected { border-color: var(--orange); box-shadow: 0 0 0 2px var(--orange); }
.est-tier.best { border-color: var(--green); }
.est-tier-head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.est-tier-head .est-badge { margin-bottom: 0; }
.est-tier h3 { font-size: 1.3rem; }
.est-tier ul { list-style: none; margin-top: 12px; }
.est-tier li { padding: 4px 0 4px 22px; position: relative; color: var(--muted);
  font-size: 0.92rem; }
.est-tier li::before { content: "\2713"; position: absolute; left: 0; color: var(--orange);
  font-weight: 800; }
.est-badge { display: inline-block; background: var(--green); color: #fff; font-size: 0.68rem;
  font-weight: 800; padding: 4px 10px; border-radius: 999px; letter-spacing: 0.05em;
  margin-bottom: 8px; }
.est-form { max-width: 520px; margin: 0 auto; }
.est-form .field { margin-bottom: 16px; }
.est-form label { display: block; font-size: 0.85rem; font-weight: 700; color: var(--green);
  margin-bottom: 6px; }
.est-form input[type=text], .est-form input[type=email] { width: 100%; padding: 13px 15px;
  border: 1px solid var(--line); border-radius: 10px; font-size: 1rem; font-family: inherit;
  background: var(--cream); color: var(--ink); }
.est-form input:focus { outline: 2px solid var(--orange); background: #fff; }
.est-checkrow { display: flex; gap: 10px; align-items: flex-start; font-size: 0.92rem;
  margin-top: 8px; }
.est-checkrow input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--orange); }
.est-nav { display: flex; gap: 14px; margin: 34px auto 0; max-width: 520px; }
.est-nav .btn { flex: 1; }
.est-nav .btn-back { background: transparent; border: 2px solid var(--line);
  color: var(--muted); }
.est-nav .btn-back:hover { background: var(--cream-2); }
.est-error { background: #fdeceb; border: 1px solid #f3b5b0; color: #b23b30;
  padding: 12px 16px; border-radius: 10px; font-size: 0.9rem; margin: 16px auto 0;
  max-width: 520px; text-align: center; }
.est-result { text-align: center; max-width: 620px; margin: 0 auto; }
.est-result .check { width: 70px; height: 70px; border-radius: 50%; background: var(--green);
  color: #fff; font-size: 2.2rem; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; }
.est-price { font-size: 3rem; font-weight: 800; color: var(--green); margin: 8px 0; }
.est-summary { text-align: left; background: var(--cream-2); border-radius: 14px;
  padding: 20px 24px; margin: 22px 0; }
.est-summary div { display: flex; justify-content: space-between; padding: 5px 0;
  font-size: 0.95rem; }
.est-summary div span:last-child { font-weight: 700; color: var(--green); }
.est-disclaimer { font-size: 0.85rem; color: var(--muted); margin-top: 10px; }
@media (max-width: 760px) {
  .est-options { grid-template-columns: 1fr !important; }
  .est-checks, .est-tiers { grid-template-columns: 1fr; }
}
