/* CCS Index Page Custom Styles - 2026 */

/* ==================== REFERRAL RIBBON ==================== */
.referral-ribbon {
  position: relative;
  z-index: 5;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 35%),
    linear-gradient(135deg, #17327d 0%, #2449b2 55%, #00b4f0 100%);
  color: #fff;
  padding: 1rem 0;
  box-shadow: 0 16px 40px rgba(23, 50, 125, 0.22);
}
.referral-ribbon-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.referral-ribbon-copy strong,
.referral-ribbon-copy span {
  display: block;
  color: #fff;
}
.referral-ribbon-copy strong {
  font-size: 1rem;
  letter-spacing: 0.01em;
  margin-bottom: 0.15rem;
}
.referral-ribbon-copy span {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88);
}
.referral-ribbon-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.referral-ribbon .btn {
  min-width: 180px;
  justify-content: center;
}

/* ==================== HERO REFERRAL CARD ==================== */
.hero-referral-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  align-items: center;
  margin: 0 auto 1.35rem;
  max-width: 920px;
  padding: 1rem;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.20), rgba(255,255,255,0.08)),
    radial-gradient(circle at top right, rgba(244,201,93,0.28), transparent 34%);
  border: 1px solid rgba(255,255,255,0.24);
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
  backdrop-filter: blur(16px);
  overflow: hidden;
  text-align: left;
}
.hero-referral-card::before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  right: -60px;
  top: -70px;
  border-radius: 999px;
  background: rgba(255,138,61,0.28);
  filter: blur(6px);
  pointer-events: none;
}
.hero-referral-copy,
.hero-referral-media {
  position: relative;
  z-index: 1;
}
.hero-referral-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}
.hero-referral-card h2 {
  color: #fff;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  margin-bottom: 0.45rem;
  line-height: 1.15;
}
.hero-referral-card p {
  color: rgba(255,255,255,0.86);
  margin-bottom: 0.9rem;
  line-height: 1.55;
  font-size: 0.98rem;
}
.hero-referral-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.hero-referral-actions .btn {
  min-height: 44px;
  border-radius: 999px;
}
.hero-referral-media {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 0.65rem;
  min-height: 190px;
}
.hero-referral-img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.26);
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
}
.hero-referral-mini {
  display: grid;
  gap: 0.65rem;
}
.hero-referral-mini img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
}
.hero-referral-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 92px;
  padding: 0.75rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff8a3d, #f4c95d);
  color: #fff;
  box-shadow: 0 12px 28px rgba(255,138,61,0.28);
}
.hero-referral-stat strong {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
}
.hero-referral-stat span {
  color: rgba(255,255,255,0.9);
  font-size: 0.8rem;
  line-height: 1.3;
  margin-top: 0.25rem;
}

/* ==================== HERO ELEMENTS ==================== */
.hero-subtitle strong,
.hero-subtitle a {
  color: #fff;
}
.hero-subtitle strong {
  font-weight: 700;
}
.hero-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem auto 2rem;
  max-width: 980px;
}
.hero-highlight {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  padding: 1rem 1.1rem;
  backdrop-filter: blur(10px);
  text-align: left;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.hero-highlight:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  border-color: rgba(255, 255, 255, 0.32);
}
.hero-highlight strong,
.hero-highlight span {
  display: block;
  color: #fff;
}
.hero-highlight strong {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.hero-highlight span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}

/* ==================== COVERAGE HERO ==================== */
.coverage-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}
.coverage-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(17, 27, 75, 0.88) 0%, rgba(58, 78, 167, 0.82) 55%, rgba(0, 180, 240, 0.48) 100%);
  z-index: 0;
}
.coverage-hero::after {
  content: '';
  position: absolute;
  inset: auto -8% -140px auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
  z-index: 0;
}
.coverage-hero .container {
  position: relative;
  z-index: 1;
}
.coverage-hero-panel {
  max-width: 940px;
  margin: 0 auto;
  padding: 3rem clamp(1.5rem, 3vw, 3.25rem);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.09) 100%);
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 30px 80px rgba(10, 19, 53, 0.35);
  backdrop-filter: blur(16px);
}
.coverage-hero .section-label {
  background: rgba(255,255,255,0.16);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}
.coverage-hero-title {
  max-width: 820px;
  margin: 0 auto 1.25rem;
  color: #fff;
  text-shadow: 0 10px 30px rgba(7, 12, 33, 0.25);
}
.coverage-hero-intro {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.94);
}
.coverage-hero-intro strong {
  color: #fff;
}
.coverage-hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.coverage-hero-call {
  border-color: rgba(255,255,255,0.62) !important;
  color: #fff !important;
  background: rgba(255,255,255,0.08);
}
.coverage-hero-call:hover {
  border-color: #fff !important;
  background: rgba(255,255,255,0.14);
  color: #fff !important;
}
.coverage-hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  text-align: left;
}
.coverage-hero-highlight {
  padding: 1.1rem 1.15rem;
  border-radius: 20px;
  background: rgba(8, 15, 42, 0.26);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.coverage-hero-highlight strong,
.coverage-hero-highlight span {
  display: block;
  color: #fff;
}
.coverage-hero-highlight strong {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}
.coverage-hero-highlight span {
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.82);
}

/* ==================== LOCAL SEO SECTION ==================== */
.local-seo-section {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}
.local-seo-panel {
  background: linear-gradient(145deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid #d8e7f5;
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 24px 60px rgba(19, 49, 103, 0.08);
}
.local-seo-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: start;
}
.local-seo-card,
.service-zone-card {
  background: #fff;
  border: 1px solid #dfeaf4;
  border-radius: 22px;
  padding: 1.5rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}
.local-image-stack {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 0.85rem;
  margin-top: 1.35rem;
}
.local-image-stack img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(15,23,42,0.1);
}
.local-image-stack img:nth-child(2) {
  height: 150px;
  margin-top: 2.3rem;
}
.service-zone-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}
.service-zone-item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #e5edf6;
}
.service-zone-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.service-zone-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00b4f0, #3a4ea7);
  margin-top: 0.45rem;
  flex: 0 0 12px;
}
.service-zone-item strong {
  display: block;
  margin-bottom: 0.1rem;
}
.service-zone-item p:last-child {
  margin-bottom: 0;
  font-size: 0.96rem;
}
.seo-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.25rem;
}
.seo-check {
  background: rgba(0, 180, 240, 0.08);
  border: 1px solid rgba(0, 180, 240, 0.12);
  color: var(--neutral-darkest);
  border-radius: 16px;
  padding: 0.85rem 1rem;
  font-weight: 600;
  line-height: 1.45;
}

/* ==================== TRUST & CITY CARDS ==================== */
.trust-badges-section .trust-badge-card,
.city-links-simple .city-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.trust-badges-section .trust-badge-card:hover,
.city-links-simple .city-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
  border-color: rgba(58, 78, 167, 0.18);
}

/* ==================== IMAGE STORY GRID ==================== */
.image-story-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
  margin: 3rem 0 0;
  align-items: stretch;
}
.image-story-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(15,23,42,0.12);
  border: 1px solid rgba(226,232,240,0.7);
  isolation: isolate;
}
.image-story-card img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.image-story-card:hover img {
  transform: scale(1.06);
}
.image-story-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(15,23,42,0.76) 100%);
  z-index: 1;
}
.image-story-caption {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 2;
  color: #fff;
}
.image-story-caption strong,
.image-story-caption span {
  display: block;
  color: #fff;
}
.image-story-caption strong {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
.image-story-caption span {
  color: rgba(255,255,255,0.84);
  line-height: 1.5;
}
.image-story-side {
  display: grid;
  gap: 1rem;
}

/* ==================== SERVICE POLISH ==================== */
.service-polish {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 0%, rgba(0,180,240,0.13), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
}
.service-polish::before {
  content: '';
  position: absolute;
  inset: 2rem auto auto -3rem;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: rgba(244,201,93,0.2);
  filter: blur(10px);
}
.service-polish .card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216,231,245,0.95);
  border-radius: 24px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 18px 42px rgba(15,23,42,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.service-polish .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 54px rgba(15,23,42,0.14);
}
.service-polish .card-image {
  height: 230px;
  width: 100%;
  object-fit: cover;
}
.service-polish .card-content {
  padding: 1.35rem;
}
.service-polish .card-title {
  color: var(--primary-navy);
}

/* ==================== PREMIUM BENTO SECTION ==================== */
.premium-bento-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(0,180,240,0.16), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(255,138,61,0.13), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}
.premium-bento-section::before {
  content: '';
  position: absolute;
  inset: 1.5rem;
  border-radius: 40px;
  border: 1px solid rgba(58,78,167,0.08);
  pointer-events: none;
}
.bento-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  grid-auto-rows: minmax(220px, auto);
  gap: 1rem;
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}
.bento-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 1.5rem;
  min-height: 220px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(216,231,245,0.95);
  box-shadow: 0 22px 54px rgba(15,23,42,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  isolation: isolate;
}
.bento-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 70px rgba(15,23,42,0.14);
  border-color: rgba(0,180,240,0.28);
}
.bento-card.large {
  grid-row: span 2;
  min-height: 460px;
  color: #fff;
  background: #102047;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.bento-card.wide {
  grid-column: span 2;
}
.bento-card.dark {
  background:
    radial-gradient(circle at top right, rgba(0,180,240,0.32), transparent 34%),
    linear-gradient(135deg, #172554 0%, #3a4ea7 100%);
  color: #fff;
}
.bento-card.dark h3,
.bento-card.dark p,
.bento-card.large h3,
.bento-card.large p {
  color: #fff;
}
.bento-card img.bento-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 0.7s ease;
}
.bento-card.large::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,23,42,0.08) 0%, rgba(15,23,42,0.82) 100%);
  z-index: -1;
}
.bento-card:hover img.bento-bg {
  transform: scale(1.06);
}
.bento-chip {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.4rem;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: rgba(0,180,240,0.1);
  color: var(--primary-navy);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}
.bento-card.dark .bento-chip,
.bento-card.large .bento-chip {
  background: rgba(255,255,255,0.16);
  color: #fff;
}
.bento-card h3 {
  margin-bottom: 0.65rem;
  color: var(--neutral-darkest);
}
.bento-card p {
  margin-bottom: 1rem;
  color: var(--neutral-dark);
}
.bento-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}
.bento-metric {
  border-radius: 18px;
  padding: 0.85rem;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.34);
  text-align: center;
}
.bento-metric strong,
.bento-metric span {
  display: block;
}
.bento-metric strong {
  font-size: 1.2rem;
  color: var(--primary-navy);
}
.bento-metric span {
  font-size: 0.78rem;
  color: var(--neutral-mid);
  line-height: 1.35;
}
.bento-card.dark .bento-metric {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.18);
}
.bento-card.dark .bento-metric strong,
.bento-card.dark .bento-metric span {
  color: #fff;
}
.bento-links {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: auto;
}
.bento-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: #fff;
  color: var(--primary-navy);
  font-weight: 800;
  font-size: 0.9rem;
  box-shadow: 0 10px 24px rgba(15,23,42,0.08);
}
.bento-link.secondary {
  background: rgba(255,255,255,0.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
}

/* ==================== LINK HUB SECTION ==================== */
.link-hub-section {
  background:
    linear-gradient(135deg, rgba(58,78,167,0.97), rgba(0,180,240,0.92)),
    url('img/bg/cleanitems.jpg') center/cover;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.link-hub-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 15%, rgba(255,255,255,0.16), transparent 28%);
}
.link-hub-section .container {
  position: relative;
  z-index: 1;
}
.link-hub-section h2,
.link-hub-section p {
  color: #fff;
}
.link-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.link-hub-card {
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 24px;
  padding: 1.35rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 42px rgba(0,0,0,0.13);
}
.link-hub-card h3,
.link-hub-card p {
  color: #fff;
}
.link-hub-card h3 {
  margin-bottom: 0.5rem;
}
.link-hub-card p {
  color: rgba(255,255,255,0.82);
  margin-bottom: 1rem;
}
.link-hub-card a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ==================== RESPONSIVE STYLES ==================== */
@media (max-width: 991px) {
  .coverage-hero {
    padding: 90px 0;
  }
  .coverage-hero-panel {
    padding: 2.35rem 1.5rem;
  }
  .coverage-hero-highlights {
    grid-template-columns: 1fr;
  }
  .hero-highlights,
  .local-seo-grid,
  .seo-checklist,
  .hero-referral-card,
  .image-story-grid,
  .bento-grid,
  .link-hub-grid {
    grid-template-columns: 1fr;
  }
  .bento-card.large,
  .bento-card.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 320px;
  }
  .hero-referral-media {
    order: -1;
  }
  .referral-ribbon {
    padding: 0.85rem 0;
  }
  .hero {
    min-height: auto;
    padding: 2.5rem 0 3rem;
  }
  .hero-content {
    max-width: 680px;
  }
  .trust-badges-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }
  .community-partnership > div > div {
    gap: 1rem !important;
  }
}

@media (max-width: 768px) {
  .referral-ribbon-copy {
    text-align: center;
  }
  .referral-ribbon-inner,
  .referral-ribbon-actions {
    align-items: stretch;
  }
  .referral-ribbon .btn {
    min-width: 0;
    width: 100%;
  }
  .hero {
    padding: 1.5rem 0 2.5rem;
  }
  .hero-title {
    margin-bottom: 1rem;
  }
  .hero-referral-card {
    padding: 0.85rem;
    border-radius: 24px;
    text-align: center;
  }
  .hero-referral-actions {
    justify-content: center;
  }
  .hero-referral-media {
    grid-template-columns: 1fr;
  }
  .hero-referral-img {
    min-height: 210px;
  }
  .hero-referral-mini {
    grid-template-columns: 1fr 1fr;
  }
  .hero-referral-mini img,
  .hero-referral-stat {
    height: 120px;
    min-height: 120px;
  }
  .hero-subtitle {
    margin-bottom: 1.25rem;
  }
  .hero-highlight {
    text-align: center;
    padding: 1rem;
  }
  .coverage-hero-title {
    font-size: 2rem;
  }
  .coverage-hero-intro {
    font-size: 1rem;
  }
  .coverage-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .coverage-hero-actions .btn {
    width: 100%;
  }
  .local-seo-panel {
    padding: 1.5rem;
  }
  .local-seo-card,
  .service-zone-card {
    padding: 1.25rem;
  }
  .local-image-stack {
    grid-template-columns: 1fr;
  }
  .local-image-stack img,
  .local-image-stack img:nth-child(2) {
    height: 210px;
    margin-top: 0;
  }
  .trust-bar {
    margin-top: 0;
  }
  .trust-items {
    gap: 0.85rem;
  }
  .trust-item {
    min-width: 220px;
    border-radius: 16px;
  }
  .community-partnership > div,
  .giving-back-inner {
    padding: 1.5rem !important;
  }
  .community-partnership img {
    margin: 0 auto;
  }
  .city-links-simple {
    margin-top: 2rem;
  }
  .image-story-card,
  .image-story-card img {
    min-height: 280px;
  }
}

@media (max-width: 576px) {
  .hero {
    padding-top: 1rem;
    min-height: auto;
    padding-bottom: 2rem;
  }
  .hero-content {
    padding-bottom: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .promo-pill {
    margin-bottom: 1rem;
    max-width: 100%;
    width: calc(100% - 1.5rem);
  }
  .promo-pill-copy {
    min-width: 0;
    flex: 1 1 auto;
  }
  .promo-pill-actions {
    gap: 0.6rem;
  }
  .hero-cta .btn {
    max-width: 100%;
  }
  .hero-highlights {
    margin-top: 1.25rem;
    display: none;
  }
  .trust-badges-section,
  .local-seo-section {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .bento-card,
  .link-hub-card {
    border-radius: 22px;
    padding: 1.15rem;
  }
  .bento-metrics {
    grid-template-columns: 1fr;
  }
}
