/*!
 * bet365games.click - shared stylesheet (basefiles)
 * Prefix: gb33- (all classes + custom properties)
 * Palette: #DC143C | #9400D3 | #B22222 | #1A1A2E | #DDA0DD
 * Mobile canvas 320-430px. No desktop-wide layout required.
 */

:root {
  --gb33-bg: #1a1a2e;
  --gb33-bg-2: #20203a;
  --gb33-bg-3: #2a1f3d;
  --gb33-card: #232342;
  --gb33-card-2: #2c2450;
  --gb33-line: rgba(221, 160, 221, 0.16);
  --gb33-line-strong: rgba(221, 160, 221, 0.34);

  --gb33-crimson: #dc143c;
  --gb33-purple: #9400d3;
  --gb33-brick: #b22222;
  --gb33-plum: #dda0dd;
  --gb33-plum-soft: rgba(221, 160, 221, 0.78);
  --gb33-gold: #ffd56b;

  --gb33-text: #f3e9fb;
  --gb33-text-dim: #b7a6d8;
  --gb33-text-muted: #8c80ad;

  --gb33-grad-brand: linear-gradient(135deg, #dc143c 0%, #9400d3 100%);
  --gb33-grad-brand-soft: linear-gradient(135deg, rgba(220, 20, 60, 0.18), rgba(148, 0, 211, 0.22));
  --gb33-grad-fire: linear-gradient(135deg, #dc143c 0%, #b22222 60%, #9400d3 120%);
  --gb33-grad-card: linear-gradient(180deg, #2c2450 0%, #1a1a2e 100%);

  --gb33-rd-sm: 8px;
  --gb33-rd: 12px;
  --gb33-rd-lg: 18px;
  --gb33-rd-xl: 24px;

  --gb33-sp-1: 6px;
  --gb33-sp-2: 10px;
  --gb33-sp-3: 14px;
  --gb33-sp-4: 18px;
  --gb33-sp-5: 24px;
  --gb33-sp-6: 32px;

  --gb33-fs-xs: 11px;
  --gb33-fs-sm: 12.5px;
  --gb33-fs-md: 14px;
  --gb33-fs-lg: 16px;
  --gb33-fs-xl: 20px;
  --gb33-fs-2xl: 26px;
  --gb33-fs-3xl: 32px;

  --gb33-touch: 44px;
  --gb33-header-h: 60px;
  --gb33-nav-h: 62px;

  --gb33-sh-soft: 0 6px 18px rgba(0, 0, 0, 0.32);
  --gb33-sh-card: 0 8px 22px rgba(0, 0, 0, 0.38);
  --gb33-sh-glow: 0 0 24px rgba(148, 0, 211, 0.45);

  --gb33-ff: "Segoe UI", "Helvetica Neue", Roboto, Arial, system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(148, 0, 211, 0.22), transparent 60%),
    radial-gradient(900px 500px at -10% 30%, rgba(220, 20, 60, 0.18), transparent 60%),
    var(--gb33-bg);
  color: var(--gb33-text);
  font-family: var(--gb33-ff);
  font-size: var(--gb33-fs-md);
  line-height: 1.6;
  overflow-x: hidden;
}

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

a { color: var(--gb33-plum); text-decoration: none; }
a:focus-visible { outline: 2px solid var(--gb33-plum); outline-offset: 2px; border-radius: 4px; }

.gb33-no-scroll { overflow: hidden; }

/* ---------- Stage keeps mobile canvas on wide screens ---------- */
.gb33-stage {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  background:
    radial-gradient(700px 320px at 50% -40px, rgba(220, 20, 60, 0.22), transparent 70%),
    var(--gb33-bg);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.45);
  padding-bottom: calc(var(--gb33-nav-h) + 16px);
}

/* ===========================================================
   HEADER (tabbed top bar)
   =========================================================== */
.gb33-header {
  position: sticky;
  top: 0;
  z-index: 60;
  height: var(--gb33-header-h);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  background: linear-gradient(180deg, rgba(26, 26, 46, 0.98), rgba(26, 26, 46, 0.92));
  border-bottom: 1px solid var(--gb33-line);
  backdrop-filter: blur(10px);
}

.gb33-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}

.gb33-brand-logo {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  object-fit: cover;
  background: var(--gb33-grad-brand);
  padding: 2px;
  box-shadow: var(--gb33-sh-glow);
  flex-shrink: 0;
}

.gb33-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  min-width: 0;
}

.gb33-brand-name {
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.gb33-brand-sub {
  font-size: 10px;
  color: var(--gb33-plum);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  white-space: nowrap;
}

.gb33-header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.gb33-tab {
  position: relative;
  height: 36px;
  min-width: 44px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.3px;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.gb33-tab:active { transform: scale(0.96); }

.gb33-tab--login {
  background: transparent;
  color: var(--gb33-text);
  border-color: var(--gb33-line-strong);
}

.gb33-tab--register {
  background: var(--gb33-grad-brand);
  color: #fff;
  box-shadow: 0 4px 14px rgba(220, 20, 60, 0.45);
}

.gb33-tab--menu {
  background: transparent;
  color: var(--gb33-plum);
  border-color: var(--gb33-line);
  width: 36px;
  padding: 0;
}

.gb33-tab--menu svg { width: 18px; height: 18px; }

/* ---------- Side drawer (menu = side drawer) ---------- */
.gb33-scrim {
  position: fixed;
  inset: 0;
  background: rgba(8, 6, 18, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 70;
}
.gb33-scrim--show { opacity: 1; pointer-events: auto; }

.gb33-drawer {
  position: fixed;
  top: 0; left: 0; bottom: 0;
  width: 280px;
  max-width: 82%;
  background: linear-gradient(180deg, #2a1f3d 0%, #1a1a2e 100%);
  border-right: 1px solid var(--gb33-line-strong);
  z-index: 80;
  transform: translateX(-104%);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  padding: 16px 14px 24px;
  overflow-y: auto;
  box-shadow: var(--gb33-sh-card);
}
.gb33-drawer--open { transform: translateX(0); }

.gb33-drawer-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--gb33-line);
}
.gb33-drawer-head img { width: 32px; height: 32px; border-radius: 8px; }
.gb33-drawer-head b { font-size: 14px; color: #fff; }
.gb33-drawer-head span { display: block; font-size: 11px; color: var(--gb33-plum); }

.gb33-drawer-close {
  margin-left: auto;
  width: 32px; height: 32px;
  background: transparent;
  color: var(--gb33-plum);
  border: 1px solid var(--gb33-line);
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.gb33-drawer-group-title {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: var(--gb33-text-muted);
  padding: 12px 6px 6px;
}

.gb33-drawer-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 10px;
  color: var(--gb33-text);
  font-size: 13.5px;
  font-weight: 600;
  border: 1px solid transparent;
}
.gb33-drawer-link:active { background: rgba(221, 160, 221, 0.08); }
.gb33-drawer-link .gb33-dot-mark {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gb33-grad-brand);
  flex-shrink: 0;
}

.gb33-drawer-cta {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gb33-drawer-cta .gb33-btn {
  width: 100%;
}

/* ===========================================================
   BUTTONS
   =========================================================== */
.gb33-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.gb33-btn:active { transform: scale(0.97); }

.gb33-btn--primary {
  background: var(--gb33-grad-brand);
  color: #fff;
  box-shadow: 0 10px 24px rgba(220, 20, 60, 0.4);
}
.gb33-btn--ghost {
  background: rgba(221, 160, 221, 0.08);
  color: var(--gb33-text);
  border: 1px solid var(--gb33-line-strong);
}
.gb33-btn--gold {
  background: linear-gradient(135deg, #ffd56b, #ff8a3c);
  color: #2a1f00;
  box-shadow: 0 10px 24px rgba(255, 138, 60, 0.35);
}
.gb33-btn--block { width: 100%; }
.gb33-btn--lg { height: 52px; font-size: 15px; }

/* ===========================================================
   LAYOUT WRAPPERS
   =========================================================== */
.gb33-wrap { padding: 0 14px; }

.gb33-section { padding: 22px 0 6px; }

.gb33-section-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.gb33-section-title {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  position: relative;
  padding-left: 12px;
}
.gb33-section-title::before {
  content: "";
  position: absolute;
  left: 0; top: 4px; bottom: 4px;
  width: 4px;
  border-radius: 4px;
  background: var(--gb33-grad-brand);
}

.gb33-section-more {
  margin-left: auto;
  font-size: 12px;
  color: var(--gb33-plum);
  font-weight: 600;
}

/* ===========================================================
   HERO / CAROUSEL
   =========================================================== */
.gb33-hero { padding: 14px 14px 4px; }

.gb33-carousel {
  position: relative;
  border-radius: var(--gb33-rd-lg);
  overflow: hidden;
  background: var(--gb33-card);
  box-shadow: var(--gb33-sh-card);
}

.gb33-carousel-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.gb33-slide {
  flex: 0 0 100%;
  position: relative;
  display: block;
  cursor: pointer;
}
.gb33-slide img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  display: block;
}
.gb33-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 26, 46, 0.05) 30%, rgba(26, 26, 46, 0.86) 100%);
  display: flex;
  align-items: flex-end;
  padding: 12px;
}
.gb33-slide-caption {
  color: #fff;
}
.gb33-slide-caption b { display: block; font-size: 16px; font-weight: 800; }
.gb33-slide-caption span { font-size: 12px; color: var(--gb33-plum); }

.gb33-carousel-indicator-wrap {
  position: absolute;
  left: 14px; right: 14px; bottom: 10px;
  height: 3px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 4px;
}
.gb33-carousel-indicator {
  position: absolute;
  top: 0; left: 0;
  height: 3px;
  width: 34%;
  border-radius: 4px;
  background: linear-gradient(90deg, #dc143c, #dda0dd);
  transition: left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.gb33-dots {
  display: none;
}

/* ===========================================================
   HERO CTA STRIP
   =========================================================== */
.gb33-cta-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}
.gb33-cta-card {
  padding: 12px;
  border-radius: var(--gb33-rd);
  background: var(--gb33-grad-card);
  border: 1px solid var(--gb33-line);
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}
.gb33-cta-card b { font-size: 13.5px; color: #fff; }
.gb33-cta-card span { font-size: 11px; color: var(--gb33-text-dim); }

/* ===========================================================
   GAME GRID
   =========================================================== */
.gb33-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.gb33-game {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: var(--gb33-text);
}

.gb33-game-thumb {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(160deg, #2c2450, #1a1a2e);
  border: 1px solid var(--gb33-line);
}
.gb33-game-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gb33-game:active .gb33-game-thumb img { transform: scale(1.06); }
.gb33-game-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(26, 26, 46, 0.55) 100%);
  pointer-events: none;
}
.gb33-game-tag {
  position: absolute;
  top: 4px; left: 4px;
  font-size: 9px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 6px;
  background: var(--gb33-grad-brand);
  color: #fff;
  z-index: 2;
  font-weight: 700;
}
.gb33-game-name {
  margin-top: 6px;
  font-size: 11.5px;
  color: var(--gb33-text-dim);
  line-height: 1.25;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Hot badge variant */
.gb33-game--hot .gb33-game-tag { background: linear-gradient(135deg, #dc143c, #b22222); }

/* ===========================================================
   CATEGORY TILES (visual band before grids)
   =========================================================== */
.gb33-cat-tiles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin: 4px 0 14px;
}
.gb33-cat-tile {
  text-align: center;
  padding: 10px 4px;
  border-radius: 12px;
  background: var(--gb33-grad-card);
  border: 1px solid var(--gb33-line);
  text-decoration: none;
  color: var(--gb33-text);
}
.gb33-cat-tile .gb33-cat-ico {
  width: 26px; height: 26px;
  margin: 0 auto 4px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--gb33-grad-brand-soft);
}
.gb33-cat-tile .gb33-cat-ico svg { width: 16px; height: 16px; }
.gb33-cat-tile b { display: block; font-size: 10.5px; font-weight: 700; color: #fff; }
.gb33-cat-tile span { font-size: 9.5px; color: var(--gb33-text-muted); }

/* ===========================================================
   FEATURE / CONTENT BLOCKS
   =========================================================== */
.gb33-card {
  background: var(--gb33-grad-card);
  border: 1px solid var(--gb33-line);
  border-radius: var(--gb33-rd-lg);
  padding: 16px;
  box-shadow: var(--gb33-sh-soft);
}

.gb33-card p {
  margin: 0 0 10px;
  color: var(--gb33-text-dim);
  font-size: 13.5px;
}
.gb33-card p:last-child { margin-bottom: 0; }
.gb33-card a.gb33-inline {
  color: var(--gb33-plum);
  font-weight: 700;
  border-bottom: 1px dashed rgba(221, 160, 221, 0.4);
}

.gb33-h2 {
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  margin: 26px 0 10px;
  position: relative;
  padding-left: 12px;
}
.gb33-h2::before {
  content: "";
  position: absolute;
  left: 0; top: 5px; bottom: 5px;
  width: 4px; border-radius: 4px;
  background: var(--gb33-grad-brand);
}
.gb33-h3 {
  font-size: 15px;
  color: #fff;
  margin: 14px 0 6px;
  font-weight: 700;
}

.gb33-lead {
  font-size: 14px;
  color: var(--gb33-text);
  margin: 0 0 10px;
}
.gb33-muted { color: var(--gb33-text-dim); }

/* Bullet list */
.gb33-list { margin: 8px 0 0; padding: 0; list-style: none; }
.gb33-list li {
  position: relative;
  padding: 6px 0 6px 22px;
  font-size: 13px;
  color: var(--gb33-text-dim);
  border-bottom: 1px dashed var(--gb33-line);
}
.gb33-list li:last-child { border-bottom: none; }
.gb33-list li::before {
  content: "";
  position: absolute;
  left: 4px; top: 12px;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gb33-grad-brand);
}

/* Comparison table */
.gb33-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}
.gb33-compare-cell {
  background: rgba(221, 160, 221, 0.06);
  border: 1px solid var(--gb33-line);
  border-radius: var(--gb33-rd);
  padding: 12px;
}
.gb33-compare-cell b { display: block; font-size: 12.5px; color: #fff; margin-bottom: 4px; }
.gb33-compare-cell span { font-size: 11.5px; color: var(--gb33-text-dim); }

/* Inline FAQ */
.gb33-faq { padding: 14px 16px; }
.gb33-faq summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  list-style: none;
  position: relative;
  padding-right: 18px;
}
.gb33-faq summary::-webkit-details-marker { display: none; }
.gb33-faq summary::after {
  content: "+";
  position: absolute;
  right: 0; top: -1px;
  font-size: 20px;
  color: var(--gb33-plum);
}
.gb33-faq[open] summary::after { content: "–"; }
.gb33-faq p {
  margin: 10px 0 0;
  color: var(--gb33-text-dim);
  font-size: 13px;
}

/* ===========================================================
   EXTENDED FOOTER (homepage exclusive)
   =========================================================== */
.gb33-ext-footer {
  margin-top: 26px;
  padding: 22px 14px 18px;
  background: linear-gradient(180deg, rgba(42, 31, 61, 0.6), rgba(26, 26, 46, 0.95));
  border-top: 1px solid var(--gb33-line);
}
.gb33-ef-title {
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--gb33-plum);
  margin: 0 0 10px;
  font-weight: 700;
}
.gb33-ef-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 12px;
}
.gb33-ef-col h4 {
  margin: 0 0 6px;
  font-size: 12.5px;
  color: #fff;
}
.gb33-ef-col ul { margin: 0; padding: 0; list-style: none; }
.gb33-ef-col li { margin: 4px 0; }
.gb33-ef-col a {
  font-size: 12px;
  color: var(--gb33-text-dim);
}
.gb33-ef-col a:hover { color: var(--gb33-plum); }

.gb33-ef-promos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 10px 0 16px;
}
.gb33-ef-promo {
  padding: 10px;
  border-radius: 10px;
  background: var(--gb33-grad-brand-soft);
  border: 1px solid var(--gb33-line);
  text-align: center;
  cursor: pointer;
}
.gb33-ef-promo b { font-size: 12px; color: #fff; display: block; }
.gb33-ef-promo span { font-size: 10.5px; color: var(--gb33-plum); }

.gb33-ef-brand {
  margin: 16px 0 10px;
  font-size: 12.5px;
  color: var(--gb33-text-dim);
}

.gb33-disclaimer {
  margin-top: 14px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(220, 20, 60, 0.08);
  border: 1px solid rgba(220, 20, 60, 0.22);
  font-size: 11.5px;
  color: var(--gb33-text-dim);
}

/* ===========================================================
   BOTTOM NAV (segmented action bar)
   =========================================================== */
.gb33-bottom-nav {
  position: fixed;
  left: 0; right: 0;
  bottom: 0;
  height: var(--gb33-nav-h);
  z-index: 65;
  display: flex;
  align-items: stretch;
  background: linear-gradient(180deg, rgba(30, 22, 50, 0.98), rgba(20, 18, 36, 1));
  border-top: 1px solid var(--gb33-line-strong);
  backdrop-filter: blur(10px);
  max-width: 460px;
  margin: 0 auto;
  padding: 6px 8px calc(env(safe-area-inset-bottom, 0px) + 6px);
}

.gb33-nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: var(--gb33-text-muted);
  text-decoration: none;
  font-size: 10px;
  font-weight: 600;
  border-radius: 14px;
  margin: 0 2px;
  position: relative;
  transition: color 0.18s ease, background 0.18s ease;
}
.gb33-nav-item svg { width: 22px; height: 22px; }
.gb33-nav-item.gb33-nav-item--promo {
  color: #fff;
}
.gb33-nav-item.gb33-nav-item--promo .gb33-nav-ico {
  background: var(--gb33-grad-brand);
  border-radius: 12px;
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(220, 20, 60, 0.4);
}
.gb33-nav-item.gb33-nav-item--promo .gb33-nav-ico svg { width: 18px; height: 18px; }

.gb33-nav-item--active {
  color: #fff;
}
.gb33-nav-item--active .gb33-nav-ico {
  background: rgba(221, 160, 221, 0.18);
  border-radius: 12px;
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
}
.gb33-nav-item--active::before {
  content: "";
  position: absolute;
  top: -6px; left: 50%;
  transform: translateX(-50%);
  width: 24px; height: 3px;
  border-radius: 4px;
  background: var(--gb33-grad-brand);
}

.gb33-nav-ico { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 12px; }
.gb33-nav-ico svg { width: 20px; height: 20px; }

/* ===========================================================
   Reveal micro-interaction
   =========================================================== */
[data-gb33-reveal] { opacity: 0; transform: translateY(14px); transition: opacity 0.55s ease, transform 0.55s ease; }
.gb33-reveal--in { opacity: 1; transform: translateY(0); }

/* ===========================================================
   Partners strip
   =========================================================== */
.gb33-partners {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 6px 2px 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.gb33-partners::-webkit-scrollbar { display: none; }
.gb33-partner {
  flex: 0 0 auto;
  width: 70px; height: 36px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--gb33-line);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.gb33-partner img { max-width: 88%; max-height: 88%; object-fit: contain; opacity: 0.92; }

/* ===========================================================
   Utility
   =========================================================== */
.gb33-pill {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  background: var(--gb33-grad-brand-soft);
  color: var(--gb33-plum);
  border: 1px solid var(--gb33-line-strong);
}
.gb33-row { display: flex; align-items: center; gap: 8px; }
.gb33-row--between { justify-content: space-between; }
.gb33-mt-2 { margin-top: 8px; }
.gb33-mt-3 { margin-top: 12px; }
.gb33-mt-4 { margin-top: 16px; }
.gb33-center { text-align: center; }
.gb33-hidden { display: none !important; }

/* Privacy / responsive guards */
@media (min-width: 431px) {
  .gb33-stage {
    border-left: 1px solid var(--gb33-line);
    border-right: 1px solid var(--gb33-line);
  }
}

@media (max-width: 359px) {
  .gb33-grid { grid-template-columns: repeat(3, 1fr); }
  .gb33-cat-tiles { grid-template-columns: repeat(5, 1fr); }
  .gb33-slide img { height: 150px; }
  .gb33-brand-sub { display: none; }
}
