/* ================================================================
   WHEEL ESTATE RESCUE — SHARED STYLESHEET
   Navy background #254d64 | Dark navy bar #1a3a4c
   Navy text (headlines) #1c3d50
   Teal #5dd4a8 | Green #357a62
   Light Gray #f5f5f5 | White #ffffff | Dark #333333 | Muted #555555
   Light blue-gray #93c5d5 | Very light #e8f4f8
   ================================================================ */

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

html { scroll-behavior: smooth; }

body {
  font-family: Arial, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1.75;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

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

/* ── HEADER ─────────────────────────────────────────────────── */
.site-header {
  background: #254d64;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  position: sticky;
  top: 0;
  z-index: 200;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.nav-brand-logo {
  height: 72px;
  width: 72px;
  object-fit: contain;
  border-radius: 0;
  flex-shrink: 0;
  display: block;
}

.nav-brand-name {
  color: #e8f4f8;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.3px;
  white-space: nowrap;
  margin-left: 14px;
}

/* Brand + tagline grouped together on the left side of the header */
.nav-brand-group {
  display: flex;
  align-items: center;
  gap: 32px;
  min-width: 0;
}

.nav-tagline {
  color: #5dd4a8;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 1.4px;
  white-space: nowrap;
}

/* 1300px and below: hide tagline */
@media (max-width: 1300px) {
  .nav-tagline { display: none; }
  .nav-brand-group { gap: 0; }
}

/* 1100px and below: shrink brand, tighten links */
@media (max-width: 1100px) {
  .nav-brand-logo { height: 52px; width: 52px; }
  .nav-brand-name { font-size: 18px; margin-left: 8px; }
  .site-header { height: 68px; padding: 0 20px; }
  .nav-right { gap: 10px; }
  .nav-text-link { font-size: 12px; }
  .btn-espanol { font-size: 11px; padding: 4px 10px; }
  .btn-phone-nav { font-size: 11px; padding: 6px 12px; }
}

/* 1000px and below: collapse nav to hamburger menu */
@media (max-width: 1000px) {
  .nav-right {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: #254d64;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px;
    gap: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 199;
  }
  .nav-right.open { display: flex; }
  .nav-toggle { display: flex; }
  .nav-text-link { font-size: 16px; }
  .btn-espanol { font-size: 14px; padding: 8px 16px; }
  .btn-phone-nav { font-size: 15px; padding: 10px 20px; }
}

/* 700px and below: hide brand name, just logo */
@media (max-width: 700px) {
  .nav-brand-name { display: none; }
  .site-header { height: 60px; padding: 0 16px; }
  .nav-brand-logo { height: 44px; width: 44px; }
  .nav-right { top: 60px; }
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-text-link {
  color: #93c5d5;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  transition: color 0.15s;
}

.nav-text-link:hover { color: #e8f4f8; }

.btn-espanol {
  border: 1px solid rgba(93, 212, 168, 0.4);
  color: #5dd4a8;
  background: transparent;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12.5px;
  white-space: nowrap;
  transition: background 0.15s;
}
.btn-espanol:hover { background: rgba(93, 212, 168, 0.08); color: #5dd4a8; }

.btn-english {
  border: 1px solid rgba(232, 244, 248, 0.35);
  color: #e8f4f8;
  background: transparent;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12.5px;
  white-space: nowrap;
  transition: background 0.15s;
}
.btn-english:hover { background: rgba(232, 244, 248, 0.08); }

.btn-phone-nav {
  background: #357a62;
  color: #fff;
  border-radius: 22px;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.15s;
}
.btn-phone-nav:hover { background: #2a6250; color: #fff; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #93c5d5;
  border-radius: 2px;
  transition: background 0.15s;
}

/* ── HERO ────────────────────────────────────────────────────── */
.hero {
  background-color: #254d64;
  position: relative;
  /* NOTE: no overflow:hidden here — would clip the Google Places autocomplete dropdown.
     The background image is clipped by .hero-bg below instead. */
  padding: 64px 40px;
  display: grid;
  grid-template-columns: 54% 1fr;
  gap: 40px;
  align-items: start;
}

/* Background image — uses <img> so object-fit and image-orientation work correctly */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden; /* clips background image without affecting form dropdowns */
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  image-orientation: from-image;
  display: block;
}

/* Dark navy overlay — tuned for readability + photo visibility */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 48, 66, 0.45);
  z-index: 1;
}

/* Hero content sits above the overlay */
.hero-left,
.hero-right {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero-right { width: 100%; }
.hero-form-wrap { max-width: 100%; }

.hero-eyebrow {
  display: inline-block;
  background: rgba(93, 212, 168, 0.15);
  border: 1px solid rgba(93, 212, 168, 0.38);
  color: #5dd4a8;
  border-radius: 22px;
  padding: 7px 18px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 22px;
}

.hero h1 {
  font-size: 54px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.12;
  margin-bottom: 22px;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.hero h1 .teal { color: #5dd4a8; }

.hero-sub {
  font-size: 20px;
  font-weight: 600;
  color: #e8f4f8;
  line-height: 1.55;
  margin-bottom: 30px;
  max-width: 580px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.hero-proof {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
}

.hero-proof-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.45;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
}

.hero-proof-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5dd4a8;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(93, 212, 168, 0.6);
}

.hero-cta {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #357a62;
  color: #fff;
  border: none;
  border-radius: 9px;
  padding: 20px 36px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: background 0.15s, transform 0.1s;
  display: inline-block;
  font-family: Arial, sans-serif;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.btn-primary:hover { background: #2a6250; color: #fff; }
.btn-primary:active { transform: translateY(1px); }

.btn-outline-teal {
  border: 2px solid #5dd4a8;
  color: #5dd4a8;
  background: rgba(12, 30, 43, 0.6);
  border-radius: 9px;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 700;
  transition: background 0.15s;
  display: inline-block;
}
.btn-outline-teal:hover { background: rgba(93, 212, 168, 0.15); color: #5dd4a8; }
.btn-outline-teal:hover { background: rgba(93, 212, 168, 0.08); color: #5dd4a8; }

/* ── HERO FORM ───────────────────────────────────────────────── */
.hero-form-wrap {
  background: #0c1e2b;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 22px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.32);
}

.form-title {
  color: #e8f4f8;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 0.2px;
}

.form-subtitle {
  color: #93c5d5;
  font-size: 14px;
  margin-bottom: 16px;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.form-field.full,
.contact-form > .full {
  grid-column: 1 / -1;
}

.form-field label {
  color: #a8c8d4;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.form-field input,
.form-field select {
  background: #ffffff;
  border: 1px solid #d8e1e8;
  border-radius: 5px;
  padding: 10px 12px;
  color: #1c3d50;
  font-size: 14px;
  font-family: Arial, sans-serif;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  width: 100%;
  -webkit-appearance: none;
}

.form-field input:focus,
.form-field select:focus {
  border-color: #5dd4a8;
  box-shadow: 0 0 0 3px rgba(93, 212, 168, 0.2);
}

.form-field input::placeholder { color: #8a9ca8; }

/* ── GOOGLE PLACES AUTOCOMPLETE ─────────────────────────────── */
.place-autocomplete-slot {
  width: 100%;
  display: block;
}

.place-autocomplete-slot gmp-place-autocomplete {
  width: 100%;
  display: block;
}

/* Graceful fallback input if Places fails to load */
.address-fallback {
  background: #ffffff;
  border: 1px solid #d8e1e8;
  border-radius: 5px;
  padding: 10px 12px;
  color: #1c3d50;
  font-size: 14px;
  font-family: Arial, sans-serif;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
}
.address-fallback::placeholder { color: #8a9ca8; }

.form-field select option {
  background: #254d64;
  color: #e8f4f8;
}

.btn-form-submit {
  background: #357a62;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  cursor: pointer;
  width: 100%;
  transition: background 0.15s;
  letter-spacing: 0.2px;
  margin-top: 6px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-form-submit:hover { background: #2a6250; }

.form-note {
  text-align: center;
  color: #93c5d5;
  font-size: 13px;
  grid-column: 1 / -1;
  margin-top: 4px;
}

.form-thankyou {
  display: none;
  text-align: center;
  padding: 24px 12px;
  color: #5dd4a8;
  font-size: 13px;
  line-height: 1.65;
}

/* ── TRUST BAR ───────────────────────────────────────────────── */
.trust-bar {
  background: #1a3a4c;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
  padding: 18px 40px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #8fb6c4;
  white-space: nowrap;
}

.trust-check {
  color: #5dd4a8;
  font-size: 15px;
  font-weight: 700;
}

/* ── SECTIONS ────────────────────────────────────────────────── */
.section { padding: 56px 40px; }
.bg-white { background: #ffffff; }
.bg-light { background: #f5f5f5; }
.bg-navy { background: #254d64; }
.bg-green { background: #357a62; }

.section-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #357a62;
  margin-bottom: 12px;
  display: block;
}
.section-label.teal { color: #5dd4a8; }

.section-headline {
  font-size: 28px;
  font-weight: 500;
  color: #1c3d50;
  line-height: 1.25;
  margin-bottom: 14px;
  letter-spacing: -0.2px;
}
.section-headline.light { color: #e8f4f8; }

.section-sub {
  font-size: 16px;
  color: #555555;
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 680px;
}
.section-sub.light { color: #93c5d5; }

/* ── SITUATIONS ──────────────────────────────────────────────── */
.situations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.situation-card {
  background: #f8fdf9;
  border: 1px solid #c8e6d4;
  border-left: 4px solid #357a62;
  border-radius: 0 12px 12px 0;
  padding: 26px 24px;
  transition: transform 0.15s, box-shadow 0.15s;
}

.situation-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(53, 122, 98, 0.14);
}

.situation-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(93, 212, 168, 0.15);
  border-radius: 10px;
  margin-bottom: 16px;
}

.situation-icon svg {
  width: 22px;
  height: 22px;
  stroke: #357a62;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.situation-card h3 {
  font-size: 19px;
  font-weight: 600;
  color: #1c3d50;
  margin-bottom: 10px;
  line-height: 1.3;
}

.situation-card p {
  font-size: 16px;
  color: #4a6070;
  line-height: 1.65;
}

/* ── PROMISE BAR ─────────────────────────────────────────────── */
.promise-bar {
  background: #eef7f2;
  border-top: 1px solid #b8ddc8;
  border-bottom: 1px solid #b8ddc8;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 36px 40px;
}

.promise-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  background: #357a62;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.promise-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1c3d50;
  margin-bottom: 8px;
  line-height: 1.3;
}

.promise-content p {
  font-size: 16px;
  color: #2a5568;
  line-height: 1.7;
  max-width: 780px;
}

/* ── MID-PAGE CTA BAND ───────────────────────────────────────── */
.mid-cta-band {
  background: #357a62;
  padding: 44px 40px;
  text-align: center;
}

.mid-cta-band h2 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 22px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.mid-cta-band .btn-white {
  display: inline-block;
  background: #fff;
  color: #1c3d50;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.15s;
  letter-spacing: 0.2px;
}
.mid-cta-band .btn-white:hover { background: #f0f0f0; }

/* ── HOW IT WORKS STEPS ──────────────────────────────────────── */
.steps { display: flex; flex-direction: column; }

.step {
  display: flex;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid #e0e0e0;
  align-items: flex-start;
}
.step:last-child { border-bottom: none; }
.step:first-child { padding-top: 8px; }

.step-num {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: #254d64;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5dd4a8;
  font-size: 18px;
  font-weight: 600;
  margin-top: 2px;
}

.step-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1c3d50;
  margin-bottom: 6px;
}

.step-content p {
  font-size: 15px;
  color: #555555;
  line-height: 1.7;
  max-width: 720px;
}

/* ── STORIES ─────────────────────────────────────────────────── */
.stories-row-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}

.stories-row-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.story-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 26px;
}

.story-location {
  font-size: 11px;
  color: #5dd4a8;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700;
  margin-bottom: 8px;
}

.story-name {
  font-size: 22px;
  font-weight: 600;
  color: #e8f4f8;
  margin-bottom: 14px;
}

.story-body {
  font-size: 15px;
  color: #a0c4d4;
  line-height: 1.7;
  margin-bottom: 16px;
}

.story-win {
  font-size: 15px;
  color: #5dd4a8;
  font-weight: 600;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 14px;
  line-height: 1.5;
}

/* ── TEAM ────────────────────────────────────────────────────── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.team-card {
  background: #f8fdf9;
  border: 1px solid #c8e6d4;
  border-radius: 12px;
  padding: 26px;
}

.team-avatar {
  width: 54px;
  height: 54px;
  background: #254d64;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5dd4a8;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}

.team-name {
  font-size: 20px;
  font-weight: 600;
  color: #1c3d50;
  margin-bottom: 4px;
}

.team-role {
  font-size: 11px;
  color: #357a62;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 14px;
}

.team-bio {
  font-size: 15px;
  color: #4a6070;
  line-height: 1.7;
}

/* Global photo constraints */
.section-photo,
.team-photo,
.feature-photo {
  max-height: 420px;
  width: 100%;
  object-fit: cover;
}

.team-photo {
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  border-radius: 8px;
  margin: 0 auto 22px;
}

/* Team photo positioned below the team cards (About page) */
img.team-photo-below {
  display: block !important;
  width: auto !important;
  max-width: 440px !important;
  height: auto !important;
  max-height: 340px !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 12px;
  margin: 40px auto 0 !important;
}

/* Page hero with inline decorative graphic (FAQ) */
.page-hero-with-icon {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-hero-text { min-width: 0; }

.page-hero-icon {
  display: flex;
  justify-content: flex-start;
}

.page-hero-icon svg {
  height: 102px;
  width: auto;
  display: block;
}

@media (max-width: 700px) {
  .page-hero-with-icon {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .page-hero-icon svg { height: 72px; }
}

/* ── FAQ ─────────────────────────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; }

.faq-item {
  padding: 22px 0;
  border-bottom: 1px solid #d8d8d8;
}
.faq-item:first-child { padding-top: 8px; }
.faq-item:last-child { border-bottom: none; }

.faq-q {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 10px;
}

.faq-q-label {
  color: #357a62;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
}

.faq-q-text {
  font-size: 18px;
  font-weight: 600;
  color: #1c3d50;
  line-height: 1.4;
}

.faq-a {
  font-size: 15px;
  color: #555555;
  line-height: 1.7;
  padding-left: 30px;
  max-width: 820px;
}

.faq-more-link {
  display: inline-block;
  margin-top: 24px;
  font-size: 15px;
  font-weight: 600;
  color: #357a62;
  border-bottom: 1px solid #357a62;
}
.faq-more-link:hover { color: #2a6250; }

/* ── FINAL CTA ───────────────────────────────────────────────── */
.final-cta {
  background: #357a62;
  padding: 72px 40px;
  text-align: center;
}

.final-cta h2 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.25;
  letter-spacing: -0.2px;
}

.final-cta-body {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  margin: 0 auto 32px;
  max-width: 620px;
}

.final-cta-phone {
  display: block;
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.final-cta-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.2px;
}

/* ── FOOTER ──────────────────────────────────────────────────── */
.site-footer {
  background: #1a3a4c;
  padding: 28px 40px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 9px;
}

.footer-brand-logo {
  height: 36px;
  width: 36px;
  object-fit: contain;
  border-radius: 0;
  display: block;
}

.footer-brand-name {
  color: #5dd4a8;
  font-size: 16px;
  font-weight: 600;
}

.footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-link {
  color: #7ab0c0;
  font-size: 13px;
  transition: color 0.15s;
}
.footer-link:hover { color: #93c5d5; }

.footer-bottom {
  color: #3d6070;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
  line-height: 1.6;
}

/* ── PAGE INNER HERO ─────────────────────────────────────────── */
.page-hero {
  background: #254d64;
  padding: 64px 40px;
}

.page-hero h1 {
  font-size: 36px;
  font-weight: 500;
  color: #e8f4f8;
  line-height: 1.22;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

.page-hero p {
  font-size: 17px;
  color: #93c5d5;
  line-height: 1.7;
  max-width: 720px;
}

/* ── QR CODES SECTION ────────────────────────────────────────── */
.qr-section {
  background: #f8fdf9;
  padding: 56px 40px;
  border-top: 1px solid #c8e6d4;
  border-bottom: 1px solid #c8e6d4;
}

.qr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 28px;
  max-width: 860px;
}

.qr-card {
  background: #fff;
  border: 1px solid #c8e6d4;
  border-radius: 12px;
  padding: 26px 22px;
  text-align: center;
  transition: transform 0.15s, box-shadow 0.15s;
}

.qr-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(53, 122, 98, 0.12);
}

.qr-card img {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto 16px;
}

.qr-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1c3d50;
  margin-bottom: 6px;
}

.qr-card p {
  font-size: 13px;
  color: #555;
  line-height: 1.55;
}

/* ── VALUE SECTIONS (Park Managers / Who We Help) ────────────── */
.value-section { margin-bottom: 32px; max-width: 820px; }

.value-section h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1c3d50;
  margin-bottom: 10px;
  line-height: 1.35;
}

.value-section p {
  font-size: 16px;
  color: #555555;
  line-height: 1.75;
}

/* ── COST LIST (How It Works) ────────────────────────────────── */
.cost-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.cost-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #333;
}

.cost-check {
  color: #357a62;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}

/* ── QUOTE BLOCK ─────────────────────────────────────────────── */
.quote-block {
  background: rgba(93, 212, 168, 0.08);
  border-left: 4px solid #5dd4a8;
  padding: 22px 28px;
  border-radius: 0 10px 10px 0;
  margin: 32px 0;
  font-size: 18px;
  color: #2a5568;
  line-height: 1.6;
  font-style: italic;
  max-width: 760px;
}

/* ── FULL-BLEED IMAGE SECTIONS ───────────────────────────────── */
.full-bleed-image {
  position: relative;
  width: 100%;
  height: 320px;
  max-height: 320px;
  overflow: hidden;
}

.full-bleed-image img {
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Stressed couple — faces sit in upper third of the frame */
.full-bleed-image.stressed img {
  object-position: center 22%;
}

/* Happy outcome — anchor near top so handshake is visible */
.full-bleed-image.helped img {
  object-position: center 30%;
}

.full-bleed-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

/* ── PAGE CLOSING CTA ────────────────────────────────────────── */
.page-closing {
  background: #f5f5f5;
  padding: 56px 40px;
  text-align: center;
}

.page-closing p {
  font-size: 16px;
  color: #555555;
  line-height: 1.7;
  margin: 0 auto 22px;
  max-width: 620px;
}

.page-closing-phone {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: #1c3d50;
  margin-bottom: 8px;
}

.page-closing-sub {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 22px;
  letter-spacing: 0.2px;
}

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 48px 32px;
    gap: 36px;
  }

  .situations-grid { grid-template-columns: repeat(2, 1fr); }
  .stories-row-3 { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .qr-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .situations-grid,
  .stories-row-3,
  .stories-row-2,
  .team-grid,
  .qr-grid {
    grid-template-columns: 1fr;
  }

  .contact-form { grid-template-columns: 1fr; }
  .form-field.full { grid-column: 1; }

  .section { padding: 44px 22px; }
  .hero { padding: 40px 22px; }
  .page-hero { padding: 44px 22px; }
  .promise-bar { padding: 28px 22px; }
  .mid-cta-band { padding: 36px 22px; }
  .final-cta { padding: 52px 22px; }
  .trust-bar { padding: 14px 22px; gap: 22px; }
  .site-footer { padding: 22px 22px; }
  .qr-section { padding: 44px 22px; }

  .footer-top { flex-direction: column; align-items: flex-start; }
  .footer-links { justify-content: flex-start; }

  .hero h1 { font-size: 30px; }
  .page-hero h1 { font-size: 28px; }
  .section-headline { font-size: 24px; }
  .final-cta h2 { font-size: 26px; }
  .final-cta-phone { font-size: 32px; }
  .promise-content h3 { font-size: 18px; }
  .story-name { font-size: 20px; }
  .team-name { font-size: 18px; }
  .faq-q-text, .faq-q-label { font-size: 16px; }
  .mid-cta-band h2 { font-size: 21px; }

  .hero-form-wrap { padding: 22px; }
}

@media (max-width: 380px) {
  .trust-bar { gap: 12px; padding: 11px 16px; }
  .trust-item { font-size: 9.5px; }
}

/* ── GLOBAL PHOTO CONSTRAINTS (safety net) ─────────────────── */
.team-photo img,
.team-photo,
.section-photo,
.feature-photo,
.photo-break img,
.photo-break {
  max-height: 420px !important;
  width: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
