/* ================================================================
   LOCAL BUSINESS (mhlc-) + OFFERS (mhof-) — Phase 3 & 4
   Matches MetropolitanHost design system exactly
   ================================================================ */

/* ────────────────────────────────────────────────────────────────
   PHASE 3: LOCAL BUSINESS STYLES (mhlc-)
   ──────────────────────────────────────────────────────────────── */

/* ── Local Hero ──────────────────────────────────────────────── */
.mhlc-hero {
  background: #0d1117;
  padding: 120px 40px 100px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.mhlc-hero__grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(57,217,138,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(57,217,138,.04) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.mhlc-hero__glow {
  position: absolute; bottom: -120px; right: -160px;
  width: 900px; height: 900px;
  background: radial-gradient(circle, rgba(57,217,138,.07) 0%, transparent 65%);
  pointer-events: none;
}
.mhlc-hero__inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.mhlc-hero__badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(57,217,138,.12);
  color: #39d98a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 24px;
}
.mhlc-hero__h1 {
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.mhlc-hero__h1 em {
  font-style: italic;
  font-family: "Playfair Display", serif;
  color: #39d98a;
}
.mhlc-hero__sub {
  font-size: 20px;
  color: rgba(255,255,255,.5);
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto 36px;
}
.mhlc-hero__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}
.mhlc-hero__price-label {
  font-size: 16px;
  color: rgba(255,255,255,.45);
  font-weight: 500;
}
.mhlc-hero__price-amt {
  font-size: 56px;
  font-weight: 900;
  color: #39d98a;
  line-height: 1;
}
.mhlc-hero__price-amt sup {
  font-size: 28px;
  vertical-align: super;
  margin-right: 2px;
}
.mhlc-hero__price-note {
  font-size: 14px;
  color: rgba(255,255,255,.35);
}
.mhlc-hero__trust {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.mhlc-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: rgba(255,255,255,.6);
  font-weight: 500;
}

/* ── We Come To You ──────────────────────────────────────────── */
.mhlc-visit {
  background: #0d1117;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.mhlc-visit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(circle, rgba(57,217,138,.05) 0%, transparent 70%);
  pointer-events: none;
}
.mhlc-visit__inner {
  max-width: none;
  margin: 0;
  display: block;
  position: relative;
  z-index: 1;
}

/* Centered heading */
.mhlc-visit__hd {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 40px 24px;
}
.mhlc-visit .ey { color: #39d98a; }
.mhlc-visit .h2 { color: #fff; }
.mhlc-visit .h2 em { color: #39d98a; }
.mhlc-visit__subtitle {
  font-size: 18px;
  color: rgba(255,255,255,.5);
  line-height: 1.7;
  margin: 16px 0 0;
}

/* 4-column feature cards */
.mhlc-visit__cards {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 40px 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.mhlc-visit__card {
  background: rgba(22,27,39,.6);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.mhlc-visit__card:hover {
  transform: translateY(-6px);
  border-color: rgba(57,217,138,.25);
  box-shadow: 0 16px 40px rgba(0,0,0,.3);
}
.mhlc-visit__card-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(57,217,138,.08);
  border-radius: 14px;
  border: 1px solid rgba(57,217,138,.12);
}
.mhlc-visit__card-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  font-family: 'Poppins', sans-serif;
}
.mhlc-visit__card-desc {
  font-size: 14px;
  color: rgba(255,255,255,.45);
  line-height: 1.6;
  margin: 0;
}

/* Service area strip */
.mhlc-visit__service-area {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px 60px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.mhlc-visit__sa-label {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #39d98a;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 16px;
  background: rgba(57,217,138,.06);
  border: 1px solid rgba(57,217,138,.12);
  border-radius: 8px;
  white-space: nowrap;
}
.mhlc-visit__sa-text {
  font-size: 15px;
  color: rgba(255,255,255,.4);
  line-height: 1.6;
  margin: 0;
  padding-top: 6px;
}

/* Full-width map */
.mhlc-visit__map {
  width: 100%;
  position: relative;
}
.mhlc-visit__map iframe {
  width: 100%;
  height: 450px;
  display: block;
  border: none;
  border-radius: 0;
  filter: grayscale(.8) brightness(.8) contrast(1.1);
  transition: filter .4s;
}
.mhlc-visit__map:hover iframe {
  filter: grayscale(0) brightness(1) contrast(1);
}
.mhlc-visit__map::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(180deg, #0d1117 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

/* ── What's Included ─────────────────────────────────────────── */
.mhlc-included {
  background: #0d1117;
  padding: 100px 40px;
}
.mhlc-included__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.mhlc-included__hd {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
}
.mhlc-included__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.mhlc-included__card {
  background: #161b27;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px;
  padding: 32px 28px;
  transition: transform .3s, border-color .3s;
}
.mhlc-included__card:hover {
  transform: translateY(-4px);
  border-color: rgba(57,217,138,.25);
}
.mhlc-included__icon {
  width: 52px; height: 52px;
  background: rgba(57,217,138,.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.mhlc-included__card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.mhlc-included__card p {
  font-size: 15px;
  color: rgba(255,255,255,.45);
  line-height: 1.6;
}

/* ── How It Works Steps ──────────────────────────────────────── */
.mhlc-steps {
  background: #f5f5f0;
  padding: 100px 40px;
}
.mhlc-steps__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.mhlc-steps__hd {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
}
.mhlc-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: #e0e0d8;
  border-radius: 16px;
  overflow: hidden;
}
.mhlc-steps__item {
  background: #fff;
  padding: 48px 32px;
  transition: background .3s;
}
.mhlc-steps__item:hover { background: #f9f9f5; }
.mhlc-steps__num {
  font-size: 56px;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  color: rgba(10,15,30,.06);
  line-height: 1;
  margin-bottom: 16px;
  transition: color .3s;
}
.mhlc-steps__item:hover .mhlc-steps__num { color: rgba(57,217,138,.18); }
.mhlc-steps__item h3 {
  font-size: 20px;
  font-weight: 800;
  color: #0a0f1e;
  margin-bottom: 10px;
}
.mhlc-steps__item p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.65;
}

/* ── Template Preview ────────────────────────────────────────── */
.mhlc-template {
  background: #0d1117;
  padding: 100px 40px;
}
.mhlc-template__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.mhlc-template__hd {
  text-align: center;
  margin-bottom: 48px;
}
.mhlc-template__preview {
  text-align: center;
}
.mhlc-template__preview img {
  max-width: 100%;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
}
.mhlc-template__name {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255,255,255,.6);
}

/* ── Template Showcase — horizontal scroll with edge fades ──── */
.mhlc-template--showcase {
  padding: 0 !important;
  position: relative;
}
.mhlc-template--showcase .mhlc-template__inner {
  max-width: none;
  padding: 80px 0 60px;
}
.mhlc-template--showcase .mhlc-template__hd {
  max-width: 680px;
  margin: 0 auto 48px;
  padding: 0 40px;
}


/* ── Swiper Showcase ──────────────────────────────────────── */
.mhlc-showcase-wrap {
  position: relative;
  padding: 0 60px;
}

.mhlc-swiper {
  overflow: hidden;
  border-radius: 14px;
}

/* Nav arrows */
.mhlc-swiper-prev,
.mhlc-swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #161b27;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
}
.mhlc-swiper-prev { left: 0; }
.mhlc-swiper-next { right: 0; }
.mhlc-swiper-prev:hover,
.mhlc-swiper-next:hover {
  background: #39d98a;
  border-color: #39d98a;
  color: #0d1117;
}

/* Cards */
.mhlc-showcase__item {
  display: block;
  text-decoration: none;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #161b27;
  border: 1px solid rgba(255,255,255,.06);
  transition: border-color .3s, box-shadow .3s;
}
.mhlc-showcase__item:hover {
  border-color: rgba(57,217,138,.25);
  box-shadow: 0 16px 40px rgba(0,0,0,.3);
}

/* Image */
.mhlc-showcase__img {
  position: relative;
  overflow: hidden;
}
.mhlc-showcase__img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .5s cubic-bezier(.25,.46,.45,.94);
}
.mhlc-showcase__item:hover .mhlc-showcase__img img {
  transform: scale(1.04);
}

/* Overlay */
.mhlc-showcase__overlay {
  position: absolute;
  inset: 0;
  background: rgba(13,17,23,0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s;
}
.mhlc-showcase__item:hover .mhlc-showcase__overlay {
  background: rgba(13,17,23,.35);
}

/* Brand name */
.mhlc-showcase__name {
  display: block;
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.7);
  font-family: 'Poppins', sans-serif;
  text-align: center;
  transition: color .2s;
}
.mhlc-showcase__item:hover .mhlc-showcase__name {
  color: #39d98a;
}

/* Demo button */
.mhlc-showcase__btn {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .3s, transform .3s;
  padding: 11px 28px;
  border-radius: 8px;
  background: #39d98a;
  color: #0d1117;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  letter-spacing: .02em;
  box-shadow: 0 6px 24px rgba(57,217,138,.25);
}
.mhlc-showcase__item:hover .mhlc-showcase__btn {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .mhlc-showcase-wrap { padding: 0 44px; }
  .mhlc-swiper-prev,
  .mhlc-swiper-next { width: 36px; height: 36px; }
  .mhlc-swiper-prev { left: 0; }
  .mhlc-swiper-next { right: 0; }
}
@media (max-width: 480px) {
  .mhlc-showcase-wrap { padding: 0 36px; }
  .mhlc-swiper-prev,
  .mhlc-swiper-next { width: 30px; height: 30px; }
  .mhlc-swiper-prev svg,
  .mhlc-swiper-next svg { width: 16px; height: 16px; }
  .mhlc-showcase__name { font-size: 12px; padding: 10px 14px; }
}

/* ── Google Reviews on local pages (dark theme override) ────── */
.mhlc-reviews.mh-reviews{background:#0d1117;border-top:1px solid rgba(255,255,255,.05);}
.mhlc-reviews .mh-reviews__card{background:rgba(22,27,39,.7);backdrop-filter:blur(12px);border-color:rgba(255,255,255,.06);}
.mhlc-reviews .mh-reviews__card:hover{border-color:rgba(57,217,138,.25);box-shadow:0 24px 48px rgba(0,0,0,.3);}
.mhlc-reviews .mh-reviews__name{color:#fff;}
.mhlc-reviews .mh-reviews__text{color:rgba(255,255,255,.6);}
.mhlc-reviews .mh-reviews__score{color:#fff;}
.mhlc-reviews .mh-reviews__count{color:rgba(255,255,255,.5);}
.mhlc-reviews .mh-reviews__hd .ey{color:#39d98a;}
.mhlc-reviews .mh-reviews__hd .h2{color:#fff;}

/* ── FAQ ─────────────────────────────────────────────────────── */
.mhlc-faq {
  background: #f5f5f0;
  padding: 100px 40px;
}
.mhlc-faq__inner {
  max-width: 800px;
  margin: 0 auto;
}
.mhlc-faq__hd {
  text-align: center;
  margin-bottom: 48px;
}
.mhlc-faq__item {
  background: #fff;
  border: 1px solid #e0e0d8;
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color .3s;
}
.mhlc-faq__item[open] { border-color: #39d98a; }
.mhlc-faq__q {
  padding: 22px 28px;
  font-size: 18px;
  font-weight: 700;
  color: #0a0f1e;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mhlc-faq__q::-webkit-details-marker { display: none; }
.mhlc-faq__q::after {
  content: '+';
  font-size: 22px;
  font-weight: 700;
  color: #39d98a;
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform .3s;
}
.mhlc-faq__item[open] .mhlc-faq__q::after {
  content: '\2212';
  transform: rotate(180deg);
}
.mhlc-faq__a {
  padding: 0 28px 24px;
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
}

/* ── Local CTA ───────────────────────────────────────────────── */
.mhlc-cta {
  background: #39d98a;
  padding: 80px 40px;
  text-align: center;
}
.mhlc-cta__inner {
  max-width: 700px;
  margin: 0 auto;
}
.mhlc-cta__h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  color: #0a0f1e;
  margin-bottom: 14px;
  line-height: 1.15;
}
.mhlc-cta__sub {
  font-size: 19px;
  color: rgba(10,15,30,.6);
  margin-bottom: 28px;
  line-height: 1.6;
}
.mhlc-cta__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 28px;
}
.mhlc-cta__price-label {
  font-size: 16px;
  color: rgba(10,15,30,.5);
}
.mhlc-cta__price-amt {
  font-size: 48px;
  font-weight: 900;
  color: #0a0f1e;
  line-height: 1;
}
.mhlc-cta__price-amt sup {
  font-size: 24px;
  vertical-align: super;
}
.mhlc-cta__btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Archive Hero ────────────────────────────────────────────── */
.mhlc-archive-hero {
  background: #0d1117;
  padding: 120px 40px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mhlc-archive-hero__grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(57,217,138,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(57,217,138,.04) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.mhlc-archive-hero__glow {
  position: absolute; bottom: -100px; left: 50%; transform: translateX(-50%);
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(57,217,138,.06) 0%, transparent 65%);
  pointer-events: none;
}
.mhlc-archive-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}
.mhlc-archive-hero__badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(57,217,138,.12);
  color: #39d98a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 20px;
}
.mhlc-archive-hero__h1 {
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 16px;
}
.mhlc-archive-hero__sub {
  font-size: 19px;
  color: rgba(255,255,255,.45);
  line-height: 1.7;
}

/* ── Filter Bar ──────────────────────────────────────────────── */
.mhlc-filter {
  background: #f5f5f0;
  padding: 24px 40px;
  border-bottom: 1px solid #e0e0d8;
}
.mhlc-filter__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.mhlc-filter__pill {
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  color: #6b7280;
  background: #fff;
  border: 1px solid #e0e0d8;
  transition: all .25s;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
}
.mhlc-filter__pill:hover {
  color: #0a0f1e;
  border-color: #39d98a;
}
.mhlc-filter__pill--active {
  background: #39d98a;
  color: #0a0f1e;
  border-color: #39d98a;
}

/* ── Archive Grid ────────────────────────────────────────────── */
.mhlc-archive {
  background: #f5f5f0;
  padding: 60px 40px 100px;
}
.mhlc-archive__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.mhlc-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.mhlc-card {
  background: #fff;
  border: 1px solid #e0e0d8;
  border-radius: 16px;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.mhlc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(10,15,30,.1);
}
.mhlc-card__thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.mhlc-card__body {
  padding: 24px;
}
.mhlc-card__badge {
  display: inline-block;
  padding: 5px 14px;
  background: rgba(57,217,138,.1);
  color: #39d98a;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.mhlc-card__title {
  font-size: 20px;
  font-weight: 800;
  color: #0a0f1e;
  margin-bottom: 6px;
  line-height: 1.25;
}
.mhlc-card__title a { color: inherit; }
.mhlc-card__title a:hover { color: #39d98a; }
.mhlc-card__industry {
  display: block;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 16px;
}
.mhlc-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #e0e0d8;
}
.mhlc-card__price {
  font-size: 18px;
  font-weight: 800;
  color: #39d98a;
}
.mhlc-card__cta {
  font-size: 14px;
  font-weight: 700;
  color: #0a0f1e;
  padding: 8px 18px;
  border: 2px solid #0a0f1e;
  border-radius: 7px;
  transition: all .25s;
}
.mhlc-card__cta:hover {
  background: #0a0f1e;
  color: #fff;
}

/* ── Local Archive Empty ─────────────────────────────────────── */
.mhlc-archive__empty {
  text-align: center;
  padding: 80px 20px;
}
.mhlc-archive__empty h2 {
  font-size: 28px;
  font-weight: 800;
  color: #0a0f1e;
  margin-bottom: 12px;
}
.mhlc-archive__empty p {
  font-size: 18px;
  color: #6b7280;
}
.mhlc-archive__empty a { color: #39d98a; font-weight: 600; }

/* ── Local Pagination ────────────────────────────────────────── */
.mhlc-pagination { text-align: center; margin-top: 48px; }
.mhlc-pagination ul { list-style: none; display: inline-flex; gap: 6px; padding: 0; }
.mhlc-pagination li a,
.mhlc-pagination li span {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #6b7280;
  background: #fff;
  border: 1px solid #e0e0d8;
  transition: all .2s;
}
.mhlc-pagination li a:hover { border-color: #39d98a; color: #39d98a; }
.mhlc-pagination li .current { background: #39d98a; color: #0a0f1e; border-color: #39d98a; }


/* ────────────────────────────────────────────────────────────────
   PHASE 4: OFFER STYLES (mhof-)
   ──────────────────────────────────────────────────────────────── */

/* ── Pulsing badge animation ─────────────────────────────────── */
@keyframes mhof-pulse-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(57,217,138,.5); }
  50%      { box-shadow: 0 0 0 8px rgba(57,217,138,0); }
}
.mhof-pulse {
  display: inline-block;
  width: 10px; height: 10px;
  background: #39d98a;
  border-radius: 50%;
  margin-right: 8px;
  animation: mhof-pulse-glow 2s infinite;
}

/* ── Offer Hero ──────────────────────────────────────────────── */
.mhof-hero {
  background: #0d1117;
  padding: 120px 40px 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mhof-hero__grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(57,217,138,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(57,217,138,.04) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.mhof-hero__glow {
  position: absolute; top: -200px; right: -100px;
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(57,217,138,.08) 0%, transparent 60%);
  pointer-events: none;
}
.mhof-hero__inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.mhof-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  background: rgba(57,217,138,.12);
  color: #39d98a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 28px;
}
.mhof-hero__eyebrow--expired {
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.4);
}
.mhof-hero__eyebrow--expired .mhof-pulse { display: none; }
.mhof-hero__h1 {
  font-size: clamp(30px, 4.5vw, 50px);
  font-weight: 800;
  color: #fff;
  line-height: 1.12;
  letter-spacing: -1.5px;
  margin-bottom: 28px;
}

/* ── Countdown Timer ─────────────────────────────────────────── */
.mhof-countdown {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 32px;
}
.mhof-countdown__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.mhof-countdown__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px; height: 64px;
  background: rgba(57,217,138,.1);
  border: 1px solid rgba(57,217,138,.25);
  border-radius: 12px;
  font-size: 28px;
  font-weight: 800;
  font-family: "Poppins", monospace;
  color: #39d98a;
  letter-spacing: 1px;
}
.mhof-countdown__label {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,.35);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mhof-countdown__sep {
  font-size: 24px;
  font-weight: 800;
  color: rgba(255,255,255,.2);
  padding-bottom: 20px;
}

/* Countdown size variants */
.mhof-countdown--lg .mhof-countdown__num {
  width: 80px; height: 80px;
  font-size: 34px;
  border-radius: 14px;
}
.mhof-countdown--lg .mhof-countdown__label { font-size: 12px; }
.mhof-countdown--lg .mhof-countdown__sep { font-size: 28px; }

.mhof-countdown--sm .mhof-countdown__num {
  width: 40px; height: 40px;
  font-size: 16px;
  border-radius: 8px;
}
.mhof-countdown--sm .mhof-countdown__label { font-size: 9px; }
.mhof-countdown--sm .mhof-countdown__sep { font-size: 16px; padding-bottom: 14px; }

/* Light bg countdown variant (urgency section) */
.mhof-urgency .mhof-countdown__num {
  background: #0d1117;
  border-color: rgba(57,217,138,.3);
}
.mhof-urgency .mhof-countdown__label { color: rgba(255,255,255,.5); }
.mhof-urgency .mhof-countdown__sep { color: rgba(255,255,255,.3); }

/* ── Offer Pricing (Hero) ────────────────────────────────────── */
.mhof-hero__pricing {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.mhof-hero__original {
  font-size: 22px;
  color: rgba(255,255,255,.35);
}
.mhof-hero__original del { text-decoration: line-through; }
.mhof-hero__offer {
  font-size: 56px;
  font-weight: 900;
  color: #39d98a;
  line-height: 1;
}
.mhof-hero__offer sup {
  font-size: 26px;
  vertical-align: super;
  margin-right: 2px;
}
.mhof-hero__save-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(57,217,138,.15);
  color: #39d98a;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
}
.mhof-hero__promo {
  font-size: 16px;
  color: rgba(255,255,255,.5);
  margin-bottom: 28px;
  padding: 10px 24px;
  background: rgba(255,255,255,.04);
  border: 1px dashed rgba(255,255,255,.15);
  border-radius: 8px;
  display: inline-block;
}
.mhof-hero__promo strong { color: #39d98a; }
.btn--lg { padding: 20px 44px; font-size: 20px; }
.mhof-hero__expired-msg p {
  font-size: 20px;
  color: rgba(255,255,255,.45);
  margin-bottom: 18px;
}

/* ── What's Included (Offer) ─────────────────────────────────── */
.mhof-included {
  background: #f5f5f0;
  padding: 100px 40px;
}
.mhof-included__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.mhof-included__hd {
  text-align: center;
  margin-bottom: 48px;
}
.mhof-included__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.mhof-included__card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #e0e0d8;
  border-radius: 12px;
  padding: 18px 22px;
  font-size: 17px;
  font-weight: 500;
  color: #0a0f1e;
  transition: border-color .25s;
}
.mhof-included__card:hover { border-color: #39d98a; }
.mhof-included__check { flex-shrink: 0; }

/* ── Offer Content (editor) ──────────────────────────────────── */
.mhof-content {
  background: #fff;
  padding: 80px 40px;
}
.mhof-content__inner {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #374151;
}
.mhof-content__inner h2 {
  font-size: 28px;
  font-weight: 800;
  color: #0a0f1e;
  margin: 36px 0 16px;
  line-height: 1.2;
}
.mhof-content__inner p { margin-bottom: 18px; }
.mhof-content__inner ul,
.mhof-content__inner ol { margin: 0 0 18px 24px; }
.mhof-content__inner li { margin-bottom: 8px; }

/* ── Urgency Section ─────────────────────────────────────────── */
.mhof-urgency {
  background: #0d1117;
  padding: 80px 40px;
  text-align: center;
}
.mhof-urgency__inner {
  max-width: 700px;
  margin: 0 auto;
}
.mhof-urgency__label {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 28px;
}
.mhof-urgency__proof {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: rgba(255,255,255,.5);
  margin-top: 28px;
}

/* ── Bottom CTA (Offer) ─────────────────────────────────────── */
.mhof-bottom-cta {
  background: #39d98a;
  padding: 80px 40px;
  text-align: center;
}
.mhof-bottom-cta__inner {
  max-width: 700px;
  margin: 0 auto;
}
.mhof-bottom-cta__h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  color: #0a0f1e;
  margin-bottom: 20px;
  line-height: 1.15;
}
.mhof-bottom-cta__sub {
  font-size: 18px;
  color: rgba(10,15,30,.6);
  margin-bottom: 24px;
}
.mhof-bottom-cta__pricing {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.mhof-bottom-cta__original {
  font-size: 20px;
  color: rgba(10,15,30,.4);
}
.mhof-bottom-cta__offer {
  font-size: 48px;
  font-weight: 900;
  color: #0a0f1e;
  line-height: 1;
}
.mhof-bottom-cta__offer sup {
  font-size: 22px;
  vertical-align: super;
}
.mhof-bottom-cta__save {
  font-size: 16px;
  font-weight: 700;
  color: rgba(10,15,30,.6);
}

/* Expired bottom CTA */
.mhof-bottom-cta--expired {
  background: #e8e8e2;
}
.mhof-bottom-cta--expired .mhof-bottom-cta__h2 { color: #6b7280; }

/* ── Expired State (grayscale + muted) ───────────────────────── */
.mhof-single--expired .mhof-hero {
  filter: saturate(0.3);
}
.mhof-single--expired .mhof-hero__h1 { color: rgba(255,255,255,.5); }
.mhof-single--expired .mhof-hero__pricing { opacity: .4; }

/* ── Archive Hero (Offer) ────────────────────────────────────── */
.mhof-archive-hero {
  background: #0d1117;
  padding: 120px 40px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mhof-archive-hero__grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(57,217,138,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(57,217,138,.04) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.mhof-archive-hero__glow {
  position: absolute; top: -150px; left: 50%; transform: translateX(-50%);
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(57,217,138,.06) 0%, transparent 65%);
  pointer-events: none;
}
.mhof-archive-hero__inner {
  position: relative; z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}
.mhof-archive-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  background: rgba(57,217,138,.12);
  color: #39d98a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 24px;
}
.mhof-archive-hero__h1 {
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 16px;
}
.mhof-archive-hero__sub {
  font-size: 19px;
  color: rgba(255,255,255,.45);
  line-height: 1.7;
}

/* ── Archive Grid (Offer) ────────────────────────────────────── */
.mhof-archive {
  background: #f5f5f0;
  padding: 60px 40px 100px;
}
.mhof-archive__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.mhof-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.mhof-card {
  background: #fff;
  border: 1px solid #e0e0d8;
  border-radius: 16px;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.mhof-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(10,15,30,.1);
}
.mhof-card__thumb {
  position: relative;
}
.mhof-card__thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.mhof-card__savings-badge {
  position: absolute;
  top: 14px; right: 14px;
  padding: 6px 14px;
  background: #39d98a;
  color: #0a0f1e;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50px;
}
.mhof-card__savings-strip {
  padding: 14px 24px;
  text-align: right;
}
.mhof-card__savings-badge--inline {
  position: static;
}
.mhof-card__body {
  padding: 24px;
}
.mhof-card__industry {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #39d98a;
  margin-bottom: 8px;
}
.mhof-card__title {
  font-size: 20px;
  font-weight: 800;
  color: #0a0f1e;
  margin-bottom: 14px;
  line-height: 1.25;
}
.mhof-card__title a { color: inherit; }
.mhof-card__title a:hover { color: #39d98a; }
.mhof-card__pricing {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 18px;
}
.mhof-card__original {
  font-size: 16px;
  color: #9ca3af;
}
.mhof-card__offer {
  font-size: 26px;
  font-weight: 800;
  color: #39d98a;
}
.mhof-card__cta {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  background: #0a0f1e;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  transition: background .25s;
}
.mhof-card__cta:hover { background: #1a2a4a; }

/* Expired card */
.mhof-card--expired {
  filter: saturate(0.3);
  opacity: .6;
}

/* ── Offer Archive Empty ─────────────────────────────────────── */
.mhof-archive__empty {
  text-align: center;
  padding: 80px 20px;
}
.mhof-archive__empty h2 {
  font-size: 28px;
  font-weight: 800;
  color: #0a0f1e;
  margin-bottom: 12px;
}
.mhof-archive__empty p {
  font-size: 18px;
  color: #6b7280;
}
.mhof-archive__empty a { color: #39d98a; font-weight: 600; }

/* ── Offer Pagination ────────────────────────────────────────── */
.mhof-pagination { text-align: center; margin-top: 48px; }
.mhof-pagination ul { list-style: none; display: inline-flex; gap: 6px; padding: 0; }
.mhof-pagination li a,
.mhof-pagination li span {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #6b7280;
  background: #fff;
  border: 1px solid #e0e0d8;
  transition: all .2s;
}
.mhof-pagination li a:hover { border-color: #39d98a; color: #39d98a; }
.mhof-pagination li .current { background: #39d98a; color: #0a0f1e; border-color: #39d98a; }


/* ────────────────────────────────────────────────────────────────
   RESPONSIVE — 960px
   ──────────────────────────────────────────────────────────────── */
@media (max-width: 960px) {
  /* Local */
  .mhlc-visit__cards { grid-template-columns: repeat(2, 1fr); }
  .mhlc-included__grid { grid-template-columns: repeat(2, 1fr); }
  .mhlc-steps__grid { grid-template-columns: repeat(2, 1fr); }
  .mhlc-archive__grid { grid-template-columns: repeat(2, 1fr); }

  /* Offers */
  .mhof-included__grid { grid-template-columns: 1fr; }
  .mhof-archive__grid { grid-template-columns: repeat(2, 1fr); }
  .mhof-countdown--lg .mhof-countdown__num { width: 64px; height: 64px; font-size: 28px; }
}

/* ────────────────────────────────────────────────────────────────
   RESPONSIVE — 600px
   ──────────────────────────────────────────────────────────────── */
@media (max-width: 600px) {
  /* Local */
  .mhlc-hero { padding: 90px 20px 70px; }
  .mhlc-hero__h1 { font-size: 32px; letter-spacing: -0.5px; }
  .mhlc-hero__sub { font-size: 17px; }
  .mhlc-hero__price-amt { font-size: 42px; }
  .mhlc-hero__trust { gap: 18px; flex-direction: column; align-items: center; }
  .mhlc-visit__cards { grid-template-columns: 1fr; gap: 14px; padding: 32px 20px 40px; }
  .mhlc-visit__card { padding: 24px 20px; }
  .mhlc-visit__hd { padding: 60px 20px 16px; }
  .mhlc-visit__service-area { flex-direction: column; padding: 0 20px 40px; }
  .mhlc-visit__map iframe { height: 300px; }
  .mhlc-included { padding: 70px 20px; }
  .mhlc-included__grid { grid-template-columns: 1fr; }
  .mhlc-steps { padding: 70px 20px; }
  .mhlc-steps__grid { grid-template-columns: 1fr; }
  .mhlc-steps__item { padding: 32px 24px; }
  .mhlc-template { padding: 70px 20px; }
  .mhlc-faq { padding: 70px 20px; }
  .mhlc-cta { padding: 60px 20px; }
  .mhlc-archive-hero { padding: 90px 20px 60px; }
  .mhlc-archive { padding: 40px 20px 70px; }
  .mhlc-archive__grid { grid-template-columns: 1fr; }
  .mhlc-filter { padding: 16px 20px; }

  /* Offers */
  .mhof-hero { padding: 90px 20px 70px; }
  .mhof-hero__h1 { font-size: 28px; letter-spacing: -0.5px; }
  .mhof-hero__offer { font-size: 42px; }
  .mhof-countdown__num { width: 48px; height: 48px; font-size: 20px; border-radius: 10px; }
  .mhof-countdown__sep { font-size: 18px; padding-bottom: 14px; }
  .mhof-countdown--lg .mhof-countdown__num { width: 56px; height: 56px; font-size: 24px; }
  .mhof-included { padding: 70px 20px; }
  .mhof-content { padding: 60px 20px; }
  .mhof-urgency { padding: 60px 20px; }
  .mhof-bottom-cta { padding: 60px 20px; }
  .mhof-bottom-cta__offer { font-size: 38px; }
  .mhof-archive-hero { padding: 90px 20px 60px; }
  .mhof-archive { padding: 40px 20px 70px; }
  .mhof-archive__grid { grid-template-columns: 1fr; }
  .btn--lg { padding: 16px 32px; font-size: 18px; }
}

/* ────────────────────────────────────────────────────────────────
   RESPONSIVE — 500px
   ──────────────────────────────────────────────────────────────── */
@media (max-width: 500px) {
  .mhlc-hero__price-amt { font-size: 36px; }
  .mhlc-included__card { padding: 24px 20px; }
  .mhlc-included__card h3 { font-size: 16px; }
  .mhlc-faq__q { padding: 18px 20px; font-size: 16px; }
  .mhlc-faq__a { padding: 0 20px 20px; font-size: 15px; }

  .mhof-countdown__num { width: 42px; height: 42px; font-size: 18px; border-radius: 8px; }
  .mhof-countdown--lg .mhof-countdown__num { width: 48px; height: 48px; font-size: 20px; }
  .mhof-countdown__label { font-size: 9px; }
  .mhof-hero__offer { font-size: 36px; }
  .mhof-bottom-cta__offer { font-size: 32px; }
  .mhof-included__card { padding: 14px 16px; font-size: 15px; }
}


/* ────────────────────────────────────────────────────────────────
   PHASE 5: CHURCH SERVICE CONTENT (mhsvc-)
   ──────────────────────────────────────────────────────────────── */

/* ── Feature Sections ───────────────────────────────────────── */
.mhsvc-feature {
  background: #0d1117;
  padding: 80px 40px;
}
.mhsvc-feature--alt {
  background: #0a0e15;
}
.mhsvc-feature__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
/* Left-align text inside split layouts */
.mhsvc-feature--split .mhsvc-feature__inner {
  text-align: left;
}

/* Badge (income generator pill) */
.mhsvc-feature__badge {
  display: inline-block;
  padding: 6px 18px;
  background: rgba(57,217,138,.12);
  color: #39d98a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 20px;
}

/* Title */
.mhsvc-feature__title {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 8px;
  line-height: 1.2;
}

/* Subtitle */
.mhsvc-feature__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  margin-bottom: 24px;
  line-height: 1.3;
}

/* Description paragraphs */
.mhsvc-feature__desc {
  font-size: 16px;
  color: rgba(255,255,255,.55);
  line-height: 1.7;
  margin-bottom: 16px;
}
.mhsvc-feature__desc:last-of-type {
  margin-bottom: 28px;
}

/* Bullet list */
.mhsvc-feature__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
}
.mhsvc-feature__list li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  color: rgba(255,255,255,.55);
  line-height: 1.7;
  margin-bottom: 10px;
}
.mhsvc-feature__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #39d98a;
  border-radius: 50%;
}

/* ── Stats Strip ────────────────────────────────────────────── */
.mhsvc-stats {
  background: #39d98a;
  padding: 56px 40px;
}
.mhsvc-stats__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  text-align: center;
}
.mhsvc-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.mhsvc-stats__num {
  font-size: 36px;
  font-weight: 900;
  color: #0a0f1e;
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
}
.mhsvc-stats__label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(10,15,30,.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ── Church FAQ (override light bg for dark context) ────────── */
.mhsvc-faq.mhlc-faq {
  background: #0d1117;
}
.mhsvc-faq .mhlc-faq__hd .ey {
  color: #39d98a;
}
.mhsvc-faq .mhlc-faq__hd .h2 {
  color: #fff;
}
.mhsvc-faq .mhlc-faq__hd .h2 em {
  color: #39d98a;
}
.mhsvc-faq .mhlc-faq__item {
  background: #161b27;
  border-color: rgba(255,255,255,.08);
}
.mhsvc-faq .mhlc-faq__item[open] {
  border-color: #39d98a;
}
.mhsvc-faq .mhlc-faq__q {
  color: #fff;
}
.mhsvc-faq .mhlc-faq__a {
  color: rgba(255,255,255,.55);
}

/* ── Income Tabs ───────────────────────────────────────────── */
.mhsvc-tabs {
  margin-top: 40px;
}
.mhsvc-tabs__nav {
  display: flex;
  gap: 0;
  border-bottom: 2px solid rgba(255,255,255,.08);
  margin-bottom: 36px;
}
.mhsvc-tabs__btn {
  flex: 1;
  background: none;
  border: none;
  padding: 16px 12px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: rgba(255,255,255,.35);
  cursor: pointer;
  position: relative;
  transition: color .3s;
  text-align: center;
  letter-spacing: .3px;
}
.mhsvc-tabs__btn:hover {
  color: rgba(255,255,255,.7);
}
.mhsvc-tabs__btn::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 3px;
  background: transparent;
  border-radius: 3px 3px 0 0;
  transition: background .3s;
}
.mhsvc-tabs__btn--active {
  color: #39d98a;
}
.mhsvc-tabs__btn--active::after {
  background: #39d98a;
}
.mhsvc-tabs__panel {
  display: none;
}
.mhsvc-tabs__panel--active {
  display: block;
  animation: mhsvcFadeIn .35s ease;
}
@keyframes mhsvcFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Split Layout (6+6 columns) ────────────────────────────── */
.mhsvc-feature--split {
  padding: 80px 40px;
}
.mhsvc-feature--split .mhsvc-feature__inner {
  max-width: 1400px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}
.mhsvc-feature--split-reverse .mhsvc-feature__inner {
  direction: rtl;
}
.mhsvc-feature--split-reverse .mhsvc-feature__inner > * {
  direction: ltr;
}
.mhsvc-feature__img {
  border-radius: 16px;
  overflow: hidden;
}
.mhsvc-feature__img img {
  width: 100%;
  display: block;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
  transition: transform .4s;
}
.mhsvc-feature__img:hover img {
  transform: scale(1.03);
}

/* ── Background Image Section ──────────────────────────────── */
.mhsvc-feature--bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 100px 40px;
}
.mhsvc-feature--bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,14,21,.92) 0%, rgba(13,17,23,.85) 50%, rgba(10,14,21,.92) 100%);
  z-index: 0;
}
.mhsvc-feature--bg .mhsvc-feature__inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.mhsvc-feature--bg .mhsvc-feature__title {
  text-shadow: 0 2px 8px rgba(0,0,0,.5);
}
.mhsvc-feature--bg .mhsvc-feature__lead {
  color: rgba(255,255,255,.85);
  text-shadow: 0 1px 4px rgba(0,0,0,.4);
}
.mhsvc-feature--bg .mhsvc-highlight {
  background: rgba(10,14,21,.6);
  border-color: rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
}
.mhsvc-feature--bg .mhsvc-highlight__text {
  color: rgba(255,255,255,.75);
}
.mhsvc-feature--bg .mhsvc-highlight__text strong {
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
}

/* ── Full-Width Image Break ────────────────────────────────── */
.mhsvc-break {
  background: #0d1117;
  padding: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.mhsvc-break__inner {
  max-width: none;
  margin: 0;
}
.mhsvc-break__inner img {
  width: 100%;
  display: block;
  border-radius: 0;
  box-shadow: none;
}

/* ── Church Service Responsive — 960px ──────────────────────── */
@media (max-width: 960px) {
  .mhsvc-stats__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
  }
}

/* ── Church Service Responsive — 600px ──────────────────────── */
@media (max-width: 600px) {
  .mhsvc-feature {
    padding: 60px 20px;
  }
  .mhsvc-feature__title {
    font-size: 24px;
  }
  .mhsvc-feature__subtitle {
    font-size: 18px;
  }
  .mhsvc-tabs__nav {
    flex-direction: column;
    gap: 0;
    border-bottom: none;
    border-left: 2px solid rgba(255,255,255,.08);
  }
  .mhsvc-tabs__btn {
    text-align: left;
    padding: 14px 16px;
  }
  .mhsvc-tabs__btn::after {
    left: -2px; right: auto; bottom: 0; top: 0;
    width: 3px; height: 100%;
    border-radius: 0 3px 3px 0;
  }
  .mhsvc-stats {
    padding: 40px 20px;
  }
  .mhsvc-stats__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
  }
  .mhsvc-stats__num {
    font-size: 30px;
  }
  .mhsvc-feature--split .mhsvc-feature__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .mhsvc-feature--split-reverse .mhsvc-feature__inner {
    direction: ltr;
  }
  .mhsvc-break {
    padding: 20px 20px;
  }
}

/* Smooth scroll for anchor links */
html { scroll-behavior: smooth; }

/* ════════════════════════════════════════════════════════════════
   PHASE 6: CHURCH CONTENT OVERHAUL — Hierarchy, Icons, Animations
   ════════════════════════════════════════════════════════════════ */

/* ── 2-Column List ─────────────────────────────────────────── */
.mhsvc-feature__list--2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 32px;
}
@media (max-width: 600px) {
  .mhsvc-feature__list--2col {
    grid-template-columns: 1fr;
  }
}

/* ── Checkmark List (replaces dots) ────────────────────────── */
.mhsvc-feature__list--check li::before {
  content: '';
  width: 10px;
  height: 10px;
  background: none;
  border-radius: 0;
  top: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2339d98a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* ── Section Icon (beside title) ───────────────────────────── */
.mhsvc-feature__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(57,217,138,.1);
  border: 1px solid rgba(57,217,138,.15);
  border-radius: 12px;
  margin-bottom: 16px;
  flex-shrink: 0;
}
/* Left-align icon inside split layouts */
.mhsvc-feature--split .mhsvc-feature__icon {
  display: flex;
}
.mhsvc-feature__icon svg {
  width: 24px;
  height: 24px;
}

/* ── Lead Paragraph (bold, scannable intro) ────────────────── */
.mhsvc-feature__lead {
  font-size: 18px;
  font-weight: 600;
  color: rgba(255,255,255,.75);
  line-height: 1.6;
  margin-bottom: 20px;
}

/* ── Highlight Grid (2-col key points) ─────────────────────── */
.mhsvc-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
  text-align: left;
}
.mhsvc-highlight {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  transition: border-color .3s, transform .3s;
}
.mhsvc-highlight:hover {
  border-color: rgba(57,217,138,.2);
  transform: translateY(-2px);
}
.mhsvc-highlight__icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(57,217,138,.08);
  border-radius: 8px;
  flex-shrink: 0;
}
.mhsvc-highlight__icon svg {
  width: 18px;
  height: 18px;
}
.mhsvc-highlight__text {
  font-size: 14px;
  color: rgba(255,255,255,.6);
  line-height: 1.5;
}
.mhsvc-highlight__text strong {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-bottom: 2px;
}

/* ── Inline CTA Button ─────────────────────────────────────── */
.mhsvc-cta-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding: 14px 32px;
  background: #39d98a;
  color: #0a0f1e;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  border-radius: 50px;
  text-decoration: none;
  transition: background .3s, transform .2s, box-shadow .3s;
  letter-spacing: .3px;
}
.mhsvc-cta-inline:hover {
  background: #2fc77a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(57,217,138,.25);
  color: #0a0f1e;
}
.mhsvc-cta-inline svg {
  width: 16px;
  height: 16px;
  transition: transform .2s;
}
.mhsvc-cta-inline:hover svg {
  transform: translateX(3px);
}
/* Ghost/outline variant */
.mhsvc-cta-inline--ghost {
  background: transparent;
  color: #39d98a;
  border: 2px solid rgba(57,217,138,.3);
}
.mhsvc-cta-inline--ghost:hover {
  background: rgba(57,217,138,.08);
  border-color: #39d98a;
  color: #39d98a;
}

/* ── Section Divider ───────────────────────────────────────── */
.mhsvc-divider {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(57,217,138,.15), transparent);
  margin: 0;
}

/* ── Scroll Animations — disabled ──────────────────────────── */
/* ── Pulse animation — disabled ───────────────────────────── */
/* ── Stats glow — disabled ────────────────────────────────── */

/* ── Improved What's Included (church-specific) ────────────── */
.mhlc-included__card--church {
  text-align: left;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.mhlc-included__card--church .mhlc-included__icon {
  margin-bottom: 0;
  flex-shrink: 0;
}
.mhlc-included__card--church h3 {
  margin-bottom: 4px;
}
.mhlc-included__check {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #39d98a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
}
.mhlc-included__check svg {
  width: 14px;
  height: 14px;
}

/* ── Feature Overview Section ──────────────────────────────── */
.mhsvc-overview {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 40px;
  overflow: hidden;
}
.mhsvc-overview__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,14,21,.94) 0%, rgba(13,17,23,.88) 50%, rgba(10,14,21,.94) 100%);
  z-index: 0;
}
.mhsvc-overview__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.mhsvc-overview__sub {
  font-size: 17px;
  color: rgba(255,255,255,.5);
  line-height: 1.6;
  max-width: 600px;
  margin: 16px auto 48px;
}
.mhsvc-overview__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: left;
}
.mhsvc-overview__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 28px 24px;
  background: #161b27;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px;
  text-decoration: none;
  transition: transform .3s, border-color .3s, box-shadow .3s;
  cursor: pointer;
}
.mhsvc-overview__card:hover {
  transform: translateY(-5px);
  border-color: rgba(57,217,138,.3);
  box-shadow: 0 12px 32px rgba(0,0,0,.3);
}
.mhsvc-overview__card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(57,217,138,.08);
  border: 1px solid rgba(57,217,138,.12);
  border-radius: 12px;
  transition: background .3s;
}
.mhsvc-overview__card:hover .mhsvc-overview__card-icon {
  background: rgba(57,217,138,.15);
}
.mhsvc-overview__card-icon svg {
  width: 24px;
  height: 24px;
}
.mhsvc-overview__card-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  line-height: 1.3;
  margin: 0;
}
.mhsvc-overview__card-desc {
  font-size: 13px;
  color: rgba(255,255,255,.4);
  line-height: 1.5;
  margin: 0;
}
.mhsvc-overview__card:hover .mhsvc-overview__card-desc {
  color: rgba(255,255,255,.55);
}

/* Overview responsive — 960px */
@media (max-width: 960px) {
  .mhsvc-overview__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Overview responsive — 600px */
@media (max-width: 600px) {
  .mhsvc-overview {
    padding: 70px 20px;
  }
  .mhsvc-overview__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .mhsvc-overview__card {
    padding: 20px 16px;
  }
}

/* ── Unified Card (mhsvc-ucard) ────────────────────────────── */
.mhsvc-ucard {
  background: #161b27;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.mhsvc-ucard:hover {
  transform: translateY(-5px);
  border-color: rgba(57,217,138,.25);
  box-shadow: 0 14px 36px rgba(0,0,0,.3);
}
.mhsvc-ucard__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(57,217,138,.08);
  border: 1px solid rgba(57,217,138,.12);
  border-radius: 12px;
  margin-bottom: 18px;
  transition: background .3s;
}
.mhsvc-ucard:hover .mhsvc-ucard__icon {
  background: rgba(57,217,138,.15);
}
.mhsvc-ucard__icon svg {
  width: 24px;
  height: 24px;
}
.mhsvc-ucard__title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 8px;
  line-height: 1.3;
}
.mhsvc-ucard__desc {
  font-size: 14px;
  color: rgba(255,255,255,.45);
  line-height: 1.6;
  margin: 0;
}
.mhsvc-ucard__check {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #39d98a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 12px;
}
.mhsvc-ucard__check svg {
  width: 14px;
  height: 14px;
}
/* Unified card grid */
.mhsvc-ucard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 960px) {
  .mhsvc-ucard-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .mhsvc-ucard-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .mhsvc-ucard {
    padding: 24px 20px;
  }
}

/* ── Quad Cards Over Image ─────────────────────────────────── */
.mhsvc-quad {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 40px;
  overflow: hidden;
}
.mhsvc-quad__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,14,21,.93) 0%, rgba(13,17,23,.82) 50%, rgba(10,14,21,.93) 100%);
  z-index: 0;
}
.mhsvc-quad__inner {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.mhsvc-quad__card {
  background: rgba(22,27,39,.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
  transition: border-color .3s, transform .3s;
}
.mhsvc-quad__card:hover {
  border-color: rgba(57,217,138,.2);
  transform: translateY(-4px);
}
.mhsvc-quad__card .mhsvc-feature__icon {
  display: inline-flex;
}
.mhsvc-quad__card .mhsvc-feature__list {
  display: inline-block;
  text-align: left;
}
.mhsvc-quad__card .h2 {
  font-size: clamp(22px, 2.6vw, 28px);
}
.mhsvc-quad__card .mhsvc-feature__lead {
  color: rgba(255,255,255,.6);
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
}
@media (max-width: 768px) {
  .mhsvc-quad {
    padding: 60px 20px;
  }
  .mhsvc-quad__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .mhsvc-quad__card {
    padding: 32px 24px;
  }
}

/* ── Paired Sections (6+6 same row) ────────────────────────── */
.mhsvc-pair {
  background: #0d1117;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1400px;
  margin: 0 auto;
}
.mhsvc-pair--alt {
  background: #0a0e15;
}
.mhsvc-pair > .mhsvc-pair__col {
  background: #161b27;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px;
  padding: 48px 36px;
  text-align: center;
  transition: border-color .3s;
}
.mhsvc-pair > .mhsvc-pair__col:hover {
  border-color: rgba(57,217,138,.15);
}
.mhsvc-pair .mhsvc-feature__icon {
  display: inline-flex;
}
.mhsvc-pair .mhsvc-feature__list {
  display: inline-block;
  text-align: left;
}
.mhsvc-pair .ey,
.mhsvc-pair .h2 {
  text-align: center;
}
/* Make the h2 smaller inside paired cols */
.mhsvc-pair .h2 {
  font-size: clamp(22px, 2.8vw, 30px);
}
@media (max-width: 768px) {
  .mhsvc-pair {
    grid-template-columns: 1fr;
    padding: 60px 20px;
  }
  .mhsvc-pair > .mhsvc-pair__col {
    padding: 36px 24px;
  }
}

/* ── Phase 6 Responsive — 768px ────────────────────────────── */
@media (max-width: 768px) {
  .mhsvc-highlights {
    grid-template-columns: 1fr;
  }
  .mhsvc-feature__lead {
    font-size: 16px;
  }
  .mhlc-included__card--church {
    flex-direction: column;
  }
}

