.godsmercy-home-hub {
  margin: 48px 0 28px;
  padding: 10px 0 6px;
  background: linear-gradient(180deg, #eaf3fc, #e2edf9);
  border-top: 1px solid rgba(202, 163, 75, 0.12);
  border-bottom: 1px solid rgba(32, 51, 70, 0.07);
}

/* Stronger but still elegant section separation across the front page */
.mesmerize-front-page #page-content .content > .content-section {
  position: relative;
  border-top: 1px solid rgba(26, 40, 58, 0.07);
  border-bottom: 1px solid rgba(26, 40, 58, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -1px 0 rgba(18, 28, 40, 0.03);
}

.mesmerize-front-page #page-content .content > .content-section + .content-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: linear-gradient(
    180deg,
    rgba(17, 28, 41, 0.035),
    rgba(17, 28, 41, 0.012) 45%,
    rgba(255, 255, 255, 0.28)
  );
  pointer-events: none;
}

.mesmerize-front-page #page-content .content > .content-section:nth-of-type(odd):not(.white-text) {
  background-color: #eef4fb !important;
}

.mesmerize-front-page #page-content .content > .content-section:nth-of-type(even):not(.white-text) {
  background-color: #f7f1e4 !important;
}

.mesmerize-front-page #page-content .content > #about-1 {
  background:
    linear-gradient(180deg, #edf4fc, #e5eef8) !important;
}

.mesmerize-front-page #page-content .content > #content-2 {
  background:
    linear-gradient(180deg, #f9f4e8, #f4eddd) !important;
}

.mesmerize-front-page #page-content .content > #testimonials-1 {
  background:
    linear-gradient(180deg, #e8f0f8, #e0eaf5) !important;
}

.mesmerize-front-page #page-content .content > #latest-news-1 {
  background:
    linear-gradient(180deg, #eadfbe, #e1d3ab) !important;
}

.mesmerize-front-page #page-content .content > .content-section .section-title-col h5 {
  color: #9d7a22;
}

.mesmerize-front-page #page-content .content > .content-section.white-text {
  background:
    linear-gradient(180deg, #203447, #18293a) !important;
  border-top-color: rgba(255, 255, 255, 0.08);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.mesmerize-front-page #page-content .content > .content-section.white-text .card {
  box-shadow: 0 14px 34px rgba(9, 18, 27, 0.22);
}

.godsmercy-home-hub__wrap {
  background:
    radial-gradient(circle at 14% 10%, rgba(255,255,255,0.42), transparent 40%),
    linear-gradient(180deg, #c7d1dc, #bcc7d3);
  border: 1px solid rgba(103, 117, 133, 0.26);
  box-shadow:
    0 18px 46px rgba(12, 24, 38, 0.10),
    0 1px 0 rgba(255,255,255,0.75) inset;
  border-radius: 22px;
  padding: 28px 22px;
}

.godsmercy-home-hub__header {
  margin-bottom: 20px;
}

.godsmercy-kicker,
.godsmercy-card__eyebrow {
  margin: 0 0 8px;
  color: #a27a1d;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
}

.godsmercy-home-hub__header h2 {
  margin: 0 0 8px;
  color: #17212c;
  font-weight: 700;
  line-height: 1.15;
}

.godsmercy-home-hub__lead {
  margin: 0;
  color: #5f6f82;
  max-width: 760px;
}

.godsmercy-home-hub__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
}

.godsmercy-card {
  background: linear-gradient(180deg, #efe3c3, #e6d6ae);
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(156, 124, 47, 0.16);
  box-shadow: 0 12px 28px rgba(18, 25, 33, 0.07);
}

.godsmercy-card--verse {
  background:
    radial-gradient(circle at top right, rgba(214, 179, 82, 0.16), transparent 50%),
    linear-gradient(180deg, #f1e5c8, #e6d5ae);
}

.godsmercy-card--prayer {
  background:
    radial-gradient(circle at 10% 0%, rgba(111, 146, 191, 0.08), transparent 42%),
    linear-gradient(180deg, #f0e4c6, #e4d2a8);
  border-color: rgba(156, 124, 47, 0.18);
}

.godsmercy-card__header h3 {
  margin: 0;
  color: #1f2832;
  font-weight: 700;
}

.godsmercy-card__sub {
  margin: 8px 0 0;
  color: #4f5f72;
}

.godsmercy-verse-text {
  margin: 16px 0;
  padding: 16px 18px;
  border-left: 4px solid #caa34b;
  background: rgba(255, 255, 255, 0.50);
  color: #1f2d3c;
  border-radius: 0 12px 12px 0;
  font-size: 1.02rem;
  line-height: 1.6;
}

.godsmercy-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.godsmercy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
  border: 1px solid transparent;
}

.godsmercy-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.godsmercy-btn--primary {
  background: linear-gradient(135deg, #cda24c, #b8871f);
  color: #fff;
  box-shadow: 0 8px 20px rgba(184, 135, 31, 0.25);
}

.godsmercy-btn--ghost {
  background: #fff;
  border-color: rgba(23, 33, 44, 0.12);
  color: #1e2b38;
}

.godsmercy-prayer-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  max-height: 420px;
  overflow: auto;
}

.godsmercy-prayer-list__item {
  border: 1px solid rgba(23, 33, 44, 0.10);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255,255,255,0.96);
}

.godsmercy-prayer-list__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #4f6174;
}

.godsmercy-prayer-list__name {
  color: #182433;
  font-weight: 700;
}

.godsmercy-prayer-list__text {
  color: #263342;
}

.godsmercy-prayer-list__text p:last-child {
  margin-bottom: 0;
}

.godsmercy-empty {
  color: #4e6073;
  background: rgba(255,255,255,0.75);
  border-radius: 12px;
  padding: 12px;
  border: 1px solid rgba(23, 33, 44, 0.08);
}

.godsmercy-inline-form {
  margin-top: 16px;
  border-top: 1px dashed rgba(23, 33, 44, 0.12);
  padding-top: 14px;
}

.godsmercy-prayer-form {
  margin: 8px 0 0;
}

.godsmercy-prayer-form label {
  display: block;
  font-size: 13px;
  color: #334456;
  margin-bottom: 6px;
  font-weight: 600;
}

.godsmercy-prayer-form input[type="text"],
.godsmercy-prayer-form input[type="email"],
.godsmercy-prayer-form textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(23, 33, 44, 0.14);
  background: rgba(255,255,255,0.98);
  padding: 10px 12px;
  color: #162331;
  transition: border-color .12s ease, box-shadow .12s ease;
}

.godsmercy-prayer-form input:focus,
.godsmercy-prayer-form textarea:focus {
  outline: none;
  border-color: rgba(201, 167, 76, 0.7);
  box-shadow: 0 0 0 3px rgba(201, 167, 76, 0.12);
}

.godsmercy-prayer-form textarea {
  resize: vertical;
  min-height: 110px;
}

.godsmercy-prayer-form--compact textarea {
  min-height: 88px;
}

.godsmercy-prayer-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.godsmercy-prayer-form__checks {
  display: grid;
  gap: 6px;
  margin: 8px 0 0;
  font-size: 13px;
}

.godsmercy-prayer-form__checks label {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 500;
}

.godsmercy-prayer-form__checks input[type="checkbox"] {
  margin-top: 2px;
}

.godsmercy-prayer-form__submit {
  margin: 12px 0 0;
}

.godsmercy-prayer-form .godsmercy-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.godsmercy-notice {
  border-radius: 10px;
  padding: 10px 12px;
  margin-top: 8px;
  font-size: 14px;
}

.godsmercy-notice--success {
  background: rgba(68, 163, 113, 0.09);
  color: #256643;
  border: 1px solid rgba(68, 163, 113, 0.18);
}

.godsmercy-page-automation {
  margin-top: 24px;
}

.godsmercy-page-automation .godsmercy-prayer-board {
  margin-top: 18px;
}

.godsmercy-prayer-board {
  background: #fff;
  border: 1px solid rgba(23, 33, 44, 0.06);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(18, 25, 33, 0.05);
}

/* Daily verses section: darker cream background, white verse cards, darker text */
.mesmerize-front-page #latest-news-1 .post-content.card {
  background: #ffffff;
  border: 1px solid rgba(34, 44, 56, 0.10);
  box-shadow: 0 12px 28px rgba(20, 28, 36, 0.08);
}

.mesmerize-front-page #latest-news-1 .post-content.card .post-title,
.mesmerize-front-page #latest-news-1 .post-content.card .post-title a {
  color: #1b2838;
}

.mesmerize-front-page #latest-news-1 .post-content.card p {
  color: #33465d;
}

.mesmerize-front-page #latest-news-1 .post-content.card .read-more {
  color: #9b7417;
  font-weight: 700;
}

.mesmerize-front-page #latest-news-1 .section-title-col h2,
.mesmerize-front-page #latest-news-1 .section-title-col .lead {
  color: #27374b;
}

.godsmercy-prayer-board h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .godsmercy-home-hub__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .godsmercy-home-hub__wrap {
    padding: 18px 14px;
    border-radius: 16px;
  }

  .godsmercy-prayer-form__grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .godsmercy-card {
    padding: 14px;
    border-radius: 14px;
  }

  .godsmercy-btn {
    width: 100%;
  }
}
