@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

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

:root {
  --c-header: #004D37;
  --c-header-dark: #003828;
  --c-footer: #004D37;
  --c-btn-primary: #FF5C00;
  --c-btn-secondary: #6DDC52;
  --c-bg: #093631;
  --c-bg-card: #0d4a3e;
  --c-bg-card2: #0b3f35;
  --c-text: #e8f5f0;
  --c-text-muted: #9ecfbc;
  --c-accent: #6DDC52;
  --c-accent2: #FF5C00;
  --c-border: rgba(109,220,82,0.18);
  --c-border2: rgba(255,92,0,0.18);
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 4px 24px rgba(0,0,0,0.32);
  --font: 'Ubuntu', sans-serif;
}

html { scroll-behavior: smooth; background: var(--c-bg); }
body { font-family: var(--font); background: var(--c-bg); color: var(--c-text); font-size: 16px; line-height: 1.6; min-height: 100vh; }

a { color: var(--c-accent); text-decoration: none; transition: color .2s; }
a:hover { color: var(--c-header); }

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

.wrapper { display: flex; flex-direction: column; min-height: 100vh; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 18px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  padding: 10px 22px; border-radius: var(--radius-sm); font-family: var(--font);
  font-size: 15px; font-weight: 700; cursor: pointer; border: none; outline: none;
  transition: transform .15s, box-shadow .15s, filter .15s; text-decoration: none;
  white-space: nowrap; line-height: 1.3;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.3); filter: brightness(1.08); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--c-btn-primary) !important; color: #fff; }
.btn-secondary { background: var(--c-btn-secondary) !important; color: #082e22; }
.btn-outline { background: transparent; color: var(--c-accent); border: 2px solid var(--c-accent); }
.btn-lg { padding: 14px 32px; font-size: 17px; border-radius: var(--radius); }
.btn-sm { padding: 7px 16px; font-size: 13px; }

.site-header {
  background: var(--c-header);
  position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 2px 16px rgba(0,0,0,0.35);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding: 0; height: 68px;
}
.header-logo img { height: 48px; width: auto; }
.header-nav { display: flex; align-items: center; gap: 4px; }
.header-nav a {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--c-text); font-size: 14px; font-weight: 500;
  padding: 7px 11px; border-radius: var(--radius-sm);
  transition: background .2s, color .2s;
}
.header-nav a:hover { background: rgba(109,220,82,0.12); color: var(--c-accent); }
.header-nav a svg { width: 16px; height: 16px; flex-shrink: 0; }

.header-right { display: flex; align-items: center; gap: 8px; }
.online-count {
  display: flex; align-items: center; gap: 6px; font-size: 12px;
  color: var(--c-text-muted); background: rgba(0,0,0,0.2);
  padding: 5px 10px; border-radius: 20px;
}
.online-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c-accent); animation: pulse 2s infinite; flex-shrink: 0; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.6;transform:scale(1.3)} }

.burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px; z-index: 110;
}
.burger span { display: block; width: 24px; height: 2px; background: var(--c-text); border-radius: 2px; transition: all .3s; }
.burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav-overlay {
  display: none; position: fixed; inset: 0; background: rgba(0,30,20,0.98);
  z-index: 999; flex-direction: column; align-items: center; justify-content: center;
  gap: 16px; padding: 80px 24px 24px;
}
.mobile-nav-overlay.open { display: flex; }
.mobile-nav-overlay a {
  display: flex; align-items: center; gap: 10px; color: var(--c-text);
  font-size: 18px; font-weight: 500; padding: 12px 24px;
  border-radius: var(--radius); width: 100%; max-width: 300px;
  border: 1px solid var(--c-border); background: var(--c-bg-card);
  transition: background .2s;
}
.mobile-nav-overlay a:hover { background: var(--c-header); }
.mobile-nav-overlay a svg { width: 20px; height: 20px; }
.mobile-nav-close {
  position: absolute; top: 18px; right: 18px;
  background: none; border: none; color: var(--c-text); font-size: 28px; cursor: pointer;
}

.hero {
  position: relative; overflow: hidden; min-height: 520px;
  display: flex; align-items: center; padding: 60px 0;
}
.hero-bg {
  position: absolute; inset: 0; background-image: url('/crocoplay-title-img.webp');
  background-size: cover; background-position: center;
  filter: brightness(0.45);
  z-index: 0;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(9,54,49,0.7) 0%, rgba(0,77,55,0.5) 100%);
}
.hero-inner { position: relative; z-index: 1; width: 100%; }
.hero-content { max-width: 640px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(109,220,82,0.15); border: 1px solid var(--c-accent);
  color: var(--c-accent); font-size: 13px; font-weight: 700;
  padding: 5px 14px; border-radius: 20px; margin-bottom: 18px;
  letter-spacing: .5px; text-transform: uppercase;
}
.hero h1 { font-size: clamp(28px, 5vw, 52px); font-weight: 700; line-height: 1.15; margin-bottom: 16px; color: #fff; }
.hero h1 span { color: var(--c-accent); }
.hero p { font-size: 18px; color: rgba(255,255,255,0.85); margin-bottom: 32px; line-height: 1.6; }
.hero-bonus-tile {
  display: inline-flex; flex-direction: column; align-items: flex-start;
  background: rgba(255,92,0,0.12); border: 2px solid var(--c-btn-primary);
  border-radius: var(--radius); padding: 18px 28px; margin-bottom: 32px;
  gap: 4px;
}
.hero-bonus-tile .bonus-label { font-size: 13px; color: var(--c-text-muted); font-weight: 500; text-transform: uppercase; letter-spacing: .5px; }
.hero-bonus-tile .bonus-value { font-size: clamp(28px, 4vw, 44px); font-weight: 700; color: #fff; line-height: 1.1; }
.hero-bonus-tile .bonus-code {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,0,0,0.3); border-radius: 6px; padding: 4px 12px;
  font-size: 14px; color: var(--c-accent); font-weight: 700; letter-spacing: 2px;
  margin-top: 6px; cursor: pointer; border: 1px dashed var(--c-accent);
}
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }

.breadcrumbs { padding: 14px 0; }
.breadcrumb-list { display: flex; flex-wrap: wrap; gap: 0; list-style: none; font-size: 13px; }
.breadcrumb-list li { display: flex; align-items: center; color: var(--c-text-muted); }
.breadcrumb-list li+li::before { content: '/'; margin: 0 8px; color: var(--c-border); }
.breadcrumb-list li a { color: var(--c-text-muted); }
.breadcrumb-list li a:hover { color: var(--c-accent); }
.breadcrumb-list li:last-child { color: var(--c-accent); font-weight: 500; }

.section { padding-top: 56px; padding-bottom: 56px;}
.section-title {
  font-size: clamp(20px, 3vw, 30px); font-weight: 700; color: var(--c-text);
  margin-bottom: 10px; line-height: 1.2;
}
.section-subtitle { font-size: 15px; color: var(--c-text-muted); margin-bottom: 32px; }

.table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--c-border); }
.data-table {
  width: 100%; border-collapse: collapse; font-size: 14px;
  background: var(--c-bg-card); min-width: 700px;
}
.data-table thead tr { background: var(--c-header); }
.data-table thead th {
  padding: 14px 16px; text-align: left; font-size: 13px; font-weight: 700;
  color: var(--c-accent); text-transform: uppercase; letter-spacing: .5px;
  white-space: nowrap; border-bottom: 2px solid var(--c-border);
}
.data-table tbody tr { border-bottom: 1px solid rgba(109,220,82,0.08); transition: background .15s; }
.data-table tbody tr:last-child { border-bottom: none; }
.data-table tbody tr:hover { background: rgba(109,220,82,0.05); }
.data-table td { padding: 12px 16px; vertical-align: middle; color: var(--c-text); }
.pm-logo { height: 28px; width: auto; object-fit: contain; }
.pm-name { font-weight: 600; font-size: 14px; }
.badge-fast { background: rgba(109,220,82,0.15); color: var(--c-accent); font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 20px; white-space: nowrap; }
.badge-crypto { background: rgba(255,92,0,0.13); color: var(--c-btn-primary); font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 20px; white-space: nowrap; }

.app-block { display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; }
.app-info { flex: 1; min-width: 280px; }
.app-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.app-dl-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--c-bg-card); border: 1px solid var(--c-border);
  padding: 10px 20px; border-radius: var(--radius-sm);
  color: var(--c-text); font-size: 14px; font-weight: 600;
  transition: border-color .2s, background .2s; text-decoration: none;
}
.app-dl-btn:hover { border-color: var(--c-accent); background: var(--c-bg-card2); color: var(--c-text); }
.app-dl-btn svg { width: 22px; height: 22px; flex-shrink: 0; }

.bonuses-grid { display: flex; gap: 20px; flex-wrap: wrap; }
.bonus-card {
  flex: 1; min-width: 260px; background: var(--c-bg-card);
  border: 1px solid var(--c-border); border-radius: var(--radius);
  padding: 28px 24px; display: flex; flex-direction: column; gap: 12px;
  transition: transform .2s, box-shadow .2s;
}
.bonus-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.bonus-card-icon { font-size: 36px; width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; background: rgba(255,92,0,0.1); border-radius: 50%; }
.bonus-card-icon svg { width: 32px; height: 32px; }
.bonus-card-title { font-size: 18px; font-weight: 700; color: #fff; }
.bonus-card-amount { font-size: 26px; font-weight: 700; color: var(--c-btn-primary); line-height: 1; }
.bonus-card-code {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(0,0,0,0.25); border: 1px dashed var(--c-accent);
  border-radius: 6px; padding: 5px 12px; font-size: 14px;
  color: var(--c-accent); font-weight: 700; letter-spacing: 1.5px; cursor: pointer; width: fit-content;
}
.bonus-card-desc { font-size: 14px; color: var(--c-text-muted); line-height: 1.5; }
.bonus-card .btn { margin-top: auto; }

.bonuses-slider-wrap { position: relative; overflow: hidden; }
.bonuses-slider-track { display: flex; gap: 16px; transition: transform .35s; }
.slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.slider-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c-border); border: none; cursor: pointer; transition: background .2s; padding: 0; }
.slider-dot.active { background: var(--c-accent); }

.wheel-section { text-align: center; }
.wheel-wrap { display: inline-flex; flex-direction: column; align-items: center; gap: 24px; }
.wheel-canvas-wrap { position: relative; display: inline-block; }
#wheelCanvas { border-radius: 50%; box-shadow: 0 0 0 6px var(--c-header), 0 0 0 10px var(--c-btn-primary), 0 8px 40px rgba(0,0,0,0.5); }
.wheel-pointer {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  width: 0; height: 0; border-left: 12px solid transparent;
  border-right: 12px solid transparent; border-top: 24px solid var(--c-btn-primary);
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4));
}
.wheel-result {
  background: var(--c-bg-card); border: 2px solid var(--c-accent);
  border-radius: var(--radius); padding: 20px 32px; min-width: 260px;
  display: none; flex-direction: column; align-items: center; gap: 10px;
}
.wheel-result.show { display: flex; animation: fadeIn .4s; }
.wheel-result .result-title { font-size: 22px; font-weight: 700; color: #fff; }
.wheel-result .result-bonus { font-size: 18px; color: var(--c-accent); font-weight: 600; }
.wheel-result .result-lose { font-size: 16px; color: var(--c-text-muted); }
@keyframes fadeIn { from{opacity:0;transform:scale(.9)} to{opacity:1;transform:scale(1)} }

.review-content { background: var(--c-bg-card); border-radius: var(--radius); border: 1px solid var(--c-border); padding: 36px 40px; }
.review-content h2, .review-content h3, .review-content h4 { color: var(--c-accent); margin: 24px 0 12px; font-weight: 700; line-height: 1.3; }
.review-content h2 { font-size: 22px; }
.review-content h3 { font-size: 18px; }
.review-content h4 { font-size: 16px; }
.review-content p { margin-bottom: 16px; line-height: 1.7; color: var(--c-text); }
.review-content ul, .review-content ol { margin: 0 0 16px 22px; }
.review-content li { margin-bottom: 8px; line-height: 1.6; color: var(--c-text); }
.review-content a { color: var(--c-accent); }
.review-content table { width: 100%; border-collapse: collapse; margin: 16px 0; border-radius: var(--radius-sm); overflow: hidden; }
.review-content table th { background: var(--c-header); color: var(--c-accent); padding: 10px 14px; text-align: left; font-size: 13px; text-transform: uppercase; }
.review-content table td { padding: 10px 14px; border-bottom: 1px solid var(--c-border); color: var(--c-text); }
.review-content blockquote { border-left: 3px solid var(--c-accent); padding: 12px 20px; background: rgba(109,220,82,0.06); border-radius: 0 8px 8px 0; margin: 16px 0; font-style: italic; }
.review-content strong { color: #fff; font-weight: 700; }
.author-bio {
  display: flex; gap: 16px; align-items: flex-start; margin-top: 32px;
  background: var(--c-bg-card2); border-radius: var(--radius-sm);
  padding: 20px; border: 1px solid var(--c-border);
}
.author-avatar { width: 56px; height: 56px; border-radius: 50%; background: var(--c-header); border: 2px solid var(--c-accent); flex-shrink: 0; object-fit: cover; }
.author-info { flex: 1; }
.author-name { font-weight: 700; color: #fff; font-size: 16px; }
.author-role { font-size: 13px; color: var(--c-text-muted); margin-bottom: 6px; }
.author-desc { font-size: 13px; color: var(--c-text-muted); line-height: 1.6; }
.author-links { display: flex; gap: 10px; margin-top: 8px; }
.author-links a { font-size: 12px; color: var(--c-accent); }

.faq-list { display: flex; flex-direction: column; gap: 8px; }
.faq-item { background: var(--c-bg-card); border: 1px solid var(--c-border); border-radius: var(--radius-sm); overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; background: none; border: none;
  color: var(--c-text); font-family: var(--font); font-size: 16px; font-weight: 600;
  padding: 18px 20px; cursor: pointer; display: flex; align-items: center;
  justify-content: space-between; gap: 12px; transition: color .2s;
}
.faq-q:hover { color: var(--c-accent); }
.faq-q .faq-icon { flex-shrink: 0; transition: transform .3s; width: 20px; height: 20px; }
.faq-item.open .faq-q .faq-icon { transform: rotate(45deg); }
.faq-item.open .faq-q { color: var(--c-accent); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a-inner { padding: 0 20px 18px; font-size: 15px; color: var(--c-text-muted); line-height: 1.7; }
.faq-item.open .faq-a { max-height: 400px; }

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card {
  background: var(--c-bg-card); border: 1px solid var(--c-border);
  border-radius: var(--radius); padding: 22px 20px; display: flex;
  flex-direction: column; gap: 10px; transition: box-shadow .2s;
}
.review-card:hover { box-shadow: var(--shadow); }
.review-card-header { display: flex; align-items: center; gap: 12px; }
.review-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--c-header); border: 2px solid var(--c-border);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px; color: var(--c-accent); flex-shrink: 0;
}
.review-name { font-weight: 700; color: #fff; font-size: 15px; }
.review-location { font-size: 12px; color: var(--c-text-muted); }
.review-stars { display: flex; gap: 2px; }
.review-stars svg { width: 16px; height: 16px; fill: #FFD700; }
.review-text { font-size: 14px; color: var(--c-text-muted); line-height: 1.6; }
.review-date { font-size: 12px; color: rgba(158,207,188,0.5); }
.content__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:16px 0;border-radius:8px;}
.content table{width:100%;min-width:500px;border-collapse:collapse;margin:0;font-size:.9rem;}
.review-form-wrap {
  background: var(--c-bg-card); border: 1px solid var(--c-border);
  border-radius: var(--radius); padding: 32px 36px; max-width: 560px; margin-top: 32px;
}
.review-form-wrap h3 { margin-bottom: 20px; font-size: 20px; color: #fff; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: 13px; color: var(--c-text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: .4px; }
.form-control {
  background: rgba(0,0,0,0.25); border: 1px solid var(--c-border);
  border-radius: var(--radius-sm); color: var(--c-text); font-family: var(--font);
  font-size: 14px; padding: 11px 14px; width: 100%; outline: none;
  transition: border-color .2s;
}
.form-control:focus { border-color: var(--c-accent); }
.form-control::placeholder { color: rgba(158,207,188,0.4); }
textarea.form-control { resize: vertical; min-height: 100px; }
.form-msg { font-size: 13px; color: var(--c-accent); margin-top: 10px; display: none; }
.form-msg.show { display: block; }

.site-footer { background: var(--c-footer); margin-top: 60px; padding: 48px 0 20px; }
.footer-top { display: flex; flex-wrap: wrap; gap: 40px; padding-bottom: 32px; border-bottom: 1px solid rgba(109,220,82,0.12); }
.footer-brand { flex: 1; min-width: 220px; display: flex; flex-direction: column; gap: 16px; }
.footer-brand a{display: block;width: fit-content;}
.footer-logo { height: 50px;width: auto; }
.footer-country { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--c-text-muted); }
.footer-country img{width: auto;height: 20px;}
.footer-socials { display: flex; gap: 10px; margin-top: 4px; }
.footer-socials a {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%; background: rgba(0,0,0,0.25);
  border: 1px solid var(--c-border); color: var(--c-text-muted);
  transition: border-color .2s, color .2s;
}
.footer-socials a:hover { border-color: var(--c-accent); color: var(--c-accent); }
.footer-socials a svg { width: 16px; height: 16px; }
.footer-col { flex: 1; min-width: 150px; }
.footer-col h4 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--c-accent); margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a { font-size: 14px; color: var(--c-text-muted); transition: color .2s; }
.footer-col ul li a:hover { color: var(--c-accent); }
.footer-logos-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 8px; }
.footer-logo-badge {
  background: rgba(255,255,255,0.07); border: 1px solid var(--c-border);
  border-radius: 6px; padding: 5px 12px; font-size: 12px; font-weight: 700;
  color: var(--c-text-muted); white-space: nowrap;
}
.footer-bottom { padding-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.footer-legal { font-size: 12px; color: rgba(158,207,188,0.5); line-height: 1.7; }
.footer-copyright { font-size: 12px; color: rgba(158,207,188,0.45); }
.footer-email { font-size: 13px; color: var(--c-accent); }
.footer-email a { color: var(--c-accent); }

.bottom-widget {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
  background: var(--c-header); border-top: 2px solid var(--c-btn-primary);
  box-shadow: 0 -4px 24px rgba(0,0,0,0.4);
  display: flex; align-items: center; justify-content: center;
  gap: 12px; padding: 10px 24px; flex-wrap: wrap;
}
.widget-left { display: flex; align-items: center; gap: 50px; flex-wrap: wrap; }
.widget-bonus-text { display: flex; flex-direction: column; }
.widget-bonus-label { font-size: 11px; color: var(--c-text-muted); text-transform: uppercase; letter-spacing: .4px; }
.widget-bonus-value { font-size: 17px; font-weight: 700; color: #fff; line-height: 1.2; }
.promo-code-box {
  display: flex; align-items: center; gap: 0; border: 1px dashed var(--c-accent);
  border-radius: 8px; overflow: hidden;
}
.promo-code-box .code-text {
  padding: 7px 14px; font-size: 14px; font-weight: 700;
  color: var(--c-accent); letter-spacing: 2px; background: rgba(0,0,0,0.2);
}
.promo-code-box .copy-btn {
  padding: 7px 12px; background: var(--c-accent); color: #082e22;
  font-size: 12px; font-weight: 700; border: none; cursor: pointer;
  transition: background .2s; font-family: var(--font);
}
.promo-code-box .copy-btn:hover { background: #82e660; }
.widget-close {
  background: none; border: none; color: var(--c-text-muted); cursor: pointer;
  font-size: 20px; line-height: 1; padding: 4px;
}
.widget-close:hover { color: #fff; }
body.widget-closed .bottom-widget { display: none; }
body.has-widget { padding-bottom: 64px; }

.box { background: var(--c-bg-card); border-radius: var(--radius); border: 1px solid var(--c-border); }
.mt-4 { margin-top: 32px; }
.mb-4 { margin-bottom: 32px; }
.text-center { text-align: center; }
.divider { height: 1px; background: var(--c-border); margin: 40px 0; }

.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .55s, transform .55s; }
.fade-up.visible { opacity: 1; transform: none; }

.toast {
  position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%) translateY(10px);
  background: var(--c-header); border: 1px solid var(--c-accent); border-radius: 8px;
  padding: 10px 22px; font-size: 14px; color: var(--c-accent); font-weight: 600;
  opacity: 0; transition: opacity .3s, transform .3s; z-index: 9999; white-space: nowrap;
  pointer-events: none;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }


.wp-block-template-part, .elementor-hidden, .entry-content-wrap, .site-branding-wrap,
.wp-site-blocks, .wp-block-query-no-results, .elementor-widget-wp-widget-recent-posts { display: none !important; }
#wpadminbar { display: none !important; }
.screen-reader-text { position: absolute; left: -10000px; }

@media (max-width: 1024px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .header-nav { display: none; }
  .burger { display: flex; }
  .online-count span { display: none; }
  .hero { min-height: 420px; padding: 40px 0; }
  .review-content { padding: 24px 18px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; gap: 28px; }
  .review-form-wrap { padding: 22px 18px; }
  .bonuses-grid { flex-direction: column; }
  .section { padding-top: 36px;padding-bottom: 36px; }
  .bottom-widget { padding: 10px 14px; gap: 8px; }
  .widget-bonus-text { display: none; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 26px; }
  .hero-bonus-tile .bonus-value { font-size: 30px; }
  .header-right .btn-sm { font-size: 12px; padding: 6px 12px; }
  .review-content table th, .review-content table td {padding: 6px 8px;}
}
