/* LGM ID Landing - CSS */

:root{
  --bg:#07070a;
  --panel: rgba(255,255,255,.06);
  --panel2: rgba(255,255,255,.085);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.68);
  --red:#ff2d2d;
  --yellow:#ffd11a;
  --shadow: 0 24px 70px rgba(0,0,0,.55);
  --shadow2: 0 10px 30px rgba(0,0,0,.45);
  --radius: 18px;
}

/* Accessibility: visible focus for keyboard users */
:focus{outline:none}
:focus-visible{outline:3px solid rgba(255,209,26,.9);outline-offset:4px;border-radius:8px}

.nav-tab:focus-visible, .btn:focus-visible, .link-btn:focus-visible, .cta:focus-visible, .contact-row:focus-visible{outline:3px solid rgba(255,209,26,.12);outline-offset:4px}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color:var(--text);
  /* Pastikan background utama tidak terlihat “terpotong” saat scroll */
  min-height:100vh;
  background:
    radial-gradient(1200px 600px at 15% -10%, rgba(255,45,45,.35), transparent 55%),
    radial-gradient(900px 500px at 90% 0%, rgba(255,209,26,.22), transparent 60%),
    radial-gradient(800px 500px at 50% 110%, rgba(255,45,45,.18), transparent 55%),
    linear-gradient(180deg, #050508 0%, #07070a 60%, #060608 100%);
  background-repeat:no-repeat;
  background-attachment: fixed;
  overflow-x:hidden;
}

body.light-theme{
  --bg: #f6f7f8;
  --panel: rgba(255,255,255,.98);
  --panel2: rgba(248,249,250,.98);
  --text: #111;
  --muted: rgba(51,51,51,.72);
  --muted-strong: rgba(34,34,34,.85);
  --red: #c93b3b;
  --yellow: #ffbf3b;
  --shadow: 0 18px 40px rgba(0,0,0,.08);
  --shadow2: 0 10px 30px rgba(0,0,0,.06);
  background:
    radial-gradient(circle at top left, rgba(255,234,179,.18), transparent 24%),
    radial-gradient(circle at top right, rgba(255,255,255,.65), transparent 25%),
    linear-gradient(180deg, #f6f7f8 0%, #eef0f3 100%);
  color: var(--text);
}

body.light-theme .grid-bg{
  opacity: 0;
}

body.light-theme .nav{
  background: rgba(255,255,255,.95);
  border-color: rgba(0,0,0,.08);
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

body.light-theme .theme-toggle{
  background: rgba(0,0,0,.06);
  border-color: rgba(0,0,0,.12);
  color: #111;
}

body.light-theme .hamburger span{
  background: #111;
}

body.light-theme .nav-tab,
body.light-theme .nav-links a,
body.light-theme .filter-btn,
body.light-theme .link-btn,
body.light-theme .btn,
body.light-theme .kicker,
body.light-theme .search-bar,
body.light-theme .faq-question,
body.light-theme .faq-answer,
body.light-theme .about-card,
body.light-theme .contact-row,
body.light-theme .stat,
body.light-theme .product,
body.light-theme .faq-item,
body.light-theme .badge,
body.light-theme .chip,
body.light-theme .card,
body.light-theme .cta{
  background: rgba(255,255,255,.96);
  border-color: rgba(0,0,0,.08);
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
  color: var(--text);
}

body.light-theme .card{
  background: var(--panel);
}

body.light-theme .product{
  background: var(--panel2);
}

body.light-theme .search-bar{
  background: rgba(255,255,255,.95);
  border-color: rgba(0,0,0,.1);
  color: var(--text);
}

body.light-theme .about-card,
body.light-theme .contact-row,
body.light-theme .stat,
body.light-theme .faq-item,
body.light-theme .faq-question,
body.light-theme .faq-answer,
body.light-theme .badge,
body.light-theme .chip,
body.light-theme .link-btn,
body.light-theme .btn,
body.light-theme .kicker,
body.light-theme .cta{
  color: var(--text);
}

body.light-theme .nav-tab{
  background: rgba(0,0,0,.04);
  border-color: rgba(0,0,0,.12);
  color: rgba(0,0,0,.85);
}

body.light-theme .nav-tab:hover,
body.light-theme .filter-btn:hover,
body.light-theme .link-btn:hover,
body.light-theme .btn:hover,
body.light-theme .faq-question:hover{
  background: rgba(0,0,0,.08);
}

body.light-theme .nav-tab.is-active,
body.light-theme .filter-btn.active,
body.light-theme .link-btn.primary{
  background: linear-gradient(135deg, var(--yellow), #ffea66);
  color: #120707;
  border-color: rgba(0,0,0,.18);
}

body.light-theme .nav-menu,
body.light-theme .nav-inner,
body.light-theme .brand-link,
body.light-theme .section-title h2,
body.light-theme .section-title p,
body.light-theme .hero-left,
body.light-theme .about-card,
body.light-theme .faq-question,
body.light-theme .faq-answer,
body.light-theme .contact-row,
body.light-theme .stat,
body.light-theme .search-bar,
body.light-theme .filter-btn,
body.light-theme .product,
body.light-theme .faq-item,
body.light-theme .badge,
body.light-theme .chip,
body.light-theme .link-btn,
body.light-theme .footer-note,
body.light-theme .brand small,
body.light-theme .brand b{
  color: var(--text);
}

body.light-theme .search-bar,
body.light-theme .product,
body.light-theme .about-card,
body.light-theme .contact-row,
body.light-theme .stat,
body.light-theme .faq-item,
body.light-theme .card,
body.light-theme .kicker,
body.light-theme .btn,
body.light-theme .cta,
body.light-theme .filter-btn,
body.light-theme .badge,
body.light-theme .chip,
body.light-theme .link-btn{
  transition: background .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease;
}

body.light-theme .product::after{
  border-color: rgba(0,0,0,.08);
}

body.light-theme .card::before{
  background: rgba(255,255,255,.96);
}

body.light-theme .logo{
  border-color: rgba(0,0,0,.12);
}

/* Brand accents for light theme: ensure red / yellow / black are visible */
body.light-theme{
  --brand-dark: #120707;
}

body.light-theme .brand b{
  color: var(--red);
}

body.light-theme .link-btn.primary,
body.light-theme .btn.primary,
body.light-theme .cta{
  background: linear-gradient(135deg, var(--red), var(--yellow));
  color: var(--brand-dark);
  border-color: rgba(0,0,0,.18);
  box-shadow: 0 14px 36px rgba(0,0,0,.06);
}

body.light-theme .badge,
body.light-theme .chip{
  background: var(--red);
  color: #fff;
  border-color: rgba(0,0,0,.08);
}

body.light-theme .theme-toggle{
  border-color: rgba(201,59,59,.12);
}


@media (prefers-reduced-motion: no-preference){
  html{scroll-behavior:smooth}
}

.grid-bg{
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(to right, rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity:.06;
  mask-image: radial-gradient(60% 45% at 50% 20%, black 35%, transparent 75%);
}

.nav{
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter: blur(12px);
  background: rgba(7,7,10,.45);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-inner{
  max-width:1100px;
  margin:0 auto;
  padding: 14px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.nav-tabs{
  max-width:1100px;
  margin:0 auto;
  padding: 0 18px 14px;
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items:end;
  gap: 10px;
}

.nav-tab{
  text-decoration:none;
  font-weight: 950;
  color: rgba(255,255,255,.78);
  font-size: 13.5px;
  padding: 9px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
  display:flex;
  justify-content:center;
  align-items:center;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
  white-space: nowrap;
}

.nav-tab:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.20);
  color: var(--text);
}

.nav-tab.is-active{
  color: #120707;
  border-color: rgba(0,0,0,.25);
  background: linear-gradient(135deg, var(--yellow), #ffea66);
  box-shadow: 0 18px 40px rgba(255,209,26,.16);
}

@media (max-width: 560px){
  .nav-tabs{
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 12px;
  }
  .nav-tab{font-size: 12.5px; padding: 8px 10px;}
}


.brand{display:flex; align-items:center; gap:12px; font-weight:900; letter-spacing:.3px}
.brand-link{display:flex; align-items:center; gap:12px; color:inherit; text-decoration:none}
.logo{
  width: 48px;height:48px;
  border-radius:8px;
  background:
    url('./logo.png') center/cover,
    linear-gradient(135deg, rgba(206, 0, 0, 0.219), rgba(199, 146, 0, 0.514));
  border:1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
  transform: translateZ(0);
}
.brand small{display:block; font-size:12px; color:var(--muted); font-weight:800; margin-top:-2px}
.brand b{font-size:16px}
.theme-toggle{
  min-width:68px;
  height:44px;
  padding:0 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: var(--text);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  font-weight:700;
  letter-spacing:.02em;
  cursor:pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.theme-toggle:hover,
.theme-toggle:focus-visible{
  transform: translateY(-1px);
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.22);
}

.nav-links{display:flex; gap:16px; align-items:center; flex-wrap:wrap; justify-content:flex-end}
.nav-links a{
  text-decoration:none;
  color:var(--muted);
  font-weight:750;
  font-size:14px;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.nav-links a:hover{
  color:var(--text);
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.12);
  transform: translateY(-1px);
}

.cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:#100909;
  font-weight:950;
  padding: 10px 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--yellow), #ffea66);
  box-shadow: 0 18px 40px rgba(255,209,26,.18);
  border:1px solid rgba(0,0,0,.25);
  white-space:nowrap;
  transition: transform .25s ease, filter .25s ease;
}
.cta:hover{transform: translateY(-2px) scale(1.01); filter:saturate(1.1)}
.cta .dot{width:10px;height:10px;border-radius:50%; background:rgba(0,0,0,.35); box-shadow:0 0 0 6px rgba(0,0,0,.12)}

.container{max-width:1100px;margin:0 auto;padding: 26px 18px 70px}
/* center main content for tidy, balanced pages */
.container{text-align:center}

.hero{
  margin-top: 18px;
  display:grid;
   grid-template-columns: 1fr;
   gap: 26px;
   align-items:stretch;
 }
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  position:relative;
  overflow:hidden;
  transform-style: preserve-3d;
}

.card::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(800px 320px at var(--mx, 50%) var(--my, 10%), rgba(255,209,26,.22), transparent 55%),
    radial-gradient(700px 260px at calc(var(--mx, 50%) + 12%) calc(var(--my, 10%) + 12%), rgba(255,45,45,.20), transparent 55%);
  opacity:.9;
  transform: translateZ(-1px);
  pointer-events:none;
}

.hero-left{padding: 22px 20px; min-height: 420px}

/* Center-align hero content for tidy, balanced layout */
.hero{align-items:center}
.hero-left{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}
.hero-left .kicker{justify-content:center}
.hero-actions{justify-content:center}
.section-title{justify-content:center}

/* Ensure wheel details stand out */
.kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  font-weight:850;
  font-size: 12.5px;
  letter-spacing: .2px;
}
.kicker i{width:10px;height:10px;border-radius:50%; background: linear-gradient(135deg, var(--red), var(--yellow)); box-shadow:0 0 0 6px rgba(255,45,45,.12)}

h1{margin: 14px 0 10px; font-size: clamp(28px, 4.2vw, 44px); line-height:1.02; letter-spacing:-.6px}
.grad-text{
  background: linear-gradient(135deg, var(--yellow), #fff3a0 35%, var(--red) 85%);
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}
.sub{margin:0 0 16px; color:var(--muted); font-weight:700; max-width:55ch; line-height:1.55}

.hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top: 16px}
.btn,
.link-btn,
.cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: var(--text);
  transition: transform .25s ease, background .25s ease, border-color .25s ease, filter .25s ease;
  user-select:none;
}

.btn:hover,
.link-btn:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.22);
}

.btn .pill{
  width:10px;
  height:10px;
  border-radius:50%;
  background: rgba(255,255,255,.2);
  box-shadow:0 0 0 6px rgba(255,255,255,.07);
}

.btn.primary,
.link-btn.primary,
.cta{
  background: linear-gradient(135deg, var(--red), var(--yellow));
  color: var(--brand-dark, #120707);
  border-color: rgba(0,0,0,.18);
  box-shadow: 0 18px 40px rgba(255,209,26,.16);
  background-size: 220% 220%;
  background-position: 0% 50%;
}

.btn.secondary,
.link-btn.secondary{
  background: rgba(255,255,255,.16);
  color: var(--text);
  border-color: rgba(255,255,255,.18);
}

.btn.outline,
.link-btn.outline{
  background: transparent;
  color: var(--text);
  border-color: rgba(255,255,255,.25);
}

.btn.primary:hover,
.link-btn.primary:hover,
.cta:hover{
  transform: translateY(-2px) scale(1.01);
  background-position: 100% 50%;
}

.btn.primary:active,
.link-btn.primary:active,
.cta:active{
  transform: translateY(0) scale(0.98);
}

.btn.secondary:hover,
.link-btn.secondary:hover,
.btn.outline:hover,
.link-btn.outline:hover{
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.28);
}

.showcase{height:100%; display:flex; flex-direction:column; justify-content:center; gap:18px}
.mini{display:grid; grid-template-columns: 1fr 1fr; gap: 12px}
.stat{padding: 14px; border-radius: 16px; background: rgba(0,0,0,.18); border:1px solid rgba(255,255,255,.12); transform-style: preserve-3d}
.stat b{display:block; font-size:18px}
.stat span{display:block; margin-top:6px; color:var(--muted); font-weight:700; font-size:12.8px}


.show-badges{position:relative; display:flex; gap:10px; flex-wrap:wrap; transform: translateZ(24px); justify-content:center}
.badge{padding:10px 12px; border-radius:999px; background: rgba(0,0,0,.20); border:1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.85); font-weight: 950; font-size: 12.3px}
.badge.red{box-shadow:0 0 0 6px rgba(255,45,45,.10)}
.badge.yellow{box-shadow:0 0 0 6px rgba(255,209,26,.10)}

.section{margin-top: 18px; padding-top: 28px}
.section-title{display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; margin-bottom: 14px; text-align:center}
.section-title h2{margin:0; font-size:20px; letter-spacing:-.2px}
.section-title p{margin:0; color:var(--muted); font-weight:800; font-size:13.5px}

.about{display:grid; grid-template-columns: 1fr .95fr; gap:18px; align-items:stretch; justify-items:center; text-align:center}
@media (max-width:900px){.about{grid-template-columns:1fr}}
.about-card{padding: 18px; text-align:center}
.about-card h3{margin:0 0 10px; font-size:16px}
.about-card p{margin:0 auto; max-width: 42rem; color:var(--muted); font-weight:700; line-height:1.65}

.contact{padding: 18px; display:flex; flex-direction:column; gap:12px; justify-content:center; align-items:center; text-align:center}
.contact-row{display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:12px; padding: 12px; border-radius: 16px; border:1px solid rgba(255,255,255,.12); background: var(--panel); text-align:center}
.ico{width:38px; height:38px; border-radius: 14px; background: linear-gradient(135deg, rgba(255,209,26,.25), rgba(255,45,45,.18)); border:1px solid rgba(255,255,255,.14); display:flex; align-items:center; justify-content:center; box-shadow: 0 18px 40px rgba(0,0,0,.22); flex:0 0 auto}
.contact-row b{display:block; font-size:13.8px; margin-top:2px}
.contact-row a{color: var(--text); text-decoration:none; font-weight: 950}
.contact-row span{display:block; color:var(--muted); font-weight:800; font-size: 12.6px; margin-top:4px}

.grid{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; justify-items:center}
@media (max-width: 980px){.grid{grid-template-columns: repeat(2, 1fr)}}
@media (max-width: 560px){.grid{grid-template-columns: 1fr}}

.product{
  padding: 14px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap: 10px;
  min-height: 220px;
  transform-style: preserve-3d;
  position:relative;
  transition: transform .25s ease, box-shadow .25s ease;
  background: var(--panel2);
  text-align:center;
}
.product::after{content:""; position:absolute; inset:0; border-radius: calc(var(--radius) - 6px); border:1px solid rgba(255,255,255,.0); transition: border-color .25s ease; pointer-events:none}
.product:hover{transform: translateY(-3px)}
.product:hover::after{border-color: rgba(255,255,255,.18)}

.product .top{display:flex; align-items:center; justify-content:center; gap:10px; flex-wrap:wrap}
.chip{font-size: 12px; font-weight: 950; letter-spacing: .2px; padding: 8px 10px; border-radius: 999px; background: rgba(0,0,0,.22); border:1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.88); box-shadow: 0 0 0 6px rgba(255,209,26,.07); white-space:nowrap}
.product h3{margin:0; font-size:15.5px; line-height:1.25; letter-spacing:-.2px}
.product .desc{color: var(--muted); font-weight:800; font-size: 13.2px; line-height:1.55}
.product .actions{margin-top:auto; display:flex; gap:10px; align-items:center; flex-wrap:wrap}

.link-btn{
  flex:1 1 auto;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  text-decoration:none;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  font-weight: 950;
  color: var(--text);
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
  user-select:none;
}
.link-btn:hover{transform: translateY(-2px); background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.22)}
.link-btn.primary{color:#120707; border-color: rgba(0,0,0,.25); background: linear-gradient(135deg, var(--yellow), #ffea66); box-shadow: 0 18px 40px rgba(255,209,26,.16); background-size: 220% 220%; background-position: 0% 50%;}

.footer-note{margin-top: 26px; color: var(--muted); font-weight:800; font-size: 12.8px; text-align:center}

/* 3D tilt + appear */
.tilt{perspective: 900px}

.anim-appear{opacity: 0; transform: translateY(14px) scale(.98); transition: opacity .6s ease, transform .6s ease}
.anim-appear.is-visible{opacity: 1; transform: translateY(0) scale(1)}

@media (prefers-reduced-motion: reduce){
  .anim-appear{transition:none; transform:none; opacity:1}
  .product:hover{transform:none}
}

/* Ensure focusable cards are noticeable */
.card:focus{box-shadow:0 28px 80px rgba(0,0,0,.6);}

/* Hamburger Menu */
.hamburger{display:none; flex-direction:column; gap:6px; cursor:pointer; padding:8px; border:none; background:transparent; z-index:25}
.hamburger span{width:24px; height:2px; background:var(--text); border-radius:2px; transition:all .3s ease}
.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(12px, 12px)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(10px, -10px)}

.nav-menu{display:contents}
@media (max-width: 640px){
  .hamburger{display:flex}
  .nav-tabs{position:fixed; top:60px; left:0; right:0; flex-direction:column; background:rgba(7,7,10,.95); backdrop-filter:blur(12px); border-bottom:none; max-width:none; grid-template-columns:1fr; gap:0; padding:0; max-height:0; overflow:hidden; transition:max-height .3s ease, background .3s ease}
  .nav-tabs.active{max-height:300px; padding:14px 18px; gap:10px;}
  .nav-tab{justify-content:flex-start}
}

body.light-theme .nav-tabs{
  background: rgba(255,255,255,.98);
  border-bottom:none;
}

body.light-theme .nav-tabs.active{
  background: rgba(255,255,255,.98);
}


/* Stats Section */
.stats-section{margin:26px 0; display:grid; grid-template-columns:repeat(auto-fit, minmax(120px, 1fr)); gap:16px}
.stat-item{padding:16px; border-radius:16px; background:rgba(0,0,0,.18); border:1px solid rgba(255,255,255,.12); text-align:center; transform-style:preserve-3d}
.stat-item .number{display:block; font-size:24px; font-weight:950; color:var(--yellow); margin-bottom:4px}
.stat-item .label{display:block; font-size:12.8px; color:var(--muted); font-weight:800}

/* Search & Filter */
.search-bar{padding:14px; border-radius:14px; border:1px solid rgba(255,255,255,.14); background:rgba(255,255,255,.04); color:var(--text); font-weight:800; width:100%; margin-bottom:14px; transition:border-color .2s ease, background .2s ease}
.search-bar:focus{outline:none; border-color:rgba(255,209,26,.5); background:rgba(255,255,255,.07)}

.filter-buttons{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:14px}
.filter-btn{padding:10px 14px; border-radius:999px; border:1px solid rgba(255,255,255,.14); background:rgba(255,255,255,.04); color:var(--text); font-weight:900; cursor:pointer; transition:all .2s ease; font-size:12.8px}
.filter-btn:hover{border-color:rgba(255,209,26,.5); background:rgba(255,255,255,.07)}
.filter-btn.active{color:#120707; border-color:rgba(0,0,0,.25); background:linear-gradient(135deg, var(--yellow), #ffea66); box-shadow:0 18px 40px rgba(255,209,26,.16)}

.product.hidden{display:none}

/* FAQ Section */
.faq-section{margin-top:26px}
.faq-item{margin-bottom:12px; border:1px solid rgba(255,255,255,.12); border-radius:14px; overflow:hidden; background:rgba(255,255,255,.03); transition:all .2s ease}
.faq-item.open{background:rgba(255,255,255,.06); border-color:rgba(255,209,26,.3)}

.faq-question{padding:16px; cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:12px; user-select:none; transition:background .2s ease; font-weight:900}
.faq-question:hover{background:rgba(255,255,255,.04)}
.faq-question::after{content:"▼"; display:inline-block; transition:transform .3s ease; color:var(--yellow)}
.faq-item.open .faq-question::after{transform:rotate(180deg)}

.faq-answer{padding:0 16px; color:var(--muted); font-weight:800; max-height:0; overflow:hidden; opacity:0; transition:max-height .3s ease, padding .3s ease, opacity .3s ease}
.faq-item.open .faq-answer{max-height:1000px; padding:16px; opacity:1}

