:root {
  --bg: #070c16;
  --bg-2: #0b111d;
  --panel: #151e2b;
  --panel-2: #111925;
  --line: #253142;
  --line-soft: rgba(255,255,255,.075);
  --text: #f5f7fb;
  --muted: #8d96a7;
  --muted-2: #626d7d;
  --green: #00f10a;
  --green-2: #00c908;
  --yellow: #ffd60a;
  --blue: #6366f1;
  --purple: #9159d8;
  --cyan: #2777d6;
  --magenta: #b93c82;
  --shadow: 0 28px 80px rgba(0,0,0,.35);
  font-family: Inter, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.45; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(12,18,29,.96); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.top-strip { height: 28px; display: flex; justify-content: space-between; align-items: center; padding: 0 30px; background: #0c1320; color: #8992a3; font-size: 13px; font-weight: 700; }
.top-left, .top-right { display: flex; align-items: center; gap: 20px; }
.updated { display: inline-flex; align-items: center; gap: 8px; }
.updated i { width: 12px; height: 12px; display: inline-block; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 3px rgba(255,214,10,.12); position: relative; }
.updated i::after { content: ""; position: absolute; left: 5px; top: 2px; width: 2px; height: 5px; background: #16202f; border-radius: 2px; transform-origin: bottom; transform: rotate(-35deg); }
.top-right span { color: #aeb6c3; }
.nav-bar { height: 68px; display: flex; align-items: center; padding: 0 30px; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 0; font-size: 24px; letter-spacing: -.055em; font-weight: 900; white-space: nowrap; }
.brand strong { color: #fff; }
.brand b { color: var(--green); font-weight: 900; }
.crown { width: 26px; height: 23px; margin-right: 8px; position: relative; display: inline-block; }
.crown::before { content: ""; position: absolute; left: 1px; right: 1px; bottom: 2px; height: 8px; background: var(--yellow); border-radius: 2px; }
.crown::after { content: ""; position: absolute; inset: 0; background: var(--yellow); clip-path: polygon(0 36%, 20% 58%, 31% 12%, 50% 58%, 70% 12%, 80% 58%, 100% 36%, 88% 88%, 12% 88%); }
.nav-links { display: flex; align-items: center; gap: 30px; color: #aab3c2; font-size: 15px; font-weight: 800; }
.nav-links a:hover { color: #fff; }
.hot-link { display: inline-flex; align-items: center; gap: 6px; }
.hot-link span { display: inline-flex; height: 24px; padding: 0 7px; align-items: center; border-radius: 3px; background: var(--green); color: #071004; font-size: 11px; font-weight: 900; }
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.search { width: 256px; height: 36px; display: flex; align-items: center; gap: 11px; padding: 0 14px; border: 1px solid #243044; border-radius: 999px; background: #0b1220; }
.search span { width: 14px; height: 14px; border: 2px solid #596578; border-radius: 50%; position: relative; flex: 0 0 auto; }
.search span::after { content: ""; position: absolute; width: 6px; height: 2px; right: -5px; bottom: -2px; background: #596578; transform: rotate(45deg); }
.search input { width: 100%; border: 0; outline: 0; color: #fff; background: transparent; font-size: 14px; }
.search input::placeholder { color: #6b7588; }
.activate { width: 132px; height: 36px; display: inline-flex; justify-content: center; align-items: center; border-radius: 999px; background: var(--green); color: #061006; font-size: 15px; font-weight: 900; box-shadow: 0 0 28px rgba(0,241,10,.38); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: #111925; border-radius: 10px; padding: 8px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; }

.hero { width: min(1232px, calc(100% - 208px)); min-height: 728.75px; margin: 16px auto 0; border: 1px solid #253143; border-radius: 26px; background: radial-gradient(circle at 86% 9%, rgba(0,255,75,.18), transparent 25%), radial-gradient(circle at 4% 92%, rgba(47,89,255,.15), transparent 22%), linear-gradient(135deg, #131c2a, #111a27 42%, #142d28); position: relative; overflow: hidden; box-shadow: var(--shadow); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(24px); opacity: .38; pointer-events: none; }
.glow-one { right: -260px; top: -400px; width: 800px; height: 800px; background: rgba(0,255,83,.22); }
.glow-two { left: -200px; bottom: -300px; width: 600px; height: 600px; background: rgba(61,95,255,.18); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 543px 543px; gap: 48px; align-items: center; padding: 48px; min-height: 100%; }
.hero-copy { min-height: 630px; display: flex; flex-direction: column; justify-content: flex-start; }
.eyebrow { width: max-content; height: 24px; display: inline-flex; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid rgba(255,214,10,.32); border-radius: 999px; background: rgba(255,214,10,.13); color: var(--yellow); font-size: 13px; font-weight: 900; margin-bottom: 29px; }
.eyebrow span { font-size: 12px; }
.hero h1 { margin: 0; width: 543px; font-size: 76px; line-height: .94; letter-spacing: -.065em; font-weight: 900; }
.hero h1 span { color: var(--green); display: block; }
.hero p { width: 512px; margin: 31px 0 0; color: #9aa4b5; font-size: 19px; line-height: 1.58; }
.hero-buttons { display: flex; gap: 16px; margin-top: 28px; }
.primary-btn, .secondary-btn { height: 62px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; font-weight: 900; font-size: 18px; }
.primary-btn { width: 243px; background: var(--green); color: #020802; box-shadow: 0 0 34px rgba(0,241,10,.38); }
.primary-btn span { margin-left: 8px; font-size: 22px; line-height: 0; }
.secondary-btn { width: 211px; border: 1px solid #334054; background: rgba(255,255,255,.055); color: #eef2f7; }
.social-proof { margin-top: 32px; padding-top: 17px; width: 543px; border-top: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; gap: 29px; }
.avatars { width: 96px; height: 40px; position: relative; }
.avatars i { width: 40px; height: 40px; border-radius: 50%; position: absolute; top: 0; border: 2px solid #192233; background: linear-gradient(135deg, #00e58f, #6d5cff); }
.avatars i:nth-child(2) { left: 28px; background: linear-gradient(135deg, #c98a4f, #f4d4b2); }
.avatars i:nth-child(3) { left: 56px; background: linear-gradient(135deg, #cfc7b8, #51443a); }
.social-proof strong { display: block; color: var(--yellow); letter-spacing: 2px; font-size: 17px; line-height: 1; }
.social-proof span { color: #9aa4b5; font-size: 14px; }

.code-stack { width: 543px; display: grid; gap: 20px; margin-top: -4px; }
.code-card { height: 180px; border: 1px solid #2a3548; border-radius: 16px; padding: 24px; background: rgba(18,27,39,.78); backdrop-filter: blur(18px); box-shadow: inset 0 0 0 1px rgba(255,255,255,.012); position: relative; overflow: hidden; }
.code-card::after { content: ""; position: absolute; right: -1px; top: 1px; width: 128px; height: 128px; border-radius: 50%; background: rgba(0,241,10,.18); filter: blur(24px); }
.betway-card::after { background: rgba(88,101,242,.22); }
.code-head { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 24px; }
.code-brand { display: flex; gap: 12px; align-items: center; }
.stake-icon, .betway-icon { width: 48px; height: 48px; border: 1px solid #283446; border-radius: 10px; background: #020605; display: inline-flex; align-items: center; justify-content: center; color: var(--green); font-weight: 900; }
.betway-icon { color: #fff; font-style: italic; font-size: 19px; }
.code-brand h3 { margin: 0; font-size: 19px; line-height: 1.25; }
.code-brand p { width: auto; margin: 2px 0 0; font-size: 13px; color: var(--green); font-weight: 800; }
.betway-card .code-brand p { color: #5e70ff; }
.code-head em { height: 24px; display: inline-flex; align-items: center; padding: 0 9px; border-radius: 4px; background: rgba(0,241,10,.15); color: var(--green); font-size: 12px; font-weight: 900; font-style: normal; }
.betway-card .code-head em { background: rgba(144,151,166,.28); color: #c9d0dc; }

.rewards, .compare { width: min(1232px, calc(100% - 208px)); margin: 76px auto 0; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 30px; }
.section-head h2, .compare h2 { margin: 0; font-size: 32px; line-height: 1.1; letter-spacing: -.035em; }
.section-head p { margin: 13px 0 0; color: var(--muted); font-size: 17px; }
.section-head a { color: var(--green); font-size: 15px; font-weight: 900; margin-bottom: 4px; }
.reward-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.reward-card { min-height: 219px; border: 1px solid #273347; border-radius: 14px; background: linear-gradient(180deg, #151e2b, #121b27); padding: 24px; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.reward-card.active-card { border-color: rgba(0,241,10,.28); box-shadow: 0 0 28px rgba(0,241,10,.13), 0 12px 30px rgba(0,0,0,.2); }
.reward-top { height: 23px; display: flex; justify-content: space-between; align-items: flex-start; }
.badge { height: 23px; display: inline-flex; align-items: center; padding: 0 9px; border-radius: 3px; text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .035em; }
.badge.yellow { background: rgba(255,214,10,.22); color: var(--yellow); }
.badge.green { background: rgba(0,241,10,.18); color: var(--green); }
.badge.blue { background: rgba(99,102,241,.22); color: #7b80ff; }
.badge.purple { background: rgba(145,89,216,.28); color: #bb86ff; }
.badge.cyan { background: rgba(39,119,214,.28); color: #75b7ff; }
.badge.magenta { background: rgba(185,60,130,.26); color: #ff72bd; }
.reward-top small { color: #a5adbc; font-size: 13px; }
.reward-top small::first-letter { color: var(--yellow); }
.reward-card h3 { margin: 22px 0 6px; font-size: 21px; line-height: 1.2; }
.reward-card p { margin: 0; color: #8e98a9; font-size: 15px; line-height: 1.45; min-height: 42px; }
.reward-bottom { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 28px; }
.reward-bottom strong { font-size: 28px; letter-spacing: -.04em; }
.italic { font-style: italic; }
.reward-bottom a { min-width: 70px; height: 36px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; background: #303948; color: #dce2eb; font-weight: 900; font-size: 14px; }
.reward-bottom a.green-btn { background: var(--green); color: #041004; }

.compare { margin-top: 96px; text-align: center; }
.compare h2 { font-size: 31px; margin-bottom: 36px; }
.table-card { border: 1px solid #273347; border-radius: 14px; overflow: hidden; background: linear-gradient(180deg, #131c29, #111a26); text-align: left; }
.table-row { min-height: 69px; display: grid; grid-template-columns: 335.45px 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.055); color: #b8c0cc; }
.table-row:last-child { border-bottom: 0; }
.table-row > * { padding: 24px; display: flex; align-items: center; }
.table-header { min-height: 76px; background: rgba(11,17,28,.28); font-size: 17px; }
.table-header span { color: #949dac; font-weight: 900; }
.table-header strong { color: #f5f7fb; font-size: 22px; }
.green-text { color: var(--green); }
.table-actions { min-height: 92px; background: rgba(7,12,20,.34); }
.table-actions a { justify-self: stretch; align-self: center; width: calc(100% - 48px); height: 44px; margin: 0 24px; font-size: 16px; padding: 0; }
.table-actions .primary-btn { box-shadow: none; }
.table-actions .secondary-btn { background: #2e3746; border-color: transparent; }

.site-footer { margin-top: 170px; border-top: 1px solid #1c2634; background: #0b111d; padding: 64px 80px 40px; }
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 2.08fr repeat(4, 1fr); gap: 32px; }
.footer-brand p { width: 320px; color: #8d96a7; margin: 24px 0 0; line-height: 1.45; }
.footer-social { display: flex; gap: 16px; margin-top: 26px; }
.footer-social a { width: 40px; height: 40px; border: 1px solid #273347; border-radius: 50%; background: #151e2b; }
.footer-inner h4 { margin: 0 0 23px; font-size: 17px; }
.footer-inner div:not(.footer-brand) a { display: block; color: #7f899a; margin-bottom: 12px; font-weight: 600; }
.footer-bottom { max-width: 1280px; margin: 56px auto 0; padding-top: 29px; border-top: 1px solid #202a39; display: flex; justify-content: space-between; color: #5f6878; font-size: 13px; }
.footer-bottom p { margin: 0; }

@media (max-width: 1180px) {
  .nav-links, .search { display: none; }
  .menu-toggle { display: block; }
  .nav-links.is-open { display: flex; position: absolute; left: 24px; right: 24px; top: 96px; flex-direction: column; align-items: flex-start; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: #111925; box-shadow: var(--shadow); }
  .hero, .rewards, .compare { width: min(100% - 48px, 1232px); }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { min-height: auto; }
  .code-stack, .hero h1, .hero p, .social-proof { width: 100%; }
  .reward-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .top-strip { display: none; }
  .nav-bar { height: 72px; padding: 0 16px; gap: 12px; }
  .brand { font-size: 22px; }
  .activate { display: none; }
  .nav-links.is-open { top: 72px; left: 14px; right: 14px; }
  .hero, .rewards, .compare { width: calc(100% - 28px); }
  .hero { min-height: 0; border-radius: 20px; margin-top: 14px; }
  .hero-inner { padding: 28px 24px; gap: 32px; }
  .eyebrow { margin-bottom: 22px; }
  .hero h1 { font-size: 46px; }
  .hero p { font-size: 16px; margin-top: 24px; }
  .hero-buttons { flex-direction: column; }
  .primary-btn, .secondary-btn { width: 100%; }
  .social-proof { gap: 18px; }
  .code-card { height: auto; }
  .code-head { gap: 18px; }
    .rewards { margin-top: 56px; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 16px; }
  .reward-grid { grid-template-columns: 1fr; }
  .compare { margin-top: 64px; }
  .table-card { overflow-x: auto; }
  .table-row { min-width: 820px; }
  .site-footer { margin-top: 90px; padding: 48px 24px 32px; }
  .footer-inner { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand p { width: 100%; }
  .footer-bottom { flex-direction: column; gap: 14px; }
}

@media (max-width: 720px) {
  html, body { width: 100%; overflow-x: hidden; }
  .hero, .rewards, .compare, .site-footer, .footer-inner, .footer-bottom { max-width: 100%; }
  .hero-inner, .hero-copy, .code-stack, .code-card, .reward-card, .section-head, .footer-inner > *, .footer-brand { min-width: 0; }
  .hero h1, .hero p, .social-proof, .code-stack, .code-card, .reward-card { max-width: 100%; }
  .hero h1 { font-size: 39px; line-height: 1.02; letter-spacing: -.055em; overflow-wrap: break-word; }
  .hero p, .reward-card p, .section-head p { overflow-wrap: break-word; }
  .code-head { min-width: 0; }
  .code-brand { min-width: 0; }
  .code-brand h3, .code-brand p { overflow-wrap: break-word; }
    .reward-bottom { gap: 14px; }
  .reward-bottom a { flex: 0 0 auto; }
  .site-footer { overflow: hidden; }
}

@media (max-width: 720px) {
  body { min-width: 0; }
  .site-header { overflow: hidden; }
  .nav-bar,
  .hero,
  .rewards,
  .compare,
  .footer-inner,
  .footer-bottom {
    width: min(362px, calc(100vw - 28px)) !important;
    max-width: min(362px, calc(100vw - 28px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .nav-bar { padding-left: 0; padding-right: 0; }
  .hero-inner { width: 100%; padding: 28px 22px; }
  .hero-copy,
  .hero-buttons,
  .social-proof,
  .code-stack,
  .section-head,
  .reward-grid { width: 100%; }
  .hero-buttons a,
  .reward-card { max-width: 100%; }
  .hero h1 { width: 100%; font-size: 35px; line-height: 1.03; }
  .hero p { width: 100%; font-size: 15px; }
  .primary-btn,
  .secondary-btn { min-width: 0; padding-left: 14px; padding-right: 14px; font-size: 16px; white-space: nowrap; }
  .code-card { padding: 20px; }
  .code-head { flex-direction: column; align-items: flex-start; margin-bottom: 18px; }
  .code-head em { align-self: flex-start; }
      .reward-card { padding: 20px; }
  .reward-bottom { align-items: flex-start; flex-direction: column; margin-top: 24px; }
  .reward-bottom a { width: 100%; }
  .table-card { width: 100%; }
  .site-footer { padding-left: 0; padding-right: 0; }
}

@media (max-width: 720px) {
  .nav-bar,
  .hero,
  .rewards,
  .compare,
  .footer-inner,
  .footer-bottom {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .reward-card,
  .code-card,
  .table-card {
    overflow: hidden;
  }
  .section-head a,
  .reward-top,
  .reward-card h3,
  .reward-card p,
  .reward-bottom,
  .table-card {
    max-width: 100%;
  }
}

.vip-filter, .content-panel, .split-showcase, .timeline-panel, .faq-section, .linking-panel {
  width: min(1232px, calc(100% - 208px));
  margin: 64px auto 0;
}
.vip-filter { margin-top: 34px; }
.filter-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid #273347;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(21,30,43,.88), rgba(10,17,29,.94));
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
  overflow-x: auto;
}
.filter-card span { color: var(--yellow); font-weight: 900; white-space: nowrap; margin-right: 8px; }
.filter-card a {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: #dce3ee;
  font-weight: 800;
  font-size: 14px;
}
.filter-card a:hover { border-color: rgba(0,241,10,.42); color: var(--green); }
.content-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr);
  gap: 24px;
  align-items: stretch;
}
.content-main, .side-panel, .split-showcase article, .timeline-panel, .faq-section, .linking-panel {
  border: 1px solid #273347;
  border-radius: 18px;
  background: linear-gradient(180deg, #151e2b, #101824);
  box-shadow: 0 18px 45px rgba(0,0,0,.2);
}
.content-main { padding: 34px; }
.panel-label {
  display: inline-flex;
  height: 25px;
  align-items: center;
  padding: 0 10px;
  border-radius: 4px;
  background: rgba(0,241,10,.13);
  color: var(--green);
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.content-main h2, .side-panel h3, .split-showcase h2, .timeline-panel h2, .faq-section h2, .linking-panel h2 {
  margin: 18px 0 16px;
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: -.04em;
}
.content-main p, .side-panel p, .split-showcase p, .timeline-panel p, .faq-section p, .linking-panel p {
  color: #99a4b5;
  font-size: 17px;
  line-height: 1.68;
  margin: 0 0 16px;
}
.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.075);
}
.keyword-cloud strong { color: #fff; margin-right: 4px; }
.keyword-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: #cdd5e0;
  font-weight: 800;
  font-size: 13px;
}
.side-panel {
  padding: 28px;
  background: radial-gradient(circle at 100% 0, rgba(0,241,10,.18), transparent 36%), linear-gradient(180deg, #151e2b, #101824);
}
.side-panel .primary-btn, .side-panel .secondary-btn { width: 100%; margin-top: 12px; }
.split-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.split-showcase article { padding: 30px; min-height: 250px; position: relative; overflow: hidden; }
.split-showcase article::after { content: ""; position: absolute; right: -60px; top: -70px; width: 180px; height: 180px; border-radius: 50%; background: rgba(0,241,10,.16); filter: blur(18px); }
.split-showcase article:nth-child(2)::after { background: rgba(99,102,241,.2); }
.split-showcase span { color: var(--yellow); font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
.split-showcase a {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  background: var(--green);
  color: #041004;
  font-weight: 900;
  margin-top: 10px;
}
.timeline-panel { padding: 34px; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.steps article { padding: 24px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.035); }
.steps b { color: var(--green); font-size: 28px; }
.steps h3 { margin: 12px 0 8px; font-size: 21px; }
.faq-section, .linking-panel { padding: 34px; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.035); overflow: hidden; }
summary { cursor: pointer; padding: 18px 20px; font-weight: 900; color: #eef2f7; }
details p { padding: 0 20px 18px; margin: 0; }
.linking-panel div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.linking-panel a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #2e3746;
  color: #e7edf6;
  font-weight: 800;
  font-size: 14px;
}
.affiliate-note { font-size: 13px !important; color: #687486 !important; margin-top: 14px !important; }
.page-hero { min-height: 620px; }
.page-hero .hero-copy { min-height: 520px; }
.page-hero h1 { font-size: 62px; }
.home-hero h1 span, .page-hero h1 span { display: inline; color: var(--green); }

@media (max-width: 1180px) {
  .vip-filter, .content-panel, .split-showcase, .timeline-panel, .faq-section, .linking-panel { width: min(100% - 48px, 1232px); }
  .content-panel { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .vip-filter, .content-panel, .split-showcase, .timeline-panel, .faq-section, .linking-panel {
    width: min(362px, calc(100vw - 28px)) !important;
    max-width: min(362px, calc(100vw - 28px)) !important;
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .filter-card { padding: 12px; }
  .content-main, .side-panel, .timeline-panel, .faq-section, .linking-panel { padding: 22px; }
  .content-main h2, .side-panel h3, .split-showcase h2, .timeline-panel h2, .faq-section h2, .linking-panel h2 { font-size: 27px; }
  .content-main p, .side-panel p, .split-showcase p, .timeline-panel p, .faq-section p, .linking-panel p { font-size: 15px; }
  .split-showcase { grid-template-columns: 1fr; }
  .split-showcase article { padding: 24px; }
  .page-hero h1 { font-size: 34px; }
  .top-right { display: none; }
}


.bonus-claim {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(0,241,10,.32);
  border-radius: 10px;
  background: linear-gradient(135deg, var(--green), #72ff7c);
  color: #041004;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 0 26px rgba(0,241,10,.28);
}
.bonus-claim:hover { transform: translateY(-1px); box-shadow: 0 0 34px rgba(0,241,10,.38); }
.betway-claim {
  border-color: rgba(99,102,241,.38);
  background: linear-gradient(135deg, #f5f7fb, #9ea8ff);
  color: #07101f;
  box-shadow: 0 0 26px rgba(99,102,241,.24);
}
@media (max-width: 720px) {
  .bonus-claim { min-height: 56px; font-size: 16px; padding-left: 14px; padding-right: 14px; }
}
