/* =============================================
   SPINBET CASINO NZ – assets/styles.css
   ============================================= */

/* ---- RESET & BASE ---- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #DCDBE0;
  background-color: #150E25;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul { list-style: none; }

/* ---- CSS VARIABLES ---- */
:root {
  --gold: #FADF56;
  --purple-deep: #211442;
  --purple-mid: #180C35;
  --purple-main: #150E25;
  --text-light: #DCDBE0;
  --text-muted: #9B9AB0;
  --border: rgba(220,219,224,0.12);
  --radius: 12px;
  --radius-lg: 20px;
  --shadow-gold: 0 4px 24px rgba(250,223,86,0.25);
  --shadow-card: 0 8px 32px rgba(0,0,0,0.4);
  --transition: 0.22s cubic-bezier(0.4,0,0.2,1);
  --container: 1200px;
}

/* ---- TYPOGRAPHY ---- */
h1, h2, h3, h4 {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.1;
  color: #fff;
}

h1 { font-size: clamp(2.4rem, 7vw, 5rem); }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
h3 { font-size: clamp(1.3rem, 3vw, 1.9rem); }
h4 { font-size: clamp(1.1rem, 2.5vw, 1.5rem); }

p { font-size: clamp(0.9rem, 2vw, 1rem); color: var(--text-light); }

/* ---- CONTAINER ---- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 28px;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(0.85rem, 2vw, 1rem);
  letter-spacing: 0.04em;
  border-radius: var(--radius);
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.btn--primary {
  background: var(--gold);
  color: #150E25;
  box-shadow: 0 4px 0 #c4a800, var(--shadow-gold);
}
.btn--primary:hover {
  background: #ffe566;
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #c4a800, 0 8px 32px rgba(250,223,86,0.45);
}
.btn--primary:active {
  transform: translateY(1px);
  box-shadow: 0 2px 0 #c4a800, var(--shadow-gold);
}

.btn--ghost {
  background: transparent;
  color: var(--gold);
  border: 2px solid var(--gold);
  box-shadow: inset 0 0 0 0 var(--gold);
}
.btn--ghost:hover {
  background: rgba(250,223,86,0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(250,223,86,0.2);
}
.btn--ghost:active { transform: translateY(1px); }

.btn--lg {
  min-height: 54px;
  padding: 14px 36px;
  font-size: clamp(0.9rem, 2.2vw, 1.1rem);
}
.btn--sm {
  min-height: 40px;
  padding: 8px 18px;
  font-size: 0.85rem;
}

/* ---- HEADER ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #180C35;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 24px rgba(0,0,0,0.5);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 68px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

.header-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.logo-img {
  height: clamp(36px, 5vw, 48px);
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  overflow-x: auto;
  scrollbar-width: none;
  flex: 1;
  justify-content: center;
}
.header-nav::-webkit-scrollbar { display: none; }

.nav-link {
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text-light);
  white-space: nowrap;
  transition: color var(--transition);
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}
.nav-link:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: 40px;
  height: 40px;
}
.burger span {
  display: block;
  height: 2px;
  background: var(--text-light);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}
.burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 8px;
  padding: 16px clamp(16px, 4vw, 48px) 24px;
  background: #180C35;
  border-top: 1px solid var(--border);
}
.mobile-menu.open { display: flex; }
.mobile-link {
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--text-light);
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  transition: color var(--transition);
}
.mobile-link:hover { color: var(--gold); }
.mt-16 { margin-top: 8px; }

/* ---- SECTION BASE ---- */
.section {
  padding: clamp(48px, 8vw, 100px) 0;
}

.section-title {
  text-align: center;
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 4vw, 3rem);
}
.section-sub {
  text-align: center;
  color: var(--text-muted);
  max-width: 760px;
  margin: 0 auto 48px;
  font-size: clamp(0.9rem, 2vw, 1.05rem);
}

/* ---- HERO ---- */
.hero {
  position: relative;
  background: var(--purple-deep);
  overflow: hidden;
  padding: 0;
}

.hero-media-link { display: block; width: 100%; }
.hero-media {
  position: relative;
  width: 100%;
  max-height: 520px;
  overflow: hidden;
}
.hero-img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(21,14,37,0) 30%, rgba(21,14,37,0.98) 100%);
}

.hero-content {
  padding: clamp(32px, 6vw, 64px) 0 clamp(48px, 8vw, 80px);
  text-align: center;
}
.hero-badge {
  display: inline-block;
  background: rgba(250,223,86,0.12);
  color: var(--gold);
  border: 1px solid rgba(250,223,86,0.3);
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hero-title {
  font-size: clamp(2.4rem, 8vw, 5.5rem);
  line-height: 1.05;
  margin-bottom: 32px;
  text-shadow: 0 4px 32px rgba(0,0,0,0.6);
}
.hero-highlight {
  color: var(--gold);
  text-shadow: 0 0 40px rgba(250,223,86,0.5);
}
.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 20px;
}
.hero-legal {
  font-size: 0.78rem;
  color: var(--text-muted);
  max-width: 500px;
  margin: 0 auto;
}

/* ---- ADVANTAGES ---- */
.advantages {
  background: var(--purple-deep);
  border-top: 1px solid var(--border);
}
.adv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.adv-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: transform var(--transition), border-color var(--transition);
}
.adv-card:hover {
  transform: translateY(-4px);
  border-color: rgba(250,223,86,0.3);
}
.adv-icon {
  font-size: 2rem;
  margin-bottom: 14px;
}
.adv-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: var(--gold);
}
.adv-card p { font-size: 0.92rem; color: var(--text-muted); }

/* ---- BONUSES ---- */
.bonuses { background: var(--purple-main); }
.bonus-hero-card {
  display: grid;
  grid-template-columns: 1fr minmax(0, 420px);
  gap: 32px;
  background: linear-gradient(135deg, #211442 0%, #180C35 100%);
  border: 1px solid rgba(250,223,86,0.25);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 48px);
  margin-bottom: 40px;
  align-items: center;
  box-shadow: var(--shadow-card);
}
.bonus-hero-text { min-width: 0; }
.bonus-tag {
  display: inline-block;
  background: var(--gold);
  color: #150E25;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.bonus-title {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  color: var(--gold);
  margin-bottom: 20px;
}
.bonus-list {
  list-style: none;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bonus-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  color: var(--text-light);
}
.bonus-list li::before {
  content: '✓';
  color: var(--gold);
  font-weight: 800;
  flex-shrink: 0;
}
.bonus-hero-media {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
}
.bonus-hero-media img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.bonus-hero-media:hover img { transform: scale(1.04); }

.promo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.promo-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 20px;
  transition: transform var(--transition), border-color var(--transition);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.promo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(250,223,86,0.3);
}
.promo-icon { font-size: 1.8rem; }
.promo-card h4 { color: var(--gold); font-size: 1.1rem; }
.promo-card p { font-size: 0.88rem; color: var(--text-muted); flex: 1; }

/* ---- HOW TO START ---- */
.howto {
  background: var(--purple-deep);
  border-top: 1px solid var(--border);
}
.steps-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.step-card {
  flex: 1;
  min-width: 160px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 20px;
  transition: border-color var(--transition);
}
.step-card:hover { border-color: rgba(250,223,86,0.4); }
.step-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.8rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 10px;
}
.step-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.step-card p { font-size: 0.88rem; color: var(--text-muted); }
.step-arrow {
  font-size: 1.5rem;
  color: var(--gold);
  margin-top: 28px;
  flex-shrink: 0;
  opacity: 0.6;
}
.howto-cta { text-align: center; }

/* ---- SPORTS ---- */
.sports { background: var(--purple-main); }
.sports-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}
.sports-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--transition), border-color var(--transition);
  display: flex;
  flex-direction: column;
}
.sports-card:hover {
  transform: translateY(-4px);
  border-color: rgba(250,223,86,0.3);
}
.sports-media {
  display: block;
  overflow: hidden;
}
.sports-media img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.sports-card:hover .sports-media img { transform: scale(1.05); }
.sports-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.sports-info h3 { font-size: 1.2rem; color: var(--gold); }
.sports-info p { font-size: 0.88rem; color: var(--text-muted); flex: 1; }

.sports-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.sf-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(250,223,86,0.08);
  border: 1px solid rgba(250,223,86,0.2);
  border-radius: 999px;
  padding: 8px 20px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--gold);
}
.sf-icon { font-size: 1.1rem; }

/* ---- CASINO ---- */
.casino { background: var(--purple-deep); border-top: 1px solid var(--border); }
.casino-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: 40px;
  align-items: center;
  margin-bottom: 48px;
}
.casino-row--reverse { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); }
.casino-row--reverse .casino-media { order: 2; }
.casino-row--reverse .casino-text { order: 1; }

.casino-media {
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}
.casino-media img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.casino-media:hover img { transform: scale(1.04); }

.casino-text h3 { color: var(--gold); margin-bottom: 14px; }
.casino-text p { color: var(--text-muted); margin-bottom: 14px; font-size: 0.93rem; }

.game-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.game-tag {
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 20px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--text-light);
  transition: background var(--transition), border-color var(--transition), color var(--transition);
}
.game-tag:hover {
  background: rgba(250,223,86,0.12);
  border-color: rgba(250,223,86,0.4);
  color: var(--gold);
}

/* ---- MOBILE SECTION ---- */
.mobile-section { background: var(--purple-main); }
.mobile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.mobile-feature {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: transform var(--transition), border-color var(--transition);
}
.mobile-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(250,223,86,0.3);
}
.mf-icon { font-size: 2.2rem; margin-bottom: 14px; }
.mobile-feature h3 { color: var(--gold); margin-bottom: 10px; font-size: 1.2rem; }
.mobile-feature p { font-size: 0.9rem; color: var(--text-muted); }

/* ---- PAYMENTS ---- */
.payments { background: var(--purple-deep); border-top: 1px solid var(--border); }
.pay-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  margin-bottom: 32px;
}
.pay-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 480px;
}
.pay-table th, .pay-table td {
  padding: 14px 16px;
  text-align: left;
  font-size: 0.88rem;
  border-bottom: 1px solid var(--border);
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
.pay-table th {
  background: rgba(250,223,86,0.08);
  color: var(--gold);
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.pay-table tr:last-child td { border-bottom: none; }
.pay-table tbody tr:hover { background: rgba(255,255,255,0.03); }

.pay-notes {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pay-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-muted);
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 18px;
}
.pn-icon { font-size: 1.2rem; flex-shrink: 0; }

/* ---- SUPPORT ---- */
.support { background: var(--purple-main); }
.support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.support-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  transition: transform var(--transition), border-color var(--transition);
}
.support-card:hover {
  transform: translateY(-4px);
  border-color: rgba(250,223,86,0.3);
}
.sc-icon { font-size: 2rem; margin-bottom: 12px; }
.support-card h3 { color: var(--gold); margin-bottom: 10px; font-size: 1.2rem; }
.support-card p { font-size: 0.88rem; color: var(--text-muted); }

/* ---- FAQ ---- */
.faq { background: var(--purple-deep); border-top: 1px solid var(--border); }
.faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color var(--transition);
}
.faq-item:has(.faq-q[aria-expanded="true"]) { border-color: rgba(250,223,86,0.3); }
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 20px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: clamp(0.9rem, 2vw, 1rem);
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: color var(--transition);
}
.faq-q:hover { color: var(--gold); }
.faq-q::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform var(--transition);
  color: var(--gold);
}
.faq-q[aria-expanded="true"] { color: var(--gold); }
.faq-q[aria-expanded="true"]::after { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1);
}
.faq-a.open { max-height: 400px; }
.faq-a p {
  padding: 0 20px 18px;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ---- FINAL CTA ---- */
.final-cta {
  background: linear-gradient(135deg, #211442 0%, #180C35 60%, #211442 100%);
  border-top: 1px solid rgba(250,223,86,0.15);
  border-bottom: 1px solid rgba(250,223,86,0.15);
}
.final-cta .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: 48px;
  align-items: center;
}
.final-cta-media {
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(250,223,86,0.2);
}
.final-cta-media img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.final-cta-media:hover img { transform: scale(1.04); }
.final-cta-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 14px;
}
.final-cta-bonus {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.2rem, 3vw, 2rem);
  color: var(--gold);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.final-cta-sub {
  color: var(--text-muted);
  margin-bottom: 28px;
  font-size: 0.95rem;
}
.final-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 16px;
}
.cta-legal { font-size: 0.76rem; color: var(--text-muted); }

/* ---- FOOTER ---- */
.site-footer {
  background: #0D0820;
  border-top: 1px solid var(--border);
  padding: clamp(40px, 6vw, 72px) 0 24px;
}
.footer-top {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.footer-logo img {
  height: clamp(36px, 5vw, 50px);
  width: auto;
  object-fit: contain;
  max-width: 180px;
  flex-shrink: 0;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}
.footer-links a {
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--text-muted);
  transition: color var(--transition);
}
.footer-links a:hover { color: var(--gold); }

.footer-legal {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-legal p { font-size: 0.78rem; color: var(--text-muted); line-height: 1.65; }
.footer-legal a { color: var(--gold); }
.footer-age { font-size: 0.82rem; }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
  color: var(--text-muted);
  border-top: 1px solid var(--border);
  padding-top: 20px;
}
.footer-contacts {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-contacts a {
  color: var(--gold);
  transition: opacity var(--transition);
  font-size: 0.82rem;
}
.footer-contacts a:hover { opacity: 0.8; }

/* ---- CATFISH ---- */
.catfish {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: linear-gradient(90deg, #211442 0%, #180C35 100%);
  border-top: 2px solid var(--gold);
  padding: 10px 16px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.5);
}
.catfish.hidden { display: none; }
.catfish-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: calc(100% - 8px);
  width: 100%;
  max-width: var(--container);
}
.catfish-text {
  flex: 1;
  min-width: 0;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: clamp(0.75rem, 2.2vw, 0.92rem);
  color: var(--gold);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catfish-close {
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  font-size: 1rem;
  padding: 4px 6px;
  flex-shrink: 0;
  transition: color var(--transition);
}
.catfish-close:hover { color: #fff; }

/* ---- EXIT POPUP ---- */
.exit-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0,0,0,0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}
.exit-overlay.visible {
  opacity: 1;
  pointer-events: all;
}
.exit-popup {
  background: linear-gradient(135deg, #211442 0%, #180C35 100%);
  border: 1px solid rgba(250,223,86,0.35);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 5vw, 52px);
  max-width: 520px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0 24px 64px rgba(0,0,0,0.7);
}
.exit-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255,255,255,0.08);
  border: none;
  color: var(--text-light);
  font-size: 1.1rem;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
}
.exit-close:hover { background: rgba(255,255,255,0.18); }
.exit-badge {
  display: inline-block;
  background: rgba(250,223,86,0.12);
  color: var(--gold);
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.exit-title {
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  color: var(--gold);
  margin-bottom: 14px;
}
.exit-sub {
  color: var(--text-muted);
  margin-bottom: 28px;
  font-size: 0.9rem;
}
.exit-dismiss {
  display: block;
  width: 100%;
  margin-top: 14px;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 0.82rem;
  cursor: pointer;
  padding: 8px;
  transition: color var(--transition);
  font-family: 'DM Sans', sans-serif;
}
.exit-dismiss:hover { color: var(--text-light); }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .adv-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .promo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sports-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .casino-row { grid-template-columns: 1fr; gap: 24px; }
  .casino-row--reverse .casino-media { order: 0; }
  .casino-row--reverse .casino-text { order: 0; }
  .final-cta .container { grid-template-columns: 1fr; }
  .final-cta-media { max-height: 280px; overflow: hidden; }
}

@media (max-width: 768px) {
  .burger { display: flex; }
  .header-nav { display: none; }
  .adv-grid { grid-template-columns: 1fr; }
  .promo-grid { grid-template-columns: 1fr; }
  .sports-grid { grid-template-columns: 1fr; }
  .support-grid { grid-template-columns: 1fr; }
  .mobile-grid { grid-template-columns: 1fr; }
  .bonus-hero-card {
    grid-template-columns: 1fr;
  }
  .steps-row {
    flex-direction: column;
    gap: 16px;
  }
  .step-arrow { display: none; }
  .step-card { min-width: 0; width: 100%; }
  .hero-cta-group .btn { width: 100%; }
  .final-cta-btns .btn { width: 100%; }
  .catfish-text { white-space: normal; font-size: 0.78rem; }
  .footer-top { flex-direction: column; gap: 20px; }
}

@media (max-width: 480px) {
  .header-actions .btn--sm { display: none; }
  .hero-title { font-size: clamp(2rem, 9vw, 3rem); }
  .pay-table th, .pay-table td { padding: 10px 10px; font-size: 0.78rem; }
  .adv-grid, .promo-grid, .sports-grid, .support-grid, .mobile-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .sports-features { gap: 8px; }
  .sf-item { font-size: 0.78rem; padding: 6px 14px; }
  .game-tags { gap: 8px; }
  .game-tag { font-size: 0.78rem; padding: 6px 14px; }
}

@media (max-width: 360px) {
  .hero-title { font-size: 1.9rem; }
  .section-title { font-size: 1.6rem; }
}