.asekor-page-bible-belt .site-header {
  background: rgba(8, 6, 3, 0.96);
  border-bottom-color: rgba(201, 168, 76, 0.12);
}

.asekor-page-bible-belt {
  background:
    radial-gradient(circle at top, rgba(201, 168, 76, 0.05), transparent 20%),
    linear-gradient(180deg, #080502 0%, #040201 100%);
}

.asekor-page-bible-belt .shared-highlight-section {
  border-top: 1px solid rgba(201, 168, 76, 0.08);
  border-bottom: 1px solid rgba(201, 168, 76, 0.08);
}

.bible-belt-page-hero {
  position: relative;
  padding: 120px 0 126px;
  background:
    linear-gradient(180deg, rgba(5, 3, 1, 0.54) 0%, rgba(5, 3, 1, 0.34) 100%),
    radial-gradient(circle at 50% 20%, rgba(201, 168, 76, 0.16), transparent 28%),
    #060301;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.bible-belt-page-hero::before,
.bible-belt-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bible-belt-page-hero::before {
  background:
    radial-gradient(circle at 15% 35%, rgba(255, 255, 255, 0.05), transparent 16%),
    radial-gradient(circle at 82% 28%, rgba(201, 168, 76, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 32%);
}

.bible-belt-page-hero::after {
  opacity: 0.04;
  background-image:
    linear-gradient(transparent 0, transparent 92%, rgba(201, 168, 76, 0.08) 92%, rgba(201, 168, 76, 0.08) 100%),
    radial-gradient(circle at center, rgba(201, 168, 76, 0.18) 0 1px, transparent 1px);
  background-size: 100% 120px, 180px 180px;
}

.bible-belt-page-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.bible-belt-page-hero__panel {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.bible-belt-page-hero__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold-light);
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.bible-belt-page-hero__title {
  margin: 0 0 24px;
  color: #f8f5ee;
  font-family: 'Cinzel', serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.03;
  text-transform: uppercase;
}

.bible-belt-page-hero__title span,
.bible-belt-page-hero__title strong,
.bible-belt-page-hero__title em {
  color: var(--gold);
  font-style: normal;
}

.bible-belt-page-hero__quote {
  max-width: 760px;
  margin: 0 auto 22px;
  padding-left: 0;
  border-left: 0;
}

.bible-belt-page-hero__quote p {
  margin: 0 0 8px;
  color: rgba(232, 222, 197, 0.88);
  font-family: 'DM Mono', monospace;
  font-size: 14px;
  line-height: 1.8;
  text-transform: uppercase;
}

.bible-belt-page-hero__quote cite {
  display: block;
  color: rgba(232, 222, 197, 0.74);
  font-size: 15px;
  font-style: italic;
}

.bible-belt-page-hero__description {
  max-width: 760px;
  margin: 0 auto;
}

.bible-belt-page-hero__description p {
  margin: 0 0 8px;
  color: rgba(232, 222, 197, 0.84);
  font-size: 18px;
  line-height: 1.75;
  font-style: italic;
}

.bible-belt-page-hero__description p:last-child {
  margin-bottom: 0;
}

.bible-belt-page-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 186px;
  min-height: 52px;
  margin-top: 34px;
  padding: 0 24px;
  border: 1px solid rgba(255, 230, 167, 0.36);
  border-radius: 3px;
  background: linear-gradient(135deg, #d3b35f 0%, #e6cb7a 100%);
  color: #0d0a05;
  font-family: 'Cinzel', serif;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bible-belt-page-hero__button:hover {
  color: #0d0a05;
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
}

.bible-belt-content-section {
  position: relative;
  padding: 94px 0 112px;
  background:
    radial-gradient(circle at 14% 18%, rgba(201, 168, 76, 0.04), transparent 18%),
    radial-gradient(circle at 85% 80%, rgba(201, 168, 76, 0.04), transparent 18%),
    linear-gradient(180deg, #060301 0%, #040201 100%);
}

.bible-belt-content-section__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.bible-belt-content-section h2 {
  margin: 0;
  color: var(--gold-light);
  font-family: 'Cinzel', serif;
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1.08;
}

.bible-belt-content-section__accent {
  display: block;
  width: 54px;
  height: 2px;
  margin: 28px 0 26px;
  background: linear-gradient(90deg, var(--gold) 0%, rgba(201, 168, 76, 0.16) 100%);
}

.bible-belt-content-section__text {
  max-width: 1240px;
}

.bible-belt-content-section__text p {
  margin: 0 0 22px;
  color: rgba(248, 243, 232, 0.88);
  font-size: 18px;
  line-height: 1.7;
}

.bible-belt-content-section__text p:last-child {
  margin-bottom: 0;
}

.bible-belt-scripture-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.bible-belt-scripture-card {
  min-height: 168px;
  padding: 24px 22px;
  border: 1px solid rgba(201, 168, 76, 0.16);
  background: rgba(255, 255, 255, 0.015);
  text-align: center;
}

.bible-belt-scripture-card__reference {
  display: block;
  margin-bottom: 14px;
  color: var(--gold-light);
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.bible-belt-scripture-card__text p {
  margin: 0;
  color: rgba(248, 243, 232, 0.9);
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
}

@media (max-width: 1080px) {
  .bible-belt-scripture-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .bible-belt-page-hero {
    padding: 90px 0 72px;
    background-position: center;
  }

  .bible-belt-page-hero__panel {
    width: 100%;
    padding: 0;
  }

  .bible-belt-page-hero__quote p {
    font-size: 13px;
    line-height: 1.7;
  }

  .bible-belt-page-hero__description p,
  .bible-belt-content-section__text p,
  .bible-belt-scripture-card__text p {
    font-size: 16px;
  }

  .bible-belt-page-hero__button {
    width: 100%;
    min-width: 0;
  }

  .bible-belt-content-section {
    padding: 72px 0 84px;
  }

  .bible-belt-scripture-grid {
    margin-top: 34px;
  }

  .bible-belt-scripture-card {
    min-height: 0;
  }
}
/* Keep Bible Belt hero content transparent over the background image */
body.asekor-theme.asekor-page-bible-belt .bible-belt-page-hero__panel {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
