/*
Theme Name: Nobarid
Theme URI: https://nobarid.news/
Author: Nobarid
Description: Custom theme for Nobarid Resmi – Situs Nonton Bola Live Streaming HD, styled to match the Flatsome-based reference homepage.
Version: 1.8.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: nobarid
*/

:root {
  --primary-color: #b71c1c;
  --secondary-color: #ff6b6b;
  --alert-color: #b20000;
  --nav-hover: #ffffff;
  --text-color: #ececec;
  --muted: #b8b8b8;
  --white: #fff;
  --black: #0d0d0d;
  --page-bg: #01010a;
  --header-height: 70px;
  --header-height-sticky: 60px;
  --topbar-height: 32px;
  --container: 1080px;
  --radius-pill: 99px;
  --header-top-bg: linear-gradient(90deg, #000000 0%, #0a0000 50%, #000000 100%);
  --header-main-bg: linear-gradient(90deg, #000000 0%, #0a0000 50%, #000000 100%);
  --footer-sky-bg: linear-gradient(90deg, #000000 0%, #0a0000 50%, #000000 100%);
  --page-sky-bg: linear-gradient(90deg, #000000 0%, #0a0000 35%, #120505 50%, #0a0000 65%, #000000 100%);
  --banner-gold: #f5d76e;
  --banner-gold-bright: #ffe9a0;
  --header-offset: calc(var(--topbar-height) + var(--header-height));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--page-bg) !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-color);
  background: var(--page-bg) !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

a:hover {
  color: #ff8a80;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin: 1.2em 0 0.6em;
  color: #fff;
}

p {
  margin: 0 0 1em;
}

ul, ol {
  margin: 0 0 1em;
  padding-left: 1.4em;
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 15px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.text-center { text-align: center; }
.text-left { text-align: left; }
.uppercase { text-transform: uppercase; }

.brand-keyword,
a.brand-keyword,
a.brand-keyword strong,
.gold-shimmer,
a.gold-shimmer,
a.gold-shimmer strong,
strong.gold-shimmer {
  font-weight: 800;
  background: linear-gradient(
    90deg,
    #ff1a1a 0%,
    #b71c1c 12%,
    #ffd54f 28%,
    #ffe9a0 40%,
    #ff3b3b 55%,
    #c9a227 70%,
    #ffeb3b 82%,
    #e53935 100%
  );
  background-size: 260% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  animation: gold-red-shimmer 2.6s linear infinite;
  filter: drop-shadow(0 0 5px rgba(245, 215, 110, 0.55)) drop-shadow(0 0 10px rgba(183, 28, 28, 0.45));
}

a.brand-keyword:hover,
a.brand-keyword:hover strong,
a.gold-shimmer:hover,
a.gold-shimmer:hover strong {
  filter: drop-shadow(0 0 8px rgba(245, 215, 110, 0.8)) drop-shadow(0 0 14px rgba(255, 59, 59, 0.55));
}

@keyframes gold-red-shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

.brand-url,
a.brand-url,
a.brand-url strong {
  font-size: 1.15em;
  font-weight: 900;
  letter-spacing: 0.02em;
}

/* Buttons */
.button,
a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--primary-color);
  color: var(--white) !important;
  border: none;
  border-radius: 3px;
  padding: 0.75em 1.4em;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.button:hover,
a.button:hover {
  background: #8e1515;
  color: var(--white) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.button.is-larger {
  font-size: 1.05rem;
  padding: 0.95em 1.8em;
}

.button.is-gloss {
  background: linear-gradient(180deg, #e53935 0%, var(--primary-color) 55%, #8e1515 100%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

/* CTA button — glossy merah + emas (beda dari neon hitam lama) */
.button.is-neon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 230px;
  padding: 1.05em 2.2em;
  border-radius: 999px !important;
  border: 2px solid rgba(255, 233, 160, 0.85);
  background: linear-gradient(180deg, #ff4a4a 0%, #e53935 22%, #b71c1c 55%, #6b0000 100%);
  box-shadow:
    0 0 0 1px rgba(245, 215, 110, 0.35),
    0 8px 22px rgba(0, 0, 0, 0.45),
    0 0 28px rgba(183, 28, 28, 0.45),
    inset 0 2px 0 rgba(255, 255, 255, 0.35),
    inset 0 -4px 10px rgba(0, 0, 0, 0.35);
  color: #fff !important;
  text-decoration: none !important;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.25s ease;
}

.button.is-neon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255, 255, 255, 0.35) 48%,
    rgba(245, 215, 110, 0.4) 52%,
    transparent 70%
  );
  background-size: 220% 100%;
  animation: btn-shine 3.2s linear infinite;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: screen;
  opacity: 0.85;
}

.button.is-neon::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
  z-index: 1;
}

.button.is-neon > span {
  position: relative;
  z-index: 2;
  font-weight: 900;
  font-size: 1.08em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  background: none;
  -webkit-text-stroke: 0;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.35),
    0 0 12px rgba(245, 215, 110, 0.35);
  filter: none;
}

.button.is-neon > i {
  position: relative;
  z-index: 2;
  color: var(--banner-gold-bright, #ffe9a0) !important;
  font-size: 1.15em;
  text-shadow: 0 0 8px rgba(245, 215, 110, 0.85);
}

.button.is-neon:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.08);
  border-color: #ffe9a0;
  box-shadow:
    0 0 0 1px rgba(245, 215, 110, 0.65),
    0 12px 28px rgba(183, 28, 28, 0.55),
    0 0 36px rgba(245, 215, 110, 0.25),
    inset 0 2px 0 rgba(255, 255, 255, 0.45),
    inset 0 -4px 10px rgba(0, 0, 0, 0.3);
  color: #fff !important;
}

.button.is-neon:hover > span {
  background: none;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.button.is-neon:hover > i {
  color: #fff !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

@keyframes btn-shine {
  0% { background-position: 140% 0; }
  100% { background-position: -140% 0; }
}

/* Variasi tombol kedua (NONTON HD) — hitam + aksen emas */
.cta-row .col-inner:nth-child(2) .button.is-neon {
  background: linear-gradient(180deg, #2a0000 0%, #120000 40%, #000 100%);
  border-color: #ff3b3b;
  box-shadow:
    0 0 0 1px rgba(255, 59, 59, 0.35),
    0 8px 22px rgba(0, 0, 0, 0.5),
    0 0 24px rgba(183, 28, 28, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.cta-row .col-inner:nth-child(2) .button.is-neon > span {
  background: linear-gradient(90deg, #fff 0%, #ffe9a0 45%, #f5d76e 100%);
  background-size: 180% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  animation: gold-red-shimmer 3s linear infinite;
  text-shadow: none;
  filter: drop-shadow(0 0 6px rgba(245, 215, 110, 0.45));
}

.cta-row .col-inner:nth-child(2) .button.is-neon:hover {
  border-color: #ffe9a0;
  background: linear-gradient(180deg, #3a0000 0%, #1a0000 45%, #050505 100%);
}

.button.is-pill,
.button[style*="border-radius:99px"] {
  border-radius: var(--radius-pill);
}

.button i {
  font-style: normal;
}

/* Icon fonts (simple unicode / svg-like via CSS) */
.icon-play::before { content: "▶"; font-size: 0.85em; }
.icon-expand::before { content: "⛶"; font-size: 1em; }
.icon-menu::before { content: "☰"; font-size: 1.4em; }
.icon-angle-down::before { content: "▾"; }
.icon-angle-up::before { content: "▴"; }
.icon-facebook::before { content: "f"; font-weight: 700; }
.icon-instagram::before { content: "◎"; }
.icon-tiktok::before { content: "♪"; }
.icon-x::before { content: "𝕏"; }
.icon-pinterest::before { content: "P"; font-weight: 700; }
.icon-youtube::before { content: "▶"; }

/* Langit malam hitam–merah + bintang cerah + meteor */
#wrapper {
  --sky-deep: #000000;
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: var(--header-offset) 0 0;
  color: var(--text-color);
  background-color: var(--sky-deep);
  background-image:
    radial-gradient(ellipse 70% 45% at 50% 30%, rgba(80, 0, 15, 0.28) 0%, transparent 60%),
    radial-gradient(ellipse 55% 40% at 50% 75%, rgba(40, 0, 8, 0.35) 0%, transparent 55%),
    var(--page-sky-bg);
  background-attachment: fixed;
  overflow-x: clip;
}

/* Lapisan bintang padat + kelap-kelip */
#wrapper::before,
#wrapper::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

#wrapper::before {
  background-image:
    radial-gradient(1px 1px at 4% 8%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 12% 22%, rgba(255, 255, 255, 0.9) 99%, transparent 100%),
    radial-gradient(1.5px 1.5px at 18% 5%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 27% 35%, rgba(255, 255, 255, 0.75) 99%, transparent 100%),
    radial-gradient(1px 1px at 33% 12%, #fff 99%, transparent 100%),
    radial-gradient(2px 2px at 41% 28%, rgba(255, 250, 220, 0.95) 99%, transparent 100%),
    radial-gradient(1px 1px at 48% 6%, rgba(255, 255, 255, 0.85) 99%, transparent 100%),
    radial-gradient(1px 1px at 55% 40%, #fff 99%, transparent 100%),
    radial-gradient(1.5px 1.5px at 63% 18%, rgba(255, 240, 200, 0.95) 99%, transparent 100%),
    radial-gradient(1px 1px at 71% 9%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 78% 33%, rgba(255, 255, 255, 0.8) 99%, transparent 100%),
    radial-gradient(2px 2px at 86% 14%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 93% 27%, rgba(255, 255, 255, 0.7) 99%, transparent 100%),
    radial-gradient(1px 1px at 8% 48%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 16% 62%, rgba(255, 255, 255, 0.85) 99%, transparent 100%),
    radial-gradient(1.5px 1.5px at 24% 55%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 37% 70%, rgba(255, 255, 255, 0.75) 99%, transparent 100%),
    radial-gradient(1px 1px at 46% 52%, #fff 99%, transparent 100%),
    radial-gradient(2px 2px at 58% 66%, rgba(255, 240, 200, 0.95) 99%, transparent 100%),
    radial-gradient(1px 1px at 67% 48%, rgba(255, 255, 255, 0.8) 99%, transparent 100%),
    radial-gradient(1px 1px at 75% 72%, #fff 99%, transparent 100%),
    radial-gradient(1.5px 1.5px at 84% 58%, rgba(255, 230, 180, 0.95) 99%, transparent 100%),
    radial-gradient(1px 1px at 92% 68%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 6% 82%, rgba(255, 255, 255, 0.7) 99%, transparent 100%),
    radial-gradient(1px 1px at 19% 90%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 31% 84%, rgba(255, 255, 255, 0.85) 99%, transparent 100%),
    radial-gradient(1.5px 1.5px at 52% 88%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 64% 92%, rgba(255, 255, 255, 0.75) 99%, transparent 100%),
    radial-gradient(1px 1px at 81% 86%, #fff 99%, transparent 100%),
    radial-gradient(2px 2px at 96% 80%, rgba(255, 250, 230, 0.9) 99%, transparent 100%);
  background-repeat: repeat;
  background-size: 420px 380px;
  opacity: 0.85;
  animation: star-blink-a 2.8s ease-in-out infinite;
}

#wrapper::after {
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(245, 215, 110, 0.08) 46%,
    rgba(255, 255, 255, 0.12) 50%,
    rgba(245, 215, 110, 0.08) 54%,
    transparent 65%
  );
  background-size: 220% 100%;
  animation: faq-sheen 7s linear infinite;
  opacity: 0.55;
  mix-blend-mode: screen;
}

/* Extra starfield layers — kelap-kelip bergantian */
.starfield {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.starfield .stars {
  position: absolute;
  inset: -10%;
  display: block;
  background-repeat: repeat;
}

.starfield .stars-a {
  background-image:
    radial-gradient(1px 1px at 8% 12%, #fff 99%, transparent 100%),
    radial-gradient(1.5px 1.5px at 21% 38%, rgba(255, 250, 210, 1) 99%, transparent 100%),
    radial-gradient(1px 1px at 34% 7%, #fff 99%, transparent 100%),
    radial-gradient(2px 2px at 47% 55%, rgba(255, 255, 255, 0.95) 99%, transparent 100%),
    radial-gradient(1px 1px at 59% 24%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 72% 68%, rgba(255, 240, 180, 0.9) 99%, transparent 100%),
    radial-gradient(1.5px 1.5px at 85% 41%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 93% 81%, rgba(255, 255, 255, 0.85) 99%, transparent 100%),
    radial-gradient(1px 1px at 15% 74%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 42% 91%, rgba(255, 255, 255, 0.8) 99%, transparent 100%),
    radial-gradient(2px 2px at 66% 14%, rgba(255, 230, 150, 1) 99%, transparent 100%),
    radial-gradient(1px 1px at 78% 92%, #fff 99%, transparent 100%);
  background-size: 260px 240px;
  animation: star-blink-a 1.9s ease-in-out infinite;
}

.starfield .stars-b {
  background-image:
    radial-gradient(1px 1px at 5% 28%, rgba(255, 255, 255, 0.9) 99%, transparent 100%),
    radial-gradient(1px 1px at 18% 61%, #fff 99%, transparent 100%),
    radial-gradient(2px 2px at 29% 16%, rgba(255, 245, 200, 1) 99%, transparent 100%),
    radial-gradient(1px 1px at 41% 79%, rgba(255, 255, 255, 0.85) 99%, transparent 100%),
    radial-gradient(1.5px 1.5px at 53% 33%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 64% 87%, rgba(255, 255, 255, 0.75) 99%, transparent 100%),
    radial-gradient(1px 1px at 76% 9%, #fff 99%, transparent 100%),
    radial-gradient(2px 2px at 88% 52%, rgba(255, 235, 170, 0.95) 99%, transparent 100%),
    radial-gradient(1px 1px at 11% 94%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 37% 45%, rgba(255, 255, 255, 0.8) 99%, transparent 100%),
    radial-gradient(1.5px 1.5px at 69% 71%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 96% 22%, rgba(255, 255, 255, 0.9) 99%, transparent 100%);
  background-size: 310px 280px;
  animation: star-blink-b 2.4s ease-in-out infinite;
  animation-delay: -0.7s;
}

.starfield .stars-c {
  background-image:
    radial-gradient(1px 1px at 9% 44%, #fff 99%, transparent 100%),
    radial-gradient(1.5px 1.5px at 23% 8%, rgba(255, 250, 220, 1) 99%, transparent 100%),
    radial-gradient(1px 1px at 36% 63%, rgba(255, 255, 255, 0.85) 99%, transparent 100%),
    radial-gradient(1px 1px at 49% 21%, #fff 99%, transparent 100%),
    radial-gradient(2px 2px at 61% 76%, rgba(255, 240, 180, 1) 99%, transparent 100%),
    radial-gradient(1px 1px at 74% 39%, rgba(255, 255, 255, 0.8) 99%, transparent 100%),
    radial-gradient(1px 1px at 87% 88%, #fff 99%, transparent 100%),
    radial-gradient(1.5px 1.5px at 14% 17%, rgba(255, 255, 255, 0.9) 99%, transparent 100%),
    radial-gradient(1px 1px at 28% 85%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 55% 51%, rgba(255, 230, 160, 0.95) 99%, transparent 100%),
    radial-gradient(2px 2px at 82% 12%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 97% 66%, rgba(255, 255, 255, 0.85) 99%, transparent 100%);
  background-size: 190px 210px;
  animation: star-blink-c 1.6s ease-in-out infinite;
  animation-delay: -1.1s;
}

#wrapper > * {
  position: relative;
  z-index: 1;
}

#wrapper > .starfield {
  z-index: 0;
}

@keyframes star-blink-a {
  0%, 100% { opacity: 0.25; }
  8% { opacity: 1; }
  16% { opacity: 0.35; }
  28% { opacity: 0.95; }
  40% { opacity: 0.2; }
  52% { opacity: 1; }
  64% { opacity: 0.4; }
  76% { opacity: 0.85; }
  88% { opacity: 0.3; }
}

@keyframes star-blink-b {
  0%, 100% { opacity: 0.9; }
  12% { opacity: 0.2; }
  24% { opacity: 1; }
  36% { opacity: 0.35; }
  48% { opacity: 0.95; }
  60% { opacity: 0.15; }
  72% { opacity: 1; }
  84% { opacity: 0.45; }
}

@keyframes star-blink-c {
  0%, 100% { opacity: 0.4; }
  10% { opacity: 1; }
  20% { opacity: 0.25; }
  30% { opacity: 0.9; }
  45% { opacity: 0.15; }
  55% { opacity: 1; }
  70% { opacity: 0.3; }
  85% { opacity: 0.85; }
}

@keyframes star-twinkle {
  0%, 100% { opacity: 0.35; }
  25% { opacity: 1; }
  50% { opacity: 0.4; }
  75% { opacity: 0.9; }
}

@keyframes star-twinkle-soft {
  0% { opacity: 0.3; }
  50% { opacity: 1; }
  100% { opacity: 0.45; }
}

@keyframes star-drift {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-40px, 20px, 0); }
}

@keyframes meteor-sweep {
  0% { background-position: 140% 0, 160% 0; opacity: 0; }
  8% { opacity: 0.9; }
  22% { opacity: 0.75; }
  35% { background-position: -40% 0, -20% 0; opacity: 0; }
  55% { opacity: 0; }
  62% { opacity: 0.7; }
  78% { background-position: -80% 0, -60% 0; opacity: 0; }
  100% { background-position: -80% 0, -60% 0; opacity: 0; }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: var(--header-main-bg);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border: 0;
}

#header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 6% 18%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 14% 55%, rgba(255, 255, 255, 0.95) 99%, transparent 100%),
    radial-gradient(2px 2px at 22% 32%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 31% 72%, rgba(255, 250, 210, 0.95) 99%, transparent 100%),
    radial-gradient(1.5px 1.5px at 40% 28%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 48% 62%, rgba(255, 255, 255, 0.9) 99%, transparent 100%),
    radial-gradient(2px 2px at 57% 40%, rgba(255, 240, 180, 1) 99%, transparent 100%),
    radial-gradient(1px 1px at 66% 78%, #fff 99%, transparent 100%),
    radial-gradient(1.5px 1.5px at 74% 22%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 83% 58%, #fff 99%, transparent 100%),
    radial-gradient(2px 2px at 91% 35%, rgba(255, 255, 255, 0.95) 99%, transparent 100%),
    radial-gradient(1px 1px at 96% 70%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 10% 42%, rgba(255, 255, 255, 0.7) 99%, transparent 100%),
    radial-gradient(1px 1px at 35% 12%, rgba(255, 255, 255, 0.8) 99%, transparent 100%),
    radial-gradient(1px 1px at 62% 88%, rgba(255, 255, 255, 0.75) 99%, transparent 100%),
    radial-gradient(1px 1px at 78% 8%, rgba(255, 255, 255, 0.85) 99%, transparent 100%);
  background-repeat: repeat;
  background-size: 320px 120px;
  opacity: 0.95;
  animation: star-blink-b 2.2s ease-in-out infinite;
}

#header::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(245, 215, 110, 0.1) 47%,
    rgba(255, 255, 255, 0.18) 50%,
    rgba(245, 215, 110, 0.1) 53%,
    transparent 62%
  );
  background-size: 220% 100%;
  animation: faq-sheen 5.5s linear infinite;
  opacity: 0.85;
  mix-blend-mode: screen;
}

.header-top {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
  color: var(--white);
  text-align: center;
}

.header-top::before {
  display: none;
}

.header-top .container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--topbar-height);
  padding: 6px 15px;
}

.topbar-text {
  margin: 0;
  padding: 0;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
}

.header-main {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  height: var(--header-height);
  display: flex;
  align-items: center;
  transition: height 0.25s ease;
}

.header-main::before,
.header-main::after {
  display: none;
}

/* Bintang cerah di header — digabung ke #header */
.header-main::before {
  content: none;
}

/* Kilau emas tipis di header — digabung ke #header */
.header-main::after {
  content: none;
}

.header-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
  gap: 16px;
}

#logo {
  flex: 0 0 auto;
  max-width: 240px;
  line-height: 0;
}

#logo a {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

/* Shine / kilau diagonal ala logo-gds.webp */
#logo a::after,
.footer-logo a::after,
.mobile-logo-shine::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0.55) 50%,
    rgba(255, 255, 255, 0) 65%,
    transparent 100%
  );
  transform: skewX(-22deg) translateX(-220%);
  animation: nobarid-logo-shine 3.2s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}

@keyframes nobarid-logo-shine {
  0% {
    transform: skewX(-22deg) translateX(-220%);
  }
  35% {
    transform: skewX(-22deg) translateX(280%);
  }
  100% {
    transform: skewX(-22deg) translateX(280%);
  }
}

@media (prefers-reduced-motion: reduce) {
  #logo a::after,
  .footer-logo a::after,
  .mobile-logo-shine::after {
    animation: none;
    display: none;
  }
}

#logo img,
#logo .custom-logo {
  max-height: 56px !important;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  transition: max-height 0.25s ease;
}

.header-nav-wrap {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.header-nav > li {
  margin: 0;
  padding: 0;
}

.header-nav > li > a {
  display: block;
  padding: 8px 11px;
  color: var(--white) !important;
  font-weight: 700;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
  background: transparent !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.header-nav > li > a:hover,
.header-nav > li.current-menu-item > a,
.header-nav > li.current_page_item > a,
.header-nav > li.active > a {
  color: var(--nav-hover) !important;
  background: transparent !important;
  box-shadow: inset 0 -2px 0 #fff;
}

.mobile-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  padding: 0;
  flex: 0 0 auto;
}

.hide-for-medium {
  display: flex;
}

.show-for-medium {
  display: none !important;
}

#header.is-stuck .header-top {
  display: none;
}

body.is-header-stuck #wrapper {
  padding-top: var(--header-height-sticky);
}

#header.is-stuck .header-main {
  height: var(--header-height-sticky) !important;
}

#header.is-stuck #logo img {
  max-height: 48px !important;
}


/* Mobile menu */
.mobile-sidebar {
  position: fixed;
  inset: 0;
  z-index: 2000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.mobile-sidebar.is-open {
  pointer-events: auto;
  opacity: 1;
}

.mobile-sidebar-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.sidebar-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: min(300px, 88vw);
  height: 100%;
  background: var(--white);
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  padding: 20px 16px 40px;
}

.mobile-sidebar.is-open .sidebar-menu {
  transform: translateX(0);
}

.nav-sidebar {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-sidebar .menu-item a {
  display: block;
  padding: 12px 8px;
  border-bottom: 1px solid #eee;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

/* Main content */
#main {
  flex: 1;
  background-color: transparent;
}

.page-wrapper {
  padding: 30px 0 50px;
  background-color: transparent;
}

.col-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 15px;
}

.col-inner > h1:first-child {
  color: #fff;
  text-align: center;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  margin-top: 0.4em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55), 0 0 24px rgba(183, 28, 28, 0.35);
}

.cta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 18px 0 24px;
}

.cta-row .col-inner {
  padding: 10px 0 0;
  text-align: center;
}

.content-image {
  margin: 1.5em auto;
  display: block;
}

.download-banner {
  margin-top: 175px;
}

.download-banner img {
  display: block;
  max-width: 100%;
  height: auto;
}

.download-cta-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  margin: 3.75em 0 2em;
}

a.button.download-cta-btn {
  font-size: 1.12rem;
  padding: 1.05em 2.1em;
  min-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-up {
  margin-top: 0.2em;
}

.row.row-download {
  margin-bottom: 8px;
}

/* Two column layouts */
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 24px;
}

.col {
  padding: 0 10px;
  margin-bottom: 20px;
}

.col.medium-6,
.col.large-6 {
  width: 50%;
}

.col.medium-8,
.col.large-8 {
  width: 66.666%;
}

.col.medium-4,
.col.large-4 {
  width: 33.333%;
}

.col.medium-3,
.col.large-3 {
  width: 25%;
}

.col.medium-2,
.col.large-2 {
  width: 16.666%;
}

.col.small-12 {
  width: 100%;
}

@media (min-width: 850px) {
  .col.medium-6.large-6 { width: 50%; }
  .col.medium-8.large-8 { width: 66.666%; }
  .col.medium-4.large-4 { width: 33.333%; }
  .col.medium-3.large-3 { width: 25%; }
  .col.medium-2.large-2 { width: 16.666%; }
}

/* Team */
.team-section {
  padding: 30px 0;
}

.team-section h2 {
  text-align: center;
}

.box {
  text-align: center;
}

.box-image img {
  border-radius: 4px;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.box-text {
  padding-top: 10px;
}

.box-text h4 {
  margin: 0.4em 0 0.2em;
  font-size: 0.95rem;
}

.box-text p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

/* Table */
.animated-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0 2em;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(245, 215, 110, 0.25);
}

.animated-table caption {
  caption-side: top;
  text-align: left;
  font-size: 1.15rem;
  margin-bottom: 0.6em;
  color: #fff;
}

.animated-table th,
.animated-table td {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px 14px;
  text-align: left;
  color: #f2f2f2;
  background: transparent;
}

.animated-table thead th {
  background: linear-gradient(90deg, #000 0%, #7a0000 70%, #b71c1c 100%);
  color: var(--white);
  border-color: rgba(245, 215, 110, 0.3);
}

.animated-table tbody tr:nth-child(even) {
  background: rgba(183, 28, 28, 0.18);
}

.animated-table tbody tr:hover {
  background: rgba(183, 28, 28, 0.32);
}

/* FAQ Panel — hitam, merah, putih + emas berkilauan */
.faq-panel {
  --faq-gold: #f5d76e;
  --faq-gold-bright: #ffe9a0;
  --faq-gold-deep: #c9a227;
  position: relative;
  margin: 2.5em 0 2.5em;
  padding: 2rem 1.25rem 1.75rem;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 55% 80% at 0% 50%, rgba(40, 90, 200, 0.28) 0%, transparent 60%),
    radial-gradient(ellipse 55% 80% at 100% 50%, rgba(183, 28, 28, 0.4) 0%, transparent 60%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.03) 0px,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px,
      transparent 4px
    ),
    linear-gradient(180deg, rgba(5, 5, 12, 0.55) 0%, rgba(18, 0, 10, 0.5) 50%, rgba(5, 5, 12, 0.6) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 1px rgba(183, 28, 28, 0.35),
    0 12px 40px rgba(0, 0, 0, 0.45),
    inset 0 0 60px rgba(183, 28, 28, 0.08);
}

.faq-panel::before,
.faq-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.faq-panel::before {
  background-image:
    radial-gradient(circle, #ff6b6b 0 1.5px, transparent 2px),
    radial-gradient(circle, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle, var(--faq-gold) 0 1.5px, transparent 2px),
    radial-gradient(circle, #ff8a80 0 1px, transparent 1.5px),
    radial-gradient(circle, #fff 0 1.2px, transparent 1.8px),
    radial-gradient(circle, var(--faq-gold-bright) 0 1px, transparent 1.5px);
  background-size: 180px 140px, 220px 160px, 160px 120px, 200px 150px, 240px 180px, 170px 130px;
  background-position: 8% 12%, 78% 18%, 22% 72%, 88% 65%, 45% 40%, 60% 88%;
  opacity: 0.55;
  animation: faq-sparkle 6s ease-in-out infinite alternate;
}

.faq-panel::after {
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(245, 215, 110, 0.06) 48%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(245, 215, 110, 0.06) 52%,
    transparent 60%
  );
  background-size: 220% 100%;
  animation: faq-sheen 5s linear infinite;
}

@keyframes faq-sparkle {
  0% { opacity: 0.4; }
  100% { opacity: 0.7; }
}

@keyframes faq-sheen {
  0% { background-position: 120% 0; }
  100% { background-position: -120% 0; }
}

@keyframes faq-gold-shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

.faq-panel-title {
  position: relative;
  z-index: 1;
  margin: 0 0 1.35rem;
  text-align: center;
  font-family: Orbitron, Lato, sans-serif;
  font-size: clamp(1.15rem, 3.5vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(
    90deg,
    var(--faq-gold-deep) 0%,
    var(--faq-gold-bright) 25%,
    #fff 45%,
    var(--faq-gold) 60%,
    var(--faq-gold-deep) 80%,
    var(--faq-gold-bright) 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: faq-gold-shimmer 3.5s linear infinite;
  filter: drop-shadow(0 0 8px rgba(245, 215, 110, 0.55)) drop-shadow(0 0 18px rgba(183, 28, 28, 0.35));
}

.faq-accordion.accordion {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 0;
  margin: 0;
  background: transparent;
  overflow: visible;
}

.faq-accordion .accordion-item {
  border: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.55);
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.faq-accordion .accordion-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.35),
    var(--faq-gold) 25%,
    #b71c1c 50%,
    var(--faq-gold-bright) 75%,
    rgba(255, 255, 255, 0.25)
  );
  background-size: 220% 220%;
  animation: faq-gold-shimmer 4s linear infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.75;
  z-index: 2;
}

.faq-accordion .accordion-item:hover::before,
.faq-accordion .accordion-item.is-open::before {
  opacity: 1;
  box-shadow: 0 0 16px rgba(245, 215, 110, 0.25);
}

.faq-accordion .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  background: transparent;
  color: #fff !important;
  font-weight: 800;
  font-size: clamp(1.12rem, 2.8vw, 1.3rem);
  cursor: pointer;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  transition: color 0.2s ease, background 0.2s ease;
}

.faq-accordion .accordion-title:hover {
  color: var(--faq-gold-bright) !important;
  background: rgba(183, 28, 28, 0.15);
}

.faq-accordion .faq-q {
  flex: 1;
  text-align: left;
  line-height: 1.4;
}

.faq-accordion .faq-plus {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: var(--faq-gold);
  text-shadow: 0 0 8px rgba(245, 215, 110, 0.7);
  transition: transform 0.25s ease, color 0.2s ease;
}

.faq-accordion .accordion-inner {
  display: none;
  padding: 0 20px 18px;
  background: rgba(255, 255, 255, 0.04);
  color: #f0f0f0;
  font-size: 1.05rem;
  line-height: 1.65;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(245, 215, 110, 0.2);
}

.faq-accordion .accordion-inner p {
  margin: 12px 0 0;
  color: #e8e8e8;
}

.faq-accordion .accordion-item.is-open .accordion-inner {
  display: block;
}

.faq-accordion .accordion-item.is-open .accordion-title {
  color: #fff !important;
  background: rgba(183, 28, 28, 0.22);
}

.faq-accordion .accordion-item.is-open .faq-plus {
  transform: rotate(45deg);
  color: var(--faq-gold-bright);
}

@media (max-width: 549px) {
  .faq-panel {
    padding: 1.5rem 0.85rem 1.25rem;
    border-radius: 12px;
  }

  .faq-accordion .accordion-title {
    padding: 14px 14px;
  }

  .faq-accordion .accordion-inner {
    padding: 0 14px 14px;
  }
}

/* Penilaian Produk — sama warna & gaya panel FAQ */
.reviews-panel {
  --faq-gold: #f5d76e;
  --faq-gold-bright: #ffe9a0;
  --faq-gold-deep: #c9a227;
  position: relative;
  margin: 2.5em 0 2.5em;
  padding: 2rem 1.25rem 1.75rem;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 55% 80% at 0% 50%, rgba(40, 90, 200, 0.28) 0%, transparent 60%),
    radial-gradient(ellipse 55% 80% at 100% 50%, rgba(183, 28, 28, 0.4) 0%, transparent 60%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.03) 0px,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px,
      transparent 4px
    ),
    linear-gradient(180deg, rgba(5, 5, 12, 0.55) 0%, rgba(18, 0, 10, 0.5) 50%, rgba(5, 5, 12, 0.6) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 1px rgba(183, 28, 28, 0.35),
    0 12px 40px rgba(0, 0, 0, 0.45),
    inset 0 0 60px rgba(183, 28, 28, 0.08);
}

.reviews-panel::before,
.reviews-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.reviews-panel::before {
  background-image:
    radial-gradient(circle, #ff6b6b 0 1.5px, transparent 2px),
    radial-gradient(circle, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle, var(--faq-gold) 0 1.5px, transparent 2px),
    radial-gradient(circle, #ff8a80 0 1px, transparent 1.5px),
    radial-gradient(circle, #fff 0 1.2px, transparent 1.8px),
    radial-gradient(circle, var(--faq-gold-bright) 0 1px, transparent 1.5px);
  background-size: 180px 140px, 220px 160px, 160px 120px, 200px 150px, 240px 180px, 170px 130px;
  background-position: 8% 12%, 78% 18%, 22% 72%, 88% 65%, 45% 40%, 60% 88%;
  opacity: 0.55;
  animation: faq-sparkle 6s ease-in-out infinite alternate;
}

.reviews-panel::after {
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(245, 215, 110, 0.06) 48%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(245, 215, 110, 0.06) 52%,
    transparent 60%
  );
  background-size: 220% 100%;
  animation: faq-sheen 5s linear infinite;
}

.reviews-panel-title {
  position: relative;
  z-index: 1;
  margin: 0 0 1.35rem;
  text-align: center;
  font-family: Orbitron, Lato, sans-serif;
  font-size: clamp(1.15rem, 3.5vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(
    90deg,
    var(--faq-gold-deep) 0%,
    var(--faq-gold-bright) 25%,
    #fff 45%,
    var(--faq-gold) 60%,
    var(--faq-gold-deep) 80%,
    var(--faq-gold-bright) 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: faq-gold-shimmer 3.5s linear infinite;
  filter: drop-shadow(0 0 8px rgba(245, 215, 110, 0.55)) drop-shadow(0 0 18px rgba(183, 28, 28, 0.35));
}

.reviews-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}

.review-item {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.55);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  padding: 18px 20px;
  transition: background 0.2s ease;
}

.review-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.35),
    var(--faq-gold) 25%,
    #b71c1c 50%,
    var(--faq-gold-bright) 75%,
    rgba(255, 255, 255, 0.25)
  );
  background-size: 220% 220%;
  animation: faq-gold-shimmer 4s linear infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.75;
  z-index: 2;
}

.review-item:hover {
  background: rgba(183, 28, 28, 0.15);
}

.review-item:hover::before {
  opacity: 1;
  box-shadow: 0 0 16px rgba(245, 215, 110, 0.25);
}

.review-stars {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 2px;
  margin-bottom: 8px;
  color: var(--faq-gold);
  font-size: 1.15rem;
  letter-spacing: 1px;
  text-shadow: 0 0 8px rgba(245, 215, 110, 0.7);
  line-height: 1;
}

.review-user {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.05rem, 2.5vw, 1.2rem);
  font-weight: 800;
  line-height: 1.3;
}

.review-item:hover .review-user {
  color: var(--faq-gold-bright);
}

.review-text {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(245, 215, 110, 0.2);
  color: #e8e8e8;
  font-size: 1.05rem;
  line-height: 1.65;
}

@media (max-width: 549px) {
  .reviews-panel {
    padding: 1.5rem 0.85rem 1.25rem;
    border-radius: 12px;
  }

  .review-item {
    padding: 14px;
  }
}

/* Video */
.video-wrap {
  text-align: center;
  margin: 1.5em 0;
}

.video-wrap iframe {
  max-width: 100%;
  width: 560px;
  height: 315px;
  border: 0;
}

/* Testimonials */
.testimonial-box {
  margin: 1em 0 1.5em;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}

.star-rating {
  color: #fcb900;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.star-rating::before {
  content: "★★★★★";
}

.testimonial-text {
  font-style: italic;
  color: #444;
}

.testimonial-text h3 {
  font-style: normal;
  margin: 0 0 0.4em;
  font-size: 1.05rem;
}

/* Products */
.product-price del {
  color: #999;
  margin-left: 4px;
}

/* Footer — menyatu dengan background utama */
.footer-wrapper {
  margin-top: auto;
  position: relative;
  z-index: 1;
  background: transparent;
}

.footer-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 36px 0 28px;
  background: transparent;
  color: var(--white);
  border-top: 0;
}

.footer-section::before,
.footer-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

/* Partikel emas / sparkle ala banner */
.footer-section::before {
  background-image:
    radial-gradient(1.5px 1.5px at 6% 14%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 14% 42%, var(--banner-gold) 99%, transparent 100%),
    radial-gradient(2px 2px at 22% 68%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 30% 24%, var(--banner-gold-bright) 99%, transparent 100%),
    radial-gradient(1.5px 1.5px at 38% 56%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 46% 18%, var(--banner-gold) 99%, transparent 100%),
    radial-gradient(2px 2px at 54% 72%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 62% 36%, var(--banner-gold-bright) 99%, transparent 100%),
    radial-gradient(1.5px 1.5px at 70% 82%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 78% 28%, var(--banner-gold) 99%, transparent 100%),
    radial-gradient(2px 2px at 86% 60%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 94% 44%, var(--banner-gold-bright) 99%, transparent 100%),
    radial-gradient(1px 1px at 10% 88%, #fff 99%, transparent 100%),
    radial-gradient(1px 1px at 50% 8%, var(--banner-gold) 99%, transparent 100%),
    radial-gradient(1px 1px at 88% 92%, #fff 99%, transparent 100%);
  background-repeat: repeat;
  background-size: 340px 260px;
  opacity: 0.55;
  animation: star-blink-c 2.6s ease-in-out infinite;
  animation-delay: -0.5s;
}

/* Kilau emas lembut */
.footer-section::after {
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(245, 215, 110, 0.05) 45%,
    rgba(255, 255, 255, 0.06) 50%,
    rgba(245, 215, 110, 0.05) 55%,
    transparent 65%
  );
  background-size: 220% 100%;
  animation: faq-sheen 6s linear infinite;
  opacity: 0.5;
}

.footer-table {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 24px;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 15px;
  align-items: stretch;
}

.footer-cell {
  min-width: 0;
}

.footer-cell-info,
.footer-cell-unduh,
.footer-cell-markas {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.footer-cell-unduh,
.footer-cell-markas {
  position: relative;
  min-height: 100%;
}

.footer-cell-unduh > .footer-heading,
.footer-cell-markas > .footer-heading {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}

.footer-heading {
  margin: 0 0 12px !important;
  padding-top: 0;
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-left: 3px solid #b71c1c;
  padding-left: 10px;
}

.footer-about {
  margin: 0 0 18px;
  color: #f5f5f5;
  font-size: 0.95rem;
  line-height: 1.65;
}

.footer-about a,
.footer-about strong {
  font-weight: 800;
  background: linear-gradient(
    90deg,
    #ff1a1a 0%,
    #b71c1c 15%,
    #ffd54f 40%,
    #ffe9a0 55%,
    #e53935 80%,
    #c9a227 100%
  );
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  animation: gold-red-shimmer 2.6s linear infinite;
  filter: drop-shadow(0 0 5px rgba(245, 215, 110, 0.45));
}

.footer-about a:hover {
  filter: drop-shadow(0 0 8px rgba(245, 215, 110, 0.75));
}

.footer-logo {
  margin-top: -10px;
  margin-bottom: 14px;
}

.footer-logo a {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
  max-width: 220px;
  vertical-align: top;
}

.footer-logo img {
  max-width: 220px;
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.mobile-logo-shine {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
  max-width: 180px;
  margin-bottom: 16px;
}

.mobile-logo-shine img {
  max-width: 100%;
  height: auto;
  display: block;
}

.footer-links,
.footer-contact {
  list-style: disc;
  margin: 0 0 22px;
  padding-left: 1.2em;
  color: var(--white);
}

.footer-links li,
.footer-contact li {
  margin-bottom: 0.4em;
}

.footer-links a,
.footer-contact a {
  color: var(--white);
  text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #ff6b6b;
}

.footer-contact {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-contact-icon {
  display: inline-block;
  min-width: 1.4em;
  color: #ff6b6b;
}

.footer-contact-icon-tg {
  line-height: 0;
  vertical-align: -2px;
}

.footer-contact-icon-tg svg {
  display: inline-block;
  vertical-align: middle;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
}

.social-icons .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff !important;
  background: #b71c1c;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: transform 0.15s ease, background 0.15s ease;
}

.social-icons .icon:hover {
  transform: translateY(-2px);
  background: #000;
  border-color: #ff6b6b;
}

.social-icons .icon-fb,
.social-icons .icon-ig,
.social-icons .icon-tt,
.social-icons .icon-tw,
.social-icons .icon-pin,
.social-icons .icon-yt {
  background: #b71c1c;
}

.footer-banner-link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 42px;
  bottom: 0;
  width: auto;
  height: auto;
  min-height: 0;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 6px;
  overflow: hidden;
  line-height: 0;
}

.footer-banner-link img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.footer-download-btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 18px;
  border-radius: 999px;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #0a0a0a !important;
  border: 2px solid rgba(255, 255, 255, 0.85);
  background: linear-gradient(180deg, #ff3b3b 0%, #e53935 28%, #b71c1c 62%, #6b0000 100%);
  box-shadow:
    0 0 0 1px rgba(245, 215, 110, 0.35),
    0 6px 18px rgba(0, 0, 0, 0.45),
    inset 0 2px 0 rgba(255, 255, 255, 0.35),
    inset 0 -3px 8px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
}

.footer-download-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 45%;
  height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-20deg);
  pointer-events: none;
}

.footer-download-btn:hover {
  color: #000 !important;
  filter: brightness(1.08);
  transform: translateY(-2px);
  border-color: var(--banner-gold-bright);
  box-shadow:
    0 0 0 1px rgba(245, 215, 110, 0.55),
    0 8px 22px rgba(183, 28, 28, 0.45),
    inset 0 2px 0 rgba(255, 255, 255, 0.4),
    inset 0 -3px 8px rgba(0, 0, 0, 0.35);
}

.footer-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 42px;
  bottom: 0;
  width: auto;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: 6px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 6px;
}

.absolute-footer {
  position: relative;
  z-index: 1;
  background: transparent;
  border-top: 0;
  padding: 18px 0 24px;
  text-align: center;
}

.copyright-footer {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.copyright-footer a {
  font-weight: 800;
  background: linear-gradient(
    90deg,
    #ff1a1a 0%,
    #ffd54f 35%,
    #ffe9a0 50%,
    #e53935 75%,
    #c9a227 100%
  );
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  animation: gold-red-shimmer 2.6s linear infinite;
  filter: drop-shadow(0 0 5px rgba(245, 215, 110, 0.45));
}

.copyright-footer a:hover {
  filter: drop-shadow(0 0 8px rgba(245, 215, 110, 0.8));
}

@media (max-width: 849px) {
  .footer-table {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .footer-cell-unduh,
  .footer-cell-markas {
    position: static;
    min-height: 0;
  }

  .footer-cell-unduh .footer-banner-link,
  .footer-cell-markas .footer-map {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .footer-heading,
  .social-icons {
    text-align: left;
    justify-content: flex-start;
  }

  .absolute-footer {
    text-align: center;
  }
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  background: var(--white);
  color: var(--primary-color) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 50;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

/* Sticky shrink */
#header.is-stuck .header-main {
  height: var(--header-height-sticky) !important;
}

#header.is-stuck #logo img {
  max-height: 48px !important;
}

/* Responsive */
@media (max-width: 849px) {
  #wrapper {
    background-attachment: scroll;
  }

  #wrapper::before {
    animation: star-blink-a 3.5s ease-in-out infinite;
  }

  .starfield .stars-a {
    animation: star-blink-a 2.8s ease-in-out infinite;
  }

  .starfield .stars-b {
    animation: star-blink-b 3.2s ease-in-out infinite;
  }

  .starfield .stars-c {
    animation: star-blink-c 2.4s ease-in-out infinite;
  }

  #wrapper::after,
  #header::after,
  .footer-section::after {
    animation: none;
    opacity: 0.35;
  }

  #wrapper::before,
  #wrapper::after {
    position: absolute;
  }

  .starfield {
    position: absolute;
  }

  .hide-for-medium {
    display: none !important;
  }

  .show-for-medium {
    display: inline-flex !important;
  }

  .header-main {
    height: 64px;
  }

  .header-inner {
    position: relative;
    justify-content: flex-start;
  }

  #logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 200px;
    text-align: center;
  }

  #logo img {
    max-height: 48px !important;
    margin: 0 auto;
  }

  .mobile-nav-toggle {
    display: inline-flex;
    z-index: 2;
  }

  .topbar-text {
    font-size: 11px;
  }

  .cta-row {
    grid-template-columns: 1fr;
  }

  .col.medium-6,
  .col.large-6,
  .col.medium-8,
  .col.large-8,
  .col.medium-4,
  .col.large-4,
  .col.medium-3,
  .col.large-3,
  .col.medium-2,
  .col.large-2 {
    width: 100%;
  }

  .team-grid .col.medium-2 {
    width: 50%;
  }
}

@media (max-width: 549px) {
  .team-grid .col.medium-2 {
    width: 50%;
  }

  .animated-table th,
  .animated-table td {
    font-size: 14px;
    padding: 10px;
  }
}

/* —— Privacy Policy page —— */
.privacy-page {
  padding-top: 40px;
  padding-bottom: 60px;
}

.privacy-title {
  text-align: center;
  color: #fff;
  margin: 0 0 1.25em;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55), 0 0 24px rgba(183, 28, 28, 0.35);
}

.privacy-content {
  max-width: 900px;
  margin: 0 auto;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.7;
}

.privacy-content p {
  margin: 0 0 1.15em;
}

.privacy-content h2 {
  font-size: 1.55rem;
  color: #fff;
  margin: 1.75em 0 0.75em;
  font-weight: 700;
}

.privacy-content h3 {
  font-size: 1.2rem;
  color: #f0f0f0;
  margin: 1.4em 0 0.55em;
  font-weight: 700;
}

.privacy-content h4 {
  font-size: 1.05rem;
  color: #e8e8e8;
  margin: 1.2em 0 0.45em;
  font-weight: 700;
}

.privacy-content ul {
  margin: 0 0 1.25em;
  padding-left: 1.5em;
  list-style: disc;
}

.privacy-content li {
  margin-bottom: 0.65em;
  color: var(--muted);
}

.privacy-content a {
  color: var(--secondary-color);
  text-decoration: underline;
}

.privacy-content a:hover {
  color: #ff8a80;
}

/* —— Contact page —— */
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 1.5em 0 2em;
}

.contact-info-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(183, 28, 28, 0.35);
  border-radius: 12px;
  padding: 22px 18px;
}

.contact-info-icon {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: var(--secondary-color);
}

.contact-info-card h3 {
  margin: 0 0 0.5em;
  color: #fff;
  font-size: 1.15rem;
}

.contact-info-card p {
  margin: 0 0 0.6em;
}

.contact-note {
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-social {
  margin: 1em 0 2em;
}

.contact-form {
  max-width: 720px;
  margin: 1.5em 0 2.5em;
  display: grid;
  gap: 16px;
}

.contact-form-row {
  display: grid;
  gap: 8px;
}

.contact-form-row label {
  color: #fff;
  font-weight: 700;
}

.contact-form-row input,
.contact-form-row textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  color: var(--text-color);
  padding: 12px 14px;
  font: inherit;
}

.contact-form-row input:focus,
.contact-form-row textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(183, 28, 28, 0.25);
}

.contact-form-actions {
  margin-top: 6px;
}

.contact-map {
  margin: 1em 0 2em;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(183, 28, 28, 0.35);
}

.contact-map iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}

/* —— Review cards (unduh) —— */
.review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 1.25em 0 2em;
}

.review-card {
  margin: 0;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(183, 28, 28, 0.3);
  border-radius: 12px;
  padding: 18px 16px;
}

.review-card p {
  margin: 0 0 0.75em;
  color: var(--text-color);
  font-style: italic;
}

.review-card cite {
  color: var(--muted);
  font-style: normal;
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  .contact-info-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }
}
