/* ==========================================================================
   SENRIO EVENT ORGANIZER — STYLE SHEET
   Concept: "Route Briefing" — expedition route-map meets corporate polish
   ========================================================================== */

:root{
  /* Brand colors sampled directly from the Senrio brochure/logo */
  --brand:      #02478C;   /* logo blue */
  --brand-dark: #012E5C;   /* deep navy for gradients & dark sections */
  --ink:        #0B1F3A;   /* near-black navy for body/heading text */
  --deep:       #0C3B6B;
  --deep-2:     #072448;
  --accent:     #FF9500;   /* logo orange */
  --accent-dark:#E07D00;
  --bg:         #F4F6F9;
  --surface:    #FFFFFF;
  --slate:      #55637A;
  --slate-light:#8B97AC;
  --line:       #E3E8EF;

  --font-display: 'Poppins', sans-serif;
  --font-body:    'Inter', sans-serif;
  --font-mono:    'IBM Plex Mono', monospace;

  --radius: 16px;
  --shadow-soft: 0 12px 32px -12px rgba(2,71,140,.16);
  --shadow-strong: 0 24px 54px -16px rgba(2,71,140,.30);
}

*{ box-sizing: border-box; }

html{ scroll-behavior: smooth; }

body{
  font-family: var(--font-body);
  font-size: 16.5px;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin: 0;
}

p{ color: var(--slate); line-height: 1.75; font-size: 1.02rem; margin: 0; }

a{ text-decoration: none; color: inherit; }

::selection{ background: var(--accent); color: #fff; }

/* Scroll reveal */
[data-reveal]{
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.22,.68,.35,1), transform .7s cubic-bezier(.22,.68,.35,1);
  transition-delay: var(--d, 0s);
}
[data-reveal].is-visible{
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   NAVBAR
   ========================================================================== */
.srn-navbar{
  background: rgba(243,245,248,0);
  padding: 10px 0;
  transition: all .35s ease;
}
.srn-navbar.scrolled{
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  padding: 6px 0;
  box-shadow: 0 8px 24px -12px rgba(11,31,58,.15);
}

.srn-brand{ display: flex; align-items: center; gap: 10px; }
.srn-brand-logo{
  height: 62px !important;
  max-width: 240px !important;
  margin-top: -6px;
  margin-bottom: -6px;
  width: auto;
  display: block;
}
.srn-brand-mark{
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: var(--ink);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .82rem;
  border-radius: 8px;
  position: relative;
}
.srn-brand-mark::after{
  content:"";
  position: absolute;
  bottom: -3px; right: -3px;
  width: 10px; height: 10px;
  background: var(--accent);
  border-radius: 3px;
  border: 2px solid var(--bg);
}
.srn-brand-text{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.1;
  display: flex; flex-direction: column;
}
.srn-brand-text small{
  font-family: var(--font-body);
  font-weight: 500;
  font-size: .58rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--slate);
}

.srn-navbar .nav-link{
  font-weight: 600;
  font-size: .88rem;
  color: var(--ink);
  padding: 5px 14px !important;
  position: relative;
}
.srn-navbar .nav-link::after{
  content:"";
  position: absolute;
  left: 14px; right: 14px; bottom: 1px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.srn-navbar .nav-link:hover::after{ transform: scaleX(1); }

/* ===== NAV LINK — ACTIVE STATE (ScrollSpy otomatis) ===== */
.srn-navbar .nav-link.active{
  color: var(--accent) !important;
  font-weight: 700;
}
.srn-navbar .nav-link.active::after{
  transform: scaleX(1); /* underline permanen ketika active */
  background: linear-gradient(90deg, var(--accent), #FFC447);
  height: 2.5px;
  border-radius: 2px;
  box-shadow: 0 2px 8px -2px rgba(255,149,0,.5);
}
/* Navbar ketika scrolled: active state lebih bold */
.srn-navbar.scrolled .nav-link.active{
  color: var(--brand) !important;
}
.srn-navbar.scrolled .nav-link.active::after{
  background: linear-gradient(90deg, var(--brand), #2B7FD4);
  box-shadow: 0 2px 8px -2px rgba(2,71,140,.45);
}

/* Buttons */
.srn-btn-accent{
  background: var(--accent);
  color: #fff !important;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  padding: 12px 26px;
  transition: all .25s ease;
  box-shadow: 0 10px 24px -8px rgba(242,137,29,.55);
}
.srn-btn-accent:hover{
  background: var(--accent-dark);
  transform: translateY(-2px);
  color:#fff;
}
.srn-btn-outline{
  background: transparent;
  color: var(--ink) !important;
  font-weight: 700;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  padding: 12px 26px;
  transition: all .25s ease;
}
.srn-btn-outline:hover{
  background: var(--ink);
  color: #fff !important;
  transform: translateY(-2px);
}

/* Navbar CTA Button — SELALU ACCENT ORANGE diujung kanan (scrolled atau tidak) */
.srn-navbar .srn-btn-accent{
  padding: 9px 20px;
  font-size: .84rem;
  /* SELALU warna orange agar CTA jelas di ujung kanan */
  background: linear-gradient(135deg, #FFA533 0%, var(--accent) 100%);
  color: #fff !important;
  border: 1.5px solid transparent;
  box-shadow: 0 10px 22px -8px rgba(255,149,0,.55);
  margin-left: 12px;  /* jarak dari menu terakhir */
  transition: all .3s ease;
}
.srn-navbar .srn-btn-accent:hover{
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -8px rgba(255,149,0,.7);
}
/* Saat scrolled: style sama tapi shadow lebih lembut */
.srn-navbar.scrolled .srn-btn-accent{
  background: linear-gradient(135deg, #FFA533 0%, var(--accent) 100%);
  color: #fff !important;
  border: 1.5px solid transparent;
  box-shadow: 0 10px 22px -8px rgba(255,149,0,.55);
}
.srn-navbar.scrolled .srn-btn-accent:hover{
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -8px rgba(255,149,0,.7);
}

/* ==========================================================================
   STATS / TRUST BAR (floating after hero)
   ========================================================================== */
/* ==========================================================================
   STATS / TRUST BAR — FLOATING CARD EFFECT
   (Agar HERO 100vh penuh, stats TIDAK TERLIHAT di awal — muncul setelah discroll)
   ========================================================================== */
.srn-stats-section{
  /* SECTION: berada TEPAT setelah batas hero 100vh */
  margin-top: 0;
  position: relative;
  z-index: 10;
  padding-top: 0;        /* section mulai tepat dibawah hero */
  padding-bottom: 24px;
}
.srn-stats-section .container{
  /* CARD di DALAM container: DITARIK ATAS (-80px) agar efek melayang overlap
     dengan section bawah hero. Karena section top tepat = batas 100vh,
     maka card hanya muncul SETELAH USER DISCROLL KE BAWAH. */
}
.srn-stats-card{
  background: #fff;
  border-radius: 22px;
  padding: 28px 18px;
  /* PULL UP CARD — overlap ke hero 80px, tapi karena section-start tepat di
     batas bawah hero (100vh), card ini TIDAK TERLIHAT di viewport awal. */
  margin-top: -80px;
  box-shadow: 0 24px 60px -20px rgba(2,71,140,.25),
              0 10px 22px -12px rgba(11,31,58,.08);
  border: 1px solid rgba(227,232,239,.7);
}
.srn-stat-item{
  text-align: center;
  padding: 4px 8px;
  position: relative;
}
.srn-stat-icon{
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #FFF3E0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 1.4rem;
  transition: all .35s ease;
}
.srn-stat-item:hover .srn-stat-icon{
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 10px 20px -8px rgba(255,149,0,.45);
}
.srn-stat-number{
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--brand);
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.srn-stat-number:not(.srn-stat-text)::after{
  content: "+";
  color: var(--accent);
  margin-left: 1px;
}
.srn-stat-text{
  color: var(--brand);
}
.srn-stat-label{
  font-family: var(--font-body);
  font-weight: 500;
  font-size: .82rem;
  color: var(--slate);
  letter-spacing: .01em;
}
.srn-stat-divider::before{
  content:"";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 55%;
  background: linear-gradient(180deg, transparent, var(--line), transparent);
}

@media (max-width: 991.98px){
  .srn-stats-section{ margin-top: 0; }
  .srn-stats-card{ margin-top: -56px; padding: 20px 10px; }
  .srn-stat-divider::before{ display: none; }
  .srn-stat-icon{ width: 48px; height: 48px; font-size: 1.2rem; margin-bottom: 10px; }
  .srn-stat-number{ font-size: clamp(1.3rem, 4vw, 1.8rem); }
}
@media (max-width: 575.98px){
  .srn-stats-section{ margin-top: 0; }
  .srn-stats-card{ margin-top: -48px; border-radius: 16px; padding: 18px 10px; }
  .srn-stat-label{ font-size: .74rem; }
}

/* ==========================================================================
   HERO
   ========================================================================== */
/* ==========================================================================
   HERO (Dioptimalkan untuk Pas 1 Layar Desktop & Responsif Mobile)
   ========================================================================== */
.srn-hero {
  position: relative;
  /* ===========================================================
     DESKTOP: FORCE 100vh PENUH (1 LAYAR) — SEMUA NILAI !important
     agar tidak tertimpa rule apapun di bawahnya.
     =========================================================== */
  min-height: 100vh !important;
  height: 100vh !important;
  max-height: 100vh !important;
  display: flex;
  align-items: center;
  /* Padding lebih hemat agar semua elemen hero MUAT di dalam 100vh */
  padding: 96px 0 88px !important;
  background: var(--brand-dark);
  overflow: hidden;
}
.srn-hero-content-container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.srn-hero-layout-row{
  width: 100%;
  flex: 0 0 auto;
}

.srn-hero-bg {
  position: absolute; 
  inset: 0;
  overflow: hidden;
}

.srn-hero-bg img {
  width: 100%; 
  height: 100%;
  object-fit: cover;
  /* Menggeser fokus gambar kolase ke kanan agar area teks di kiri lebih bersih */
  object-position: center right; 
  animation: srn-kenburns 22s ease-in-out infinite alternate;
  /* ✅ DIRINGANKAN KETIMBANG SEBELUMNYA (brightness 0.85 → 1.02)
     + saturate 1.05 → 1.22 agar WARNA FOTO LEBIH HIDUP & JELAS. */
  filter: saturate(1.22) brightness(1.02) contrast(1.02);
}

/* ✅ OVERLAY DIRINGANKAN SECARA DRASTIS:
   KIRI  (tempat teks)  = opacity tetap cukup agar teks putih TERBACA JELAS
   KANAN (tempat foto)  = opacity SANGAT RENDAH agar WARNA FOTO TERSEMBUNYI APA
                          (sebelumnya 40% → sekarang cuma 12% gelap!) */
.srn-hero-overlay {
  position: absolute; 
  inset: 0;
  background: linear-gradient(
    90deg, 
    rgba(1, 26, 54, 0.86) 0%,    /* ✅ dikurangi 0.98 → 0.86 (cukup agar teks jelas) */
    rgba(1, 46, 92, 0.68) 40%,   /* ✅ dikurangi 0.90 → 0.68 (tengah mulai terang) */
    rgba(1, 46, 92, 0.30) 70%,   /* ✅ area 70% kanan gambar mulai SUPER CERAH */
    rgba(1, 46, 92, 0.12) 100%   /* ✅ SISI PALING KANAN: HAMPIR TIDAK ADA OVERLAY 
                                         warna foto asli KELUAR SEMPURNA */
  );
  z-index: 1;
}

/* Contour dots (layer dekorasi) opacity turunkan agar tidak menutup warna foto */
.srn-hero-contour {
  position: absolute; 
  inset: 0;
  background-image:
    repeating-radial-gradient(circle at 18% 30%, transparent 0, transparent 38px, rgba(255,255,255,.018) 39px, rgba(255,255,255,.018) 40px),
    repeating-radial-gradient(circle at 85% 75%, transparent 0, transparent 46px, rgba(255,255,255,.018) 47px, rgba(255,255,255,.018) 48px);
  pointer-events: none;
  z-index: 1;
  opacity: .7;
}

.srn-hero .container { 
  position: relative; 
  z-index: 2; 
}

/* Ukuran Teks Fleksibel (Laptop vs Mobile) — DIPADATKAN agar MUAT 1 VIEWPORT */
.srn-hero-title {
  color: #fff;
  /* clamp(min, ideal, max) — kurangi max 3.6rem → 3.3rem agar lebih hemat ruang */
  font-size: clamp(2.0rem, 4.3vw, 3.3rem); 
  font-weight: 800;
  line-height: 1.08;  /* line-height lebih rapat */
  margin-bottom: 16px;  /* 20px → 16px */
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.srn-hero-lead {
  color: rgba(255,255,255,.9);
  font-size: clamp(0.92rem, 1.2vw, 1.06rem);
  max-width: 600px;
  margin: 0 0 24px;  /* 35px → 24px (hemat 11px) */
  line-height: 1.58;
}

/* ==========================================================================
   SKEMA RESPONSIF MOBILE & TABLET — HERO + NAVBAR CTA
   ========================================================================== */

/* ===== TABLET (≤991.98px — Bootstrap lg breakpoint) ===== */
@media (max-width: 991.98px){
  /* Navbar CTA di mode collapsed — hapus margin-left, rapikan padding */
  .srn-navbar .srn-btn-accent{
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    display: inline-flex;
    padding: 11px 22px;
  }
}

/* ===== MOBILE KECIL & SEDANG (≤768px) — HERO 100dvh penuh + safe area ===== */
@media (max-width: 768px) {
  .srn-hero {
    /* PAKAI !important untuk MENIMPA rule desktop 100vh !important di atas */
    min-height: 100dvh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding: 0 0 40px !important;
    align-items: flex-start;
    /* Support notch iPhone */
    padding-top: calc(72px + env(safe-area-inset-top)) !important;
  }
  .srn-hero-content-container{
    height: 100%;
    display: flex !important;
    align-items: center;
    padding-top: 0;
  }
  .srn-hero-layout-row{
    align-items: center !important;
  }

  /* SEMUA teks rata TENGAH di mobile — lebih enak dilihat */
  .srn-hero-text-col,
  .srn-hero-inner-wrap,
  .srn-hero-lead,
  .srn-hero-title
  { text-align: center !important; }

  /* Eyebrow pill dipaksa CENTER di mobile */
  .srn-eyebrow{
    display: inline-flex !important;
    margin: 0 auto 18px !important;
    font-size: .7rem !important;
    padding: 6px 14px 6px 10px !important;
  }

  /* Hide semua <br class="srn-br"> di mobile — biarkan judul wrap natural */
  .srn-br{ display: none !important; }

  .srn-hero-title{
    font-size: clamp(1.85rem, 9vw, 2.5rem) !important;
    margin-bottom: 14px !important;
    line-height: 1.12 !important;
  }

  .srn-hero-overlay {
    /* Mobile: gradient vertikal — atas gelap (teks terbaca), bawah lebih cerah (gambar terlihat) */
    background: linear-gradient(
      180deg,
      rgba(1, 26, 54, 0.82) 0%,
      rgba(1, 26, 54, 0.72) 40%,
      rgba(1, 26, 54, 0.50) 70%,
      rgba(1, 26, 54, 0.28) 100%
    );
  }

  /* Hapus decorative blur + dots di MOBILE (hemat GPU, juga tidak kelihatan karena overlay gelap) */
  .srn-hero-blob,
  .srn-hero-dots{
    display: none !important;
  }

  .srn-hero-lead{
    font-size: .92rem !important;
    margin: 0 auto 22px !important;
    max-width: 34rem;
    line-height: 1.6 !important;
  }

  .srn-hero-actions {
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
    gap: 12px;
    margin-bottom: 22px !important;
  }

  .srn-hero-actions .btn {
    width: 100%;
    max-width: 340px;
    text-align: center;
    justify-content: center;
    display: inline-flex !important;
    padding: 14px 22px !important;
    font-size: .94rem !important;
  }

  .srn-hero-meta {
    font-size: 0.72rem;
    gap: 6px;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
  }
  .srn-hero-meta > span:not(.srn-dot){
    padding: 8px 12px !important;
    margin: 3px 0 !important;
    font-size: .74rem !important;
    display: inline-flex;
    align-items: center;
  }

  .srn-dot {
    display: none; /* Sembunyikan titik pemisah di HP */
  }
}

/* ===== MOBILE SANGAT KECIL (≤380px — iPhone SE dll) ===== */
@media (max-width: 380px){
  .srn-hero{
    min-height: 100dvh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding: 88px 0 40px !important;
  }
  .srn-hero-title{
    font-size: clamp(1.55rem, 9vw, 1.95rem) !important;
    line-height: 1.15 !important;
  }
  .srn-hero-lead{
    font-size: .88rem !important;
    line-height: 1.55 !important;
    margin-bottom: 18px !important;
  }
  .srn-hero-actions{
    margin-bottom: 18px !important;
    gap: 10px !important;
  }
  .srn-hero-actions .btn{
    padding: 13px 22px !important;
    font-size: .9rem !important;
    max-width: 300px;
  }
  .srn-hero-meta > span:not(.srn-dot){
    padding: 7px 10px !important;
    font-size: .7rem !important;
  }
}

/* ==========================================================================
   HERO — DEFAULT UTILITY (diletakkan SETELAH media query mobile agar tidak tertimpa)
   ========================================================================== */

/* ===== INNER WRAP — max-width untuk teks hero agar tidak terlalu lebar di 4K ===== */
.srn-hero-inner-wrap{
  position: relative;
  max-width: 44rem;  /* ~704px lebar maksimal — sweet spot keterbacaan heading */
}

/* ===== LAYAR LEBAR (≥1600px — UltraWide / 4K) ===== */
@media (min-width: 1600px){
  .srn-hero-content-container{
    max-width: 1520px;  /* bataskan konten agar tidak terlalu mepet kanan */
  }
  .srn-hero-inner-wrap{
    max-width: 50rem;
  }
  .srn-hero-title{
    font-size: clamp(2.6rem, 3.2vw, 3.8rem) !important;
  }
  .srn-hero-lead{
    font-size: clamp(1rem, 1vw, 1.15rem) !important;
  }
}

.srn-hero-actions{
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: flex-start;
  margin-bottom: 26px;
}
.srn-hero .srn-btn-outline{
  color: #fff !important;
  border-color: rgba(255,255,255,.4);
}
.srn-hero .srn-btn-outline:hover{
  background: #fff;
  color: var(--ink) !important;
}

/* — DUPLICATE .srn-hero-meta (line lama VERSI 1) TELAH DIHAPUS — lihat deklarasi resmi di section "META CHIPS" bawah */
.srn-dot{ color: rgba(255,255,255,.3); }

/* ===== LAYAR PENDEK (Laptop 13", viewport height < 760px) ===== */
@media (max-height: 760px){
  .srn-hero{
    /* ✅ TETAP 100vh! tidak boleh height:auto — tetap full layar walau tinggi viewport pendek */
    min-height: 100vh !important;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 84px 0 56px !important;  /* padding lebih kecil agar elemen MUAT */
  }
  .srn-hero-title{
    font-size: clamp(1.8rem, 3.4vw, 2.6rem) !important;
    line-height: 1.05 !important;
    margin-bottom: 10px !important;
  }
  .srn-hero-lead{
    font-size: .94rem !important;
    margin-bottom: 16px !important;
    line-height: 1.52 !important;
  }
  .srn-hero-actions{
    margin-bottom: 16px !important;
    gap: 12px !important;
  }
  .srn-btn-lg{
    padding: 12px 24px !important;
    font-size: .92rem !important;
  }
  .srn-eyebrow{
    margin-bottom: 14px !important;
    padding: 5px 16px 5px 12px !important;
    font-size: .7rem !important;
  }
  .srn-hero-meta{
    gap: 8px !important;
  }
  .srn-hero-meta > span:not(.srn-dot){
    padding: 6px 11px !important;
    font-size: .72rem !important;
  }
}

/* ===== LAYAR SANGAT PENDEK (height ≤ 640px, misal landscape HP) ===== */
@media (max-height: 640px){
  .srn-hero{
    /* ✅ TETAP 100vh! (kecuali jika user paksa scroll, ini masih viewport 1 layar) */
    min-height: 100vh !important;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 76px 0 40px !important;
  }
  .srn-hero-title{
    font-size: clamp(1.5rem, 3.5vw, 2rem) !important;
    line-height: 1.08 !important;
    margin-bottom: 8px !important;
  }
  .srn-hero-lead{
    font-size: .88rem !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
  }
  .srn-hero-actions{
    margin-bottom: 12px !important;
    gap: 10px !important;
  }
  .srn-btn-lg{
    padding: 11px 22px !important;
    font-size: .88rem !important;
  }
  .srn-eyebrow{
    margin-bottom: 10px !important;
    font-size: .66rem !important;
    padding: 4px 14px 4px 10px !important;
  }
  .srn-hero-meta > span:not(.srn-dot){
    padding: 6px 10px !important;
    font-size: .68rem !important;
  }
}

/* ===== HERO — EYEBROW PILL ===== */
.srn-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 8px 18px 8px 14px;
  border-radius: 999px;
  background: rgba(255,149,0,.12);
  border: 1px solid rgba(255,149,0,.3);
  color: var(--accent);
  margin-bottom: 22px;
  backdrop-filter: blur(6px);
  animation: srn-eyebrow-pop .8s cubic-bezier(.22,.68,.35,1) both;
}
.srn-eyebrow i{
  display: inline-flex;
  width: 22px; height: 22px;
  align-items: center; justify-content: center;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  font-size: .7rem;
  animation: srn-spin-slow 6s linear infinite;
}
@keyframes srn-eyebrow-pop{
  0%  { opacity: 0; transform: scale(.9) translateY(-10px); }
  100%{ opacity: 1; transform: scale(1)   translateY(0); }
}
@keyframes srn-spin-slow{ to { transform: rotate(360deg); } }

/* ===== HERO — GRADIENT TEXT ANIMATED ===== */
.srn-text-gradient{
  background: linear-gradient(90deg, #FFB347 0%, #FF9500 35%, #FFC447 60%, #FF9500 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: srn-gradient-x 6s ease-in-out infinite;
}
@keyframes srn-gradient-x{
  0%,100%{ background-position: 0% 50%; }
  50%    { background-position: 100% 50%; }
}

/* ===== HERO — DECORATIVE BLOBS & DOTS ===== */
.srn-hero-dots{
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,149,0,.14) 1.5px, transparent 1.5px);
  background-size: 22px 22px;
  background-position: 15% 20%;
  mask-image: radial-gradient(ellipse at 20% 30%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 20% 30%, #000 30%, transparent 75%);
  pointer-events: none;
  z-index: 1;
  opacity: .42; /* ✅ opacity turunkan drastis: .6 → .42 (dots tidak menutup warna foto) */
}
.srn-hero-blob{
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .24; /* ✅ opacity turunkan drastis: .35 → .24 (blob oranye/biru tidak menyesakkan foto) */
  pointer-events: none;
  z-index: 1;
}
.srn-hero-blob--orange{
  width: 420px; height: 420px;
  right: -120px; top: -80px;
  background: radial-gradient(circle, #FF9500 0%, transparent 70%);
  animation: srn-float 9s ease-in-out infinite;
}
.srn-hero-blob--blue{
  width: 360px; height: 360px;
  left: -80px; bottom: -100px;
  background: radial-gradient(circle, #2B7FD4 0%, transparent 70%);
  animation: srn-float 11s ease-in-out infinite reverse;
}
@keyframes srn-float{
  0%,100%{ transform: translate(0,0) scale(1); }
  33%    { transform: translate(18px,-22px) scale(1.06); }
  66%    { transform: translate(-14px,16px) scale(.96); }
}

/* ===== HERO — STAGGERED REVEAL ON LOAD ===== */
.srn-hero-reveal{
  opacity: 0;
  transform: translateY(32px);
  animation: srn-fade-up .8s cubic-bezier(.22,.68,.35,1) forwards;
}
.srn-hero-reveal--1{ animation-delay: .15s; }
.srn-hero-reveal--2{ animation-delay: .30s; }
.srn-hero-reveal--3{ animation-delay: .45s; }
.srn-hero-reveal--4{ animation-delay: .60s; }
.srn-hero-reveal--5{ animation-delay: .75s; }
@keyframes srn-fade-up{
  to { opacity: 1; transform: translateY(0); }
}

/* ===== HERO — BUTTON LARGE + PULSE RING ===== */
.srn-btn-lg{
  padding: 16px 32px !important;
  font-size: 1rem !important;
  border-radius: 999px !important;
  position: relative;
  overflow: visible;
}
.srn-btn-lg::before{
  content:"";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: inherit;
  z-index: -1;
  animation: srn-pulse-ring 2.6s ease-out infinite;
  opacity: 0;
}
@keyframes srn-pulse-ring{
  0%  { opacity: .6; transform: scale(1); }
  80% { opacity: 0;  transform: scale(1.35); }
  100%{ opacity: 0;  transform: scale(1.35); }
}
.srn-btn-accent.srn-btn-lg{
  background: linear-gradient(135deg, #FFA533 0%, #FF9500 100%);
  box-shadow: 0 14px 34px -8px rgba(255,149,0,.6), inset 0 1px 0 rgba(255,255,255,.3);
}
.srn-btn-accent.srn-btn-lg:hover{
  background: linear-gradient(135deg, #FF9500 0%, #E07D00 100%);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 22px 44px -10px rgba(255,149,0,.7), inset 0 1px 0 rgba(255,255,255,.3);
}
.srn-btn-outline.srn-btn-lg{
  background: rgba(255,255,255,.06);
  color: #fff !important;
  border-color: rgba(255,255,255,.35) !important;
  backdrop-filter: blur(8px);
}
.srn-btn-outline.srn-btn-lg:hover{
  background: #fff;
  color: var(--ink) !important;
  transform: translateY(-3px) scale(1.02);
}

/* ===== HERO — META CHIPS ===== */
.srn-hero-meta{
  justify-content: flex-start;
  gap: 0;
}
.srn-hero-meta > span:not(.srn-dot){
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(6px);
  margin: 4px;
  transition: all .3s ease;
  color: rgba(255,255,255,.88);
}
.srn-hero-meta > span:not(.srn-dot):hover{
  background: rgba(255,149,0,.12);
  border-color: rgba(255,149,0,.3);
  transform: translateY(-2px);
}
.srn-hero-meta .srn-dot{
  align-self: center;
  margin: 0 4px;
}

/* ==========================================================================
   SECTION GENERIC
   ========================================================================== */
.srn-section{ padding: 50px 0; }
.srn-section-alt{ background: var(--surface); }

.srn-section-head{ max-width: 700px; margin: 0 auto 60px; }
.srn-section-head h2{ font-size: clamp(1.7rem, 3vw, 2.4rem); margin: 14px 0 16px; }
.srn-section-head p{ font-size: 1.02rem; }

.srn-eyebrow-line{
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent-dark);
  font-weight: 600;
}
.srn-eyebrow-light{ color: var(--accent); }

/* ==========================================================================
   SERVICE CARDS — Polaroid style
   ========================================================================== */
.srn-service-row{
  margin-bottom: 10px;
}
.srn-service-card{
  background: var(--surface);
  border-radius: 26px;
  height: 100%;
  transition: all .45s cubic-bezier(.22,.68,.35,1);
  position: relative;
  padding: 18px 18px 26px;
  border: 1px solid rgba(227,232,239,.7);
  box-shadow: 0 20px 44px -28px rgba(2,71,140,.18);
}
.srn-service-rotate-l{ transform: rotate(-1.5deg); }
.srn-service-rotate-c{ transform: translateY(10px) rotate(0deg); }
.srn-service-rotate-r{ transform: rotate(1.5deg); }
.srn-service-card:hover{
  transform: translateY(-10px) rotate(0deg);
  box-shadow: 0 30px 60px -28px rgba(2,71,140,.28);
  border-color: rgba(255,149,0,.3);
}
.srn-service-photo{
  position: relative;
}
.srn-service-polaroid{
  background: #fff;
  padding: 10px 10px 40px;
  border-radius: 14px;
  box-shadow: 0 14px 30px -18px rgba(11,31,58,.35);
  transform: translateY(-24px);
  margin-bottom: -18px;
}
.srn-service-photo img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  transition: transform .6s cubic-bezier(.22,.68,.35,1);
}
.srn-service-card:hover .srn-service-photo img{ transform: scale(1.04); }
.srn-service-body{
  padding: 6px 10px 2px;
}
.srn-service-card h4{
  font-size: 1.18rem;
  margin-bottom: 10px;
  color: var(--ink);
}
.srn-service-card p{
  font-size: .9rem;
  line-height: 1.65;
  margin-bottom: 18px;
  color: var(--slate);
}
.srn-service-pill{
  display: inline-block;
  background: var(--brand);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .86rem;
  letter-spacing: .06em;
  padding: 10px 28px;
  border-radius: 999px;
  box-shadow: 0 8px 20px -10px rgba(2,71,140,.55);
}

/* ==========================================================================
   SERVICE MARQUEE — Auto-slide horizontal untuk data ≥6
   ========================================================================== */
.srn-service-marquee-wrap{
  margin-bottom: 22px;
}
.srn-service-marquee-wrap--alt{
  margin-bottom: 0;
}
.srn-service-marquee{
  width: 100%;
  overflow: hidden;
  padding: 18px 0 22px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
}
.srn-service-marquee-track{
  display: flex;
  width: max-content;
  gap: 28px;
  align-items: stretch;
  animation: srn-service-scroll 55s linear infinite;
  will-change: transform;
}
.srn-service-marquee.srn-marquee-reverse .srn-service-marquee-track{
  animation-direction: reverse;
}
@keyframes srn-service-scroll{
  from{ transform: translateX(0); }
  to  { transform: translateX(-50%); }
}

/* Pause on hover — lebih user friendly, user bisa baca detail card */
.srn-service-marquee:hover .srn-service-marquee-track,
.srn-service-marquee:focus-within .srn-service-marquee-track{
  animation-play-state: paused;
}

/* ===== Card wrapper inside marquee: fixed width agar semua card ukuran SAMA ===== */
.srn-service-marquee-card{
  flex: 0 0 auto;
  width: 340px;
  max-width: 82vw;
  display: flex;
  align-items: stretch;
}
/* ===== OVERRIDE: jika wrapper di dalam GRID (kolom Bootstrap) — sesuaikan 100% lebar kolom ===== */
.srn-service-row .srn-service-marquee-card{
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.srn-service-row .srn-service-marquee-card .srn-service-card{
  display: flex;
  flex-direction: column;
}
.srn-service-row .srn-service-marquee-card .srn-service-body{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
}
/* Nonaktifkan rotasi HANYA di marquee (bukan grid) — biar tidak pusing saat sliding */
.srn-service-marquee .srn-service-marquee-card .srn-service-card{
  width: 100%;
  transform: none !important;
  display: flex;
  flex-direction: column;
}
/* Seragamkan tinggi card body & deskripsi agar semua card rata */
.srn-service-marquee-card .srn-service-body{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
}
.srn-service-marquee-card .srn-service-body h4{
  min-height: 3.2rem; /* 2 baris */
  display: flex;
  align-items: center;
  justify-content: center;
}
.srn-service-marquee-card .srn-service-body p{
  min-height: 5.5rem; /* 3-4 baris */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Seragamkan tinggi gambar polaroid */
.srn-service-marquee-card .srn-service-photo img{
  height: 190px !important;
  object-fit: cover;
}

/* Tombol CTA di service card (jika button_text diisi) */
.srn-service-card-btn{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .82rem;
  color: var(--accent-dark);
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255,149,0,.10);
  border: 1px solid rgba(255,149,0,.25);
  transition: all .3s ease;
}
.srn-service-card-btn:hover{
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px);
  border-color: var(--accent);
  box-shadow: 0 8px 18px -10px rgba(255,149,0,.6);
}
.srn-service-card-btn i{ font-size: .7rem; }

/* ===== RESPONSIVE: service marquee ===== */
@media (max-width: 1399.98px){
  .srn-service-marquee-card{ width: 310px; }
}
@media (max-width: 1199.98px){
  .srn-service-marquee-track{ gap: 22px; }
  .srn-service-marquee-card{ width: 290px; }
  .srn-service-marquee-card .srn-service-photo img{ height: 170px !important; }
}
@media (max-width: 991.98px){
  .srn-service-marquee-track{ gap: 18px; animation-duration: 65s; }
  .srn-service-marquee-card{ width: 270px; max-width: 78vw; }
  .srn-service-marquee{
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%);
  }
}
@media (max-width: 767.98px){
  .srn-service-marquee-wrap{ margin-bottom: 14px; }
  .srn-service-marquee-track{ gap: 14px; animation-duration: 75s; }
  .srn-service-marquee-card{ width: 260px; max-width: 86vw; }
  .srn-service-marquee-card .srn-service-photo img{ height: 160px !important; }
  .srn-service-marquee-card .srn-service-body h4{ min-height: 2.8rem; font-size: 1.05rem; }
  .srn-service-marquee-card .srn-service-body p{ min-height: 4.8rem; font-size: .86rem; }
  .srn-service-pill{ font-size: .78rem; padding: 8px 22px; }
}
@media (max-width: 479.98px){
  .srn-service-marquee-track{ animation-duration: 85s; }
  .srn-service-marquee-card{ width: 240px; max-width: 90vw; }
  .srn-service-marquee-card .srn-service-photo img{ height: 150px !important; }
}

/* ==========================================================================
   PAKET prefers-reduced-motion — matikan scroll animasi jika user minta
   ========================================================================== */
@media (prefers-reduced-motion: reduce){
  .srn-service-marquee-track{ animation: none; }
}

/* ==========================================================================
   FEATURE STRIP — 2 column layout: price+CTA vs features grid
   ========================================================================== */
.srn-feature-strip{
  margin-top: 70px;
  background: transparent;
  border-radius: 26px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}
.srn-feature-col-price{
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.srn-feature-price-label{
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--slate);
}
.srn-feature-price-value{
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  color: var(--brand);
  line-height: 1;
  letter-spacing: -0.02em;
}
.srn-feature-price-value small{
  font-size: .65em;
  font-weight: 600;
  color: var(--brand);
}
.srn-feature-cta{
  display: inline-block;
  margin-top: 12px;
  align-self: flex-start;
  background: #fff;
  color: var(--accent);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: .02em;
  padding: 12px 34px;
  border-radius: 999px;
  box-shadow: 0 16px 34px -18px rgba(255,149,0,.55);
  border: 2px solid rgba(255,149,0,.15);
  transition: all .3s ease;
}
.srn-feature-cta:hover{
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px);
}
.srn-feature-contact{
  margin-top: 10px;
  font-size: .95rem;
  color: var(--slate);
  line-height: 1.6;
}
.srn-feature-contact strong{
  color: var(--ink);
  font-weight: 700;
  font-family: var(--font-mono);
  font-size: 1.02rem;
}
.srn-feature-col-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.srn-feature-tile{
  background: #fff;
  border-radius: 20px;
  padding: 20px 14px 18px;
  text-align: center;
  box-shadow: 0 14px 30px -20px rgba(2,71,140,.16);
  border: 1px solid rgba(227,232,239,.7);
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.srn-feature-tile:hover{
  transform: translateY(-4px);
  border-color: rgba(255,149,0,.25);
  box-shadow: 0 22px 40px -24px rgba(255,149,0,.25);
}
.srn-feature-tile-icon{
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #FFF3E0;
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  transition: all .3s ease;
}
.srn-feature-tile:hover .srn-feature-tile-icon{
  background: var(--accent);
  color: #fff;
}
.srn-feature-tile span{
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .84rem;
  color: var(--ink);
  line-height: 1.3;
}

@media (max-width: 991.98px){
  .srn-feature-strip{
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
  }
  .srn-feature-col-price{ align-items: center; text-align: center; }
  .srn-feature-cta{ align-self: center; }
  .srn-service-rotate-l,
  .srn-service-rotate-r,
  .srn-service-rotate-c{
    transform: none;
  }
  .srn-service-rotate-c{ transform: none; }
  .srn-service-card{ padding: 14px 14px 22px; }
  .srn-service-polaroid{
    transform: translateY(-18px);
    margin-bottom: -12px;
    padding: 8px 8px 34px;
  }
}
@media (max-width: 575.98px){
  .srn-feature-col-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .srn-feature-tile{
    padding: 16px 10px 14px;
    border-radius: 16px;
  }
  .srn-feature-tile-icon{
    width: 50px; height: 50px;
    border-radius: 12px;
    font-size: 1.5rem;
  }
  .srn-feature-cta{
    font-size: 1.2rem;
    padding: 10px 26px;
  }
  .srn-service-photo img{
    height: 180px;
  }
}

/* ==========================================================================
   PAKET & HARGA — NEW UI KIT
   ========================================================================== */

/* --- Labels (Oranye & Biru segmen) */
.srn-segmen-label-orange{
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .92rem;
  letter-spacing: .04em;
  padding: 8px 20px;
  border-radius: 999px;
  box-shadow: 0 10px 22px -12px rgba(255,149,0,.5);
}
.srn-segmen-label-orange i{ margin-right: 6px; }
.srn-segmen-label-blue{
  display: inline-block;
  background: var(--brand);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .92rem;
  letter-spacing: .04em;
  padding: 8px 20px;
  border-radius: 999px;
  box-shadow: 0 10px 22px -12px rgba(2,71,140,.5);
}
.srn-segmen-label-blue i{ margin-right: 6px; }
.srn-pkg-label-orange{
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: .76rem;
  letter-spacing: .1em;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 14px;
}

/* --- Rundown Timeline Biru Solid (mirip brosur) --- */
.srn-pkg-rundown{
  background: linear-gradient(180deg, var(--brand) 0%, var(--brand-dark) 100%);
  border-radius: 22px;
  padding: 34px 30px 26px;
  box-shadow: 0 22px 50px -26px rgba(2,71,140,.4);
  color: #fff;
  height: 100%;
}
.srn-pkg-rundown-head{ margin-bottom: 20px; }
.srn-pkg-rundown-title{
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.55rem;
  color: #fff;
  letter-spacing: -.01em;
  margin: 6px 0 2px;
}
.srn-pkg-rundown-sub{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
  color: rgba(255,255,255,.75);
  margin: 0;
  letter-spacing: .02em;
}
.srn-pkg-route{
  list-style: none;
  margin: 0; padding: 0 0 0 36px;
  position: relative;
}
.srn-pkg-route::before{
  content:"";
  position: absolute;
  left: 8px; top: 6px; bottom: 6px;
  width: 2px;
  background-image: linear-gradient(rgba(255,149,0,.7) 60%, transparent 0%);
  background-size: 2px 10px;
  background-repeat: repeat-y;
}
.srn-pkg-route li{
  position: relative;
  padding: 0 0 18px;
}
.srn-pkg-route li:last-child{ padding-bottom: 0; }
.srn-pkg-route li::before{
  content:"";
  position: absolute;
  left: -36px; top: 6px;
  width: 18px; height: 18px;
  background: var(--accent);
  border-radius: 50%;
  border: 3px solid var(--brand-dark);
  box-shadow: 0 0 0 2px rgba(255,149,0,.35);
}
.srn-pkg-route time{
  display: block;
  font-family: var(--font-mono);
  font-size: .82rem;
  color: var(--accent);
  margin-bottom: 2px;
  letter-spacing: .04em;
}
.srn-pkg-route h5{
  color: #fff;
  font-size: 1rem;
  margin-bottom: 3px;
  font-weight: 700;
}
.srn-pkg-route p{
  color: rgba(255,255,255,.7);
  font-size: .86rem;
  margin: 0;
  line-height: 1.55;
}
.srn-pkg-rundown-sm{ padding: 28px 24px 22px; }
.srn-pkg-note-small{
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px dashed rgba(255,255,255,.18);
  font-size: .8rem;
  color: rgba(255,255,255,.75);
  line-height: 1.55;
}
.srn-pkg-note-small i{ color: var(--accent); margin-right: 4px; }
.srn-pkg-note-small strong{ color: #fff; }

/* --- Price Card Dark (Outbound) --- */
.srn-pkg-pricecard{
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 44px -26px rgba(11,31,58,.16);
  transition: all .3s ease;
}
.srn-pkg-pricecard:hover{ transform: translateY(-4px); box-shadow: 0 26px 56px -30px rgba(2,71,140,.26); }
.srn-pkg-pricecard-dark{
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
.srn-pkg-pricecard-img{
  height: 180px;
  overflow: hidden;
}
.srn-pkg-pricecard-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.srn-pkg-pricecard{ padding: 0 0 0 0; }
.srn-pkg-pricecard > .srn-pkg-pricecard-tag,
.srn-pkg-pricecard h3,
.srn-pkg-pricecard .srn-pkg-meta-row,
.srn-pkg-pricecard a{
  margin-left: 26px;
  margin-right: 26px;
}
.srn-pkg-pricecard .srn-pkg-pricecard-tag{
  display: inline-block;
  margin-top: 22px;
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(242,137,29,.14);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.srn-pkg-pricecard h3{
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0 26px 18px;
  color: var(--ink);
}
.srn-pkg-pricecard-dark h3{ color: #fff; }
.srn-pkg-pricecard h3 span{
  display: block;
  font-size: .92rem;
  font-weight: 500;
  color: var(--slate);
  margin-top: 4px;
  font-family: var(--font-body);
}
.srn-pkg-pricecard-dark h3 span{ color: rgba(255,255,255,.7); }
.srn-pkg-meta-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border-top: 1px dashed rgba(227,232,239,.6);
  border-bottom: 1px dashed rgba(227,232,239,.6);
  padding: 16px 0;
  margin: 0 26px 18px;
}
.srn-pkg-pricecard-dark .srn-pkg-meta-row{
  border-top-color: rgba(255,255,255,.12);
  border-bottom-color: rgba(255,255,255,.12);
}
.srn-pkg-meta-row > div{
  display: flex; flex-direction: column;
  gap: 4px;
}
.srn-pkg-meta-row span{
  font-size: .7rem;
  color: var(--slate-light);
  font-family: var(--font-mono);
  letter-spacing: .05em;
  text-transform: uppercase;
}
.srn-pkg-pricecard-dark .srn-pkg-meta-row span{ color: rgba(255,255,255,.55); }
.srn-pkg-meta-row strong{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .95rem;
  color: var(--ink);
}
.srn-pkg-pricecard-dark .srn-pkg-meta-row strong{ color: #fff; }
.srn-pkg-meta-row strong.srn-price-mono{
  font-family: var(--font-mono);
  color: var(--accent);
  font-size: .92rem;
}
.srn-pkg-pricecard a.btn{
  margin: 0 26px 26px;
  width: calc(100% - 52px);
}

/* --- Fasilitas Outbound list --- */
.srn-pkg-fasilitas{
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px 22px 18px;
}
.srn-pkg-fasilitas-title{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .04em;
  color: var(--ink);
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 2px dashed var(--line);
}
.srn-pkg-fasilitas-title i{ color: var(--accent); margin-right: 6px; }
.srn-pkg-fasilitas-list{
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 6px;
}
.srn-pkg-fasilitas-list::-webkit-scrollbar{ width: 6px; }
.srn-pkg-fasilitas-list::-webkit-scrollbar-thumb{ background: var(--line); border-radius: 10px; }
.srn-pkg-fasilitas-list li{
  position: relative;
  padding: 7px 0 7px 22px;
  font-size: .85rem;
  color: var(--slate);
  border-bottom: 1px solid rgba(227,232,239,.6);
  line-height: 1.45;
}
.srn-pkg-fasilitas-list li:last-child{ border-bottom: none; }
.srn-pkg-fasilitas-list li::before{
  content: "\F26A";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0; top: 7px;
  color: var(--accent);
  font-size: .8rem;
}

/* --- Preview Dokumentasi Grid 2x2 --- */
.srn-pkg-docs-title{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--ink);
  text-align: center;
  margin: 0;
}
.srn-pkg-docs-pill{
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .02em;
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 10px;
  box-shadow: 0 8px 18px -10px rgba(255,149,0,.55);
}
.srn-pkg-docs-pill i{ margin-right: 4px; }
.srn-pkg-docs-grid{
  display: grid;
  gap: 8px;
  border-radius: 16px;
  overflow: hidden;
}
.srn-docs-2x2{
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.srn-pkg-docs-grid > div{
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 1/1;
}
.srn-pkg-docs-grid img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  display: block;
}
.srn-pkg-docs-grid > div:hover img{
  transform: scale(1.06);
}

/* ==========================================================
   IFTAR PACKAGE — UI KIT
   ========================================================== */
.srn-iftar-section{ position: relative; }

/* Badge harga melayang */
.srn-iftar-price-badge{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 18px;
  padding: 12px 22px;
  text-align: center;
  box-shadow: 0 18px 40px -20px rgba(2,71,140,.22);
  border: 2px solid rgba(255,149,0,.25);
}
.srn-iftar-price-badge span{
  font-size: .85rem;
  font-weight: 500;
  color: var(--slate);
  display: block;
  margin-bottom: 4px;
}
.srn-iftar-price-badge-value{
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.7rem;
  color: var(--brand);
  line-height: 1;
  letter-spacing: -.02em;
}
.srn-iftar-price-badge-value small{
  font-size: .55em;
  color: var(--brand);
  font-weight: 700;
}

/* --- Iftar Privat Cards --- */
.srn-iftar-card-privat{
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 14px 36px -24px rgba(11,31,58,.14);
  transition: all .35s ease;
}
.srn-iftar-card-privat:hover{ transform: translateY(-4px); box-shadow: 0 22px 50px -30px rgba(2,71,140,.26); }
.srn-iftar-card-privat-feat{
  border: 2px solid rgba(255,149,0,.35);
  box-shadow: 0 20px 44px -24px rgba(255,149,0,.3);
}
.srn-iftar-privat-img{
  height: 100%;
  min-height: 200px;
  overflow: hidden;
  background: var(--bg);
}
.srn-iftar-privat-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.srn-iftar-privat-body{
  padding: 22px 22px 24px;
}
.srn-iftar-privat-title{
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--ink);
  letter-spacing: .02em;
  margin-bottom: 10px;
}
.srn-iftar-privat-title small{
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: .78rem;
  color: var(--slate);
  margin-top: 2px;
  letter-spacing: 0;
}
.srn-iftar-privat-price{
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: 1.55rem;
  color: var(--accent);
  letter-spacing: -.01em;
  line-height: 1;
  margin-bottom: 14px;
}
.srn-iftar-privat-price span{
  font-size: .58em;
  color: var(--slate);
  font-family: var(--font-body);
  font-weight: 500;
}
.srn-iftar-privat-venue{
  list-style: none;
  padding: 0;
  margin: 0;
}
.srn-iftar-privat-venue li{
  font-size: .85rem;
  color: var(--slate);
  margin-bottom: 6px;
  padding-left: 0;
}
.srn-iftar-privat-venue li i{
  color: var(--accent);
  margin-right: 6px;
}

/* --- Iftar Fasilitas box */
.srn-iftar-fasilitas-box{
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
}
.srn-iftar-fasilitas-grid{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}
.srn-iftar-fasilitas-grid li{
  font-size: .86rem;
  color: var(--slate);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 4px 0;
}
.srn-iftar-fasilitas-grid i{
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 2px;
}
.srn-iftar-fasilitas-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.srn-iftar-fasilitas-list li{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .86rem;
  color: var(--slate);
  padding: 6px 0;
  border-bottom: 1px solid rgba(227,232,239,.6);
  line-height: 1.45;
}
.srn-iftar-fasilitas-list li:last-child{ border-bottom: none; }
.srn-iftar-fasilitas-list li i{
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 3px;
  font-size: 1rem;
}

/* --- Iftar Reguler Inventaris table */
.srn-iftar-inventaris{
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
}
.srn-iftar-inventaris-title{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .95rem;
  color: var(--ink);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.srn-iftar-inventaris-title i{ color: var(--accent); }
.srn-iftar-inventaris-table{
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  font-size: .85rem;
}
.srn-iftar-inventaris-table .col-2,
.srn-iftar-inventaris-table .col-3{
  font-size: .8rem;
}
.text-accent{ color: var(--accent) !important; }
.text-sm{ font-size: .85rem !important; }
.border-white\/10{ border-color: rgba(255,255,255,.1) !important; }

/* ==========================================================
   RESPONSIVE — PAKET SECTION
   ========================================================== */
@media (max-width: 991.98px){
  .srn-pkg-rundown{ padding: 26px 22px 20px; }
  .srn-pkg-rundown-title{ font-size: 1.35rem; }
  .srn-iftar-price-badge{
    position: static;
    margin-bottom: 24px;
    display: inline-block;
  }
  .srn-iftar-section > .srn-segmen-label-orange,
  .srn-iftar-section > .srn-segmen-label-blue{
    display: block;
    text-align: center;
  }
  .srn-iftar-fasilitas-grid{
    grid-template-columns: 1fr;
  }
  .srn-iftar-privat-img{ min-height: 160px; }
  .srn-iftar-inventaris-table .col-2,
  .srn-iftar-inventaris-table .col-3{
    font-size: .7rem;
  }
  .srn-pkg-pricecard-img{ height: 160px; }
}
@media (max-width: 575.98px){
  .srn-pkg-route{ padding-left: 30px; }
  .srn-pkg-route li::before{ left: -30px; width: 14px; height: 14px; }
  .srn-segmen-label-orange,
  .srn-segmen-label-blue{
    font-size: .82rem;
    padding: 7px 16px;
  }
  .srn-pkg-meta-row{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .srn-iftar-inventaris-table{
    overflow-x: auto;
  }
}

/* ==========================================================================
   TABS
   ========================================================================== */
.srn-tabs{ border: none; gap: 10px; flex-wrap: wrap; }
.srn-tabs .nav-link{
  border: 1.5px solid var(--line);
  border-radius: 999px;
  color: var(--slate);
  font-weight: 600;
  font-size: .9rem;
  padding: 10px 22px;
  background: var(--surface);
  transition: all .25s ease;
}
.srn-tabs .nav-link i{ margin-right: 6px; }
.srn-tabs .nav-link.active{
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.srn-tabs-dark .nav-link{
  background: transparent;
  border-color: rgba(255,255,255,.2);
  color: rgba(255,255,255,.7);
}
.srn-tabs-dark .nav-link.active{
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

/* ==========================================================================
   PRICE CARDS
   ========================================================================== */
.srn-price-card{
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px;
  height: 100%;
  transition: all .3s ease;
}
.srn-price-card:hover{ box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.srn-price-card-featured{
  background: var(--ink);
  border-color: var(--ink);
}
.srn-price-card-featured h3, .srn-price-card-featured h3 span{ color: #fff; }
.srn-price-card-featured .srn-price-label{ color: rgba(255,255,255,.55); }
.srn-price-card-featured .srn-price-note{ color: rgba(255,255,255,.7); border-color: rgba(255,255,255,.15); }
.srn-price-card-featured .srn-price-mono{ color: var(--accent); }
.srn-price-card-featured .srn-price-total{ color: #fff; }

.srn-price-card-tag{
  display: inline-block;
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent-dark);
  background: rgba(242,137,29,.1);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.srn-price-card-featured .srn-price-card-tag{
  color: var(--accent);
  background: rgba(242,137,29,.16);
}
.srn-price-card h3{ font-size: 1.3rem; margin-bottom: 24px; }
.srn-price-card h3 span{ display: block; font-size: .82rem; font-weight: 500; color: var(--slate); margin-top: 4px; font-family: var(--font-body); }

.srn-price-row{
  display: grid; grid-template-columns: repeat(3,1fr); gap: 14px;
  border-top: 1px dashed var(--line);
  padding-top: 22px; margin-bottom: 22px;
}
.srn-price-row-2{ grid-template-columns: repeat(2,1fr); }
.srn-price-label{ display: block; font-size: .74rem; color: var(--slate-light); margin-bottom: 6px; }
.srn-price-row strong{ font-family: var(--font-display); font-size: 1.05rem; }
.srn-price-mono{ font-family: var(--font-mono) !important; }

.srn-price-note{
  font-size: .84rem;
  border-top: 1px dashed var(--line);
  padding-top: 18px;
  margin-bottom: 22px;
}
.srn-price-note i{ color: var(--accent); margin-right: 6px; }

.srn-price-single{ margin-bottom: 20px; }
.srn-price-single strong{ font-size: 1.7rem; color: var(--ink); }
.srn-price-single span{ font-size: .95rem; color: var(--slate); }

.srn-price-venues{ list-style: none; padding: 0; margin: 0; border-top: 1px dashed var(--line); padding-top: 18px; }
.srn-price-venues li{ font-size: .88rem; color: var(--slate); margin-bottom: 10px; }
.srn-price-venues i{ color: var(--accent); margin-right: 8px; }

.srn-price-total{
  border-top: 1px dashed var(--line);
  padding-top: 18px;
  font-size: .95rem;
  color: var(--slate);
}
.srn-price-total strong{ font-size: 1.3rem; margin-left: 8px; }

.srn-price-from{ font-size: 1rem; color: var(--slate); }
.srn-price-from strong{ color: var(--ink); font-family: var(--font-mono); }

/* ==========================================================================
   RUNDOWN SECTION (signature)
   ========================================================================== */
.srn-rundown-section{
  background: linear-gradient(180deg, var(--ink) 0%, var(--deep-2) 100%);
}

.srn-rundown-photo{
  position: relative;
  max-width: 900px;
  margin: 0 auto 64px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}
.srn-rundown-photo img{
  width: 100%; display: block;
  max-height: 420px; object-fit: cover;
  transition: transform .6s ease;
}
.srn-rundown-photo:hover img{ transform: scale(1.04); }
.srn-rundown-photo-caption{
  position: absolute; left: 20px; bottom: 18px;
  background: rgba(1,46,92,.85);
  backdrop-filter: blur(6px);
  color: #fff;
  font-family: var(--font-mono);
  font-size: .78rem;
  padding: 8px 16px;
  border-radius: 999px;
  display: flex; align-items: center; gap: 8px;
}
.srn-rundown-photo-caption i{ color: var(--accent); }

.srn-route{
  list-style: none;
  margin: 0; padding: 0 0 0 34px;
  position: relative;
}
.srn-route::before{
  content:"";
  position: absolute;
  left: 5px; top: 8px; bottom: 8px;
  width: 2px;
  background-image: linear-gradient(rgba(242,137,29,.55) 60%, transparent 0%);
  background-size: 2px 10px;
  background-repeat: repeat-y;
}
.srn-route li{
  position: relative;
  padding-bottom: 30px;
}
.srn-route li:last-child{ padding-bottom: 0; }
.srn-route li::before{
  content:"";
  position: absolute;
  left: -34px; top: 4px;
  width: 12px; height: 12px;
  background: var(--accent);
  border-radius: 50%;
  border: 3px solid var(--ink);
  box-shadow: 0 0 0 2px rgba(242,137,29,.4);
}
.srn-route time{
  display: block;
  font-family: var(--font-mono);
  font-size: .8rem;
  color: var(--accent);
  margin-bottom: 4px;
  letter-spacing: .04em;
}
.srn-route h5{ color: #fff; font-size: 1.02rem; margin-bottom: 6px; }
.srn-route p{ color: rgba(255,255,255,.6); font-size: .88rem; margin: 0; }

.srn-include-box{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius);
  padding: 34px;
  position: sticky;
  top: 110px;
}
.srn-include-box h4{
  color: #fff; font-size: 1.1rem;
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgba(255,255,255,.15);
}
.srn-include-box h4 i{ color: var(--accent); }
.srn-include-box ul{ list-style: none; padding: 0; margin: 0; }
.srn-include-box li{
  color: rgba(255,255,255,.75);
  font-size: .88rem;
  padding: 9px 0;
  padding-left: 26px;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.srn-include-box li:last-child{ border-bottom: none; }
.srn-include-box li::before{
  content: "\F633";
  font-family: "bootstrap-icons";
  position: absolute; left: 0; top: 9px;
  color: var(--accent);
  font-size: .8rem;
}

/* ==========================================================================
   GALLERY
   ========================================================================== */
/* ==========================================================================
   PORTFOLIO FILTER — TOGGLE SYSTEM (default tersembunyi, toggle buka/tutup)
   ========================================================================== */
.srn-filter-toggle-wrap{
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  z-index: 5;
}

/* ====== Tombol Filter Toggle (Selalu Tampil) ====== */
.srn-filter-toggle-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px 11px 16px;
  background: #fff;
  color: var(--ink);
  border: 1.5px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 12px 30px -14px rgba(2,71,140,.25), 0 2px 6px -4px rgba(11,31,58,.08);
  transition: all .3s cubic-bezier(.4,0,.2,1);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .88rem;
  text-align: center;
}
.srn-filter-toggle-btn:hover{
  transform: translateY(-2px);
  border-color: var(--accent);
  box-shadow: 0 16px 34px -14px rgba(255,149,0,.35), 0 4px 8px -4px rgba(11,31,58,.08);
  color: var(--brand);
}
/* Ketika panel filter DIBUKA */
.srn-filter-toggle-btn.is-open{
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  box-shadow: 0 12px 26px -10px rgba(11,31,58,.4);
}
.srn-filter-toggle-btn.is-open:hover{
  transform: translateY(-1px);
}
.srn-filter-toggle-btn i:first-child{
  color: var(--accent);
  font-size: 1.05rem;
}
.srn-filter-toggle-btn.is-open i:first-child{
  color: #FFC447;
}
/* Caret — berputar ketika open */
.srn-filter-toggle-caret{
  font-size: .9rem;
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  color: inherit;
  opacity: .8;
  margin-left: 2px;
}
.srn-filter-toggle-btn.is-open .srn-filter-toggle-caret{
  transform: rotate(180deg);
}

/* ====== Active Category Pill ====== */
.srn-filter-active-pill{
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,149,0,.12), rgba(255,196,71,.18));
  color: var(--accent-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .01em;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.srn-filter-toggle-btn.is-open .srn-filter-active-pill{
  background: rgba(255,255,255,.15);
  color: #FFC447;
}

/* ====== Filter Panel (list kategori) ====== */
.srn-filter-bar{
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  width: 100%;
  /* Default: display:none (diatur inline HTML juga).
     Ketika buka — JS set display:flex dulu, height dari 0 ke scrollHeight untuk animasi slideDown */
  padding: 20px 18px;
  background: linear-gradient(180deg, rgba(255,248,238,.9), rgba(255,255,255,.95));
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 20px 50px -22px rgba(2,71,140,.25), 0 8px 20px -12px rgba(11,31,58,.1);
  margin-bottom: 0 !important;
  /* Animasi buka/tutup via height — JS atur inline height */
  overflow: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
  box-sizing: content-box;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    height .38s cubic-bezier(.4,0,.2,1),
    padding .3s ease .05s,
    margin .3s ease,
    opacity .3s ease,
    transform .3s ease,
    border-width .3s ease;
}
/* ketika panel DIBUKA — JS akan tambahkan .is-open lalu set height otomatis */
.srn-filter-bar.is-open{
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-width: 1px;
  opacity: 1;
  transform: translateY(0);
}
/* Mobile — filter bar padding lebih kecil */
@media (max-width: 575.98px){
  .srn-filter-toggle-wrap{
    margin-bottom: 34px;
  }
  .srn-filter-toggle-btn{
    padding: 10px 15px 10px 13px;
    gap: 8px;
    font-size: .82rem;
    max-width: 100%;
  }
  .srn-filter-toggle-label{
    display: none; /* Hide label di mobile, cukup icon + pill */
  }
  .srn-filter-active-pill{
    font-size: .72rem;
    padding: 3px 10px;
    max-width: 140px;
  }
  .srn-filter-bar{
    gap: 8px;
    padding: 16px 12px !important;
    border-radius: 16px;
  }
}

/* ==========================================================================
   OLD: .srn-filter-bar original styles (Tombol-tombol kategori didalam panel)
   Rewrite: tetap ada tapi sesuaikan padding + radius dalam panel
   ========================================================================== */
.srn-filter-bar button{
  border: 1.5px solid rgba(203,214,230,.8);
  background: #fff;
  color: var(--slate);
  font-weight: 600;
  font-size: .82rem;
  padding: 8px 17px;
  border-radius: 999px;
  cursor: pointer;
  transition: all .22s cubic-bezier(.4,0,.2,1);
  white-space: nowrap;
  box-shadow: 0 1px 2px 0 rgba(11,31,58,.04);
}
.srn-filter-bar button:hover{
  border-color: var(--accent);
  color: var(--accent-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 10px -4px rgba(255,149,0,.35);
}
.srn-filter-bar button.active{
  background: linear-gradient(135deg, var(--ink) 0%, #1e3a5f 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 18px -8px rgba(11,31,58,.55);
  transform: translateY(-1px);
}
.srn-filter-bar button.active::before{
  content: "\F26B";  /* icon check2 Bootstrap icon */
  font-family: "Bootstrap-icons";
  display: inline-block;
  margin-right: 6px;
  font-weight: 900;
  font-size: .8rem;
  color: #FFC447;
}

/* ==========================================================================
   PORTFOLIO CARDS (hover overlay + always-visible info di mobile)
   ========================================================================== */
.srn-portfolio-hero{ letter-spacing: -.02em; }
.srn-portfolio-hero br{ display: block; }
@media(min-width:768px){ .srn-portfolio-hero br{ display: none; } }

.srn-portfolio-card{
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
  background: var(--ink);
  cursor: pointer;
  transform: translateY(0);
  transition: transform .45s cubic-bezier(.22,.61,.36,1),
              box-shadow .45s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}
.srn-portfolio-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 26px 60px -22px rgba(10,20,48,.35),
              0 14px 30px -12px rgba(10,20,48,.22);
}
.srn-portfolio-img{
  position: absolute; inset: 0;
}
.srn-portfolio-img img{
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform .8s cubic-bezier(.22,.61,.36,1), filter .45s ease;
}
.srn-portfolio-card:hover .srn-portfolio-img img{
  transform: scale(1.12);
  filter: saturate(1.08);
}

/* ===== selalu-terlihat info di pojok bawah (seperti referensi MAIN) ===== */
.srn-portfolio-info{
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 22px 22px 24px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.45) 42%, rgba(0,0,0,.82) 100%);
  display: flex; flex-direction: column; gap: 8px;
  z-index: 2;
  transition: opacity .35s ease, transform .45s cubic-bezier(.22,.61,.36,1);
}
.srn-portfolio-cat{
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(255,255,255,.92);
  padding: 5px 12px;
  border-radius: 999px;
  display: inline-flex; align-items: center;
}
.srn-portfolio-cat-alt{
  background: rgba(242,137,29,.16);
  color: #FFE4B5;
}
.srn-portfolio-info h5{
  font-family: var(--font-display);
  color: #fff;
  font-size: 1.08rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.25;
  letter-spacing: -.01em;
}

/* ===== hover overlay (hanya tampil di DESKTOP) ===== */
.srn-portfolio-hover{
  position: absolute; inset: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(10,20,48,.72) 0%, rgba(10,20,48,.86) 58%, rgba(10,20,48,.96) 100%);
  padding: 28px 26px;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .4s ease, transform .5s cubic-bezier(.22,.61,.36,1);
}
@media(hover:hover) and (pointer:fine){
  .srn-portfolio-card:hover .srn-portfolio-hover{
    opacity: 1;
    transform: translateY(0);
  }
  .srn-portfolio-card:hover .srn-portfolio-info{
    opacity: 0;
    transform: translateY(-10px);
  }
}
.srn-portfolio-hover h4{
  font-family: var(--font-display);
  color: #fff;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.22;
  margin: 0;
}
.srn-portfolio-hover p{
  color: rgba(255,255,255,.74);
  font-size: .86rem;
  line-height: 1.55;
  margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.srn-portfolio-meta{
  display: flex; gap: 14px; flex-wrap: wrap;
  padding-top: 4px;
}
.srn-portfolio-meta span{
  font-size: .76rem;
  color: rgba(255,255,255,.8);
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-mono);
}
.srn-portfolio-meta i{ color: var(--accent); font-size: .85rem; }
.srn-portfolio-btn{
  margin-top: 4px;
  display: inline-flex; align-items: center; gap: 8px;
  align-self: flex-start;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--ink);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .01em;
  transition: background .25s ease, transform .25s ease;
}
.srn-portfolio-btn i{ font-size: 1rem; }
.srn-portfolio-btn:hover{ background: #FFB259; transform: translateY(-1px); }

/* ===== MOBILE: info tetap tampil tapi tidak ada overlay (hover tidak ada) ===== */
@media(max-width:991.98px){
  .srn-portfolio-hover{ display: none; }
  .srn-portfolio-card{ aspect-ratio: 1/1; }
}
@media(max-width:575.98px){
  .srn-portfolio-card{ aspect-ratio: 4/5; border-radius: 14px; }
  .srn-portfolio-info{ padding: 18px 18px 20px; gap: 6px; }
  .srn-portfolio-info h5{ font-size: .98rem; }
  .srn-portfolio-cat{ font-size: .62rem; padding: 4px 10px; }
}

/* filter tetap jalan */
#galleryGrid [data-cat]{ transition: opacity .3s ease, transform .3s ease; }
#galleryGrid [data-cat].srn-hidden{ display: none; }

/* ==========================================================================
   PORTFOLIO MODAL (mirip MAIN: dark ink, metadata 4 kolom, galeri 2:3)
   ========================================================================== */
.srn-portfolio-modal .modal-dialog{ max-width: 1080px; margin: 1.75rem auto; padding: 0 14px; }
.srn-portfolio-modal .modal-content{
  background: var(--ink);
  border: none;
  border-radius: 20px;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 40px 100px -30px rgba(0,0,0,.75), 0 0 0 1px rgba(255,255,255,.06);
}
.srn-modal-close{
  position: absolute;
  top: 18px; right: 18px;
  z-index: 20;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.srn-modal-close:hover{ background: var(--accent); color: var(--ink); transform: rotate(90deg); }
.srn-modal-close i{ font-size: 1.1rem; }

.srn-modal-header{
  padding: 48px 42px 18px;
  text-align: center;
  position: relative;
}
.srn-modal-title{
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  letter-spacing: -.02em;
  margin: 0 0 10px;
  color: #fff;
}
.srn-modal-category{
  display: inline-flex; align-items: center;
  font-family: var(--font-mono);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .18em;
  color: var(--accent);
  position: relative;
  padding: 0 28px;
}
.srn-modal-category::before, .srn-modal-category::after{
  content:"";
  position: absolute;
  top: 50%;
  width: 34px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242,137,29,.5));
}
.srn-modal-category::before{ left: -10px; transform: translateY(-50%); }
.srn-modal-category::after{ right: -10px; transform: translateY(-50%) rotate(180deg); }

.srn-modal-meta{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 18px 42px 10px;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.srn-modal-meta > div{
  padding: 14px 10px;
}
.srn-modal-meta label{
  display: block;
  font-family: var(--font-mono);
  font-size: .64rem;
  letter-spacing: .14em;
  color: rgba(255,255,255,.42);
  margin-bottom: 6px;
  font-weight: 600;
}
.srn-modal-meta span{
  display: block;
  font-family: var(--font-display);
  font-size: .96rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
}

.srn-modal-video{
  padding: 34px 42px 0;
}
.srn-modal-video-player{
  width: 100%;
  display: block;
  border-radius: 16px;
  background: #000;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  box-shadow: 0 18px 50px -20px rgba(0,0,0,.65), 0 0 0 2px rgba(255,255,255,.06);
  outline: none;
}
.srn-modal-video-player::-webkit-media-controls-panel{
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.55));
}

.srn-modal-gallery{
  padding: 34px 42px 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 180px;
  gap: 10px;
}
.srn-modal-gallery .pm-img{
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,.05);
}
.srn-modal-gallery .pm-img:first-child{
  grid-column: 1 / 3;
  grid-row: span 2;
}
.srn-modal-gallery .pm-img img{
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.srn-modal-gallery .pm-img:hover img{ transform: scale(1.06); }

.srn-modal-footer{
  padding: 30px 42px 44px;
  text-align: center;
}
.srn-modal-desc{
  color: rgba(255,255,255,.76);
  font-size: .95rem;
  line-height: 1.7;
  margin: 0 auto 24px;
  max-width: 680px;
}
.srn-modal-footer .srn-btn-accent{
  padding: 14px 32px !important;
  font-size: .92rem !important;
  border-radius: 999px !important;
  background: var(--accent) !important;
  color: var(--ink) !important;
  border: none !important;
  font-weight: 700 !important;
}
.srn-modal-footer .srn-btn-accent:hover{ background: #FFB259 !important; }

/* ---- responsive modal ---- */
@media(max-width:991.98px){
  .srn-modal-header{ padding: 44px 24px 14px; }
  .srn-modal-meta{
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    padding: 14px 24px 8px;
  }
  .srn-modal-meta > div{ padding: 10px 8px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .srn-modal-meta > div:nth-last-child(-n+2){ border-bottom: none; }
  .srn-modal-video{ padding: 24px 24px 0; }
  .srn-modal-video-player{ border-radius: 12px; }
  .srn-modal-gallery{
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 130px;
    padding: 24px 24px 4px;
    gap: 8px;
  }
  .srn-modal-footer{ padding: 24px 24px 34px; }
}
@media(max-width:575.98px){
  .srn-portfolio-modal .modal-dialog{ margin: .75rem auto; }
  .srn-modal-meta{
    grid-template-columns: 1fr 1fr;
    padding: 12px 16px 6px;
  }
  .srn-modal-meta span{ font-size: .88rem; }
  .srn-modal-header{ padding: 42px 18px 10px; }
  .srn-modal-video{ padding: 18px 16px 0; }
  .srn-modal-video-player{ border-radius: 10px; }
  .srn-modal-gallery{
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 100px;
    padding: 18px 16px 2px;
  }
  .srn-modal-footer{ padding: 20px 16px 28px; }
  .srn-modal-desc{ font-size: .88rem; line-height: 1.65; }
}

/* ==========================================================================
   WHY US (OLD) — di-keep untuk backward compatibility
   ========================================================================== */
.srn-lead-muted{ font-size: 1.05rem; margin: 18px 0 28px; }

.srn-why-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.srn-why-item{
  display: flex; align-items: flex-start; gap: 16px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
  transition: all .25s ease;
}
.srn-why-item:hover{ border-color: var(--accent); transform: translateY(-3px); }
.srn-why-item i{
  font-size: 1.3rem; color: var(--accent);
  background: var(--ink);
  min-width: 42px; height: 42px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.srn-why-item h5{ font-size: .95rem; line-height: 1.4; }

/* ==========================================================================
   WHY US — NEW DESIGN (brosur concept: collage + navy card + sticker)
   ========================================================================== */
.srn-whyus-section{
  background: var(--bg);
}
.srn-whyus-row{ align-items: stretch !important; }

/* =============== KIRI: TITLE + COLLAGE =============== */
.srn-whyus-left{ display: flex; flex-direction: column; gap: 24px; justify-content: flex-start; }

.srn-whyus-title-wrap{ padding: 4px 0 0; }
.srn-whyus-title{
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 0.85;
  font-size: clamp(3rem, 7vw, 5.5rem);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  display: flex;
  flex-direction: column;
}
.srn-whyus-title-line{ display: block; color: var(--ink); }
.srn-whyus-title-accent{
  color: var(--accent);
  -webkit-text-stroke: 2px var(--accent);
  text-shadow: 4px 4px 0 rgba(255,149,0,.12);
}

/* =============== KOLASE FOTO =============== */
.srn-whyus-collage{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  background: var(--surface);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--line);
  contain: layout paint;
}
.srn-whyus-collage.is-dense{
  display: grid;
  grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr));
  gap: 8px;
}
.srn-collage-row{
  display: grid;
  gap: 10px;
  width: 100%;
}
.srn-collage-cols-1{ grid-template-columns: 1fr; }
.srn-collage-cols-1 .srn-collage-img{ aspect-ratio: 16/10; }
.srn-collage-cols-2{ grid-template-columns: 1.15fr 1fr; }
.srn-collage-cols-2 .srn-collage-img{ aspect-ratio: 6/5; }
.srn-collage-cols-3{ grid-template-columns: repeat(3, 1fr); }
.srn-collage-cols-3 .srn-collage-img{ aspect-ratio: 1; }
/* alias layout lama (8 foto: 2-3-3) */
.srn-collage-r1{ grid-template-columns: 1.15fr 1fr; }
.srn-collage-r1 .srn-collage-img{ aspect-ratio: 6/5; }
.srn-collage-r2{ grid-template-columns: repeat(3, 1fr); }
.srn-collage-r2 .srn-collage-img{ aspect-ratio: 1/1; }
.srn-collage-r3{ grid-template-columns: repeat(3, 1fr); }
.srn-collage-r3 .srn-collage-img{ aspect-ratio: 1/1.05; }

.srn-collage-img{
  overflow: hidden;
  border-radius: 14px;
  position: relative;
  box-shadow: 0 4px 10px rgba(11,31,58,.08);
  contain: paint;
  background: #d5e0ee;
}
.srn-whyus-collage.is-dense .srn-collage-img{ aspect-ratio: 1; border-radius: 10px; }
.srn-collage-ph{
  min-height: 0;
  background: linear-gradient(145deg, #d7e3f2 0%, #b7c8dc 100%);
}
.srn-collage-img::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(2,71,140,.08), transparent 50%);
  pointer-events: none;
}
.srn-collage-img img{
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference){
  .srn-whyus-collage:not(.is-dense) .srn-collage-img{
    transition: box-shadow .3s ease;
  }
  .srn-whyus-collage:not(.is-dense) .srn-collage-img img{
    transition: transform .4s ease;
  }
  .srn-whyus-collage:not(.is-dense) .srn-collage-img:hover{ box-shadow: 0 10px 20px rgba(11,31,58,.15); }
  .srn-whyus-collage:not(.is-dense) .srn-collage-img:hover img{ transform: scale(1.04); }
}

/* =============== KANAN: NAVY CARD =============== */
.srn-whyus-right{ position: relative; }
.srn-whyus-card{
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 580px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  border-radius: 28px;
  padding: 44px 46px 44px;
  color: #fff;
  box-shadow: 0 20px 50px rgba(2,71,140,.28), 0 8px 20px rgba(2,71,140,.18);
  border: 1px solid rgba(255,255,255,.08);
}

/* ===== WATERMARK ===== */
.srn-whyus-watermark{
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%) rotate(-8deg);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: -6px;
  color: rgba(255,255,255,.045);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

/* ===== INTRO PARAGRAF ===== */
.srn-whyus-intro{
  font-size: 1.12rem;
  line-height: 1.65;
  color: rgba(255,255,255,.92);
  margin: 0 0 28px;
  max-width: 72%;
  position: relative;
  z-index: 1;
}
.srn-whyus-intro strong{
  color: #fff;
  font-weight: 700;
}

/* ===== CHECKLIST ===== */
.srn-whyus-checklist{
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 68%;
}
.srn-whyus-checklist li{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 1.02rem;
  line-height: 1.45;
  color: rgba(255,255,255,.9);
  font-weight: 500;
}
.srn-check-icon{
  flex-shrink: 0;
  margin-top: 2px;
  width: 30px; height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 4px 10px rgba(255,149,0,.4), 0 0 0 4px rgba(255,149,0,.12);
}
.srn-check-icon i{ line-height: 1; }

/* ===== STICKER FOTO CUTOUT DENGAN DASHED OUTLINE ===== */
.srn-whyus-sticker{
  position: absolute;
  right: 26px;
  bottom: 40px;
  width: 220px;
  z-index: 2;
  pointer-events: none;
}
.srn-sticker-inner{
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 22px;
  overflow: visible;
}
/* Dashed outline putih di luar sticker */
.srn-sticker-inner::before{
  content: "";
  position: absolute;
  inset: -8px;
  border: 3px dashed #fff;
  border-radius: 28px;
  transform: rotate(3deg);
  animation: srn-sticker-wiggle 4s ease-in-out infinite;
}
/* Solid border background utama */
.srn-sticker-inner::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  border: 6px solid #fff;
  transform: rotate(3deg);
  box-shadow: 0 12px 30px rgba(0,0,0,.35), 0 6px 16px rgba(0,0,0,.2);
  pointer-events: none;
}
.srn-sticker-inner img{
  position: relative;
  z-index: 1;
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transform: rotate(3deg);
  display: block;
}
@keyframes srn-sticker-wiggle{
  0%,100%{ transform: rotate(3deg); }
  50%{ transform: rotate(5deg); }
}

/* ===== CTA ===== */
.srn-whyus-cta{
  position: relative;
  z-index: 3;
}
.srn-whyus-cta .btn{
  box-shadow: 0 10px 28px rgba(255,149,0,.45);
}

/* ==========================================================================
   SECTION KENAPA HARUS SENRIO — PERBAIKAN TOTAL LAYOUT MOBILE
   
   🔴 3 AKAR MASALAH UTAMA (SESUAI SCREENSHOT USER):
      A. TRANSFORM BERTABRAKAN: sticker transform: translateX(-50%) (center mobile)
         MENIMPA default transform: rotate(3deg) / wiggle → posisi MELAYANG TENGAH
         KARTU MENUTUP TEKS INTRO DAN CHECKLIST.
      B. max-width: 68% MASIH AKTIF di mobile → teks cuma 2/3 lebar, kanan kosong 32%
         (diisi sticker 220px ukuran besar → menumpuk timpa teks kiri).
      C. sticker UKURAN TERLALU BESAR 220px (kartu mobile sendiri cuma lebar ±330px).
   
   ✅ SOLUSI FINAL:
      1. INTRO & CHECKLIST di mobile → MAX-WIDTH: 100% LEBAR PENUH!
      2. STICKER mobile → DIPERKECIL 160px & CENTER PAKAI MARGIN AUTO (BUKAN transform!)
         → rotate(3deg) + animasi wiggle TETAP BERJALAN, TIDAK ADA TABRAKAN.
      3. URUTAN FLOW DOKUMEN = Intro 100% → Checklist 100% → Sticker (160px center) → CTA
      4. PADDING-BOTTOM kartu kembali normal 28px, TIDAK PERLU extra area kosong.
   ========================================================================== */
@media (max-width: 991.98px){
  /* Sticker tablet: kecilkan sedikit agar tidak terlalu menutup teks */
  .srn-whyus-sticker{
    right: 22px;
    bottom: 26px;
    width: 190px;
  }
}

/* ===== MOBILE (≤767.98px) — FIX TOTAL: TEKS & GAMBAR KEDUANYA TERBACA PENUH ===== */
@media (max-width: 767.98px){
  .srn-whyus-card{
    padding-bottom: 28px !important;  /* ✅ normal kembali, sticker ikut flow relative */
    overflow: visible;                /* ✅ rotate 3deg sticker tidak terpotong radius kartu */
    min-height: auto !important;
  }

  /* ✅ 1. TEKS INTRO & CHECKLIST JADI LEBAR PENUH 100% (BUKAN 68%) */
  .srn-whyus-intro,
  .srn-whyus-checklist{
    max-width: 100% !important;
    width: 100% !important;
  }

  /* ✅ 2. STICKER FOTO FOUNDER — UKURAN DIPERKECIL + CENTER PAKAI MARGIN (BUKAN TRANSFORM!)
        Ini CRITICAL agar transform: rotate(3deg) / animasi wiggle TIDAK DIOVERRIDE
        oleh translateX(-50%) → posisi MELAYANG menutup teks.  */
  .srn-whyus-sticker{
    position: relative !important;    /* ✅ ikut flow normal dokumen */
    display: block !important;
    float: none; clear: both;

    /* ✅ CENTER HORIZONTAL DENGAN MARGIN AUTO → TIDAK sentuh property TRANSFORM */
    margin: 18px auto 16px !important;  /* atas 18px, bawah 16px, tengah auto */
    left: auto !important;              /* ❌ HAPUS left:50% (penyebab tabrakan) */
    right: auto !important;             /* ❌ HAPUS right absolute (desktop style) */
    bottom: auto !important;            /* ❌ HAPUS bottom absolute */
    top: auto !important;

    width: 160px !important;            /* ✅ UKURAN DIPERKECIL: 220 → 160px (pas di mobile) */
    max-width: 160px;
    height: auto;
    transform: rotate(3deg) !important;  /* ✅ ROTATE 3° di-reset explicit (bebas translateX!) */
    opacity: 1;
    z-index: 2;
  }
  /* Animasi wiggle DIPERLAMBAT mobile agar tidak motion sickness */
  @media (prefers-reduced-motion: no-preference){
    .srn-whyus-sticker{ animation: srn-sticker-wiggle 5s ease-in-out infinite; }
  }

  /* ✅ 3. TOMBOL CTA WhatsApp — margin normal, TIDAK di-override ke 0 */
  .srn-whyus-cta{
    margin-top: 6px !important;
    width: 100%;
    text-align: center;
  }
  .srn-whyus-cta .btn{
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }

  /* ✅ 4. WATERMARK disembunyikan di mobile (menyita GPU + tidak terlihat anyway) */
  .srn-whyus-watermark{
    display: none !important;
  }
}

/* ===== MOBILE SANGAT KECIL (≤380px, iPhone SE dll) ===== */
@media (max-width: 380px){
  .srn-whyus-card{
    padding: 28px 18px 24px !important;
  }
  /* Sticker ukuran diperkecil sedikit lagi agar proporsional */
  .srn-whyus-sticker{
    width: 140px !important;
    max-width: 140px;
    margin: 14px auto 14px !important;
  }
}

/* ==========================================================================
   CLIENT MARQUEE
   ========================================================================== */
.srn-client-section{ background: var(--ink); overflow: hidden; }
.srn-client-section .srn-section-head h2{ color: #fff; }
.srn-client-section .srn-section-head p{ color: rgba(255,255,255,.6); }

.srn-marquee{
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.srn-marquee-track{
  display: flex;
  width: max-content;
  animation: srn-scroll 42s linear infinite;
}
.srn-marquee-reverse .srn-marquee-track{ animation-direction: reverse; }
.srn-marquee-track span{
  font-family: var(--font-mono);
  font-size: .95rem;
  color: rgba(255,255,255,.55);
  white-space: nowrap;
  padding: 12px 30px;
  border-right: 1px solid rgba(255,255,255,.12);
}
@keyframes srn-scroll{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

/* ==========================================================================
   TESTIMONI MARQUEE — BERJALAN 2 ARAH
   ========================================================================== */
.srn-testimonial-section{
  padding: 40px 0 64px;
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(255,149,0,.10), transparent 60%),
    radial-gradient(ellipse 80% 60% at 80% 100%, rgba(2,71,140,.18), transparent 60%),
    linear-gradient(180deg, #0b1f3a 0%, #050f1e 100%);
  color: #fff;
  overflow: hidden;
}
.srn-testimonial-section h2{ color: #fff; }
.srn-testimonial-section p{ color: rgba(255,255,255,.7); }
.srn-testimonial-section .srn-eyebrow-line{
  background: rgba(255,149,0,.15);
  color: var(--accent);
  border: 1px solid rgba(255,149,0,.25);
}

/* ===== Marquee Testimoni (reuse wrapper & keyframe dari client marquee) ===== */
.srn-testi-marquee{
  padding: 0;
  background: transparent;
  border-top: none;
  border-bottom: none;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.srn-testi-track{
  gap: 22px !important;
  width: max-content;
  flex-wrap: nowrap;
}

/* ===== KARTU TESTIMONI ===== */
.srn-testi-card{
  flex-shrink: 0;
  width: 360px;
  min-height: 210px;
  padding: 24px 26px 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px;
  position: relative;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: all .3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* Hover efek */
.srn-testi-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255,149,0,.45);
  background:
    linear-gradient(180deg, rgba(255,149,0,.10), rgba(255,255,255,.03));
  box-shadow: 0 18px 38px rgba(0,0,0,.45), 0 0 0 1px rgba(255,149,0,.12);
}
/* Quote watermark (") di belakang kartu */
.srn-testi-card::before{
  content: "\201D";
  position: absolute;
  top: -24px;
  right: 8px;
  font-family: Georgia, serif;
  font-size: 8rem;
  line-height: 1;
  color: rgba(255,149,0,.10);
  font-weight: 900;
  pointer-events: none;
  z-index: 0;
}
.srn-testi-card > *{ position: relative; z-index: 1; }

/* Bintang 5 */
.srn-testi-stars{
  display: flex;
  gap: 3px;
  color: var(--accent);
  font-size: 1rem;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.srn-testi-stars i{ filter: drop-shadow(0 2px 4px rgba(255,149,0,.35)); }

/* Quote */
.srn-testi-quote{
  margin: 0;
  font-size: .80rem;
  line-height: 1.55;
  color: rgba(255,255,255,.88);
  font-weight: 400;
  flex-grow: 1;
}
.srn-testi-quote::first-letter{
  color: var(--accent);
  font-weight: 700;
}

/* Who — garis oranye + nama */
.srn-testi-who{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 2px 0;
}
.srn-testi-dash{
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(255,149,0,.5);
}
.srn-testi-who strong{
  font-size: .92rem;
  letter-spacing: .04em;
  color: #fff;
  font-weight: 800;
  font-family: var(--font-display);
}

/* Role/Jabatan */
.srn-testi-role{
  display: block;
  font-size: .40rem;
  color: rgba(255,255,255,.55);
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  text-align: left;
}

/* ── Footer kartu: avatar + info nama/role ── */
.srn-testi-footer{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* Wrapper avatar */
.srn-testi-avatar-wrap{
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255,149,0,.5);
  box-shadow: 0 0 0 3px rgba(255,149,0,.12);
  box-sizing: border-box;
  position: relative;
}

/* Foto user */
.srn-testi-avatar{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

/* Placeholder inisial jika tidak ada foto */
.srn-testi-avatar-wrap .srn-testi-avatar-placeholder{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FF9500 0%, #02478C 100%);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  user-select: none;
  border-radius: 50%;
}

/* Info: nama + role */
.srn-testi-info{
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  padding: 0;
  margin: 0;
}
.srn-testi-nama{
  font-family: var(--font-display);
  font-weight: 800;
  font-size: .70rem;
  color: #fff;
  letter-spacing: .02em;
  line-height: 1.3;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* ==========================================================================
   CONTACT
   ========================================================================== */
.srn-contact-list{ margin-top: 30px; display: flex; flex-direction: column; gap: 26px; }
.srn-contact-item{ display: flex; gap: 18px; align-items: flex-start; }
.srn-contact-item i{
  width: 46px; height: 46px;
  background: var(--ink); color: var(--accent);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.srn-contact-item h6{ font-size: .95rem; margin-bottom: 6px; }
.srn-contact-item p{ font-size: .9rem; }
.srn-contact-item a{ color: var(--accent-dark); font-weight: 600; }

.srn-contact-form{
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 40px;
}
.srn-contact-form .form-label{ font-weight: 600; font-size: .86rem; color: var(--ink); margin-bottom: 8px; }
.srn-contact-form .form-control,
.srn-contact-form .form-select{
  border-radius: 10px;
  border: 1.5px solid var(--line);
  padding: 12px 16px;
  font-size: .92rem;
  background: var(--surface);
}
.srn-contact-form .form-control:focus,
.srn-contact-form .form-select:focus{
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(242,137,29,.15);
}
.srn-form-note{
  font-size: .8rem; color: var(--slate-light);
  text-align: center; margin-top: 14px !important;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.srn-footer{
  background: #081527;
  color: rgba(255,255,255,.6);
  padding: 80px 0 30px;
}
.srn-brand-footer .srn-brand-text{ color: #fff; }
.srn-footer p{ color: rgba(255,255,255,.5); font-size: .9rem; margin: 18px 0 22px; }
.srn-footer h6{
  color: #fff; font-size: .85rem;
  text-transform: uppercase; letter-spacing: .08em;
  margin-bottom: 20px;
}
.srn-footer ul{ list-style: none; padding: 0; margin: 0; }
.srn-footer ul li{ margin-bottom: 12px; font-size: .88rem; }
.srn-footer ul li a{ color: rgba(255,255,255,.6); transition: color .2s; }
.srn-footer ul li a:hover{ color: var(--accent); }
.srn-footer ul li i{ color: var(--accent); margin-right: 8px; }

.srn-footer-social{ display: flex; gap: 12px; }
.srn-footer-social a{
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 10px;
  color: #fff;
  transition: all .25s ease;
}
.srn-footer-social a:hover{ background: var(--accent); border-color: var(--accent); transform: translateY(-3px); }

.srn-footer hr{ border-color: rgba(255,255,255,.1); margin: 50px 0 24px; }
.srn-footer-bottom{
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px;
  font-size: .82rem; color: rgba(255,255,255,.4);
}

/* ==========================================================================
   BACK TO TOP
   ========================================================================== */
.srn-back-to-top{
  position: fixed; right: 26px; bottom: 26px;
  width: 48px; height: 48px;
  background: var(--ink); color: var(--accent);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  box-shadow: var(--shadow-strong);
  opacity: 0; visibility: hidden;
  transform: translateY(10px);
  transition: all .3s ease;
  z-index: 999;
}
.srn-back-to-top.show{ opacity: 1; visibility: visible; transform: translateY(0); }
.srn-back-to-top:hover{ background: var(--accent); color: #fff; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991.98px){
  .srn-section{ padding: 40px 0; }
  .srn-hero{ padding: 110px 0 80px; min-height: auto; }
  .srn-why-grid{ grid-template-columns: 1fr; }
  .srn-include-box{ position: static; }
  .srn-navbar{
    background: rgba(243,245,248,0);
    padding: 8px 0;
    backdrop-filter: none;
    transition: all .35s ease;
  }
  /* ===== Navbar Mobile: STATE NORMAL (transparan) — SAMAKAN DENGAN DESKTOP ===== */
  .srn-navbar{ background: transparent !important; }
  /* ===== STATE SCROLLED ===== */
  .srn-navbar.scrolled{
    background: rgba(255,255,255,.92) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px -12px rgba(11,31,58,.15);
  }
  /* ===== STATE MENU DIBUKA (collapse.show) — PAKSA PUTIH AGAR TERBACA ===== */
  .srn-navbar.navbar-mobile-open{
    background: rgba(255,255,255,.97) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px -12px rgba(11,31,58,.15);
  }
  .srn-navbar .navbar-collapse{
    background: transparent;
    margin-top: 10px;
    padding: 12px;
    border-radius: 14px;
    transition: all .3s ease;
  }
  /* Isi collapse (menu) — selalu putih agar terbaca di atas hero transparan */
  .srn-navbar .navbar-collapse.show,
  .srn-navbar .navbar-collapse.collapsing{
    background: #fff;
    box-shadow: var(--shadow-soft);
  }

  /* ===== WHY US RESPONSIVE (TABLET 768–992px) — KEEP DESKTOP LAYOUT ===== */
  .srn-whyus-row{
    display: grid !important;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 18px !important;
  }
  .srn-whyus-left,
  .srn-whyus-right{
    width: 100% !important;
    max-width: 100% !important;
  }

  .srn-whyus-title{ font-size: clamp(1.8rem, 3.8vw, 2.8rem); letter-spacing: -1px; }
  .srn-whyus-title-accent{ -webkit-text-stroke: 1.5px var(--accent); }

  .srn-whyus-collage{ gap: 7px; padding: 7px; border-radius: 14px; }
  .srn-whyus-collage.is-dense{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }
  .srn-collage-row{ gap: 7px; }
  .srn-collage-img{ border-radius: 9px; box-shadow: 0 2px 6px rgba(11,31,58,.07); }

  .srn-whyus-card{
    min-height: 100%;
    padding: 26px 24px 24px;
    border-radius: 20px;
  }
  .srn-whyus-watermark{
    font-size: 8rem;
    right: -12px;
    letter-spacing: -4px;
  }
  .srn-whyus-intro{
    max-width: 100%;
    font-size: .88rem;
    line-height: 1.55;
    margin-bottom: 18px;
  }
  .srn-whyus-checklist{
    max-width: 82%;
    gap: 10px;
    margin-bottom: 10px;
  }
  .srn-whyus-checklist li{
    font-size: .86rem;
    line-height: 1.4;
    gap: 10px;
  }
  .srn-check-icon{
    width: 22px; height: 22px; min-width: 22px;
    font-size: .8rem;
    margin-top: 1px;
    box-shadow: 0 3px 7px rgba(255,149,0,.35), 0 0 0 3px rgba(255,149,0,.12);
  }
  .srn-whyus-sticker{
    position: absolute;
    right: 14px;
    bottom: 24px;
    width: 130px;
    margin: 0;
  }
  .srn-sticker-inner::before{
    inset: -6px;
    border-width: 2.5px;
    border-radius: 22px;
  }
  .srn-sticker-inner::after{
    border-width: 4px;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,.3);
  }
  .srn-sticker-inner img{ border-radius: 14px; }
  .srn-whyus-cta{ margin-top: 14px !important; }
  .srn-whyus-cta .btn{
    padding: 10px 16px !important;
    font-size: .88rem !important;
  }

  /* ===== TESTIMONI MARQUEE TABLET ===== */
  .srn-testimonial-section{ padding: 30px 0 44px; }
  .srn-testi-track{ gap: 16px !important; }
  .srn-testi-card{
    width: 300px;
    min-height: 185px;
    padding: 20px 22px 18px;
    border-radius: 16px;
    gap: 8px;
  }
  .srn-testi-card::before{ font-size: 6rem; top: -20px; right: 6px; }
  .srn-testi-stars{ font-size: .88rem; }
  .srn-testi-quote{ font-size: .82rem; line-height: 1.5; }
  .srn-testi-dash{ width: 22px; }
  .srn-testi-who strong{ font-size: .82rem; }
  .srn-testi-role{ font-size: .68rem; }
  .srn-testi-nama{ font-size: .8rem; }
  .srn-testi-avatar-wrap{ width: 36px; height: 36px; }
}

/* ===== MOBILE (≤576px) — KEEP 2 KOLOM DESKTOP FEEL, ukuran disesuaikan ===== */
@media (max-width: 575.98px){
  .srn-price-row{ grid-template-columns: 1fr 1fr; }
  .srn-feature-strip{ padding: 26px; }
  .srn-hero-actions{ flex-direction: column; align-items: stretch; }

  /* ===== WHY US MOBILE — 2 KOLOM TETAP DIPERTAHANKAN ===== */
  .srn-whyus-section{ padding: 28px 0; }
  .srn-whyus-section .container{ padding-left: 10px; padding-right: 10px; }
  .srn-whyus-row{
    display: grid !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 10px !important;
    align-items: stretch !important;
  }
  .srn-whyus-left,
  .srn-whyus-right{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* =============== KIRI: HEADING + COLLAGE =============== */
  .srn-whyus-left{ gap: 10px; }
  .srn-whyus-title{
    font-size: clamp(1.25rem, 4.2vw, 1.65rem);
    line-height: 0.9;
    letter-spacing: -0.6px;
  }
  .srn-whyus-title-accent{
    -webkit-text-stroke: 1px var(--accent);
    text-shadow: 2px 2px 0 rgba(255,149,0,.12);
  }

  .srn-whyus-collage{
    gap: 4px;
    padding: 4px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(11,31,58,.08);
  }
  .srn-whyus-collage.is-dense{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }
  .srn-collage-row{ gap: 4px; }
  .srn-collage-img{
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(11,31,58,.06);
  }

  /* =============== KANAN: NAVY CARD =============== */
  .srn-whyus-card{
    position: relative;
    min-height: 100%;
    padding: 14px 12px 14px;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(2,71,140,.22), 0 5px 14px rgba(2,71,140,.14);
  }
  .srn-whyus-watermark{
    font-size: 4.6rem;
    right: -6px;
    letter-spacing: -2px;
  }
  .srn-whyus-intro{
    max-width: 100%;
    font-size: .62rem;
    line-height: 1.45;
    margin: 0 0 10px;
  }

  .srn-whyus-checklist{
    max-width: 100%;
    gap: 6px;
    margin: 0 0 6px;
  }
  .srn-whyus-checklist li{
    gap: 6px;
    font-size: .6rem;
    line-height: 1.35;
  }
  .srn-check-icon{
    width: 15px; height: 15px; min-width: 15px;
    font-size: .55rem;
    margin-top: 0.5px;
    box-shadow: 0 2px 4px rgba(255,149,0,.35), 0 0 0 2px rgba(255,149,0,.1);
  }

  /* =============== STICKER TETAP OVERLAY =============== */
  .srn-whyus-sticker{
    position: absolute;
    right: 8px;
    bottom: 22px;
    width: 72px;
    margin: 0;
  }
  .srn-sticker-inner::before{
    inset: -4px;
    border-width: 1.5px;
    border-radius: 14px;
  }
  .srn-sticker-inner::after{
    border-width: 2.5px;
    border-radius: 11px;
    box-shadow: 0 5px 14px rgba(0,0,0,.28), 0 3px 8px rgba(0,0,0,.18);
  }
  .srn-sticker-inner img{ border-radius: 9px; }

  /* =============== CTA =============== */
  .srn-whyus-cta{ margin-top: 8px !important; }
  .srn-whyus-cta .btn{
    padding: 7px 10px !important;
    font-size: .6rem !important;
    border-radius: 10px;
    box-shadow: 0 5px 14px rgba(255,149,0,.38) !important;
  }
  .srn-whyus-cta .btn i{ font-size: .72rem; }

  /* ===== TESTIMONI MARQUEE MOBILE ===== */
  .srn-testimonial-section{ padding: 22px 0 32px; }
  .srn-testimonial-section .srn-section-head{ margin-bottom: 28px !important; }
  .srn-testi-track{ gap: 12px !important; }
  .srn-testi-card{
    width: 258px;
    min-height: 165px;
    padding: 15px 17px 14px;
    border-radius: 14px;
    gap: 6px;
  }
  .srn-testi-marquee{
    mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
  }
  .srn-testi-card::before{ font-size: 4.8rem; top: -14px; right: 4px; }
  .srn-testi-stars{ font-size: .78rem; gap: 2px; }
  .srn-testi-quote{ font-size: .72rem; line-height: 1.5; }
  .srn-testi-who{ gap: 8px; }
  .srn-testi-dash{ width: 18px; height: 1.5px; }
  .srn-testi-who strong{ font-size: .72rem; letter-spacing: .02em; }
  .srn-testi-role{ font-size: .6rem; }
  .srn-testi-nama{ font-size: .74rem; }
  .srn-testi-avatar-wrap{ width: 32px; height: 32px; }
  .srn-testi-footer{ gap: 8px; padding-top: 10px; }
}

/* ==========================================================================
   FLOATING WHATSAPP CTA MELAYANG
   ========================================================================== */
.srn-wa-float{
  position: fixed;
  right: 26px;
  bottom: 84px; /* 26px + 48px (back-to-top) + 10px gap */
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 64px;
  height: 64px;
  padding: 14px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 34px;
  box-shadow:
    0 10px 26px rgba(37,211,102,.45),
    0 5px 14px rgba(0,0,0,.18);
  border: 3px solid #fff;
  overflow: visible;
  transition:
    min-width .45s cubic-bezier(.5,.8,.3,1.3),
    box-shadow .3s ease,
    transform .3s ease;
  will-change: transform;
  animation: srn-wa-wiggle 4.5s ease-in-out infinite 2.5s;
}
/* Hover: expand panjang, tampilkan teks */
.srn-wa-float:hover{
  min-width: 300px;
  color: #fff;
  text-decoration: none;
  box-shadow:
    0 16px 38px rgba(37,211,102,.55),
    0 8px 20px rgba(0,0,0,.22),
    0 0 0 6px rgba(37,211,102,.18);
  animation-play-state: paused;
}
.srn-wa-float:active{ transform: scale(.96); }

/* ===== 3 LAPISAN PULSE RING GLOW LUAR ===== */
.srn-wa-pulse{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 3px solid rgba(37,211,102,.55);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  animation: srn-wa-pulse 2.4s ease-out infinite;
}
.srn-wa-pulse-1{ animation-delay: 0s; }
.srn-wa-pulse-2{ animation-delay: .8s; }
.srn-wa-pulse-3{ animation-delay: 1.6s; }
@keyframes srn-wa-pulse{
  0%  { transform: translate(-50%,-50%) scale(.85); opacity: .65; border-width: 5px; }
  80% { opacity: 0; }
  100%{ transform: translate(-50%,-50%) scale(2.2); opacity: 0; border-width: 1px; }
}

/* Hover: hentikan pulse ring supaya tidak berlebihan */
.srn-wa-float:hover .srn-wa-pulse{ animation-play-state: paused; }

/* ===== BADGE "HOT!" MERAH MELAYANG ===== */
.srn-wa-badge{
  position: absolute;
  top: -8px;
  left: -8px;
  min-width: 38px;
  height: 24px;
  padding: 0 8px;
  background: linear-gradient(135deg, #FF3B30 0%, #D70015 100%);
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .05em;
  font-family: var(--font-display);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow:
    0 4px 10px rgba(255,59,48,.45),
    0 2px 5px rgba(0,0,0,.18);
  animation: srn-wa-badge-bounce 2.2s ease-in-out infinite;
}
@keyframes srn-wa-badge-bounce{
  0%,100%{ transform: translateY(0) rotate(-6deg); }
  50%    { transform: translateY(-4px) rotate(-4deg); }
}

/* ===== KONTEN UTAMA ===== */
.srn-wa-content{
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Ikon WhatsApp */
.srn-wa-icon{
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  min-width: 36px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.18);
  border-radius: 50%;
  animation: srn-wa-icon-spin 4s linear infinite;
  animation-play-state: paused; /* hanya berputar saat idle diaktifkan via JS */
  transition: transform .3s ease;
}
.srn-wa-icon svg{ width: 22px; height: 22px; }
.srn-wa-float:hover .srn-wa-icon{
  background: #fff;
  color: #25D366;
  transform: scale(1.1) rotate(-8deg);
  animation-play-state: running;
}
@keyframes srn-wa-icon-spin{
  0%,80%,100%{ transform: rotate(0) scale(1); }
  90%    { transform: rotate(-12deg) scale(1.1); }
  95%    { transform: rotate(8deg) scale(1.05); }
}

/* LABEL TEKS — sembunyi default, muncul saat hover */
.srn-wa-label{
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  justify-content: center;
  white-space: nowrap;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transform: translateX(-10px);
  transition: opacity .35s ease .05s, transform .4s ease .05s, width .4s ease;
}
.srn-wa-float:hover .srn-wa-label{
  opacity: 1;
  width: auto;
  margin-left: 14px;
  transform: translateX(0);
}
.srn-wa-label-main{
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: .01em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.2);
  line-height: 1;
}
.srn-wa-label-sub{
  font-size: .72rem;
  font-weight: 500;
  color: rgba(255,255,255,.88);
  line-height: 1;
}

/* ===== TOOLTIP MELAYANG di KIRI BUTTON ===== */
.srn-wa-tooltip{
  position: absolute;
  right: calc(100% + 16px);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  background: #081527;
  color: #fff;
  font-size: .8rem;
  padding: 10px 16px;
  border-radius: 10px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,.3);
}
/* arrow ke kanan (menunjuk ke WA button) */
.srn-wa-tooltip::after{
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px; height: 10px;
  background: #081527;
}
.srn-wa-float:hover .srn-wa-tooltip{ opacity: 0; } /* hover sudah expand label, tooltip sembunyi */
/* Tampilkan tooltip hanya saat tidak hover & di desktop */
@media (min-width: 992px){
  .srn-wa-float:not(:hover) .srn-wa-tooltip{
    opacity: 1;
    transform: translateY(-50%) translateX(0);
    animation: srn-wa-tooltip-float 3.5s ease-in-out infinite;
  }
}
@keyframes srn-wa-tooltip-float{
  0%,100%{ transform: translateY(-50%) translateX(0); }
  50%    { transform: translateY(-50%) translateX(-6px); }
}

/* ===== KENBURNs HERO BACKGROUND (missing keyframes) ===== */
@keyframes srn-kenburns{
  0%   { transform: scale(1)    translate(0,0); }
  50%  { transform: scale(1.12) translate(-2%, 1%); }
  100% { transform: scale(1.06) translate(1%, -1%); }
}

/* ===== IDLE WIGGLE ANIMATION (button goyeng sedikit) ===== */
@keyframes srn-wa-wiggle{
  0%,92%,100%{ transform: rotate(0) scale(1); }
  93%  { transform: rotate(-8deg) scale(1.03); }
  95%  { transform: rotate(8deg)  scale(1.03); }
  97%  { transform: rotate(-6deg) scale(1.02); }
  99%  { transform: rotate(4deg)  scale(1.01); }
}

/* ==========================================================================
   REDUCED MOTION & RESPONSIVE
   ========================================================================== */
/* Responsive Tablet ≤992px */
@media (max-width: 991.98px){
  .srn-wa-float{
    right: 18px;
    bottom: 76px; /* di atas back-to-top */
    min-width: 56px;
    height: 56px;
    padding: 12px;
    border-width: 2.5px;
  }
  .srn-wa-float:hover{ min-width: 260px; }
  .srn-wa-icon{
    width: 32px; height: 32px; min-width: 32px;
  }
  .srn-wa-icon svg{ width: 20px; height: 20px; }
  .srn-wa-pulse{ width: 56px; height: 56px; }
  .srn-wa-badge{
    top: -6px; left: -6px;
    min-width: 32px; height: 20px;
    font-size: .6rem;
    padding: 0 6px;
  }
  .srn-wa-label-main{ font-size: .95rem; }
  .srn-wa-label-sub{ font-size: .68rem; }
  .srn-wa-float:hover .srn-wa-label{ margin-left: 10px; }
}

/* Responsive Mobile ≤576px */
@media (max-width: 575.98px){
  .srn-wa-float{
    right: 14px;
    bottom: 86px;   /* di atas Back To Top & Footer */
    min-width: 52px;
    height: 52px;
    padding: 10px;
    border-width: 2px;
    box-shadow:
      0 8px 20px rgba(37,211,102,.4),
      0 4px 10px rgba(0,0,0,.16);
  }
  .srn-wa-float:hover,
  .srn-wa-float:active{
    min-width: 220px;
  }
  .srn-wa-icon{
    width: 30px; height: 30px; min-width: 30px;
  }
  .srn-wa-icon svg{ width: 18px; height: 18px; }
  .srn-wa-pulse{ width: 52px; height: 52px; }
  .srn-wa-badge{
    top: -5px; left: -5px;
    min-width: 28px; height: 18px;
    font-size: .56rem;
    padding: 0 5px;
  }
  .srn-wa-label-main{ font-size: .82rem; }
  .srn-wa-label-sub{ font-size: .62rem; }
  .srn-wa-float:hover .srn-wa-label{ margin-left: 8px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  [data-reveal]{ opacity: 1; transform: none; transition: none; }
  .srn-marquee-track{ animation: none; }
  html{ scroll-behavior: auto; }
  /* matikan semua animasi WA */
  .srn-wa-float{ animation: none; }
  .srn-wa-pulse{ animation: none; }
  .srn-wa-badge{ animation: none; }
  .srn-wa-icon{ animation: none; }
  .srn-wa-tooltip{ animation: none; }
  /* matikan animasi HERO baru */
  .srn-hero-reveal{ opacity: 1; transform: none; animation: none; }
  .srn-hero-bg img{ animation: none; }
  .srn-hero-blob{ animation: none; }
  .srn-text-gradient{ animation: none; background-size: 100% 100%; }
  .srn-eyebrow{ animation: none; }
  .srn-eyebrow i{ animation: none; }
  .srn-btn-lg::before{ animation: none; }
}


/* ==========================================================================
   PAKET & HARGA — NEW CARD GRID SECTION (srn-pkg-*)
   ========================================================================== */

/* ---- Filter Toggle Wrap (seperti portfolio) ---- */
.srn-pkg-filter-toggle-wrap{
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  z-index: 5;
}

/* Tombol toggle utama */
.srn-pkg-filter-toggle-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px 11px 16px;
  background: #fff;
  color: var(--ink);
  border: 1.5px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 12px 30px -14px rgba(2,71,140,.25), 0 2px 6px -4px rgba(11,31,58,.08);
  transition: all .3s cubic-bezier(.4,0,.2,1);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .88rem;
  text-align: center;
}
.srn-pkg-filter-toggle-btn:hover{
  transform: translateY(-2px);
  border-color: var(--accent);
  box-shadow: 0 16px 34px -14px rgba(255,149,0,.35), 0 4px 8px -4px rgba(11,31,58,.08);
  color: var(--brand);
}
.srn-pkg-filter-toggle-btn.is-open{
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  box-shadow: 0 12px 26px -10px rgba(11,31,58,.4);
}
.srn-pkg-filter-toggle-btn.is-open:hover{ transform: translateY(-1px); }
.srn-pkg-filter-toggle-btn i:first-child{ color: var(--accent); font-size: 1.05rem; }
.srn-pkg-filter-toggle-btn.is-open i:first-child{ color: #FFC447; }

/* Caret animasi */
.srn-pkg-filter-toggle-caret{
  font-size: .9rem;
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  opacity: .8;
  margin-left: 2px;
}
.srn-pkg-filter-toggle-btn.is-open .srn-pkg-filter-toggle-caret{ transform: rotate(180deg); }

/* Active category pill */
.srn-pkg-filter-active-pill{
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,149,0,.12), rgba(255,196,71,.18));
  color: var(--accent-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .01em;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.srn-pkg-filter-toggle-btn.is-open .srn-pkg-filter-active-pill{
  background: rgba(255,255,255,.15);
  color: #FFC447;
}

/* Panel filter (dropdown) */
.srn-pkg-filter-panel{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  width: 100%;
  padding: 20px 18px;
  background: linear-gradient(180deg, rgba(255,248,238,.9), rgba(255,255,255,.95));
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 20px 50px -22px rgba(2,71,140,.25), 0 8px 20px -12px rgba(11,31,58,.1);
  overflow: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
  box-sizing: content-box;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    height .38s cubic-bezier(.4,0,.2,1),
    padding .3s ease .05s,
    opacity .3s ease,
    transform .3s ease,
    border-width .3s ease;
}
.srn-pkg-filter-panel.is-open{
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-width: 1px;
  opacity: 1;
  transform: translateY(0);
}

/* Tombol filter di dalam panel */
.srn-pkg-filter-btn{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1.5px solid rgba(203,214,230,.8);
  color: var(--slate);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .82rem;
  padding: 8px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: all .22s ease;
  white-space: nowrap;
  box-shadow: 0 2px 8px -4px rgba(2,71,140,.1);
}
.srn-pkg-filter-btn i{ font-size: .9rem; color: var(--accent); }
.srn-pkg-filter-btn:hover{
  border-color: var(--brand);
  color: var(--brand);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px -6px rgba(2,71,140,.2);
}
.srn-pkg-filter-btn.active{
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  box-shadow: 0 6px 16px -6px rgba(2,71,140,.35);
}
.srn-pkg-filter-btn.active i{ color: #FFC447; }

/* Harga toggle — terpisah, di bawah filter wrap */
.srn-pkg-filter-harga-toggle-wrap{
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.srn-pkg-filter-harga-toggle{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .8rem;
  font-weight: 600;
  color: var(--slate);
  background: #fff;
  border: 1.5px solid var(--line);
  padding: 7px 14px;
  border-radius: 999px;
  white-space: nowrap;
}
.srn-pkg-filter-harga-toggle i{ color: var(--accent); }

/* Mobile */
@media (max-width: 575.98px){
  .srn-pkg-filter-toggle-wrap{ margin-bottom: 8px; }
  .srn-pkg-filter-toggle-btn{
    padding: 10px 15px 10px 13px;
    gap: 8px;
    font-size: .82rem;
  }
  .srn-pkg-filter-toggle-label{ display: none; }
  .srn-pkg-filter-active-pill{ font-size: .72rem; padding: 3px 10px; max-width: 150px; }
  .srn-pkg-filter-panel{ gap: 8px; padding: 16px 12px !important; border-radius: 16px; }
}

/* ---- Card Grid ---- */
.srn-pkg-cards-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}
.srn-pkg-card{
  flex: 0 0 calc(33.333% - 19px);
  max-width: 380px;
  min-width: 280px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 28px -10px rgba(2,71,140,.14), 0 2px 8px -4px rgba(11,31,58,.06);
  border: 1px solid var(--line);
  transition: transform .3s cubic-bezier(.22,.68,.35,1), box-shadow .3s cubic-bezier(.22,.68,.35,1), border-color .3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}
.srn-pkg-card:hover{
  transform: translateY(-7px) scale(1.012);
  box-shadow: 0 24px 54px -16px rgba(2,71,140,.28), 0 8px 20px -8px rgba(11,31,58,.10);
  border-color: rgba(255,149,0,.22);
}
.srn-pkg-card.srn-pkg-hidden{ display: none; }

/* Card Media (wrapper gambar + overlay badge) */
.srn-pkg-card-media{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--bg);
}
.srn-pkg-card-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s cubic-bezier(.22,.68,.35,1);
}
.srn-pkg-card:hover .srn-pkg-card-img{ transform: scale(1.06); }

/* Durasi pill di atas gambar */
.srn-pkg-card-duration{
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 11px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 700;
  color: var(--ink);
  box-shadow: 0 4px 12px -4px rgba(11,31,58,.2);
  border: 1px solid rgba(255,255,255,.5);
}
.srn-pkg-card-duration i{
  color: var(--brand);
  font-size: .76rem;
}

/* Kategori tag */
.srn-pkg-card-cat-tag{
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--brand);
  background: rgba(2,71,140,.07);
  border: 1px solid rgba(2,71,140,.12);
  border-radius: 6px;
  padding: 3px 9px;
  align-self: flex-start;
}

/* Deskripsi singkat */
.srn-pkg-card-desc{
  font-size: .88rem;
  color: var(--slate);
  line-height: 1.65;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Footer: harga + tombol */
.srn-pkg-card-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.srn-pkg-card-harga{
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.srn-pkg-card-harga-label{
  font-size: .68rem;
  color: var(--slate-light);
  font-weight: 500;
  letter-spacing: .02em;
}
.srn-pkg-card-harga-nilai{
  font-family: var(--font-mono);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}
.srn-pkg-card-harga-nilai small{
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 500;
  color: var(--slate);
}
.srn-pkg-card-btn{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 9px 16px;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  font-size: .8rem;
  border-radius: 999px;
  white-space: nowrap;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 6px 16px -6px rgba(2,71,140,.4);
  text-decoration: none;
}
.srn-pkg-card-btn:hover{
  background: var(--brand-dark);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px -8px rgba(2,71,140,.55);
}
.srn-pkg-card-btn i{ font-size: .9rem; }
.srn-pkg-card-badge{
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--accent);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  padding: 4px 11px;
  border-radius: 999px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 4px 12px -4px rgba(255,149,0,.5);
}

/* Card Image */
.srn-pkg-card-img{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  flex-shrink: 0;
}
.srn-pkg-card-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.srn-pkg-card:hover .srn-pkg-card-img img{ transform: scale(1.05); }

/* Card Body */
.srn-pkg-card-body{
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.srn-pkg-card-cat{
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--slate);
}
.srn-pkg-card-title{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.12rem;
  color: var(--ink);
  line-height: 1.25;
  margin: 0;
}
.srn-pkg-card-minpax{
  font-size: .78rem;
  color: var(--slate-light);
  margin-top: -4px;
}
.srn-pkg-card-price{
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--accent);
  line-height: 1;
}
.srn-pkg-card-price span{
  font-size: .8rem;
  font-weight: 500;
  color: var(--slate);
  font-family: var(--font-body);
}
.srn-pkg-card-venues{
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.srn-pkg-card-venues li{
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: .78rem;
  color: var(--slate);
  line-height: 1.35;
}
.srn-pkg-card-venues li i{ color: var(--brand); flex-shrink: 0; margin-top: 1px; }

/* Fasilitas singkat chips */
.srn-pkg-card-fac{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}
.srn-pkg-card-fac span{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: .72rem;
  font-weight: 500;
  color: var(--slate);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 3px 9px;
}
.srn-pkg-card-fac span i{ color: var(--brand); font-size: .72rem; }

/* === Chips Fasilitas UNGGULAN — warna amber === */
.srn-pkg-card-fac-unggulan{
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px dashed rgba(227,232,239,.8);
}
.srn-pkg-card-fac-unggulan span{
  background: rgba(255,149,0,.08);
  border-color: rgba(255,149,0,.25);
  color: var(--accent-dark);
  font-weight: 600;
  transition: background .2s ease, border-color .2s ease;
}
.srn-pkg-card-fac-unggulan span i{
  color: var(--accent);
}
.srn-pkg-card:hover .srn-pkg-card-fac-unggulan span{
  background: rgba(255,149,0,.13);
  border-color: rgba(255,149,0,.4);
}
.srn-pkg-card-fac-more{
  background: rgba(2,71,140,.07) !important;
  border-color: rgba(2,71,140,.18) !important;
  color: var(--brand) !important;
  font-style: italic;
}

/* Card Buttons */
.srn-pkg-card-actions{
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.srn-pkg-card-btn-detail{
  flex: 1;
  padding: 9px 0;
  border: 1.5px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-weight: 700;
  font-size: .82rem;
  border-radius: 999px;
  cursor: pointer;
  transition: all .2s;
  font-family: var(--font-body);
}
.srn-pkg-card-btn-detail:hover{
  background: var(--ink);
  color: #fff;
}
.srn-pkg-card-btn-booking{
  flex: 1.4;
  padding: 9px 0;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  font-size: .82rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: all .2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: var(--font-body);
  text-decoration: none;
  box-shadow: 0 6px 16px -6px rgba(255,149,0,.45);
}
.srn-pkg-card-btn-booking:hover{
  background: var(--accent-dark);
  color: #fff;
  transform: translateY(-1px);
}

/* ---- Pagination ---- */
.srn-pkg-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 40px;
}
.srn-pkg-page-btn{
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  background: #fff;
  color: var(--slate);
  font-weight: 700;
  font-size: .85rem;
  cursor: pointer;
  transition: all .2s;
}
.srn-pkg-page-btn:hover,
.srn-pkg-page-btn.active{
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}
.srn-pkg-page-btn.disabled{
  opacity: .35;
  pointer-events: none;
}

/* ==========================================================================
   PAKET DETAIL MODAL OVERLAY (srn-pkd-*)
   ========================================================================== */
.srn-pkd-overlay{
  position: fixed;
  inset: 0;
  z-index: 10500;
  background: rgba(11,31,58,.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 16px 20px;
  overflow-y: auto;
  opacity: 0;
  transition: opacity .3s ease;
}
.srn-pkd-overlay:not([hidden]){
  opacity: 1;
}

.srn-pkd-dialog{
  background: #fff;
  border-radius: 22px;
  width: 100%;
  max-width: 1060px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 320px;
  grid-template-rows: auto auto;
  gap: 0;
  overflow: hidden;
  box-shadow: 0 40px 80px -20px rgba(11,31,58,.40);
  animation: srn-pkd-in .32s cubic-bezier(.22,.68,.35,1) both;
}
@keyframes srn-pkd-in{
  from{ transform: translateY(28px) scale(.97); opacity: 0; }
  to  { transform: translateY(0) scale(1); opacity: 1; }
}

/* Close button */
.srn-pkd-close{
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  border: 1.5px solid var(--line);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  transition: all .2s;
  backdrop-filter: blur(6px);
}
.srn-pkd-close:hover{
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

/* ---- LEFT: Gallery Wrap (row 1–2, col 1) ---- */
.srn-pkd-gallery-wrap{
  grid-row: 1;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-right: 1px solid var(--line);
}
.srn-pkd-main-img{
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--bg);
}
.srn-pkd-main-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.srn-pkd-badge-popular{
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--accent);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 999px;
  letter-spacing: .05em;
}
.srn-pkd-thumbs{
  display: flex;
  gap: 6px;
  padding: 10px 12px;
  background: var(--bg);
  overflow-x: auto;
  scrollbar-width: none;
}
.srn-pkd-thumbs::-webkit-scrollbar{ display: none; }
.srn-pkd-thumb{
  flex-shrink: 0;
  width: 72px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color .2s;
}
.srn-pkd-thumb.active{ border-color: var(--accent); }
.srn-pkd-thumb img{ width: 100%; height: 100%; object-fit: cover; }

/* ---- RIGHT: Info Wrap (row 1, col 2) ---- */
.srn-pkd-info-wrap{
  grid-row: 1;
  grid-column: 2;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  overflow-y: auto;
  max-height: 520px;
}
.srn-pkd-cat-label{
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--brand);
}
.srn-pkd-title{
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.2;
  margin: 0;
}
.srn-pkd-minpax{
  font-size: .78rem;
  color: var(--slate-light);
  margin-top: -6px;
}
.srn-pkd-price-row{
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.srn-pkd-price{
  font-family: var(--font-mono);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}
.srn-pkd-price-unit{
  font-size: .85rem;
  color: var(--slate);
}
.srn-pkd-meta-row{
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.srn-pkd-meta-item{
  display: flex;
  align-items: flex-start;
  gap: 7px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px 10px;
  flex: 1;
  min-width: 80px;
}
.srn-pkd-meta-item i{
  color: var(--brand);
  font-size: .9rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.srn-pkd-meta-item div{ display: flex; flex-direction: column; gap: 1px; }
.srn-pkd-meta-label{ font-size: .65rem; color: var(--slate-light); text-transform: uppercase; letter-spacing: .05em; }
.srn-pkd-meta-item strong{ font-size: .78rem; color: var(--ink); font-weight: 700; }

.srn-pkd-download-btn{
  width: 100%;
  background: transparent;
  border: 1.5px solid var(--line);
  color: var(--ink);
  font-weight: 600;
  font-size: .82rem;
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all .2s;
  font-family: var(--font-body);
}
.srn-pkd-download-btn:hover{
  background: var(--bg);
  border-color: var(--brand);
  color: var(--brand);
}

/* Sidebar Fasilitas */
.srn-pkd-sidebar-fac{
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.srn-pkd-sidebar-fac-title{
  font-size: .82rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
}
.srn-pkd-sidebar-fac-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.srn-pkd-sidebar-fac-list li{
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: .78rem;
  color: var(--slate);
  line-height: 1.4;
}
.srn-pkd-sidebar-fac-list li::before{
  content: "✓";
  color: #22c55e;
  font-weight: 800;
  font-size: .78rem;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ---- BOTTOM: Tabs (row 2, col 1+2) ---- */
.srn-pkd-tabs-wrap{
  grid-row: 2;
  grid-column: 1 / 3;
  border-top: 1px solid var(--line);
}
.srn-pkd-tabs{
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--line);
  padding: 0 24px;
  overflow-x: auto;
  scrollbar-width: none;
  background: var(--bg);
}
.srn-pkd-tabs::-webkit-scrollbar{ display: none; }
.srn-pkd-tab{
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 14px 18px;
  font-family: var(--font-body);
  font-size: .85rem;
  font-weight: 600;
  color: var(--slate);
  cursor: pointer;
  transition: all .2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.srn-pkd-tab:hover{ color: var(--brand); }
.srn-pkd-tab.active{
  color: var(--brand);
  border-bottom-color: var(--accent);
}
.srn-pkd-tab-content{ padding: 28px 28px 32px; }
.srn-pkd-panel{ display: none; }
.srn-pkd-panel.active{ display: block; }

/* Tentang Paket panel */
.srn-pkd-desc-text{
  font-size: .95rem;
  color: var(--slate);
  line-height: 1.8;
  margin-bottom: 20px;
}
.srn-pkd-panel-title{
  font-family: var(--font-display);
  font-size: .9rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 16px;
}
.srn-pkd-highlight-icons{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.srn-pkd-highlight-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  width: 110px;
}
.srn-pkd-highlight-icon{
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #EFF6FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--brand);
}
.srn-pkd-highlight-item span{
  font-size: .73rem;
  font-weight: 600;
  color: var(--slate);
  line-height: 1.3;
}

/* Rundown panel */
.srn-pkd-rundown-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 3px solid var(--brand);
  padding-left: 0;
}
.srn-pkd-rundown-list li{
  display: flex;
  gap: 16px;
  padding: 10px 0 10px 20px;
  position: relative;
}
.srn-pkd-rundown-list li::before{
  content: "";
  position: absolute;
  left: -7px;
  top: 15px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--accent);
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px var(--accent);
}
.srn-pkd-rundown-time{
  font-family: var(--font-mono);
  font-size: .78rem;
  font-weight: 700;
  color: var(--brand);
  min-width: 44px;
  flex-shrink: 0;
  padding-top: 2px;
}
.srn-pkd-rundown-content h6{
  font-size: .85rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 2px;
}
.srn-pkd-rundown-content p{
  font-size: .78rem;
  color: var(--slate);
  margin: 0;
  line-height: 1.45;
}

/* Fasilitas full list panel */
.srn-pkd-fac-full-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 8px 20px;
}
.srn-pkd-fac-full-list li{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .85rem;
  color: var(--slate);
  line-height: 1.45;
}
.srn-pkd-fac-full-list li i{ color: #22c55e; flex-shrink: 0; font-size: .88rem; margin-top: 2px; }

/* Rincian Harga panel */
.srn-pkd-harga-table{
  width: 100%;
  border-collapse: collapse;
  font-size: .85rem;
}
.srn-pkd-harga-table th{
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  font-weight: 700;
  text-align: left;
  font-size: .8rem;
}
.srn-pkd-harga-table td{
  padding: 10px 14px;
  border-bottom: 1px solid var(--line);
  color: var(--slate);
}
.srn-pkd-harga-table tr:last-child td{ border-bottom: none; }
.srn-pkd-harga-table .price-total{
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--accent);
}
.srn-pkd-harga-notes{
  margin-top: 14px;
  font-size: .78rem;
  color: var(--slate);
  line-height: 1.7;
  background: var(--bg);
  border-radius: 10px;
  padding: 12px 16px;
  border-left: 3px solid var(--accent);
}
.srn-pkd-harga-notes p{ margin: 0; font-size: .78rem; }

/* Galeri panel */
.srn-pkd-galeri-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
}
.srn-pkd-galeri-grid img{
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 10px;
  cursor: zoom-in;
  transition: transform .3s ease;
}
.srn-pkd-galeri-grid img:hover{ transform: scale(1.03); }
.srn-pkd-see-all-galeri{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  font-weight: 700;
  font-size: .85rem;
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ==========================================================================
   RESPONSIVE — Modal & Cards
   ========================================================================== */
@media (max-width: 991.98px){
  .srn-pkd-dialog{
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    max-width: 100%;
  }
  .srn-pkd-gallery-wrap{
    grid-row: 1;
    grid-column: 1;
    border-right: none;
    border-bottom: 1px solid var(--line);
  }
  .srn-pkd-info-wrap{
    grid-row: 2;
    grid-column: 1;
    max-height: none;
    border-right: none;
  }
  .srn-pkd-tabs-wrap{
    grid-row: 3;
    grid-column: 1;
  }
  /* Card grid: 2 kolom di tablet */
  .srn-pkg-cards-grid{
    gap: 20px;
  }
  .srn-pkg-card{
    flex: 0 0 calc(50% - 10px);
    max-width: 420px;
    min-width: 260px;
  }
}
@media (max-width: 575.98px){
  .srn-pkg-filter-bar{ flex-direction: column; align-items: flex-start; }
  /* Card grid: 1 kolom di mobile */
  .srn-pkg-cards-grid{
    gap: 16px;
  }
  .srn-pkg-card{
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0;
  }
  .srn-pkd-overlay{ padding: 10px 8px; }
  .srn-pkd-tab-content{ padding: 18px 16px 24px; }
  .srn-pkd-info-wrap{ padding: 16px; }
  .srn-pkd-fac-full-list{ grid-template-columns: 1fr; }
  .srn-pkd-galeri-grid{ grid-template-columns: repeat(2, 1fr); }
}


/* ==========================================================================
   9. PAKET — PAGE LIST + PAGE DETAIL (ALL NEW)
   ========================================================================== */

/* --- Warna Dasar & Variable --- */
:root{
  --pkg-primary: #2563eb;
  --pkg-primary-dark:#1d4ed8;
  --pkg-accent: #f97316;
  --pkg-accent-dark:#ea580c;
  --pkg-success:#10b981;
  --pkg-warning:#f59e0b;
  --pkg-info:#06b6d4;
  --pkg-danger:#ef4444;
  --pkg-ink:#0f172a;
  --pkg-ink-soft:#475569;
  --pkg-muted:#64748b;
  --pkg-line:#e2e8f0;
  --pkg-line-soft:#f1f5f9;
  --pkg-bg:#ffffff;
  --pkg-bg-alt:#f8fafc;
  --pkg-radius:1rem;
  --pkg-radius-sm:.625rem;
  --pkg-shadow-sm:0 1px 2px 0 rgba(15,23,42,.06);
  --pkg-shadow:0 4px 16px -4px rgba(15,23,42,.08), 0 2px 6px -2px rgba(15,23,42,.04);
  --pkg-shadow-lg:0 24px 48px -12px rgba(15,23,42,.12), 0 8px 20px -8px rgba(15,23,42,.08);
}

/* --- 9a. Body base untuk page list & detail --- */
body.srn-listpage,
body.srn-detail-page{
  background: var(--pkg-bg-alt);
  color: var(--pkg-ink);
  font-family: 'Inter','Poppins',system-ui,-apple-system,sans-serif;
}

/* --- 9b. Pagehead / Header --- */
.srn-pagehead{
  position: relative;
  padding: 110px 0 80px;
  background: linear-gradient(135deg, #0b1b34 0%, #1e3a8a 45%, #1e40af 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.srn-pagehead-paket::before{
  content:"";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(59,130,246,.25), transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(249,115,22,.18), transparent 50%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.05' stroke-width='1'%3E%3Cpath d='M0 40h120M0 80h120M40 0v120M80 0v120'/%3E%3C/g%3E%3C/svg%3E");
  z-index: -1;
}
.srn-pagehead-overlay{
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(11,27,52,.55) 100%);
  pointer-events:none;
}
.srn-pagehead-title-wrap{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.srn-pagehead-title-wrap h1{
  font-family:'Poppins',sans-serif;
  font-weight:800;
  font-size: clamp(1.9rem, 3.2vw + .8rem, 2.9rem);
  line-height: 1.15;
  margin: 14px 0 12px;
  letter-spacing: -0.02em;
}
.srn-pagehead-title-wrap p{
  font-size: 1.02rem;
  opacity: .88;
  max-width: 640px;
  margin: 0 auto;
  line-height:1.7;
}
.srn-eyebrow-light{
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.4rem .9rem;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  font-size:.8rem; font-weight:600;
  letter-spacing:.06em; text-transform:uppercase;
  backdrop-filter: blur(6px);
  color: #fff;
}
/* Breadcrumb */
.srn-breadcrumb-wrap{
  padding: 18px 0;
  background: #fff;
  border-bottom: 1px solid var(--pkg-line-soft);
}
.srn-breadcrumb{
  padding: 0;
  margin: 0;
}
.srn-breadcrumb ol{
  list-style:none;
  padding: 0; margin: 0;
  display:flex; flex-wrap:wrap; align-items:center; gap:.5rem;
  font-size:.9rem; color:var(--pkg-muted);
}
.srn-breadcrumb ol li{
  display:inline-flex; align-items:center; gap:.5rem;
}
.srn-breadcrumb ol li + li::before{
  content: "›";
  font-size: 1.2em;
  color: #cbd5e1;
  margin-right: .1rem;
}
.srn-breadcrumb ol li a{
  color: var(--pkg-ink-soft);
  text-decoration: none;
  font-weight:500;
  transition: color .2s;
}
.srn-breadcrumb ol li a:hover{ color: var(--pkg-primary); }
.srn-breadcrumb ol li.active{
  color: var(--pkg-ink);
  font-weight:700;
}
.srn-breadcrumb-light{ color: rgba(255,255,255,.75); }
.srn-breadcrumb-light ol li a{ color: rgba(255,255,255,.85); }
.srn-breadcrumb-light ol li a:hover{ color:#fff; }
.srn-breadcrumb-light ol li + li::before{ color: rgba(255,255,255,.35); }
.srn-breadcrumb-light ol li.active{ color:#fff; }

/* --- 9c. Hero Detail Paket --- */
.srn-detail-page{ background:#f8fafc; }
.srn-detail-hero{ padding-top: 28px; padding-bottom: 12px; }
.srn-detail-hero-row{
  display:grid;
  grid-template-columns: minmax(0,5fr) minmax(0,7fr);
  gap: 28px;
  align-items: start;
}
.srn-detail-media{
  position: sticky;
  top: 96px;
}
.srn-detail-media-inner{
  position: relative;
  border-radius: var(--pkg-radius);
  overflow: hidden;
  background:#111;
  box-shadow: var(--pkg-shadow-lg);
  aspect-ratio: 4 / 3;
}
.srn-detail-img{
  width:100%; height:100%;
  object-fit: cover;
  display:block;
  transition: transform .5s ease;
}
.srn-detail-media-inner:hover .srn-detail-img{ transform: scale(1.04); }
.srn-detail-duration-pill{
  position:absolute;
  top: 16px; left: 16px;
  display:inline-flex; align-items:center; gap:.45rem;
  padding: .45rem .85rem;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  color: var(--pkg-primary-dark);
  font-size: .82rem;
  font-weight: 700;
  box-shadow: 0 4px 12px -3px rgba(15,23,42,.18);
  backdrop-filter: blur(4px);
}

.srn-detail-info{ position: relative; }
.srn-detail-category-badge{
  display:inline-block;
  padding: .38rem .85rem;
  border-radius: 999px;
  background: rgba(37,99,235,.1);
  color: var(--pkg-primary-dark);
  font-weight:700;
  font-size:.8rem;
  letter-spacing:.02em;
  margin-bottom: 10px;
}
.srn-detail-title{
  font-family:'Poppins',sans-serif;
  font-weight:800;
  font-size: clamp(1.7rem, 1.6vw + 1rem, 2.3rem);
  letter-spacing:-0.02em;
  line-height: 1.2;
  margin:0 0 6px;
  color: var(--pkg-ink);
}
.srn-detail-subtitle{
  margin:0 0 10px;
  color: var(--pkg-ink-soft);
  font-weight: 500;
  font-size: .98rem;
  display:flex; align-items:center; gap:.5rem;
  flex-wrap: wrap;
}
.srn-detail-subtitle .text-warning{ color: var(--pkg-warning); }
.srn-detail-lead{
  color: var(--pkg-ink-soft);
  font-size: 1rem;
  line-height:1.7;
  margin: 4px 0 24px;
  padding: 14px 18px;
  background: linear-gradient(90deg, rgba(37,99,235,.04), rgba(249,115,22,.03));
  border-left: 4px solid var(--pkg-primary);
  border-radius: 0 .75rem .75rem 0;
}

/* Meta grid 4 kolom */
.srn-detail-meta-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
  margin-bottom: 22px;
}
.srn-meta-card{
  background: #fff;
  border:1px solid var(--pkg-line);
  border-radius: var(--pkg-radius-sm);
  padding: 14px;
  display:flex; align-items:flex-start; gap: 10px;
  box-shadow: var(--pkg-shadow-sm);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.srn-meta-card:hover{
  transform: translateY(-2px);
  box-shadow: var(--pkg-shadow);
  border-color: #cbd5e1;
}
.srn-meta-icon{
  width: 38px; height: 38px; flex: 0 0 38px;
  display:inline-flex; align-items:center; justify-content:center;
  border-radius: .7rem;
  background: rgba(37,99,235,.08);
  color: var(--pkg-primary-dark);
  font-size:1rem;
}
.srn-meta-label{
  display:block;
  font-size:.73rem;
  color:var(--pkg-muted);
  font-weight:600;
  letter-spacing:.02em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.srn-meta-value{
  display:block;
  font-size:.97rem;
  color: var(--pkg-ink);
  font-weight: 800;
  line-height:1.3;
}
.srn-meta-card.srn-meta-card-accent{
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  border-color: #fdba74;
}
.srn-meta-card.srn-meta-card-accent .srn-meta-icon{
  background: rgba(249,115,22,.15);
  color: var(--pkg-accent-dark);
}
.srn-meta-card.srn-meta-card-accent .srn-meta-value{
  color: var(--pkg-accent-dark);
  font-size: 1.1rem;
}

/* CTA buttons wrap */
.srn-detail-cta-wrap{
  display:flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
  padding: 18px 20px;
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: var(--pkg-radius-sm);
}
.srn-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .78rem 1.35rem;
  border-radius: .75rem;
  font-weight: 700;
  font-size: .95rem;
  line-height: 1.3;
  text-decoration: none;
  transition: all .2s ease;
  cursor: pointer;
  border: 1.5px solid transparent;
  user-select: none;
  font-family: inherit;
  white-space: nowrap;
}
.srn-btn-lg{ padding: .95rem 1.6rem; font-size: 1rem; border-radius: .85rem; }
.srn-btn-primary{
  background: linear-gradient(135deg, var(--pkg-primary), var(--pkg-primary-dark));
  color: #fff;
  box-shadow: 0 10px 24px -10px rgba(37,99,235,.55);
}
.srn-btn-primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 28px -10px rgba(37,99,235,.72);
  color:#fff;
  background: linear-gradient(135deg, var(--pkg-primary-dark), #1e40af);
}
.srn-btn-primary:active{ transform: translateY(0); }
.srn-btn-outline{
  background: #fff;
  color: var(--pkg-ink);
  border-color: var(--pkg-line);
  box-shadow: var(--pkg-shadow-sm);
}
.srn-btn-outline:hover{
  background: #f8fafc;
  color: var(--pkg-primary-dark);
  border-color: #cbd5e1;
  transform: translateY(-1px);
}
.srn-btn.w-100{ width: 100%; }

/* --- 9d. Detail Content — Tabs + Sidebar --- */
.srn-detail-content{
  padding-top: 8px;
  padding-bottom: 40px;
  background: transparent;
}
.srn-detail-tabs{
  position: sticky;
  top: 72px;
  z-index: 30;
  background: #fff;
  border: 1px solid var(--pkg-line);
  border-radius: .85rem;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 24px;
  box-shadow: var(--pkg-shadow);
}
.srn-tab-btn{
  flex: 1 1 0;
  min-width: 120px;
  padding: .8rem 1rem;
  border-radius: .65rem;
  border: none;
  background: transparent;
  color: var(--pkg-ink-soft);
  font-weight: 700;
  font-size: .9rem;
  display:inline-flex; align-items:center; justify-content:center; gap:.45rem;
  cursor: pointer;
  transition: all .18s ease;
  font-family: inherit;
}
.srn-tab-btn:hover:not(.active){
  background: var(--pkg-line-soft);
  color: var(--pkg-ink);
}
.srn-tab-btn.active{
  background: linear-gradient(135deg, var(--pkg-primary), var(--pkg-primary-dark));
  color: #fff;
  box-shadow: 0 8px 18px -6px rgba(37,99,235,.55);
}

/* Body 2 kolom: Tab Panes (kiri) + Sidebar (kanan) */
.srn-detail-body{
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 360px);
  gap: 26px;
  align-items: start;
}
.srn-detail-tabpanes{
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.srn-tab-pane{
  background: #fff;
  border: 1px solid var(--pkg-line);
  border-radius: var(--pkg-radius);
  padding: 28px;
  box-shadow: var(--pkg-shadow-sm);
}
.srn-tab-pane[hidden],
.srn-tab-pane.hidden{ display: none !important; }

.srn-pane-head{ margin-bottom: 22px; }
.srn-pane-title{
  font-family:'Poppins',sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
  color: var(--pkg-ink);
  margin: 0;
  display:inline-flex; align-items:center; gap:.55rem;
}
.srn-pane-title i{
  color: var(--pkg-primary-dark);
  background: rgba(37,99,235,.08);
  width: 34px; height:34px;
  display:inline-flex; align-items:center; justify-content:center;
  border-radius: .65rem;
  font-size:1rem;
}
.srn-pane-subtitle{
  margin: 10px 0 0;
  color: var(--pkg-muted);
  font-size: .93rem;
}
.srn-pane-title-sm{
  font-family:'Poppins',sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  margin: 0 0 14px;
  color: var(--pkg-ink);
  display:inline-flex; align-items:center; gap:.5rem;
}

/* --- 9e. Timeline Itinerary --- */
.srn-timeline{
  position: relative;
  list-style: none;
  padding: 6px 0 6px 18px;
  margin: 0;
}
.srn-timeline::before{
  content:"";
  position:absolute;
  left: 7px; top: 14px; bottom: 14px;
  width: 2px;
  background: linear-gradient(180deg, var(--pkg-primary) 0%, #a5b4fc 60%, transparent 100%);
  border-radius: 2px;
}
.srn-timeline-item{
  position: relative;
  padding: 0 0 22px 22px;
}
.srn-timeline-item:last-child{ padding-bottom: 0; }
.srn-timeline-time{
  position:absolute;
  left: -18px; top: 1px;
  display:inline-block;
  min-width: 62px;
  padding: 4px 8px;
  background: rgba(37,99,235,.08);
  color: var(--pkg-primary-dark);
  border-radius: 6px;
  font-weight: 800;
  font-size: .78rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  text-align: center;
}
.srn-timeline-dot{
  position:absolute;
  left: -13px;
  top: 34px;
  width: 14px; height:14px;
  border-radius:50%;
  background: #fff;
  border: 3px solid var(--pkg-primary);
  box-shadow: 0 0 0 4px rgba(37,99,235,.12);
}
.srn-timeline-card{
  background: var(--pkg-line-soft);
  border:1px solid var(--pkg-line);
  border-radius: var(--pkg-radius-sm);
  padding: 14px 16px;
  transition: border-color .2s, transform .2s, background .2s;
}
.srn-timeline-card:hover{
  background:#fff;
  border-color:#cbd5e1;
  transform: translateX(2px);
  box-shadow: var(--pkg-shadow-sm);
}
.srn-timeline-title{
  margin:0 0 4px;
  font-weight:800;
  color: var(--pkg-ink);
  font-size: 1rem;
}
.srn-timeline-desc{
  margin:0;
  font-size:.93rem;
  color: var(--pkg-ink-soft);
  line-height: 1.6;
}
.srn-timeline-empty{
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.srn-timeline-empty::before{ display:none !important; }

/* --- 9f. Fasilitas Grid + Harga Table --- */
.srn-fasilitas-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.srn-fasilitas-card{
  display:flex; align-items:flex-start; gap: 12px;
  padding: 16px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  border:1px solid var(--pkg-line);
  border-radius: var(--pkg-radius-sm);
  transition: all .2s ease;
}
.srn-fasilitas-card:hover{
  transform: translateY(-3px);
  border-color: #bfdbfe;
  background: linear-gradient(180deg, #fff, #eff6ff);
  box-shadow: 0 12px 20px -10px rgba(37,99,235,.25);
}
.srn-fasilitas-icon{
  width: 40px; height:40px; flex:0 0 40px;
  display:inline-flex; align-items:center; justify-content:center;
  border-radius: .7rem;
  background: rgba(16,185,129,.12);
  color: #047857;
  font-size: 1.1rem;
}
.srn-fasilitas-body h4{
  margin:0 0 4px;
  font-weight: 800;
  font-size: .98rem;
  color: var(--pkg-ink);
}
.srn-fasilitas-body p{
  margin:0;
  font-size: .86rem;
  color: var(--pkg-muted);
  line-height: 1.55;
}

.srn-harga-breakdown{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed var(--pkg-line);
}
.srn-harga-table-wrap{
  overflow-x:auto;
  border-radius: var(--pkg-radius-sm);
  border: 1px solid var(--pkg-line);
  box-shadow: var(--pkg-shadow-sm);
}
.srn-harga-table{
  width: 100%;
  border-collapse: collapse;
  background:#fff;
  font-size: .93rem;
  min-width: 520px;
}
.srn-harga-table thead{
  background: linear-gradient(135deg, #0b1b34, #1e3a8a);
  color:#fff;
}
.srn-harga-table th{
  padding: 12px 14px;
  text-align: left;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
}
.srn-harga-table th.text-center{ text-align:center; }
.srn-harga-table th.text-right{ text-align:right; }
.srn-harga-table td{
  padding: 12px 14px;
  border-top: 1px solid var(--pkg-line-soft);
  color: var(--pkg-ink-soft);
  vertical-align: middle;
}
.srn-harga-table td.text-center{ text-align:center; }
.srn-harga-table td.text-right{ text-align:right; }
.srn-harga-table tbody tr:hover td{ background: #f8fafc; color: var(--pkg-ink); }
.srn-harga-total{ color: var(--pkg-ink); font-weight:700; }
.srn-harga-table tfoot{
  background: linear-gradient(90deg, rgba(249,115,22,.06), rgba(37,99,235,.05));
}
.srn-harga-grand{
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--pkg-accent-dark);
}

/* --- 9g. Galeri Grid --- */
.srn-galeri-grid{
  display:grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.srn-galeri-item{
  display:block;
  position: relative;
  border-radius: .7rem;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background:#0f172a;
  text-decoration: none !important;
  box-shadow: var(--pkg-shadow-sm);
  transition: transform .25s, box-shadow .25s;
}
.srn-galeri-item:hover{
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 16px 28px -10px rgba(15,23,42,.28);
  z-index: 2;
}
.srn-galeri-img-wrap{
  position:absolute; inset:0;
}
.srn-galeri-img-wrap img{
  width:100%; height:100%;
  object-fit: cover;
  display:block;
  transition: transform .4s ease;
}
.srn-galeri-item:hover .srn-galeri-img-wrap img{ transform: scale(1.08); }
.srn-galeri-play{
  position:absolute; inset:0;
  display:inline-flex; align-items:center; justify-content:center;
  color:#fff;
  font-size: 2.3rem;
  background: rgba(15,23,42,.38);
  backdrop-filter: blur(1px);
  transition: background .2s;
}
.srn-galeri-item:hover .srn-galeri-play{ background: rgba(15,23,42,.48); }

/* --- 9h. Informasi Penting 4 Card Grid --- */
.srn-info-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.srn-info-card{
  background: #fff;
  border:1px solid var(--pkg-line);
  border-radius: var(--pkg-radius-sm);
  padding: 18px;
  box-shadow: var(--pkg-shadow-sm);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.srn-info-card:hover{
  transform: translateY(-2px);
  border-color:#cbd5e1;
  box-shadow: var(--pkg-shadow);
}
.srn-info-card-head{
  display:flex; align-items:center; gap: 10px;
  margin-bottom: 10px;
}
.srn-info-card-head i{
  width: 36px; height:36px;
  display:inline-flex; align-items:center; justify-content:center;
  background: rgba(37,99,235,.08);
  color: var(--pkg-primary-dark);
  border-radius: .6rem;
  font-size: 1rem;
}
.srn-info-card-head h3{
  margin:0;
  font-weight: 800;
  font-size: 1rem;
  color: var(--pkg-ink);
}
.srn-info-card-body p{
  margin: 0 0 6px;
  font-size: .92rem;
  color: var(--pkg-ink-soft);
  line-height:1.6;
}
.srn-info-list{
  list-style: none;
  padding: 0;
  margin:0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.srn-info-list li{
  display:flex; align-items:flex-start; gap:.5rem;
  font-size:.89rem;
  color: var(--pkg-ink-soft);
  line-height: 1.5;
}
.srn-info-list li .text-success{ color: var(--pkg-success); }
.srn-info-card-accent{
  background: linear-gradient(135deg, rgba(16,185,129,.12), rgba(37,99,235,.1));
  border-color: #6ee7b7;
}
.srn-info-card-accent .srn-info-card-head i{
  background: #fff;
  color: #059669;
  box-shadow: 0 2px 6px -2px rgba(16,185,129,.3);
}

/* Deskripsi Panjang */
.srn-desc-long{
  padding-top: 8px;
}
.srn-desc-long-body{
  padding: 22px;
  background: #fff;
  border: 1px solid var(--pkg-line);
  border-radius: var(--pkg-radius-sm);
  color: var(--pkg-ink-soft);
  font-size: .96rem;
  line-height: 1.8;
  box-shadow: var(--pkg-shadow-sm);
}
.srn-desc-long-body p{ margin: 0 0 10px; }
.srn-desc-long-body p:last-child{ margin-bottom:0; }

/* --- 9i. Sidebar Kanan (Fasilitas Ringkas + Mini Galeri + WA) --- */
.srn-detail-sidebar{
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.srn-side-card{
  background: #fff;
  border: 1px solid var(--pkg-line);
  border-radius: var(--pkg-radius);
  padding: 20px;
  box-shadow: var(--pkg-shadow);
}
.srn-side-card-head{
  display:flex; align-items:center; gap: .55rem;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--pkg-line-soft);
}
.srn-side-card-head i{
  width: 30px; height:30px;
  display:inline-flex; align-items:center; justify-content:center;
  background: rgba(16,185,129,.12);
  color: #047857;
  border-radius: .5rem;
  font-size: .95rem;
}
.srn-side-card-head h3{
  margin:0;
  font-weight: 800;
  font-size: 1rem;
  color: var(--pkg-ink);
}
.srn-side-fasilitas{
  list-style: none;
  padding: 0;
  margin: 0;
  display:flex; flex-direction:column;
  gap: 9px;
}
.srn-side-fasilitas li{
  display:flex; align-items:center; gap: .6rem;
  font-size: .88rem;
  color: var(--pkg-ink-soft);
}
.srn-side-check{
  width: 22px; height:22px;
  display:inline-flex; align-items:center; justify-content:center;
  background: rgba(16,185,129,.12);
  color: #059669;
  border-radius:999px;
  flex: 0 0 22px;
  font-size: .75rem;
  font-weight: 800;
}
.srn-side-galeri{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}
.srn-side-galeri-item{
  display:block;
  border-radius: .5rem;
  overflow:hidden;
  aspect-ratio: 1/1;
  background:#0f172a;
  transition: transform .2s, box-shadow .2s;
}
.srn-side-galeri-item:hover{
  transform: scale(1.04);
  box-shadow: 0 10px 18px -8px rgba(15,23,42,.32);
}
.srn-side-galeri-item img{
  width:100%; height:100%;
  object-fit:cover;
  display:block;
}
.srn-side-galeri-more{
  display:block;
  text-align:center;
  padding: 9px 12px;
  border-radius: .6rem;
  background: var(--pkg-line-soft);
  color: var(--pkg-primary-dark);
  font-weight:700;
  font-size:.85rem;
  text-decoration: none !important;
  display:flex; align-items:center; justify-content:center; gap:.35rem;
  transition: all .2s;
  border:1px solid transparent;
}
.srn-side-galeri-more:hover{
  background: rgba(37,99,235,.08);
  color: var(--pkg-primary-dark);
  border-color: #bfdbfe;
}
/* Widget WA */
.srn-side-wa{
  background: linear-gradient(135deg, #064e3b 0%, #047857 45%, #10b981 100%);
  color: #fff;
  border:none;
  position: relative;
  overflow:hidden;
}
.srn-side-wa::before{
  content:"";
  position:absolute;
  right: -40px; top: -40px;
  width: 170px; height: 170px;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
  pointer-events:none;
}
.srn-side-wa::after{
  content:"";
  position:absolute;
  left: -30px; bottom: -50px;
  width: 140px; height:140px;
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  pointer-events:none;
}
.srn-side-wa > *{ position: relative; }
.srn-side-wa-icon{
  width:52px; height:52px;
  display:inline-flex; align-items:center; justify-content:center;
  background: rgba(255,255,255,.18);
  border-radius: 1rem;
  font-size: 1.7rem;
  margin-bottom: 10px;
  backdrop-filter: blur(4px);
}
.srn-side-wa h3{
  margin: 0 0 6px;
  font-weight:800;
  font-size: 1.08rem;
}
.srn-side-wa p{
  opacity: .92;
  color: #ecfdf5;
  line-height: 1.6;
  font-size: .88rem;
}
.srn-side-wa .srn-btn-primary{
  background: #fff;
  color: #047857;
  box-shadow: 0 10px 20px -8px rgba(0,0,0,.25);
}
.srn-side-wa .srn-btn-primary:hover{
  background: #ecfdf5;
  color: #064e3b;
  transform: translateY(-1px);
}

/* --- 9j. Related Pakets Section --- */
.srn-related{
  padding-top: 16px;
  padding-bottom: 48px;
}
.srn-related-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.srn-related-card{ transition: transform .2s, box-shadow .2s; }
.srn-related-card:hover{ transform: translateY(-4px); }

/* --- 9k. Count bar, Filter bar page --- */
.srn-pkg-count-bar{
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--pkg-line);
  border-radius: .7rem;
  display:inline-flex;
  align-items:center;
  box-shadow: var(--pkg-shadow-sm);
}
.srn-pkg-filter-bar-page{
  margin-bottom: 18px;
  padding: 10px;
  background:#fff;
  border:1px solid var(--pkg-line);
  border-radius: .85rem;
  box-shadow: var(--pkg-shadow-sm);
}

/* --- 9l. Empty State --- */
.srn-empty-state{
  position: relative;
}
.srn-empty-state .bi-inbox-fill,
.srn-empty-state .bi-collection-fill,
.srn-empty-state .bi-card-image,
.srn-empty-state .bi-calendar-x,
.srn-empty-state .bi-box-seam-fill{
  display:inline-block;
}
.srn-empty-state h3{
  font-family:'Poppins',sans-serif;
  font-weight: 800;
  color: var(--pkg-ink);
  margin:0 0 6px;
}
.srn-empty-state p{
  margin: 0 0 16px;
  line-height: 1.7;
}

/* --- 9m. Responsive Breakpoints --- */

/* ≤1199px (lg) */
@media (max-width: 1199.98px){
  .srn-detail-body{ grid-template-columns: minmax(0,1.8fr) minmax(280px, 340px); gap:22px; }
  .srn-detail-meta-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .srn-fasilitas-grid{ grid-template-columns: 1fr; }
  .srn-related-grid{ grid-template-columns: repeat(3, 1fr); }
  .srn-galeri-grid{ grid-template-columns: repeat(5, 1fr); }
}

/* ≤991.98px (md) */
@media (max-width: 991.98px){
  .srn-detail-hero-row{
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .srn-detail-media{ position: static; }
  .srn-detail-media-inner{ aspect-ratio: 16/9; }
  .srn-detail-body{ grid-template-columns: 1fr; }
  .srn-detail-sidebar{ position: static; }
  .srn-pagehead{ padding: 90px 0 64px; }
  .srn-tab-btn{ min-width: 110px; padding:.7rem .85rem; font-size:.85rem; }
  .srn-info-grid{ grid-template-columns: 1fr; }
  .srn-related-grid{ grid-template-columns: repeat(2, 1fr); }
  .srn-galeri-grid{ grid-template-columns: repeat(4, 1fr); }
}

/* ≤767.98px (sm-mobile) */
@media (max-width: 767.98px){
  .srn-tab-pane{ padding: 20px 16px; }
  .srn-detail-tabs{
    position: static;
    padding: 6px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x proximity;
  }
  .srn-tab-btn{
    flex: 0 0 auto;
    min-width: 108px;
    scroll-snap-align: start;
  }
  .srn-detail-meta-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .srn-meta-card{ padding: 12px; }
  .srn-meta-value{ font-size: .92rem; }
  .srn-pagehead{ padding: 80px 0 52px; }
  .srn-pagehead-title-wrap p{ font-size:.95rem; }
  .srn-related-grid{ grid-template-columns: 1fr; }
  .srn-galeri-grid{ grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .srn-harga-table{ font-size:.86rem; min-width: 480px; }
  .srn-detail-cta-wrap{ flex-direction: column; }
  .srn-detail-cta-wrap .srn-btn{ width: 100%; }
  .srn-breadcrumb-wrap{ padding: 14px 0; }
  .srn-timeline-item{ padding: 0 0 18px 18px; }
  .srn-timeline-time{ position: static; margin-bottom: 6px; display:inline-block; }
}

/* ≤479.98px (xs mobile) */
@media (max-width: 479.98px){
  .srn-detail-meta-grid{ grid-template-columns: 1fr; }
  .srn-galeri-grid{ grid-template-columns: repeat(2, 1fr); }
  .srn-timeline{ padding-left: 10px; }
  .srn-side-galeri{ grid-template-columns: repeat(3, 1fr); }
  .srn-pane-title{ font-size: 1.1rem; }
  .srn-empty-state{ padding: 32px 16px !important; }
}

/* Helper: d-block (jika belum ada) */
.d-block{ display:block !important; }
.w-100{ width:100% !important; }
.col-span-full{ grid-column: 1 / -1 !important; }
.mt-4{ margin-top: 1.5rem; }
.mt-5{ margin-top: 2rem; }
.mb-1{ margin-bottom: .25rem; }
.mb-2{ margin-bottom: .5rem; }
.mb-3{ margin-bottom: 1rem; }
.mb-4{ margin-top: 1.5rem; }
.py-10{ padding-top: 2.5rem; padding-bottom:2.5rem; }
.text-center{ text-align:center !important; }
.text-right{ text-align:right !important; }
.text-sm{ font-size:.85rem; }
.text-xs{ font-size:.75rem; }
.font-semibold{ font-weight:600; }
.font-bold{ font-weight:800; }
.opacity-80{ opacity:.8; }
.opacity-88{ opacity:.88; }
.mx-auto{ margin-left:auto; margin-right:auto; }
.gap-2{ gap: .5rem; }
.gap-3{ gap: .75rem; }
.ml-auto{ margin-left:auto; }
.shrink-0{ flex-shrink: 0; }
.flex-wrap{ flex-wrap:wrap; }
.items-center{align-items:center;}
.justify-center{justify-content:center;}
.inline-flex{ display: inline-flex; }
.text-success{ color: var(--pkg-success); }
.text-warning{ color: var(--pkg-warning); }
.text-info{ color: var(--pkg-info); }
.text-danger{ color: var(--pkg-danger); }
.dark\:bg-slate-800\/40{ }
.dark\:bg-slate-800\/30{ }
.dark\:bg-slate-700\/50{ }
.dark\:text-slate-300{ }
.dark\:text-slate-400{ }
.dark\:text-slate-200{ }
.dark\:text-slate-100{ }
.dark\:border-slate-600{ }
@media (prefers-color-scheme: dark){
  .dark\:bg-slate-800\/40{ background-color: rgba(30,41,59,.4) !important; }
  .dark\:bg-slate-800\/30{ background-color: rgba(30,41,59,.3) !important; }
  .dark\:bg-slate-700\/50{ background-color: rgba(51,65,85,.5) !important; }
  .dark\:text-slate-300{ color:#cbd5e1 !important; }
  .dark\:text-slate-400{ color:#94a3b8 !important; }
  .dark\:text-slate-200{ color:#e2e8f0 !important; }
  .dark\:text-slate-100{ color:#f1f5f9 !important; }
  .dark\:border-slate-600{ border-color: #475569 !important; }
}

/* ==========================================================================
   9n. SP GALLERY (Hero Detail Paket — Main Image + Prev/Next + 6 Thumbnails)
   ========================================================================== */
.sp-media-wrap{
  position: relative;
}
.sp-main-img{
  transition: transform .5s ease, opacity .18s ease;
  will-change: opacity, transform;
}
.sp-btn-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  border: none;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  cursor: pointer;
  box-shadow: 0 10px 24px -8px rgba(15,23,42,.35);
  transition: all .18s ease;
  z-index: 5;
  backdrop-filter: blur(4px);
  padding: 0;
}
.sp-btn-nav:hover{
  background: #fff;
  transform: translateY(-50%) scale(1.08);
  color: var(--pkg-primary-dark);
}
.sp-btn-nav:active{
  transform: translateY(-50%) scale(0.96);
}
.sp-btn-prev{ left: 14px; }
.sp-btn-next{ right: 14px; }

.sp-thumbs-wrap{
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 8px;
}
.sp-thumb{
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 0;
  border-radius: .6rem;
  overflow: hidden;
  border: 2px solid transparent;
  background: #0f172a;
  cursor: pointer;
  transition: all .18s ease;
  box-shadow: var(--pkg-shadow-sm);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.sp-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s ease;
}
.sp-thumb:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 18px -6px rgba(15,23,42,.30);
  border-color: #93c5fd;
}
.sp-thumb:hover img{ transform: scale(1.06); }
.sp-thumb.active{
  border-color: var(--pkg-primary);
  outline: 2px solid rgba(37,99,235,.35);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(37,99,235,.12), var(--pkg-shadow);
}
.sp-thumb.active img{
  transform: scale(1.03);
}

/* Responsif hanya 1 thumbnail → tampil sedikit lebih lebar */
.sp-thumbs-wrap > *:only-child{
  grid-column: 1 / -1;
  max-width: 140px;
}
.sp-thumbs-wrap > *:only-child img{ aspect-ratio: 16/9; }

/* Breakpoint SP Gallery */
@media (max-width: 1199.98px){
  .sp-thumbs-wrap{ grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 991.98px){
  .sp-thumbs-wrap{ grid-template-columns: repeat(6, 1fr); }
  .sp-btn-nav{ width: 40px; height: 40px; font-size: 1rem; }
}
@media (max-width: 767.98px){
  .sp-thumbs-wrap{ grid-template-columns: repeat(4, 1fr);
}
  .sp-btn-nav{ width: 36px; height:36px; left: 10px; right: 10px; }
}
@media (max-width: 479.98px){
  .sp-thumbs-wrap{ grid-template-columns: repeat(3, 1fr); }
}

/* ==========================================================================
   9o. ALBUM GALERI BLOK (Group per album di Tab Galeri)
   ========================================================================== */
.srn-album-block{
  margin-bottom: 32px;
  padding: 22px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  border: 1px solid var(--pkg-line);
  border-radius: var(--pkg-radius);
  box-shadow: var(--pkg-shadow-sm);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.srn-album-block:last-child{ margin-bottom: 0; }
.srn-album-block:hover{
  border-color: #bfdbfe;
  box-shadow: 0 18px 40px -18px rgba(37,99,235,.25), var(--pkg-shadow);
  transform: translateY(-2px);
}
.srn-album-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--pkg-line);
  flex-wrap: wrap;
}
.srn-album-head-left{ min-width: 0; flex: 1 1 300px; }
.srn-album-judul{
  margin: 0 0 6px;
  font-family:'Poppins',sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  color: var(--pkg-ink);
  display:inline-flex; align-items:center; gap:.5rem;
}
.srn-album-judul i{
  width:32px; height:32px;
  display:inline-flex; align-items:center; justify-content:center;
  background: rgba(37,99,235,.1);
  color: var(--pkg-primary-dark);
  border-radius: .6rem;
  font-size: .95rem;
}
.srn-album-desk{
  margin:0;
  color: var(--pkg-muted);
  font-size:.9rem;
  line-height:1.6;
}
.srn-album-badges{
  display:flex; flex-wrap:wrap; align-items:center; gap: 8px;
  flex-shrink: 0;
}
.srn-album-badge{
  display:inline-flex; align-items:center; gap:.35rem;
  padding: .35rem .75rem;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing:.01em;
  border:1px solid transparent;
}
.srn-album-badge i{ font-size:.85rem; }
.srn-album-badge-foto{
  background: rgba(37,99,235,.1);
  color: var(--pkg-primary-dark);
  border-color: rgba(37,99,235,.18);
}
.srn-album-badge-video{
  background: rgba(239,68,68,.1);
  color: #b91c1c;
  border-color: rgba(239,68,68,.2);
}
.srn-album-badge-total{
  background: rgba(16,185,129,.1);
  color: #047857;
  border-color: rgba(16,185,129,.18);
}

/* ==========================================================================
   9p. SIDEBAR — Album Galeri Mini List (3 album)
   ========================================================================== */
.srn-side-album-list{
  display:flex; flex-direction:column; gap:10px;
  margin-bottom: 12px;
}
.srn-side-album-item{
  display:grid;
  grid-template-columns: 72px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  padding: 8px;
  background: #fbfdff;
  border: 1px solid var(--pkg-line-soft);
  border-radius: .7rem;
  text-decoration:none !important;
  transition: all .18s ease;
}
.srn-side-album-item:hover{
  border-color: #bfdbfe;
  background: #eff6ff;
  transform: translateX(2px);
  box-shadow: 0 8px 16px -8px rgba(37,99,235,.25);
}
.srn-side-album-cover{
  width: 72px;
  height: 54px;
  border-radius: .5rem;
  background: #0f172a;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow:hidden;
  flex: 0 0 72px;
}
.srn-side-album-cover::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 60%, rgba(15,23,42,.22) 100%);
}
.srn-side-album-video-badge{
  position:absolute;
  left: 4px; bottom: 4px;
  z-index: 2;
  display:inline-flex; align-items:center; gap:.2rem;
  padding: 2px 6px;
  background: rgba(239,68,68,.95);
  color:#fff;
  border-radius: 4px;
  font-size: .65rem;
  font-weight: 800;
}
.srn-side-album-info{ min-width: 0; padding-right: 4px; }
.srn-side-album-nama{
  margin: 0 0 3px;
  font-weight: 800;
  font-size: .86rem;
  color: var(--pkg-ink);
  line-height:1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.srn-side-album-meta{
  display:flex; align-items:center; gap:.4rem;
  color: var(--pkg-muted);
  font-size: .72rem;
  font-weight: 600;
}
.srn-side-album-meta i{ color: var(--pkg-primary); font-size:.8rem; }
.srn-side-album-arrow{
  color: #cbd5e1;
  font-size: 1.2rem;
  transition: all .2s;
}
.srn-side-album-item:hover .srn-side-album-arrow{
  color: var(--pkg-primary);
  transform: translateX(2px);
}

/* ==========================================================================
   9q. RAPIHKAN DETAIL PAKET (sp thumbnails overflow + timeline sejajar + durasi pill z)
   ========================================================================== */
/* sp-thumbs-wrap horizontal scroll, thumbnails flex-shrink:0 agar tidak ditekan kecil */
.sp-thumbs-wrap{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}
.sp-thumbs-wrap::-webkit-scrollbar{ height: 6px; }
.sp-thumbs-wrap::-webkit-scrollbar-track{ background: transparent; }
.sp-thumbs-wrap::-webkit-scrollbar-thumb{ background: #cbd5e1; border-radius: 99px; }
.sp-thumbs-wrap::-webkit-scrollbar-thumb:hover{ background: #94a3b8; }
.sp-thumbs-wrap .sp-thumb{
  flex-shrink: 0;
  min-width: 0;
}
.srn-detail-media-inner{ overflow: hidden; position: relative; }
.sp-main-img{
  -webkit-user-drag: none;
  user-select: none;
}
/* Durasi pill z-index di atas chevron agar tidak tertutup ketika chevron kiri (prev) berdekatan pill */
.srn-detail-duration-pill{ z-index: 10; position: absolute; }
.sp-btn-nav{ z-index: 9; }

/* Timeline: posisi dot + waktu pill SEJAJAR (garis tengah dot) */
.srn-timeline{
  padding-left: 14px;
}
.srn-timeline::before{
  left: 5px; top: 8px; bottom: 8px;
}
.srn-timeline-item{
  padding: 0 0 20px 18px;
}
.srn-timeline-dot{
  left: -15px;
  top: 34px;
}
.srn-timeline-time{
  position: static !important;
  display: inline-block !important;
  margin-bottom: 6px !important;
  width: auto !important;
  padding: 4px 9px !important;
}
@media (min-width: 576px){
  .srn-timeline-time{
      width: auto !important;
  }
}

/* ==========================================================================
   9r. Helper Rapi: gambar galeri & meta card (line-height, warna teks)
   ========================================================================== */
.srn-meta-body small{ font-weight:600; opacity:.75; }
.srn-meta-card .srn-meta-value{ line-height:1.2; }
.srn-galeri-grid{ margin-bottom:0; }
.srn-info-card-head h3{ font-size:1rem; }

/* ==========================================================================
   9s. Timeline Rundown — TANGGAL (hijau) + WAKTU (biru) 2 Pill per item
   ========================================================================== */
.srn-timeline-time{
  padding: 5px 11px;
  border-radius: 7px;
  font-weight: 800;
  font-size: .78rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border: 1px solid transparent;
  margin-bottom: 4px !important;
}
.srn-timeline-time + .srn-timeline-time{
  margin-top: 2px !important;
}
.srn-timeline-time i{ font-size: .85rem; }
/* Pill TANGGAL (hijau success) */
.srn-timeline-date-pill{
  background: #d1fae5 !important;
  color: #065f46 !important;
  border-color: rgba(16,185,129,.2) !important;
}
.srn-timeline-date-pill i{
  color: #059669 !important;
}
@media (max-width: 640px){
  .srn-timeline-date-pill{
    font-size: .72rem;
    padding: 4px 8px;
  }
}
/* Pill WAKTU (biru primary) */
.srn-timeline-time-pill{
  background: #dbeafe !important;
  color: #1e3a8a !important;
  border-color: rgba(37,99,235,.18) !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .01em;
}
.srn-timeline-time-pill i{
  color: var(--pkg-primary-dark);
}
/* Timeline dot posisi akurat (jarak antara pill + dot + card) */
.srn-timeline-dot{
  left: -14px;
  top: 46px;
}
.srn-timeline-card{
  margin-top: 6px;
}
/* Fix scroll body agar timeline dot tidak keluar panel */
.srn-timeline{
  overflow: visible;
}


/* ==========================================================================
   PORTFOLIO MODAL REDESIGN v3 — single-column layout vertikal
   Urutan: header (kategori+judul+meta) → main viewer → deskripsi → photo grid → CTA
   ========================================================================== */

/* ── Dialog & Content ── */
.srn-porto-dialog{
  max-width: 860px;
  margin: 1.5rem auto;
  padding: 0 12px;
}
.srn-porto-modal{
  background: var(--ink);
  border: none;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 40px 100px -24px rgba(0,0,0,.75), 0 0 0 1px rgba(255,255,255,.07);
  color: #fff;
}

/* ── Tombol tutup ── */
.srn-porto-modal .srn-modal-close{
  top: 14px;
  right: 14px;
  z-index: 30;
}

/* ── Modal body ── */
.srn-porto-modal .modal-body{
  display: block;
  padding: 0;
}

/* ── Single column container ── */
.srn-porto-single-col{
  display: flex;
  flex-direction: column;
}

/* ── HEADER: kategori + judul + meta ── */
.srn-porto-single-header{
  padding: 28px 24px 16px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

/* Meta inline (row) */
.srn-porto-meta-inline{
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 6px 18px !important;
  padding-top: 8px !important;
  border-top: none !important;
}
.srn-porto-meta-inline li{
  font-size: .82rem !important;
}

/* ── Main viewer ── */
.srn-porto-main-viewer{
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

/* Skeleton loading */
.srn-porto-skeleton{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a1628;
}
.srn-porto-skeleton-inner{
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
    rgba(255,255,255,.04) 25%,
    rgba(255,255,255,.09) 50%,
    rgba(255,255,255,.04) 75%);
  background-size: 200% 100%;
  animation: srn-shimmer 1.4s ease-in-out infinite;
}
@keyframes srn-shimmer{
  0%  { background-position: 200% 0; }
  100%{ background-position: -200% 0; }
}

/* Video player */
.srn-porto-video{
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  display: block;
  outline: none;
}
.srn-porto-video::-webkit-media-controls-panel{
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.6));
}

/* Gambar besar */
.srn-porto-main-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity .25s ease;
}

/* Hidden utility */
.hidden{ display: none !important; }

/* ── Deskripsi + counter (di bawah viewer) ── */
.srn-porto-single-desc-wrap{
  padding: 14px 24px 4px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Deskripsi */
.srn-porto-desc{
  font-size: .88rem;
  color: rgba(255,255,255,.65);
  line-height: 1.7;
  margin: 0;
}
.srn-porto-desc:empty{ display: none; }

/* Counter media */
.srn-porto-counter{
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: .76rem;
  color: rgba(255,255,255,.38);
  letter-spacing: .04em;
}
.srn-porto-counter i{ font-size: .8rem; color: var(--accent); opacity: .7; }

/* ── Photo grid ── */
.srn-porto-photo-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 10px 10px 4px;
  background: transparent;
  max-height: none;           /* tidak dibatasi tinggi — scroll ada di modal-body */
  overflow: visible;
}
.srn-porto-photo-grid:empty{ display: none; }

/* ── FOOTER: CTA ── */
.srn-porto-single-footer{
  padding: 16px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,.07);
  margin-top: 6px;
}
.srn-porto-cta-label{
  font-size: .82rem;
  color: rgba(255,255,255,.5);
  margin: 0;
  text-align: center;
}

/* Header kategori + badge */
.srn-porto-info-header{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

/* Badge unggulan */
.srn-porto-badge-unggulan{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,149,0,.18);
  border: 1px solid rgba(255,149,0,.35);
  color: var(--accent);
  font-size: .72rem;
  font-weight: 700;
}

/* Judul */
.srn-porto-title{
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.1rem, 3vw, 1.45rem);
  letter-spacing: -.015em;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.25;
}

/* List metadata */
.srn-porto-meta-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.srn-porto-meta-list li{
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: .88rem;
  color: rgba(255,255,255,.78);
  line-height: 1.4;
}
.srn-porto-meta-list li i{
  color: var(--accent);
  font-size: .95rem;
  flex-shrink: 0;
  margin-top: 2px;
}

/* CTA WhatsApp */
.srn-porto-wa-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #fff !important;
  font-weight: 700;
  font-size: .92rem;
  text-decoration: none;
  box-shadow: 0 10px 24px -8px rgba(37,211,102,.45);
  transition: transform .2s ease, box-shadow .2s ease;
}
.srn-porto-wa-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -8px rgba(37,211,102,.6);
  color: #fff !important;
}

/* Badge video di card grid */
.srn-portfolio-video-badge{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0,0,0,.65);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  border: 1.5px solid rgba(255,255,255,.2);
  pointer-events: none;
}

/* ── Responsive ── */
@media (max-width: 991.98px){
  .srn-porto-dialog{ max-width: 96%; padding: 0 6px; margin: 1rem auto; }
  .srn-porto-photo-grid{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767.98px){
  .srn-porto-dialog{ max-width: 100%; padding: 0 8px; margin: 0.5rem auto; }
  .srn-porto-modal{ border-radius: 16px; }
  .srn-porto-single-header{ padding: 20px 16px 14px; }
  .srn-porto-single-desc-wrap{ padding: 10px 16px 4px; }
  .srn-porto-single-footer{ padding: 14px 16px 20px; }
  .srn-porto-photo-grid{ grid-template-columns: repeat(2, 1fr); padding: 8px 8px 4px; gap: 4px; }
  .srn-porto-title{ font-size: 1.1rem; }
  .srn-porto-meta-inline{ gap: 4px 12px !important; }
  .srn-porto-meta-inline li{ font-size: .78rem !important; }
  .srn-porto-wa-btn{ padding: 11px 16px; font-size: .86rem; }
}
@media (max-width: 479.98px){
  .srn-porto-dialog{ padding: 0 4px; }
  .srn-porto-modal{ border-radius: 12px; }
  .srn-porto-single-header{ padding: 16px 14px 12px; }
  .srn-porto-photo-grid{ grid-template-columns: repeat(2, 1fr); gap: 3px; padding: 6px 6px 2px; }
  .srn-porto-title{ font-size: 1rem; }
  .srn-porto-modal .srn-modal-close{ top: 8px; right: 8px; width: 34px; height: 34px; font-size: .85rem; }
}

/* ==========================================================================
   PORTO PHOTO GRID items (dipakai oleh semua layout)
   ========================================================================== */
/* Setiap item grid */
.srn-porto-grid-item{
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 7px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  background: #0a1628;
  transition: border-color .2s ease, transform .15s ease;
}
.srn-porto-grid-item:hover{
  border-color: rgba(255,149,0,.55);
  transform: scale(1.02);
  z-index: 2;
}
.srn-porto-grid-item.active{
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(255,149,0,.3);
}

/* Skeleton shimmer per item sebelum lazy load */
.srn-porto-grid-item.lazy-pending::before{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    rgba(255,255,255,.04) 25%,
    rgba(255,255,255,.1) 50%,
    rgba(255,255,255,.04) 75%);
  background-size: 200% 100%;
  animation: srn-shimmer 1.4s ease-in-out infinite;
  z-index: 1;
}

/* Gambar dalam grid item */
.srn-porto-grid-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity .3s ease;
}
.srn-porto-grid-item img.loaded{ opacity: 1; }
.srn-porto-grid-item.lazy-pending img{ opacity: 0; }

/* Badge video di grid item */
.srn-porto-grid-item .srn-porto-grid-video-badge{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.38);
  z-index: 3;
  pointer-events: none;
}
.srn-porto-grid-item .srn-porto-grid-video-badge i{
  font-size: 1.5rem;
  color: rgba(255,255,255,.9);
  text-shadow: 0 2px 8px rgba(0,0,0,.6);
  filter: drop-shadow(0 0 6px rgba(255,149,0,.5));
}

/* Caption overlay (hover) */
.srn-porto-grid-item .srn-porto-grid-caption{
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 4px 6px;
  background: linear-gradient(transparent, rgba(0,0,0,.65));
  font-size: .68rem;
  color: rgba(255,255,255,.85);
  line-height: 1.3;
  z-index: 4;
  opacity: 0;
  transition: opacity .2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.srn-porto-grid-item:hover .srn-porto-grid-caption{ opacity: 1; }

/* Nomor urut — pojok kiri atas, muncul saat active */
.srn-porto-grid-item .srn-porto-grid-num{
  position: absolute;
  top: 4px; left: 4px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--ink);
  font-size: .65rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  opacity: 0;
  transition: opacity .2s ease;
}
.srn-porto-grid-item.active .srn-porto-grid-num{ opacity: 1; }

/* ==========================================================================
   PORTFOLIO MODAL — Video Poster Overlay (gambar dulu, klik untuk play)
   ========================================================================== */
.srn-porto-play-overlay{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  z-index: 5;
  /* Overlay semi-transparan di atas gambar poster */
  background: rgba(0,0,0,.28);
  transition: background .25s ease;
}
.srn-porto-play-overlay:hover{
  background: rgba(0,0,0,.42);
}
.srn-porto-play-overlay--dark{
  background: rgba(5,12,28,.85);
}

/* Lingkaran play button */
.srn-porto-play-btn{
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  box-shadow: 0 8px 30px rgba(0,0,0,.45);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.srn-porto-play-overlay:hover .srn-porto-play-btn{
  transform: scale(1.1);
  background: #fff;
  box-shadow: 0 12px 40px rgba(0,0,0,.55);
}
/* Icon play sedikit geser ke kanan agar terasa center secara visual */
.srn-porto-play-btn svg{
  margin-left: 4px;
}

/* Label teks di bawah tombol */
.srn-porto-play-label{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .82rem;
  color: rgba(255,255,255,.9);
  letter-spacing: .04em;
  text-shadow: 0 1px 4px rgba(0,0,0,.5);
}

/* Responsive */
@media (max-width: 575.98px){
  .srn-porto-play-btn{
    width: 58px;
    height: 58px;
  }
  .srn-porto-play-btn svg{
    width: 26px;
    height: 26px;
  }
  .srn-porto-play-label{
    font-size: .74rem;
  }
}

/* ==========================================================================
   KLIEN MARQUEE — 1 baris jika ≤6, 2 baris jika >6 (baris 2 reverse)
   Logo diperbesar, seragam, hover effect
   ========================================================================== */

.srn-client-marquee{
  padding: 14px 0 16px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
}

.srn-client-track{
  gap: 0;
  align-items: center;
  animation-duration: 52s;
}

/* Kotak logo — 170×170px */
.srn-client-item{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 170px;
  height: 170px;
  margin: 0 10px;
  padding: 18px 20px !important;
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
  transition: background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
  font-family: var(--font-mono) !important;
  font-size: .82rem !important;
  color: rgba(255,255,255,.65) !important;
  white-space: nowrap;
  border-right: none !important;
}
.srn-client-item:hover{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,149,0,.3);
  transform: translateY(-3px);
  box-shadow: 0 8px 22px -8px rgba(0,0,0,.35);
}

/* Logo gambar — sesuaikan dengan kotak 170×170 */
.srn-client-logo{
  display: block;
  width: 100%;
  height: 100%;
  max-width: 134px;
  max-height: 134px;
  object-fit: contain;
  object-position: center;
  filter: brightness(1.05) contrast(1);
  transition: filter .25s ease, opacity .25s ease, transform .25s ease;
  opacity: .88;
}
.srn-client-item:hover .srn-client-logo{
  opacity: 1;
  filter: brightness(1.12) contrast(1.04);
  transform: scale(1.04);
}

/* Baris kedua sedikit lebih lambat agar terasa berbeda */
.srn-marquee-reverse .srn-client-track{
  animation-duration: 58s;
}

/* Responsive tablet */
@media (max-width: 991.98px){
  .srn-client-item{
    width: 140px;
    height: 140px;
    margin: 0 8px;
  }
  .srn-client-logo{
    max-width: 110px;
    max-height: 110px;
  }
}

/* Responsive mobile */
@media (max-width: 767.98px){
  .srn-client-marquee{ padding: 10px 0 12px; }
  .srn-client-item{
    width: 110px;
    height: 110px;
    margin: 0 6px;
    padding: 12px 14px !important;
    border-radius: 14px;
  }
  .srn-client-logo{
    max-width: 86px;
    max-height: 86px;
  }
  .srn-client-track{ animation-duration: 40s; }
  .srn-marquee-reverse .srn-client-track{ animation-duration: 44s; }
}

/* Responsive mobile kecil */
@media (max-width: 479.98px){
  .srn-client-item{
    width: 90px;
    height: 90px;
    margin: 0 5px;
    padding: 10px 10px !important;
    border-radius: 10px;
  }
  .srn-client-logo{
    max-width: 68px;
    max-height: 68px;
  }
}

/* ==========================================================================
   FLOATING WA SIMPLE — tombol bulat sederhana, di atas back-to-top
   ========================================================================== */
.srn-wa-simple{
  position: fixed;
  right: 26px;
  bottom: 84px; /* 26px back-to-top + 48px tingginya + 10px gap */
  z-index: 1000;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(37,211,102,.45);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  text-decoration: none;
}
.srn-wa-simple:hover{
  background: #128C7E;
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 8px 20px rgba(37,211,102,.55);
  color: #fff;
}
.srn-wa-simple:active{
  transform: scale(.95);
}

@media (max-width: 575.98px){
  .srn-wa-simple{
    right: 14px;
    bottom: 78px;
    width: 44px;
    height: 44px;
  }
  .srn-wa-simple svg{
    width: 22px;
    height: 22px;
  }
}

/* ==========================================================================
   HERO SLIDESHOW — Animasi zoom in/out halus untuk slide gambar
   ========================================================================== */

/* Base: semua slide tersembunyi, posisi absolute mengisi hero */
.srn-hero-slide{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .9s cubic-bezier(.4,0,.2,1);
  will-change: opacity;
}

/* Slide aktif: tampil */
.srn-hero-slide--active{
  opacity: 1;
}

/* Slide gambar: background-size cover */
.srn-hero-slide--image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* ── Animasi zoom in/out halus menggunakan pseudo-element ────────────────── */
/* Pseudo-element mewarisi background dari parent slide,
   lalu dianimasikan scale tanpa mempengaruhi konten di atasnya */
.srn-hero-slide--image::after{
  content: '';
  position: absolute;
  inset: -4%;          /* sedikit lebih besar dari parent agar zoom keluar tidak keluar batas */
  background-image: inherit;
  background-size: cover;
  background-position: inherit;
  animation: srn-hero-zoomin 16s ease-in-out infinite alternate;
  will-change: transform;
  transform-origin: center center;
}

/* Saat slide aktif: mulai animasi zoom */
.srn-hero-slide--active.srn-hero-slide--image::after{
  animation: srn-hero-zoomin 16s ease-in-out infinite alternate;
}

/* Saat slide tidak aktif: hentikan animasi (hemat GPU) */
.srn-hero-slide--image:not(.srn-hero-slide--active)::after{
  animation: none;
  transform: scale(1);
}

/* ── Keyframe: zoom in lalu zoom out bergantian ── */
@keyframes srn-hero-zoomin{
  0%   { transform: scale(1.0)   translate(0%, 0%); }
  35%  { transform: scale(1.08)  translate(-1%, .5%); }
  65%  { transform: scale(1.12)  translate(1%, -1%); }
  100% { transform: scale(1.05)  translate(-.5%, .5%); }
}

/* Slide video: tidak perlu pseudo-element, video sudah ada animasinya */
.srn-hero-slide--video-wrap{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .9s cubic-bezier(.4,0,.2,1);
  overflow: hidden;
}
.srn-hero-slide--video-wrap.srn-hero-slide--active{
  opacity: 1;
}

/* reduced-motion: matikan animasi zoom */
@media (prefers-reduced-motion: reduce){
  .srn-hero-slide--image::after{
    animation: none !important;
    transform: scale(1) !important;
  }
  .srn-hero-slide,
  .srn-hero-slide--video-wrap{
    transition: none;
  }
}
