/* ==================================================================
   RAFTING BANDUNG OFFICIAL — custom styles
   Token system:
   forest #0f3d2e / forest-900 #08221a  — deep pine, dark sections
   river  #0f8f79 / river-300 #7cd0bd   — water accent
   rust   #e2582a                       — CTA / sport accent
   sand   #f6f1e6 / mist #eef2ea        — light backgrounds
   ink    #16241c                       — body text
   Display: Unbounded · Body: Inter · Data/mono: JetBrains Mono
   Signature: the "river route" line — a checkpoint path echoing the
   4.5km rafting route, used as hero device + recurring underline.
   ================================================================== */

* { scroll-behavior: smooth; }

html { scroll-padding-top: 72px; }

body { -webkit-font-smoothing: antialiased; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

/* ---------------- Navbar ---------------- */
#navbar { background: transparent; }
#navbar.scrolled {
  background: rgba(14, 33, 78, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
}
.nav-link { position: relative; transition: color .2s; }
.nav-link:hover { color: #fff; }
.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px;
  background: #e2582a; transition: width .25s ease;
}
.nav-link:hover::after { width: 100%; }

.logo-img {
  display: block;
  object-fit: contain;
  max-width: 220px;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.25));
}
.mark-ring { fill: none; stroke: rgba(255,255,255,0.25); stroke-width: 1.4; }
.mark-river { stroke: #7cd0bd; }
.mark-dot { fill: #e2582a; }

/* Burger */
.burger { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 24px; height: 18px; }
.burger span { display: block; height: 2px; width: 100%; background: #fff; border-radius: 2px; transition: transform .3s, opacity .3s; }
#menuBtn[aria-expanded="true"] .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
#menuBtn[aria-expanded="true"] .burger span:nth-child(2) { opacity: 0; }
#menuBtn[aria-expanded="true"] .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  max-height: 0; overflow: hidden;
  background: rgba(6, 32, 106, 0.98); backdrop-filter: blur(10px);
  transition: max-height .35s ease;
}
.mobile-menu.open { max-height: 480px; }
.mobile-link { padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,0.08); }

/* ---------------- Buttons ---------------- */
.btn-cta, .btn-cta-lg {
  display: inline-flex; align-items: center; gap: 8px;
  background: #e2582a; color: #fff; font-weight: 600;
  padding: 10px 18px; border-radius: 999px; font-size: 14.5px;
  transition: transform .2s, background .2s, box-shadow .2s;
  box-shadow: 0 8px 20px -6px rgba(226, 88, 42, 0.55);
}
.btn-cta:hover, .btn-cta-lg:hover { background: #c8481f; transform: translateY(-1px); }
.btn-cta-lg { padding: 14px 26px; font-size: 15.5px; }
.btn-ghost-lg {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1.5px solid rgba(255,255,255,0.3); color: #fff; font-weight: 600;
  padding: 14px 26px; border-radius: 999px; font-size: 15.5px; transition: border-color .2s, background .2s;
}
.btn-ghost-lg:hover { border-color: #fff; background: rgba(255,255,255,0.08); }

/* ---------------- Hero ---------------- */
.hero { background: radial-gradient(120% 100% at 15% 0%, rgb(21, 44, 74) 0%, #0f243d 45%, #081122 100%); }
.topo-layer {
  position: absolute; inset: 0; opacity: .16; pointer-events: none;
  background-image:
    repeating-radial-gradient(circle at 20% 30%, transparent 0, transparent 38px, rgba(255,255,255,0.5) 39px, transparent 40px),
    repeating-radial-gradient(circle at 85% 70%, transparent 0, transparent 54px, rgba(255,255,255,0.45) 55px, transparent 56px);
  mix-blend-mode: overlay;
}
.topo-layer-dark { opacity: .08; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; color: #7cd0bd;
}
.eyebrow::before { content: ""; width: 18px; height: 1.5px; background: #7cd0bd; display: inline-block; }
.eyebrow-dark { display: inline-flex; align-items: center; gap: 8px; font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #0f8f79; }
.eyebrow-dark::before { content: ""; width: 18px; height: 1.5px; background: #e2582a; display: inline-block; }

.section-title { font-family: 'Unbounded', sans-serif; font-weight: 700; color: #16241c; font-size: clamp(1.35rem, 4.6vw, 2.4rem); line-height: 1.18; letter-spacing: -0.01em; }
.section-title-dark { font-family: 'Unbounded', sans-serif; font-weight: 700; color: #fff; font-size: clamp(1.35rem, 4.6vw, 2.4rem); line-height: 1.18; letter-spacing: -0.01em; }

/* Mobile: scale down headings, eyebrows and buttons for a tighter, responsive feel */
@media (max-width: 640px) {
  .eyebrow, .eyebrow-dark { font-size: 7.5px; }
  .hero h1 { font-size: clamp(1rem, 5vw, 1.7rem) !important; }
  .btn-cta { padding: 8px 14px; font-size: 12.5px; gap: 6px; }
  .btn-cta-lg { padding: 10px 14px; font-size: 10px; }
  .btn-ghost-lg { padding: 10px 14px; font-size: 10px; }
  .tab-btn { padding: 8px 14px; font-size: 12px; }
  .activity-title, .pkg-name { font-size: 0.95rem; }
  .stat-num { font-size: 1.35rem; }

  
}

/* Route strip — signature element */
.route-strip { position: relative; padding-top: 28px; }
.route-line { color: rgba(124, 208, 189, 0.55); height: 34px; margin-bottom: 4px; }
.route-points { border-top: 1px dashed rgba(255,255,255,0.18); padding-top: 18px; }
.route-point { display: flex; flex-direction: column; gap: 4px; }
.route-km { font-family: 'JetBrains Mono', monospace; color: #e2582a; font-weight: 600; font-size: 13px; }
.route-label { color: rgba(255,255,255,0.65); font-size: 13px; }

.wave-divider { position: absolute; bottom: -1px; left: 0; width: 100%; line-height: 0; }
.wave-divider svg { width: 100%; height: 60px; display: block; }
.wave-divider path { fill: #f6f1e6; }

/* 3D coverflow gallery — hero right side */
.hero-gallery { position: relative; height: 340px; perspective: 1200px; }
.hero-gallery-track {
  display: flex; align-items: center; gap: 18px;
  height: 100%; overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  padding: 0 10%; scrollbar-width: none;
  transform-style: preserve-3d;
}
.hero-gallery-track::-webkit-scrollbar { display: none; }
.gallery-card {
  position: relative;
  cursor: pointer;
  flex: 0 0 260px; height: 300px; border-radius: 18px; overflow: hidden;
  scroll-snap-align: center; will-change: transform, opacity;
  box-shadow: 0 20px 40px -12px rgba(0,0,0,0.5);
  transition: transform .15s ease-out, opacity .15s ease-out;
}
.gallery-card video { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-gallery-hint {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  margin-top: 10px; font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: .04em; color: rgba(255,255,255,0.45); text-transform: uppercase;
}
@media (max-width: 1023px) {
  .hero-gallery { height: 260px; }
  .gallery-card { flex-basis: 160px; height: 210px; }
  .hero-gallery-track { padding: 0 30%; }
}

/* Main Galeri section — bigger coverflow showcase with photos + videos */
.main-gallery { position: relative; height: 400px; perspective: 1300px; }
.main-gallery-track {
  display: flex; align-items: center; gap: 22px;
  height: 100%; overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  padding: 0 38%; scrollbar-width: none; transform-style: preserve-3d;
}
.main-gallery-track::-webkit-scrollbar { display: none; }
.gallery-3d-card {
  position: relative; flex: 0 0 260px; height: 340px; border-radius: 20px; overflow: hidden;
  scroll-snap-align: center; will-change: transform, opacity; background: #0a2a20;
  box-shadow: 0 24px 48px -14px rgba(0,0,0,0.55);
  transition: transform .15s ease-out, opacity .15s ease-out;
}
.gallery-3d-card img, .gallery-3d-card video { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-video-badge {
  position: absolute; top: 12px; left: 12px; z-index: 5;
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(8,34,26,0.72); backdrop-filter: blur(4px);
  color: #fff; font-size: 11px; font-weight: 600; padding: 5px 10px; border-radius: 999px;
}
@media (max-width: 1023px) {
  .main-gallery { height: 300px; }
  .gallery-3d-card { flex-basis: 190px; height: 250px; }
  .main-gallery-track { padding: 0 28%; }
}

/* ---------------- About / Contact ---------------- */
.stat-box { background: #fff; border: 1px solid rgba(15,61,46,0.08); border-radius: 16px; padding: 16px 10px; text-align: center; }
.stat-num { display: block; font-family: 'Unbounded', sans-serif; font-weight: 700; font-size: 1.7rem; color: #0f3d2e; }
.stat-num small { font-size: .9rem; font-weight: 600; }
.stat-label { display: block; font-size: 11.5px; color: rgba(22,36,28,0.55); margin-top: 2px; }

.contact-card { background: linear-gradient(155deg, rgb(21, 47, 74), #08221a); border-radius: 24px; padding: 32px; position: relative; overflow: hidden; }
.contact-row { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,0.85); font-size: 14.5px; line-height: 1.5; }

/* ---------------- Activity cards ---------------- */
.activity-card { background: #fff; border-radius: 20px; padding: 0; overflow: hidden; border: 1px solid rgba(15,61,46,0.07); transition: transform .25s, box-shadow .25s; }
.activity-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -18px rgba(15,61,46,0.25); }
.activity-photo { height: 180px; overflow: hidden; background: #eef2ea; }
.activity-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.activity-card:hover .activity-photo img { transform: scale(1.06); }
.activity-body { padding: 22px 26px 26px; }
.activity-icon { width: 46px; height: 46px; border-radius: 12px; background: #eef2ea; display: flex; align-items: center; justify-content: center; color: #0f8f79; }
.activity-icon i { width: 22px; height: 22px; }
.activity-title { font-family: 'Unbounded', sans-serif; font-weight: 600; font-size: 1.05rem; margin-top: 0; color: #16241c; }
.activity-price { font-family: 'JetBrains Mono', monospace; font-weight: 600; color: #e2582a; margin-top: 6px; font-size: 15px; }
.activity-price span, .activity-price-sub span { font-family: 'Inter', sans-serif; font-weight: 400; color: rgba(22,36,28,0.5); font-size: 12px; margin-left: 4px; }
.activity-price-sub { font-family: 'JetBrains Mono', monospace; font-weight: 600; color: rgba(22,36,28,0.65); font-size: 13.5px; margin-top: 2px; }
.activity-facility { font-size: 13px; color: rgba(22,36,28,0.6); margin-top: 10px; }
.activity-list { margin-top: 12px; display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: rgba(22,36,28,0.75); }
.activity-list li { padding-left: 18px; position: relative; }
.activity-list li::before { content: "✓"; position: absolute; left: 0; color: #0f8f79; font-weight: 700; font-size: 12px; }
.activity-cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-weight: 600; font-size: 13.5px; color: #0f3d2e; border-bottom: 1.5px solid #e2582a; padding-bottom: 2px; }
.activity-cta-light { color: #fff; border-bottom-color: #7cd0bd; }
.activity-card-highlight { background: linear-gradient(155deg, #0f283d, #08221a); border: none; padding: 26px; }
.activity-card-highlight .activity-icon { background: rgba(255,255,255,0.1); color: #7cd0bd; }
.activity-card-highlight .activity-title { color: #fff; }

/* ---------------- Tabs / Packages ---------------- */
.tab-switch { display: inline-flex; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 999px; padding: 5px; gap: 4px; }
.tab-btn { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 13.5px; padding: 10px 20px; border-radius: 999px; color: rgba(16, 11, 11, 0.6); transition: background .25s, color .25s; }
.tab-btn.is-active { background: #e2582a; color: #fff; }
.tab-panel { display: none; }
.tab-panel.is-active { display: block; animation: fadeUp .4s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.pkg-card { background: rgba(255,255,255); border: 1px solid rgba(255,255,255,0.09); border-radius: 20px; padding: 0; overflow: hidden; position: relative; transition: transform .25s, border-color .25s; }
.pkg-card:hover { transform: translateY(-4px); border-color: rgba(124,208,189,0.4); }
.pkg-card-popular { border-color: #e2582a; background: rgba(226,88,42,0.06); }
.pkg-badge { position: absolute; top: 12px; right: 12px; z-index: 20; background: #e2582a; color: #fff; font-size: 10.5px; font-weight: 700; letter-spacing: .04em; padding: 4px 10px; border-radius: 999px; box-shadow: 0 4px 10px -2px rgba(0,0,0,0.4); }
.pkg-body { padding: 28px 24px 24px; }
.pkg-name { font-family: 'Unbounded', sans-serif; font-weight: 600; color: #100f0f; font-size: 1rem; }
.pkg-price { font-family: 'JetBrains Mono', monospace; color: #7cd0bd; font-weight: 600; margin-top: 6px; font-size: 15px; }
.pkg-price span { font-family: 'Inter', sans-serif; font-weight: 400; color: #100f0f; font-size: 11.5px; margin-left: 4px; }
.pkg-list { margin-top: 14px; display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: #100f0f; }
.pkg-list li { padding-left: 18px; position: relative; }
.pkg-list li::before { content: "→"; position: absolute; left: 0; color: #e2582a; }
.pkg-cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-weight: 600; font-size: 13.5px; color: #100f0f; border-bottom: 1.5px solid #7cd0bd; padding-bottom: 4px; }

/* Package photo collage — one layout, several photos, distinct clips */
.pkg-photos { position: relative; height: 150px; }
.pkg-photo-main {
  position: absolute; inset: 0; overflow: hidden; background: #0a2a20;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 88% 100%, 0 100%);
}
.pkg-photo-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pkg-photo-main::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(190deg, rgba(8,34,26,0) 45%, rgba(8,34,26,0.55) 100%);
}
.pkg-photo-chip {
  position: absolute; bottom: -16px; left: 16px; z-index: 15;
  width: 100px; height: 100px; border-radius: 50%; overflow: hidden;
  border: 3px solid #0f3d2e; box-shadow: 0 6px 14px -4px rgba(0,0,0,0.5);
}
.pkg-photo-chip img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pkg-photo-chip-2 { left: 90px; bottom: -8px; z-index: 14; width: 90px; height: 90px; }
.pkg-photos-1 .pkg-body, .pkg-photos-2 .pkg-body, .pkg-photos-3 .pkg-body { padding-top: 30px; }

/* ================================================================
    — Section Villa (sebelum Galeri)
   Pola sama seperti .main-gallery / .hero-gallery (coverflow scroll),
   ditambah info nama villa + tombol booking di setiap kartu.
   ================================================================ */
.villa-gallery { position: relative; height: 430px; perspective: 1300px; }
.villa-track {
  display: flex; align-items: center; gap: 26px;
  height: 100%; overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  padding: 0 30%; scrollbar-width: none; transform-style: preserve-3d;
}
.villa-track::-webkit-scrollbar { display: none; }
.villa-card {
  position: relative; flex: 0 0 280px; height: 380px; border-radius: 22px; overflow: hidden;
  scroll-snap-align: center; will-change: transform, opacity; background: #0a2a20;
  box-shadow: 0 26px 50px -14px rgba(0,0,0,0.5);
  transition: transform .15s ease-out, opacity .15s ease-out, box-shadow .3s ease;
}
.villa-card:hover { box-shadow: 0 32px 60px -12px rgba(0,0,0,0.6); }
.villa-photo { position: relative; height: 100%; width: 100%; cursor: zoom-in; overflow: hidden; }
.villa-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.villa-card:hover .villa-photo img { transform: scale(1.08); }
.villa-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(190deg, rgba(8,34,26,0) 32%, rgba(8,34,26,0.88) 100%);
  pointer-events: none;
}
.villa-info { position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; padding: 18px 20px 20px; color: #fff; }
.villa-name { font-family: 'Unbounded', sans-serif; font-weight: 600; font-size: 1.05rem; }
.villa-cap { font-size: 12.5px; color: rgba(255,255,255,0.72); margin-top: 4px; }
.villa-cta {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 12px;
  font-weight: 600; font-size: 13px; color: #fff; background: rgba(226,88,42,0.92);
  padding: 7px 14px; border-radius: 999px; transition: background .2s, transform .2s;
}
.villa-cta:hover { background: #c8481f; transform: translateY(-1px); }
@media (max-width: 1023px) {
  .villa-gallery { height: 340px; }
  .villa-card { flex-basis: 220px; height: 300px; }
  .villa-track { padding: 0 22%; }
}
 
/* ================================================================
    — Lightbox / popup foto global (berlaku untuk semua foto)
   ================================================================ */
.lightbox {
  position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease;
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(6,16,12,0.86); backdrop-filter: blur(4px); }
.lightbox-panel {
  position: relative; z-index: 2; background: #0f3d2e; border-radius: 22px; overflow: hidden;
  max-width: 640px; width: 92%; max-height: 88vh; display: flex; flex-direction: column;
  box-shadow: 0 30px 70px -20px rgba(0,0,0,0.6);
  transform: scale(.92) translateY(14px); transition: transform .32s cubic-bezier(.2,.8,.2,1);
}
.lightbox.open .lightbox-panel { transform: scale(1) translateY(0); }
.lightbox-media { width: 100%; max-height: 58vh; background: #08221a; overflow: hidden; }
.lightbox-media img { width: 100%; height: 100%; max-height: 58vh; object-fit: contain; display: block; }
.lightbox-caption { padding: 18px 22px 24px; color: #fff; }
.lightbox-caption h4 { font-family: 'Unbounded', sans-serif; font-weight: 600; font-size: 1.1rem; }
.lightbox-caption p { margin-top: 6px; font-size: 13.5px; color: rgba(255,255,255,0.72); line-height: 1.5; }
.lightbox-close {
  position: absolute; top: 14px; right: 14px; z-index: 10;
  width: 34px; height: 34px; border-radius: 50%; background: rgba(0,0,0,0.5); color: #fff;
  display: flex; align-items: center; justify-content: center; transition: background .2s;
}
.lightbox-close:hover { background: rgba(0,0,0,0.75); }
/* Kursor "zoom" untuk menandai semua foto yang bisa diklik (ditambahkan lewat JS) */
.lightbox-img { cursor: zoom-in; }
 

/* ---------------- Add-ons ---------------- */
.addon-row { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid rgba(15,61,46,0.08); border-radius: 14px; padding: 14px 16px; }
.addon-row span { flex: 1; font-size: 14px; color: #16241c; font-weight: 500; }
.addon-row strong { font-family: 'JetBrains Mono', monospace; font-size: 13px; color: #e2582a; }
.addon-row-wide { }

/* ---------------- Footer ---------------- */
.footer-heading { font-family: 'Unbounded', sans-serif; font-size: 13px; color: rgba(255,255,255,0.9); letter-spacing: .04em; text-transform: uppercase; margin-bottom: 12px; }
.footer-list { display: flex; flex-direction: column; gap: 9px; font-size: 13.5px; color: rgba(255,255,255,0.6); }
.footer-list a:hover { color: #7cd0bd; }

/* ---------------- WhatsApp Float Group ---------------- */
.wa-float-container {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 50;
  display: flex;
  flex-direction: column; /* Mengatur tombol agar berjejer ke bawah */
  gap: 10px;               /* Jarak antar tombol */
}

.wa-float-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0f8f79;
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px -4px rgba(15, 143, 121, 0.45);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.wa-float-btn i {
  width: 20px;
  height: 20px;
}

.wa-float-btn:hover {
  background: #0d7a67;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -4px rgba(15, 143, 121, 0.65);
}
/* ---------------- Floating Media Sosial (Ukuran Kecil) ---------------- */
/* ---------------- Floating Social Media (Teks Kiri, Ikon Berwarna di Kanan) ---------------- */
.social-float-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  margin-bottom: 2px;
}

.social-float-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.social-float-btn:hover {
  transform: translateX(-3px); /* Efek pergeseran lembut saat hover */
}

/* Label teks di sebelah kiri ikon */
.social-label {
  font-size: 11.5px;
  font-weight: 600;
  color: #ffffff;
  background: rgba(15, 36, 61, 0.85);
  backdrop-filter: blur(4px);
  padding: 3px 9px;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.02em;
}

/* Lingkaran Ikon Media Sosial Berwarna Asli */
.icon-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}

/* Warna Asli Brand Media Sosial */
.social-float-btn.tiktok .icon-circle {
  background: #000000;
}

.social-float-btn.instagram .icon-circle {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-float-btn.facebook .icon-circle {
  background: #1877f2;
}
.wa-float i { width: 26px; height: 26px; }
@keyframes pulseWa {
  0%, 100% { box-shadow: 0 10px 26px -6px rgba(15,143,121,0.55); }
  50% { box-shadow: 0 10px 26px -6px rgba(15,143,121,0.85), 0 0 0 8px rgba(15,143,121,0.12); }
}