/* ============================================================
   Hijau FM — Gelombang Dakwah, Suara Perjuangan
   Palet: hijau gelap · emerald · putih · emas
   ============================================================ */

:root {
  --bg-deep: #04120C;
  --bg-base: #071F16;
  --bg-raise: #0A2B1E;
  --emerald: #10B981;
  --emerald-soft: #34D399;
  --emerald-dim: #0E9F6E;
  --gold: #D4AF37;
  --gold-soft: #E9CE7A;
  --text: #F3FAF6;
  --text-muted: #B9D3C6;
  --glass-bg: rgba(255, 255, 255, 0.06);
  --glass-bg-strong: rgba(255, 255, 255, 0.09);
  --glass-border: rgba(255, 255, 255, 0.14);
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.45);
  --glow-emerald: 0 0 40px rgba(16, 185, 129, 0.35);
  --radius: 20px;
  --radius-lg: 28px;
  --font-head: "Playfair Display", Georgia, serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
  --z-bg: 0;
  --z-content: 10;
  --z-nav: 50;
  --z-dock: 60;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg-deep);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; display: block; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}

/* ---------- Latar belakang immersive ---------- */
.bg-scene {
  position: fixed; inset: 0; z-index: var(--z-bg);
  background:
    radial-gradient(1100px 700px at 85% -10%, rgba(16, 185, 129, 0.16), transparent 60%),
    radial-gradient(900px 600px at -10% 40%, rgba(14, 159, 110, 0.12), transparent 60%),
    radial-gradient(700px 500px at 60% 110%, rgba(212, 175, 55, 0.07), transparent 60%),
    linear-gradient(160deg, var(--bg-base) 0%, var(--bg-deep) 55%, #030D08 100%);
  pointer-events: none;
}

.orb {
  position: absolute; border-radius: 50%;
  filter: blur(70px); opacity: 0.5; will-change: transform;
}
.orb-1 {
  width: 420px; height: 420px; top: -120px; right: -80px;
  background: radial-gradient(circle, rgba(16,185,129,0.5), transparent 70%);
  animation: drift 22s ease-in-out infinite alternate;
}
.orb-2 {
  width: 340px; height: 340px; bottom: 8%; left: -120px;
  background: radial-gradient(circle, rgba(52,211,153,0.32), transparent 70%);
  animation: drift 28s ease-in-out infinite alternate-reverse;
}
.orb-3 {
  width: 260px; height: 260px; top: 45%; right: 12%;
  background: radial-gradient(circle, rgba(212,175,55,0.22), transparent 70%);
  animation: drift 26s ease-in-out infinite alternate;
}
@keyframes drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(40px, 50px, 0) scale(1.12); }
}

/* Corak geometri Islamik halus (bintang 8 penjuru) */
.pattern-layer {
  position: absolute; inset: 0; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2334D399' stroke-width='1'%3E%3Cpath d='M48 8 58 38 88 48 58 58 48 88 38 58 8 48 38 38z'/%3E%3Ccircle cx='48' cy='48' r='12'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 96px 96px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.55));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.55));
}

.grain-layer {
  position: absolute; inset: 0; opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='linear' slope='0.05'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Kaca (glassmorphism) ---------- */
.glass {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--shadow-soft);
}

/* ---------- Susun atur ---------- */
.container {
  width: min(1160px, 92%);
  margin-inline: auto;
  position: relative;
  z-index: var(--z-content);
}

.section { padding: 96px 0; position: relative; z-index: var(--z-content); scroll-margin-top: 84px; }

.section-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.section-head p { color: var(--text-muted); margin-top: 12px; }

.eyebrow {
  display: inline-block;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--emerald-soft);
  margin-bottom: 14px;
}

h1, h2, h3 { font-family: var(--font-head); line-height: 1.15; font-weight: 700; }
h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
h3 { font-size: 1.25rem; font-weight: 600; }

.gold {
  background: linear-gradient(120deg, var(--gold) 20%, var(--gold-soft) 50%, var(--gold) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Butang ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 600; font-size: 1rem;
  border: none; border-radius: 999px; cursor: pointer;
  text-decoration: none; color: var(--text);
  min-height: 48px; padding: 12px 26px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 3px; }
.btn svg { width: 20px; height: 20px; flex: none; }

.btn-primary {
  background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-dim) 100%);
  color: #04120C;
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.35);
}
.btn-primary:hover { box-shadow: 0 14px 40px rgba(16, 185, 129, 0.5); transform: translateY(-2px); }

.btn-ghost {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.btn-ghost:hover { background: var(--glass-bg-strong); transform: translateY(-2px); }

.btn-lg { min-height: 56px; padding: 16px 34px; font-size: 1.05rem; }
.btn-xl { min-height: 64px; padding: 18px 40px; font-size: 1.15rem; }

/* Ikon main/jeda dalam butang */
.btn .icon-pause { display: none; }
body.is-playing [data-play] .icon-pause { display: block; }
body.is-playing [data-play] .icon-play { display: none; }

/* ---------- Navbar ---------- */
.navbar-wrap {
  position: fixed; top: 16px; left: 0; right: 0;
  z-index: var(--z-nav); padding-inline: 4%;
}
.navbar {
  max-width: 1160px; margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 20px; border-radius: 999px;
}
.brand {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--text);
}
.brand-mark {
  width: 40px; height: 40px; border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--emerald), var(--emerald-dim));
  color: #04120C;
  box-shadow: var(--glow-emerald);
}
.brand-mark svg { width: 22px; height: 22px; }
.brand-text {
  font-family: var(--font-head); font-size: 1.3rem; font-weight: 700;
}
.brand-text em { font-style: normal; color: var(--gold); }

.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links > a {
  color: var(--text-muted); text-decoration: none; font-weight: 500;
  padding: 8px 2px; transition: color 0.2s ease;
}
.nav-links > a:hover, .nav-links > a:focus-visible { color: var(--text); }
.btn-nav { min-height: 44px; padding: 10px 20px; }

.nav-toggle {
  display: none; background: none; border: none; color: var(--text);
  width: 44px; height: 44px; cursor: pointer; border-radius: 12px;
}
.nav-toggle svg { width: 26px; height: 26px; margin: auto; }
.nav-toggle:focus-visible { outline: 3px solid var(--gold-soft); }

/* ---------- Hero ---------- */
.hero {
  min-height: 100svh;
  display: flex; align-items: center;
  padding: 150px 0 80px;
  position: relative; z-index: var(--z-content);
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 48px; align-items: center;
}

.onair-badge {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em;
  padding: 9px 18px; border-radius: 999px; color: var(--text);
}
.onair-badge.solid {
  background: rgba(16, 185, 129, 0.16);
  border: 1px solid rgba(16, 185, 129, 0.35);
  backdrop-filter: none;
  box-shadow: none;
}
.onair-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--emerald-soft);
  box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.6);
  animation: pulse 2s ease-out infinite;
  flex: none;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.55); }
  70%  { box-shadow: 0 0 0 11px rgba(52, 211, 153, 0); }
  100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}

.hero-title {
  font-size: clamp(3.2rem, 9vw, 6rem);
  margin-top: 26px;
  text-shadow: 0 0 60px rgba(16, 185, 129, 0.35);
}
.hero-tagline {
  font-family: var(--font-head);
  font-size: clamp(1.25rem, 2.6vw, 1.75rem);
  margin-top: 10px; font-weight: 500;
}
.hero-sub {
  color: var(--text-muted);
  max-width: 480px; margin-top: 18px; font-size: 1.05rem;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.hero-hint { color: var(--text-muted); font-size: 0.88rem; margin-top: 18px; }
.hero-hint strong { color: var(--emerald-soft); }

.hero-fade {
  position: absolute; left: 0; right: 0; bottom: 0; height: 120px;
  background: linear-gradient(to bottom, transparent, rgba(4, 18, 12, 0.7));
  pointer-events: none;
}

/* Visual 3D hero */
.hero-visual { display: flex; justify-content: center; perspective: 1100px; }
.visual-stage {
  position: relative; width: min(420px, 100%); aspect-ratio: 0.92;
  transform-style: preserve-3d;
}

.mihrab-frame {
  position: absolute; inset: 6% 10%;
  border-radius: 50% 50% 26px 26px / 42% 42% 26px 26px; /* lengkung mihrab */
  background: linear-gradient(165deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03));
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255,255,255,0.12);
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 34px;
  overflow: hidden;
}
.mihrab-frame::before {
  content: ""; position: absolute; inset: 10px;
  border-radius: inherit;
  border: 1px dashed rgba(212, 175, 55, 0.35);
  pointer-events: none;
}

.mic-orb {
  width: 148px; height: 148px; border-radius: 50%;
  display: grid; place-items: center;
  background: radial-gradient(circle at 32% 28%, rgba(52,211,153,0.5), rgba(16,185,129,0.14) 60%, transparent 75%);
  box-shadow: var(--glow-emerald), inset 0 0 30px rgba(16,185,129,0.25);
  animation: floatY 6s ease-in-out infinite;
}
.mic-svg { width: 74px; height: 74px; color: var(--text); filter: drop-shadow(0 0 12px rgba(52,211,153,0.8)); }

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

/* Equalizer / gelombang audio */
.eq { display: flex; align-items: flex-end; gap: 5px; height: 46px; }
.eq span {
  width: 6px; border-radius: 4px;
  background: linear-gradient(to top, var(--emerald-dim), var(--emerald-soft));
  height: 30%;
  animation: eqIdle 2.4s ease-in-out infinite;
}
.eq span:nth-child(2n) { animation-delay: 0.25s; background: linear-gradient(to top, var(--gold), var(--gold-soft)); }
.eq span:nth-child(3n) { animation-delay: 0.5s; }
.eq span:nth-child(4n) { animation-delay: 0.8s; }
.eq span:nth-child(5n) { animation-delay: 1.1s; }

@keyframes eqIdle {
  0%, 100% { height: 22%; opacity: 0.65; }
  50% { height: 58%; opacity: 1; }
}
body.is-playing .eq span { animation-name: eqLive; animation-duration: 0.9s; }
@keyframes eqLive {
  0%, 100% { height: 18%; }
  25% { height: 88%; }
  60% { height: 42%; }
  80% { height: 70%; }
}

.eq-lg { height: 64px; flex: 1; justify-content: center; }
.eq-lg span { width: 7px; }
.eq-sm { height: 26px; }
.eq-sm span { width: 4px; }

/* Cip terapung */
.float-chip {
  position: absolute;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 18px; border-radius: 16px;
  font-size: 0.86rem; font-weight: 600;
  animation: floatY 7s ease-in-out infinite;
}
.float-chip svg { width: 20px; height: 20px; color: var(--emerald-soft); }
.chip-a { top: 4%; left: -4%; animation-delay: 0.8s; }
.chip-b { bottom: 6%; right: -4%; animation-delay: 1.6s; }
.mini-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 10px var(--gold);
  flex: none;
}

/* ---------- Player ---------- */
.player-card {
  border-radius: var(--radius-lg);
  padding: 34px clamp(22px, 4vw, 44px);
  max-width: 780px; margin-inline: auto;
}
.player-top {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; margin-bottom: 26px;
}
.player-main {
  display: flex; align-items: center; gap: clamp(18px, 3vw, 32px);
  flex-wrap: wrap;
}
.volume-wrap { display: flex; align-items: center; gap: 10px; color: var(--text-muted); }
.volume-wrap svg { width: 22px; height: 22px; flex: none; }

input[type="range"] {
  appearance: none; -webkit-appearance: none;
  width: 120px; height: 6px; border-radius: 3px;
  background: rgba(255,255,255,0.18); cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  appearance: none; -webkit-appearance: none;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--emerald-soft);
  box-shadow: 0 0 12px rgba(52,211,153,0.7);
}
input[type="range"]::-moz-range-thumb {
  width: 18px; height: 18px; border-radius: 50%; border: none;
  background: var(--emerald-soft);
  box-shadow: 0 0 12px rgba(52,211,153,0.7);
}
input[type="range"]:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 3px; }

.player-status { margin-top: 24px; color: var(--text-muted); font-size: 0.92rem; }
.player-status strong { color: var(--emerald-soft); }
.player-alt { margin-top: 14px; }
.player-alt a {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--gold-soft); text-decoration: none; font-weight: 500;
  font-size: 0.92rem; min-height: 44px;
}
.player-alt a:hover { text-decoration: underline; }
.player-alt svg { width: 16px; height: 16px; }

/* Teks status player */
.player-tagline { color: var(--text-muted); font-size: 0.92rem; }

/* Kini bersiaran: jenama */
.np-brand {
  text-align: center; margin-bottom: 28px;
  padding: 24px 22px; border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.np-label {
  display: block;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--emerald-soft);
}
.np-title {
  display: block; font-family: var(--font-head); font-weight: 700;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem); margin: 6px 0 5px;
}
.np-tag { display: block; color: var(--gold-soft); font-size: 0.98rem; }

/* Gelombang audio */
.eq-wave { height: 40px; justify-content: center; gap: 4px; margin-top: 18px; }
.eq-wave span { width: 5px; }

.player-main { justify-content: center; }
.player-status, .player-alt { text-align: center; }
.player-alt a { justify-content: center; }

/* Butang Dengar bercahaya lembut */
@keyframes softGlow {
  0%, 100% { box-shadow: 0 10px 30px rgba(16, 185, 129, 0.30); }
  50% { box-shadow: 0 12px 42px rgba(16, 185, 129, 0.55); }
}
.btn-xl[data-play], .hero-cta .btn-primary[data-play] {
  animation: softGlow 3.2s ease-in-out infinite;
}
body.is-playing .btn-xl[data-play],
body.is-playing .hero-cta .btn-primary[data-play] { animation: none; }

/* ---------- Tentang ---------- */
.about-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 56px; align-items: center;
}
.about-copy p { color: var(--text-muted); margin-top: 18px; max-width: 520px; }
.about-stats { display: flex; gap: 16px; margin-top: 32px; flex-wrap: wrap; }
.stat {
  border-radius: var(--radius); padding: 18px 24px;
  display: flex; flex-direction: column; min-width: 130px;
}
.stat strong { font-family: var(--font-head); font-size: 1.4rem; color: var(--gold-soft); }
.stat span { color: var(--text-muted); font-size: 0.85rem; }

.about-visual { display: flex; justify-content: center; perspective: 900px; }
.dome-card {
  border-radius: 50% 50% var(--radius-lg) var(--radius-lg) / 34% 34% var(--radius-lg) var(--radius-lg);
  padding: 64px 40px 44px; text-align: center; max-width: 340px;
}
.dome-card svg { width: 48px; height: 48px; margin: 0 auto 22px; color: var(--gold-soft); }
.dome-card p { font-family: var(--font-head); font-size: 1.15rem; line-height: 1.6; }
.dome-card span { display: block; margin-top: 14px; color: var(--emerald-soft); font-size: 0.85rem; letter-spacing: 0.1em; }

/* ---------- Kad rancangan ---------- */
.card-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
}
.p-card {
  position: relative; border-radius: var(--radius);
  padding: 28px 24px;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  cursor: default;
}
.p-card:hover {
  background: var(--glass-bg-strong);
  border-color: rgba(52, 211, 153, 0.35);
}
.p-card h3 { margin: 18px 0 10px; }
.p-card p { color: var(--text-muted); font-size: 0.92rem; }

.p-icon {
  width: 52px; height: 52px; border-radius: 16px;
  display: grid; place-items: center;
  background: rgba(16, 185, 129, 0.14);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: var(--emerald-soft);
}
.p-icon svg { width: 26px; height: 26px; }
.gold-icon {
  background: rgba(212, 175, 55, 0.12);
  border-color: rgba(212, 175, 55, 0.3);
  color: var(--gold-soft);
}

.soon-badge {
  position: absolute; top: 18px; right: 18px;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gold-soft);
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 5px 12px; border-radius: 999px;
}

/* ---------- Kenapa ---------- */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.why-card {
  border-radius: var(--radius); padding: 30px 24px; text-align: center;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.why-card:hover { background: var(--glass-bg-strong); border-color: rgba(212, 175, 55, 0.35); }
.why-card .p-icon { margin: 0 auto 18px; }
.why-card p { color: var(--text-muted); font-size: 0.9rem; margin-top: 10px; }

/* ---------- Jadual (timeline) ---------- */
.timeline {
  list-style: none; max-width: 760px; margin-inline: auto;
  display: grid; gap: 14px;
}
.tl-item {
  display: flex; align-items: center; gap: clamp(14px, 3vw, 24px);
  padding: 18px clamp(18px, 3vw, 28px); border-radius: var(--radius);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.tl-item:hover { background: var(--glass-bg-strong); border-color: rgba(52, 211, 153, 0.35); }
.tl-time {
  font-family: var(--font-head); font-weight: 700; color: var(--gold-soft);
  min-width: 74px; font-size: 1.15rem; line-height: 1.05;
  display: flex; flex-direction: column;
}
.tl-time em {
  font-style: normal; font-family: var(--font-body);
  font-weight: 500; font-size: 0.76rem; color: var(--text-muted); margin-top: 2px;
}
.tl-node {
  width: 14px; height: 14px; border-radius: 50%; flex: none;
  background: var(--emerald);
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.18), 0 0 14px rgba(16, 185, 129, 0.5);
}
.tl-body { flex: 1; min-width: 0; }
.tl-body h3 { font-size: 1.1rem; }
.tl-meta { color: var(--text-muted); font-size: 0.88rem; }
.note { text-align: center; color: var(--text-muted); font-size: 0.85rem; margin-top: 24px; }

/* ---------- Sorotan Hari Ini ---------- */
.spotlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.spot-card {
  display: flex; flex-direction: column; border-radius: var(--radius); padding: 26px 24px;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.spot-card:hover { background: var(--glass-bg-strong); border-color: rgba(52, 211, 153, 0.35); }
.spot-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.spot-card .soon-badge { position: static; }
.spot-tag {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--emerald-soft); background: rgba(16, 185, 129, 0.14);
  border: 1px solid rgba(16, 185, 129, 0.3); padding: 5px 12px; border-radius: 999px;
}
.spot-card h3 { margin-bottom: 10px; }
.spot-card p { color: var(--text-muted); font-size: 0.92rem; flex: 1; }
.spot-foot {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 18px;
  color: var(--gold-soft); font-size: 0.82rem; font-weight: 500;
}
.spot-foot svg { width: 16px; height: 16px; flex: none; }

/* ---------- Kredibiliti ---------- */
.section-tight { padding-top: 40px; padding-bottom: 40px; }
.cred-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cred-item {
  display: flex; align-items: center; gap: 16px;
  padding: 22px; border-radius: var(--radius);
}
.cred-item .p-icon { flex: none; }
.cred-item h3 { font-size: 1.05rem; }
.cred-item p { color: var(--text-muted); font-size: 0.86rem; margin-top: 4px; }

/* ---------- Sokong ---------- */
.support {
  position: relative; overflow: hidden; text-align: center;
  border-radius: var(--radius-lg); padding: clamp(40px, 6vw, 64px) clamp(24px, 5vw, 56px);
  max-width: 820px; margin-inline: auto;
}
.support-glow {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(500px 220px at 50% 0%, rgba(212, 175, 55, 0.14), transparent 70%);
}
.support > * { position: relative; }
.support-icon { margin: 0 auto 18px; width: 60px; height: 60px; }
.support-icon svg { width: 30px; height: 30px; }
.support p { color: var(--text-muted); max-width: 560px; margin: 16px auto 0; }
.support-cta { justify-content: center; margin-top: 30px; }
.btn[disabled] { opacity: 0.55; cursor: not-allowed; animation: none; box-shadow: none; }
.support-note { display: block; margin-top: 18px; color: var(--text-muted); font-size: 0.82rem; }

/* ---------- Komuniti ---------- */
.community-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.comm-card {
  display: flex; flex-direction: column; text-decoration: none; color: var(--text);
  border-radius: var(--radius); padding: 26px 22px;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.comm-card:hover { background: var(--glass-bg-strong); border-color: rgba(52, 211, 153, 0.4); }
.comm-card:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 3px; }
.comm-card h3 { margin: 16px 0 8px; font-size: 1.1rem; }
.comm-card p { color: var(--text-muted); font-size: 0.9rem; flex: 1; }
.comm-cta {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 18px;
  color: var(--emerald-soft); font-weight: 600; font-size: 0.9rem;
}
.comm-cta svg { width: 16px; height: 16px; transition: transform 0.2s ease; }
.comm-card:hover .comm-cta svg { transform: translateX(4px); }

/* ---------- Footer ---------- */
.footer {
  position: relative; z-index: var(--z-content);
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(3, 13, 8, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 56px 0 0;
}
.footer-grid {
  display: flex; justify-content: space-between;
  gap: 40px; flex-wrap: wrap; padding-bottom: 40px;
}
.footer-brand p { color: var(--text-muted); margin-top: 14px; }
.socials { display: flex; gap: 12px; margin-top: 22px; }
.socials a {
  width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center;
  color: var(--text-muted);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.socials a:hover, .socials a:focus-visible { color: var(--emerald-soft); border-color: rgba(52,211,153,0.4); }
.socials svg { width: 20px; height: 20px; }

.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a {
  color: var(--text-muted); text-decoration: none; font-weight: 500;
  min-height: 32px; display: inline-flex; align-items: center;
}
.footer-links a:hover { color: var(--text); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 22px 0; color: var(--text-muted); font-size: 0.85rem;
}

/* ---------- Dock player melekat ---------- */
.dock {
  position: fixed; bottom: 16px; left: 50%;
  transform: translateX(-50%);
  z-index: var(--z-dock);
  display: flex; align-items: center; gap: 14px;
  padding: 10px 14px 10px 10px; border-radius: 999px;
  width: min(540px, 94%);
}
.dock[hidden] { display: none; }
.dock-text { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.dock-text strong { font-size: 0.92rem; }
.dock-status {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em;
  color: var(--emerald-soft);
}
.dock-status .onair-dot { width: 7px; height: 7px; }
.btn-dock {
  min-height: 48px; width: 48px; padding: 0; border-radius: 50%; flex: none;
}
.btn-dock svg { width: 20px; height: 20px; }
.dock-eq { flex: none; }
.dock-full {
  display: inline-flex; align-items: center; gap: 8px; flex: none;
  text-decoration: none; color: var(--text);
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px; padding: 9px 16px; font-size: 0.82rem; font-weight: 600;
  min-height: 40px; transition: background 0.2s ease, border-color 0.2s ease;
}
.dock-full:hover { background: rgba(255, 255, 255, 0.12); border-color: rgba(52, 211, 153, 0.4); }
.dock-full:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 2px; }
.dock-full svg { width: 16px; height: 16px; }

/* Beri ruang bawah supaya dock melekat tidak menutup kandungan */
body.is-playing { padding-bottom: 96px; }

/* ---------- Responsif ---------- */
@media (max-width: 1024px) {
  .card-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .spotlight-grid, .cred-strip { grid-template-columns: 1fr; }
  .community-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { margin-top: 24px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-copy p { max-width: none; }
}

@media (max-width: 720px) {
  .section { padding: 64px 0; }
  .section-tight { padding: 40px 0; }
  .nav-toggle { display: grid; place-items: center; }
  .nav-links {
    display: none;
    position: absolute; top: calc(100% + 10px); left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 6px;
    background: rgba(5, 20, 13, 0.98);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 22px; padding: 16px;
    box-shadow: var(--shadow-soft);
  }
  .nav-links.open { display: flex; }
  .nav-links > a { padding: 12px 14px; border-radius: 12px; min-height: 44px; display: flex; align-items: center; }
  .nav-links > a:hover { background: rgba(255,255,255,0.06); }
  .navbar { border-radius: 26px; }

  /* Hero lebih rendah supaya butang Dengar berada above the fold */
  .hero { min-height: auto; padding: 104px 0 44px; }
  .hero-title { margin-top: 18px; }
  .hero-sub { font-size: 1rem; }
  .visual-stage { width: min(300px, 76%); }
  .float-chip { display: none; }

  .player-main { justify-content: center; }
  .footer-grid { flex-direction: column; }
}

@media (max-width: 560px) {
  .community-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .card-grid, .why-grid { grid-template-columns: 1fr; }
  .btn-lg, .btn-xl { width: 100%; }
  .hero-cta { width: 100%; flex-direction: column; }
  .support-cta { flex-direction: column; }
  /* Dock ringkas di skrin kecil */
  .dock { gap: 10px; padding: 8px 10px; width: 94%; }
  .dock-eq { display: none; }
  .dock-full span { display: none; }
  .dock-full { padding: 11px; }
}

/* ---------- Kurangkan animasi ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .tilt { transform: none !important; }
}
