/* HERMES_DESIGN_SKIN_V1 — DO NOT REMOVE */
/*
Theme Name: bsbet Casino
Theme URI: https://bsbetbr.app
Description: Premium casino affiliate theme for bsbet — Red Energy mood
Version: 1.0.0
Author: bsbet
Text Domain: bsbet
*/

/* ========== CSS VARIABLES ========== */
:root {
  --bg-body: #0a0a0f;
  --bg-header: #0f0f1a;
  --bg-card: #14141f;
  --bg-card-alt: #1c1c2e;
  --accent: #FF3333;
  --accent-hover: #FF5555;
  --accent-dark: #CC0000;
  --text: #FFFFFF;
  --text-muted: #c4c7d0;
  --text-dim: #8B8FA3;
  --border: rgba(255, 51, 51, 0.15);
  --border-light: rgba(255, 255, 255, 0.08);
  --max-width: 1120px;
  --radius: 12px;
  --radius-sm: 8px;
  --btn-gradient: linear-gradient(135deg, #FF3333, #CC0000);
  --hero-gradient: linear-gradient(135deg, #0a0a0f 0%, #1a0a0a 50%, #0a0a0f 100%);
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.3);
  --shadow-btn: 0 8px 24px rgba(255, 51, 51, 0.3);
  --font: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --gutter: 24px;
}

/* ========== RESET & BASE ========== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--bg-body);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: var(--accent); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--accent-hover); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 var(--gutter); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* ========== HEADER ========== */
#site-header {
  background: var(--bg-header);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.header-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.site-logo {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--text);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: -0.02em;
}
.site-logo .accent { color: var(--accent); }
.site-logo:hover { color: var(--text); }

/* ========== DESKTOP NAV ========== */
#main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
#main-nav a {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
  text-decoration: none;
}
#main-nav a:hover {
  color: var(--accent-hover);
  background: rgba(255, 51, 51, 0.08);
}
.nav-cta {
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  padding: 10px 20px !important;
  border-radius: var(--radius-sm) !important;
  margin-left: 8px;
}
.nav-cta-enter {
  background: transparent !important;
  border: 1px solid var(--border) !important;
  color: var(--text-muted) !important;
}
.nav-cta-enter:hover { border-color: var(--accent) !important; color: var(--accent) !important; }
.nav-cta-register {
  background: var(--btn-gradient) !important;
  color: #fff !important;
  box-shadow: var(--shadow-btn);
}
.nav-cta-register:hover { opacity: 0.9; }

/* ========== HAMBURGER ========== */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--text);
  cursor: pointer;
  padding: 8px;
  z-index: 10001;
}
.nav-toggle svg { width: 28px; height: 28px; }

/* ========== MOBILE OVERLAY ========== */
#g78-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.7);
  z-index: 9998;
}
#g78-overlay.active { display: block; }

#g78-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 360px;
  height: 100vh;
  background: #1a0a0a;
  z-index: 9999;
  padding: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 2px solid var(--accent);
  transform: translateX(-110%);
  transition: transform 0.3s ease;
}
#g78-nav.open { transform: translateX(0); }

.g78-nav-list { list-style: none; padding: 0; margin: 0 0 24px 0; }
.g78-nav-list a {
  display: block;
  padding: 12px 0;
  color: var(--text-muted);
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 1px solid var(--border-light);
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
}
.g78-nav-list a:hover { color: var(--accent); padding-left: 8px; }

.g78-cta {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.g78-cta .nav-cta { flex: 1; text-align: center; display: inline-block; padding: 12px 0 !important; margin-left: 0 !important; }

#g78-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 2rem;
  cursor: pointer;
  padding: 4px 12px;
  line-height: 1;
}
#g78-close:hover { color: var(--accent); }

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
  min-height: 44px;
}
.btn-primary { background: var(--btn-gradient); color: #fff; box-shadow: var(--shadow-btn); }
.btn-primary:hover { opacity: 0.9; transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--text); border: 1px solid var(--border); }
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }
.btn-large { padding: 16px 36px; font-size: 1.05rem; min-height: 48px; }
.btn-white { background: #151a2a; color: #f8fafc; border:1px solid rgba(168,85,247,.3); }
.btn-white:hover { opacity: 0.95; }

/* ========== HERO ========== */
.hero-section {
  background: var(--hero-gradient);
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255,51,51,0.15), transparent 40%);
  pointer-events: none;
}
.hero-section .container {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.hero-content { flex: 1; }
.hero-badge {
  display: inline-block;
  background: rgba(255,51,51,0.15);
  color: var(--accent);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}
.hero-section h1 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.hero-section h1 .accent { color: var(--accent); }
.hero-section p {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin-bottom: 24px;
  max-width: 540px;
  line-height: 1.7;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-image { flex: 0 0 400px; text-align: right; }
.hero-image img { border-radius: var(--radius); box-shadow: var(--shadow-card); }

/* ========== TRUST BAR ========== */
.trust-section {
  background: var(--bg-card);
  padding: 32px 0;
  border-bottom: 1px solid var(--border-light);
  overflow: hidden;
}
.trust-track {
  display: flex;
  gap: 48px;
  animation: scrollTrust 20s linear infinite;
  width: max-content;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
}
.trust-item svg { width: 22px; height: 22px; color: var(--accent); flex-shrink: 0; }
@keyframes scrollTrust { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ========== SECTION ========== */
.section { padding: 64px 0; }
.section-alt { background: var(--bg-card); padding: 64px 0; }
.section-title { text-align: center; margin-bottom: 40px; }
.section-title h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.section-title h2 .accent { color: var(--accent); }
.section-title .subtitle { color: var(--text-muted); font-size: 1rem; }

/* ========== GLASS CARDS ========== */
.glass-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.glass-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-card); }
.glass-card-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,51,51,0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--accent);
}
.glass-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 8px; }
.glass-card p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.6; }
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ========== FEATURES LIST ========== */
.features-list { list-style: none; padding: 0; }
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border-light);
}
.feature-item:last-child { border-bottom: none; }
.feature-icon {
  width: 40px; height: 40px;
  background: rgba(255,51,51,0.1);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}
.feature-item h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; }
.feature-item p { color: var(--text-muted); font-size: 0.88rem; }

/* ========== GAMES GRID ========== */
.games-section { padding: 64px 0; }
.game-tabs { display: flex; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; justify-content: center; }
.game-tab {
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  color: var(--text-dim);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--font);
  transition: all 0.2s;
}
.game-tab:hover, .game-tab.active {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.game-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.game-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.game-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.game-card-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-bottom: 2px solid var(--accent);
}
.game-card-body { padding: 10px 12px; }
.game-card-title { font-size: 0.82rem; font-weight: 700; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.game-card-provider { font-size: 0.72rem; color: var(--text-dim); }
.game-card-badge {
  position: absolute;
  top: 8px; left: 8px;
  background: var(--accent);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}
.game-card { position: relative; }
.game-card-play {
  position: absolute;
  top: 0; left: 0; right: 0;
  aspect-ratio: 1;
  background: rgba(255,51,51,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}
.game-card:hover .game-card-play { opacity: 1; }

/* ========== BLOG GRID ========== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.2s;
}
.blog-card:hover { transform: translateY(-2px); }
.blog-card-thumb { aspect-ratio: 16/9; overflow: hidden; }
.blog-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-body { padding: 16px; }
.blog-card-body h3 { font-size: 0.95rem; font-weight: 700; margin-bottom: 8px; }
.blog-card-body h3 a { color: var(--text); text-decoration: none; }
.blog-card-body h3 a:hover { color: var(--accent); }
.blog-card-body p { color: var(--text-muted); font-size: 0.82rem; margin-bottom: 12px; line-height: 1.5; }
.blog-card-meta { color: var(--text-dim); font-size: 0.78rem; }

/* ========== FAQ ACCORDION ========== */
.faq-section { padding: 64px 0; }
.faq-item {
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  margin-bottom: 8px;
  overflow: hidden;
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: var(--bg-card);
  cursor: pointer;
  font-weight: 700;
  font-size: 0.95rem;
  transition: background 0.2s;
  border: none;
  width: 100%;
  text-align: left;
  color: var(--text);
  font-family: var(--font);
}
.faq-question:hover { background: var(--bg-card-alt); }
.faq-arrow { transition: transform 0.2s; font-size: 0.8rem; color: var(--accent); }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 20px;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}
.faq-item.open .faq-answer { max-height: 500px; padding: 16px 20px; }

/* ========== CTA SECTION ========== */
.cta-section {
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
  padding: 64px 0;
  text-align: center;
}
.cta-section h2 { font-size: 2.2rem; font-weight: 800; margin-bottom: 12px; }
.cta-section p { color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-bottom: 24px; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-actions .btn-white { color: var(--accent-dark); }
.cta-actions .btn-outline { color: #fff; border-color: rgba(255,255,255,0.4); }
.cta-actions .btn-outline:hover { border-color: #fff; }

/* ========== 18+ DISCLAIMER ========== */
.responsible-section { padding: 48px 0; text-align: center; }
.responsible-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,51,51,0.1);
  color: var(--accent);
  padding: 8px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 12px;
}
.responsible-section p { color: var(--text-dim); font-size: 0.82rem; line-height: 1.6; max-width: 700px; margin: 0 auto; }

/* ========== FOOTER ========== */
#site-footer {
  background: var(--bg-header);
  border-top: 2px solid var(--accent);
  padding: 48px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 40px;
}
.footer-brand p { color: var(--text-dim); font-size: 0.82rem; line-height: 1.6; margin-top: 12px; }
.footer-brand .age-pill {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 8px;
}
.footer-col h2 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.footer-col a {
  display: block;
  color: var(--text-muted);
  font-size: 0.82rem;
  margin-bottom: 8px;
  text-decoration: none;
  transition: color 0.15s, padding-left 0.15s;
}
.footer-col a:hover { color: var(--accent-hover); padding-left: 4px; }
.footer-bottom {
  border-top: 1px solid var(--border-light);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--text-dim);
  font-size: 0.78rem;
}
.footer-bottom a { color: var(--accent); }

/* ========== MOBILE FLOAT BAR ========== */
.mobile-float-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0; right: 0;
  background: var(--bg-header);
  border-top: 1px solid var(--border);
  padding: 10px var(--gutter);
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  z-index: 9990;
  gap: 12px;
  justify-content: center;
  align-items: center;
  animation: floatBarIn 0.3s ease;
}
.mobile-float-bar .btn { flex: 1; text-align: center; padding: 12px 0; font-size: 0.88rem; }
@keyframes floatBarIn { 0% { transform: translateY(100%); } 100% { transform: translateY(0); } }

/* ========== SUBPAGE HERO ========== */
.subpage-hero {
  background: var(--hero-gradient);
  padding: 48px 0 40px;
  position: relative;
  overflow: hidden;
}
.subpage-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(circle at 70% 30%, rgba(255,51,51,0.12), transparent 45%);
  pointer-events: none;
}
.subpage-hero h1 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  color: #ffffff !important;
}
.subpage-hero .eyebrow,
.subpage-hero p {
  color: #e2e8f0 !important;
}

/* ========== BREADCRUMB ========== */
.breadcrumb {
  padding: 12px 0;
  font-size: 0.82rem;
  color: var(--text-dim);
}
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--accent); }

/* ========== SINGLE POST ========== */
.single-post-page { padding-bottom: 64px; }
.content-shell {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px var(--gutter);
}
.content-shell h2 { font-size: 1.5rem; margin: 32px 0 16px; }
.content-shell h3 { font-size: 1.2rem; margin: 24px 0 12px; }
.content-shell p { margin-bottom: 16px; color: var(--text-muted); line-height: 1.8; }
.content-shell ul, .content-shell ol { margin: 12px 0 16px 24px; color: var(--text-muted); }
.content-shell li { margin-bottom: 8px; }
.content-shell img { border-radius: var(--radius-sm); margin: 20px 0; }

.author-box {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  padding: 20px;
  margin-top: 32px;
}
.author-box p { font-weight: 700; margin-bottom: 4px; }
.author-box time { color: var(--text-dim); font-size: 0.82rem; }

.related-posts { padding: 64px 0; }
.related-posts h2 { font-size: 1.5rem; margin-bottom: 24px; }
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.related-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: var(--text);
  transition: transform 0.2s;
}
.related-card:hover { transform: translateY(-2px); }
.related-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.related-card h3 { padding: 12px 16px 4px; font-size: 0.9rem; }
.related-card time { padding: 0 16px 12px; color: var(--text-dim); font-size: 0.78rem; }

/* ========== GSAP ANIMATION STUBS ========== */
.gsap-hidden { opacity: 0; transform: translateY(30px); }
.gsap-hidden-left { opacity: 0; transform: translateX(-30px); }
.gsap-hidden-right { opacity: 0; transform: translateX(30px); }
.gsap-hidden-scale { opacity: 0; transform: scale(0.95); }
.gsap-fade { opacity: 0; }

/* ========== PRODUCTION HOME MARKER ========== */
/* G78_PRODUCTION_HOME */

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .hero-section .container { flex-direction: column; }
  .hero-image { flex: none; width: 100%; text-align: center; }
  .hero-image img { max-width: 400px; margin: 0 auto; }
  .game-grid { grid-template-columns: repeat(4, 1fr); }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  /* Mobile nav overrides */
  #main-nav { display: none !important; }
  .nav-toggle { display: block !important; }
  .mobile-float-bar { display: flex; }
  body { padding-bottom: 72px; }

  .hero-section { padding: 48px 0 40px; }
  .hero-section h1 { font-size: 1.8rem; }
  .hero-section p { font-size: 0.95rem; }
  .hero-image { display: none; }
  .section { padding: 48px 0; }
  .section-alt { padding: 48px 0; }
  .section-title h2 { font-size: 1.5rem; }
  .cards-grid { grid-template-columns: 1fr; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-section h2 { font-size: 1.6rem; }
  .subpage-hero h1 { font-size: 1.6rem; }

  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; text-align: center; }
  .feature-item { flex-direction: column; }
}

@media (max-width: 480px) {
  .game-grid { gap: 8px; }
  .game-card-body { padding: 6px 8px; }
  .glass-card { padding: 20px; }
  .section-title h2 { font-size: 1.3rem; }
}


/* HERMES_DESIGN_SKILL_SKIN_V1
   popular-web-designs: coinbase.md
   layout-pack: Premium Sportsbook Home
   css-pack: premium-black-gold with controlled glow and luxury media crops
   This block is generated per domain so new sites cannot fall back to one old theme skin.
*/
:root {
  --hds-bg: #f8fafc;
  --hds-bg-2: #e8eef7;
  --hds-surface: #ffffff;
  --hds-text: #0f172a;
  --hds-muted: #475569;
  --hds-accent: #0ea5e9;
  --hds-accent-2: #22c55e;
  --hds-warn: #f59e0b;
  --hds-radius: 12px;
  --hds-shadow: 0 18px 54px rgba(0,0,0,.22);
}
body {
  background:
    linear-gradient(135deg,var(--hds-bg) 0%,var(--hds-bg-2) 58%,color-mix(in srgb,var(--hds-accent) 12%,var(--hds-bg)) 100%) !important;
  color: var(--hds-text) !important;
  letter-spacing: 0 !important;
}
.site-header,#site-header,header.site-header {
  background: color-mix(in srgb,var(--hds-bg) 88%,#000 12%) !important;
  border-bottom: 1px solid color-mix(in srgb,var(--hds-accent) 24%,transparent) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.18) !important;
}
.hero,.factory-hero,.gw44-hero,.page-hero,.subpage-hero {
  background:
    radial-gradient(circle at 82% 18%,color-mix(in srgb,var(--hds-accent) 22%,transparent),transparent 32%),
    linear-gradient(135deg,var(--hds-bg),var(--hds-bg-2)) !important;
}
.hero h1,.factory-hero h1,.gw44-hero h1,.page-hero h1,.subpage-hero h1 {
  color: var(--hds-text) !important;
  letter-spacing: 0 !important;
}
.btn,.button,.wp-block-button__link,.gw44-btn {
  border-radius: var(--hds-radius) !important;
  background: linear-gradient(135deg,var(--hds-accent),var(--hds-accent-2)) !important;
  color: color-mix(in srgb,var(--hds-bg) 86%,#000) !important;
  box-shadow: 0 12px 30px color-mix(in srgb,var(--hds-accent) 24%,transparent) !important;
}
.card,.game-card,.real-game-card,.promo-card,.info-card,.trust-card,article[class*="card"],.footer-col {
  border-radius: var(--hds-radius) !important;
  background: color-mix(in srgb,var(--hds-surface) 88%,transparent) !important;
  border: 1px solid color-mix(in srgb,var(--hds-accent) 18%,transparent) !important;
  box-shadow: var(--hds-shadow);
}
.game-card img,.real-game-card img,.blog-card img,article img {
  object-fit: cover !important;
}
.section-title,h2,h3 {
  letter-spacing: 0 !important;
}
a {
  color: var(--hds-accent) !important;
}
#site-footer,.site-footer,footer {
  background: color-mix(in srgb,var(--hds-bg) 92%,#000 8%) !important;
  border-top: 1px solid color-mix(in srgb,var(--hds-accent) 18%,transparent) !important;
}
@media (max-width: 760px) {
  .main-nav ul,.nav-main ul {
    max-width: 100%;
  }
  .hero,.factory-hero,.gw44-hero {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}


/* CSG_PROMPT_GUARDRAILS */
#site-header{background:rgba(7,7,12,.96);backdrop-filter:blur(14px)}
.header-inner{min-height:70px;height:auto;gap:16px;flex-wrap:wrap}
.site-logo-image{max-width:150px;max-height:42px;object-fit:contain;filter:drop-shadow(0 0 10px rgba(212,175,55,.28))}
.main-nav ul{display:flex;align-items:center;gap:6px;flex-wrap:wrap;list-style:none;margin:0;padding:0}
.main-nav li{list-style:none}
.main-nav li::marker{content:""}
.main-nav a{display:block;padding:8px 10px;border-radius:8px;font-size:.82rem;white-space:nowrap}
.header-actions{display:flex;gap:8px;align-items:center}
.hero{padding-top:150px}
.section{position:relative}
.section-title{line-height:1.15;letter-spacing:0}
.csg-games-grid,.games-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:18px}
.game-card{padding:0;overflow:hidden}
.game-card-image{aspect-ratio:16/11;overflow:hidden;background:#111827}
.game-card-image img,.game-card img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.08)}
.game-card-body{padding:14px}
.rtp-badge{display:inline-block;margin-top:8px;color:#5ee7a0;background:rgba(0,0,0,.32);border-radius:999px;padding:3px 9px}
.csg-promo-grid,.promo-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px}
.promo-card p{color:rgba(255,255,255,.72);margin:10px 0 18px}
.csg-feature-grid,.csg-payment-grid,.csg-link-grid,.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.csg-feature-grid article,.csg-payment-grid article,.info-card{background:#151a2a;border:1px solid rgba(212,175,55,.16);border-radius:12px;padding:20px}
.csg-feature-grid span,.info-card span{color:#d4af37;font-weight:800}
.csg-payment-grid strong{display:block;color:#d4af37;font-size:1.15rem;margin-bottom:6px}
.csg-payment-grid span{color:rgba(255,255,255,.68)}
.csg-link-grid a{background:rgba(212,175,55,.12);border:1px solid rgba(212,175,55,.24);border-radius:10px;padding:14px 16px;color:#fff;font-weight:700;text-align:center}
.cs{padding:64px 20px;background:#0a0a0f;color:#fff}
.cs:nth-child(even){background:#101018}
.w{max-width:1120px;margin:0 auto}
.rv{font-size:1.03rem;line-height:1.82;color:rgba(255,255,255,.82)}
.rv h2{color:#d4af37;font-size:clamp(1.55rem,3vw,2.35rem);margin:0 0 18px}
.rv h3{color:#fff;margin:0 0 8px}
.rv p{margin:0 0 18px}
.rv ul{margin:18px 0 0;padding-left:22px}
.rv li{margin:8px 0}
.rv a{color:#f5c84c;text-decoration:underline;text-underline-offset:3px}
.eyebrow,.subpage-hero .eyebrow,.gw44-eyebrow{color:#22d3ee!important;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.site-header,#site-header,header.site-header{background:#070a13!important;border-bottom:1px solid rgba(168,85,247,.28)!important;box-shadow:0 14px 34px rgba(0,0,0,.18)!important}
.site-header .container,.header-inner,.site-header .site-logo a,.main-nav a{color:#f8fafc!important}
.site-logo{color:#f8fafc!important}
.hamburger,.menu-toggle{color:#f8fafc!important;background:rgba(124,58,237,.18)!important;border:1px solid rgba(168,85,247,.35)!important}
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:32px;align-items:center}
.image-frame{border-radius:14px;overflow:hidden;border:1px solid rgba(212,175,55,.22);background:#161620;aspect-ratio:16/10}
.image-frame img{width:100%;height:100%;object-fit:cover;transform:scale(1.1)}
details{background:#151a2a;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:16px 18px;margin:10px 0}
summary{cursor:pointer;font-weight:800;color:#fff}
.link-row{display:flex;flex-wrap:wrap;gap:10px}
.link-row a{background:rgba(212,175,55,.12);border-radius:999px;padding:8px 14px;text-decoration:none}
@media (max-width:900px){.split{grid-template-columns:1fr}.hero{padding-top:130px}.main-nav{width:100%;overflow-x:auto}.main-nav ul{flex-wrap:nowrap}.header-actions{display:none}}
@media (max-width:560px){.games-grid,.csg-games-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.game-card-body{padding:10px}.main-nav a{font-size:.78rem}.cs{padding:48px 16px}}

/* CSG_FACTORY_PROMPT_UI */
body{overflow-x:hidden;background:#070a12}
#site-header{position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.08)}
#site-header .container{max-width:1280px}
.header-inner{height:72px;min-height:72px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;flex-wrap:nowrap}
.site-logo{min-width:126px;display:flex;align-items:center}
.site-logo-image{width:126px;height:40px;max-width:126px;max-height:40px}
.main-nav{min-width:0;overflow:hidden}
.main-nav ul{display:flex;flex-wrap:nowrap;justify-content:center;gap:4px;min-width:0;overflow:hidden}
.main-nav li{flex:0 1 auto;list-style:none}
.main-nav li::marker{content:""}
.main-nav a{font-size:clamp(.66rem,.72vw,.82rem);padding:8px 7px;white-space:nowrap;color:#e5e7eb}
.header-actions .btn{padding:9px 13px;border-radius:10px;font-size:.78rem;white-space:nowrap}
.csg-factory-home{background:#070a12;color:#fff}
.factory-wrap{max-width:1280px;margin:0 auto;padding:0 22px}
.factory-kicker{color:#f5c84c;text-transform:uppercase;letter-spacing:.08em;font-weight:900;font-size:.76rem;margin:0 0 10px}
.factory-hero{padding:72px 0 52px;background:linear-gradient(135deg,#07111f 0%,#101827 55%,#06130c 100%)}
.factory-hero .factory-wrap{display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:34px;align-items:center}
.hero-copy h1{font-size:clamp(2rem,4vw,4.4rem);line-height:1.02;margin:0 0 16px;color:#fff;max-width:760px}
.hero-copy p{color:#b9c3d4;font-size:1.08rem;max-width:620px;margin:0 0 24px}
.factory-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-banners{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hero-banner{position:relative;border:1px solid rgba(245,200,76,.22);border-radius:22px;overflow:hidden;min-height:170px;background:#111827}
.hero-banner.is-main{grid-column:1/-1;min-height:320px}
.hero-banner img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.08);transform:scale(1.04)}
.hero-banner div{position:absolute;inset:auto 16px 16px 16px;background:linear-gradient(180deg,rgba(6,10,18,.28),rgba(6,10,18,.86));border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:14px}
.hero-banner strong,.hero-banner span{display:block}.hero-banner strong{font-size:1rem}.hero-banner span{color:#d6deea;font-size:.86rem;margin-top:4px}
.factory-trust{padding:24px 0;background:#0b1020;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.trust-grid article,.feature-row article,.blog-grid article{background:#151a2a;border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:20px}
.trust-grid span{display:inline-flex;background:rgba(245,200,76,.14);border:1px solid rgba(245,200,76,.25);color:#f5c84c;border-radius:999px;padding:4px 9px;font-weight:900;font-size:.75rem;margin-bottom:10px}
.trust-grid strong{display:block;color:#fff}.trust-grid p{color:#aeb8c8;font-size:.9rem;margin:8px 0 0}
.factory-section{padding:84px 0}.factory-section:nth-child(odd){background:#090d18}.factory-section h2{font-size:clamp(1.7rem,3vw,3rem);line-height:1.12;margin:0 0 14px}.factory-section p,.section-lead{color:#b9c3d4;max-width:760px}
.split-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);gap:32px;align-items:center}.split-panel.reverse{grid-template-columns:minmax(360px,520px) minmax(0,1fr)}
.split-panel figure,.feature-row img,.blog-grid img{margin:0;border-radius:24px;overflow:hidden;border:1px solid rgba(245,200,76,.18);background:#101827;aspect-ratio:16/10}
.split-panel img,.feature-row img,.blog-grid img{width:100%;height:100%;object-fit:cover;display:block}
.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-row article{padding:0;overflow:hidden}.feature-row h2,.feature-row p,.feature-row a{margin-left:20px;margin-right:20px}.feature-row h2{font-size:1.35rem;margin-top:18px}.feature-row a,.blog-grid a,.mini-links a{display:inline-flex;margin-bottom:20px;color:#f5c84c;font-weight:800}
.mini-links{display:flex;gap:10px;flex-wrap:wrap}.mini-links a{background:rgba(245,200,76,.12);border:1px solid rgba(245,200,76,.2);border-radius:999px;padding:9px 13px;text-decoration:none;margin:0}
.game-lobby .games-filter{justify-content:flex-start;overflow-x:auto;padding-bottom:4px}.game-lobby .games-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}
.game-lobby .game-card{border-radius:18px;background:#0d1324;border-color:rgba(255,255,255,.08)}.game-lobby .game-card-image{aspect-ratio:4/3}.game-lobby .game-name{font-size:.88rem}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.blog-grid article{padding:0;overflow:hidden}.blog-grid h3,.blog-grid p,.blog-grid a{margin-left:18px;margin-right:18px}.blog-grid h3{margin-top:16px}
.faq-zone details{background:#0f172a;border-color:rgba(255,255,255,.1)}
.factory-final-cta{padding:78px 0;text-align:center;background:linear-gradient(135deg,#101827,#052e16)}.factory-final-cta p{margin:0 auto 22px;color:#d8e1ef;max-width:760px}
#site-footer{background:#050812;border-top:1px solid rgba(245,200,76,.16)}#site-footer .footer-grid{max-width:1280px;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:32px}
.hub-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:20px}.hub-shot{margin:0;border-radius:16px;overflow:hidden;background:#101827;border:1px solid rgba(255,255,255,.08)}.hub-shot img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block}.hub-shot figcaption{font-size:.78rem;color:#b9c3d4;padding:9px 10px}
@media (max-width:1120px){.header-inner{grid-template-columns:auto minmax(0,1fr)}.header-actions{display:none}.main-nav ul{justify-content:flex-start;overflow-x:auto}.factory-hero .factory-wrap,.split-panel,.split-panel.reverse{grid-template-columns:1fr}.trust-grid{grid-template-columns:repeat(2,1fr)}.game-lobby .games-grid{grid-template-columns:repeat(4,1fr)}}
@media (max-width:760px){.factory-hero{padding-top:48px}.hero-banners{grid-template-columns:1fr}.hero-banner.is-main{min-height:240px}.feature-row,.blog-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr}.game-lobby .games-grid{grid-template-columns:repeat(2,1fr)}.hub-gallery{grid-template-columns:repeat(2,1fr)}#site-footer .footer-grid{grid-template-columns:1fr}.site-logo-image{width:112px}.main-nav a{font-size:.75rem;padding:8px 9px}}


/* CSG_LAYOUT_POLISH_V2 */
#site-header{box-shadow:0 10px 34px rgba(0,0,0,.26)}
#site-header .container{padding:0 18px}
.header-inner{display:grid!important;grid-template-columns:140px minmax(0,1fr) 170px!important;gap:14px!important;height:76px!important;min-height:76px!important;align-items:center!important}
.site-logo{width:140px;min-width:140px}.site-logo-image{width:122px!important;height:38px!important;max-width:122px!important;max-height:38px!important}
.main-nav{overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch}
.main-nav::-webkit-scrollbar{display:none}
.main-nav ul{display:flex!important;flex-wrap:nowrap!important;justify-content:flex-start!important;align-items:center!important;gap:3px!important;overflow:visible!important;white-space:nowrap!important}
.main-nav li{flex:0 0 auto!important}
.main-nav a{font-size:12px!important;line-height:1!important;padding:10px 8px!important;border-radius:10px!important;max-width:none!important}
.main-nav a:hover{background:rgba(245,200,76,.12)}
.header-actions{display:flex!important;justify-content:flex-end!important;gap:8px!important}.header-actions .btn{padding:9px 12px!important;font-size:12px!important}
.factory-hero{padding:58px 0 44px!important}
.factory-hero .factory-wrap{grid-template-columns:minmax(420px,.86fr) minmax(520px,1.14fr)!important;gap:38px!important}
.hero-copy h1{font-size:clamp(2.5rem,4.2vw,4.9rem)!important;max-width:660px!important}
.hero-copy p{font-size:1.1rem!important;max-width:620px!important}
.hero-banners{grid-template-columns:1.15fr .85fr!important;gap:16px!important;align-items:stretch!important}
.hero-banner{min-height:178px!important;border-radius:20px!important;background:linear-gradient(135deg,#111827,#172554)!important}
.hero-banner.is-main{grid-row:span 2!important;grid-column:auto!important;min-height:372px!important}
.hero-banner img{opacity:.88!important;filter:saturate(1.08) contrast(1.02)!important}
.hero-banner div{inset:auto 14px 14px 14px!important;padding:13px!important;background:linear-gradient(180deg,rgba(8,12,22,.38),rgba(8,12,22,.88))!important}
.trust-grid article{min-height:180px}
.factory-section{padding:74px 0!important}
.split-panel figure,.feature-row img,.blog-grid img{box-shadow:0 18px 50px rgba(0,0,0,.25)}
#site-footer{padding-top:46px!important}
@media (max-width:1180px){
  .header-inner{grid-template-columns:132px minmax(0,1fr)!important;height:auto!important;min-height:72px!important;padding:10px 0!important}
  .header-actions{display:none!important}
  .main-nav a{font-size:12px!important;padding:10px 9px!important}
  .factory-hero .factory-wrap{grid-template-columns:1fr!important}
  .hero-banners{grid-template-columns:1fr 1fr!important}
  .hero-banner.is-main{grid-column:1/-1!important;grid-row:auto!important;min-height:300px!important}
}
@media (max-width:640px){
  #site-header .container{padding:0 14px}
  .header-inner{grid-template-columns:124px minmax(0,1fr)!important;gap:10px!important}
  .site-logo{width:124px;min-width:124px}.site-logo-image{width:110px!important;height:34px!important}
  .main-nav{padding-bottom:0!important}
  .main-nav ul{gap:4px!important}
  .main-nav a{font-size:12px!important;padding:9px 10px!important;background:#151a2a}
  .factory-hero{padding:42px 0 36px!important}
  .hero-copy h1{font-size:clamp(2rem,10vw,2.9rem)!important}
  .factory-actions .btn{width:100%;justify-content:center}
  .hero-banners{grid-template-columns:1fr!important}
  .hero-banner,.hero-banner.is-main{min-height:210px!important}
  .hero-banner div{position:absolute!important}
}


/* CSG_LAYOUT_POLISH_V3 */
#site-header{position:sticky!important;top:0!important}
#site-header .container{max-width:1280px!important}
.header-inner{display:grid!important;grid-template-columns:160px minmax(0,1fr) 230px!important;grid-template-areas:"logo nav actions"!important;height:78px!important;min-height:78px!important;gap:16px!important}
.site-logo{grid-area:logo!important;width:160px!important;min-width:160px!important}
.main-nav{grid-area:nav!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;-ms-overflow-style:none!important}
.main-nav::-webkit-scrollbar,.main-nav ul::-webkit-scrollbar,.main-nav *::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
.main-nav ul{display:flex!important;flex-wrap:nowrap!important;gap:6px!important;align-items:center!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;-ms-overflow-style:none!important;padding:0!important;margin:0!important}
.main-nav a{display:block!important;font-size:12.5px!important;line-height:1!important;padding:10px 9px!important;border-radius:999px!important;background:#151a2a!important}
.main-nav a:hover{background:rgba(245,200,76,.16)!important}
.header-actions{grid-area:actions!important;display:flex!important;justify-content:flex-end!important}
.header-actions .btn{font-size:13px!important;padding:10px 16px!important}
@media (min-width:1280px){
  .main-nav a{font-size:13px!important;padding:10px 10px!important}
}
@media (max-width:1180px){
  .header-inner{grid-template-columns:150px minmax(0,1fr)!important;grid-template-areas:"logo nav"!important;height:76px!important;min-height:76px!important}
  .header-actions{display:none!important}
}
@media (max-width:640px){
  .header-inner{grid-template-columns:124px minmax(0,1fr)!important;grid-template-areas:"logo nav"!important;height:72px!important;min-height:72px!important;gap:10px!important}
  .main-nav{mask-image:linear-gradient(90deg,#000 0%,#000 88%,transparent 100%)}
  .main-nav ul{gap:6px!important}
  .main-nav a{font-size:12px!important;padding:9px 11px!important}
  html,body{max-width:100%;overflow-x:hidden!important}
}


.hero-dot{min-width:44px;min-height:44px;}


/* WORKFLOW_AUTO_VISUAL_FIX_V1 */
.csg-factory-home,
.factory-hero,
.factory-section,
.factory-trust,
.factory-final-cta {
  width:100%;
  max-width:100%;
  overflow:hidden;
}
.factory-wrap {
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:0 20px;
}
.factory-hero {
  padding:56px 0 40px;
  background:linear-gradient(180deg,#090914,#111027);
}
.factory-hero .factory-wrap,
.split-panel {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,520px);
  gap:32px;
  align-items:center;
}
.split-panel.reverse {
  grid-template-columns:minmax(320px,520px) minmax(0,1fr);
}
.hero-copy,
.split-panel > div {
  min-width:0;
}
.hero-copy h1 {
  max-width:760px;
  font-size:clamp(2rem,4vw,3.25rem);
  line-height:1.08;
  margin:0 0 16px;
}
.factory-kicker {
  color:var(--gold,#fbbf24);
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.78rem;
  margin-bottom:10px;
}
.hero-carousel {
  position:relative;
  min-width:0;
}
.hero-banners {
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:100%;
  overflow:hidden;
  border-radius:14px;
  border:1px solid var(--border-color,rgba(168,85,247,.25));
  background:#111827;
}
.hero-banner {
  position:relative;
  min-width:0;
  aspect-ratio:16/10;
  overflow:hidden;
}
.hero-banner img,
.factory-section img,
.blog-grid img,
.feature-row img,
.split-panel figure img {
  width:100%;
  height:100%;
  max-width:100%;
  object-fit:cover;
  display:block;
}
.hero-banner > div {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:16px;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.78));
}
.hero-banner strong,
.hero-banner span {
  display:block;
}
.hero-nav {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:4;
  width:44px;
  height:44px;
  border-radius:999px;
}
.hero-prev { left:12px; }
.hero-next { right:12px; }
.factory-section {
  padding:64px 0;
}
.trust-grid,
.feature-row,
.blog-grid,
.faq-grid,
.feature-grid,
.provider-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:20px;
}
.factory-trust article,
.feature-row article,
.blog-grid article,
.feature-card,
.provider-card,
.faq-grid > div {
  min-width:0;
  padding:20px;
  border:1px solid var(--border-color,rgba(168,85,247,.25));
  border-radius:14px;
  background:#151a2a;
}
.feature-row article img,
.blog-grid article img,
.split-panel figure {
  aspect-ratio:16/10;
  overflow:hidden;
  border-radius:14px;
  margin:0 0 16px;
}
.mini-links,
.factory-actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}
.factory-final-cta {
  padding:72px 0;
  text-align:center;
  background:linear-gradient(135deg,rgba(107,33,168,.25),rgba(34,211,238,.08));
}
@media(max-width:900px){
  .factory-hero .factory-wrap,
  .split-panel,
  .split-panel.reverse {
    grid-template-columns:1fr;
  }
}


/* WORKFLOW_AUTO_LIGHTHOUSE_FIX_V1 */
body,
.csg-factory-home,
.site-footer,
.footer-bottom,
.footer-copy,
.footer-desc,
.section-desc,
.factory-section p,
.factory-trust p,
.page-content p {
  color:#f4f7ff!important;
}
.factory-kicker,
.game-provider,
.feature-row a,
.blog-grid a,
.mini-links a,
.footer-links-grid a,
.footer-links a {
  color:#ffe58a!important;
}
.mini-links a,
.footer-links-grid a,
.footer-links a,
.main-nav a,
.factory-actions a,
.feature-row a,
.blog-grid a {
  min-height:44px;
  min-width:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  line-height:1.25;
}
.footer-links-grid {
  gap:12px!important;
}
.game-name {
  color:#fff!important;
  font-size:1rem!important;
  line-height:1.25!important;
}
div[style*="text-align: center"][style*="padding-top: 24px"] {
  color:#f4f7ff!important;
}


/* WORKFLOW_AUTO_PRO_LAYOUT_FIX_V2 */
body {
  overflow-x:hidden;
}
.container,
.factory-wrap {
  width:min(1180px, calc(100% - 40px))!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.factory-trust article span,
.factory-trust article strong,
.provider-card,
.promo-card span,
.promo-card h3,
.promo-card p {
  display:block;
}
.factory-trust article {
  display:flex;
  flex-direction:column;
  gap:8px;
}
.factory-trust article span {
  color:#22d3ee!important;
  font-weight:800;
  letter-spacing:.04em;
}
.factory-trust article strong {
  color:#fff!important;
  font-size:1.08rem;
}
.promos .factory-wrap,
.promo-section .container {
  display:block!important;
}
.promos-grid,
.promo-grid,
.promocoes-grid {
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
}
.promo-card {
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  min-height:260px;
  padding:24px!important;
  border-radius:14px!important;
  border:1px solid rgba(168,85,247,.38)!important;
  background:linear-gradient(145deg,#111827,#0b1220)!important;
  box-shadow:0 10px 34px rgba(0,0,0,.35)!important;
}
.promo-card .promo-tag,
.promo-card h3,
.promo-card .promo-amount,
.promo-card p { color:#f1f5f9!important; }
.promo-card .promo-tag { font-size:.82rem; text-transform:uppercase; letter-spacing:.04em; color:#a78bfa!important; font-weight:700; }
.promo-card .promo-amount { font-size:1.5rem; font-weight:800; color:#22d3ee!important; }
.promo-card .btn,
.promo-card .promo-cta {
  width:max-content;
  margin-top:auto;
}
.factory-final-cta .factory-actions,
.factory-final-cta .mini-links,
.factory-actions,
.mini-links {
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
}
.factory-final-cta .btn,
.factory-final-cta a,
.mini-links a {
  margin:0!important;
  text-decoration:none!important;
}
.hero-carousel {
  position:relative!important;
}
.hero-carousel .hero-nav {
  position:absolute!important;
}
.page-hero {
  position:relative!important;
  width:100%!important;
  min-height:320px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  margin:0 0 48px!important;
}
.page-hero img {
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  opacity:.42!important;
}
.page-hero-overlay {
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(7,7,19,.52),rgba(7,7,19,.92))!important;
}
.page-hero h1 {
  position:relative!important;
  z-index:2!important;
  max-width:980px!important;
  padding:0 24px!important;
  text-align:center!important;
}
.seo-content,
.content-rich,
.workflow-content-padding {
  width:min(980px, calc(100% - 40px))!important;
  max-width:980px!important;
  margin:0 auto!important;
  line-height:1.78!important;
}
.seo-content img,
.content-rich img,
.page-img img,
body:not(.home) > figure.page-img img {
  width:100%!important;
  max-width:860px!important;
  height:auto!important;
  max-height:520px!important;
  object-fit:cover!important;
  border-radius:14px!important;
  display:block!important;
  margin:28px auto!important;
}
.page-img,
body:not(.home) > figure.page-img,
body:not(.home) > h2,
body:not(.home) > p,
body:not(.home) > ol,
body:not(.home) > ul {
  width:min(980px, calc(100% - 40px))!important;
  max-width:980px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body:not(.home) > h2 {
  margin-top:34px!important;
  margin-bottom:12px!important;
}
body:not(.home) > p {
  line-height:1.78!important;
  margin-top:0!important;
  margin-bottom:18px!important;
}
figcaption {
  color:#cbd5e1!important;
  text-align:center!important;
  margin-top:-18px!important;
  margin-bottom:24px!important;
}
@media(max-width:760px){
  .container,
  .factory-wrap,
  .seo-content,
  .content-rich,
  .workflow-content-padding,
  .page-img,
  body:not(.home) > figure.page-img,
  body:not(.home) > h2,
  body:not(.home) > p,
  body:not(.home) > ol,
  body:not(.home) > ul {
    width:calc(100% - 32px)!important;
  }
  .page-hero {
    min-height:240px!important;
    margin-bottom:32px!important;
  }
  .factory-trust .trust-grid,
  .feature-row,
  .blog-grid {
    grid-template-columns:1fr!important;
  }
}

/* WORKFLOW_PRODUCTION_SKIN_V1 */
:root{--gw-bg:#070a13;--gw-panel:#111827;--gw-panel-2:#151a2a;--gw-line:rgba(168,85,247,.34);--gw-text:#f8fafc;--gw-muted:#cbd5e1;--gw-cyan:#22d3ee;--gw-gold:#facc15;--gw-violet:#a855f7;--text-main:#f8fafc;--text-secondary:#e2e8f0}
body{background:var(--gw-bg)!important;color:var(--gw-text)!important}
.gw44-hero-copy h1,.gw44-section-head h2,.gw44-final h2{margin:0;color:#f8fafc!important;line-height:1.04;font-weight:950;letter-spacing:0}
.gw44-hero-copy p,.gw44-section-head p,.gw44-final p{color:#e2e8f0!important;line-height:1.65}
.gw44-eyebrow{color:#22d3ee!important;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem}
.gw44-btn-primary{background:linear-gradient(135deg,#7c3aed,#a855f7)!important;color:#fff!important;border:0}
.gw44-btn-ghost{border:1px solid #7c3aed!important;color:#fff!important;background:rgba(124,58,237,.12)!important}
.gw44-hero{background:#08111f!important;background-image:radial-gradient(circle at 82% 20%,rgba(34,211,238,.14),transparent 31%),linear-gradient(135deg,#08111f 0%,#111827 56%,#06130c 100%)!important}
.subpage-hero{background:#081b1a!important;background-image:linear-gradient(135deg,#08111f 0%,#0f172a 100%)!important}
.content-shell{background:#070a13!important}
.homepage-extra,.home-blog-preview,.factory-final-cta{background:#070a13!important}
.home-blog-preview h2,.factory-final-cta h2{color:#f8fafc!important}
.home-blog-preview p,.factory-final-cta p{color:#e2e8f0!important}
.blog-post-card{background:linear-gradient(145deg,#111827,#0b1220)!important;border:1px solid rgba(168,85,247,.25)!important;border-radius:14px!important;overflow:hidden}
.blog-post-card h3,.blog-post-card p{color:#f1f5f9!important}
.blog-post-card .read-more{color:#22d3ee!important;font-weight:700}
.site-logo img,.footer-brand img{max-width:150px!important;height:auto!important;display:block!important}
.nav-desktop{display:flex!important;align-items:center!important;gap:22px!important;white-space:nowrap}
.nav-desktop a{color:#cbd5e1!important;text-decoration:none!important;font-weight:800!important;font-size:.9rem!important}
.nav-desktop a.active,.nav-desktop a:hover{color:var(--gw-cyan)!important}
.header-cta{display:flex!important;gap:10px!important;align-items:center!important}
.hamburger{display:none!important}
.gw44-home{background:#070a13;color:#f8fafc;overflow:hidden}
.gw44-home *{box-sizing:border-box}
.gw44-wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.gw44-hero{padding:74px 0 58px;background:radial-gradient(circle at 82% 20%,rgba(34,211,238,.14),transparent 31%),linear-gradient(135deg,#08111f 0%,#111827 56%,#06130c 100%)}
.gw44-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(440px,1.08fr);gap:42px;align-items:center}
.gw44-eyebrow{margin:0 0 14px;color:#fde68a!important;text-transform:uppercase;letter-spacing:.14em;font-weight:900;font-size:.78rem}
.gw44-hero-copy h1,.gw44-section-head h2,.gw44-final h2{margin:0;color:var(--text-main)!important;line-height:1.04;font-weight:950;letter-spacing:0}
.gw44-hero-copy h1{max-width:720px;font-size:clamp(2.55rem,4.7vw,4.85rem)}
.gw44-hero-copy>p,.gw44-section-head>p,.gw44-final p{color:var(--text-secondary)!important;line-height:1.65;font-size:1.04rem}
.gw44-hero-copy>p{max-width:620px;margin:22px 0 0}
.gw44-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px;align-items:center}
.gw44-btn,.btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:13px 22px!important;border-radius:9px!important;font-weight:900!important;text-decoration:none!important}
.gw44-btn-primary,.btn-primary{background:linear-gradient(135deg,#7e22ce,#a855f7)!important;color:#fff!important;box-shadow:0 14px 34px rgba(168,85,247,.28)}
.gw44-btn-ghost,.btn-secondary,.btn-ghost{border:1px solid rgba(168,85,247,.42)!important;color:#d8b4fe!important;background:rgba(168,85,247,.09)!important}
.gw44-hero-media{display:grid;grid-template-columns:1.08fr .92fr;gap:16px;min-width:0}
.gw44-media-card{position:relative;min-height:190px;border:1px solid var(--gw-line);border-radius:18px;overflow:hidden;background:#111827;box-shadow:0 22px 60px rgba(0,0,0,.28)}
.gw44-media-main{grid-row:span 2;min-height:402px}
.gw44-media-card img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;display:block!important;filter:saturate(1.06) contrast(1.03)}
.gw44-media-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 38%,rgba(5,8,16,.88))}
.gw44-media-card div{position:absolute;left:16px;right:16px;bottom:16px;z-index:2;padding:13px;border-radius:12px;background:rgba(5,8,16,.64);backdrop-filter:blur(8px)}
.gw44-media-card strong,.gw44-media-card span{display:block}.gw44-media-card span{color:#e5e7eb!important;font-size:.9rem;line-height:1.38;margin-top:4px}
.gw44-trust{padding:26px 0;background:#0d1324;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
.gw44-trust-grid,.gw44-card-grid,.gw44-info-grid{display:grid;gap:18px}
.gw44-trust-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.gw44-trust article,.gw44-info-grid article,.gw44-feature-card,.promo-card,.gw44-faq details{border:1px solid var(--gw-line)!important;background:#151a2a!important;border-radius:12px!important;padding:22px!important;min-width:0}
.gw44-trust span{display:block;color:var(--gw-cyan);font-weight:950;margin-bottom:10px}.gw44-trust strong{display:block;color:#fff;font-size:1.08rem}.gw44-trust p,.gw44-info-grid p,.gw44-feature-card p,.promo-card p{color:#cbd5e1!important;line-height:1.58}
.gw44-section{padding:72px 0;background:#080b16}
.gw44-section:nth-of-type(even){background:#0a1020}
.gw44-section-head{max-width:820px;margin-bottom:28px}
.gw44-section-head h2,.gw44-final h2{font-size:clamp(2rem,3.4vw,3.35rem)}
.gw44-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.gw44-feature-card{overflow:hidden;padding:0!important}
.gw44-feature-card img{width:100%!important;height:230px!important;object-fit:cover!important;display:block!important}
.gw44-feature-card div{padding:22px}.gw44-feature-card a{color:var(--gw-cyan)!important;font-weight:900!important;text-decoration:none!important}
.gw44-split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.gw44-split figure{margin:0;border-radius:16px;overflow:hidden;border:1px solid var(--gw-line)}
.gw44-split img{width:100%!important;height:390px!important;object-fit:cover!important;display:block!important}
.games-grid,.real-game-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.game-card,.real-game-card{overflow:hidden!important;border:1px solid var(--gw-line)!important;border-radius:12px!important;background:#151a2a!important}
.game-card-image img{width:100%!important;height:210px!important;object-fit:cover!important;display:block!important}.game-card-body{padding:14px!important}
.promo-grid,.csg-promo-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
.promo-card{display:flex!important;flex-direction:column!important;gap:9px!important;min-height:260px}
.promo-card .btn,.promo-card .promo-cta{width:max-content;margin-top:auto}
.gw44-info-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.gw44-provider-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.gw44-provider-grid span{display:flex;align-items:center;justify-content:center;min-height:64px;border:1px solid var(--gw-line);border-radius:12px;background:rgba(34,211,238,.055);color:#e0f2fe;font-weight:900;text-align:center}
.gw44-faq{display:grid;gap:12px}.gw44-faq summary{cursor:pointer;color:#fff;font-weight:900}.gw44-faq p{color:#cbd5e1!important;line-height:1.62}
.gw44-final{padding:74px 0;text-align:center;background:linear-gradient(135deg,#0b1120,#052e1a)}
.gw44-final .gw44-actions{justify-content:center}
.page-hero{position:relative!important;width:100%!important;min-height:320px!important;display:grid!important;place-items:center!important;overflow:hidden!important;margin:0 0 48px!important}
.page-hero img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:.42!important}
.page-hero h1{position:relative!important;z-index:2!important;max-width:980px!important;padding:0 24px!important;text-align:center!important}
.seo-content,.content-rich,.workflow-content-padding,body:not(.home) > h2,body:not(.home) > p,body:not(.home) > ol,body:not(.home) > ul,body:not(.home) > figure.page-img{width:min(980px,calc(100% - 40px))!important;max-width:980px!important;margin-left:auto!important;margin-right:auto!important;line-height:1.78!important}
.seo-content img,.content-rich img,.page-img img,body:not(.home) > figure.page-img img{width:100%!important;max-width:860px!important;height:auto!important;max-height:520px!important;object-fit:cover!important;border-radius:14px!important;display:block!important;margin:28px auto!important}
@media(max-width:980px){.gw44-hero-grid,.gw44-split{grid-template-columns:1fr}.gw44-hero-media{grid-template-columns:1fr 1fr}.gw44-media-main{grid-column:1/-1;grid-row:auto;min-height:320px}.gw44-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gw44-provider-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.nav-desktop{display:none!important}.hamburger{display:inline-flex!important;flex-direction:column;gap:5px;background:transparent!important;border:0!important}.hamburger span{display:block;width:26px;height:2px;background:#fff}}
@media(max-width:640px){.site-header .container,.header-inner{width:calc(100% - 24px)!important;gap:8px!important;padding:10px 0!important}.site-logo img{max-width:120px!important}.header-cta{gap:8px!important}.header-cta .btn{min-height:40px!important;padding:10px 13px!important;font-size:.82rem!important}.gw44-wrap{width:calc(100% - 32px)}.gw44-hero{padding:42px 0 38px}.gw44-hero-copy h1{font-size:clamp(2.15rem,10vw,3.1rem)}.gw44-actions{display:grid;grid-template-columns:1fr}.gw44-btn{width:100%}.gw44-hero-media,.gw44-card-grid,.gw44-trust-grid,.gw44-info-grid,.promo-grid,.csg-promo-grid{grid-template-columns:1fr!important}.gw44-media-card,.gw44-media-main{min-height:230px}.gw44-section{padding:54px 0}.gw44-section-head{text-align:left}.gw44-feature-card img{height:210px}.gw44-split img{height:250px}.gw44-provider-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.games-grid,.real-game-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.game-card-image img{height:160px!important}}

/* WORKFLOW_PRODUCTION_SKIN_V2 */
@media(max-width:640px){
  .site-header .container,.header-inner{
    flex-wrap:nowrap!important;
    width:calc(100% - 20px)!important;
    gap:6px!important;
    position:fixed!important;top:0;left:0;right:0;width:100%!important;z-index:9999!important;
  }
  .site-logo{flex:0 0 auto!important}
  .site-logo img{max-width:98px!important}
  .header-cta{display:flex!important;flex:1 1 auto!important;justify-content:flex-end!important;gap:6px!important;min-width:0!important}
  .header-cta .btn{
    min-height:36px!important;
    padding:8px 10px!important;
    font-size:.76rem!important;
    border-radius:8px!important;
    white-space:nowrap!important;
  }
  .hamburger{
    display:inline-flex!important;
    flex:0 0 34px!important;
    width:34px!important;
    height:36px!important;
    min-width:34px!important;
    margin:0!important;
    padding:0!important;
    position:static!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:5px!important;
    border:0!important;
    background:transparent!important;
  }
  .hamburger span{
    width:22px!important;
    height:2px!important;
    margin:0!important;
    background:#fff!important;
    border-radius:99px!important;
  }
  .gw44-hero-media .gw44-media-card:not(.gw44-media-main){
    display:none!important;
  }
  .gw44-media-main{
    min-height:252px!important;
  }
}



/* CSG_MOBILE_MENU_AND_SUBPAGE_BANNER_CONTRACT */
html, body { overflow-x:hidden; }
.footer-pro { background:#07090f; border-top:1px solid rgba(255,255,255,.12); padding:48px 0 20px; }
.footer-pro-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:28px; }
.footer-col { display:flex; flex-direction:column; gap:10px; }
.footer-col h2 { font-size:16px; margin:0 0 8px; }
.footer-col a { color:#dfe8ff; text-decoration:none; }
.age-pill { display:inline-flex; width:max-content; padding:4px 10px; border-radius:6px; background:#ef4444; color:#fff; font-weight:700; }
.subpage-hero, .blog-archive-hero, .legal-hero { padding:72px 0; background:#081b1a; }
.subpage-hero-grid { display:grid; grid-template-columns:1fr minmax(260px,520px); gap:32px; align-items:center; }
.subpage-hero img, .blog-archive-hero img, .legal-hero img { width:100%; aspect-ratio:16/9; object-fit:cover; border-radius:8px; }
.content-shell { padding:48px 0; }
.subpage-info-block { margin:0 0 28px; padding:24px; border:1px solid rgba(168,85,247,.18); border-radius:12px; background:linear-gradient(145deg,#111827,#0b1220); box-shadow:0 8px 28px rgba(0,0,0,.25); }
.subpage-info-block h2, .subpage-steps h2, .subpage-compare h2, .subpage-faq h2 { margin-top:0; color:#22d3ee!important; font-weight:800 }
.subpage-info-block p { margin:10px 0 0; color:#e2e8f0!important; }
.subpage-info-block ul, .subpage-info-block li { color:#e2e8f0!important; }
.subpage-hero h1 { color:#ffffff!important; text-shadow:0 2px 12px rgba(0,0,0,.4) }
.subpage-hero .eyebrow { color:#facc15!important; font-weight:900 }
.subpage-steps, .subpage-compare, .subpage-faq { margin:34px 0; }
.subpage-steps ol { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; padding:0; list-style:none; }
.subpage-steps li, .compare-grid article, .subpage-faq details { padding:18px; border-radius:8px; background:#0d1720; border:1px solid rgba(255,255,255,.1); }
.subpage-steps strong { display:block; color:#d4af37; margin-bottom:8px; }
.compare-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.subpage-faq summary { cursor:pointer; font-weight:800; }
.inline-proof-grid, .blog-preview-grid, .archive-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.blog-post-card, .archive-post-card, .inline-proof-grid img { border-radius:8px; overflow:hidden; background:#111827; }
.blog-post-card img, .archive-post-card img { width:100%; aspect-ratio:16/9; object-fit:cover; }
.factory-final-cta { text-align:center; padding:54px 0; }
.factory-final-cta .factory-actions { display:flex; justify-content:center; gap:14px; flex-wrap:wrap; }
.nav-toggle { display:none; width:44px; height:44px; border:1px solid rgba(255,255,255,.24); background:transparent; border-radius:8px; }
.nav-toggle span { display:block; width:20px; height:2px; margin:5px auto; background:#fff; }
@media(max-width:760px) {
  .header-inner { display:grid; grid-template-columns:1fr auto; gap:10px; align-items:center; }
  .nav-toggle { display:block; }
  .main-nav { display:none; grid-column:1/-1; width:100%; }
  .main-nav.is-open { display:block; }
  .main-nav ul { display:grid; grid-template-columns:1fr; gap:8px; white-space:normal; padding:12px 0; }
  .header-actions { grid-column:1/-1; justify-content:stretch; }
  .subpage-hero-grid, .footer-pro-grid, .inline-proof-grid, .blog-preview-grid, .archive-grid, .subpage-steps ol, .compare-grid { grid-template-columns:1fr; }
  .subpage-hero, .blog-archive-hero, .legal-hero { padding:34px 0; }
}


/* === KILL ALL LIGHT BACKGROUNDS === */
* { background-image: none !important; }
article, .card, .info-card, .feature-card, .promo-card, .game-card, .real-game-card,
.gw44-feature-card, .gw44-info-grid article, .gw44-trust article, .gw44-faq details,
details, .csg-feature-grid article, .csg-payment-grid article, .trust-grid article,
.feature-row article, .blog-grid article, .footer-col {
  background: #151a2a !important;
  color: #e2e8f0 !important;
}
article h2, article h3, article h4, .card h2, .info-card h2, .feature-card h2, .promo-card h2,
.gw44-feature-card h3, .gw44-info-grid article h3, .gw44-trust article strong,
.footer-col h2 {
  color: #22d3ee !important;
}
article p, .card p, .info-card p, .feature-card p, .promo-card p, .game-card p,
.gw44-feature-card p, .gw44-info-grid article p, .gw44-trust p, details p,
.footer-col p, .footer-col a {
  color: #e2e8f0 !important;
}
.footer-col a:hover { color: #ff3333 !important; }

/* === Sticky header override === */
#site-header,
.site-header,
header#site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
}
/* push content down to avoid header overlap */
body {
  padding-top: 72px !important;
}
@media (max-width: 640px) {
  body { padding-top: 64px !important; }
}

/* === FINAL header sticky lock === */
html body header#site-header,
html body .site-header,
html body #site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 10000 !important;
  transform: none !important;
}
html body {
  padding-top: 72px !important;
}
@media (max-width: 640px) {
  html body { padding-top: 64px !important; }
  html body header#site-header .header-inner,
  html body #site-header .header-inner { position: fixed !important; }
}

