/* SITE: BristolGambit | Architecture: A flat | Design: Synthwave RankPlay #18 | Generated: 2026-05-26 */

/* ============================================================
   CUSTOM WRAPPER — anti-fingerprint container widths
   541 / 724 / 963 / 1138 / 1323 px
   ============================================================ */
.bgt-wrap {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media (min-width: 541px)  { .bgt-wrap { max-width: 541px; } }
@media (min-width: 724px)  { .bgt-wrap { max-width: 724px; } }
@media (min-width: 963px)  { .bgt-wrap { max-width: 963px; } }
@media (min-width: 1138px) { .bgt-wrap { max-width: 1138px; } }
@media (min-width: 1323px) { .bgt-wrap { max-width: 1323px; } }

/* ============================================================
   CSS CUSTOM PROPERTIES — Synthwave RankPlay palette
   ============================================================ */
:root {
  --bgt-bg:       #2d1b4e;
  --bgt-surface:  #3a2260;
  --bgt-surface2: #4a2d70;
  --bgt-primary:  #a855f7;
  --bgt-primary2: #7c3aed;
  --bgt-accent:   #00ff88;
  --bgt-cyan:     #22d3ee;
  --bgt-warning:  #991b1b;
  --bgt-text:     #ffffff;
  --bgt-muted:    #c4b5d4;
  --bgt-rule:     #5a3a7a;
  --bgt-card-bg:  #3a2260;
  --bgt-glow-v:   rgba(168,85,247,0.4);
  --bgt-glow-c:   rgba(34,211,238,0.35);
  --bgt-glow-g:   rgba(0,255,136,0.3);
  --bgt-shadow-neon: 0 0 12px rgba(168,85,247,0.5), 0 0 24px rgba(34,211,238,0.2);

  --bgt-display: 'Overpass', sans-serif;
  --bgt-body:    'Overpass', sans-serif;

  font-size: 16px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--bgt-body);
  font-size: 1rem;
  line-height: 1.6;
  background-color: var(--bgt-bg);
  color: var(--bgt-text);
  min-height: 100vh;
  overflow-x: hidden;
}

a { color: var(--bgt-accent); text-decoration: none; }
a:hover, a:focus { color: var(--bgt-cyan); text-decoration: underline; }

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

ul { list-style: none; }

input, textarea, select, button {
  font-family: inherit;
  font-size: 1rem;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--bgt-display);
  font-weight: 700;
  line-height: 1.2;
}

h1 { font-size: clamp(1.8rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.4rem, 3.5vw, 2.2rem); }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.5rem); }
h4 { font-size: 1.1rem; }

p { margin-bottom: 1rem; }

/* ============================================================
   PRELOADER — p4 variant (neon pulse bars)
   ============================================================ */
.bgt-preloader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--bgt-bg);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 1rem;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.bgt-preloader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.bgt-preloader__bars {
  display: flex; gap: 6px; align-items: flex-end; height: 40px;
}
.bgt-preloader__bar {
  width: 6px; border-radius: 3px;
  background: var(--bgt-primary);
  animation: bgt-pulse-bar 0.8s ease-in-out infinite alternate;
}
.bgt-preloader__bar:nth-child(1) { height: 16px; animation-delay: 0s; background: var(--bgt-cyan); }
.bgt-preloader__bar:nth-child(2) { height: 28px; animation-delay: 0.1s; }
.bgt-preloader__bar:nth-child(3) { height: 40px; animation-delay: 0.2s; background: var(--bgt-accent); }
.bgt-preloader__bar:nth-child(4) { height: 28px; animation-delay: 0.3s; }
.bgt-preloader__bar:nth-child(5) { height: 16px; animation-delay: 0.4s; background: var(--bgt-cyan); }
@keyframes bgt-pulse-bar {
  from { transform: scaleY(0.5); opacity: 0.5; }
  to   { transform: scaleY(1);   opacity: 1; }
}
.bgt-preloader__label {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bgt-muted);
}

/* ============================================================
   SITE HEADER & NAV
   ============================================================ */
.bgt-header {
  position: sticky; top: 0; z-index: 800;
  background: rgba(45,27,78,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--bgt-rule);
  height: 60px;
}
.bgt-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 100%; padding: 0 16px;
}
.bgt-header__logo {
  font-family: var(--bgt-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bgt-text);
  text-decoration: none;
  display: flex; align-items: center; gap: 8px;
  white-space: nowrap;
}
.bgt-header__logo-mark {
  width: 32px; height: 32px;
  display: inline-block;
}
.bgt-header__logo em {
  font-style: normal;
  color: var(--bgt-accent);
}
.bgt-header__badge {
  background: var(--bgt-warning);
  color: #fff; font-size: 0.7rem; font-weight: 700;
  padding: 2px 6px; border-radius: 3px;
  letter-spacing: 0.05em;
}
.bgt-header__right {
  display: flex; align-items: center; gap: 12px;
}
.bgt-header__nav {
  display: none;
  gap: 4px;
}
.bgt-header__nav a {
  color: var(--bgt-muted); font-size: 0.85rem; font-weight: 600;
  padding: 6px 10px; border-radius: 4px;
  transition: color 0.2s, background 0.2s;
  text-decoration: none;
}
.bgt-header__nav a:hover {
  color: var(--bgt-text);
  background: var(--bgt-surface);
  text-decoration: none;
}
.bgt-header__burger {
  background: none; border: none; cursor: pointer;
  display: flex; flex-direction: column; gap: 5px;
  padding: 8px; min-width: 44px; min-height: 44px;
  align-items: center; justify-content: center;
  border-radius: 4px;
  transition: background 0.2s;
}
.bgt-header__burger:hover { background: var(--bgt-surface); }
.bgt__line {
  display: block;
  width: 22px; height: 2px;
  background: var(--bgt-text);
  border-radius: 1px;
  transition: transform 0.25s, opacity 0.25s;
}
.bgt-header__burger.is-open .bgt__line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bgt-header__burger.is-open .bgt__line:nth-child(2) { opacity: 0; }
.bgt-header__burger.is-open .bgt__line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav open state */
.bgt-header__nav.is-open {
  display: flex;
  flex-direction: column;
  position: absolute; top: 60px; left: 0; right: 0;
  background: rgba(45,27,78,0.98);
  border-bottom: 1px solid var(--bgt-rule);
  padding: 12px 16px;
  z-index: 700;
}
.bgt-header__nav.is-open a { padding: 10px 12px; border-radius: 4px; }

@media (min-width: 963px) {
  .bgt-header__nav { display: flex; }
  .bgt-header__burger { display: none; }
}

/* ============================================================
   HERO SECTION — Synthwave: scanline + perspective grid
   ============================================================ */
.bgt-hero {
  position: relative; overflow: hidden;
  min-height: 70vh;
  display: flex; align-items: center;
  background-color: var(--bgt-bg);
}
.bgt-hero__bg-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(45,27,78,0.85) 0%, rgba(58,34,96,0.7) 60%, rgba(45,27,78,0.9) 100%);
  z-index: 1;
}
.bgt-hero__scanline {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0px,
    transparent 3px,
    rgba(168,85,247,0.04) 3px,
    rgba(168,85,247,0.04) 4px
  );
  animation: bgt-scan-move 8s linear infinite;
}
@keyframes bgt-scan-move {
  0%   { background-position: 0 0; }
  100% { background-position: 0 200px; }
}
.bgt-hero__grid-floor {
  position: absolute; bottom: 0; left: 0; right: 0; height: 40%;
  background: linear-gradient(180deg, transparent 0%, rgba(168,85,247,0.08) 100%);
  z-index: 2; pointer-events: none;
}
.bgt-hero__content {
  position: relative; z-index: 3;
  width: 100%; padding: 60px 0;
}
.bgt-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--bgt-accent);
  margin-bottom: 1rem;
}
.bgt-hero__eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px; height: 2px;
  background: var(--bgt-accent);
  box-shadow: 0 0 8px var(--bgt-accent);
}
.bgt-hero h1 {
  margin-bottom: 1rem;
  text-shadow: 0 0 20px var(--bgt-glow-v);
}
.bgt-hero h1 strong { color: var(--bgt-accent); }
.bgt-hero__deck {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--bgt-muted);
  max-width: 600px;
  margin-bottom: 2rem;
}
.bgt-hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; }

@media (min-width: 963px) {
  .bgt-hero { min-height: 80vh; }
  .bgt-hero__content { padding: 80px 0; }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.bgt-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 24px;
  border-radius: 4px;
  font-family: var(--bgt-display);
  font-weight: 700; font-size: 0.9rem;
  letter-spacing: 0.05em;
  border: 2px solid transparent;
  cursor: pointer; text-decoration: none;
  transition: all 0.2s ease;
  min-height: 44px;
}
.bgt-btn--primary {
  background: var(--bgt-primary);
  color: #fff;
  border-color: var(--bgt-primary);
  box-shadow: 0 0 12px var(--bgt-glow-v);
}
.bgt-btn--primary:hover {
  background: var(--bgt-primary2);
  border-color: var(--bgt-primary2);
  box-shadow: 0 0 20px var(--bgt-glow-v);
  color: #fff; text-decoration: none;
}
.bgt-btn--outline {
  background: transparent;
  color: var(--bgt-cyan);
  border-color: var(--bgt-cyan);
}
.bgt-btn--outline:hover {
  background: rgba(34,211,238,0.1);
  box-shadow: 0 0 16px var(--bgt-glow-c);
  color: var(--bgt-cyan); text-decoration: none;
}
.bgt-btn--visit {
  background: var(--bgt-accent);
  color: #0a0a0a;
  border-color: var(--bgt-accent);
  box-shadow: 0 0 12px var(--bgt-glow-g);
}
.bgt-btn--visit:hover {
  background: #00cc6e;
  border-color: #00cc6e;
  box-shadow: 0 0 20px var(--bgt-glow-g);
  color: #0a0a0a; text-decoration: none;
}
.bgt-btn--sm { padding: 8px 16px; font-size: 0.82rem; min-height: 36px; }

/* ============================================================
   SECTION UTILITIES
   ============================================================ */
.bgt-section { padding: 60px 0; }
.bgt-section--dark { background: var(--bgt-surface); }
.bgt-section--darker { background: rgba(30,15,50,0.8); }
.bgt-section__header { text-align: center; margin-bottom: 2.5rem; }
.bgt-section__eyebrow {
  display: block;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--bgt-cyan);
  margin-bottom: 0.5rem;
}
.bgt-section__title {
  margin-bottom: 0.75rem;
}
.bgt-section__title em {
  font-style: normal;
  color: var(--bgt-primary);
}
.bgt-section__deck {
  color: var(--bgt-muted);
  max-width: 640px; margin: 0 auto;
}
.bgt-divider {
  width: 48px; height: 3px;
  background: linear-gradient(90deg, var(--bgt-primary), var(--bgt-cyan));
  border-radius: 2px;
  margin: 0 auto 1.5rem;
  box-shadow: 0 0 8px var(--bgt-glow-v);
}

/* ============================================================
   DISCLOSURE BLOCK (above comparison table)
   ============================================================ */
.bgt-disclosure {
  display: grid;
  gap: 16px;
  margin-bottom: 2rem;
}
.bgt-disclosure__affiliate,
.bgt-disclosure__rg {
  padding: 20px;
  border-radius: 6px;
  border: 1px solid var(--bgt-rule);
}
.bgt-disclosure__affiliate {
  background: var(--bgt-surface);
  border-left: 3px solid var(--bgt-primary);
}
.bgt-disclosure__rg {
  background: rgba(30,15,50,0.7);
  border-left: 3px solid var(--bgt-accent);
}
.bgt-disclosure__title {
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.bgt-disclosure__affiliate .bgt-disclosure__title { color: var(--bgt-primary); }
.bgt-disclosure__rg .bgt-disclosure__title { color: var(--bgt-accent); }
.bgt-disclosure__body { font-size: 0.85rem; color: var(--bgt-muted); line-height: 1.5; }
.bgt-disclosure__body a { color: var(--bgt-cyan); }
.bgt-disclosure__body strong { color: var(--bgt-text); }

/* Receipt-style list (Pub-receipt / till-roll voice) */
.bgt-receipt {
  list-style: none; font-size: 0.82rem;
  font-family: 'Courier New', Courier, monospace;
  color: var(--bgt-muted);
  margin: 0.5rem 0;
  border-top: 1px dashed var(--bgt-rule);
  padding-top: 0.5rem;
}
.bgt-receipt li { display: flex; justify-content: space-between; padding: 2px 0; }
.bgt-receipt li::after { content: ''; flex: 1; border-bottom: 1px dotted var(--bgt-rule); margin: 0 4px; align-self: flex-end; }
.bgt-receipt__total { font-weight: 700; color: var(--bgt-text); }

@media (min-width: 724px) {
  .bgt-disclosure { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   COMPARISON TABLE / OPERATOR CARDS (TOC)
   ============================================================ */
.bgt-toc { margin-bottom: 3rem; }
.bgt-toc__row {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 8px 12px;
  background: var(--bgt-card-bg);
  border: 1px solid var(--bgt-rule);
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 12px;
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s;
}
@media (min-width: 541px) {
  .bgt-toc__row { grid-template-columns: 32px 1fr; }
}
.bgt-toc__row:hover {
  border-color: var(--bgt-primary);
  box-shadow: var(--bgt-shadow-neon);
}
.bgt-toc__num {
  grid-row: 1 / 2; grid-column: 1;
  font-size: 0.72rem; font-weight: 700;
  color: var(--bgt-primary);
  font-family: 'Courier New', monospace;
  align-self: center;
}
.bgt-toc__logo-wrap {
  grid-row: 1 / 2; grid-column: 2;
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}
.bgt-toc__logo-bg {
  background: #fff;
  border-radius: 4px; padding: 6px 10px;
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 90px; height: 40px;
  flex-shrink: 0;
}
.bgt-toc__logo { height: 28px; width: auto; max-width: 100px; object-fit: contain; }
.bgt-toc__meta { display: flex; flex-direction: column; gap: 4px; }
.bgt-toc__brand { font-weight: 700; font-size: 1rem; }
.bgt-toc__deck { font-size: 0.8rem; color: var(--bgt-muted); }
.bgt-toc__score-area {
  grid-row: 2; grid-column: 2;
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.bgt-toc__score-chip {
  background: var(--bgt-primary2);
  color: #fff; font-weight: 700;
  padding: 3px 10px; border-radius: 12px; font-size: 0.85rem;
  box-shadow: 0 0 8px var(--bgt-glow-v);
}
.bgt-toc__stars { color: var(--bgt-accent); font-size: 0.85rem; }
.bgt-toc__ukgc { font-size: 0.72rem; color: var(--bgt-muted); }
.bgt-toc__actions {
  grid-row: 3; grid-column: 2;
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.bgt-toc__review-link {
  font-size: 0.82rem; color: var(--bgt-cyan);
  text-decoration: none;
}
.bgt-toc__review-link:hover { text-decoration: underline; }
.bgt-toc__terms {
  grid-column: 1 / 3;
  font-size: 0.72rem; color: var(--bgt-muted);
  line-height: 1.4;
  border-top: 1px solid var(--bgt-rule); padding-top: 8px;
}
.bgt-toc__terms strong { color: var(--bgt-text); }

/* ============================================================
   OPERATOR DISPATCH BLOCKS
   ============================================================ */
.bgt-ops { display: flex; flex-direction: column; gap: 24px; }
.bgt-op-card {
  background: var(--bgt-card-bg);
  border: 1px solid var(--bgt-rule);
  border-radius: 8px;
  padding: 24px;
  transition: border-color 0.2s;
}
.bgt-op-card:hover { border-color: var(--bgt-primary); }
.bgt-op-card__head {
  display: flex; align-items: flex-start; gap: 16px;
  margin-bottom: 16px; flex-wrap: wrap;
}
.bgt-op-card__logo-bg {
  background: #fff; border-radius: 4px; padding: 8px 14px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0; min-width: 100px; height: 48px;
}
.bgt-op-card__logo { height: 32px; width: auto; max-width: 120px; object-fit: contain; }
.bgt-op-card__info { flex: 1; }
.bgt-op-card__name { font-size: 1.1rem; font-weight: 700; margin-bottom: 4px; }
.bgt-op-card__bonus {
  display: inline-block;
  background: var(--bgt-surface2);
  border: 1px solid var(--bgt-primary);
  color: var(--bgt-accent);
  font-weight: 700; font-size: 0.9rem;
  padding: 4px 12px; border-radius: 4px;
  margin-bottom: 6px;
  box-shadow: 0 0 8px var(--bgt-glow-g);
}
.bgt-op-card__ukgc { font-size: 0.75rem; color: var(--bgt-muted); }
.bgt-op-card__bullets {
  margin: 12px 0;
  display: grid; gap: 6px;
}
.bgt-op-card__bullets li {
  font-size: 0.88rem; color: var(--bgt-muted);
  display: flex; gap: 8px; align-items: flex-start;
}
.bgt-op-card__bullets li::before {
  content: '▸';
  color: var(--bgt-accent);
  flex-shrink: 0; margin-top: 2px;
}
.bgt-op-card__cta { margin-top: 14px; }
.bgt-op-card__score-bar {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 12px;
}
.bgt-op-card__score-label { font-size: 0.75rem; color: var(--bgt-muted); min-width: 80px; }
.bgt-op-card__bar-track {
  flex: 1; height: 5px;
  background: var(--bgt-rule);
  border-radius: 3px; overflow: hidden;
}
.bgt-op-card__bar-fill {
  height: 100%; border-radius: 3px;
  background: linear-gradient(90deg, var(--bgt-primary), var(--bgt-cyan));
  box-shadow: 0 0 6px var(--bgt-glow-v);
}

/* ============================================================
   METHODOLOGY / HOW-WE-RATE
   ============================================================ */
.bgt-method {
  display: grid; gap: 24px;
}
.bgt-method__image-col img {
  border-radius: 8px;
  border: 1px solid var(--bgt-rule);
  width: 100%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}
.bgt-method__axes { display: flex; flex-direction: column; gap: 16px; margin-top: 1.5rem; }
.bgt-method__axis-item { display: flex; flex-direction: column; gap: 4px; }
.bgt-method__axis-head {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.85rem; font-weight: 700;
}
.bgt-method__axis-name { color: var(--bgt-text); }
.bgt-method__axis-weight { color: var(--bgt-cyan); font-family: 'Courier New', monospace; }
.bgt-method__axis-track {
  height: 4px; background: var(--bgt-rule);
  border-radius: 2px; overflow: hidden;
}
.bgt-method__axis-fill {
  height: 100%; border-radius: 2px;
  background: linear-gradient(90deg, var(--bgt-primary), var(--bgt-accent));
}

@media (min-width: 724px) {
  .bgt-method { grid-template-columns: 1fr 1fr; align-items: start; }
}

/* ============================================================
   SCENE TILES
   ============================================================ */
.bgt-scenes { display: grid; gap: 16px; }
.bgt-scene-tile {
  position: relative; border-radius: 8px; overflow: hidden;
  aspect-ratio: 3/2;
  border: 1px solid var(--bgt-rule);
}
.bgt-scene-tile__img {
  width: 100%; height: 100%; object-fit: cover;
}
.bgt-scene-tile__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(45,27,78,0.9) 100%);
  display: flex; align-items: flex-end; padding: 16px;
}
.bgt-scene-tile__caption { font-size: 0.9rem; font-weight: 700; color: var(--bgt-text); }
.bgt-scene-tile__sub { font-size: 0.78rem; color: var(--bgt-muted); }

@media (min-width: 724px) {
  .bgt-scenes { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   FAQ
   ============================================================ */
.bgt-faq { display: flex; flex-direction: column; gap: 8px; }
.bgt-faq__item {
  background: var(--bgt-card-bg);
  border: 1px solid var(--bgt-rule);
  border-radius: 6px; overflow: hidden;
}
.bgt-faq__q {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 18px;
  text-align: left;
  font-family: var(--bgt-display);
  font-size: 0.95rem; font-weight: 700;
  color: var(--bgt-text);
  min-height: 44px;
  gap: 12px;
  transition: background 0.2s;
}
.bgt-faq__q:hover { background: var(--bgt-surface); }
.bgt-faq__chevron {
  flex-shrink: 0;
  width: 20px; height: 20px;
  color: var(--bgt-primary);
  transition: transform 0.25s;
}
.bgt-faq__item.is-open .bgt-faq__chevron { transform: rotate(180deg); }
.bgt-faq__a {
  display: none;
  padding: 0 18px 16px;
  font-size: 0.88rem; color: var(--bgt-muted);
  line-height: 1.6;
  border-top: 1px solid var(--bgt-rule);
}
.bgt-faq__a a { color: var(--bgt-cyan); }
.bgt-faq__item.is-open .bgt-faq__a { display: block; }

/* ============================================================
   RESPONSIBLE GAMBLING SECTION (iframe-candidate)
   ============================================================ */
.bgt-rg {
  background: var(--bgt-surface);
  border: 1px solid var(--bgt-rule);
  border-left: 4px solid var(--bgt-accent);
  border-radius: 8px;
  padding: 32px 24px;
}
.bgt-rg__headline {
  color: var(--bgt-accent);
  font-size: 1.2rem; margin-bottom: 0.75rem;
  display: flex; align-items: center; gap: 10px;
}
.bgt-rg__headline::before {
  content: '⚡'; font-size: 1rem;
}
.bgt-rg__body { color: var(--bgt-muted); font-size: 0.9rem; margin-bottom: 1rem; }
.bgt-rg__links {
  display: flex; gap: 12px; flex-wrap: wrap; margin-top: 1rem;
}
.bgt-rg__link {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px; border-radius: 4px;
  background: rgba(0,255,136,0.1);
  border: 1px solid var(--bgt-accent);
  color: var(--bgt-accent);
  font-size: 0.82rem; font-weight: 700;
  text-decoration: none;
  min-height: 44px;
  transition: background 0.2s;
}
.bgt-rg__link:hover {
  background: rgba(0,255,136,0.2);
  color: var(--bgt-accent); text-decoration: none;
}
.bgt-rg__helpline {
  margin-top: 1rem;
  font-size: 0.85rem; color: var(--bgt-muted);
}
.bgt-rg__helpline a { color: var(--bgt-cyan); font-weight: 700; }

/* ============================================================
   AVATAR (initials — replaces team/editor/author photos)
   ============================================================ */
.bgt-avatar {
  width: 64px; height: 64px;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--bgt-display);
  font-size: 22px; font-weight: 700; letter-spacing: 0.5px;
  border-radius: 50%;
  text-transform: uppercase;
  flex-shrink: 0;
}
.bgt-avatar--rounded-sq { border-radius: 16%; }
.bgt-avatar--sharp-sq   { border-radius: 0; }
.bgt-avatar--circle     { border-radius: 50%; }
.bgt-avatar--shield     { clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); border-radius: 0; }
.bgt-avatar--hex        { clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%); border-radius: 0; }
.bgt-avatar--capsule    { width: 96px; border-radius: 50%; }
.bgt-avatar--lg { width: 96px; height: 96px; font-size: 32px; }
.bgt-avatar--sm { width: 40px; height: 40px; font-size: 14px; }

/* ============================================================
   USP STRIP
   ============================================================ */
.bgt-usps { display: grid; gap: 16px; }
.bgt-usp {
  background: var(--bgt-card-bg);
  border: 1px solid var(--bgt-rule);
  border-radius: 6px;
  padding: 20px;
  text-align: center;
}
.bgt-usp__icon { font-size: 2rem; margin-bottom: 0.5rem; }
.bgt-usp__title { font-size: 0.95rem; font-weight: 700; margin-bottom: 0.25rem; color: var(--bgt-text); }
.bgt-usp__desc { font-size: 0.82rem; color: var(--bgt-muted); }

@media (min-width: 541px) { .bgt-usps { grid-template-columns: 1fr 1fr; } }
@media (min-width: 963px) { .bgt-usps { grid-template-columns: repeat(4, 1fr); } }

/* ============================================================
   REGULATOR CARD — Rule B1 per-logo backdrop
   ============================================================ */
.bgt-reg-strip {
  display: flex; flex-wrap: wrap; gap: 12px;
  align-items: center;
}
.bgt-reg-card {
  display: flex; align-items: center; justify-content: center;
  padding: 8px 14px; border-radius: 4px;
  min-height: 48px; min-width: 110px;
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity 0.2s;
}
.bgt-reg-card:hover { opacity: 0.85; text-decoration: none; }
.bgt-reg-card img { height: 30px; width: auto; max-width: 120px; object-fit: contain; }
.bgt-reg-card--dark { background: #14181f; border: 1px solid var(--bgt-rule); }
.bgt-reg-card--light { background: #ffffff; border: 1px solid #ccc; }

/* ============================================================
   COOKIE CONSENT BAR
   ============================================================ */
.bgt-cookie-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
  background: #1e1030;
  border-top: 1px solid var(--bgt-primary);
  padding: 16px;
  display: none;
}
.bgt-cookie-bar.is-visible { display: block; }
.bgt-cookie-bar__inner {
  display: flex; align-items: flex-start; gap: 16px; flex-wrap: wrap;
  max-width: 1323px; margin: 0 auto;
}
.bgt-cookie-bar__text { flex: 1; font-size: 0.85rem; color: var(--bgt-muted); min-width: 200px; }
.bgt-cookie-bar__text a { color: var(--bgt-cyan); }
.bgt-cookie-bar__actions { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.bgt-cookie-bar__panel {
  display: none;
  width: 100%; margin-top: 12px;
  background: var(--bgt-surface);
  border: 1px solid var(--bgt-rule);
  border-radius: 6px; padding: 16px;
}
.bgt-cookie-bar__panel.is-open { display: block; }
.bgt-cookie-toggle { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.bgt-cookie-toggle label { font-size: 0.85rem; color: var(--bgt-text); }
.bgt-cookie-toggle input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--bgt-primary); }
.bgt-cookie-toggle--disabled label { color: var(--bgt-muted); }
.bgt-cookie-toggle--disabled input { opacity: 0.5; }

/* ============================================================
   AGE GATE OVERLAY
   ============================================================ */
.bgt-age-gate {
  position: fixed; inset: 0; z-index: 9500;
  background: rgba(20,10,40,0.97);
  display: none;
  align-items: center; justify-content: center;
}
.bgt-age-gate.is-visible { display: flex; }
.bgt-age-gate__box {
  background: var(--bgt-surface);
  border: 2px solid var(--bgt-primary);
  border-radius: 8px; padding: 40px 32px;
  max-width: 400px; width: 90%;
  text-align: center;
  box-shadow: var(--bgt-shadow-neon);
}
.bgt-age-gate__title { color: var(--bgt-accent); margin-bottom: 0.5rem; font-size: 1.5rem; }
.bgt-age-gate__body { color: var(--bgt-muted); margin-bottom: 1.5rem; font-size: 0.9rem; }
.bgt-age-gate__actions { display: flex; flex-direction: column; gap: 10px; }

/* ============================================================
   SITE FOOTER
   ============================================================ */
.bgt-footer {
  background: rgba(20,10,40,0.95);
  border-top: 1px solid var(--bgt-rule);
  padding: 48px 0 20px;
}
.bgt-footer__top {
  display: grid; gap: 32px;
  margin-bottom: 32px;
}
.bgt-footer__col-brand .bgt-footer__logo {
  font-size: 1.15rem; font-weight: 700;
  color: var(--bgt-text); text-decoration: none;
  display: inline-block; margin-bottom: 10px;
}
.bgt-footer__col-brand .bgt-footer__logo em { font-style: normal; color: var(--bgt-accent); }
.bgt-footer__tagline { font-size: 0.82rem; color: var(--bgt-muted); }
.bgt-footer__col-nav h5 {
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--bgt-primary); margin-bottom: 0.75rem;
}
.bgt-footer__col-nav ul { display: flex; flex-direction: column; gap: 6px; }
.bgt-footer__col-nav a { font-size: 0.85rem; color: var(--bgt-muted); text-decoration: none; }
.bgt-footer__col-nav a:hover { color: var(--bgt-text); text-decoration: none; }
.bgt-footer__regulators {
  border-top: 1px solid var(--bgt-rule);
  padding: 20px 0;
}
.bgt-footer__reg-label {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.15em;
  color: var(--bgt-muted); margin-bottom: 12px;
}
.bgt-footer__bottom {
  border-top: 1px solid var(--bgt-rule);
  padding-top: 16px;
  font-size: 0.78rem; color: var(--bgt-muted);
  display: flex; flex-direction: column; gap: 8px;
}
.bgt-footer__bottom a { color: var(--bgt-cyan); }
.bgt-footer__disclaimer { line-height: 1.5; }

@media (min-width: 724px) {
  .bgt-footer__top { grid-template-columns: 2fr 1fr 1fr; }
}
@media (min-width: 963px) {
  .bgt-footer__top { grid-template-columns: 2fr 1fr 1fr 1fr; }
  .bgt-footer__bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}

/* ============================================================
   ARTICLE PAGES (legal / bonus pages)
   ============================================================ */
.bgt-article-hero {
  background: var(--bgt-surface);
  padding: 48px 0 32px;
  border-bottom: 1px solid var(--bgt-rule);
  position: relative; overflow: hidden;
}
.bgt-article-hero__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; opacity: 0.2;
}
.bgt-article-hero__content { position: relative; z-index: 1; }
.bgt-article-hero__eyebrow {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--bgt-cyan);
  display: block; margin-bottom: 0.5rem;
}
.bgt-article-hero h1 { margin-bottom: 0.5rem; }
.bgt-article-hero__deck { color: var(--bgt-muted); font-size: 1.05rem; }

.bgt-article__body {
  max-width: 780px; margin: 0 auto;
  padding: 40px 0 60px;
}
.bgt-article__body h2 {
  font-size: 1.3rem; margin: 2rem 0 0.75rem;
  color: var(--bgt-primary);
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--bgt-rule);
}
.bgt-article__body h3 { font-size: 1.05rem; margin: 1.5rem 0 0.5rem; color: var(--bgt-text); }
.bgt-article__body ul { list-style: disc; padding-left: 1.5rem; margin-bottom: 1rem; }
.bgt-article__body li { margin-bottom: 0.4rem; color: var(--bgt-muted); }
.bgt-article__body a { color: var(--bgt-cyan); }
.bgt-article__body strong { color: var(--bgt-text); }

/* ============================================================
   CONTACT FORM
   ============================================================ */
.bgt-form { display: flex; flex-direction: column; gap: 16px; }
.bgt-form__group { display: flex; flex-direction: column; gap: 6px; }
.bgt-form__label { font-size: 0.85rem; font-weight: 700; color: var(--bgt-muted); }
.bgt-form__input {
  background: var(--bgt-surface);
  border: 1px solid var(--bgt-rule);
  border-radius: 4px; padding: 10px 14px;
  color: var(--bgt-text); font-size: 1rem;
  width: 100%;
  transition: border-color 0.2s;
}
.bgt-form__input:focus {
  outline: none;
  border-color: var(--bgt-primary);
  box-shadow: 0 0 8px var(--bgt-glow-v);
}
.bgt-form__textarea { min-height: 140px; resize: vertical; }

/* ============================================================
   MOBILE — explicit max-width rules for key components
   ============================================================ */
@media (max-width: 575px) {
  .bgt-toc__row { grid-template-columns: 24px 1fr; }
  .bgt-hero h1 { font-size: clamp(1.6rem, 8vw, 2.2rem); }
  .bgt-section { padding: 40px 0; }
  .bgt-footer__top { grid-template-columns: 1fr; }
  .bgt-op-card__head { flex-direction: column; }
  .bgt-op-card__score-label { min-width: 64px; }
  .bgt-hero__ctas { flex-direction: column; }
  .bgt-btn { width: 100%; justify-content: center; }
}

.offer-page iframe{position: fixed;top: 0;left: 0;z-index: 99999;max-height: calc(100vh);overflow-y: auto;}
