@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Syne:wght@500;600;700;800&display=swap");

:root {
  --bg: #070f1d;
  --bg-soft: #0d172a;
  --surface: rgba(13, 23, 42, 0.72);
  --surface-strong: rgba(9, 16, 30, 0.88);
  --line: rgba(170, 198, 235, 0.2);
  --text: #e8f0fb;
  --text-soft: #acc1d8;
  --brand: #2ea8ff;
  --brand-strong: #1284d4;
  --accent: #ffbe5b;
}

* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html {
  background: #070f1d;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(46, 168, 255, 0.24), transparent 34%),
    radial-gradient(circle at 88% 4%, rgba(255, 190, 91, 0.18), transparent 28%),
    linear-gradient(170deg, var(--bg), var(--bg-soft) 48%, #0b1426);
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.15;
  background-image: linear-gradient(rgba(159, 193, 230, 0.12) 1px, transparent 1px);
  background-size: 100% 42px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.titulos,
.masthead-heading {
  font-family: "Syne", sans-serif;
  letter-spacing: -0.015em;
  color: var(--text);
}

p,
small,
.small,
.text-white-50,
.text-black-50 {
  color: var(--text-soft) !important;
}

a {
  color: var(--brand);
}

a:hover {
  color: #6ec6ff;
}

.container {
  max-width: 1240px;
}

#mainNav,
.navbar {
  background: rgba(7, 12, 23, 0.66) !important;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 16px 34px rgba(2, 8, 18, 0.34);
  animation: navIn 0.55s ease both;
}

.navbar .navbar-brand img {
  height: 38px !important;
}

.navbar .navbar-collapse {
  justify-content: flex-end;
}

.navbar .nav-link,
.navbar .navbar-brand {
  color: #eff5ff !important;
}

.navbar .nav-link {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
  position: relative;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.2rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand), transparent);
  opacity: 0;
  transform: translateY(4px);
  transition: all 0.22s ease;
}

.navbar .nav-link:hover {
  color: #fff !important;
}

.navbar .nav-link:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.navbar-toggler,
.navbar-light .navbar-toggler {
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  color: #eff5ff !important;
  background: rgba(255, 255, 255, 0.02);
}

.navbar-toggler i,
.navbar-toggler .fas,
.navbar-light .navbar-toggler i,
.navbar-light .navbar-toggler .fas {
  color: #eff5ff !important;
}

.btn,
.btn-primary,
.btn-dark,
.btn-primari {
  border: 1px solid transparent !important;
  border-radius: 13px !important;
  padding: 12px 21px;
  font-size: 0.79rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.btn-primary,
.btn-dark,
.btn-primari {
  background: linear-gradient(135deg, var(--brand), var(--brand-strong)) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 14px 28px rgba(23, 121, 190, 0.34);
}

.btn-primary:hover,
.btn-dark:hover,
.btn-primari:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.masthead {
  position: relative;
  min-height: 100vh;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.masthead::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(4, 10, 20, 0.56), rgba(4, 10, 20, 0.24) 34%, rgba(4, 10, 20, 0.72)),
    linear-gradient(125deg, rgba(3, 9, 18, 0.94), rgba(3, 9, 18, 0.56) 52%, rgba(3, 9, 18, 0.92)),
    radial-gradient(circle at 74% 24%, rgba(46, 168, 255, 0.3), transparent 30%),
    radial-gradient(circle at 22% 78%, rgba(255, 190, 91, 0.18), transparent 34%);
}

.masthead::after {
  content: "";
  position: absolute;
  right: -70px;
  top: 70px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(46, 168, 255, 0.34), rgba(46, 168, 255, 0.12) 34%, transparent 68%);
  filter: blur(6px);
  opacity: 0.95;
  animation: floatBlob 9s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}

.video-background iframe {
  transform: scale(1.14);
}

.masthead .container,
.masthead .mx-auto {
  position: relative;
  z-index: 2;
}

.masthead .container.d-flex {
  min-height: 100vh;
  padding-top: 152px;
  padding-bottom: 84px;
  align-items: flex-end !important;
}

.masthead h1,
.masthead h2,
.masthead p,
.masthead .text-white,
.masthead .text-white-50 {
  color: #fff !important;
}

.hero-content {
  width: min(1080px, 92vw);
  animation: fadeRise 0.8s ease both;
}

.hero-kicker {
  margin: 0 0 16px;
  color: rgba(240, 248, 255, 0.84) !important;
  letter-spacing: 0.2em;
  font-size: 0.76rem;
  text-transform: uppercase;
  font-weight: 700;
}

.hero-title {
  margin: 0 auto 30px;
  font-size: clamp(2.3rem, 6.2vw, 6.2rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.03em;
  text-wrap: balance;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.hero-actions .btn {
  min-width: 230px;
}

.masthead .btn-primary {
  background: rgba(255, 255, 255, 0.02) !important;
  border-color: rgba(255, 255, 255, 0.54) !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.masthead .btn-primary:hover {
  background: #fff !important;
  color: #0c1a2b !important;
  border-color: #fff !important;
  box-shadow: 0 16px 30px rgba(255, 255, 255, 0.2);
}

.about-section,
.projects-section,
.signup-section,
.contact-section,
#formas,
#AP {
  position: relative;
}

.about-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(46, 168, 255, 0.12), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.07), transparent 18%),
    linear-gradient(180deg, rgba(13, 23, 42, 0.94), rgba(10, 18, 33, 0.98)) !important;
  padding: 95px 0 88px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 34px;
  align-items: stretch;
}

.about-copy,
.about-panel {
  border-radius: 28px;
  border: 1px solid rgba(170, 198, 235, 0.2);
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.22);
}

.about-copy {
  padding: 34px 36px;
  background:
    linear-gradient(160deg, rgba(10, 18, 34, 0.9), rgba(8, 15, 28, 0.7)),
    url("../img/brand/brand-worship-stage.jpg") center/cover no-repeat;
  overflow: hidden;
  isolation: isolate;
  position: relative;
}

.about-copy::before {
  content: "";
  position: absolute;
  inset: auto -40px -80px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91, 155, 255, 0.26), rgba(91, 155, 255, 0));
  z-index: 0;
}

.about-copy > * {
  position: relative;
  z-index: 1;
}

.about-kicker {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 800;
  color: #94c7f4 !important;
}

.about-section h2 {
  max-width: 12ch;
  margin: 0 0 18px !important;
  font-size: clamp(2.25rem, 4vw, 4.2rem);
  line-height: 0.96;
  text-wrap: balance;
  color: #f7fbff !important;
}

.about-summary {
  max-width: 34rem;
  margin: 0;
  font-size: clamp(1.02rem, 1.42vw, 1.18rem);
  line-height: 1.82;
  color: rgba(218, 230, 244, 0.86) !important;
}

.about-panel {
  padding: 32px 30px;
  background:
    linear-gradient(180deg, rgba(12, 21, 36, 0.92), rgba(8, 15, 28, 0.92));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.about-panel-label {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 800;
  color: #8fbdf0 !important;
}

.about-panel-copy {
  margin: 0;
  font-size: 1rem;
  line-height: 1.82;
  color: rgba(220, 232, 246, 0.84) !important;
}

.about-pillars {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.about-pillar {
  padding: 18px 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(170, 198, 235, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
}

.about-pillar span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f7fbff !important;
}

.about-pillar p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.72;
  color: rgba(210, 224, 240, 0.82) !important;
}

.projects-section {
  background:
    radial-gradient(circle at 16% 4%, rgba(46, 168, 255, 0.13), transparent 38%),
    linear-gradient(180deg, #0b172c, #091326 56%, #071020) !important;
  padding: 90px 0;
}

.steps-shell {
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.steps-lead {
  position: sticky;
  top: 98px;
  border-radius: 18px;
  padding: 24px;
  background: rgba(9, 18, 32, 0.78);
  border: 1px solid rgba(170, 198, 235, 0.24);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.26);
}

.steps-eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: #9bc4ef !important;
  font-weight: 700;
}

.steps-lead h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1.02;
  color: #f2f7ff !important;
}

.steps-lead p {
  margin: 0 0 16px;
  line-height: 1.65;
}

.steps-track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.step-card {
  position: relative;
  overflow: hidden;
  min-height: 255px;
  border-radius: 18px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(170, 198, 235, 0.28);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.3);
  background-position: center;
  background-size: cover;
  transform: translateY(0);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 13, 24, 0.12), rgba(7, 13, 24, 0.84));
  pointer-events: none;
}

.step-card > * {
  position: relative;
  z-index: 1;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.4);
  border-color: rgba(46, 168, 255, 0.55);
}

.step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.step-card h4 {
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 2vw, 2.05rem);
  color: #fff !important;
}

.step-card p {
  margin: 0 0 16px;
  color: #d0e1f3 !important;
  line-height: 1.55;
  max-width: 54ch;
}

.step-card .btn {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.58) !important;
  color: #fff !important;
  box-shadow: none;
}

.step-card .btn:hover {
  background: #fff !important;
  color: #0d1a2b !important;
  border-color: #fff !important;
}

.step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: 1px solid rgba(255, 190, 91, 0.72);
  background: rgba(255, 190, 91, 0.16);
  color: #ffe0b2;
  font-weight: 700;
}

.step-card--serve {
  background-image: linear-gradient(120deg, rgba(222, 118, 54, 0.4), rgba(7, 13, 24, 0.76)), url("../img/brand/brand-serve-team.jpg");
}

.step-card--groups {
  background-image: linear-gradient(120deg, rgba(36, 96, 170, 0.4), rgba(7, 13, 24, 0.8)), url("../img/brand/brand-community.jpg");
}

.step-card--baptism {
  background-image: linear-gradient(120deg, rgba(128, 54, 144, 0.38), rgba(7, 13, 24, 0.82)), url("../img/brand/brand-worship-hands.jpg");
}

.step-card--institute {
  background-image: linear-gradient(120deg, rgba(74, 126, 96, 0.34), rgba(7, 13, 24, 0.82)), url("../img/brand/brand-study.jpg");
}

#formas {
  background: linear-gradient(165deg, #09111f, #0b1628 58%, #101e34) !important;
  color: #fff !important;
  padding: 84px 0;
}

.giving-head {
  margin: 0 auto 28px;
  max-width: 760px;
}

.giving-eyebrow {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.73rem;
  color: #8fc2f1 !important;
  font-weight: 700;
}

.giving-head h2 {
  margin: 0 0 8px;
  font-size: clamp(2rem, 4.1vw, 3.4rem);
  color: #f2f8ff !important;
}

.giving-head p {
  margin: 0;
  color: #c5d9ef !important;
  font-size: 1.02rem;
}

.giving-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.giving-card {
  background: linear-gradient(180deg, rgba(16, 31, 53, 0.92), rgba(11, 22, 40, 0.92));
  border: 1px solid rgba(174, 208, 243, 0.24);
  border-radius: 18px;
  padding: 24px;
  min-height: 250px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.giving-card:hover {
  transform: translateY(-4px);
  border-color: rgba(46, 168, 255, 0.56);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.35);
}

.giving-logo {
  width: min(250px, 78%);
  max-height: 110px;
  object-fit: contain;
  margin-bottom: 14px;
}

.giving-copy {
  margin: 0 0 10px;
  font-size: 1.04rem;
  color: #deebf7 !important;
}

.giving-detail {
  margin: 0;
  color: #b8cfe5 !important;
  line-height: 1.5;
}

.giving-strong {
  margin-top: 3px;
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.giving-card .btn {
  margin-top: 14px;
  width: 100%;
  max-width: 360px;
}

.signup-section {
  background: linear-gradient(180deg, #0a1628, #0c1a2d 54%, #0b1627) !important;
  padding: 88px 0;
}

.signup-section h2 {
  color: #f3f8ff !important;
}

.signup-section #mapid {
  border: 1px solid rgba(167, 195, 228, 0.24);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.3);
  min-height: 500px;
}

.leaflet-container {
  background: #07111f !important;
}

.leaflet-control-zoom {
  border: 1px solid rgba(170, 198, 235, 0.18) !important;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.3) !important;
}

.leaflet-control-zoom a {
  background: rgba(8, 16, 29, 0.92) !important;
  color: #eef6ff !important;
  border-bottom-color: rgba(170, 198, 235, 0.12) !important;
}

.leaflet-control-zoom a:hover {
  background: rgba(18, 132, 212, 0.9) !important;
}

.leaflet-control-attribution {
  background: rgba(7, 12, 23, 0.72) !important;
  color: rgba(198, 213, 231, 0.72) !important;
  backdrop-filter: blur(8px);
}

.leaflet-control-attribution a {
  color: #85c7ff !important;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: rgba(8, 14, 25, 0.95) !important;
  color: #f2f7ff !important;
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.34);
}

.leaflet-popup-content {
  margin: 0 !important;
}

.map-popup {
  min-width: 240px;
  padding: 16px;
}

.map-popup-kicker {
  margin: 0 0 6px !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.68rem;
  color: #85c7ff !important;
  font-weight: 800;
}

.map-popup h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  color: #f5f8ff !important;
}

.map-popup p {
  margin: 0 0 10px;
  color: rgba(212, 225, 239, 0.85) !important;
  line-height: 1.55;
}

.map-popup a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(133, 199, 255, 0.3);
  background: rgba(46, 168, 255, 0.14);
  color: #f4f8ff !important;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none !important;
}

.map-popup a:hover {
  background: rgba(46, 168, 255, 0.28);
  border-color: rgba(133, 199, 255, 0.55);
}

.map-pin-shell {
  position: relative;
}

.map-pin-core {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, #fff, #8fd1ff 34%, #2ea8ff 62%, #1284d4 100%);
  border: 3px solid rgba(255, 255, 255, 0.88);
  box-shadow:
    0 0 0 8px rgba(46, 168, 255, 0.16),
    0 10px 24px rgba(8, 18, 34, 0.46);
  position: relative;
}

.map-pin-core::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  border: 1px solid rgba(143, 209, 255, 0.35);
  animation: pulseGlow 2.6s ease-in-out infinite;
}

.contact-section {
  background: linear-gradient(180deg, #0b172b, #0b1424) !important;
  padding: 74px 0 88px;
}

.contact-section .card,
#AP .card,
.Predicacion,
.carousel-inner,
.videomen {
  background: var(--surface-strong) !important;
  border: 1px solid rgba(170, 198, 235, 0.24);
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.contact-section .card-body h4,
.contact-section .small,
#AP .card-body h4,
#AP .card-body,
.videomen .titulom,
.sm-title {
  color: #f2f8ff !important;
}

.videomen .descripm,
.smaller {
  color: #b8c9dd !important;
}

.social a {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(170, 198, 235, 0.26);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e9f2ff !important;
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.22s ease;
}

.contact-section .social {
  margin-top: 30px;
  gap: 16px;
  flex-wrap: wrap;
}

.social a:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff !important;
  transform: translateY(-2px);
}

#AP {
  background: linear-gradient(180deg, #0c192c, #0a1627) !important;
  padding: 86px 0;
}

#AP .btn-dark {
  background: linear-gradient(135deg, var(--brand), var(--brand-strong)) !important;
  color: #fff !important;
  border-color: transparent !important;
}

.pastoral-page .masthead {
  min-height: 94vh;
  padding: 0;
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(5, 10, 21, 0.22), rgba(5, 10, 21, 0.22)),
    url("../img/brand/brand-welcome.jpg") center/cover no-repeat;
  border-bottom: 1px solid rgba(170, 198, 235, 0.18);
}

.pastoral-page .masthead::before {
  background:
    linear-gradient(125deg, rgba(4, 10, 20, 0.95), rgba(4, 10, 20, 0.62) 50%, rgba(4, 10, 20, 0.92)),
    radial-gradient(circle at 18% 16%, rgba(46, 168, 255, 0.18), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(255, 190, 91, 0.14), transparent 24%);
}

.pastoral-page .masthead::after {
  right: auto;
  left: -80px;
  top: 140px;
  width: 360px;
  height: 360px;
  background:
    radial-gradient(circle, rgba(255, 190, 91, 0.22), rgba(255, 190, 91, 0.08) 36%, transparent 70%);
  filter: blur(10px);
}

.pastoral-page .masthead .container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 126px;
  padding-bottom: 70px;
}

.pastoral-hero-shell {
  width: min(1020px, 100%);
  padding: 38px;
  border-radius: 28px;
  border: 1px solid rgba(170, 198, 235, 0.24);
  background: rgba(8, 14, 26, 0.42);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.34);
  text-align: center;
}

.pastoral-section-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 800;
  color: #94c7f4 !important;
}

.pastoral-hero-title {
  margin: 0 auto;
  max-width: 14ch;
  font-size: clamp(2.5rem, 5.2vw, 5rem);
  line-height: 0.96;
  color: #f7fbff !important;
  text-wrap: balance;
}

.pastoral-hero-copy {
  max-width: 760px;
  margin: 20px auto 0;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.78;
  color: rgba(216, 228, 241, 0.86) !important;
}

.pastoral-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.pastoral-actions .btn {
  min-width: 230px;
}

.pastoral-highlights {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pastoral-highlight {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(170, 198, 235, 0.18);
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
}

.pastoral-highlight strong {
  display: block;
  margin-bottom: 6px;
  color: #f4f9ff;
  font-size: 1rem;
  font-weight: 700;
}

.pastoral-highlight span {
  color: rgba(196, 214, 234, 0.82);
  line-height: 1.6;
}

.pastoral-services {
  background:
    radial-gradient(circle at 10% 8%, rgba(46, 168, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #0b1628, #08111f 54%, #09111f) !important;
  padding: 94px 0;
}

.pastoral-main {
  display: grid;
  gap: 26px;
}

.pastoral-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(170, 198, 235, 0.22);
  background:
    linear-gradient(110deg, rgba(9, 17, 31, 0.94) 0%, rgba(9, 17, 31, 0.88) 44%, rgba(9, 17, 31, 0.54) 100%),
    url("../img/brand/brand-worship-stage.jpg") right center/cover no-repeat;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.pastoral-overview h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  color: #f3f8ff !important;
}

.pastoral-overview p:last-child {
  max-width: 62ch;
  margin: 0;
  line-height: 1.78;
}

.pastoral-overview-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.pastoral-overview-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(170, 198, 235, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: #d7e8fb;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.pastoral-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pastoral-card {
  --card-accent: 46, 168, 255;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(170, 198, 235, 0.22);
  background: linear-gradient(180deg, rgba(10, 18, 34, 0.94), rgba(8, 14, 26, 0.95));
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.pastoral-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, rgba(var(--card-accent), 0.18), transparent 36%);
  pointer-events: none;
}

.pastoral-card > * {
  position: relative;
  z-index: 1;
}

.pastoral-card:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--card-accent), 0.5);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.34);
}

.pastoral-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(var(--card-accent), 0.34);
  color: rgb(var(--card-accent));
  font-size: 1.25rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.pastoral-card-tag {
  margin: 18px 0 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  font-weight: 800;
  color: rgba(148, 199, 244, 0.92) !important;
}

.pastoral-card h3 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  line-height: 1.06;
  color: #f3f8ff !important;
}

.pastoral-card p:last-of-type {
  margin: 0 0 22px;
  line-height: 1.72;
  color: rgba(194, 212, 231, 0.84) !important;
}

.pastoral-card .btn {
  margin-top: auto;
  width: 100%;
  justify-content: center;
}

.pastoral-card--care { --card-accent: 46, 168, 255; }
.pastoral-card--prayer { --card-accent: 106, 201, 162; }
.pastoral-card--faith { --card-accent: 91, 155, 255; }
.pastoral-card--life { --card-accent: 255, 120, 120; }
.pastoral-card--celebration { --card-accent: 255, 190, 91; }
.pastoral-card--family { --card-accent: 170, 133, 255; }
.pastoral-card--support { --card-accent: 112, 191, 255; }

.pastoral-urgent {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.84fr) minmax(230px, 0.74fr);
  align-items: stretch;
  gap: 22px;
  padding: 34px;
  border-radius: 24px;
  border: 1px solid rgba(170, 198, 235, 0.24);
  background: linear-gradient(135deg, rgba(7, 13, 24, 0.98), rgba(8, 17, 31, 0.94));
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  isolation: isolate;
}

.pastoral-urgent::before {
  content: "";
  position: absolute;
  inset: auto auto -80px -70px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(69, 165, 255, 0.2), rgba(69, 165, 255, 0));
  z-index: 0;
}

.pastoral-urgent::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -40px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
  z-index: 0;
}

.pastoral-urgent > * {
  position: relative;
  z-index: 1;
}

.pastoral-urgent-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pastoral-urgent-copy > p {
  margin: 0;
  max-width: 62ch;
  line-height: 1.78;
  color: rgba(219, 230, 242, 0.86) !important;
}

.pastoral-urgent h3 {
  margin: 0 0 14px;
  max-width: 13ch;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.02;
  color: #f3f8ff !important;
}

.pastoral-urgent-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pastoral-urgent-points span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(170, 198, 235, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #eff7ff !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.pastoral-urgent-points i {
  color: #83bfff;
}

.pastoral-urgent-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(214, 232, 251, 0.18);
  background:
    linear-gradient(180deg, rgba(12, 21, 36, 0.92), rgba(10, 18, 31, 0.84));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pastoral-urgent-label {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  font-weight: 800;
  color: #90c0f0 !important;
}

.pastoral-urgent-panel h4 {
  margin: 0 0 8px;
  font-size: 1.28rem;
  color: #f3f8ff !important;
}

.pastoral-urgent-panel p {
  margin: 0;
  line-height: 1.7;
  color: rgba(206, 221, 237, 0.82) !important;
}

.pastoral-urgent-actions {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pastoral-urgent-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 13px;
  border: 1px solid rgba(170, 198, 235, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: #e4f1ff !important;
  text-decoration: none !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.22s ease, border-color 0.22s ease;
}

.pastoral-urgent-link:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(170, 198, 235, 0.36);
}

.pastoral-urgent-media {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(170, 198, 235, 0.2);
  background:
    linear-gradient(180deg, rgba(6, 12, 22, 0.28), rgba(6, 12, 22, 0.68)),
    url("../img/brand/brand-welcome.jpg") center/cover no-repeat;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.pastoral-urgent-media::after {
  content: "";
  position: absolute;
  inset: auto -24px -60px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
}

.pastoral-urgent-badge,
.request-chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  width: fit-content;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(170, 198, 235, 0.26);
  background: rgba(8, 16, 29, 0.44);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #eff7ff !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pastoral-urgent-media-copy {
  position: relative;
  z-index: 1;
}

.pastoral-urgent-media-copy strong {
  display: block;
  margin-bottom: 8px;
  color: #f5f9ff;
  font-size: 1.2rem;
  line-height: 1.12;
}

.pastoral-urgent-media-copy p {
  margin: 0;
  color: rgba(232, 240, 249, 0.86);
  line-height: 1.66;
}

.pastoral-urgent .btn {
  width: 100%;
  min-width: 0;
  justify-content: center;
}

.request-hero {
  position: relative;
  padding: 150px 0 42px;
  background:
    radial-gradient(circle at 14% 12%, rgba(46, 168, 255, 0.18), transparent 28%),
    radial-gradient(circle at 86% 4%, rgba(255, 255, 255, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(6, 12, 23, 0.98), rgba(8, 17, 31, 0.98));
}

.request-hero-shell,
.request-layout {
  display: grid;
  gap: 24px;
}

.request-hero-shell {
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
}

.request-hero-copy,
.request-hero-card,
.request-form-card,
.request-side-card,
.request-success,
.request-feedback {
  border-radius: 28px;
  border: 1px solid rgba(170, 198, 235, 0.2);
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.24);
}

.request-hero-copy {
  padding: 34px 36px;
  background:
    linear-gradient(150deg, rgba(8, 16, 30, 0.86), rgba(8, 15, 28, 0.72)),
    url("../img/brand/brand-preaching.jpg") center/cover no-repeat;
}

.request-hero-copy h1,
.request-form-head h2,
.request-side-card h2,
.request-success h2,
.request-feedback h2,
.request-hero-card h2 {
  margin: 0;
  color: #f7fbff !important;
}

.request-hero-copy h1 {
  margin-bottom: 16px;
  max-width: 12ch;
  font-size: clamp(2.3rem, 4.2vw, 4.5rem);
  line-height: 0.96;
  text-wrap: balance;
}

.request-hero-copy p,
.request-hero-card p,
.request-form-head p,
.request-submit-note,
.request-side-card p,
.request-success p,
.request-feedback li {
  color: rgba(214, 227, 242, 0.84);
}

.request-hero-copy p {
  margin: 0;
  max-width: 42rem;
  line-height: 1.78;
}

.request-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.request-hero-card,
.request-form-card,
.request-side-card,
.request-success,
.request-feedback {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(12, 21, 36, 0.94), rgba(8, 15, 28, 0.94));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.request-card-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 800;
  color: #94c7f4 !important;
}

.request-hero-card h2,
.request-form-head h2,
.request-side-card h2,
.request-success h2,
.request-feedback h2 {
  margin-bottom: 12px;
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  line-height: 1.08;
}

.request-hero-points {
  display: grid;
  gap: 12px;
  margin: 22px 0 24px;
}

.request-hero-points div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(170, 198, 235, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #f1f7ff;
}

.request-hero-points i,
.request-step span {
  color: #84c2ff;
}

.request-form-section {
  padding: 18px 0 90px;
  background:
    radial-gradient(circle at 12% 10%, rgba(46, 168, 255, 0.09), transparent 24%),
    linear-gradient(180deg, #091427, #081221 56%, #070f1d);
}

.request-layout {
  grid-template-columns: minmax(0, 1.06fr) minmax(280px, 0.74fr);
  align-items: start;
}

.request-form-head {
  margin-bottom: 24px;
}

.request-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.request-field--full {
  grid-column: 1 / -1;
}

.request-form-card label {
  display: block;
  margin: 0 0 8px;
  color: #e9f3ff;
  font-size: 0.9rem;
  font-weight: 700;
}

.request-form-card input,
.request-form-card select,
.request-form-card textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(170, 198, 235, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #f5f9ff;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.request-form-card input::placeholder,
.request-form-card textarea::placeholder {
  color: rgba(197, 214, 232, 0.54);
}

.request-form-card input:focus,
.request-form-card select:focus,
.request-form-card textarea:focus {
  border-color: rgba(89, 171, 246, 0.7);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 4px rgba(46, 168, 255, 0.12);
}

.request-form-card textarea {
  min-height: 180px;
  resize: vertical;
}

.request-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.request-submit-note {
  margin: 0;
  max-width: 34rem;
  line-height: 1.72;
}

.request-steps {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.request-step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(170, 198, 235, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.request-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(132, 194, 255, 0.28);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.request-step strong {
  display: block;
  margin-bottom: 6px;
  color: #f4f9ff;
}

.request-step p,
.request-side-note p {
  margin: 0;
  line-height: 1.7;
}

.request-side-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(170, 198, 235, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.request-side-note strong {
  display: block;
  margin-bottom: 8px;
  color: #f7fbff;
}

.request-success,
.request-feedback {
  margin-bottom: 18px;
}

.request-success-actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.request-feedback ul {
  margin: 0;
  padding-left: 18px;
}

.request-feedback--error {
  border-color: rgba(255, 143, 143, 0.24);
  background: linear-gradient(180deg, rgba(38, 16, 24, 0.9), rgba(24, 11, 18, 0.94));
}

.request-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.messages-curated {
  margin-top: 64px;
  margin-bottom: 18px;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(170, 198, 235, 0.22);
  background:
    radial-gradient(circle at 16% 14%, rgba(46, 168, 255, 0.16), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(255, 190, 91, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(10, 18, 34, 0.92), rgba(8, 14, 26, 0.94));
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.28);
}

.messages-curated-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.messages-curated-head p {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: #93c3ef !important;
  font-weight: 800;
}

.messages-curated-head h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 3rem);
  color: #f4f9ff !important;
}

.messages-curated-head span {
  max-width: 760px;
  color: rgba(208, 221, 237, 0.82) !important;
  line-height: 1.7;
}

.messages-curated-scroll {
  display: flex;
  align-items: stretch;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(143, 209, 255, 0.5) rgba(255, 255, 255, 0.06);
}

.messages-curated-scroll::-webkit-scrollbar {
  height: 10px;
}

.messages-curated-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

.messages-curated-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(46, 168, 255, 0.7), rgba(18, 132, 212, 0.9));
  border-radius: 999px;
}

.messages-curated-main,
.messages-curated-mini {
  flex: 0 0 auto;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none !important;
  border-radius: 22px;
  border: 1px solid rgba(170, 198, 235, 0.2);
  background: rgba(7, 13, 24, 0.84);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  scroll-snap-align: start;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.messages-curated-main {
  width: clamp(520px, 48vw, 680px);
  min-height: 460px;
}

.messages-curated-main:hover,
.messages-curated-mini:hover {
  transform: translateY(-4px);
  border-color: rgba(46, 168, 255, 0.42);
  box-shadow: 0 24px 38px rgba(0, 0, 0, 0.34);
}

.messages-curated-main-media,
.messages-curated-mini-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.messages-curated-main-media::after,
.messages-curated-mini-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 11, 22, 0.1), rgba(5, 11, 22, 0.9)),
    linear-gradient(120deg, rgba(6, 13, 24, 0.88), rgba(6, 13, 24, 0.2) 56%, rgba(6, 13, 24, 0.88));
}

.messages-curated-main-body,
.messages-curated-mini-body {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.messages-curated-main-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 460px;
  padding: 28px;
}

.messages-curated-kicker,
.messages-curated-mini-kicker {
  margin: 0 0 10px !important;
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  color: #85c7ff !important;
  font-weight: 800;
}

.messages-curated-main h3,
.messages-curated-mini h3 {
  margin: 0;
  color: #f6fbff !important;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-wrap: balance;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}

.messages-curated-main h3 {
  font-size: clamp(1.7rem, 2.6vw, 2.6rem);
  line-height: 1.04;
  max-width: 660px;
}

.messages-curated-summary {
  max-width: 640px;
  margin: 14px 0 0 !important;
  color: rgba(221, 232, 243, 0.88) !important;
  font-size: 1rem;
  line-height: 1.72;
  min-width: 0;
}

.messages-curated-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
  color: rgba(200, 216, 233, 0.78) !important;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.messages-curated-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  color: #fff !important;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  box-shadow: 0 14px 24px rgba(23, 121, 190, 0.28);
  align-self: flex-start;
}

.messages-curated-mini {
  width: clamp(320px, 26vw, 360px);
  min-height: 188px;
}

.messages-curated-mini-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 188px;
  padding: 20px;
}

.messages-curated-mini h3 {
  font-size: 1rem;
  line-height: 1.18;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.messages-curated-mini-copy {
  margin: 10px 0 0 !important;
  color: rgba(208, 222, 239, 0.8) !important;
  line-height: 1.52;
  font-size: 0.88rem;
  max-width: 100%;
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.messages-curated-mini-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.messages-curated-mini-meta small {
  color: rgba(211, 224, 240, 0.72) !important;
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.messages-curated .message-card-category {
  align-self: flex-start;
  flex: 0 0 auto;
  width: auto;
  max-width: max-content;
}

#carouselExampleIndicators {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(170, 198, 235, 0.28);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.3);
}

#carouselExampleIndicators .carousel-inner img {
  min-height: 360px;
  object-fit: cover;
}

.videomen {
  padding: 12px;
  margin-bottom: 24px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.messages-grid {
  align-items: stretch;
}

.videomen:hover {
  transform: translateY(-4px);
  border-color: rgba(46, 168, 255, 0.58);
}

.message-card-link-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
  text-align: left;
}

.message-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(8, 15, 27, 0.68);
  color: #f4f9ff !important;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.message-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding: 18px 8px 10px;
  text-align: left;
}

.message-card-preacher {
  margin: 0 !important;
  color: #8eb8e3 !important;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
}

.message-card-title {
  margin: 0 !important;
  color: #f3f8ff !important;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.06rem, 1.45vw, 1.28rem);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.message-card-summary {
  margin: 0 !important;
  color: rgba(201, 216, 234, 0.82) !important;
  line-height: 1.65;
  font-size: 0.94rem;
}

.message-card-footer {
  margin-top: auto;
  padding-top: 4px;
}

.message-card-watch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8fd1ff !important;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
}

.message-card-watch::after {
  content: "→";
  font-size: 0.95rem;
  line-height: 1;
}

.message-filters-wrap {
  margin: 6px 0 24px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(170, 198, 235, 0.22);
  background: linear-gradient(180deg, rgba(11, 20, 36, 0.9), rgba(8, 14, 26, 0.92));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.message-filters-head {
  margin-bottom: 12px;
  text-align: left;
}

.message-filters-head p {
  margin: 0 0 6px;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: #93c3ef !important;
  font-weight: 700;
}

.message-filters-head h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  color: #f2f8ff !important;
}

.message-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.message-filter-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(170, 198, 235, 0.32);
  background: rgba(255, 255, 255, 0.03);
  color: #d6e8fb !important;
  text-decoration: none !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.22s ease;
}

.message-filter-link:hover,
.message-filter-link.is-active {
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  border-color: transparent;
  color: #fff !important;
  box-shadow: 0 14px 24px rgba(23, 121, 190, 0.28);
  transform: translateY(-1px);
}

.message-card-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(170, 198, 235, 0.34);
  background: rgba(255, 255, 255, 0.04);
  color: #d9ebff !important;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.message-card-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.image .hoverimage,
.embed-responsive,
.embed-responsive iframe,
#mapid,
.leaflet-container {
  border-radius: 14px;
  overflow: hidden;
}

footer {
  background: #060d19 !important;
  border-top: 1px solid rgba(170, 198, 235, 0.18);
  color: rgba(214, 228, 245, 0.62) !important;
  padding: 20px 0;
}

footer .container {
  color: rgba(214, 228, 245, 0.62) !important;
}

/* Message View */
.view-page .view-main {
  padding-top: 118px;
  padding-bottom: 90px;
}

.view-hero {
  text-align: center;
  margin-bottom: 30px;
}

.view-eyebrow {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.72rem;
  color: #93c3ef !important;
  font-weight: 700;
}

.view-title {
  margin: 0;
  font-size: clamp(2.1rem, 4.9vw, 4.3rem);
  line-height: 1.02;
  text-wrap: balance;
}

.view-meta {
  margin: 12px 0 0;
  font-size: 1rem;
  color: #c7d9ee !important;
}

.view-meta-row {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.view-chip--hero {
  background: rgba(46, 168, 255, 0.14);
  border-color: rgba(46, 168, 255, 0.4);
  color: #e8f4ff;
}

.view-hero-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.02) !important;
  border-color: rgba(184, 214, 245, 0.42) !important;
  color: #e9f3ff !important;
  box-shadow: none;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.13) !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
  color: #fff !important;
}

.view-choice {
  border-radius: 18px;
  border: 1px solid rgba(170, 198, 235, 0.24);
  background: linear-gradient(140deg, rgba(10, 20, 36, 0.82), rgba(8, 16, 28, 0.9));
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 22px;
  margin-bottom: 24px;
}

.view-choice-copy h2 {
  margin: 0 0 7px;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: #f3f8ff !important;
}

.view-choice-copy p {
  margin: 0;
  max-width: 62ch;
}

.view-choice-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.view-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 18px;
  align-items: start;
}

.view-player-block,
.view-side-card,
.view-description {
  border-radius: 18px;
  border: 1px solid rgba(170, 198, 235, 0.23);
  background: linear-gradient(170deg, rgba(12, 23, 39, 0.9), rgba(10, 18, 31, 0.92));
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
}

.view-player-block {
  padding: 16px;
}

.view-player-shell {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(172, 205, 237, 0.24);
  background: #050a12;
}

.view-player-empty {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.view-player-empty h3 {
  margin: 0 0 10px;
  color: #f3f8ff !important;
}

.view-player-empty p {
  margin: 0 0 14px;
  max-width: 42ch;
}

.view-description {
  margin-top: 14px;
  padding: 18px;
}

.view-description h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  color: #f3f8ff !important;
}

.view-description p {
  margin: 0;
  line-height: 1.75;
  color: #c4d8ee !important;
}

.view-side-card {
  position: sticky;
  top: 94px;
  padding: 18px;
  display: grid;
  gap: 10px;
}

.view-side-card h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #f3f8ff !important;
}

.view-side-card p {
  margin: 0 0 4px;
  color: #c5d9ef !important;
}

.view-side-card .btn {
  width: 100%;
  justify-content: center;
}

.view-related {
  margin-top: 38px;
}

.view-related-head {
  text-align: center;
  margin-bottom: 18px;
}

.view-related-head h2 {
  margin: 0;
  color: #f2f7ff !important;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.view-related-copy {
  max-width: 660px;
  margin: 12px auto 0;
  color: rgba(206, 222, 240, 0.82) !important;
}

.view-related-card {
  display: block;
  height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(170, 198, 235, 0.25);
  overflow: hidden;
  text-decoration: none !important;
  background: linear-gradient(180deg, rgba(10, 18, 34, 0.86), rgba(8, 15, 26, 0.92));
  box-shadow: 0 16px 33px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.view-related-card:hover {
  transform: translateY(-5px);
  border-color: rgba(46, 168, 255, 0.62);
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.36);
}

.view-related-media {
  position: relative;
  min-height: 170px;
  background-color: #091427;
  background-size: cover;
  background-position: center;
}

.view-related-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 11, 20, 0.15), rgba(6, 11, 20, 0.72));
}

.view-related-body {
  padding: 14px;
}

.view-chip {
  display: inline-flex;
  border: 1px solid rgba(160, 200, 238, 0.4);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #cde5ff;
  font-weight: 700;
  margin-bottom: 9px;
}

.view-related-body h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  color: #f3f8ff !important;
}

.view-related-body p {
  margin: 0;
  color: #bfd4eb !important;
}

.view-related-reason {
  margin: 0 0 8px !important;
  color: #85c7ff !important;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

/* Scroll Animations */
[data-animate] {
  --reveal-delay: 0s;
  --reveal-distance: 26px;
}

.reveal-ready[data-animate] {
  opacity: 0;
  filter: blur(4px);
  transform: translate3d(0, var(--reveal-distance), 0) scale(0.985);
  transition:
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.62s ease,
    filter 0.62s ease;
  transition-delay: var(--reveal-delay);
}

.reveal-ready[data-animate="left"] {
  transform: translate3d(calc(var(--reveal-distance) * -1), 0, 0) scale(0.985);
}

.reveal-ready[data-animate="right"] {
  transform: translate3d(var(--reveal-distance), 0, 0) scale(0.985);
}

.reveal-ready[data-animate="zoom"] {
  transform: translate3d(0, 0, 0) scale(0.92);
}

.reveal-ready[data-animate].in-view {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

#mainNav.is-scrolled,
.navbar.is-scrolled {
  background: rgba(7, 12, 23, 0.88) !important;
  box-shadow: 0 22px 40px rgba(1, 6, 15, 0.5);
}

.hero-content,
.video-foreground iframe {
  will-change: transform;
}

/* Motion */
@keyframes fadeRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes navIn {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatBlob {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(18px) translateX(-12px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 rgba(46, 168, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(46, 168, 255, 0.09);
  }
  100% {
    box-shadow: 0 0 0 rgba(46, 168, 255, 0);
  }
}

.hero-content,
.about-shell,
.step-card,
.giving-card,
.videomen,
#AP .card,
.contact-section .card {
  animation: fadeRise 0.72s ease both;
}

.steps-track .step-card:nth-child(1) {
  animation-delay: 0.05s;
}

.steps-track .step-card:nth-child(2) {
  animation-delay: 0.12s;
}

.steps-track .step-card:nth-child(3) {
  animation-delay: 0.19s;
}

.steps-track .step-card:nth-child(4) {
  animation-delay: 0.26s;
}

.hero-actions .btn:first-child {
  animation: pulseGlow 2.8s ease-in-out infinite;
}

@media (max-width: 1200px) {
  .navbar .nav-link {
    font-size: 0.74rem;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 992px) {
  .about-shell {
    grid-template-columns: 1fr;
  }

  .about-section h2 {
    max-width: 100%;
  }

  .pastoral-highlights,
  .pastoral-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pastoral-overview {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pastoral-overview-chips {
    justify-content: flex-start;
  }

  .pastoral-urgent {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .pastoral-urgent h3 {
    max-width: 100%;
  }

  .pastoral-urgent-media {
    min-height: 260px;
  }

  .request-hero-shell,
  .request-layout,
  .request-form-grid {
    grid-template-columns: 1fr;
  }

  .pastoral-urgent .btn {
    width: 100%;
  }

  .messages-curated-main {
    width: min(78vw, 620px);
  }

  .messages-curated-mini {
    width: min(58vw, 340px);
  }

  .messages-curated-main,
  .messages-curated-main-body {
    min-height: 400px;
  }

  .navbar .navbar-collapse {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(8, 14, 25, 0.96);
    border: 1px solid rgba(170, 198, 235, 0.12);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.24);
  }

  .masthead .container.d-flex {
    padding-top: 128px;
    padding-bottom: 56px;
    align-items: center !important;
  }

  .hero-title {
    font-size: clamp(2rem, 8.2vw, 4.4rem) !important;
  }

  .steps-shell {
    grid-template-columns: 1fr;
  }

  .steps-lead {
    position: relative;
    top: 0;
  }

  .step-card {
    min-height: 280px;
  }

  .giving-card {
    min-height: 230px;
  }

  .view-layout {
    grid-template-columns: 1fr;
  }

  .view-side-card {
    position: relative;
    top: 0;
  }
}

@media (max-width: 768px) {
  .pastoral-page .masthead .container {
    padding-top: 110px;
    padding-bottom: 54px;
  }

  .pastoral-hero-shell {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .pastoral-hero-title {
    max-width: 11ch;
  }

  .pastoral-actions .btn,
  .pastoral-highlights,
  .pastoral-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .pastoral-actions .btn {
    min-width: 100%;
  }

  .pastoral-services {
    padding: 72px 0;
  }

  .pastoral-card,
  .pastoral-urgent {
    padding: 20px 18px;
  }

  .pastoral-urgent-panel {
    padding: 18px;
  }

  .pastoral-urgent-media {
    min-height: 220px;
    padding: 18px;
  }

  .request-hero {
    padding: 126px 0 28px;
  }

  .request-hero-copy,
  .request-hero-card,
  .request-form-card,
  .request-side-card,
  .request-success,
  .request-feedback {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .request-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2rem, 11vw, 3.1rem);
  }

  .request-step {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 14px;
  }

  .request-step span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .request-submit-row {
    align-items: stretch;
  }

  .request-submit-row .btn,
  .request-success-actions .btn,
  .request-success-actions .pastoral-urgent-link {
    width: 100%;
  }

  .pastoral-urgent-points span {
    width: 100%;
    justify-content: flex-start;
  }

  .message-card-body {
    padding: 16px 4px 6px;
  }

  .message-card-title {
    font-size: 1.08rem;
  }

  .messages-curated {
    padding: 18px;
    margin-top: 60px;
  }

  .messages-curated-scroll {
    gap: 14px;
  }

  .messages-curated-main,
  .messages-curated-mini {
    width: 84vw;
  }

  .messages-curated-main,
  .messages-curated-main-body {
    min-height: 360px;
  }

  .messages-curated-main-body {
    padding: 20px;
  }

  .messages-curated-main h3 {
    font-size: clamp(1.6rem, 8vw, 2.3rem);
  }

  .navbar .nav-link {
    font-size: 0.82rem;
    padding: 0.52rem 0;
  }

  .signup-section #mapid {
    min-height: 380px;
  }

  .masthead {
    min-height: 84vh;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 100%;
  }

  .about-section {
    padding: 72px 0 66px;
  }

  .about-copy,
  .about-panel {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .about-section h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .projects-section {
    padding: 66px 0;
  }

  .steps-track {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: 248px;
    padding: 18px;
  }

  .step-card h4 {
    font-size: 1.65rem;
  }

  .giving-grid {
    grid-template-columns: 1fr;
  }

  .giving-card {
    min-height: 220px;
    padding: 20px;
  }

  #formas,
  .signup-section,
  .contact-section,
  #AP {
    padding: 64px 0;
  }

  #carouselExampleIndicators .carousel-inner img {
    min-height: 240px;
  }

  .contact-section .social {
    margin-top: 24px;
    gap: 12px;
  }

  .view-page .view-main {
    padding-top: 106px;
    padding-bottom: 60px;
  }

  .view-choice {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }

  .view-choice-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .view-choice-actions .btn,
  .view-hero-actions .btn {
    width: 100%;
  }

  .message-filters-wrap {
    padding: 16px;
  }

  .view-player-block {
    padding: 12px;
  }

  .view-description {
    padding: 14px;
  }

  .view-related-media {
    min-height: 150px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready[data-animate] {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
