:root {
  --ink: #0b0b0b;
  --ink-deep: #050505;
  --panel: #141414;
  --panel-2: #1c1c1c;
  --lime: #c8f53a;
  --gold: #f5c518;
  --gold-hover: #ffd44a;
  --text: #ffffff;
  --muted: #b9b9b9;
  --quiet: #8d8d8d;
  --radius: 10px;
  --radius-lg: 16px;
  --radius-pill: 999px;
  --shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
  --sidebar: 250px;
  --topbar: 72px;
  --dock: 64px;
  --max: 1440px;
  --font: Montserrat, "Segoe UI", Roboto, Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--lime);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--gold);
  color: #111;
  padding: 8px 12px;
  z-index: 10000;
  border-radius: var(--radius);
}

.skip-link:focus {
  left: 8px;
}

.shell {
  min-height: 100vh;
}

.sidebar {
  display: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 8px;
  min-height: var(--topbar);
  padding: 10px 12px;
  background: rgba(11, 11, 11, 0.96);
  border-bottom: 1px solid rgba(200, 245, 58, 0.12);
}

.topbar-actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
}

.topbar-actions [role="button"][aria-label="betnana"].cta-fill,
.topbar-actions [role="button"][aria-label="betnana"].cta-outline {
  width: auto;
  min-width: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  flex: 1 1 auto;
}

.brand-link img {
  width: auto;
  height: 40px;
  min-width: 72px;
  max-width: 140px;
  object-fit: contain;
}

.stage {
  padding: 16px 16px 96px;
}

.mode-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 8px;
}

.hero-promos {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
}

.promo-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  min-height: 196px;
  background: #05210c center/cover no-repeat;
  box-shadow: var(--shadow);
}

.promo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 18, 6, 0.88) 0%, rgba(0, 18, 6, 0.28) 48%, rgba(0, 18, 6, 0.08) 100%);
}

.promo-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-height: 196px;
  padding: 22px 18px;
  max-width: 58%;
}

.promo-card__title {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.15;
}

.promo-card__extra {
  margin: 0;
  color: var(--text);
  font-weight: 600;
  font-size: 0.92rem;
}

.promo-card__row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 14px;
}

.section-head h2 {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 700;
}

.tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 28px;
}

.tile-name {
  display: block;
  margin-top: 8px;
  font-size: 0.72rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text);
}

.spot {
  margin: 8px 0 28px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.spot img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.spot--narrow {
  max-width: 600px;
  margin-left: 0;
  margin-right: auto;
}

.type-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0 28px;
}

.type-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 10px 6px;
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
}

.type-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

[role="button"][aria-label="betnana"] {
  cursor: pointer;
  outline: none;
}

[role="button"][aria-label="betnana"]:focus-visible {
  box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.55);
}

[role="button"][aria-label="betnana"].cta-fill,
[role="button"][aria-label="betnana"].cta-nav,
[role="button"][aria-label="betnana"].cta-foot,
[role="button"][aria-label="betnana"].cta-mode {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--radius);
  font-weight: 700;
  user-select: none;
}

[role="button"][aria-label="betnana"].cta-fill {
  min-height: 42px;
  padding: 10px 16px;
  background: var(--gold);
  color: #111;
  width: 100%;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}

[role="button"][aria-label="betnana"].cta-fill:hover {
  background: var(--gold-hover);
}

[role="button"][aria-label="betnana"].cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  color: var(--text);
  font-weight: 700;
  font-size: 0.92rem;
}

.promo-card .cta-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 18px;
  background: var(--gold);
  color: #111;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: var(--radius-pill);
  width: fit-content;
  pointer-events: none;
}

[role="button"][aria-label="betnana"].promo-card:hover .cta-hero {
  background: var(--gold-hover);
}

[role="button"][aria-label="betnana"].spot {
  display: block;
  max-width: 600px;
}

[role="button"][aria-label="betnana"].brand-link {
  background: transparent;
  padding: 0;
  min-height: 0;
  width: auto;
}

[role="button"][aria-label="betnana"].cta-mode {
  min-height: 38px;
  padding: 8px 10px;
  border-radius: var(--radius-pill);
  background: var(--panel-2);
  color: var(--text);
  font-size: 0.85rem;
}

[role="button"][aria-label="betnana"].cta-mode.is-on,
[role="button"][aria-label="betnana"].cta-mode:hover {
  background: var(--lime);
  color: #111;
}

[role="button"][aria-label="betnana"].cta-nav {
  width: 100%;
  justify-content: flex-start;
  min-height: 44px;
  padding: 10px 12px;
  background: transparent;
  color: var(--text);
  font-size: 0.92rem;
  border-radius: var(--radius);
}

[role="button"][aria-label="betnana"].cta-nav:hover {
  background: var(--panel-2);
  color: var(--lime);
}

[role="button"][aria-label="betnana"].cta-nav svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

[role="button"][aria-label="betnana"].cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid var(--gold);
  border-radius: var(--radius-pill);
  color: var(--gold);
  font-weight: 700;
  background: transparent;
  white-space: nowrap;
}

[role="button"][aria-label="betnana"].cta-outline:hover {
  background: rgba(245, 197, 24, 0.12);
}

[role="button"][aria-label="betnana"].cta-foot {
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  background: transparent;
  padding: 0;
  min-height: auto;
}

[role="button"][aria-label="betnana"].cta-foot:hover {
  color: var(--text);
  text-decoration: underline;
}

[role="button"][aria-label="betnana"].cta-tile {
  display: block;
  background: transparent;
  color: inherit;
  border-radius: var(--radius);
}

[role="button"][aria-label="betnana"].cta-tile img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  background: var(--panel);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

[role="button"][aria-label="betnana"].cta-tile:hover img {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

[role="button"][aria-label="betnana"].type-card:hover {
  background: #242424;
}

.page-title {
  margin: 0 0 16px;
  font-size: 1.85rem;
  line-height: 1.2;
}

.lead {
  color: var(--muted);
}

.prose h2 {
  margin: 32px 0 12px;
  font-size: 1.4rem;
  color: var(--text);
}

.prose h3 {
  margin: 24px 0 10px;
  font-size: 1.12rem;
}

.prose p,
.prose li {
  color: var(--muted);
}

.prose ul {
  padding-left: 1.2rem;
}

.prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 0.92rem;
}

.prose th,
.prose td {
  border: 1px solid rgba(200, 245, 58, 0.16);
  padding: 10px 12px;
  text-align: left;
}

.prose th {
  background: var(--panel);
  color: var(--text);
}

.faq details {
  background: var(--panel);
  border-radius: var(--radius);
  margin: 0 0 10px;
  padding: 12px 14px;
}

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

.faq p {
  margin: 10px 0 0;
}

.reviews {
  display: grid;
  gap: 12px;
  margin: 16px 0 24px;
}

.review {
  background: var(--panel);
  border-radius: var(--radius);
  padding: 14px 16px;
  border: 1px solid rgba(200, 245, 58, 0.16);
}

.review-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 8px;
}

.review-name {
  margin: 0;
  color: var(--text);
  font-weight: 700;
}

.review-stars {
  margin: 0;
  color: var(--gold);
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}

.review > p {
  margin: 0;
}

.welcome-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 8px 0 24px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, #14240a 0%, #1d330c 100%);
  border: 1px solid rgba(200, 245, 58, 0.22);
}

.welcome-band p {
  margin: 0;
  color: var(--text);
  font-weight: 600;
}

.welcome-band [role="button"][aria-label="betnana"] {
  width: auto;
  flex-shrink: 0;
  white-space: nowrap;
}

.welcome-band [role="button"][aria-label="betnana"].cta-fill {
  width: auto;
  min-width: 180px;
}

.pay-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
  margin: 8px 0 28px;
}

[role="button"][aria-label="betnana"].pay-mark {
  display: inline-flex;
  align-items: center;
  background: transparent;
  padding: 0;
}

.pay-row img {
  height: 56px;
  width: auto;
  max-height: 56px;
  background: none;
  border-radius: 0;
  padding: 0;
}

.site-footer {
  padding: 28px 16px 88px;
  background: var(--ink-deep);
  border-top: 1px solid rgba(200, 245, 58, 0.12);
}

.foot-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-bottom: 18px;
}

.foot-copy,
.foot-note,
.foot-legal {
  color: var(--quiet);
  font-size: 0.85rem;
}

.age-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
  font-weight: 700;
  color: var(--text);
}

.dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: var(--dock);
  background: #080808;
  border-top: 1px solid rgba(200, 245, 58, 0.16);
}

.dock a,
.dock-link,
.dock [role="button"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 700;
  text-decoration: none;
  background: transparent;
}

.dock a.is-on,
.dock-link.is-on,
.dock a:hover,
.dock-link:hover,
.dock [role="button"]:hover {
  color: var(--lime);
  text-decoration: none;
}

.dock svg {
  width: 22px;
  height: 22px;
}

.lost {
  max-width: 640px;
  margin: 40px auto;
  text-align: center;
}

.lost h1 {
  margin-bottom: 12px;
}

.lost .cta-fill {
  margin: 20px auto 0;
  max-width: 240px;
}

.cursor-pointer {
  cursor: pointer;
}

.outline-none {
  outline: none;
}

.side-support {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 18px;
}

@media (max-width: 767px) {
  .brand-link img {
    height: 32px;
    min-width: 64px;
    max-width: 96px;
  }

  .topbar-actions {
    gap: 6px;
  }

  .topbar-actions [role="button"][aria-label="betnana"].cta-fill,
  .topbar-actions [role="button"][aria-label="betnana"].cta-outline {
    min-height: 36px;
    padding: 6px 10px;
    font-size: 0.78rem;
  }

  .promo-card__body {
    max-width: 72%;
    min-height: 176px;
  }

  .promo-card__title {
    font-size: 1.05rem;
  }

  .welcome-band [role="button"][aria-label="betnana"].cta-fill,
  .welcome-band [role="button"][aria-label="betnana"].cta-outline {
    width: 100%;
    min-width: 0;
    white-space: nowrap;
  }

  .prose table {
    display: block;
    overflow-x: auto;
  }

  .review-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .type-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .stage {
    padding: 24px 32px 48px;
  }

  .hero-promos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .promo-card,
  .promo-card__body {
    min-height: 220px;
  }

  .tiles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .site-footer {
    padding: 32px 32px 40px;
  }
}

@media (min-width: 992px) {
  .dock {
    display: none;
  }

  .shell {
    display: grid;
    grid-template-columns: var(--sidebar) minmax(0, 1fr);
  }

  .sidebar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 18px 14px;
    background: #0a0a0a;
    border-right: 1px solid rgba(200, 245, 58, 0.1);
    overflow: auto;
  }

  .side-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .side-link {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: var(--radius);
    background: transparent;
    color: var(--text);
    font-weight: 700;
    text-decoration: none;
  }

  .side-link:hover,
  .side-link.is-on {
    text-decoration: none;
    color: var(--lime);
    background: var(--panel);
  }

  .side-link svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
  }

  .stage {
    padding: 24px 36px 48px;
    max-width: var(--max);
  }

  .tiles {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .page-title {
    font-size: 2.1rem;
  }

  .type-row {
    grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
  }
}

@media (min-width: 1280px) {
  .tiles {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
