:root {
  --bg: #070707;
  --bg2: #120008;
  --surface: rgba(20, 20, 22, 0.92);
  --text: #ffffff;
  --muted: rgba(255,255,255,0.74);
  --accent: #e11d48;
  --accent2: #7f0a1a;
  --radius: 16px;
  --maxw: 1040px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: system-ui;
  color: var(--text);
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display:block; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 16px; }

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(0,0,0,0.65);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.headerRow {
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
}
.brand { display:flex; align-items:center; gap: 12px; min-width:0; }
.brand img { width: 180px; height: 44px; }

.nav {
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items:center;
  justify-content: flex-end;
}
.nav a { font-weight: 700; opacity: 0.9; padding: 8px 10px; border-radius: 999px; }
.nav a:hover { background: rgba(255,255,255,0.06); opacity: 1; }

.actions { display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.20);
  font-weight: 800;
  letter-spacing: 0.01em;
}
.btnPrimary {
  border: none;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 10px 26px rgba(0,0,0,0.45);
}
.btnGhost:hover { background: rgba(255,255,255,0.08); }

.hero {
  padding: 26px 0 10px;
}
.heroGrid {
  display:grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: stretch;
}
.heroCard {
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 14px 30px rgba(0,0,0,0.35);
  padding: 20px;
  min-width: 0;
}
.hero h1 {
  margin: 0 0 10px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.18;
}
.lead { color: var(--muted); margin: 0 0 12px; }
.kicker {
  display:inline-flex;
  align-items:center;
  gap: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255,255,255,0.78);
}
.kickerDot {
  width: 8px; height: 8px; border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(255,0,64,0.35);
}
.heroMedia {
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  min-width: 0;
}
.heroMedia img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: rgba(0,0,0,0.25);
}

.main { padding: 10px 0 32px; }
.section {
  margin-top: 18px;
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 14px 30px rgba(0,0,0,0.28);
  padding: 18px;
}
.section h2 {
  margin: 0 0 10px;
  font-size: 22px;
}
.section p { margin: 10px 0; color: var(--muted); }
.section ul { margin: 10px 0 0; padding-left: 18px; color: var(--muted); }
.note {
  margin-top: 10px;
  border-left: 4px solid var(--accent);
  padding: 10px 12px 10px 14px;
  background: rgba(0,0,0,0.20);
  border-radius: 12px;
}

.slotsHeader {
  display:flex;
  align-items:flex-end;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.slotsGrid {
  list-style:none;
  margin: 16px 0 0;
  padding: 0;
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.slotCard {
  background: rgba(0,0,0,0.20);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: calc(var(--radius) - 6px);
  padding: 12px;
  min-width: 0;
  display:flex;
  flex-direction: column;
  gap: 10px;
}
.slotMedia {
  position: relative;
  border-radius: 14px;
  overflow:hidden;
  background: rgba(0,0,0,0.25);
}
.slotMedia img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.providerBadge {
  position:absolute;
  left: 8px;
  bottom: 8px;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.12);
}
.providerBadge img { height: 18px; width: auto; }
.slotTitle {
  font-weight: 900;
  font-size: 14px;
  line-height: 1.25;
}
.slotActions { display:flex; gap: 8px; margin-top: auto; flex-wrap: wrap; }
.slotActions a { flex: 1; min-width: 110px; text-align:center; }

.footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.65);
  padding: 18px 0;
}
.footerGrid {
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.small { color: rgba(255,255,255,0.65); font-size: 13px; max-width: 760px; }
.footer a { text-decoration: underline; }

@media (max-width: 980px) {
  .heroGrid { grid-template-columns: 1fr; }
  .slotsGrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .nav { display:none; }
  body.navOpen .nav {
    display:flex;
    width: 100%;
    justify-content: flex-start;
    padding: 8px 0 2px;
  }
  .headerRow { flex-wrap: wrap; }
  .slotsGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 420px) {
  .btn { padding: 11px 14px; }
  .slotActions a { min-width: 0; }
}

.promoBox { display:flex; gap:10px; flex-wrap:wrap; align-items:center; padding: 14px; border-radius: var(--radius); background: rgba(0,0,0,0.25); border: 1px solid rgba(255,255,255,0.10); }
.code { font-weight: 900; letter-spacing: 0.08em; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,0.06); }

.faqGrid { display:grid; gap:10px; margin-top: 10px; }
.faqItem { border-radius: 14px; border: 1px solid rgba(255,255,255,0.10); background: rgba(0,0,0,0.18); padding: 10px 12px; }
.faqItem summary { cursor:pointer; font-weight: 900; }
.faqAnswer p { margin: 10px 0 0; color: var(--muted); }