/* ============================================================
   SUPERBET UK – assets/styles.css
   ============================================================ */

/* ── Custom Properties ─────────────────────────────────────── */
:root {
  --clr-primary:     #97185A;
  --clr-primary-dk:  #7a1249;
  --clr-btn:         #634053;
  --clr-btn-dk:      #4e3342;
  --clr-bg:          #0C0509;
  --clr-header-bg:   #32041E;
  --clr-surface:     #1a0c13;
  --clr-surface-2:   #23101a;
  --clr-border:      rgba(151,24,90,0.25);
  --clr-text:        #FFFFFF;
  --clr-text-muted:  rgba(255,255,255,0.65);
  --clr-text-dim:    rgba(255,255,255,0.40);
  --clr-accent:      #e8407a;
  --clr-gold:        #f5c842;

  --radius-sm:  6px;
  --radius-md:  12px;
  --radius-lg:  20px;
  --radius-xl:  32px;

  --shadow-btn:    0 4px 20px rgba(151,24,90,0.55), 0 1px 4px rgba(0,0,0,0.4);
  --shadow-btn-hv: 0 8px 32px rgba(151,24,90,0.75), 0 2px 8px rgba(0,0,0,0.5);
  --shadow-card:   0 4px 24px rgba(0,0,0,0.5);

  --font-display: 'Georgia', 'Times New Roman', serif;
  --font-body:    'Trebuchet MS', 'Segoe UI', sans-serif;

  --container-max: 1180px;
  --container-pad: clamp(16px, 4vw, 48px);
  --header-h:      68px;
}

/* ── Reset & Base ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  overflow-x: hidden;
  width: 100%;
  background: var(--clr-bg);
  color: var(--clr-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

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

ul { list-style: none; }

/* ── Typography helpers ─────────────────────────────────────── */
.section__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: var(--clr-text);
  margin-bottom: 0.6rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.section__intro {
  color: var(--clr-text-muted);
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  max-width: 760px;
  margin-bottom: 2.4rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* ── Container ──────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

/* ── Sections ───────────────────────────────────────────────── */
.section {
  padding-block: clamp(48px, 7vw, 96px);
  position: relative;
}

.section:nth-child(odd) { background: var(--clr-bg); }
.section:nth-child(even) { background: var(--clr-surface); }

/* ── Buttons ────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 13px 28px;
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: clamp(0.9rem, 1.4vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: center;
  position: relative;
}

.btn--primary {
  background: linear-gradient(135deg, var(--clr-primary) 0%, #b81e6e 100%);
  color: #fff;
  box-shadow: var(--shadow-btn);
  border: 1px solid rgba(255,255,255,0.12);
}
.btn--primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: var(--shadow-btn-hv);
  background: linear-gradient(135deg, #b81e6e 0%, var(--clr-primary) 100%);
}
.btn--primary:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 10px rgba(151,24,90,0.4);
}

.btn--ghost {
  background: transparent;
  color: var(--clr-text);
  border: 2px solid var(--clr-btn);
  box-shadow: 0 2px 12px rgba(99,64,83,0.3);
}
.btn--ghost:hover {
  background: var(--clr-btn);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(99,64,83,0.5);
}
.btn--ghost:active {
  transform: translateY(0);
}

/* ── Media / Image blocks ───────────────────────────────────── */
.media-link { display: block; }

.media {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--clr-border);
  background: var(--clr-surface-2);
  margin-bottom: 2.4rem;
  max-height: 480px;
}

.media__img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: contain;
  display: block;
  transition: transform 0.4s ease;
}

.media-link:hover .media__img { transform: scale(1.02); }

/* ── CATFISH ────────────────────────────────────────────────── */
.catfish {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background: linear-gradient(90deg, var(--clr-header-bg) 0%, #5a0e35 100%);
  border-top: 2px solid var(--clr-primary);
  padding: 10px var(--container-pad);
  padding-bottom: max(10px, env(safe-area-inset-bottom));
  box-shadow: 0 -4px 24px rgba(0,0,0,0.6);
  transition: transform 0.35s ease;
}

.catfish.hidden { transform: translateY(110%); }

.catfish__inner {
  max-width: var(--container-max);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
}

.catfish__text {
  flex: 1;
  min-width: 0;
  font-weight: 800;
  font-size: clamp(0.8rem, 2.2vw, 1rem);
  color: var(--clr-gold);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.catfish__btn {
  flex-shrink: 0;
  min-height: 40px;
  padding: 10px 20px;
  font-size: 0.85rem;
}

.catfish__close {
  flex-shrink: 0;
  background: none;
  border: none;
  color: var(--clr-text-muted);
  font-size: 1.2rem;
  cursor: pointer;
  padding: 6px;
  line-height: 1;
  transition: color 0.2s;
}
.catfish__close:hover { color: #fff; }

/* ── EXIT POPUP ──────────────────────────────────────────────── */
.exit-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.82);
  backdrop-filter: blur(6px);
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.exit-overlay.active { display: flex; }

.exit-popup {
  background: linear-gradient(160deg, var(--clr-surface) 0%, #2a0d1e 100%);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-xl);
  padding: clamp(28px, 5vw, 52px);
  max-width: 520px;
  width: 100%;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.8);
  animation: popIn 0.35s cubic-bezier(0.34,1.56,0.64,1) forwards;
}

@keyframes popIn {
  from { opacity: 0; transform: scale(0.85); }
  to   { opacity: 1; transform: scale(1); }
}

.exit-popup__close {
  position: absolute;
  top: 16px;
  right: 18px;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: var(--clr-text-muted);
  cursor: pointer;
  transition: color 0.2s;
}
.exit-popup__close:hover { color: #fff; }

.exit-popup__badge {
  display: inline-block;
  background: var(--clr-gold);
  color: #000;
  font-weight: 900;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  padding: 4px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.exit-popup__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
.exit-popup__title span {
  color: var(--clr-gold);
  display: block;
}

.exit-popup__sub {
  color: var(--clr-text-muted);
  margin-bottom: 24px;
  font-size: 0.95rem;
}

.exit-popup__btn { width: 100%; }

.exit-popup__note {
  margin-top: 14px;
  font-size: 0.75rem;
  color: var(--clr-text-dim);
}

/* ── HEADER ──────────────────────────────────────────────────── */
.header {
  position: sticky;
  top: 0;
  z-index: 8000;
  background: var(--clr-header-bg);
  border-bottom: 1px solid rgba(151,24,90,0.35);
  height: var(--header-h);
  box-shadow: 0 2px 20px rgba(0,0,0,0.5);
}

.header__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}

.header__logo { display: flex; align-items: center; flex-shrink: 0; }

.header__logo-img {
  height: 44px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.header__nav::-webkit-scrollbar { display: none; }

.header__nav-link {
  white-space: nowrap;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--clr-text-muted);
  transition: background 0.18s, color 0.18s;
}
.header__nav-link:hover {
  background: rgba(151,24,90,0.2);
  color: #fff;
}

.header__cta {
  flex-shrink: 0;
  min-height: 40px;
  padding: 10px 22px;
  font-size: 0.85rem;
}

.header__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-shrink: 0;
}
.header__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--clr-text);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

/* Burger active state */
.header__burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header__burger.active span:nth-child(2) { opacity: 0; }
.header__burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav dropdown */
.header__nav.open {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  background: var(--clr-header-bg);
  border-bottom: 1px solid var(--clr-border);
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 12px 16px 16px;
  overflow-x: visible;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5);
  z-index: 8001;
}
.header__nav.open .header__nav-link {
  padding: 12px 16px;
  border-radius: var(--radius-sm);
}

/* ── HERO ────────────────────────────────────────────────────── */
.hero { padding: 0; background: var(--clr-bg); }

.hero__banner-link { display: block; }
.hero__banner {
  width: 100%;
  overflow: hidden;
  max-height: 520px;
  background: var(--clr-surface-2);
}
.hero__banner-img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.4s ease;
}
.hero__banner-link:hover .hero__banner-img { transform: scale(1.02); }

.hero__content {
  text-align: center;
  padding-block: clamp(36px, 6vw, 72px);
}

.hero__eyebrow {
  display: inline-block;
  background: rgba(151,24,90,0.18);
  border: 1px solid rgba(151,24,90,0.4);
  color: var(--clr-accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.hero__bonus {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 8vw, 6rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--clr-gold);
  text-shadow: 0 0 40px rgba(245,200,66,0.35), 0 2px 0 rgba(0,0,0,0.5);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  animation: glow 2.5s ease-in-out infinite alternate;
}

@keyframes glow {
  from { text-shadow: 0 0 20px rgba(245,200,66,0.3), 0 2px 0 rgba(0,0,0,0.5); }
  to   { text-shadow: 0 0 60px rgba(245,200,66,0.6), 0 0 100px rgba(151,24,90,0.3), 0 2px 0 rgba(0,0,0,0.5); }
}

.hero__sub {
  color: var(--clr-text-muted);
  font-size: clamp(0.9rem, 1.8vw, 1.05rem);
  margin-bottom: 28px;
}

.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 20px;
}

.hero__legal {
  font-size: 0.75rem;
  color: var(--clr-text-dim);
}

/* ── ADVANTAGES ──────────────────────────────────────────────── */
.advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.advantage-card {
  background: var(--clr-surface-2);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-lg);
  padding: clamp(20px, 3vw, 32px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
}
.advantage-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.4);
  border-color: rgba(151,24,90,0.5);
}

.advantage-card__icon {
  font-size: 2rem;
  margin-bottom: 14px;
}

.advantage-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--clr-text);
}

.advantage-card__text {
  font-size: 0.9rem;
  color: var(--clr-text-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* ── BONUSES ─────────────────────────────────────────────────── */
.bonuses__hero-offer {
  text-align: center;
  background: linear-gradient(135deg, #2a0d1e 0%, #3d1128 100%);
  border: 1px solid var(--clr-primary);
  border-radius: var(--radius-xl);
  padding: clamp(28px, 5vw, 56px);
  margin-bottom: 2.4rem;
  position: relative;
  overflow: hidden;
}
.bonuses__hero-offer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(151,24,90,0.2) 0%, transparent 70%);
  pointer-events: none;
}

.bonuses__offer-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clr-accent);
  margin-bottom: 12px;
}

.bonuses__offer-value {
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 4.5rem);
  font-weight: 700;
  color: var(--clr-gold);
  text-shadow: 0 0 30px rgba(245,200,66,0.4);
  margin-bottom: 16px;
  line-height: 1.1;
}

.bonuses__offer-desc {
  color: var(--clr-text-muted);
  max-width: 560px;
  margin-inline: auto;
  margin-bottom: 24px;
  font-size: 0.95rem;
}

.bonuses__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 2rem;
}

.bonus-card {
  background: var(--clr-surface-2);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: clamp(18px, 2.5vw, 28px);
  transition: border-color 0.25s, transform 0.25s;
}
.bonus-card:hover {
  border-color: rgba(151,24,90,0.5);
  transform: translateY(-2px);
}

.bonus-card__tag {
  display: inline-block;
  background: rgba(151,24,90,0.2);
  border: 1px solid rgba(151,24,90,0.35);
  color: var(--clr-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 10px;
}

.bonus-card__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.bonus-card__text {
  font-size: 0.88rem;
  color: var(--clr-text-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.bonuses__cta-wrap { text-align: center; }

.bonuses__legal {
  margin-top: 14px;
  font-size: 0.73rem;
  color: var(--clr-text-dim);
}

/* ── HOW TO ──────────────────────────────────────────────────── */
.how-to__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 2.4rem;
  counter-reset: steps;
}

.step {
  background: var(--clr-surface-2);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-lg);
  padding: clamp(20px, 3vw, 32px);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s, border-color 0.25s;
}
.step:hover {
  transform: translateY(-3px);
  border-color: rgba(151,24,90,0.5);
}

.step__number {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(151,24,90,0.18);
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.04em;
}

.step__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--clr-text);
}

.step__text {
  font-size: 0.88rem;
  color: var(--clr-text-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.how-to__cta { text-align: center; }

/* ── SPORTS ──────────────────────────────────────────────────── */
.sports__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 32px;
  align-items: start;
  margin-bottom: 2rem;
}

.sports__text h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: 1.4rem;
  margin-bottom: 8px;
  color: var(--clr-accent);
}
.sports__text h3:first-child { margin-top: 0; }

.sports__text p {
  font-size: 0.93rem;
  color: var(--clr-text-muted);
  margin-bottom: 12px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sports__highlights {
  background: var(--clr-surface-2);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-lg);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(151,24,90,0.1);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-weight: 600;
  overflow-wrap: anywhere;
  word-break: break-word;
  min-width: 0;
  transition: background 0.2s;
}
.highlight-item:hover { background: rgba(151,24,90,0.2); }

.highlight-item__icon { font-size: 1.2rem; flex-shrink: 0; }

.sports__cta { text-align: center; }

/* ── CASINO ──────────────────────────────────────────────────── */
.casino__review h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--clr-accent);
  margin-bottom: 10px;
  margin-top: 1.6rem;
}
.casino__review h3:first-child { margin-top: 0; }

.casino__review p {
  font-size: 0.93rem;
  color: var(--clr-text-muted);
  margin-bottom: 12px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.casino__verdict {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: 2rem;
  background: linear-gradient(135deg, #2a0d1e 0%, #3d1128 100%);
  border: 1px solid var(--clr-primary);
  border-radius: var(--radius-lg);
  padding: clamp(20px, 3vw, 36px);
}

.casino__verdict-icon {
  font-size: 2.4rem;
  flex-shrink: 0;
  line-height: 1;
}

.casino__verdict-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--clr-gold);
}

.casino__verdict-content p {
  font-size: 0.93rem;
  color: var(--clr-text-muted);
  margin-bottom: 16px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* ── MOBILE SECTION ──────────────────────────────────────────── */
.mobile__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 2rem;
}

.mobile__feature {
  background: var(--clr-surface-2);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-lg);
  padding: clamp(20px, 3vw, 32px);
  transition: transform 0.25s, border-color 0.25s;
}
.mobile__feature:hover {
  transform: translateY(-3px);
  border-color: rgba(151,24,90,0.5);
}

.mobile__feature-icon { font-size: 2rem; margin-bottom: 14px; }

.mobile__feature h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.mobile__feature p {
  font-size: 0.9rem;
  color: var(--clr-text-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.mobile__cta { text-align: center; }

/* ── PAYMENTS ────────────────────────────────────────────────── */
.payments__table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--clr-border);
  margin-bottom: 1.6rem;
}

.payments__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.9rem;
}

.payments__table th,
.payments__table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--clr-border);
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.payments__table th {
  background: var(--clr-surface-2);
  font-weight: 700;
  color: var(--clr-accent);
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.payments__table tbody tr:nth-child(even) {
  background: rgba(255,255,255,0.02);
}
.payments__table tbody tr:last-child td { border-bottom: none; }
.payments__table tbody tr:hover { background: rgba(151,24,90,0.08); }

.payments__note {
  font-size: 0.82rem;
  color: var(--clr-text-dim);
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* ── SUPPORT ─────────────────────────────────────────────────── */
.support__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 2rem;
}

.support__channel {
  background: var(--clr-surface-2);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-lg);
  padding: clamp(20px, 3vw, 32px);
  transition: transform 0.25s, border-color 0.25s;
}
.support__channel:hover {
  transform: translateY(-3px);
  border-color: rgba(151,24,90,0.5);
}

.support__icon { font-size: 2rem; margin-bottom: 14px; }

.support__channel h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.support__channel p {
  font-size: 0.9rem;
  color: var(--clr-text-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.support__cta { text-align: center; }

/* ── FAQ ─────────────────────────────────────────────────────── */
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 860px;
}

.faq__item {
  background: var(--clr-surface-2);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 0.25s;
}
.faq__item:has(.faq__question[aria-expanded="true"]) {
  border-color: rgba(151,24,90,0.5);
}

.faq__question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 22px;
  text-align: left;
  color: var(--clr-text);
  font-size: 0.97rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color 0.2s;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.faq__question:hover { color: var(--clr-accent); }

.faq__question::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 400;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: var(--clr-primary);
}
.faq__question[aria-expanded="true"]::after {
  transform: rotate(45deg);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.faq__answer.open {
  max-height: 400px;
  padding-bottom: 18px;
}

.faq__answer p {
  padding: 0 22px;
  font-size: 0.9rem;
  color: var(--clr-text-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* ── FINAL CTA ───────────────────────────────────────────────── */
.final-cta {
  background: linear-gradient(160deg, #1a0c13 0%, #2d0f20 100%);
  border-top: 1px solid var(--clr-border);
  border-bottom: 1px solid var(--clr-border);
}

.final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.final-cta__img-link { display: block; }

.final-cta__media {
  max-height: 380px;
  margin-bottom: 0;
}

.final-cta__eyebrow {
  display: inline-block;
  background: rgba(151,24,90,0.18);
  border: 1px solid rgba(151,24,90,0.4);
  color: var(--clr-accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.final-cta__title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 16px;
}
.final-cta__title span {
  color: var(--clr-gold);
}

.final-cta__text {
  color: var(--clr-text-muted);
  font-size: 0.93rem;
  margin-bottom: 24px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.final-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 16px;
}

.final-cta__legal {
  font-size: 0.73rem;
  color: var(--clr-text-dim);
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* ── FOOTER ──────────────────────────────────────────────────── */
.footer {
  background: var(--clr-header-bg);
  border-top: 1px solid var(--clr-border);
  padding-block: clamp(40px, 5vw, 64px);
}

.footer__inner { display: flex; flex-direction: column; gap: 28px; }

.footer__top {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer__logo-link { display: inline-flex; }

.footer__logo {
  height: 48px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.footer__tagline {
  color: var(--clr-text-muted);
  font-size: 0.9rem;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}

.footer__links a {
  color: var(--clr-text-muted);
  font-size: 0.88rem;
  transition: color 0.2s;
}
.footer__links a:hover { color: var(--clr-accent); }

.footer__legal {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__legal p {
  font-size: 0.8rem;
  color: var(--clr-text-dim);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.footer__copyright { font-size: 0.78rem !important; color: rgba(255,255,255,0.25) !important; }

.footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badge {
  display: inline-block;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--clr-text-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
}

/* ── RESPONSIVE ──────────────────────────────────────────────── */

/* Tablet: ≤ 900px */
@media (max-width: 900px) {
  .advantages__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .how-to__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sports__content { grid-template-columns: minmax(0, 1fr); }
  .sports__highlights { flex-direction: row; flex-wrap: wrap; }
  .final-cta__inner { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .final-cta__media { max-height: 280px; }
  .payments__table th:nth-child(3),
  .payments__table td:nth-child(3) { display: none; }
}

/* Mobile: ≤ 640px */
@media (max-width: 640px) {
  :root { --header-h: 60px; }

  .header__nav { display: none; }
  .header__nav.open { display: flex; }
  .header__cta { display: none; }
  .header__burger { display: flex; }

  .advantages__grid { grid-template-columns: minmax(0, 1fr); }
  .bonuses__grid { grid-template-columns: minmax(0, 1fr); }
  .how-to__steps { grid-template-columns: minmax(0, 1fr); }
  .mobile__grid { grid-template-columns: minmax(0, 1fr); }
  .support__grid { grid-template-columns: minmax(0, 1fr); }

  .hero__ctas { flex-direction: column; align-items: stretch; }
  .hero__ctas .btn { width: 100%; }

  .final-cta__buttons { flex-direction: column; }
  .final-cta__buttons .btn { width: 100%; }

  .casino__verdict { flex-direction: column; }

  .catfish__text { font-size: 0.78rem; }

  .payments__table { font-size: 0.8rem; }
  .payments__table th,
  .payments__table td { padding: 10px 12px; }

  .bonuses__hero-offer { padding: 24px 16px; }
}

/* Extra small: ≤ 400px */
@media (max-width: 400px) {
  .hero__bonus { font-size: 2.2rem; }
  .bonuses__offer-value { font-size: 1.9rem; }
  .section__title { font-size: 1.5rem; }

  .payments__table th:nth-child(2),
  .payments__table td:nth-child(2) { display: none; }
}
.sisal-matchpoint-guida{
  max-width:62.5rem;
  margin:0 auto;
  padding:2rem 1rem;
  display:flex;
  flex-direction:column;
  gap:1.5rem;
  color:#1a1a1a;
  font-family:'Segoe UI','Helvetica Neue',Arial,sans-serif;
  background:#ffffff;
  border:1.5px solid #e8e8e8;
  border-radius:0.75rem;
  border-left:4px solid #FF8E0E;
}
.sisal-matchpoint-guida__title{
  margin:0;
  font-size:1.4rem;
  font-weight:900;
  line-height:1.25;
  color:#222222;
  letter-spacing:-0.01em;
}
.sisal-matchpoint-guida__lead{
  background:rgba(255,142,14,0.06);
  border:1.5px solid rgba(255,142,14,0.30);
  border-radius:0.75rem;
  padding:1rem;
}
.sisal-matchpoint-guida__lead p{
  margin:0;
  color:#333333;
  font-size:1rem;
  line-height:1.7;
}
.sisal-matchpoint-guida__lead em{
  color:#FF8E0E;
  font-style:italic;
  font-weight:600;
}
.sisal-matchpoint-guida__article{
  display:flex;
  flex-direction:column;
  gap:0.7rem;
  padding-top:0.5rem;
  border-top:1px solid #e8e8e8;
}
.sisal-matchpoint-guida__article:first-of-type{
  border-top:0;
  padding-top:0;
}
.sisal-matchpoint-guida__h3{
  margin:0;
  font-size:1.15rem;
  font-weight:800;
  color:#222222;
  line-height:1.3;
}
.sisal-matchpoint-guida__h3::before{
  content:"";
  display:inline-block;
  width:0.5rem;
  height:0.5rem;
  background:#FF8E0E;
  border-radius:50%;
  margin-right:0.6rem;
  vertical-align:middle;
  transform:translateY(-0.125rem);
}
.sisal-matchpoint-guida__h4{
  margin:0.5rem 0 0.1rem;
  font-size:1rem;
  font-weight:800;
  color:#FF8E0E;
}
.sisal-matchpoint-guida__article p,
.sisal-matchpoint-guida__aside p{
  margin:0;
  color:#444444;
  font-size:0.95rem;
  line-height:1.75;
}
.sisal-matchpoint-guida__article strong,
.sisal-matchpoint-guida__aside strong,
.sisal-matchpoint-guida__lead strong{
  color:#1a1a1a;
  font-weight:800;
}
.sisal-matchpoint-guida__article em,
.sisal-matchpoint-guida__aside em{
  color:#e07800;
  font-style:italic;
  font-weight:600;
}
.sisal-matchpoint-guida__list,
.sisal-matchpoint-guida__olist{
  margin:0;
  padding-left:1.25rem;
  display:flex;
  flex-direction:column;
  gap:0.45rem;
  color:#444444;
  font-size:0.95rem;
  line-height:1.7;
}
.sisal-matchpoint-guida__list{
  list-style:disc;
}
.sisal-matchpoint-guida__olist{
  list-style:decimal;
}
.sisal-matchpoint-guida__list li::marker,
.sisal-matchpoint-guida__olist li::marker{
  color:#FF8E0E;
  font-weight:800;
}
.sisal-matchpoint-guida__table{
  display:block;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  width:100%;
  margin:0.5rem 0 0;
  border-collapse:collapse;
  background:#ffffff;
  border:1px solid #e8e8e8;
  border-radius:0.625rem;
  font-size:0.85rem;
  box-shadow:0 2px 8px rgba(0,0,0,0.05);
}
.sisal-matchpoint-guida__table thead{
  background:linear-gradient(135deg,#FF8E0E 0%,#e07800 100%);
}
.sisal-matchpoint-guida__table th,
.sisal-matchpoint-guida__table td{
  text-align:left;
  padding:0.65rem 0.75rem;
  border-bottom:1px solid #e8e8e8;
  vertical-align:top;
  color:#444444;
  line-height:1.5;
}
.sisal-matchpoint-guida__table th{
  color:#ffffff;
  font-weight:800;
  font-size:0.82rem;
  letter-spacing:0.03em;
  text-transform:uppercase;
  white-space:nowrap;
}
.sisal-matchpoint-guida__table tbody tr:last-child td{
  border-bottom:0;
}
.sisal-matchpoint-guida__table tbody tr:nth-child(even) td{
  background:rgba(255,142,14,0.04);
}
.sisal-matchpoint-guida__table tbody tr:hover td{
  background:rgba(255,142,14,0.10);
  color:#1a1a1a;
}
.sisal-matchpoint-guida__aside{
  background:linear-gradient(160deg,rgba(255,142,14,0.08) 0%,rgba(255,142,14,0.02) 100%);
  border:1.5px solid rgba(255,142,14,0.40);
  border-radius:0.75rem;
  padding:1rem;
  display:flex;
  flex-direction:column;
  gap:0.7rem;
}
.sisal-matchpoint-guida__aside .sisal-matchpoint-guida__h3{
  color:#222222;
}
.sisal-matchpoint-guida__aside .sisal-matchpoint-guida__h4{
  color:#e07800;
  margin-top:0.5rem;
}

@media (min-width:37.5em){
  .sisal-matchpoint-guida{
    padding:2.25rem 1.5rem;
    gap:1.75rem;
  }
  .sisal-matchpoint-guida__title{
    font-size:1.6rem;
  }
  .sisal-matchpoint-guida__lead{
    padding:1.15rem 1.25rem;
  }
  .sisal-matchpoint-guida__lead p{
    font-size:1.05rem;
  }
  .sisal-matchpoint-guida__h3{
    font-size:1.25rem;
  }
  .sisal-matchpoint-guida__h4{
    font-size:1.02rem;
  }
  .sisal-matchpoint-guida__table{
    font-size:0.9rem;
  }
  .sisal-matchpoint-guida__aside{
    padding:1.2rem 1.3rem;
  }
}

@media (min-width:56.25em){
  .sisal-matchpoint-guida{
    padding:2.75rem 2rem;
  }
  .sisal-matchpoint-guida__title{
    font-size:1.9rem;
  }
  .sisal-matchpoint-guida__h3{
    font-size:1.35rem;
  }
  .sisal-matchpoint-guida__h4{
    font-size:1.05rem;
  }
  .sisal-matchpoint-guida__article p,
  .sisal-matchpoint-guida__aside p,
  .sisal-matchpoint-guida__list,
  .sisal-matchpoint-guida__olist,
  .sisal-matchpoint-guida__lead p{
    font-size:1rem;
    line-height:1.8;
  }
  .sisal-matchpoint-guida__table{
    display:table;
    overflow-x:visible;
    font-size:0.92rem;
  }
  .sisal-matchpoint-guida__table th,
  .sisal-matchpoint-guida__table td{
    padding:0.75rem 0.9rem;
  }
}

@media (min-width:75em){
  .sisal-matchpoint-guida{
    padding:3rem 2.25rem;
  }
  .sisal-matchpoint-guida__title{
    font-size:2rem;
  }
}