/* Kentrax — dark storefront */
:root {
  --bg: #050505;
  --bg-soft: #0c0c0c;
  --card: rgba(14, 14, 14, 0.88);
  --card-solid: #111111;
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.22);
  --text: #f2f2f2;
  --muted: #9a9a9a;
  --faint: #5e5e5e;
  --accent: #e8e8e8;
  --accent-2: #ffffff;
  --accent-soft: rgba(255, 255, 255, 0.08);
  --green: #7cffb2;
  --discord: #5865f2;
  --radius: 16px;
  --radius-sm: 12px;
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
  --max: 1120px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }

.orb {
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background: var(--bg);
}
.bg-scene {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background: url("banner.jpg") center / cover no-repeat;
  opacity: 0.22;
  filter: grayscale(1) brightness(0.35);
}
.bg-scene::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.65) 0%, rgba(5, 5, 5, 0.88) 50%, rgba(5, 5, 5, 0.96) 100%);
}

.wrap { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }

/* floating nav */
.nav-wrap {
  position: sticky; top: 0; z-index: 50;
  padding: 0.85rem 1rem 0;
}
.nav {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0.65rem 0.55rem 1.1rem;
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.9);
  backdrop-filter: blur(16px);
  border: 1px solid var(--line);
}
.logo {
  display: flex; align-items: center; gap: 0.65rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.01em;
}
.logo img {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  object-fit: cover;
  display: block;
  background: #0a0a0a;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.12);
}
.logo-wide {
  height: 42px;
  width: auto;
  max-width: 160px;
  border-radius: 11px;
  object-fit: cover;
  object-position: center;
}
.links { display: flex; align-items: center; gap: 0.15rem; }
.links a {
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--muted);
  transition: color 0.15s, background 0.15s;
}
.links a:hover, .links a.active { color: var(--text); background: rgba(255,255,255,0.05); }
.links .discord-btn {
  margin-left: 0.35rem;
  padding: 0.5rem 1rem;
  background: var(--discord);
  color: #fff !important;
  font-weight: 600;
}
.links .discord-btn:hover { filter: brightness(1.08); background: var(--discord); }
.menu-btn {
  display: none;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 0.78rem;
  color: var(--muted);
}

/* buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  border: none;
  transition: transform 0.2s var(--ease), box-shadow 0.2s, filter 0.2s, background 0.2s;
}
.btn:hover { transform: translateY(-1px); }
.btn-pink {
  background: #f2f2f2;
  color: #0a0a0a;
  box-shadow: none;
}
.btn-pink:hover { box-shadow: none; filter: brightness(0.92); }
.btn-dark {
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--line);
  color: var(--text);
}
.btn-dark:hover { background: rgba(255,255,255,0.08); }
.btn-discord {
  background: var(--discord);
  color: #fff;
  box-shadow: none;
}
.btn-discord:hover { filter: brightness(1.08); }
.btn-full { width: 100%; }

/* pill badge */
.pill {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: rgba(255,255,255,0.06);
  color: var(--text);
  border: 1px solid var(--line);
}
.pill.live::before {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--green);
}

/* hero */
.hero {
  padding: clamp(2.5rem, 7vh, 4.5rem) 0 clamp(2rem, 5vh, 3.5rem);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}
.hero h1 {
  margin: 0.9rem 0 0;
  font-size: clamp(2.4rem, 5.5vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}
.hero-lede {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 36ch;
}
.hero-actions {
  display: flex; flex-wrap: wrap; gap: 0.7rem;
  margin-top: 1.75rem;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.75rem;
}
.stat-mini {
  padding: 0.85rem 0.9rem;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
}
.stat-mini .ico {
  width: 32px; height: 32px;
  border-radius: 9px;
  display: grid; place-items: center;
  background: var(--accent-soft);
  color: var(--accent-2);
  margin-bottom: 0.55rem;
}
.stat-mini .ico svg,
.feature .ico svg {
  width: 16px; height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.stat-mini strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 650;
}
.stat-mini span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.72rem;
  color: var(--faint);
}

/* soft loader preview */
/* product panel (hero) */
.panel {
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255,255,255,0.1);
}
.panel-media {
  background: #000;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.panel-media img {
  display: block;
  width: 100%;
  height: clamp(160px, 28vw, 210px);
  object-fit: contain;
  object-position: center;
  background: #000;
}
.panel-info { padding: 1.15rem 1.2rem 1.25rem; }
.panel-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.panel-kicker {
  margin: 0 0 0.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faint);
}
.panel-info h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.panel-status {
  flex-shrink: 0;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 650;
  color: #9effc3;
  background: rgba(124, 255, 178, 0.08);
  border: 1px solid rgba(124, 255, 178, 0.25);
}
.panel-list {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.panel-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 0.88rem;
}
.panel-list span { color: var(--faint); }
.panel-list strong { font-weight: 600; color: var(--text); }

.preview-float { display: none; }
.window { display: none; }

/* sections */
.section { padding: clamp(3rem, 7vw, 4.5rem) 0; }
.section-head {
  text-align: center;
  margin-bottom: 2rem;
}
.section-head h2 {
  margin: 0.5rem 0 0;
  font-size: clamp(1.55rem, 3.5vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.025em;
}
.section-head p {
  margin: 0.65rem auto 0;
  color: var(--muted);
  max-width: 44ch;
}

/* product / plan cards — store style */
.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.9rem;
}
.product {
  position: relative;
  display: flex; flex-direction: column;
  border-radius: var(--radius);
  background: #0d0d0d;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform 0.25s var(--ease), border-color 0.25s;
}
.product:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}
.product.popular {
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: none;
}
.product .badge {
  position: absolute; top: 0.75rem; right: 0.75rem; z-index: 1;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  background: #fff;
  color: #0a0a0a;
}
.product-body { padding: 1.35rem 1.2rem 1.25rem; display: flex; flex-direction: column; flex: 1; }
.product-body h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
}
.product-body .price {
  margin: 0.35rem 0 0;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.product-body .meta {
  margin: 0.2rem 0 0;
  font-size: 0.75rem;
  color: var(--faint);
}
.product-body .desc {
  margin: 0.65rem 0 1rem;
  font-size: 0.8rem;
  color: var(--muted);
  flex: 1;
}
.product-body .btn { margin-top: auto; }

.note {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.8rem;
  color: var(--faint);
}

/* feature row */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}
.feature {
  padding: 1.4rem;
  border-radius: var(--radius);
  background: #0d0d0d;
  border: 1px solid var(--line);
}
.feature .ico {
  width: 40px; height: 40px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.06);
  color: #fff;
  margin-bottom: 0.9rem;
}
.feature h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 700;
}
.feature p { margin: 0; color: var(--muted); font-size: 0.88rem; }

/* discord band */
.discord-card {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border-radius: 20px;
  background: #0d0d0d;
  border: 1px solid var(--line);
}
.discord-card h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.discord-card p { margin: 0; color: var(--muted); max-width: 42ch; }
.steps {
  display: flex; flex-wrap: wrap; gap: 0.45rem;
  margin-top: 0.9rem;
}
.steps span {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  color: var(--muted);
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
}
.steps b { color: var(--accent-2); margin-right: 0.25rem; }

/* FAQ */
.faq { max-width: 720px; margin: 0 auto; }
.faq-item {
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--card);
  margin-bottom: 0.55rem;
  overflow: hidden;
}
.faq-item.open { border-color: rgba(255, 255, 255, 0.22); }
.faq-q {
  width: 100%;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.05rem 1.15rem;
  text-align: left;
  font-size: 0.95rem;
  font-weight: 600;
}
.faq-q::after {
  content: "+";
  color: var(--accent-2);
  font-size: 1.2rem;
  font-weight: 400;
  transition: transform 0.25s;
}
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease); }
.faq-a-inner { padding: 0 1.15rem 1.05rem; color: var(--muted); font-size: 0.9rem; }
.faq-item.open .faq-a { max-height: 220px; }

/* page header */
.page-hero {
  padding: clamp(2rem, 5vw, 3rem) 0 0.5rem;
  text-align: center;
}
.pricing-banner {
  width: 100%;
  margin: 0 auto 1.25rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #050505;
}
.pricing-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(220px, 36vw, 360px);
  object-fit: contain;
  object-position: center;
  background: #050505;
}
.pricing-block .section-head {
  margin-bottom: 1.25rem;
}
.page-hero h1 {
  margin: 0.5rem 0 0;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.page-hero p {
  margin: 0.65rem auto 0;
  color: var(--muted);
  max-width: 40ch;
}

.legal {
  max-width: 680px;
  margin: 0 auto;
  padding: 1.5rem 0 3rem;
  color: var(--muted);
  line-height: 1.75;
}
.legal h3 {
  margin: 1.4rem 0 0.35rem;
  font-size: 1rem;
  color: var(--text);
}

/* footer */
.foot {
  margin-top: 1rem;
  padding: 2rem 0 2.5rem;
  border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 1rem;
  align-items: center; justify-content: space-between;
}
.foot .brand { font-weight: 700; color: var(--faint); font-size: 0.9rem; }
.foot-links { display: flex; gap: 1.25rem; }
.foot-links a { font-size: 0.8rem; color: var(--faint); }
.foot-links a:hover { color: var(--accent-2); }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.55s var(--ease), transform 0.55s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: 0.06s; }
.d2 { transition-delay: 0.12s; }
.d3 { transition-delay: 0.18s; }

@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; }
  .panel { max-width: 420px; }
  .features { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .menu-btn { display: inline-flex; }
  .links {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 1rem; right: 1rem;
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem;
    border-radius: 16px;
    background: rgba(14, 14, 20, 0.96);
    border: 1px solid var(--line);
    display: none;
  }
  .links.open { display: flex; }
  .nav { position: relative; }
  .links .discord-btn { margin: 0.35rem 0 0; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}
