/* ==========================================================================
   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 {
    /* Pada layar HP, overlay dibuat gelap merata agar teks tengah mudah dibaca */
    background: rgba(1, 26, 54, 0.92);
  }

  /* 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);
}

/* ==========================================================================
   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);
}
.srn-collage-row{
  display: grid;
  gap: 10px;
  width: 100%;
}
/* Baris 1 - 2 kolom */
.srn-collage-r1{ grid-template-columns: 1.15fr 1fr; }
.srn-collage-r1 .srn-collage-img{ aspect-ratio: 6/5; }
/* Baris 2 - 3 kolom */
.srn-collage-r2{ grid-template-columns: repeat(3, 1fr); }
.srn-collage-r2 .srn-collage-img{ aspect-ratio: 1/1; }
/* Baris 3 - 3 kolom */
.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);
  transition: transform .3s ease, box-shadow .3s ease;
}
.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;
  transition: transform .5s ease;
}
.srn-collage-img:hover{ transform: translateY(-2px); box-shadow: 0 10px 20px rgba(11,31,58,.15); }
.srn-collage-img:hover img{ transform: scale(1.06); }

/* =============== 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: 17rem;
  line-height: 1;
  letter-spacing: -8px;
  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: .92rem;
  line-height: 1.55;
  color: rgba(255,255,255,.88);
  font-style: italic;
  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;
  text-align: center;
  font-size: .74rem;
  color: rgba(255,255,255,.55);
  font-weight: 500;
  letter-spacing: .01em;
}

/* ==========================================================================
   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-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; }
}

/* ===== 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-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; }
}

/* ==========================================================================
   FLOATING WHATSAPP CTA MELAYANG
   ========================================================================== */
.srn-wa-float{
  position: fixed;
  right: 26px;
  bottom: 28px;
  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: 22px;
    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; }
}