@import url('https://fonts.googleapis.com/css2?family=Anton&family=Overpass:wght@300;400;600;700;800&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --clr-bg: #000000;
  --clr-header: #020C0D;
  --clr-btn-primary: #059E5D;
  --clr-btn-secondary: #322D37;
  --clr-text: #E8EAE9;
  --clr-text-muted: #9BA8A4;
  --clr-accent: #06C470;
  --clr-card: #0A1512;
  --clr-border: #1A2E28;
  --clr-gold: #F5C842;
  --font-head: 'Anton', sans-serif;
  --font-body: 'Overpass', sans-serif;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 4px 24px rgba(0,0,0,.55);
  --transition: .25s ease;
}

html { scroll-behavior: smooth; background: var(--clr-bg); }
body { font-family: var(--font-body); background: var(--clr-bg); color: var(--clr-text); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: var(--clr-accent); text-decoration: none; transition: color var(--transition); }
a:hover { color: #fff; }
img { max-width: 100%; height: auto; display: block; }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-head); line-height: 1.2; color: #fff; }
p { margin-bottom: 1rem; }
ul, ol { padding-left: 1.5rem; }

.x7f2k-wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.b9r3m-section { padding: 64px 0; }
.b9r3m-section--sm { padding: 40px 0; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-body); font-weight: 700; font-size: 15px;
  padding: 12px 24px; border-radius: var(--radius-sm); border: none;
  cursor: pointer; text-decoration: none; transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.12); box-shadow: 0 6px 20px rgba(0,0,0,.45); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--clr-btn-primary); color: #fff; }
.btn--secondary { background: var(--clr-btn-secondary); color: #E8EAE9; }
.btn--gold { background: var(--clr-gold); color: #020C0D; }
.btn--lg { padding: 16px 36px; font-size: 17px; border-radius: var(--radius); }
.btn--sm { padding: 8px 16px; font-size: 13px; }

/* ---- HEADER ---- */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: var(--clr-header);
  border-bottom: 1px solid var(--clr-border);
  box-shadow: 0 2px 16px rgba(0,0,0,.6);
}
.hdr-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; gap: 16px;
}
.hdr-logo { flex-shrink: 0; }
.hdr-logo img { height: 42px; width: auto; }
.hdr-nav { display: flex; align-items: center; gap: 4px; }
.hdr-nav a {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--clr-text-muted); font-size: 14px; font-weight: 600;
  padding: 8px 12px; border-radius: var(--radius-sm);
  transition: color var(--transition), background var(--transition);
  text-decoration: none;
}
.hdr-nav a:hover { color: #fff; background: rgba(255,255,255,.06); }
.hdr-nav svg { width: 15px; height: 15px; flex-shrink: 0; }
.hdr-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.hdr-online {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; color: var(--clr-text-muted); white-space: nowrap;
}
.hdr-online-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--clr-btn-primary); animation: pulse-dot 2s infinite; flex-shrink: 0; }
@keyframes pulse-dot { 0%,100%{box-shadow:0 0 0 0 rgba(5,158,93,.6)} 50%{box-shadow:0 0 0 5px rgba(5,158,93,0)} }
.burger { display: none; background: none; border: none; cursor: pointer; padding: 6px; flex-direction: column; gap: 5px; }
.burger span { display: block; width: 24px; height: 2px; background: var(--clr-text); border-radius: 2px; transition: transform .3s, opacity .3s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mob-nav-overlay {
  display: none; position: fixed; inset: 68px 0 0 0; z-index: 999;
  background: var(--clr-header); padding: 20px;
  flex-direction: column; gap: 8px; overflow-y: auto;
  border-top: 1px solid var(--clr-border);
}
.mob-nav-overlay.open { display: flex; }
.mob-nav-overlay a {
  display: flex; align-items: center; gap: 10px;
  color: var(--clr-text); font-size: 15px; font-weight: 600; padding: 12px 14px;
  border-radius: var(--radius-sm); border: 1px solid var(--clr-border);
  text-decoration: none; transition: background var(--transition);
}
.mob-nav-overlay a:hover { background: rgba(255,255,255,.06); }
.mob-nav-overlay svg { width: 18px; height: 18px; }
.mob-nav-btns { display: flex; gap: 10px; margin-top: 12px; }
.mob-nav-btns .btn { flex: 1; justify-content: center; }

/* ---- HERO ---- */
.hero-section {
  position: relative; min-height: 520px; display: flex; align-items: center;
  background: url('/uptown-acces-banner.png') center/cover no-repeat;
  overflow: hidden;
}
.hero-section::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(0,0,0,.88) 40%, rgba(2,12,13,.5) 100%);
}
.hero-inner { position: relative; z-index: 1; max-width: 640px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(5,158,93,.15); border: 1px solid rgba(5,158,93,.4);
  color: var(--clr-accent); font-size: 13px; font-weight: 700;
  padding: 6px 14px; border-radius: 100px; margin-bottom: 20px;
  text-transform: uppercase; letter-spacing: .5px;
}
.hero-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--clr-accent); animation: pulse-dot 2s infinite; }
.hero-title { font-size: clamp(32px, 5vw, 56px); color: #fff; margin-bottom: 16px; line-height: 1.1; }
.hero-title span { color: var(--clr-accent); }
.hero-sub { font-size: 18px; color: var(--clr-text-muted); margin-bottom: 28px; line-height: 1.6; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-bonus-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(245,200,66,.1); border: 1px solid rgba(245,200,66,.3);
  color: var(--clr-gold); font-size: 13px; font-weight: 700;
  padding: 8px 16px; border-radius: var(--radius-sm); margin-top: 20px;
}

/* ---- BREADCRUMBS ---- */
.breadcrumb-bar { padding: 12px 0; background: rgba(10,21,18,.7); border-bottom: 1px solid var(--clr-border); }
.breadcrumb-list { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; list-style: none; padding: 0; }
.breadcrumb-list li { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--clr-text-muted); }
.breadcrumb-list li a { color: var(--clr-text-muted); text-decoration: none; }
.breadcrumb-list li a:hover { color: var(--clr-accent); }
.breadcrumb-list li:last-child { color: var(--clr-text); }
.breadcrumb-sep { color: var(--clr-border); }

/* ---- SECTION TITLES ---- */
.sec-title { font-size: clamp(24px,3.5vw,36px); margin-bottom: 8px; }
.sec-sub { color: var(--clr-text-muted); font-size: 15px; margin-bottom: 36px; }
.sec-header { margin-bottom: 36px; }
.sec-header .sec-title { margin-bottom: 6px; }

/* ---- TABLE OF CONTENTS ---- */
.toc-block {
  background: var(--clr-card); border: 1px solid var(--clr-border);
  border-radius: var(--radius); padding: 28px 32px;
  margin-bottom: 40px;
}
.toc-title { font-size: 18px; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.toc-title svg { color: var(--clr-accent); }
.toc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 8px; list-style: none; padding: 0; }
.toc-grid li a {
  display: flex; align-items: center; gap: 10px;
  color: var(--clr-text-muted); font-size: 14px; padding: 8px 12px;
  border-radius: var(--radius-sm); border: 1px solid var(--clr-border);
  transition: color var(--transition), border-color var(--transition), background var(--transition);
  text-decoration: none;
}
.toc-grid li a:hover { color: var(--clr-accent); border-color: rgba(5,158,93,.4); background: rgba(5,158,93,.06); }
.toc-grid li a svg { width: 14px; height: 14px; flex-shrink: 0; }

/* ---- PROS CONS ---- */
.proscons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.proscons-col { border-radius: var(--radius); padding: 24px; border: 1px solid; }
.proscons-col--pro { background: rgba(5,158,93,.07); border-color: rgba(5,158,93,.3); }
.proscons-col--con { background: rgba(200,50,50,.07); border-color: rgba(200,50,50,.3); }
.proscons-head { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-size: 18px; margin-bottom: 16px; }
.proscons-head--pro { color: var(--clr-accent); }
.proscons-head--con { color: #E05555; }
.proscons-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.proscons-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.5; color: var(--clr-text-muted); }
.proscons-list li .ic { flex-shrink: 0; margin-top: 2px; width: 16px; height: 16px; }
.proscons-col--pro .ic { color: var(--clr-accent); }
.proscons-col--con .ic { color: #E05555; }

/* ---- BONUSES ---- */
.bonuses-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bonus-card {
  background: var(--clr-card); border: 1px solid var(--clr-border);
  border-radius: var(--radius); padding: 28px 22px; text-align: center;
  transition: transform var(--transition), box-shadow var(--transition);
  position: relative; overflow: hidden;
}
.bonus-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--clr-btn-primary), var(--clr-gold));
}
.bonus-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.bonus-icon { font-size: 36px; margin-bottom: 12px; }
.bonus-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--clr-text-muted); margin-bottom: 6px; }
.bonus-amount { font-family: var(--font-head); font-size: 28px; color: var(--clr-gold); margin-bottom: 8px; }
.bonus-desc { font-size: 13px; color: var(--clr-text-muted); margin-bottom: 16px; }
.bonus-tag { display: inline-block; background: rgba(5,158,93,.15); color: var(--clr-accent); font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 100px; margin-bottom: 16px; }

/* ---- SLOTS GRID ---- */
.slots-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.slot-card {
  background: var(--clr-card); border: 1px solid var(--clr-border);
  border-radius: var(--radius); overflow: hidden;
  transition: transform var(--transition), border-color var(--transition);
  text-align: center; padding-bottom: 14px;
}
.slot-card:hover { transform: translateY(-3px); border-color: rgba(5,158,93,.4); }
.slot-thumb { width: 100%; aspect-ratio: 1/1; background: linear-gradient(135deg, #0d2018, #1a3528); display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: 11px; color: var(--clr-text-muted); position: relative; overflow: hidden; }
.slot-thumb img { width: 100%; height: 100%; object-fit: cover; }
.slot-name { font-size: 12px; font-weight: 700; color: var(--clr-text); padding: 10px 8px 6px; }
.slot-provider { font-size: 11px; color: var(--clr-text-muted); margin-bottom: 10px; }
.slot-card .btn { font-size: 12px; padding: 7px 14px; }

/* ---- DEMO GAME ---- */
.demo-wrap {
  background: var(--clr-card); border: 1px solid var(--clr-border);
  border-radius: var(--radius); overflow: hidden;
}
.demo-header { padding: 20px 24px; border-bottom: 1px solid var(--clr-border); display: flex; align-items: center; justify-content: space-between; }
.demo-title { font-size: 18px; }
.demo-frame-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.demo-frame-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.demo-cta { padding: 20px 24px; border-top: 1px solid var(--clr-border); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }

/* ---- WHEEL OF FORTUNE ---- */
.wheel-section-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 48px; flex-wrap: wrap;
}
.wheel-info { max-width: 380px; }
.wheel-info h2 { font-size: clamp(24px,3vw,36px); margin-bottom: 12px; }
.wheel-info p { color: var(--clr-text-muted); margin-bottom: 24px; }
.wheel-container { position: relative; flex-shrink: 0; }
.wheel-canvas-wrap { position: relative; width: 300px; height: 300px; }
#wof-canvas { border-radius: 50%; display: block; }
.wheel-pointer {
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 30px solid var(--clr-gold);
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.5));
  z-index: 2;
}
.wof-spin-btn { margin-top: 20px; width: 100%; }
.wof-result {
  margin-top: 20px; padding: 20px; border-radius: var(--radius);
  text-align: center; display: none;
}
.wof-result.win { background: rgba(5,158,93,.12); border: 1px solid rgba(5,158,93,.4); }
.wof-result.lose { background: rgba(200,50,50,.1); border: 1px solid rgba(200,50,50,.3); }
.wof-result-icon { font-size: 40px; margin-bottom: 8px; }
.wof-result-text { font-family: var(--font-head); font-size: 22px; color: #fff; margin-bottom: 4px; }
.wof-result-sub { font-size: 14px; color: var(--clr-text-muted); margin-bottom: 16px; }

/* ---- REVIEW CONTENT ---- */
.review-content { background: var(--clr-card); border: 1px solid var(--clr-border); border-radius: var(--radius); padding: 36px; }
.review-content h2 { font-size: clamp(20px,2.5vw,28px); margin: 28px 0 12px; color: #fff; }
.review-content h2:first-child { margin-top: 0; }
.review-content h3 { font-size: 18px; margin: 20px 0 10px; color: var(--clr-accent); }
.review-content h4 { font-size: 16px; margin: 16px 0 8px; color: #fff; }
.review-content p { color: var(--clr-text-muted); line-height: 1.8; margin-bottom: 14px; }
.review-content ul, .review-content ol { padding-left: 1.6rem; margin-bottom: 14px; }
.review-content li { color: var(--clr-text-muted); margin-bottom: 6px; line-height: 1.7; }
.review-content a { color: var(--clr-accent); }
.review-content strong { color: var(--clr-text); }
.review-content table { width: 100%; border-collapse: collapse; margin: 20px 0; overflow-x: auto; display: block; }
.review-content table th { background: var(--clr-header); color: #fff; padding: 12px 16px; text-align: left; font-size: 14px; border: 1px solid var(--clr-border); }
.review-content table td { padding: 11px 16px; text-align: left; font-size: 14px; color: var(--clr-text-muted); border: 1px solid var(--clr-border); }
.review-content table tr:nth-child(even) td { background: rgba(255,255,255,.03); }
.review-content blockquote { border-left: 3px solid var(--clr-btn-primary); padding: 12px 20px; background: rgba(5,158,93,.06); margin: 20px 0; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.review-content blockquote p { margin: 0; font-style: italic; }

/* ---- FAQ ---- */
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--clr-card); border: 1px solid var(--clr-border); border-radius: var(--radius); overflow: hidden; }
.faq-question {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 24px; text-align: left;
  font-family: var(--font-body); font-size: 15px; font-weight: 700; color: #fff;
  transition: background var(--transition);
}
.faq-question:hover { background: rgba(255,255,255,.04); }
.faq-icon { width: 22px; height: 22px; flex-shrink: 0; background: var(--clr-btn-secondary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--clr-accent); transition: transform var(--transition); }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; }
.faq-answer-inner { padding: 0 24px 20px; color: var(--clr-text-muted); font-size: 14px; line-height: 1.8; }
.faq-item.open .faq-answer { max-height: 500px; }

/* ---- AUTHOR ---- */
.author-card {
  background: var(--clr-card); border: 1px solid var(--clr-border);
  border-radius: var(--radius); padding: 28px; display: flex; gap: 24px; align-items: flex-start;
}
.author-avatar { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 2px solid var(--clr-btn-primary); flex-shrink: 0; background: var(--clr-header); }
.author-name { font-family: var(--font-head); font-size: 20px; color: #fff; margin-bottom: 2px; }
.author-role { font-size: 13px; color: var(--clr-accent); margin-bottom: 10px; }
.author-bio { font-size: 14px; color: var(--clr-text-muted); line-height: 1.7; margin-bottom: 12px; }
.author-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.author-date { font-size: 12px; color: var(--clr-text-muted); display: flex; align-items: center; gap: 6px; }
.author-socials { display: flex; gap: 8px; }
.author-social-link {
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--clr-btn-secondary); color: var(--clr-text-muted);
  transition: background var(--transition), color var(--transition);
}
.author-social-link:hover { background: var(--clr-btn-primary); color: #fff; }
.author-social-link svg { width: 16px; height: 16px; }

/* ---- FOOTER ---- */
.site-footer { background: var(--clr-header); border-top: 1px solid var(--clr-border); padding: 48px 0 24px; }
.footer-top { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.footer-logo img { height: 38px; width: auto; margin-bottom: 14px; }
.footer-about { font-size: 13px; color: var(--clr-text-muted); line-height: 1.7; }
.footer-col-title { font-family: var(--font-head); font-size: 14px; color: #fff; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 14px; }
.footer-links { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: 13px; color: var(--clr-text-muted); text-decoration: none; transition: color var(--transition); }
.footer-links a:hover { color: var(--clr-accent); }
.footer-divider { border: none; border-top: 1px solid var(--clr-border); margin: 0 0 24px; }
.footer-logos-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 12px; }
.footer-logo-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.05); border: 1px solid var(--clr-border);
  border-radius: var(--radius-sm); padding: 6px 12px;
  font-size: 11px; font-weight: 700; color: var(--clr-text-muted);
  white-space: nowrap;
}
.footer-logo-badge svg { width: 16px; height: 16px; }
.footer-bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-copy { font-size: 12px; color: var(--clr-text-muted); line-height: 1.7; }
.footer-flag { font-size: 22px; }
.footer-social-row { display: flex; gap: 8px; }
.footer-social-link {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: var(--radius-sm);
  background: rgba(255,255,255,.06); color: var(--clr-text-muted);
  transition: background var(--transition), color var(--transition);
}
.footer-social-link:hover { background: var(--clr-btn-primary); color: #fff; }
.footer-social-link svg { width: 16px; height: 16px; }

/* ---- STICKY WIDGET ---- */
.sticky-widget {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
  background: linear-gradient(90deg, #020C0D 0%, #051a10 100%);
  border-top: 2px solid var(--clr-btn-primary);
  padding: 12px 20px; display: flex; align-items: center; justify-content: center; gap: 16px;
  box-shadow: 0 -4px 24px rgba(0,0,0,.6);
}
.widget-text { font-size: 14px; color: var(--clr-text-muted); }
.widget-text strong { color: var(--clr-gold); }
.widget-promo { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: center; }
.promo-code-box {
  display: flex; align-items: center; gap: 0;
  border: 1px solid var(--clr-btn-primary); border-radius: var(--radius-sm); overflow: hidden;
}
.promo-code-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; padding: 0 10px; color: var(--clr-text-muted); }
.promo-code-value { background: rgba(5,158,93,.15); color: var(--clr-gold); font-size: 14px; font-weight: 800; padding: 8px 14px; letter-spacing: 1px; }
.widget-close {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  background: none; border: none; cursor: pointer; color: var(--clr-text-muted);
  font-size: 18px; line-height: 1; padding: 4px;
}

/* ---- SLIDERS (mobile) ---- */
.slider-wrap { position: relative; overflow: hidden; }
.slider-track { display: flex; gap: 14px; transition: transform .4s ease; will-change: transform; }
.slider-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(5,158,93,.8); border: none; cursor: pointer; z-index: 2;
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px;
}
.slider-btn--prev { left: 4px; }
.slider-btn--next { right: 4px; }

/* ---- RATING STARS ---- */
.rating-row { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; }
.stars { color: var(--clr-gold); letter-spacing: 3px; font-size: 18px; }
.rating-score { font-family: var(--font-head); font-size: 28px; color: #fff; }
.rating-count { font-size: 13px; color: var(--clr-text-muted); }

/* ---- SCROLL TO TOP ---- */
.scroll-top {
  position: fixed; right: 20px; bottom: 80px; z-index: 800;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--clr-btn-primary); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center; color: #fff;
  box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: opacity var(--transition);
}
.scroll-top.visible { opacity: 1; pointer-events: auto; }

/* ---- UTILS / HIDDEN WP-LIKE ELEMENTS ---- */
.wp-caption { text-align: center; }
.wp-caption-text { font-size: 12px; color: var(--clr-text-muted); margin-top: 4px; }
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin-right: 16px; }
.alignright { float: right; margin-left: 16px; }
.size-full { max-width: 100%; }
.post-thumbnail { margin-bottom: 20px; }
.entry-meta { font-size: 13px; color: var(--clr-text-muted); margin-bottom: 8px; }
.entry-tags { font-size: 12px; color: var(--clr-text-muted); }
.widget_recent_posts { display: none; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
#wpadminbar { display: none !important; }
.elementor-widget-container { display: contents; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .slots-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > *:last-child { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  .hdr-nav { display: none; }
  .hdr-online { display: none; }
  .burger { display: flex; }
  .hdr-actions .btn { padding: 9px 16px; font-size: 13px; }
  .proscons-grid { grid-template-columns: 1fr; }
  .bonuses-grid { display: flex; overflow-x: auto; gap: 14px; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .bonus-card { min-width: 240px; scroll-snap-align: start; }
  .slots-grid { display: flex; overflow-x: auto; gap: 14px; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .slot-card { min-width: 140px; scroll-snap-align: start; }
  .author-card { flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .sticky-widget { padding: 10px 48px 10px 16px; }
  .demo-cta { flex-direction: column; }
  .wheel-section-inner { flex-direction: column; gap: 28px; }
  .toc-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .hero-section { min-height: 400px; }
  .b9r3m-section { padding: 44px 0; }
  .toc-grid { grid-template-columns: 1fr; }
  .slots-grid .slot-card { min-width: 130px; }
  .wheel-canvas-wrap { width: 260px; height: 260px; }
  #wof-canvas { width: 260px; height: 260px; }
  .review-content { padding: 20px; }
}

/* WP static paths (unused, for fingerprint) */
.wp-block-image { margin-bottom: 1em; }
.wp-block-paragraph { margin-bottom: 1.4em; }
.has-text-align-center { text-align: center; }
.is-style-rounded img { border-radius: 9999px; }
