/* =========================================================
   PKU WiFi — Stylesheet
   Tema: Melayu modern. Hijau-emas khas Riau + aksen sinyal cyan.
   Font: Plus Jakarta Sans (buatan Indonesia) untuk judul & teks
   ========================================================= */

:root {
  --bg:        #F6F9FD;
  --bg-deep:   #EAF1F8;
  --surface:   #FFFFFF;
  --surface-2: #F1F6FC;
  --line:      rgba(16, 68, 124, 0.14);
  --line-soft: rgba(16, 68, 124, 0.07);

  /* Aksen brand PKU WiFi (dari logo). Nama --gold dipertahankan,
     nilainya azure brand. Tema TERANG: aksen dibuat lebih pekat
     biar kontras di atas putih. */
  --gold:      #0883C2;   /* biru brand — aksen utama & CTA */
  --gold-deep: #0D77B7;   /* biru gelap (ujung gradient logo) */
  --cyan:      #0F8FD0;   /* biru link, ikon, hover */
  --cyan-deep: #0C76B0;

  --navy:      #10447C;   /* navy wordmark logo */

  --text:      #15273F;
  --muted:     #4C6079;
  --muted-2:   #7387A0;

  --wa:        #25D366;

  --radius:    18px;
  --radius-sm: 12px;
  --maxw:      1140px;

  --shadow:    0 18px 44px -22px rgba(16,68,124,.28);

  --ff-display: "Plus Jakarta Sans", system-ui, sans-serif;
  --ff-body:    "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--ff-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }

/* ---------- Tipografi ---------- */
h1, h2, h3, h4 { font-family: var(--ff-display); font-weight: 700; line-height: 1.14; letter-spacing: -0.02em; }
h1, h2 { font-weight: 800; }
h1 { font-size: clamp(2.1rem, 5.6vw, 3.9rem); }
h2 { font-size: clamp(1.7rem, 3.8vw, 2.7rem); }
h3 { font-size: 1.25rem; letter-spacing: -0.01em; }
p  { color: var(--muted); }
strong { color: var(--text); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--ff-display);
  font-size: .76rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold);
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.lead { font-size: 1.12rem; color: var(--muted); max-width: 56ch; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--ff-display); font-weight: 600; font-size: .98rem;
  padding: 13px 24px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-deep)); color: #fff; box-shadow: 0 10px 26px -10px rgba(13,119,183,.7); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -12px var(--gold-deep); }
.btn-wa { background: var(--wa); color: #04331a; }
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -12px rgba(37,211,102,.6); }
.btn-ghost { border-color: var(--line); color: var(--text); background: transparent; }
.btn-ghost:hover { border-color: var(--cyan); color: var(--cyan); transform: translateY(-2px); }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(16px) saturate(1.4);
  background: color-mix(in srgb, var(--bg) 68%, transparent);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.site-header.scrolled {
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  border-bottom-color: var(--line-soft);
  box-shadow: 0 8px 30px -18px rgba(16,68,124,.55);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; height: 76px; transition: height .3s ease; }
.site-header.scrolled .nav-wrap { height: 64px; }

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-logo { width: 34px; height: 34px; object-fit: contain; display: block; transition: transform .35s cubic-bezier(.34,1.56,.64,1); }
.brand:hover .brand-logo { transform: scale(1.1) rotate(-6deg); }
.brand-text { font-family: var(--ff-display); font-weight: 600; font-size: 1.18rem; letter-spacing: -.02em; }
.brand-text strong { color: var(--gold); font-weight: 700; }

/* Signal mark (logo) */
.brand-mark { position: relative; width: 26px; height: 26px; display: inline-block; }
.sig-dot {
  position: absolute; left: 3px; bottom: 3px; width: 7px; height: 7px;
  border-radius: 50%; background: var(--gold);
}
.sig-arc {
  position: absolute; left: 3px; bottom: 3px;
  border: 2.2px solid var(--cyan); border-bottom-color: transparent; border-left-color: transparent;
  border-radius: 50%; transform: rotate(-45deg); opacity: .9;
}
.sig-arc-1 { width: 14px; height: 14px; }
.sig-arc-2 { width: 22px; height: 22px; opacity: .55; }

.site-nav { display: flex; align-items: center; gap: 4px; }
.nav-link {
  font-family: var(--ff-display); font-weight: 500; font-size: .95rem;
  color: var(--muted); padding: 8px 15px; border-radius: 11px;
  position: relative; transition: color .18s ease, background .18s ease, transform .18s ease;
}
.nav-link:hover { color: var(--text); background: color-mix(in srgb, var(--gold) 9%, transparent); }
.nav-link:active { transform: scale(.96); }
.nav-link.is-active { color: var(--gold); background: color-mix(in srgb, var(--gold) 13%, transparent); }
.nav-cta { margin-left: 10px; padding: 10px 17px; font-size: .9rem; gap: 7px; box-shadow: 0 8px 20px -10px rgba(37,211,102,.55); }
.nav-cta svg { width: 16px; height: 16px; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .28s ease, opacity .2s ease; transform-origin: center; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Sections ---------- */
.section { padding-block: clamp(40px, 5.5vw, 72px); }
.section-tight { padding-block: clamp(30px, 4vw, 52px); }
.section-head { max-width: 64ch; margin-bottom: 32px; }
.section-head h2 { margin-top: 12px; }
.section-head p { margin-top: 14px; }
.center { text-align: center; margin-inline: auto; }

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: clamp(28px, 4vw, 56px); padding-bottom: clamp(56px, 8vw, 104px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(680px 420px at 82% 18%, rgba(70,196,240,.16), transparent 70%),
    radial-gradient(560px 380px at 12% 88%, rgba(43,182,232,.14), transparent 70%);
}
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; }
.hero h1 { margin-top: 16px; }
.hero h1 .accent { color: var(--gold); }
.hero-lead { margin-top: 20px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 34px; }
.hero-meta div { display: flex; flex-direction: column; }
.hero-meta b { font-family: var(--ff-display); font-size: 1.5rem; color: var(--text); }
.hero-meta span { font-size: .82rem; color: var(--muted-2); letter-spacing: .02em; }

/* Hero signal art */
.signal-art {
  position: relative; aspect-ratio: 1; max-width: 380px; margin-inline: auto;
  display: grid; place-items: center;
}
.signal-art .logo-center {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 130px; height: 130px; object-fit: contain; z-index: 2;
  filter: drop-shadow(0 10px 34px rgba(43,182,232,.45));
  animation: floaty 5s ease-in-out infinite;
}
@keyframes floaty { 0%,100% { transform: translate(-50%,-50%) } 50% { transform: translate(-50%,-58%) } }
.signal-art .ring {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  border: 2px solid var(--cyan); border-radius: 50%;
  opacity: 0; animation: pulse 3.4s ease-out infinite;
}
.signal-art .ring:nth-child(2) { animation-delay: .85s; }
.signal-art .ring:nth-child(3) { animation-delay: 1.7s; }
.signal-art .ring:nth-child(4) { animation-delay: 2.55s; }
@keyframes pulse {
  0%   { width: 130px; height: 130px; opacity: .7; }
  100% { width: 420px; height: 420px; opacity: 0; }
}
.signal-card {
  position: absolute; background: var(--surface); border: 1px solid var(--line);
  border-radius: 14px; padding: 12px 16px; box-shadow: var(--shadow);
  font-family: var(--ff-display); font-size: .82rem; display: flex; align-items: center; gap: 9px;
}
.signal-card b { color: var(--text); font-size: 1rem; }
.signal-card small { color: var(--muted-2); }
.signal-card .dot-live { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(70,196,240,.25); }
.signal-card.c1 { top: 6%; left: -6%; }
.signal-card.c2 { bottom: 8%; right: -4%; }

/* ---------- Cards / Grids ---------- */
.grid { display: grid; gap: 20px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px;
  box-shadow: 0 2px 10px rgba(16,68,124,.05);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(15,143,208,.5); box-shadow: 0 14px 30px -16px rgba(16,68,124,.22); }
.card h3 { margin-bottom: 10px; }
.card p { font-size: .96rem; }
.card-ico {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(70,196,240,.12); color: var(--cyan); margin-bottom: 16px;
  font-family: var(--ff-display); font-weight: 700; font-size: 1.15rem;
}

/* ---------- Pricing / Voucher ---------- */
.price-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.price {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; display: flex; flex-direction: column;
}
.price.featured { border-color: var(--gold); background: linear-gradient(180deg, var(--surface-2), var(--surface)); position: relative; }
.price.featured::before {
  content: "Terpopuler"; position: absolute; top: -12px; left: 26px;
  background: var(--gold); color: #fff; font-family: var(--ff-display); font-weight: 600;
  font-size: .72rem; padding: 4px 12px; border-radius: 999px; letter-spacing: .04em;
}
.price-name { font-family: var(--ff-display); font-weight: 600; font-size: 1.05rem; color: var(--cyan); }
.price-amount { font-family: var(--ff-display); font-weight: 700; font-size: 2.3rem; color: var(--text); margin: 10px 0 2px; }
.price-amount small { font-size: .9rem; color: var(--muted-2); font-weight: 500; }
.price-sub { font-size: .9rem; color: var(--muted-2); margin-bottom: 18px; }
.price ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 11px; margin: 0 0 24px; }
.price li { font-size: .95rem; color: var(--muted); display: flex; gap: 10px; align-items: flex-start; }
.price li::before { content: "✓"; color: var(--cyan); font-weight: 700; }
.price .btn { margin-top: auto; width: 100%; }

/* ---------- Table ---------- */
.tbl-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
table { width: 100%; border-collapse: collapse; min-width: 520px; }
th, td { text-align: left; padding: 15px 20px; border-bottom: 1px solid var(--line-soft); font-size: .96rem; }
th { font-family: var(--ff-display); font-weight: 600; color: var(--text); background: var(--surface); }
td { color: var(--muted); }
tr:last-child td { border-bottom: 0; }
td .tag-price { color: var(--gold); font-family: var(--ff-display); font-weight: 600; }

/* ---------- Split / Feature row ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.stack-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.stack-list li { display: flex; gap: 14px; }
.stack-list .n {
  flex: none; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
  background: rgba(43,182,232,.14); color: var(--gold); font-family: var(--ff-display); font-weight: 700;
}
.stack-list h4 { font-size: 1.02rem; margin-bottom: 3px; }
.stack-list p { font-size: .94rem; }

/* ---------- Lokasi ---------- */
.area-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px; }
.area-chip {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 16px 18px; display: flex; align-items: center; gap: 12px;
}
.area-chip .pin { color: var(--gold); font-size: 1.1rem; }
.area-chip b { font-family: var(--ff-display); font-weight: 600; font-size: .98rem; }
.area-chip small { display: block; color: var(--muted-2); font-size: .8rem; }
.map-embed { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; aspect-ratio: 16/10; }
.map-embed iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.2) brightness(.92); }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line); border-radius: 24px;
  padding: clamp(34px, 5vw, 56px); text-align: center;
  position: relative; overflow: hidden;
}
.cta-band::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(500px 240px at 50% -20%, rgba(43,182,232,.16), transparent 70%);
  pointer-events: none;
}
.cta-band > * { position: relative; }
.cta-band h2 { margin-bottom: 12px; }
.cta-band p { margin-inline: auto; margin-bottom: 26px; max-width: 52ch; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Kontak ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; padding: 20px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.contact-item .ci { flex: none; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: rgba(70,196,240,.12); color: var(--cyan); font-size: 1.1rem; }
.contact-item h4 { font-size: 1rem; margin-bottom: 3px; }
.contact-item a, .contact-item span { color: var(--muted); font-size: .95rem; }
.contact-item a:hover { color: var(--cyan); }

.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.field label { font-family: var(--ff-display); font-weight: 500; font-size: .9rem; }
.field input, .field textarea, .field select {
  background: var(--bg-deep); border: 1px solid var(--line); border-radius: 12px;
  padding: 13px 15px; color: var(--text); font-family: inherit; font-size: .98rem;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: 2px solid var(--cyan); outline-offset: 1px; border-color: transparent; }
.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }

/* ---------- Floating WA + footer ---------- */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 60;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--wa); color: #04331a; display: grid; place-items: center;
  box-shadow: 0 14px 30px -10px rgba(37,211,102,.6); transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.08); }

.site-footer { border-top: 1px solid var(--line-soft); background: var(--bg-deep); padding-top: 56px; margin-top: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.3fr; gap: 40px; padding-bottom: 40px; }
.footer-tag { font-size: .95rem; margin: 16px 0; max-width: 42ch; }
.social { display: flex; gap: 16px; }
.social a { font-size: .9rem; color: var(--muted); }
.social a:hover { color: var(--cyan); }
.footer-col h4 { font-size: .82rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted-2); margin-bottom: 16px; }
.footer-col a, .footer-static { display: block; color: var(--muted); font-size: .94rem; margin-bottom: 10px; }
.footer-col a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; border-top: 1px solid var(--line-soft); font-size: .86rem; color: var(--muted-2); }
.to-top:hover { color: var(--gold); }

/* ---------- Page hero (halaman dalam) ---------- */
.page-hero { padding-top: clamp(28px, 4vw, 52px); padding-bottom: clamp(40px, 5.5vw, 68px); position: relative; overflow: hidden; }
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(620px 360px at 80% 10%, rgba(70,196,240,.12), transparent 70%);
}
.page-hero .container { position: relative; }
.page-hero h1 { margin-top: 14px; max-width: 16ch; }
.page-hero p { margin-top: 16px; }

/* ---------- Utility ---------- */
.mt-s { margin-top: 12px; } .mt-m { margin-top: 22px; } .mt-l { margin-top: 34px; }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; }
.badge { font-family: var(--ff-display); font-size: .8rem; color: var(--cyan); border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px; }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .signal-art { margin-top: 30px; }
  .grid-3, .grid-4, .price-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .nav-wrap, .site-header.scrolled .nav-wrap { height: 64px; }
  .site-nav {
    position: fixed; inset: 64px 0 auto 0; flex-direction: column; align-items: stretch;
    background: var(--bg); backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line); padding: 14px 20px 22px; border-radius: 0 0 20px 20px;
    gap: 6px; transform: translateY(-135%); opacity: 0; transition: transform .32s cubic-bezier(.4,0,.2,1), opacity .25s ease; box-shadow: var(--shadow);
  }
  .site-nav.open { transform: translateY(0); opacity: 1; }
  .nav-link { padding: 13px 16px; font-size: 1.04rem; border-radius: 12px; }
  .nav-cta { margin: 10px 0 0; justify-content: center; }
  .signal-card.c1 { left: 0; } .signal-card.c2 { right: 0; }
}
@media (max-width: 520px) {
  .grid-3, .grid-4, .price-grid, .grid-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  body { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
  .signal-art .ring { display: none; }
}

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin-inline: auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; box-shadow: 0 2px 10px rgba(16,68,124,.04); }
.faq-item summary { cursor: pointer; padding: 18px 22px; font-family: var(--ff-display); font-weight: 600; font-size: 1.02rem; color: var(--text); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--gold); font-size: 1.5rem; font-weight: 700; line-height: 1; transition: transform .2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 22px 20px; color: var(--muted); font-size: .98rem; line-height: 1.7; }
.faq-item:hover { border-color: rgba(15,143,208,.4); }

/* ---------- Page hero dengan ilustrasi ---------- */
.ph-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 40px; align-items: center; }
.ph-grid .ph-art { max-width: 380px; width: 100%; margin-inline: auto; display: block; }
@media (max-width: 860px) { .ph-grid { grid-template-columns: 1fr; } .ph-grid .ph-art { max-width: 300px; margin-top: 22px; } }

/* ---------- Lokasi: peta + daftar titik ---------- */
.hotspot-wrap { display: grid; grid-template-columns: 1.5fr 1fr; gap: 20px; align-items: start; }
.hotspot-map { height: 470px; border-radius: var(--radius); border: 1px solid var(--line); overflow: hidden; position: relative; z-index: 0; }
.hotspot-side { display: flex; flex-direction: column; gap: 12px; }
.hotspot-filter { display: flex; flex-wrap: wrap; gap: 8px; }
.hs-chip { font-family: var(--ff-display); font-size: .82rem; font-weight: 500; padding: 6px 13px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); cursor: pointer; background: var(--surface); transition: background .15s, color .15s, border-color .15s; }
.hs-chip.active, .hs-chip:hover { background: color-mix(in srgb, var(--gold) 14%, transparent); color: var(--gold); border-color: transparent; }
.hotspot-list { display: flex; flex-direction: column; gap: 10px; max-height: 418px; overflow-y: auto; padding-right: 4px; }
.hotspot-card { display: flex; gap: 12px; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); }
.hotspot-card .hs-pin { color: var(--gold); font-size: 1.05rem; line-height: 1.4; }
.hs-body b { font-family: var(--ff-display); font-size: .98rem; color: var(--text); display: block; }
.hs-body small { color: var(--muted-2); font-size: .82rem; }
.hs-actions { display: flex; gap: 8px; margin-top: 9px; }
.hs-btn { font-family: var(--ff-display); font-size: .8rem; font-weight: 600; padding: 6px 13px; border-radius: 9px; border: 0; background: var(--gold); color: #fff; cursor: pointer; text-decoration: none; display: inline-block; }
.hs-btn.ghost { background: transparent; border: 1px solid var(--line); color: var(--text); }
.hs-btn:hover { opacity: .92; }
.pku-pin span { display: block; width: 20px; height: 20px; background: var(--gold); border: 3px solid #fff; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 2px 7px rgba(0,0,0,.4); }
.leaflet-popup-content { font-family: var(--ff-body); }

/* ---------- Beli Voucher interaktif ---------- */
.vbuilder { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; max-width: 720px; margin-inline: auto; box-shadow: var(--shadow); }
.vb-opts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.vb-opt { text-align: left; padding: 14px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--bg); cursor: pointer; font-family: var(--ff-body); transition: border-color .15s, background .15s, transform .12s; display: flex; flex-direction: column; gap: 3px; }
.vb-opt:hover { transform: translateY(-2px); }
.vb-opt b { font-family: var(--ff-display); color: var(--text); font-size: .9rem; }
.vb-opt span { color: var(--gold); font-family: var(--ff-display); font-weight: 700; font-size: .95rem; }
.vb-opt.active { border-color: var(--gold); background: color-mix(in srgb, var(--gold) 9%, transparent); }
.vb-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-top: 20px; flex-wrap: wrap; }
.vb-label { display: block; font-family: var(--ff-display); font-weight: 500; font-size: .85rem; margin-bottom: 7px; }
.vb-qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.vb-qty button { width: 42px; height: 44px; border: 0; background: var(--bg); color: var(--text); font-size: 1.3rem; cursor: pointer; transition: background .15s; }
.vb-qty button:hover { background: color-mix(in srgb, var(--gold) 12%, transparent); color: var(--gold); }
.vb-qty input { width: 52px; height: 44px; text-align: center; border: 0; background: transparent; color: var(--text); font-family: var(--ff-display); font-weight: 700; font-size: 1.05rem; }
.vb-total { font-family: var(--ff-display); font-weight: 600; color: var(--muted); text-align: right; font-size: .85rem; line-height: 1.5; }
.vb-total span { font-size: 1.7rem; font-weight: 800; color: var(--gold); }
@media (max-width: 860px) { .hotspot-wrap { grid-template-columns: 1fr; } .hotspot-map { height: 340px; } .hotspot-list { max-height: none; } }
