/* ============================================
   GBI SALEMBA - style.css (CLEAN + FIXED)
   - No duplicate slider CSS
   - Fix syntax error (gembala-label)
   - Gembala photo 160x160 (1:1)
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* ============================================
   LOCAL FONTS
   ============================================ */
@font-face {
  font-family: 'Brillotus';
  src: url('../fonts/brillotus/Brillotus.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   CSS VARIABLES
   ============================================ */
:root{
  --blue-primary:#1E3A5F;
  --blue-dark:#0F2742;
  --blue-soft:#EAF2F9;
  --accent:#3FB6A8;

  --text-dark:#102C57;
  --text-muted:#6B7C93;
  --white:#FFFFFF;
}

/* ============================================
   GLOBAL / RESET
   ============================================ */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:'Inter','Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
  line-height:1.6;
  color:var(--text-dark);
  background-color:var(--blue-soft);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
a{text-decoration:none;color:inherit}
ul,ol{list-style:none}
img{max-width:100%;display:block}

/* ============================================
   CONTAINER & LAYOUT
   ============================================ */
.container-large{
  max-width:1400px;
  margin:0 auto;
  padding:0 60px;
}
section{padding:100px 0}
.main-content{min-height:50vh;width:100%}

/* ============================================
   TYPOGRAPHY
   ============================================ */
.section-title-big{
  font-size:52px;
  font-weight:700;
  color:var(--blue-primary);
  margin-bottom:50px;
  letter-spacing:-0.5px;
  line-height:1.2;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-title-mega{
  font-size:72px;
  font-weight:900;
  color:var(--blue-primary);
  margin-bottom:60px;
  letter-spacing:-2px;
  line-height:1.1;
}
.section-subtitle{
  font-size:18px;
  color:var(--text-muted);
  margin-bottom:50px;
  line-height:1.6;
}

/* ============================================
   HEADER / NAVIGATION
   ============================================ */
header{
  background-color:var(--white);
  box-shadow:0 2px 12px rgba(30,58,95,.08);
  position:sticky;
  top:0;
  z-index:100;
}
.header-nav{
  background-color:var(--white);
  border-bottom:1px solid rgba(30,58,95,.08);
  position: relative;
}
.header-nav .container{
  max-width:1400px;
  margin:0 auto;
  padding:0 52px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  height:70px;
}

/* ============================================
   HOMEPAGE SKIN - CINEMATIC GLASS
   ============================================ */
.home-cinematic {
  background: #dee6f2;
  color: var(--blue-primary);
}

.home-cinematic .header-nav {
  background: rgba(248, 251, 255, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(30, 58, 95, 0.14);
}

.home-cinematic .logo,
.home-cinematic .navbar a,
.home-cinematic .logo:hover,
.home-cinematic .navbar a:hover {
  color: var(--blue-primary);
}

.home-cinematic .navbar a::after {
  background-color: #3FB6A8;
}

.home-cinematic .header-menu-toggle {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(30, 58, 95, 0.24);
}

.home-cinematic .header-menu-toggle span {
  background: var(--blue-primary);
}

.cinematic-bg-container {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #000;
}

.cinematic-bg-layer {
  position: absolute;
  inset: -6%;
  width: 112%;
  height: 112%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  filter: brightness(0.62) contrast(1.02) blur(2px);
  transition: opacity 1.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.cinematic-bg-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 25%, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, rgba(10, 35, 62, 0.34) 0%, rgba(10, 35, 62, 0.48) 100%);
  pointer-events: none;
}

.home-cinematic-main {
  position: relative;
  z-index: 1;
}

.home-cinematic .cinematic-hero {
  border-radius: 0 0 36px 36px;
  overflow: hidden;
}

.home-cinematic .cinematic-hero .hero-overlay {
  background: linear-gradient(180deg, rgba(10, 35, 62, 0.2) 0%, rgba(10, 35, 62, 0.58) 100%) !important;
}

.home-cinematic .cinematic-section {
  margin-bottom: 42px;
}

.home-cinematic .whats-new .container-large,
.home-cinematic .ibadah-minggu-section .container-large,
.home-cinematic .gembala-section .container-large,
.home-cinematic .cta-section .container-large {
  background: rgba(241, 246, 253, 0.82);
  border: 1px solid rgba(30, 58, 95, 0.12);
  border-radius: 34px;
  box-shadow: 0 20px 50px rgba(20, 44, 82, 0.18);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding-top: clamp(36px, 5vw, 56px);
  padding-bottom: clamp(36px, 5vw, 56px);
}

.home-cinematic .section-title-big,
.home-cinematic .ibadah-showcase-title,
.home-cinematic .gembala-name,
.home-cinematic .cta-title,
.home-cinematic .gembala-running-track span {
  color: var(--blue-primary);
}

.home-cinematic .section-title-big {
  text-transform: uppercase;
  letter-spacing: 6px;
  text-align: center;
  font-size: clamp(1.4rem, 4vw, 2.4rem);
  margin-bottom: 36px;
}

.home-cinematic .ibadah-showcase-panel,
.home-cinematic .gembala-info,
.home-cinematic .cta-content {
  color: rgba(16, 44, 87, 0.9);
}

.home-cinematic .ibadah-showcase-note,
.home-cinematic .cta-phone {
  color: rgba(16, 44, 87, 0.72);
}

.home-cinematic .btn-cta-large {
  background: #1E3A5F;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 26px rgba(30, 58, 95, 0.4);
}

.home-cinematic .btn-cta-large:hover {
  background: #2b578f;
}

.home-cinematic .whats-new-card,
.home-cinematic .cta-photo-frame,
.home-cinematic .gembala-photo-frame,
.home-cinematic .ibadah-showcase-media {
  border: 1px solid rgba(30, 58, 95, 0.14);
  box-shadow: 0 14px 32px rgba(20, 44, 82, 0.16);
}

.home-cinematic .footer {
  background: rgba(234, 242, 249, 0.9);
  border-top: 1px solid rgba(30, 58, 95, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home-cinematic .cinematic-reveal {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.home-cinematic .cinematic-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .home-cinematic .whats-new .container-large,
  .home-cinematic .ibadah-minggu-section .container-large,
  .home-cinematic .gembala-section .container-large,
  .home-cinematic .cta-section .container-large {
    border-radius: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-cinematic .section-title-big {
    letter-spacing: 3px;
  }
}
.logo{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:20px;
  font-weight:800;
  color:var(--blue-primary);
  letter-spacing:.5px;
  transition:color .3s ease;
}
.logo:hover{color:var(--accent)}
.logo-img{
  width:40px;
  height:40px;
  object-fit:contain;
}
.logo-text{line-height:1}
.navbar ul{display:flex;gap:26px}
.navbar a{
  color:var(--text-dark);
  font-size:13px;
  font-weight:600;
  transition:all .3s ease;
  position:relative;
  text-transform:uppercase;
  letter-spacing:.5px;
  padding:4px 0;
}
.navbar a:hover{color:var(--accent)}
.navbar a::after{
  content:'';
  position:absolute;
  width:0;
  height:2px;
  bottom:-4px;
  left:0;
  background-color:var(--accent);
  transition:width .3s ease;
}
.navbar a:hover::after{width:100%}

.header-menu-toggle{
  display:none;
  width:42px;
  height:42px;
  border-radius:12px;
  border:1px solid rgba(30,58,95,.2);
  background:#fff;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
}

.header-menu-toggle span{
  width:18px;
  height:2px;
  border-radius:2px;
  background:var(--blue-primary);
  transition:transform .25s ease, opacity .2s ease;
}

.header-nav.nav-open .header-menu-toggle span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}

.header-nav.nav-open .header-menu-toggle span:nth-child(2){
  opacity:0;
}

.header-nav.nav-open .header-menu-toggle span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

/* ============================================
   HERO / SLIDER (FINAL - MATCH index.php + slider.js)
   - HTML uses: .hero-track .hero-slide .hero-bg .hero-overlay .hero-content
   - JS toggles .active and uses transform on .hero-track (optional)
   ============================================ */
/* ===== FORCE SLIDER FIX (PASTE AT VERY BOTTOM) ===== */
#sliderSection.hero-slider{
  position: relative !important;
  width: 100% !important;
  height: calc(100vh - 70px) !important;
  min-height: 620px !important;
  overflow: hidden !important;
  background: #102C57 !important;
}

/* semua slide ditumpuk (bukan kebawah) */
#sliderSection .hero-slide{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  transition: opacity .8s ease !important;
}

/* hanya yang aktif tampil */
#sliderSection .hero-slide.active{
  opacity: 1 !important;
  z-index: 2 !important;
}

/* background gambar */
#sliderSection .hero-bg{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: center 28% !important;
  background-repeat: no-repeat !important;
  transform: scale(var(--hero-bg-scale, 1)) !important;
  transform-origin: center center !important;
}

/* overlay */
#sliderSection .hero-overlay{
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(135deg, rgba(16,44,87,.35) 0%, rgba(0,0,0,.30) 100%) !important;
  z-index: 1 !important;
}

/* nav */
#sliderSection .hero-btn{
  position:absolute !important;
  top:50% !important;
  transform: translateY(-50%) !important;
  width:44px !important;
  height:44px !important;
  border-radius:999px !important;
  border:2px solid rgba(255,255,255,.8) !important;
  background: rgba(20,108,148,.25) !important;
  color:#fff !important;
  font-size:28px !important;
  line-height:1 !important;
  cursor:pointer !important;
  z-index: 5 !important;
}

#sliderSection .hero-btn-prev{ left:20px !important; }
#sliderSection .hero-btn-next{ right:20px !important; }

#sliderSection .hero-dots{
  position:absolute !important;
  left:50% !important;
  bottom:18px !important;
  transform: translateX(-50%) !important;
  display:flex !important;
  gap:10px !important;
  z-index: 5 !important;
}

#sliderSection .hero-dot{
  width:10px !important;
  height:10px !important;
  border-radius:999px !important;
  background: rgba(255,255,255,.5) !important;
  cursor:pointer !important;
}

#sliderSection .hero-dot.active{
  background:#fff !important;
  transform: scale(1.25) !important;
}

/* Buttons */
.hero-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:rgba(255,255,255,.25);
  color:#fff;
  border:2px solid rgba(255,255,255,.8);
  width:50px;
  height:50px;
  border-radius:50%;
  cursor:pointer;
  z-index:10;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:all .25s ease;
}
.hero-btn:hover{
  background:rgba(255,255,255,.55);
  transform:translateY(-50%) scale(1.07);
}
.hero-btn-prev{left:40px}
.hero-btn-next{right:40px}

/* Dots */
.hero-dots{
  position:absolute;
  bottom:36px;
  left:50%;
  transform:translateX(-50%);
  z-index:10;
  display:flex;
  gap:12px;
}
.hero-dot{
  width:12px;
  height:12px;
  border-radius:50%;
  background:rgba(255,255,255,.5);
  cursor:pointer;
  transition:all .25s ease;
}
.hero-dot.active{background:#fff;transform:scale(1.25)}
.hero-dot:hover{background:rgba(255,255,255,.8)}

/* Hero countdown overlay */
.hero-countdown-card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(780px, calc(100% - 40px));
  text-align: center;
  color: #fff;
  z-index: 7;
  padding: clamp(22px, 4vw, 36px) clamp(16px, 3vw, 34px);
}

.hero-countdown-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
}

.hero-countdown-title {
  margin: 0;
  font-size: clamp(2rem, 7vw, 4.6rem);
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 0 14px 28px rgba(0, 0, 0, 0.34);
}

.hero-countdown-box {
  margin: 24px auto 0;
  max-width: 600px;
  padding: clamp(14px, 2.8vw, 22px) clamp(12px, 3.5vw, 28px);
  border-radius: 26px;
  background: rgba(9, 28, 50, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
}

.hero-countdown-label {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.hero-countdown-values {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 14px;
}

.hero-countdown-item {
  min-width: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-countdown-item span {
  font-size: clamp(1.55rem, 6.3vw, 3.25rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  padding-left: .08em;
}

.hero-countdown-item small {
  margin-top: 6px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.hero-countdown-sep {
  font-size: clamp(1.2rem, 3.5vw, 2rem);
  line-height: 1;
  transform: translateY(-8px);
  color: rgba(255, 255, 255, 0.74);
}

.hero-countdown-caption {
  margin: 16px auto 0;
  font-family: 'Brillotus', 'Plus Jakarta Sans', serif;
  font-size: clamp(16px, 2.2vw, 24px);
  font-style: italic;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.84);
}

.hero-server-clock {
  margin: 10px auto 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
}

.hero-live-actions {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-live-actions[hidden] {
  display: none !important;
}

.hero-live-btn {
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: transform .2s ease, background .2s ease;
}

.hero-live-btn:hover {
  transform: translateY(-2px);
}

.hero-live-btn-primary {
  background: #e50914;
  color: #fff;
  box-shadow: 0 12px 22px rgba(229, 9, 20, 0.32);
}

.hero-live-btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.hero-countdown-card.is-live .hero-countdown-box {
  background: rgba(22, 10, 25, 0.58);
  border-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .hero-countdown-card {
    width: min(100%, calc(100% - 16px));
    padding: 14px 10px;
  }

  .hero-countdown-kicker {
    margin-bottom: 6px;
    font-size: 9px;
    letter-spacing: 2.5px;
  }

  .hero-countdown-title {
    font-size: clamp(1.7rem, 10vw, 2.85rem);
    line-height: 0.95;
  }

  .hero-countdown-box {
    margin-top: 12px;
    width: 100%;
    max-width: none;
    padding: 12px 8px 10px;
    border-radius: 18px;
  }

  .hero-countdown-label {
    font-size: 9px;
    letter-spacing: 1.8px;
  }

  .hero-countdown-values {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    align-items: stretch;
    margin-top: 10px;
  }

  .hero-countdown-item {
    min-width: 0;
    padding: 8px 4px 7px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero-countdown-item span {
    font-size: clamp(1.05rem, 6.8vw, 1.6rem);
    letter-spacing: .06em;
    padding-left: .06em;
  }

  .hero-countdown-item small {
    margin-top: 3px;
    font-size: 9px;
    letter-spacing: 1px;
  }

  .hero-countdown-sep {
    display: none;
  }

  .hero-countdown-caption {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.25;
  }

  .hero-live-actions {
    margin-top: 10px;
    gap: 8px;
  }

  .hero-live-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .hero-countdown-card {
    width: calc(100% - 16px);
    padding: 12px 8px;
  }

  .hero-countdown-title {
    font-size: clamp(1.55rem, 10.5vw, 2.3rem);
  }

  .hero-countdown-box {
    padding: 10px 7px 8px;
  }

  .hero-countdown-values {
    gap: 5px;
  }

  .hero-countdown-item {
    padding: 7px 3px 6px;
  }

  .hero-countdown-caption {
    font-size: 10px;
  }
}

/* ============================================
   RENUNGAN SECTION
   ============================================ */
.renungan-home-section,
.renungan-page-section,
.renungan-detail-section {
  position: relative;
  background: linear-gradient(180deg, #f7f9fd 0%, #edf3fb 100%);
  border: 1px solid rgba(30, 58, 95, 0.12);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(16, 44, 87, 0.12);
}

.renungan-home-section::before,
.renungan-page-section::before,
.renungan-detail-section::before {
  content: "";
  position: absolute;
  inset: -140px auto auto -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63, 182, 168, 0.14), transparent 70%);
  pointer-events: none;
}

.renungan-home-section::after,
.renungan-page-section::after,
.renungan-detail-section::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -150px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid rgba(30, 58, 95, 0.09);
  pointer-events: none;
}

.renungan-home-head,
.renungan-heading-wrap {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 28px;
}

.renungan-home-subtitle,
.renungan-page-subtitle {
  margin: 4px auto 0;
  color: var(--text-muted);
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.65;
}

.renungan-kicker {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 11px;
  font-weight: 700;
  color: #2f7cc0;
}

.renungan-page-title,
.renungan-detail-title {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.15;
  color: var(--blue-primary);
}

.renungan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.renungan-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(30, 58, 95, 0.12);
  box-shadow: 0 14px 30px rgba(16, 44, 87, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.renungan-card:hover {
  transform: translateY(-6px);
  border-color: rgba(30, 58, 95, 0.28);
  box-shadow: 0 18px 36px rgba(16, 44, 87, 0.18);
}

.renungan-cover-link {
  display: block;
}

.renungan-cover {
  width: 100%;
  height: clamp(170px, 18vw, 210px);
  object-fit: cover;
  display: block;
}

.renungan-cover-placeholder {
  background:
    radial-gradient(circle at 24% 24%, rgba(63, 182, 168, 0.18), transparent 45%),
    linear-gradient(145deg, rgba(52, 86, 124, 0.92), rgba(30, 58, 95, 0.9));
}

.renungan-content {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.renungan-date {
  margin: 0;
  font-size: 12px;
  color: #5f7591;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.renungan-card-title {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: var(--blue-primary);
  line-height: 1.3;
}

.renungan-verse {
  margin: 0;
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(30, 58, 95, 0.1);
  color: var(--blue-primary);
  font-size: clamp(11px, 1.3vw, 13px);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.renungan-excerpt {
  margin: 0;
  font-size: clamp(14px, 1.3vw, 15px);
  color: var(--text-dark);
  line-height: 1.7;
}

.renungan-read-more,
.renungan-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(30, 58, 95, 0.2);
  background: rgba(30, 58, 95, 0.06);
  color: var(--blue-primary);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.renungan-read-more:hover,
.renungan-more-btn:hover {
  transform: translateY(-2px);
  background: rgba(30, 58, 95, 0.14);
  border-color: rgba(30, 58, 95, 0.35);
}

.renungan-home-footer {
  margin-top: 22px;
  text-align: center;
}

.renungan-empty-state {
  margin: 14px auto 0;
  padding: 20px 16px;
  text-align: center;
  border-radius: 18px;
  border: 1px dashed rgba(30, 58, 95, 0.25);
  color: var(--blue-primary);
  background: rgba(255, 255, 255, 0.65);
}

.renungan-detail-card {
  max-width: 860px;
  margin: 0 auto;
  border-radius: 22px;
  border: 1px solid rgba(30, 58, 95, 0.12);
  background: rgba(255, 255, 255, 0.86);
  padding: clamp(18px, 3vw, 34px);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.renungan-meta-row {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.renungan-detail-cover-wrap {
  margin-top: 16px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(30, 58, 95, 0.1);
}

.renungan-detail-cover {
  width: 100%;
  max-height: min(420px, 62vh);
  object-fit: cover;
  display: block;
}

.renungan-detail-body {
  margin-top: 18px;
  color: var(--text-dark);
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.85;
  white-space: pre-wrap;
}

.reveal-on-scroll[data-reveal="up"] {
  opacity: 0;
  transform: translateY(18px);
}

.reveal-on-scroll[data-reveal="up"].is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .55s ease, transform .55s ease;
}

@media (max-width: 1024px) {
  .renungan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .renungan-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .renungan-home-section,
  .renungan-page-section,
  .renungan-detail-section {
    border-radius: 18px;
  }

  .renungan-content {
    padding: 14px;
  }

  .renungan-read-more,
  .renungan-more-btn {
    width: 100%;
  }

  .renungan-meta-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Dedicated layout for renungan.php (no image, date panel on right) */
.renungan-page-main .renungan-page-section {
  position: relative;
  overflow: hidden;
  padding: 64px 0 92px;
  background:
    radial-gradient(circle at 8% 12%, rgba(102, 173, 216, 0.25), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(44, 85, 133, 0.16), transparent 34%),
    linear-gradient(165deg, #dbe8f6 0%, #edf3fb 52%, #e4edf9 100%);
  border: 1px solid rgba(16, 44, 87, 0.09);
  box-shadow: 0 20px 42px rgba(16, 44, 87, 0.13);
}

.renungan-page-main .renungan-page-section::before,
.renungan-page-main .renungan-page-section::after {
  content: '';
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  opacity: 0.6;
  z-index: 0;
}

.renungan-page-main .renungan-page-section::before {
  width: 260px;
  height: 260px;
  left: -130px;
  top: 120px;
  background: radial-gradient(circle, rgba(55, 123, 174, 0.28), rgba(55, 123, 174, 0));
}

.renungan-page-main .renungan-page-section::after {
  width: 320px;
  height: 320px;
  right: -170px;
  bottom: 80px;
  background: radial-gradient(circle, rgba(49, 99, 151, 0.24), rgba(49, 99, 151, 0));
}

.renungan-page-main .renungan-page-section .container-large {
  position: relative;
  z-index: 1;
}

.renungan-page-main .renungan-page-section .container-large::before,
.renungan-page-main .renungan-page-section .container-large::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.renungan-page-main .renungan-page-section .container-large::before {
  top: 22px;
  right: 62px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid rgba(44, 95, 146, 0.24);
}

.renungan-page-main .renungan-page-section .container-large::after {
  top: 86px;
  left: 88px;
  width: 120px;
  height: 14px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, rgba(44, 95, 146, 0.32), rgba(44, 95, 146, 0.32) 8px, transparent 8px, transparent 14px);
}

.renungan-page-main,
.renungan-page-main h1,
.renungan-page-main h2,
.renungan-page-main h3,
.renungan-page-main p,
.renungan-page-main a,
.renungan-page-main span,
.renungan-page-main strong,
.renungan-page-main small {
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.renungan-page-main .renungan-kicker {
  color: #2a5888;
  letter-spacing: 0.28em;
  font-size: 11px;
  margin-bottom: 10px;
}

.renungan-page-main .renungan-page-title {
  color: #102c57;
  font-size: clamp(2.1rem, 4.5vw, 3.4rem);
  line-height: 1.12;
  margin-bottom: 8px;
}

.renungan-page-main .renungan-page-subtitle {
  color: rgba(21, 55, 95, 0.78);
  max-width: 680px;
  font-size: clamp(14px, 2vw, 17px);
}

.renungan-page-main .renungan-heading-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 42px;
}

.renungan-page-main .renungan-heading-wrap::after {
  content: '';
  display: block;
  width: 110px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(34, 92, 142, 0.22), rgba(34, 92, 142, 0.72), rgba(34, 92, 142, 0.22));
}

.renungan-list-layout {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.renungan-list-layout::before,
.renungan-list-layout::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.renungan-list-layout::before {
  right: -42px;
  top: 18px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px dashed rgba(44, 95, 146, 0.26);
}

.renungan-list-layout::after {
  left: -26px;
  bottom: -10px;
  width: 120px;
  height: 120px;
  border-radius: 24px;
  border: 1px solid rgba(44, 95, 146, 0.14);
  transform: rotate(18deg);
}

.renungan-list-card {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(250, 253, 255, 0.95);
  border: 0;
  box-shadow: 0 14px 30px rgba(16, 44, 87, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
}

.renungan-list-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 125, 160, 0.46);
  box-shadow: 0 18px 36px rgba(16, 44, 87, 0.22);
  background: rgba(255, 255, 255, 0.98);
}

.renungan-list-content {
  flex: 1;
  min-width: 0;
  padding: 20px 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.renungan-list-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.renungan-list-verse {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #27517f;
  border: 1px solid rgba(39, 81, 127, 0.26);
  background: rgba(227, 237, 249, 0.95);
}

.renungan-list-content .renungan-card-title {
  margin: 0;
  font-size: clamp(1.15rem, 2.2vw, 1.54rem);
  color: #102c57;
  line-height: 1.3;
}

.renungan-card-image-wrap {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(20, 56, 95, 0.1);
  background: rgba(227, 237, 249, 0.6);
}

.renungan-card-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.renungan-list-content .renungan-excerpt {
  color: rgba(20, 49, 84, 0.82);
  line-height: 1.72;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.renungan-list-content .renungan-read-more {
  align-self: flex-start;
  margin-top: 5px;
  padding: 7px 12px;
  border: 1px solid rgba(31, 124, 171, 0.3);
  border-radius: 999px;
  background: rgba(227, 241, 250, 0.9);
  color: #1b6d99;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  box-shadow: none;
}

.renungan-list-content .renungan-read-more:hover {
  transform: translateY(-1px);
  background: rgba(212, 232, 247, 1);
  color: #185f88;
}

.renungan-list-date {
  width: 114px;
  min-width: 114px;
  background: linear-gradient(180deg, #dfeaf7 0%, #cedff3 100%);
  color: #102c57;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  border-right: 1px solid rgba(16, 44, 87, 0.14);
}

.renungan-list-date strong {
  font-size: clamp(1.7rem, 4vw, 2.2rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: .03em;
}

.renungan-list-date small {
  margin-top: 8px;
  font-size: 9px;
  letter-spacing: .13em;
  text-align: center;
  opacity: .9;
}

.renungan-cool-page {
  background:
    radial-gradient(circle at top left, rgba(93, 143, 197, 0.18), transparent 24%),
    radial-gradient(circle at right 12%, rgba(73, 120, 175, 0.14), transparent 22%),
    linear-gradient(180deg, #e9f1fb 0%, #dce7f4 54%, #edf4fb 100%);
}

.renungan-cool-page .renungan-page-section {
  background:
    radial-gradient(circle at 10% 14%, rgba(80, 142, 194, 0.22), transparent 34%),
    radial-gradient(circle at 90% 20%, rgba(57, 101, 150, 0.16), transparent 36%),
    linear-gradient(165deg, rgba(229, 238, 249, 0.98) 0%, rgba(241, 246, 253, 0.98) 56%, rgba(231, 239, 250, 0.98) 100%);
  border-color: rgba(28, 72, 117, 0.12);
  box-shadow: 0 24px 46px rgba(16, 44, 87, 0.14);
}

.renungan-cool-page .renungan-page-title {
  color: #123863;
  font-size: clamp(2.25rem, 4.8vw, 3.7rem);
  letter-spacing: -0.015em;
}

.renungan-cool-page .renungan-list-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 34px rgba(18, 45, 73, 0.16);
}

.renungan-cool-page .renungan-list-date {
  background: linear-gradient(180deg, #d4e3f4 0%, #c5d8ee 100%);
}

.renungan-cool-page .renungan-list-content .renungan-card-title {
  color: #143c68;
}

.renungan-cool-page .renungan-list-content .renungan-excerpt {
  color: rgba(24, 60, 97, 0.82);
}

.renungan-cool-page .renungan-list-content .renungan-read-more {
  background: rgba(206, 226, 244, 0.72);
  border-color: rgba(45, 111, 164, 0.34);
  color: #1e6c99;
}

.renungan-cool-page .renungan-list-content .renungan-read-more:hover {
  background: rgba(196, 220, 242, 0.95);
}

@media (max-width: 900px) {
  .renungan-page-main .renungan-page-section {
    padding: 52px 0 78px;
  }

  .renungan-page-main .renungan-page-section::before,
  .renungan-page-main .renungan-page-section::after {
    display: none;
  }

  .renungan-page-main .renungan-page-section .container-large::before,
  .renungan-page-main .renungan-page-section .container-large::after,
  .renungan-list-layout::before,
  .renungan-list-layout::after {
    display: none;
  }

  .renungan-list-card {
    flex-direction: row;
  }

  .renungan-list-date {
    width: 90px;
    min-width: 90px;
    border-right: 1px solid rgba(16, 44, 87, 0.12);
    padding: 10px 8px;
  }

  .renungan-list-date small {
    margin-top: 6px;
    font-size: 8px;
    letter-spacing: .1em;
  }

  .renungan-list-content {
    padding: 16px;
    gap: 8px;
  }
}

@media (max-width: 560px) {
  .renungan-page-main .renungan-heading-wrap {
    margin-bottom: 22px;
  }

  .renungan-list-card {
    flex-direction: column;
    border-radius: 16px;
  }

  .renungan-list-date {
    width: 100%;
    min-width: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 44, 87, 0.12);
    flex-direction: row;
    gap: 8px;
    justify-content: center;
  }

  .renungan-list-date small {
    margin-top: 0;
  }

  .renungan-list-content {
    padding: 14px;
  }

  .renungan-card-image-wrap {
    border-radius: 12px;
  }
}

/* Editorial detail layout for renungan-detail.php */
body.renungan-detail-page {
  background: #eef3fa;
}

.renungan-detail-page .renungan-detail-main {
  position: relative;
  padding-top: clamp(30px, 5vw, 54px);
  padding-bottom: clamp(30px, 5vw, 54px);
}

.renungan-detail-page .renungan-detail-main::before,
.renungan-detail-page .renungan-detail-main::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.renungan-detail-page .renungan-detail-main::before {
  top: 54px;
  left: max(8px, calc(50% - 590px));
  width: clamp(72px, 9vw, 118px);
  height: clamp(72px, 9vw, 118px);
  border-radius: 50%;
  border: 1px dashed rgba(24, 63, 106, 0.28);
  background: radial-gradient(circle at 30% 30%, rgba(63, 182, 168, 0.18), rgba(63, 182, 168, 0));
}

.renungan-detail-page .renungan-detail-main::after {
  right: max(8px, calc(50% - 590px));
  bottom: 58px;
  width: clamp(54px, 7vw, 92px);
  height: clamp(54px, 7vw, 92px);
  border-radius: 20px;
  border: 1px solid rgba(24, 63, 106, 0.2);
  transform: rotate(18deg);
  background: linear-gradient(140deg, rgba(113, 161, 208, 0.2), rgba(113, 161, 208, 0));
}

.renungan-detail-page .renungan-detail-section {
  position: relative;
  z-index: 1;
  padding: 0;
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  overflow: visible;
}

.renungan-detail-page .renungan-detail-section::before,
.renungan-detail-page .renungan-detail-section::after {
  display: none;
}

.renungan-detail-page .container-large {
  max-width: 1140px;
  padding-left: clamp(8px, 1.8vw, 18px);
  padding-right: clamp(8px, 1.8vw, 18px);
}

.renungan-detail-page .renungan-detail-card {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  border: 1px solid rgba(16, 44, 87, 0.1);
  border-radius: 8px;
  background: #f8fbff;
  box-shadow: 0 18px 34px rgba(16, 44, 87, 0.12);
  padding: clamp(18px, 3.2vw, 30px);
}

.renungan-detail-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
}

.renungan-detail-page .renungan-kicker {
  margin-top: 4px;
  margin-bottom: 10px;
  color: rgba(16, 44, 87, 0.58);
  letter-spacing: 0.34em;
  font-size: 12px;
}

.renungan-detail-page .renungan-detail-title {
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: clamp(2rem, 4.8vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: #102c57;
  max-width: 20ch;
}

.renungan-detail-date {
  margin: 14px 0 0;
  color: rgba(16, 44, 87, 0.54);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 13px;
}

.renungan-detail-page .renungan-meta-row {
  margin-top: 0;
  margin-bottom: 24px;
  justify-content: center;
  gap: 14px;
}

.renungan-detail-page .renungan-verse {
  border-radius: 999px;
  padding: 5px 12px;
  background: #e8eef7;
  border: 1px solid #ccd7e8;
  color: #2b4f7b;
  font-size: clamp(13px, 1.3vw, 15px);
  letter-spacing: 0.02em;
}

.renungan-detail-meta-sep {
  display: none;
}

.renungan-detail-page .renungan-detail-cover-wrap {
  margin-top: 0;
  margin-bottom: 50px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  border: 1px solid rgba(17, 37, 63, 0.06);
  overflow: hidden;
}

.renungan-detail-page .renungan-detail-cover {
  width: 100%;
  max-height: none;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.renungan-detail-page .renungan-detail-body {
  margin-top: 0;
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  color: #173b62;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  white-space: normal;
  text-align: left;
}

.renungan-detail-page .renungan-detail-body p,
.renungan-detail-page .renungan-detail-body li {
  text-align: justify;
}

.renungan-detail-page .renungan-detail-body p,
.renungan-detail-page .renungan-detail-body ul,
.renungan-detail-page .renungan-detail-body ol,
.renungan-detail-page .renungan-detail-body blockquote,
.renungan-detail-page .renungan-detail-body h2,
.renungan-detail-page .renungan-detail-body h3,
.renungan-detail-page .renungan-detail-body h4 {
  margin: 0 0 0.75em;
}

.renungan-detail-page .renungan-detail-body p + p {
  margin-top: 0.3em;
}

.renungan-detail-page .renungan-detail-body p:empty {
  display: none;
}

.renungan-detail-page .renungan-detail-body br {
  line-height: 1;
}

.renungan-detail-page .renungan-detail-body br + br {
  display: none;
}

.renungan-detail-page .renungan-detail-body > *:last-child {
  margin-bottom: 0;
}

.renungan-detail-page .renungan-detail-body blockquote {
  margin: 0 0 10px;
  max-width: none;
  text-align: left;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.55;
  color: #102c57;
  padding: 14px 18px;
  border-left: 5px solid #102c57;
  background: rgba(16, 44, 87, 0.06);
  border-radius: 0 12px 12px 0;
}

.renungan-detail-page .renungan-detail-body h2,
.renungan-detail-page .renungan-detail-body h3,
.renungan-detail-page .renungan-detail-body h4 {
  color: #1a355a;
  line-height: 1.1;
  text-align: left;
}

.renungan-detail-footer {
  margin-top: 32px;
  text-align: center;
}

.renungan-detail-footer .renungan-read-more {
  min-width: 260px;
  background: #132c4f;
  color: #fff;
  border-color: #132c4f;
}

@media (max-width: 992px) {
  .renungan-detail-page .renungan-detail-title {
    font-size: clamp(1.9rem, 7vw, 2.9rem);
  }

  .renungan-detail-page .renungan-detail-card {
    padding: clamp(16px, 3.1vw, 24px);
  }
}

@media (max-width: 768px) {
  .renungan-detail-page .container-large {
    padding: 0 10px;
  }

  .renungan-detail-page .renungan-detail-main::before,
  .renungan-detail-page .renungan-detail-main::after {
    display: none;
  }

  .renungan-detail-meta-sep {
    width: 42px;
  }

  .renungan-detail-page .renungan-detail-body {
    font-size: 16px;
    line-height: 1.62;
  }

  .renungan-detail-page .renungan-detail-card {
    border-radius: 6px;
    padding: 18px 14px 20px;
  }

  .renungan-detail-footer .renungan-read-more {
    width: 100%;
    min-width: 0;
  }
}

/* ============================================
   GEMBALA SECTION (REDESIGN)
   ============================================ */
.gembala-section {
  position: relative;
  background: linear-gradient(160deg, var(--blue-primary) 0%, #0d2340 50%, #1a3355 100%);
  padding: 68px 0 56px;
  overflow: hidden;
}
.gembala-running-text {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.gembala-running-track {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  animation: gembalaMarquee 24s linear infinite;
}
.gembala-running-track span {
  font-family: inherit;
  font-size: clamp(20px, 3.2vw, 48px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.12);
  white-space: nowrap;
}
@keyframes gembalaMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
.gembala-shape-1 {
  position: absolute;
  top: -80px;
  right: 5%;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(63,182,168,0.15) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(40px);
}
.gembala-shape-2 {
  position: absolute;
  bottom: -120px;
  left: -60px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(50px);
}
.gembala-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 64px;
  align-items: center;
  max-width: 1100px;
  margin: 52px auto 0;
}
.gembala-photo {
  position: relative;
  max-width: 340px;
}
.gembala-photo-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.35);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.gembala-photo-frame:hover {
  transform: translateY(-6px);
  box-shadow: 0 40px 100px rgba(0,0,0,0.4);
}
.gembala-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}
.gembala-photo-frame:hover .gembala-img {
  transform: scale(1.04);
}
.gembala-photo-accent {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 140px;
  height: 140px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--accent) 0%, rgba(63,182,168,0.3) 100%);
  z-index: -1;
  opacity: 0.6;
}
.gembala-info {
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.gembala-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--accent);
  margin-bottom: 20px;
}
.gembala-divider-deco {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 28px 0;
}
.gembala-divider-line {
  flex: 1;
  max-width: 80px;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, var(--accent));
}
.gembala-divider-line:last-child {
  background: linear-gradient(90deg, var(--accent), transparent);
}
.gembala-divider-diamond {
  font-size: 10px;
  color: var(--accent);
  flex-shrink: 0;
}
.gembala-church-title {
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}
.gembala-church-address {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.3px;
}

/* ============================================
   HOME VARIANTS (IBADAH + GEMBALA ONLY)
   Switch on index.php main class:
   - home-variant-formal (default)
   - home-variant-youthful
   ============================================ */
.home-variant-formal .ibadah-minggu-section {
  background: linear-gradient(132deg, #f7fbff 0%, #e8f1fb 52%, #edf7f4 100%);
}
.home-variant-formal .ibadah-minggu-title {
  color: var(--blue-primary);
}
.home-variant-formal .schedule-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.94) 0%, rgba(250,252,255,0.86) 100%);
  box-shadow: 0 8px 24px rgba(20,48,82,0.08);
}
.home-variant-formal .gembala-section {
  background: linear-gradient(160deg, var(--blue-primary) 0%, #0d2340 50%, #1a3355 100%);
}
.home-variant-formal .gembala-name {
  color: var(--white);
  text-shadow: 0 6px 24px rgba(0,0,0,0.28);
}

.home-variant-youthful .ibadah-minggu-section {
  background: linear-gradient(135deg, #f4fbff 0%, #e2f2ff 46%, #e9fff6 100%);
}
.home-variant-youthful .ibadah-blob-1 {
  background: radial-gradient(circle, rgba(63,182,168,0.25) 0%, transparent 70%);
}
.home-variant-youthful .ibadah-blob-2 {
  background: radial-gradient(circle, rgba(72,131,192,0.18) 0%, transparent 70%);
}
.home-variant-youthful .ibadah-minggu-title {
  color: var(--blue-primary);
}
.home-variant-youthful .schedule-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(236,250,246,0.95) 100%);
  border-color: rgba(63,182,168,0.28);
  box-shadow: 0 12px 30px rgba(27,96,150,0.11);
}
.home-variant-youthful .schedule-card:hover {
  border-color: rgba(63,182,168,0.65);
  box-shadow: 0 18px 36px rgba(27,96,150,0.18);
}
.home-variant-youthful .schedule-waktu {
  color: #0f4a79;
}
.home-variant-youthful .gembala-section {
  background: linear-gradient(160deg, #173a61 0%, #0f4a79 48%, #136b67 100%);
}
.home-variant-youthful .gembala-shape-1 {
  background: radial-gradient(circle, rgba(63,182,168,0.22) 0%, transparent 66%);
}
.home-variant-youthful .gembala-shape-2 {
  background: radial-gradient(circle, rgba(255,255,255,0.09) 0%, transparent 68%);
}
.home-variant-youthful .gembala-name {
  color: #ffffff;
  text-shadow: 0 8px 30px rgba(1,22,39,0.38);
}

/* HOME REVEAL ANIMATION (IBADAH + GEMBALA)
   ============================================ */
.reveal-on-scroll {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease, transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.reveal-on-scroll[data-reveal="left"] {
  transform: translate3d(-30px, 12px, 0);
}
.reveal-on-scroll[data-reveal="right"] {
  transform: translate3d(30px, 12px, 0);
}
.reveal-on-scroll[data-reveal="section"] {
  transform: translateY(18px) scale(0.995);
}
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

/* ============================================
   IBADAH & KEGIATAN SECTION
   ============================================ */
.ibadah-section{
  background-color:var(--white);
  padding:100px 0;
}
.ibadah-group{margin-bottom:60px}
.ibadah-group:last-child{margin-bottom:0}

.ibadah-group-title{
  font-size:28px;
  font-weight:800;
  color:var(--blue-primary);
  margin-bottom:32px;
  letter-spacing:-1px;
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.badge-age{
  display:inline-block;
  background-color:var(--accent);
  color:var(--white);
  padding:6px 14px;
  border-radius:20px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.5px;
}

.ibadah-schedule-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
  gap:32px;
  margin-bottom:40px;
}
.ibadah-card{
  background-color:var(--white);
  border:2px solid rgba(30,58,95,.1);
  border-radius:8px;
  overflow:hidden;
  transition:all .3s ease;
  box-shadow:0 2px 8px rgba(30,58,95,.06);
}
.ibadah-card:hover{
  border-color:var(--accent);
  box-shadow:0 8px 24px rgba(30,58,95,.12);
  transform:translateY(-4px);
}
.ibadah-card-header{
  background:linear-gradient(135deg,var(--blue-primary) 0%,var(--blue-dark) 100%);
  color:var(--white);
  padding:24px;
}
.ibadah-card-header h4{
  font-size:20px;
  font-weight:800;
  margin:0;
  letter-spacing:-.5px;
}
.ibadah-card-content{padding:30px}

.jadwal-item{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid rgba(30,58,95,.1);
}
.jadwal-item:last-child{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:none;
}
.jadwal-time{
  display:block;
  font-size:18px;
  font-weight:800;
  color:var(--accent);
  letter-spacing:-.5px;
}
.jadwal-label{
  display:block;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  color:var(--text-muted);
  margin-bottom:6px;
}
.jadwal-value{
  display:block;
  font-size:16px;
  font-weight:600;
  color:var(--text-dark);
  line-height:1.5;
}
.social-badge{
  display:inline-block;
  background-color:var(--blue-soft);
  color:var(--blue-primary);
  padding:10px 16px;
  border-radius:20px;
  font-size:13px;
  font-weight:700;
  transition:all .3s ease;
  margin-top:8px;
}
.social-badge:hover{
  background-color:var(--accent);
  color:var(--white);
  transform:translateY(-2px);
}

/* ============================================
   CTA KONTAK SECTION
   ============================================ */
.cta-section{
  background: linear-gradient(138deg, #eef5fc 0%, #dfeefa 48%, #e4f7f0 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(16,44,87,0.08);
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 86% 12%, rgba(63,182,168,0.26) 0%, transparent 34%),
              radial-gradient(circle at 12% 86%, rgba(20,108,148,0.16) 0%, transparent 36%);
  pointer-events: none;
}
.cta-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 470px) minmax(340px, 760px);
  gap: clamp(14px, 2.2vw, 26px);
  align-items: center;
  justify-content: center;
}
.cta-content {
  order: 1;
  justify-self: end;
}
.cta-photo {
  order: 2;
  justify-self: start;
  width: 100%;
}
.cta-photo-frame {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  min-height: 0;
  box-shadow: 0 20px 44px rgba(18,44,78,0.22);
  border: 1px solid rgba(255,255,255,0.38);
}
.cta-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.cta-content {
  max-width: 460px;
}
.cta-title{
  font-size:clamp(40px, 4.6vw, 54px);
  font-weight:800;
  margin-bottom:12px;
  letter-spacing:-1px;
  line-height:1.08;
  color: var(--blue-primary);
}
.cta-phone {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 700;
  color: var(--blue-primary);
  letter-spacing: 0.3px;
}
.btn-cta-large{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  background:linear-gradient(135deg, #1a3f67 0%, #2f5d8f 100%);
  color:var(--white);
  padding:17px 36px;
  border-radius:14px;
  font-size:16px;
  font-weight:700;
  transition:all .3s ease;
  text-transform:none;
  letter-spacing:0.3px;
  border: 1px solid rgba(255,255,255,0.25);
}
.btn-cta-large i {
  font-size: 20px;
}
.btn-cta-large:hover{
  background:linear-gradient(135deg, #24507f 0%, #3a74ad 100%);
  transform:translateY(-3px);
  box-shadow:0 10px 26px rgba(24,66,111,.36);
}

/* ============================================
   FOOTER
   ============================================ */
.footer{
  background:linear-gradient(160deg,var(--blue-dark) 0%, #0A1E35 50%, #081729 100%);
  color:var(--white);
  margin-top:0;
  border-top:1px solid rgba(63,182,168,.15);
}
.footer-container{
  max-width:1280px;
  margin:0 auto;
  padding:46px 40px 30px;
  display:grid;
  grid-template-columns:1.15fr 0.95fr 0.85fr;
  gap:26px;
  align-items:start;
}
.footer-col{display:flex;flex-direction:column;gap:12px;min-width:0}
.footer-col:nth-child(2){
  padding-left:14px;
  border-left:1px solid rgba(255,255,255,0.08);
}
.footer-col:nth-child(3){
  padding-left:14px;
  border-left:1px solid rgba(255,255,255,0.08);
}
.footer-col h4{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:1.6px;
  color:var(--accent);
  margin-bottom:6px;
}
.footer-col strong{color:var(--white)}
.footer-col p{
  font-size:14px;
  line-height:1.62;
  color:rgba(234,242,249,.85);
}
.footer-col a{
  color:rgba(234,242,249,.9);
  transition:all .3s ease;
}
.footer-col a:hover{color:var(--accent)}
.footer-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  font-size:14px;
  letter-spacing:.2px;
}
.footer-link-strong {
  align-items:flex-start;
}
.footer-link-strong span:last-child {
  display:flex;
  flex-direction:column;
  gap:2px;
}
.footer-link-strong small {
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1.6px;
  color:rgba(234,242,249,.58);
}
.footer-address-card {
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:13px 14px;
  background:linear-gradient(135deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
  border:1px solid rgba(255,255,255,0.1);
  border-radius:14px;
  box-shadow: 0 8px 16px rgba(5,16,30,0.18);
}
.footer-address-text {
  line-height:1.58;
  color:rgba(234,242,249,.84);
}
.footer-address-text:hover {
  color:var(--white);
}
.footer-icon-badge {
  width:34px;
  height:34px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(63,182,168,.18);
  color:var(--accent);
  flex-shrink:0;
}
.footer-schedule-box {
  padding:13px 14px;
  border-radius:14px;
  background:linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border:1px solid rgba(255,255,255,0.08);
}
.footer-meta-label {
  display:inline-block;
  margin-bottom:6px;
  font-size:10px;
  font-weight:800;
  letter-spacing:1.8px;
  text-transform:uppercase;
  color:var(--accent);
}
.footer-logo{
  width:30px;
  height:30px;
  object-fit:contain;
  filter:brightness(0) invert(1);
  opacity:.9;
}
.social-icons{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-top:2px;
  padding:10px;
  border-radius:12px;
  background:linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border:1px solid rgba(255,255,255,0.08);
}
.social-icons a{
  display:flex;
  align-items:center;
  gap:10px;
  padding:6px 6px;
  font-size:14px;
  color:rgba(234,242,249,.9);
  border-radius:10px;
  transition:all .25s ease;
}
.social-icons a i{
  font-size:16px;
  color:var(--accent);
  transition:all .3s ease;
}
.social-icons a:hover{
  background:rgba(255,255,255,0.07);
  color:var(--white);
}
.social-icons a:hover i{
  color:var(--white);
  transform:translateY(-2px);
}
.footer-bottom{
  border-top:1px solid rgba(63,182,168,.15);
  padding:14px 20px 14px;
  text-align:center;
  font-size:11px;
  color:rgba(234,242,249,.65);
  letter-spacing:.3px;
}

/* ============================================
   PELAYANAN / SERVICES SECTION (STABLE)
   - Uses class: .image-left / .image-right (from PHP)
   - Alternating left/right with CSS order (not direction:rtl)
   - Clean, reliable, responsive
   ============================================ */
.pelayanan-item{
  background-color:var(--white);
  padding:80px 0;
  border-bottom:1px solid rgba(30,58,95,.06);
}
.pelayanan-item:last-child{border-bottom:none}

.pelayanan-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}

/* Default: image left (1st, 3rd, 5th by class) */
.pelayanan-item.image-left .pelayanan-image{order:1}
.pelayanan-item.image-left .pelayanan-content{order:2}

/* Alternate: image right (2nd, 4th, 6th by class) */
.pelayanan-item.image-right .pelayanan-image{order:2}
.pelayanan-item.image-right .pelayanan-content{order:1}

.pelayanan-image{
  position:relative;
  width:100%;
  overflow:hidden;
}

.service-image{
  width:100%;
  height:420px;
  object-fit:cover;
  object-position:center;
  border-radius:16px;
  box-shadow:0 16px 40px rgba(30,58,95,.12);
  transition:transform .5s ease, box-shadow .35s ease;
  display:block;
}

.pelayanan-item:hover .service-image{
  transform:scale(1.04);
  box-shadow:0 24px 56px rgba(30,58,95,.16);
}

.service-image-placeholder{
  width:100%;
  height:420px;
  background:linear-gradient(135deg, var(--blue-soft) 0%, rgba(234,242,249,.6) 100%);
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  color:var(--text-muted);
  font-size:14px;
  font-weight:600;
  gap:10px;
}

.pelayanan-content{padding:20px 0}

.pelayanan-judul{
  font-size:clamp(28px, 3.5vw, 42px);
  font-weight:800;
  color:var(--blue-primary);
  margin:0 0 20px 0;
  letter-spacing:-0.5px;
  line-height:1.2;
}

.pelayanan-deskripsi{
  font-size:16px;
  color:var(--text-dark);
  line-height:1.8;
  margin:0;
  opacity:0.95;
  max-width:55ch;
}

/* ============================================
  COMING SOON SECTION - CENTER PREVIEW SLIDER
  ============================================ */
.whats-new {
  position: relative;
  background: linear-gradient(180deg, #f7f8fc 0%, #f1f3f9 100%);
  padding: 56px 0 62px;
  overflow: hidden;
}

.whats-new::before,
.whats-new::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.whats-new::before {
  width: 360px;
  height: 360px;
  top: -150px;
  left: -130px;
  border: 1px solid rgba(109, 122, 163, 0.13);
}

.whats-new::after {
  width: 460px;
  height: 460px;
  right: -170px;
  bottom: -210px;
  border: 1px solid rgba(109, 122, 163, 0.1);
}

.whats-new .container-large {
  position: relative;
  z-index: 1;
}

.whats-new .section-title-big {
  text-align: center;
  margin-bottom: 22px;
  letter-spacing: 0.02em;
  font-family: 'Comic Sans MS', 'Comic Sans', cursive;
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 700;
  text-transform: none;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.whats-new .whats-new-decor {
  position: absolute;
  inset: -4px 0 auto;
  min-height: 220px;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.whats-new .whats-new-decor::before,
.whats-new .whats-new-decor::after {
  content: "";
  position: absolute;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(63, 182, 168, 0.24), rgba(30, 58, 95, 0.07));
}

.whats-new .whats-new-decor::before {
  width: 104px;
  height: 104px;
  left: clamp(20px, 9vw, 130px);
  top: 18px;
}

.whats-new .whats-new-decor::after {
  width: 80px;
  height: 80px;
  right: clamp(20px, 8vw, 120px);
  bottom: 30px;
}

.whats-new .whats-new-slider {
  position: relative;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 26px 0 44px;
  overflow: visible;
  z-index: 2;
}

.whats-new .whats-new-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(243, 245, 251, 0.72) 0%, rgba(243, 245, 251, 0.05) 18%, rgba(243, 245, 251, 0) 34%, rgba(243, 245, 251, 0) 66%, rgba(243, 245, 251, 0.05) 82%, rgba(243, 245, 251, 0.72) 100%);
}

.whats-new .whats-new-track {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 8px 0;
  transition: transform 0.75s cubic-bezier(0.2, 0.9, 0.25, 1);
  will-change: transform;
}

.whats-new .whats-new-card {
  flex: 0 0 auto;
  width: 72%;
  border-radius: 18px;
  overflow: hidden;
  background: #dbe2f0;
  aspect-ratio: 16 / 9;
  transform-origin: center;
  transform: scale(0.68);
  opacity: 0.14;
  filter: grayscale(1) saturate(0.65) blur(1.2px);
  transition: transform 0.55s ease, opacity 0.55s ease, filter 0.55s ease, box-shadow 0.55s ease;
  box-shadow: none;
}

.whats-new .whats-new-card.is-prev,
.whats-new .whats-new-card.is-next {
  transform: scale(0.76);
  opacity: 0.3;
  filter: grayscale(0.9) saturate(0.68) blur(0.6px);
}

.whats-new .whats-new-card.is-active {
  transform: scale(1);
  opacity: 1;
  filter: none;
  box-shadow: 0 16px 36px rgba(18, 34, 75, 0.28);
}

.whats-new .whats-new-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(var(--coming-zoom-scale, 1));
  transform-origin: center center;
  transition: transform 0.55s ease;
}

.whats-new .whats-new-nav {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 14px));
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(135, 146, 176, 0.32);
  background: #ffffff;
  color: #143870;
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  box-shadow: 0 8px 20px rgba(20, 56, 112, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whats-new .whats-new-nav:hover {
  transform: translateY(calc(-50% - 14px)) scale(1.08);
  box-shadow: 0 12px 24px rgba(20, 56, 112, 0.26);
}

.whats-new .whats-new-nav.prev {
  left: max(-8px, 0px);
}

.whats-new .whats-new-nav.next {
  right: max(-8px, 0px);
}

.whats-new .whats-new-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 4;
}

.whats-new .whats-new-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: rgba(34, 58, 101, 0.24);
  cursor: pointer;
  transition: width 0.24s ease, background 0.24s ease;
}

.whats-new .whats-new-dot.active {
  width: 34px;
  background: #1f4c9b;
}

.whats-new .whats-new-empty {
  max-width: 1080px;
  margin: 0 auto;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(145deg, #edf6ff 0%, #ddeaf7 100%);
}

.whats-new .whats-new-empty-content {
  padding: 24px;
  text-align: center;
  color: var(--blue-primary);
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 900px) {
  .whats-new .whats-new-decor {
    inset: 6px 0 auto;
    min-height: 196px;
  }

  .whats-new .whats-new-decor::before {
    width: 80px;
    height: 80px;
  }

  .whats-new .whats-new-decor::after {
    width: 62px;
    height: 62px;
    bottom: 24px;
  }

  .whats-new .whats-new-slider {
    padding: 24px 0 42px;
  }

  .whats-new .whats-new-nav {
    transform: translateY(calc(-50% - 12px));
    width: 40px;
    height: 40px;
    font-size: 26px;
  }

  .whats-new .whats-new-nav:hover {
    transform: translateY(calc(-50% - 12px)) scale(1.06);
  }
}

@media (max-width: 576px) {
  .whats-new {
    padding: 52px 0;
  }

  .whats-new .whats-new-decor {
    inset: 4px 0 auto;
    min-height: 120px;
  }

  .whats-new .whats-new-decor::before,
  .whats-new .whats-new-decor::after {
    border-radius: 18px;
  }

  .whats-new .whats-new-decor::before {
    width: 46px;
    height: 46px;
    left: 8px;
    top: 8px;
  }

  .whats-new .whats-new-decor::after {
    width: 38px;
    height: 38px;
    right: 8px;
    bottom: 18px;
  }

  .whats-new::before,
  .whats-new::after {
    display: none;
  }

  .whats-new .section-title-big {
    margin-bottom: 10px;
  }

  .whats-new .whats-new-slider {
    padding: 10px 0 38px;
  }

  .whats-new .whats-new-card {
    border-radius: 14px;
    aspect-ratio: 4 / 3;
    transform: scale(0.78);
  }

  .whats-new .whats-new-card.is-prev,
  .whats-new .whats-new-card.is-next {
    transform: scale(0.86);
    opacity: 0.46;
    filter: grayscale(0.86) saturate(0.72) blur(0.4px);
  }

  .whats-new .whats-new-nav {
    width: 36px;
    height: 36px;
    font-size: 24px;
    transform: translateY(calc(-50% - 10px));
  }

  .whats-new .whats-new-nav:hover {
    transform: translateY(calc(-50% - 10px)) scale(1.04);
  }

  .whats-new .whats-new-nav.prev {
    left: -2px;
  }

  .whats-new .whats-new-nav.next {
    right: -2px;
  }

  .whats-new .whats-new-dot.active {
    width: 28px;
  }
}

/* ============================================
   IBADAH MINGGU SECTION (REDESIGN)
   ============================================ */
.ibadah-minggu-section {
  position: relative;
  background: var(--blue-soft);
  padding: 68px 0 72px;
  overflow: hidden;
}

.ibadah-minggu-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.44) 0%, rgba(255,255,255,0) 26%);
}

.ibadah-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.ibadah-blob-1 {
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(30,58,95,0.05) 0%, transparent 70%);
  top: -230px;
  left: -170px;
  filter: blur(28px);
}
.ibadah-blob-2 {
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(30,58,95,0.04) 0%, transparent 72%);
  right: -190px;
  bottom: -220px;
  filter: blur(26px);
}

.ibadah-section-divider {
  position: relative;
  z-index: 2;
  width: min(230px, 64vw);
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ibadah-section-divider span {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(30,58,95,0), rgba(30,58,95,0.28), rgba(30,58,95,0));
}

.ibadah-section-divider span:nth-child(2) {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(30,58,95,0.2);
  background: rgba(255,255,255,0.9);
  box-shadow: 0 6px 12px rgba(24,58,94,0.12);
  position: relative;
  flex: 0 0 20px;
}

.ibadah-section-divider span:nth-child(2)::before,
.ibadah-section-divider span:nth-child(2)::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(30,79,128,0.84);
  border-radius: 2px;
}

.ibadah-section-divider span:nth-child(2)::before {
  width: 8px;
  height: 1.6px;
}

.ibadah-section-divider span:nth-child(2)::after {
  width: 1.6px;
  height: 8px;
}

.ibadah-editorial-card {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  margin: 0 auto;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.ibadah-editorial-card::before {
  display: none;
}

.ibadah-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  align-items: center;
  column-gap: 0;
}

.ibadah-showcase-photo {
  position: relative;
  z-index: 3;
  width: min(100%, 640px);
  justify-self: start;
  order: 2;
  transform: translateX(-34px);
}

.ibadah-showcase-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(21, 30, 31, 0.2);
  border: 1px solid rgba(255,255,255,0.55);
}

.ibadah-showcase-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: rgba(12, 34, 58, 0.62);
}

.ibadah-showcase-aesthetic-controls {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  gap: 8px;
  pointer-events: none;
}

.ibadah-showcase-aesthetic-controls .dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(233, 245, 255, 0.9);
  box-shadow: 0 0 0 1px rgba(23, 64, 103, 0.22);
}

.ibadah-mobile-overlay {
  display: none;
}

.ibadah-showcase-panel {
  position: relative;
  z-index: 2;
  order: 1;
  margin-right: -26px;
  min-height: 332px;
  border-radius: 24px;
  background: linear-gradient(145deg, #2b5d8d 0%, #214a73 100%);
  color: #f1f6fd;
  padding: 38px 70px 34px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(16, 48, 84, 0.2);
}

.ibadah-showcase-kicker {
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(226, 239, 255, 0.9);
  font-family: inherit;
}

.ibadah-showcase-title {
  margin: 0;
  max-width: 16ch;
  font-family: 'Brillotus', cursive;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.02;
  font-weight: normal;
  font-style: normal;
  color: #f5f9ff;
  text-align: center;
}

.ibadah-showcase-times {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.ibadah-showcase-times span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 14px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(177, 205, 232, 0.16) 100%);
  font-family: inherit;
  font-size: 17px;
  font-weight: 800;
  color: #f6fbff;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 8px 18px rgba(13, 36, 63, 0.18);
  position: relative;
}

.ibadah-showcase-times span::before {
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #a8dbff 0%, #f8fdff 100%);
  box-shadow: 0 0 0 4px rgba(168, 219, 255, 0.14);
}

.ibadah-showcase-times span:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.26) 0%, rgba(195, 219, 240, 0.24) 100%);
  box-shadow: 0 12px 24px rgba(12, 35, 63, 0.24);
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.38);
}

.ibadah-showcase-privacy-mask {
  display: none;
}

.ibadah-showcase-note {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(246, 251, 255, 0.92);
  text-align: center;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.gembala-name {
  font-family: inherit;
  font-size:48px;
  font-weight: 800;
  color: var(--white);
  margin: 0 0 4px;
  line-height: 1.15;
  letter-spacing: 0;
  text-shadow: 0 6px 24px rgba(0,0,0,0.28);
}
.gembala-name-only {
  font-family: 'Brillotus', cursive;
  font-size: clamp(38px, 4.5vw, 54px);
  font-weight: normal;
  margin: 0;
  line-height: 1.18;
  letter-spacing: 0.01em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.gembala-name,
.gembala-name-secondary,
.gembala-separator em,
.gembala-statement {
  font-family: inherit;
}
.gembala-name-line {
  display: block;
  line-height: 1.02;
  text-align: center;
  font-family: 'Brillotus', cursive;
}
.gembala-separator {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 2px 0;
  width: min(360px, 64%);
}
.gembala-separator span {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.45), rgba(255,255,255,0.1));
}
.gembala-separator em {
  font-family: inherit;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: rgba(255,255,255,0.78);
}
.gembala-name-secondary {
  font-family: inherit;
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 800;
  color: rgba(255,255,255,0.92);
  margin: 0 0 12px;
  line-height: 1.15;
}
.gembala-statement {
  margin-top: 22px;
  max-width: 42ch;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.8;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width:1024px){
  .container-large{padding:0 40px}

  .hero-slider{height:60vh;min-height:420px}
  #sliderSection.hero-slider{
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:16 / 7 !important;
    max-height:none !important;
  }
  .hero-title{font-size:52px}
  .hero-subtitle{font-size:18px}
  .hero-btn{width:42px;height:42px}
  .hero-btn-prev{left:18px}
  .hero-btn-next{right:18px}

  .hero-countdown-card {
    width: min(760px, calc(100% - 32px));
  }

  .ibadah-showcase {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }
  .ibadah-showcase-photo {
    width: min(100%, 540px);
    transform: translateX(-16px);
  }
  .ibadah-showcase-panel {
    margin-right: -10px;
    padding: 30px 52px 28px 28px;
    min-height: 300px;
  }
  .ibadah-showcase-title {
    font-size: clamp(46px, 5vw, 62px);
  }
  .ibadah-showcase-times span {
    min-width: 118px;
    padding: 7px 12px;
    font-size: 15px;
  }
  .schedule-feature-card {
    grid-template-columns: 1fr;
  }
  .schedule-feature-copy {
    max-width: none;
  }
  .schedule-feature-times {
    min-width: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .schedule-feature-times span {
    flex: 1 1 140px;
  }
  .schedule-ministry-card {
    grid-template-columns: auto 1fr;
  }
  .schedule-ministry-time {
    grid-column: 2 / 3;
    text-align: left;
  }
  .gembala-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .gembala-photo {
    max-width: 420px;
    margin: 0 auto;
  }

  .pelayanan-item{padding:60px 0}
  .pelayanan-row{gap:60px}
  .pelayanan-judul{font-size:32px}
  .service-image,.service-image-placeholder{height:360px}

  .cta-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .cta-photo {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  .footer-container{padding:46px 28px 34px;gap:20px;grid-template-columns:1fr 1fr}
  .footer-col:nth-child(2){padding-left:0;border-left:none}
  .footer-col:nth-child(3){padding-left:0;border-left:none;grid-column:1 / -1}
}

@media (max-width:820px){
  .footer{
    font-size:13px;
  }
  .footer-container{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    padding:18px 12px 12px;
  }
  .footer-col{gap:5px}
  .footer-col:nth-child(1){grid-column:1 / -1}
  .footer-col:nth-child(2),
  .footer-col:nth-child(3){grid-column:auto;border-left:none;padding-left:0}
  .footer-col h4{
    margin:0 0 2px;
    font-size:11px;
    letter-spacing:1.2px;
  }
  .footer-link,
  .footer-address-text,
  .footer-col p,
  .social-icons a{
    font-size:13px;
    line-height:1.4;
  }
  .footer-link{gap:8px;align-items:flex-start}
  .footer-link i{margin-top:1px}
  .footer-link-strong strong{
    display:block;
    font-size:13px;
    line-height:1.28;
    margin:0;
  }
  .footer-link-strong span:last-child{gap:1px}
  .footer-address-text{
    line-height:1.38;
    word-break:break-word;
  }
  .footer-address-card,
  .footer-schedule-box{padding:8px 9px;border-radius:10px}
  .footer-address-card{gap:6px}
  .footer-icon-badge{width:28px;height:28px;border-radius:9px}
  .footer-link-strong small{
    font-size:10px;
    line-height:1.2;
    letter-spacing:1.1px;
  }
  .footer-meta-label{
    font-size:10px;
    line-height:1.2;
    letter-spacing:1.2px;
  }
  .social-icons{padding:6px;border-radius:10px;gap:4px}
  .social-icons a{padding:4px 5px;gap:7px}
  .social-icons a i{font-size:14px}
  .footer-bottom{
    padding:8px 10px;
    font-size:11px;
    line-height:1.3;
  }
}

@media (max-width:560px){
  .footer-container{grid-template-columns:1fr}
  .footer-col:nth-child(1),
  .footer-col:nth-child(2),
  .footer-col:nth-child(3){grid-column:1 / -1}
  .footer-col{gap:6px}
  .footer-link,
  .footer-address-text,
  .footer-col p,
  .social-icons a{font-size:12.5px;line-height:1.42}
  .footer-col h4{margin-bottom:1px}
  .footer-address-card,
  .footer-schedule-box{padding:8px 8px}
}

@media (max-width:768px){
  section{padding:44px 0}
  .header-nav .container{
    padding:0 18px;
    height:66px;
    gap:10px;
    justify-content:space-between;
  }
  .logo{font-size:16px;gap:8px}
  .logo-img{width:34px;height:34px}
  .header-menu-toggle{display:inline-flex}
  .navbar{
    position:absolute;
    left:12px;
    right:12px;
    top:calc(100% + 8px);
    background:#fff;
    border:1px solid rgba(30,58,95,.12);
    border-radius:14px;
    box-shadow:0 16px 34px rgba(15,39,66,.18);
    opacity:0;
    transform:translateY(-8px);
    pointer-events:none;
    max-height:0;
    overflow:hidden;
    transition:opacity .26s ease, transform .26s ease, max-height .26s ease;
    z-index:120;
  }
  .header-nav.nav-open .navbar{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
    max-height:75vh;
  }
  .navbar ul{
    gap:2px;
    padding:10px;
    flex-direction:column;
  }
  .navbar li{width:100%}
  .navbar a{
    display:block;
    width:100%;
    font-size:13px;
    letter-spacing:.06em;
    padding:10px 12px;
    border-radius:10px;
  }
  .navbar a:hover{
    color:var(--blue-primary);
    background:rgba(30,58,95,.08);
  }
  .navbar a::after{display:none}
  body.menu-open{overflow:hidden}

  .hero-slider{height:58vh;min-height:380px}
  #sliderSection.hero-slider{
    aspect-ratio:4 / 3 !important;
  }
  .hero-content{padding:0 20px}
  .hero-title{font-size:36px}
  .hero-subtitle{font-size:16px}
  .hero-btn{width:36px;height:36px;font-size:14px}
  .hero-btn-prev{left:10px}
  .hero-btn-next{right:10px}
  .hero-dots{bottom:18px;gap:8px}
  .hero-dot{width:10px;height:10px}

  .hero-countdown-card {
    top: 50%;
    width: calc(100% - 28px);
    padding: 8px 6px;
  }

  .hero-countdown-kicker {
    margin-bottom: 2px;
    font-size: 8px;
    letter-spacing: 1.4px;
  }

  .hero-countdown-title {
    margin-bottom: 4px;
    font-size: clamp(1.6rem, 9.4vw, 2.15rem);
    line-height: 1;
  }

  .hero-countdown-box {
    margin-top: 6px;
    border-radius: 14px;
    padding: 7px 6px 6px;
  }

  .hero-countdown-label {
    font-size: 7px;
    letter-spacing: 1.1px;
  }

  .hero-countdown-values {
    margin-top: 6px;
    gap: 4px;
  }

  .hero-countdown-item {
    min-width: 0;
    padding: 5px 2px 4px;
  }

  .hero-countdown-item span {
    font-size: clamp(0.92rem, 6.1vw, 1.18rem);
    letter-spacing: .04em;
    padding-left: .04em;
  }

  .hero-countdown-item small {
    font-size: 6px;
    letter-spacing: .6px;
  }

  .hero-countdown-caption {
    margin-top: 4px;
    font-size: 9px;
    line-height: 1.2;
    white-space: nowrap;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.38);
  }

  .hero-live-actions {
    margin-top: 6px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .hero-live-btn {
    width: 100%;
    padding: 7px 6px;
    font-size: 10px;
    letter-spacing: .03em;
  }

  .hero-live-btn-secondary {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.42);
  }

  .hero-server-clock {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .news-slider-container {
    max-width: 100%;
  }

  #newsSlider {
    height: 300px;
  }

  .news-btn {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
}

@media (max-width:576px){
  section{padding:36px 0}
  .container-large{padding:0 16px}

  .ibadah-minggu-section {
    padding: 8px 0 30px;
  }

  .ibadah-section-divider {
    margin-bottom: 8px;
    width: min(190px, 56vw);
  }

  .gembala-layout { gap: 36px; }
  .gembala-photo { max-width: 250px; margin: 0 auto; }
  .gembala-info { text-align: center; }
  .gembala-name-only {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
  }
  .gembala-name-line {
    display: block;
    white-space: nowrap;
  }
  .gembala-running-text { top: 24px; }
  .gembala-running-track { gap: 24px; animation-duration: 18s; }
  .gembala-running-track span { font-size: clamp(16px, 6vw, 30px); letter-spacing: 0.05em; }
  .gembala-layout { margin-top: 44px; }
  .gembala-photo-accent { display: none; }
  .gembala-divider-deco { justify-content: center; }
  .gembala-statement { max-width: none; }

  .ibadah-showcase {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 420px;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-top: -14px;
  }
  .ibadah-showcase-photo {
    width: 100%;
    max-width: none;
    justify-self: center;
    order: 1;
    transform: none;
  }
  .ibadah-showcase-media {
    border-radius: 16px;
    aspect-ratio: 16 / 10;
    border: 1px solid rgba(255,255,255,0.68);
    box-shadow: 0 10px 22px rgba(18, 45, 73, 0.18);
  }
  .ibadah-showcase-panel {
    order: 2;
    margin-top: 14px;
    min-height: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    max-width: none;
    width: 100%;
    justify-self: center;
  }
  .ibadah-showcase-kicker {
    font-size: 9px;
    letter-spacing: 0.16em;
  }
  .ibadah-showcase-title {
    display: block;
    margin: 0;
    font-size: clamp(38px, 10.8vw, 46px);
    line-height: 1;
    color: var(--blue-primary);
    text-align: center;
    position: relative;
    padding: 0 8px 10px;
    max-width: none;
  }

  .ibadah-showcase-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 82px;
    height: 1px;
    background: linear-gradient(90deg, rgba(30,58,95,0), rgba(30,58,95,0.36), rgba(30,58,95,0));
    transform: translateX(-50%);
  }
  .ibadah-showcase-times {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    position: relative;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
  }
  .ibadah-showcase-times span {
    min-width: 88px;
    font-size: 11px;
    padding: 6px 8px;
    background: linear-gradient(145deg, #2f6192 0%, #24507c 100%);
    border: 0;
    color: #f7fbff;
    box-shadow: 0 6px 12px rgba(25, 70, 112, 0.16);
  }
  .ibadah-showcase-note {
    color: #214a73;
    margin: 12px auto 0;
    max-width: 32ch;
    font-size: 14px;
    line-height: 1.5;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0 8px;
    box-shadow: none;
    text-align: center;
    position: relative;
  }

  .ibadah-showcase-note::before {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    border-radius: 2px;
    margin: 0 auto 8px;
    background: linear-gradient(90deg, rgba(63,182,168,0.85), rgba(30,58,95,0.45));
  }

  .ibadah-mobile-overlay {
    display: none;
  }

  .ibadah-showcase-aesthetic-controls {
    display: none !important;
  }
  .gembala-name { font-size: clamp(38px, 11vw, 58px); }
  .gembala-name-only { font-size: clamp(36px, 10vw, 52px); }
  .gembala-name-secondary { font-size: clamp(28px, 9vw, 38px); }
  .gembala-separator { width: auto; margin: 0; gap: 4px; }
  .gembala-separator span { display: none; }
  .gembala-separator em { font-size: 11px; letter-spacing: 0.1em; }

  .cta-photo-frame { aspect-ratio: 4 / 3; min-height: 0; }
  .cta-content { text-align: center; margin: 0 auto; }
  .cta-phone { margin-bottom: 14px; }

  .pelayanan-item{padding:50px 0}
  .pelayanan-row{
    grid-template-columns:1fr;
    gap:40px;
  }
  .pelayanan-item.image-left .pelayanan-image,
  .pelayanan-item.image-right .pelayanan-image{order:1}
  .pelayanan-item.image-left .pelayanan-content,
  .pelayanan-item.image-right .pelayanan-content{order:2}
  .service-image,.service-image-placeholder{height:300px}
  .pelayanan-judul{font-size:28px}
}

@media (max-width:480px){
  section{padding:32px 0}
  .header-nav .container{
    padding:0 14px;
    height:62px;
  }
  .logo{font-size:14px;gap:7px}
  .logo-img{width:30px;height:30px}
  .navbar{
    left:10px;
    right:10px;
    border-radius:12px;
  }
  .navbar a{font-size:12px;padding:9px 11px}

  #sliderSection.hero-slider{
    aspect-ratio:16 / 10 !important;
  }

  .section-title-big{font-size:34px;margin-bottom:16px}
  .cta-title{font-size:36px}
  .btn-cta-large{padding:16px 40px;font-size:16px}

  #newsSlider {
    height: 250px;
  }

  .news-btn {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .pelayanan-item{padding:40px 0}
  .container-large{padding:0 20px}
  .pelayanan-row{gap:28px}
  .service-image,.service-image-placeholder{height:240px}
  .pelayanan-judul{font-size:24px;margin-bottom:16px}
  .pelayanan-deskripsi{font-size:15px}

  .ibadah-showcase-photo {
    width: 100%;
    max-width: 360px;
  }
  .ibadah-showcase {
    max-width: 360px;
    padding: 0;
    border-radius: 0;
    margin-top: -16px;
  }
  .ibadah-section-divider {
    margin-bottom: 4px;
    width: min(160px, 48vw);
  }
  .ibadah-section-divider span:nth-child(2) {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }
  .ibadah-showcase-media {
    border-radius: 14px;
  }
  .ibadah-showcase-panel {
    margin-top: 0;
    border-radius: 0;
    padding: 0;
  }
  .ibadah-showcase-title {
    font-size: clamp(32px, 10.8vw, 40px);
    padding-bottom: 8px;
  }
  .ibadah-showcase-title::after {
    width: 70px;
  }
  .ibadah-showcase-times {
    gap: 6px;
    margin-top: 9px;
    padding: 0;
  }
  .ibadah-showcase-times span {
    min-width: 82px;
    font-size: 11px;
    padding: 5px 8px;
  }
  .ibadah-showcase-note {
    font-size: 13px;
    line-height: 1.42;
    max-width: 26ch;
    margin-top: 10px;
    padding: 0 4px;
  }

  .ibadah-showcase-note::before {
    width: 40px;
    margin-bottom: 7px;
  }
  .gembala-name { font-size: clamp(30px, 10.4vw, 42px); }
  .gembala-name-only { font-size: clamp(28px, 9.6vw, 38px); }
  .gembala-name-secondary { font-size: clamp(22px, 8.4vw, 30px); }
  .gembala-separator { width: auto; margin: 0; gap: 6px; }
  .gembala-separator em { font-size: 10px; }
  .gembala-running-track { animation-duration: 18s; }
}

@media (max-width: 576px) {
  .whats-new .section-title-big {
    margin-bottom: 10px;
    font-size: clamp(30px, 9.6vw, 40px);
    line-height: 1.06;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
}

/* ============================================
   HOME VARIANT FRUITY (INDEX ONLY)
   ============================================ */
.home-variant-fruity {
  background: linear-gradient(180deg, #f6ede8 0%, #fff8f3 42%, #e8f7f5 100%);
}

.home-variant-fruity #sliderSection.hero-slider {
  min-height: 620px !important;
}

.home-variant-fruity .hero-overlay {
  background:
    radial-gradient(circle at 88% 14%, rgba(255,255,255,0.25) 0%, transparent 36%),
    linear-gradient(110deg, rgba(10, 46, 69, 0.62) 8%, rgba(10, 46, 69, 0.28) 54%, rgba(10, 46, 69, 0.2) 100%) !important;
}

.hero-vibes-content {
  position: absolute;
  z-index: 4;
  left: clamp(26px, 7vw, 110px);
  top: 50%;
  transform: translateY(-50%);
  max-width: min(620px, calc(100% - 50px));
  color: #fff;
}

.hero-vibes-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.12);
  font-family: inherit;
  font-size: 13px;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-vibes-title {
  margin: 0;
  font-family: inherit;
  font-size: clamp(36px, 6.2vw, 84px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero-vibes-outline {
  display: inline-block;
  color: #ffffff;
  -webkit-text-stroke: 2px #37d19b;
  text-shadow: 0 4px 0 rgba(0,0,0,0.18);
}

.hero-vibes-subtitle {
  margin: 16px 0 0;
  font-size: clamp(15px, 1.8vw, 21px);
  max-width: 48ch;
  color: rgba(255,255,255,0.92);
}

.hero-vibes-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-vibes-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.hero-vibes-btn:hover {
  transform: translateY(-2px);
}

.hero-vibes-btn-primary {
  color: #0f4f40;
  background: #e8ffdc;
  box-shadow: 0 12px 24px rgba(5, 52, 40, 0.24);
}

.hero-vibes-btn-primary:hover {
  background: #f2ffea;
}

.hero-vibes-btn-secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.16);
}

.hero-vibes-btn-secondary:hover {
  background: rgba(255,255,255,0.24);
}

.hero-vibes-polaroid {
  position: absolute;
  z-index: 4;
  right: clamp(24px, 6vw, 96px);
  bottom: 62px;
  width: min(228px, 36vw);
  transform: rotate(-5.5deg);
}

.hero-vibes-polaroid-frame {
  padding: 10px 10px 44px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 28, 44, 0.42);
  border: 2px solid #f06e7e;
}

.hero-vibes-polaroid-frame img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 16px;
}

.hero-vibes-polaroid-caption {
  position: absolute;
  left: 20px;
  bottom: 14px;
  margin: 0;
  color: #0f7f5f;
  font-family: inherit;
  font-size: 30px;
  line-height: 1;
}

.home-energy-strip {
  background: #0d7e54;
  padding: 14px 0;
  overflow: hidden;
  position: relative;
}

.home-energy-strip::before,
.home-energy-strip::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-energy-strip::before {
  background: linear-gradient(90deg, #0d7e54 0%, transparent 7%, transparent 93%, #0d7e54 100%);
  z-index: 2;
}

.home-energy-track {
  display: flex;
  gap: 26px;
  white-space: nowrap;
  width: max-content;
  animation: energyTicker 24s linear infinite;
  padding-left: 24px;
}

.home-energy-track span {
  color: #fff;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.home-energy-track span::before {
  content: '✿';
  margin-right: 12px;
  color: #d9ffd7;
}

@keyframes energyTicker {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.home-variant-fruity .whats-new {
  background: linear-gradient(180deg, #f2fffc 0%, #dbf7f1 100%);
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  margin-top: -2px;
}

.home-variant-fruity .whats-new .section-title-big,
.home-variant-fruity .ibadah-minggu-title,
.home-variant-fruity .cta-title {
  font-family: inherit;
}

.home-variant-fruity .ibadah-minggu-section {
  background: linear-gradient(180deg, #d9f5f2 0%, #fff6ef 100%);
}

.home-variant-fruity .gembala-section {
  background: linear-gradient(160deg, #11714e 0%, #0d5940 48%, #0f3f52 100%);
}

.home-variant-fruity .cta-section {
  background: linear-gradient(136deg, #ffe7cf 0%, #ffeef5 50%, #d9f8f2 100%);
}

.home-variant-fruity .btn-cta-large {
  background: linear-gradient(135deg, #0b8e67 0%, #117e8e 100%);
}

.home-variant-fruity .btn-cta-large:hover {
  background: linear-gradient(135deg, #0f9b72 0%, #168d9e 100%);
}

@media (max-width: 1024px) {
  .home-variant-fruity #sliderSection.hero-slider {
    min-height: 560px !important;
  }

  .hero-vibes-content {
    left: 44px;
    max-width: min(620px, calc(100% - 88px));
  }

  .hero-vibes-polaroid {
    right: 30px;
    bottom: 74px;
    width: min(200px, 34vw);
  }
}

@media (max-width: 768px) {
  .home-variant-fruity #sliderSection.hero-slider {
    min-height: 620px !important;
    height: auto !important;
  }

  .hero-vibes-content {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    padding: 92px 24px 32px;
    max-width: 100%;
  }

  .hero-vibes-title {
    font-size: clamp(34px, 12.8vw, 62px);
  }

  .hero-vibes-outline {
    -webkit-text-stroke: 1.4px #37d19b;
  }

  .hero-vibes-subtitle {
    font-size: 16px;
  }

  .hero-vibes-actions {
    gap: 10px;
  }

  .hero-vibes-btn {
    width: 100%;
  }

  .hero-vibes-polaroid {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 0 76px auto;
    width: min(200px, 58vw);
  }

  .home-energy-strip {
    padding: 10px 0;
  }

  .home-energy-track {
    gap: 18px;
    animation-duration: 18s;
  }

  .home-energy-track span {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .hero-vibes-content {
    padding: 92px 18px 28px;
  }

  .hero-countdown-caption {
    display: none;
  }

  .hero-live-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .hero-live-btn {
    font-size: 9px;
    padding: 7px 6px;
  }

  .hero-vibes-kicker {
    font-size: 11px;
    padding: 6px 11px;
  }

  .hero-vibes-subtitle {
    font-size: 14px;
  }

  .hero-vibes-polaroid {
    width: min(180px, 70vw);
    margin-bottom: 66px;
  }

  .home-energy-track span {
    font-size: 14px;
  }
}

/* ============================================
   HOMEPAGE SKIN - PRIORITY OVERRIDES
   ============================================ */
body.home-cinematic .section-title-big {
  color: var(--blue-primary) !important;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-align: center;
  font-size: clamp(1.4rem, 4vw, 2.4rem);
}

body.home-cinematic .whats-new,
body.home-cinematic .ibadah-minggu-section,
body.home-cinematic .gembala-section,
body.home-cinematic .cta-section {
  background: transparent !important;
}

body.home-cinematic .whats-new .container-large,
body.home-cinematic .ibadah-minggu-section .container-large,
body.home-cinematic .gembala-section .container-large,
body.home-cinematic .cta-section .container-large {
  background: rgba(241, 246, 253, 0.82) !important;
  border: 1px solid rgba(30, 58, 95, 0.12) !important;
  border-radius: 34px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

body.home-cinematic .ibadah-showcase-title,
body.home-cinematic .gembala-name,
body.home-cinematic .cta-title,
body.home-cinematic .ibadah-showcase-note,
body.home-cinematic .cta-phone {
  color: var(--blue-primary) !important;
}

body.home-cinematic .ibadah-showcase-times span {
  background: rgba(30, 58, 95, 0.12) !important;
  border-color: rgba(30, 58, 95, 0.2) !important;
  color: var(--blue-primary) !important;
}

body.home-cinematic .navbar {
  background: transparent;
}

body.home-cinematic header {
  background: transparent;
  box-shadow: none;
  padding: 14px 16px 0;
  top: 0;
  z-index: 130;
  pointer-events: none;
}

body.home-cinematic .header-nav {
  width: min(1220px, calc(100% - 52px));
  margin: 0 auto;
  border-radius: 22px;
  border: 1px solid rgba(30, 58, 95, 0.16);
  box-shadow: 0 18px 40px rgba(20, 44, 82, 0.2);
  pointer-events: auto;
}

body.home-cinematic .header-nav .container {
  height: 76px;
  padding: 0 20px 0 24px;
}

body.home-cinematic .logo {
  gap: 12px;
}

@media (min-width: 901px) {
  body.home-cinematic .navbar {
    margin-left: auto;
    padding: 10px 16px;
    border-radius: 14px;
    border: 1px solid rgba(30, 58, 95, 0.14);
    background: linear-gradient(110deg, rgba(238, 245, 252, 0.92), rgba(227, 237, 248, 0.86));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  }

  body.home-cinematic .navbar ul {
    gap: 30px;
  }

  body.home-cinematic .navbar a {
    font-size: 0.98rem;
    color: var(--blue-primary);
  }
}

body.home-cinematic .logo-img {
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.26));
}

body.home-cinematic .navbar a {
  letter-spacing: 0.8px;
}

@media (max-width: 900px) {
  body.home-cinematic .section-title-big {
    letter-spacing: 3px;
  }

  body.home-cinematic .whats-new .container-large,
  body.home-cinematic .ibadah-minggu-section .container-large,
  body.home-cinematic .gembala-section .container-large,
  body.home-cinematic .cta-section .container-large {
    border-radius: 24px;
  }

  body.home-cinematic header {
    padding: 10px 10px 0;
  }

  body.home-cinematic .header-nav {
    width: calc(100% - 20px);
    border-radius: 14px;
  }

  body.home-cinematic .header-nav .container {
    height: 66px;
    padding: 0 14px;
  }

  body.home-cinematic .navbar {
    background: rgba(238, 245, 252, 0.97);
  }
}
