*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img { max-width: 100%; display: block; }
input, button, textarea, select { font: inherit; }
a { color: inherit; }


:root {
  --bg: #0b0b0c;
  --paper: #0f0f11;
  --text: #f3f3f4;
  --muted: #c9c9cc;
  --pink: #ff2f86;
  --lime: #c7ff3c;
  --cyan: #33d6ff;
  --radius: 18px;
  --shadow: 0 22px 50px rgba(0,0,0,.45);
  --max: 1140px;
  --pad: 18px;
  --rail: 280px;
}

body {
  font-family: "Advent Pro", sans-serif;
  font-weight: 500;
  color: var(--text);
  background:
    radial-gradient(900px 500px at 12% 0%, rgba(255,47,134,.20), transparent 60%),
    radial-gradient(700px 420px at 92% 8%, rgba(199,255,60,.14), transparent 60%),
    radial-gradient(640px 420px at 76% 92%, rgba(51,214,255,.10), transparent 60%),
    var(--bg);
  line-height: 1.6;
}

h1,h2,h3 {
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.05;
  margin: 0 0 12px;
}
p { margin: 0 0 14px; color: var(--muted); }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--lime);
  color: #101010;
  padding: 10px 12px;
  border-radius: 12px;
}
.skip-link:focus { left: 14px; top: 14px; z-index: 9999; }

.shell {
  width: min(var(--max), calc(100% - (var(--pad) * 2)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: var(--rail) 1fr;
  gap: 18px;
  padding: 18px 0 40px;
}

.rail {
  position: sticky;
  top: 12px;
  align-self: start;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 14px;
  overflow: hidden;
}

.rail::before {
  content: "";
  position: absolute;
  inset: -40px -40px auto auto;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle at 30% 30%, rgba(255,47,134,.55), transparent 60%);
  filter: blur(0px);
  opacity: .9;
  transform: rotate(18deg);
}

.brand {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 10px 10px 12px;
  border-radius: 16px;
}
.brand:hover { background: rgba(255,255,255,.06); }
.brand img { width: 56px; height: 56px; }
.brand strong { display: block; font-size: 14px; letter-spacing: .2px; }
.brand small { display: block; color: var(--muted); font-size: 12px; }

.nav {
  position: relative;
  margin-top: 8px;
  display: grid;
  gap: 8px;
}
.nav a {
  text-decoration: none;
  padding: 11px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.nav a:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
  transform: translateY(-1px);
}
.nav a[aria-current="page"] {
  background: linear-gradient(90deg, var(--pink), var(--lime));
  color: #0b0b0c;
  font-weight: 800;
  border-color: transparent;
}

.rail-card {
  position: relative;
  margin-top: 12px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(15,15,17,.65);
}
.rail-card .pill {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(199,255,60,.12);
  border: 1px solid rgba(199,255,60,.26);
}
.rail-card a:hover { text-decoration: underline; }

.main {
  min-width: 0;
}

.topbar {
  display: none;
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(10,10,12,.75);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.topbar-inner {
  width: min(var(--max), calc(100% - (var(--pad) * 2)));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
}
.nav-toggle {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: var(--text);
  border-radius: 12px;
  padding: 10px 12px;
  cursor: pointer;
}
.nav-toggle:hover { transform: translateY(-1px); }

.panel {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.panel-header {
  padding: 18px 18px 0;
}
.panel-body {
  padding: 18px;
}

.poster {
  position: relative;
  overflow: hidden;
  padding: 22px;
}
.poster::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, rgba(255,47,134,.22), transparent 45%),
    linear-gradient(340deg, rgba(199,255,60,.18), transparent 50%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0));
  pointer-events: none;
}
.poster-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 16px;
  align-items: center;
}
.poster h1 {
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: -0.6px;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,47,134,.14);
  border: 1px solid rgba(255,47,134,.35);
  color: var(--text);
  font-size: 14px;
  margin-bottom: 12px;
}
.sticker {
  display: inline-block;
  font-weight: 900;
  letter-spacing: .6px;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(51,214,255,.12);
  border: 1px solid rgba(51,214,255,.25);
  transform: rotate(-2deg);
}

.media-frame {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  overflow: hidden;
  background: rgba(0,0,0,.25);
  box-shadow: 0 18px 38px rgba(0,0,0,.35);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.18);
  text-decoration: none;
  background: rgba(255,255,255,.06);
  color: var(--text);
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 26px rgba(0,0,0,.35);
  background: rgba(255,255,255,.10);
}
.btn.primary {
  background: linear-gradient(90deg, var(--lime), var(--pink));
  color: #0b0b0c;
  border-color: transparent;
  font-weight: 900;
}
.btn.primary:hover { filter: brightness(1.03); }

.grid {
  display: grid;
  gap: 14px;
}
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-2 { grid-template-columns: repeat(2, 1fr); }

.tile {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tile .btn {
  margin-top: auto;;
  align-self: stretch;
  justify-content: center;
}

.tile h3 { margin-top: 0; }

.ribbon {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 14px;
  background: rgba(199,255,60,.10);
  border: 1px solid rgba(199,255,60,.22);
  margin-bottom: 12px;
}

.badge {
  display: inline-block;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(199,255,60,.12);
  border: 1px solid rgba(199,255,60,.28);
}

.list { margin: 0; padding-left: 18px; }
.list li { margin-bottom: 8px; color: var(--muted); }

.menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.menu-group {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  padding: 16px;
}
.menu-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px dashed rgba(255,255,255,.16);
  padding-top: 12px;
  margin-top: 12px;
}
.menu-item:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
.price { font-weight: 900; color: var(--lime); }

.timeline {
  display: grid;
  gap: 14px;
}
.stop {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.dot {
  width: 14px; height: 14px;
  border-radius: 999px;
  background: var(--pink);
  box-shadow: 0 0 0 6px rgba(255,47,134,.12);
  margin-top: 5px;
}

.accordion {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255,255,255,.04);
}
.acc-row { border-top: 1px solid rgba(255,255,255,.10); }
.acc-row:first-child { border-top: 0; }
.acc-btn {
  width: 100%;
  background: transparent;
  border: 0;
  color: var(--text);
  text-align: left;
  padding: 14px 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.acc-btn:hover { background: rgba(255,47,134,.12); }
.acc-panel { padding: 0 16px 14px; display: none; }

footer {
  margin-top: 18px;
  padding: 18px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
footer a:hover { text-decoration: underline; }

@media (max-width: 920px) {
  #js-mobile-nav {
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  background: rgba(15,15,17,.98);
  border-top: 1px solid rgba(255,255,255,.10);
}

#js-mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
}
