:root {
  --bg0: #060a12;
  --bg1: #0c1424;
  --panel: rgba(18, 28, 48, 0.72);
  --stroke: rgba(148, 163, 184, 0.18);
  --text: #e8eefc;
  --muted: #94a3b8;
  --cyan: #22d3ee;
  --gold: #fbbf24;
  --violet: #a855f7;
  --danger: #fb7185;
  --radius: 18px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  --font: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --display: "Bebas Neue", "Impact", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.65;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(34, 211, 238, 0.12), transparent 55%),
    radial-gradient(900px 500px at 95% 0%, rgba(168, 85, 247, 0.14), transparent 50%),
    linear-gradient(180deg, var(--bg0), var(--bg1) 40%, #070b14);
  min-height: 100vh;
}

a {
  color: var(--cyan);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: #67e8f9;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0.5rem;
  padding: 0.5rem 1rem;
  background: #000;
  color: #fff;
  z-index: 9999;
}

.skip-link:focus {
  left: 0.5rem;
}

.redirect-banner {
  position: relative;
  z-index: 60;
  background: linear-gradient(90deg, #0f172a 0%, #1e293b 40%, #0f172a 100%);
  border-bottom: 2px solid rgba(251, 191, 36, 0.55);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

.redirect-banner-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.25rem;
  padding: 0.65rem 0;
}

.redirect-banner-text {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #f1f5f9;
  text-align: center;
}

.redirect-countdown {
  display: inline-block;
  min-width: 1.25ch;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  font-size: 1.1rem;
  color: #fbbf24;
}

.redirect-banner-btn {
  margin: 0;
  padding: 0.5rem 1.15rem;
  font-size: 0.9rem;
  color: #1a1200 !important;
  background: linear-gradient(160deg, #fde68a, #fbbf24, #d97706) !important;
  border: 1px solid rgba(255, 250, 220, 0.5);
  box-shadow: 0 4px 16px rgba(251, 191, 36, 0.35);
  cursor: pointer;
  border-radius: 999px;
  font-family: inherit;
}

.redirect-banner-btn:hover {
  filter: brightness(1.06);
}

.redirect-banner-btn:focus-visible {
  outline: 2px solid #22d3ee;
  outline-offset: 2px;
}

.age-strip-wrap {
  background: rgba(120, 20, 40, 0.5);
  border-bottom: 1px solid rgba(251, 113, 133, 0.35);
}

.age-strip {
  margin: 0;
  padding: 0.4rem 0;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  color: #fecdd3;
  letter-spacing: 0.02em;
}

.wrap {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(6, 10, 18, 0.92), rgba(6, 10, 18, 0.55));
  border-bottom: 1px solid var(--stroke);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: conic-gradient(from 210deg, var(--cyan), var(--gold), var(--violet), var(--cyan));
  padding: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.brand-mark span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #0b1220;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.brand-title {
  font-family: var(--display);
  letter-spacing: 0.06em;
  font-size: 1.55rem;
  line-height: 1;
}

.brand-title small {
  display: block;
  font-family: var(--font);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.2rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  justify-content: flex-end;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
}

.nav a:hover {
  color: var(--text);
}

.nav a.nav-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.15rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  color: #1c1504;
  text-decoration: none;
  background: linear-gradient(160deg, #fde68a 0%, #fbbf24 35%, #d97706 100%);
  border: 1px solid rgba(255, 250, 220, 0.55);
  box-shadow:
    0 0 0 1px rgba(180, 83, 9, 0.35) inset,
    0 4px 18px rgba(251, 191, 36, 0.4);
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.nav a.nav-play:hover {
  color: #0f0b00;
  filter: brightness(1.05);
  box-shadow:
    0 0 0 1px rgba(180, 83, 9, 0.45) inset,
    0 6px 26px rgba(251, 191, 36, 0.55);
  transform: translateY(-1px);
}

.nav a.nav-play:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.btn:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.btn-primary {
  color: #041018;
  background: linear-gradient(135deg, var(--gold), #fde68a);
  box-shadow: 0 12px 40px rgba(251, 191, 36, 0.25);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 50px rgba(251, 191, 36, 0.35);
}

.btn-ghost {
  color: var(--text);
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.35);
}

.btn-ghost:hover {
  border-color: rgba(34, 211, 238, 0.45);
}

.hero {
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem);
  position: relative;
  overflow: clip;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto -20%;
  height: 70%;
  background: radial-gradient(closest-side, rgba(34, 211, 238, 0.08), transparent);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

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

.hero h1 {
  font-family: var(--display);
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
  margin: 0 0 1rem;
}

.lead {
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 52ch;
  margin: 0 0 1.5rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.note {
  font-size: 0.9rem;
  color: var(--muted);
}

.hero-visual {
  position: relative;
  min-height: 320px;
}

.orbit {
  position: absolute;
  inset: 0;
  border: 1px dashed rgba(148, 163, 184, 0.22);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.card-stack {
  position: relative;
  width: min(420px, 100%);
  margin-inline: auto;
  aspect-ratio: 4/3;
}

.card-stack img {
  position: absolute;
  width: 58%;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  object-fit: cover;
  background: #0f172a;
}

.card-stack img:nth-child(1) {
  left: 6%;
  top: 10%;
  transform: rotate(-10deg);
  z-index: 3;
}

.card-stack img:nth-child(2) {
  right: 8%;
  top: 18%;
  transform: rotate(8deg);
  z-index: 2;
}

.card-stack img:nth-child(3) {
  left: 22%;
  bottom: 6%;
  transform: rotate(-3deg);
  z-index: 4;
  width: 62%;
}

.section {
  padding: clamp(2rem, 5vw, 3.5rem) 0;
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.section-head h2 {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 2.6rem);
  letter-spacing: 0.05em;
  margin: 0;
}

.kicker {
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.panel {
  background: var(--panel);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

.prose p {
  margin: 0 0 1rem;
  color: #cbd5e1;
}

.prose h3 {
  font-size: 1.25rem;
  margin: 1.75rem 0 0.75rem;
  color: #f1f5f9;
}

.prose ul {
  margin: 0 0 1rem 1.1rem;
  color: #cbd5e1;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.65rem;
}

@media (max-width: 900px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 520px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery figure {
  margin: 0;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0f172a;
  aspect-ratio: 1/1;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.gallery figure:hover img {
  transform: scale(1.05);
}

.gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.45rem 0.5rem;
  font-size: 0.72rem;
  color: #e2e8f0;
  background: linear-gradient(180deg, transparent, rgba(2, 6, 23, 0.85));
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: start;
}

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

.feature-img {
  border-radius: var(--radius);
  border: 1px solid var(--stroke);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.feature-img img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.faq details {
  border: 1px solid var(--stroke);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  background: rgba(15, 23, 42, 0.35);
  margin-bottom: 0.65rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #f8fafc;
}

.faq details p {
  margin: 0.75rem 0 0;
  color: #cbd5e1;
}

.site-footer {
  border-top: 1px solid var(--stroke);
  padding: 2rem 0 2.5rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
}

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

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.badge {
  font-size: 0.78rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  color: #cbd5e1;
}

.disclaimer {
  border-left: 3px solid rgba(251, 113, 133, 0.65);
  padding-left: 1rem;
  margin-top: 1rem;
  color: #cbd5e1;
}
