.hero {
  position: relative;
  display: grid;
  min-height: max(720px, 100svh);
  overflow: hidden;
  align-items: center;
  padding-top: calc(var(--header-height) + 48px);
  padding-bottom: 92px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 42%, rgba(42, 118, 212, 0.58), transparent 32%),
    linear-gradient(118deg, var(--blue-900) 0%, var(--blue-800) 51%, var(--blue-600) 100%);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.8fr);
  align-items: center;
  gap: clamp(48px, 8vw, 108px);
}

.hero-content {
  max-width: 760px;
}

.eyebrow {
  color: var(--gold-400);
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 10px;
  font-size: clamp(2.65rem, 6vw, 5.65rem);
  font-weight: 800;
  line-height: 0.99;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.hero-location {
  margin-bottom: 16px;
  color: var(--gold-400);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.45rem, 3.1vw, 2.3rem);
  font-weight: 800;
  line-height: 1.15;
}

.hero-description {
  max-width: 580px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.04rem, 1.8vw, 1.24rem);
}

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

.hero-address {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-address i {
  color: var(--gold-400);
}

.hero-visual {
  display: grid;
  place-items: center;
}

.identity-panel {
  position: relative;
  display: grid;
  width: min(100%, 460px);
  aspect-ratio: 0.92;
  overflow: hidden;
  place-items: center;
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: clamp(32px, 5vw, 60px);
  background: linear-gradient(145deg, rgba(51, 132, 229, 0.9), rgba(18, 84, 179, 0.86));
  box-shadow: 0 42px 110px rgba(1, 17, 48, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transform: rotate(2deg);
}

.identity-panel::before,
.identity-panel::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.identity-panel::before {
  width: 220px;
  height: 220px;
  top: -86px;
  right: -76px;
  background: rgba(216, 176, 76, 0.95);
}

.identity-panel::after {
  width: 160px;
  height: 160px;
  left: -72px;
  bottom: -68px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.identity-glow {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  filter: blur(16px);
}

.identity-symbol {
  position: relative;
  z-index: 1;
  width: min(68%, 250px);
  height: auto;
  filter: drop-shadow(0 18px 26px rgba(3, 27, 71, 0.24));
}

.identity-copy {
  position: absolute;
  z-index: 1;
  right: 34px;
  bottom: 30px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: var(--white);
  text-transform: uppercase;
}

.identity-copy span {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.15rem, 2.6vw, 1.85rem);
  font-weight: 800;
  letter-spacing: 0.12em;
}

.identity-copy strong {
  color: var(--gold-400);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
}

.hero-orb,
.contact-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-orb-one {
  width: 320px;
  height: 320px;
  top: -150px;
  right: 5%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 0 0 48px rgba(255, 255, 255, 0.025), inset 0 0 0 96px rgba(255, 255, 255, 0.02);
}

.hero-orb-two {
  width: 290px;
  height: 290px;
  left: -150px;
  bottom: -130px;
  background: rgba(216, 176, 76, 0.17);
}

.hero-grid {
  position: absolute;
  top: 92px;
  right: -20px;
  width: 210px;
  height: 210px;
  opacity: 0.22;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.75) 3px, transparent 3.5px);
  background-size: 32px 32px;
}

.scroll-indicator {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 26px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-indicator i {
  color: var(--gold-400);
  animation: gentle-bounce 1.8s ease-in-out infinite;
}

.welcome {
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 22%, rgba(216, 176, 76, 0.24), transparent 24%),
    radial-gradient(circle at 92% 82%, rgba(23, 99, 198, 0.075), transparent 24%),
    linear-gradient(135deg, #fff8e8 0%, #fffdf8 58%, #f5f9ff 100%);
  border-block: 1px solid rgba(216, 176, 76, 0.22);
  box-shadow: inset 0 -1px 0 rgba(23, 99, 198, 0.045);
}

.welcome::before {
  position: absolute;
  width: 190px;
  height: 190px;
  right: -90px;
  bottom: -110px;
  border: 1px solid rgba(23, 99, 198, 0.1);
  border-radius: 50%;
  box-shadow: inset 0 0 0 36px rgba(23, 99, 198, 0.025);
  content: "";
}

.welcome-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(44px, 8vw, 110px);
}

.welcome-heading {
  position: relative;
}

.welcome-heading::after {
  position: absolute;
  top: -24px;
  left: -30px;
  z-index: -1;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--gold-100);
  content: "";
}

.welcome-copy {
  position: relative;
  padding-left: clamp(28px, 4vw, 54px);
  border-left: 1px solid var(--border);
}

.welcome-copy p {
  max-width: 730px;
  margin-bottom: 0;
  color: var(--text-soft);
  font-size: clamp(1.12rem, 2.15vw, 1.48rem);
  line-height: 1.75;
}

.welcome-accent {
  position: absolute;
  top: 0;
  left: -2px;
  width: 3px;
  height: 76px;
  border-radius: 99px;
  background: var(--gold-500);
}


.cultos {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(216, 176, 76, 0.2), transparent 23%),
    linear-gradient(180deg, #eaf2ff 0%, #f3f7ff 58%, #edf4ff 100%);
  border-bottom: 1px solid rgba(23, 99, 198, 0.1);
}

.cultos::before {
  position: absolute;
  width: 230px;
  height: 230px;
  left: -115px;
  bottom: -125px;
  border: 1px solid rgba(23, 99, 198, 0.12);
  border-radius: 50%;
  box-shadow: inset 0 0 0 42px rgba(23, 99, 198, 0.035);
  content: "";
}

.cultos .container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), 1120px);
}

.culto-card .activity-meta {
  min-height: 94px;
}

.activities {
  overflow: hidden;
  background: var(--blue-050);
}

.activities::before {
  position: absolute;
  width: 320px;
  height: 320px;
  top: -160px;
  right: -90px;
  border-radius: 50%;
  background: rgba(216, 176, 76, 0.17);
  content: "";
}

.connect {
  background: var(--white);
}

.contact {
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(130deg, var(--blue-900), var(--blue-800) 58%, var(--blue-700));
}

.contact-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.74fr);
  align-items: center;
  gap: clamp(52px, 8vw, 110px);
}

.contact-intro > p:last-child {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
}

.contact-orb-one {
  width: 230px;
  height: 230px;
  top: -98px;
  left: 44%;
  background: rgba(216, 176, 76, 0.1);
}

.contact-orb-two {
  width: 320px;
  height: 320px;
  right: -150px;
  bottom: -170px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 54px rgba(255, 255, 255, 0.02);
}

@keyframes gentle-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}


.devotional {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 14%, rgba(216, 176, 76, 0.11), transparent 23%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-block: 1px solid rgba(23, 99, 198, 0.07);
}

.devotional::before {
  position: absolute;
  width: 280px;
  height: 280px;
  left: -165px;
  top: 44px;
  border-radius: 50%;
  background: rgba(23, 99, 198, 0.045);
  content: "";
}

.devotional-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(390px, 0.76fr);
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
}

.devotional-content .section-copy {
  max-width: 650px;
}

.devotional-features {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.devotional-features li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  max-width: 620px;
  padding: 13px 15px;
  border: 1px solid rgba(9, 43, 103, 0.09);
  border-radius: 17px;
  background: #f8fbff;
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.devotional-features li:hover {
  border-color: rgba(23, 99, 198, 0.18);
  box-shadow: var(--shadow-sm);
  transform: translateX(4px);
}

.devotional-feature-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: var(--blue-600);
  background: var(--blue-100);
  font-size: 1.05rem;
}

.devotional-features li > span:last-child {
  display: grid;
  gap: 2px;
}

.devotional-features strong {
  color: var(--blue-800);
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
}

.devotional-features small {
  color: var(--text-soft);
  font-size: 0.82rem;
}

.devotional-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.devotional-button {
  color: var(--white);
  background: var(--blue-600);
  box-shadow: 0 16px 34px rgba(23, 99, 198, 0.2);
}

.devotional-button:hover {
  color: var(--white);
  background: var(--blue-700);
}

.devotional-domain {
  color: var(--text-soft);
  font-size: 0.8rem;
  font-weight: 700;
}

.devotional-showcase {
  position: relative;
  display: grid;
  min-height: 450px;
  place-items: center;
  overflow: hidden;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(23, 99, 198, 0.1);
  border-radius: clamp(28px, 3.4vw, 40px);
  background:
    radial-gradient(circle at 88% 10%, rgba(216, 176, 76, 0.22), transparent 25%),
    linear-gradient(145deg, #edf5ff 0%, #f9fbff 72%);
  box-shadow: 0 22px 52px rgba(9, 43, 103, 0.11);
}

.devotional-showcase::before {
  position: absolute;
  width: 180px;
  height: 180px;
  left: -72px;
  bottom: -92px;
  border: 1px solid rgba(23, 99, 198, 0.12);
  border-radius: 50%;
  box-shadow: inset 0 0 0 32px rgba(23, 99, 198, 0.035);
  content: "";
}

.devotional-showcase-orb {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -56px;
  right: -30px;
  border-radius: 50%;
  background: var(--gold-400);
  opacity: 0.58;
}

.devotional-card {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  overflow: hidden;
  border: 1px solid rgba(9, 43, 103, 0.09);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 28px 64px rgba(9, 43, 103, 0.18);
  transform: rotate(-1.25deg);
}

.devotional-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 22px 18px;
}

.devotional-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.devotional-brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border-radius: 15px;
  background: var(--blue-600);
  box-shadow: 0 10px 22px rgba(23, 99, 198, 0.18);
}

.devotional-brand-mark img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.devotional-brand > span:last-child {
  display: grid;
  line-height: 1.12;
}

.devotional-brand small {
  color: var(--text-soft);
  font-size: 0.68rem;
  font-weight: 700;
}

.devotional-brand strong {
  color: var(--blue-800);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

.devotional-badge {
  padding: 7px 10px;
  border-radius: 999px;
  color: #76570d;
  background: var(--gold-100);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.devotional-card-body {
  margin: 0 14px;
  padding: 24px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 95% 5%, rgba(216, 176, 76, 0.2), transparent 32%),
    linear-gradient(180deg, #f5f9ff 0%, #edf4ff 100%);
}

.devotional-card-label {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--blue-700);
  background: var(--blue-100);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.devotional-card-body h3 {
  max-width: 300px;
  margin: 16px 0 20px;
  color: var(--blue-800);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.13;
  letter-spacing: -0.035em;
}

.devotional-card-list {
  display: grid;
  gap: 9px;
}

.devotional-card-list span {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border: 1px solid rgba(9, 43, 103, 0.08);
  border-radius: 13px;
  color: var(--blue-800);
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
}

.devotional-card-list i {
  width: 20px;
  color: var(--blue-600);
  text-align: center;
}

.devotional-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 24px 22px;
  color: var(--blue-700);
  font-size: 0.78rem;
  font-weight: 800;
}



/* Ubicación y mapa */
.visit {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 18%, rgba(216, 176, 76, 0.16), transparent 24%),
    linear-gradient(180deg, #f7faff 0%, #eef5ff 100%);
  border-top: 1px solid rgba(23, 99, 198, 0.07);
}

.visit-orb {
  position: absolute;
  width: 260px;
  height: 260px;
  left: -150px;
  bottom: -155px;
  border: 1px solid rgba(23, 99, 198, 0.11);
  border-radius: 50%;
  box-shadow: inset 0 0 0 46px rgba(23, 99, 198, 0.028);
  pointer-events: none;
}

.visit-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(40px, 7vw, 92px);
}

.visit-copy {
  max-width: 520px;
}

.visit-copy .section-copy {
  margin-top: 20px;
}

.visit-address {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(9, 43, 103, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-sm);
}

.visit-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 17px;
  color: var(--white);
  background: var(--blue-600);
  box-shadow: 0 12px 24px rgba(23, 99, 198, 0.2);
  font-size: 1.15rem;
}

.visit-address div {
  display: grid;
  gap: 2px;
}

.visit-address span:not(.visit-icon) {
  color: var(--text-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.visit-address strong {
  color: var(--blue-800);
  font-family: "Montserrat", sans-serif;
  font-size: 1.08rem;
}

.visit-address small {
  color: var(--text-soft);
  font-size: 0.86rem;
}

.visit-button {
  width: fit-content;
  margin-top: 24px;
}

.map-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(23, 99, 198, 0.1);
  border-radius: clamp(26px, 3vw, 38px);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 60px rgba(9, 43, 103, 0.14);
}

.map-card::after {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: calc(clamp(26px, 3vw, 38px) - 10px);
  content: "";
  pointer-events: none;
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 360px;
  border-radius: calc(clamp(26px, 3vw, 38px) - 10px);
}
