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

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

:root {
  --c-bg: #1C202D;
  --c-header: #2A3040;
  --c-green: #63D377;
  --c-dark: #1C202D;
  --c-text: #e8eaf0;
  --c-text-muted: #9aa3b8;
  --c-border: #323848;
  --c-card: #232838;
  --c-card2: #262c3a;
  --c-green-hover: #4ec064;
  --c-btn-sec: #323848;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 4px 24px rgba(0,0,0,.35);
  --transition: .22s cubic-bezier(.4,0,.2,1);
}

html { scroll-behavior: smooth; background: var(--c-bg); }
body { font-family: 'Montserrat', sans-serif; font-size: 15px; line-height: 1.7; color: var(--c-text); background: var(--c-bg); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-green); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--c-green-hover); }
ul { list-style: none; }

.xf2a9, .k7r3m, .wq91p { display: none; }

.wrapper { min-height: 100vh; display: flex; flex-direction: column; }
.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 18px; }
.container--wide { max-width: 100%; padding: 0; }
main { flex: 1; }
.nav-auth {display: none;}
.site-header { background: var(--c-header); position: sticky; top: 0; z-index: 999; box-shadow: 0 2px 16px rgba(0,0,0,.45); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 16px; }
.header-logo { flex-shrink: 0; }
.header-logo img { height: 44px; width: auto; object-fit: contain; }
.header-nav { display: flex; align-items: center; gap: 4px; flex: 1; justify-content: center; }
.header-nav a { display: flex; align-items: center; gap: 6px; padding: 8px 13px; border-radius: var(--radius-sm); color: var(--c-text); font-size: 13.5px; font-weight: 600; transition: background var(--transition), color var(--transition); white-space: nowrap; }
.header-nav a:hover, .header-nav a.active { background: rgba(99,211,119,.12); color: var(--c-green); }
.header-nav a svg { width: 16px; height: 16px; flex-shrink: 0; }
.header-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.online-count { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--c-text-muted); padding: 6px 11px; background: rgba(99,211,119,.08); border-radius: 20px; border: 1px solid rgba(99,211,119,.18); white-space: nowrap; }
.online-count span.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--c-green); display: inline-block; animation: pulse 1.8s infinite; }

@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.3)} }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 9px 20px; border-radius: var(--radius-sm); font-family: 'Montserrat', sans-serif; font-size: 13.5px; font-weight: 700; cursor: pointer; border: none; transition: all var(--transition); white-space: nowrap; text-decoration: none; }
.btn--primary { background: var(--c-green); color: #0e1218; }
.btn--primary:hover { background: var(--c-green-hover); color: #0e1218; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(99,211,119,.35); }
.btn--secondary { background: var(--c-btn-sec); color: var(--c-text); border: 1px solid var(--c-border); }
.btn--secondary:hover { background: #3a4156; color: var(--c-text); }
.btn--lg { padding: 14px 32px; font-size: 15px; border-radius: var(--radius); }
.btn--sm { padding: 7px 14px; font-size: 12.5px; }

.burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; background: none; border: none; }
.burger span { display: block; width: 24px; height: 2px; background: var(--c-text); border-radius: 2px; transition: all var(--transition); }
.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); }

.hero { position: relative; min-height: 480px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(135deg, #0d1118 0%, #1a2235 50%, #0d1118 100%); }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .32; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,32,45,.96) 0%, rgba(28,32,45,.6) 60%, rgba(28,32,45,.2) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; padding: 70px 0; max-width: 620px; }
.hero-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(99,211,119,.14); border: 1px solid rgba(99,211,119,.3); border-radius: 20px; padding: 5px 14px; font-size: 12px; font-weight: 700; color: var(--c-green); margin-bottom: 20px; letter-spacing: .04em; text-transform: uppercase; }
.hero-content h1 { font-size: clamp(2rem,4vw,2.9rem); font-weight: 800; line-height: 1.18; color: #fff; margin-bottom: 18px; }
.hero-content h1 span { color: var(--c-green); }
.hero-content p { font-size: 16px; color: #c5cad8; line-height: 1.7; margin-bottom: 28px; max-width: 500px; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 28px; margin-top: 36px; flex-wrap: wrap; }
.hero-stat { display: flex; flex-direction: column; }
.hero-stat strong { font-size: 22px; font-weight: 800; color: var(--c-green); }
.hero-stat span { font-size: 12px; color: var(--c-text-muted); font-weight: 500; }

.breadcrumbs-wrap { background: rgba(42,48,64,.6); border-bottom: 1px solid var(--c-border); padding: 10px 0; }
.breadcrumbs { display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--c-text-muted); flex-wrap: wrap; }
.breadcrumbs a { color: var(--c-text-muted); }
.breadcrumbs a:hover { color: var(--c-green); }
.breadcrumbs .sep { color: var(--c-border); }
.breadcrumbs .current { color: var(--c-text); font-weight: 600; }

.section { padding: 56px 0; }
.section--tight { padding: 36px 0; }
.section-title { font-size: clamp(1.35rem,2.5vw,1.75rem); font-weight: 800; color: #fff; margin-bottom: 8px; }
.section-sub { font-size: 14.5px; color: var(--c-text-muted); margin-bottom: 36px; }
.section-head { margin-bottom: 36px; }
.divider { height: 1px; background: var(--c-border); margin: 0; }

.info-table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--c-border); background: var(--c-card); }
.info-table { width: 100%; border-collapse: collapse; min-width: 560px; }
.info-table tr { border-bottom: 1px solid var(--c-border); transition: background var(--transition); }
.info-table tr:last-child { border-bottom: none; }
.info-table tr:hover { background: rgba(99,211,119,.04); }
.info-table td { padding: 13px 20px; vertical-align: middle; font-size: 14px; }
.info-table td:first-child { width: 240px; color: var(--c-text-muted); font-weight: 600; display: flex; align-items: center; gap: 10px; }
.info-table td:first-child svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--c-green); }
.info-table td:last-child { color: var(--c-text); font-weight: 500; }
.rating-stars { display: flex; gap: 3px; }
.rating-stars span { color: #f5c842; font-size: 15px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 5px; }
.tag { display: inline-block; background: rgba(99,211,119,.1); color: var(--c-green); font-size: 11.5px; font-weight: 600; padding: 3px 9px; border-radius: 5px; border: 1px solid rgba(99,211,119,.2); }

.advantages-grid { display: flex; flex-wrap: wrap; gap: 16px; }
.adv-card { flex: 1 1 220px; background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 26px 22px; display: flex; flex-direction: column; gap: 12px; transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); }
.adv-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,.35); border-color: rgba(99,211,119,.3); }
.adv-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(99,211,119,.12); display: flex; align-items: center; justify-content: center; }
.adv-icon svg { width: 24px; height: 24px; color: var(--c-green); }
.adv-card h3 { font-size: 14.5px; font-weight: 700; color: #fff; }
.adv-card p { font-size: 13px; color: var(--c-text-muted); line-height: 1.6; }

.jackpots-grid { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center;}
.jackpot-card {  background: linear-gradient(135deg, #252c3d 0%, #1e2434 100%); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 20px 16px; text-align: center; position: relative; overflow: hidden; transition: transform var(--transition), box-shadow var(--transition); }
.jackpot-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,.4); }
.jackpot-card::before { content: ''; position: absolute; top: -30px; right: -30px; width: 90px; height: 90px; background: radial-gradient(circle, rgba(99,211,119,.18) 0%, transparent 70%); }
.jackpot-tier { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--c-text-muted); margin-bottom: 8px; }
.jackpot-amount { font-size: clamp(1.4rem,3vw,1.1rem); font-weight: 800; color: var(--c-green); font-variant-numeric: tabular-nums; }
.jackpot-game { font-size: 12px; color: var(--c-text-muted); margin-top: 6px; }
.jackpot-badge { position: absolute; top: 10px; right: 10px; background: var(--c-green); color: #0e1218; font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 4px; text-transform: uppercase; }

.demo-wrap { background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--radius); overflow: hidden; }
.demo-top { padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--c-border); flex-wrap: wrap; gap: 12px; }
.demo-top h3 { font-size: 15px; font-weight: 700; color: #fff; }
.demo-frame { position: relative; background: #0d1118; }
.demo-frame iframe { width: 100%; height: 520px; border: none; display: block; }

.content-block { background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 36px 36px 40px; }
.content-block h2 { font-size: 1.4rem; font-weight: 800; color: #fff; margin: 28px 0 12px; }
.content-block h2:first-child { margin-top: 0; }
.content-block h3 { font-size: 1.15rem; font-weight: 700; color: #e2e5ef; margin: 22px 0 10px; }
.content-block h4 { font-size: 1rem; font-weight: 700; color: #c5cad8; margin: 18px 0 8px; }
.content-block p { color: var(--c-text); line-height: 1.75; margin-bottom: 14px; }
.content-block ul, .content-block ol { padding-left: 22px; margin-bottom: 16px; }
.content-block ul { list-style: disc; }
.content-block ol { list-style: decimal; }
.content-block li { color: var(--c-text); line-height: 1.7; margin-bottom: 5px; }
.content-block a { color: var(--c-green); text-decoration: underline; text-underline-offset: 3px; }
.content-block strong, .content-block b { color: #fff; font-weight: 700; }
.content-block em, .content-block i { color: #b8bfce; font-style: italic; }
.content-block blockquote { border-left: 3px solid var(--c-green); padding: 12px 20px; background: rgba(99,211,119,.06); border-radius: 0 8px 8px 0; margin: 18px 0; color: #c5cad8; font-style: italic; }
.content-block table { width: 100%; border-collapse: collapse; margin: 20px 0; text-align: left; }
.content-block table th { background: rgba(99,211,119,.12); color: var(--c-green); font-weight: 700; padding: 10px 16px; border: 1px solid var(--c-border); font-size: 13.5px; }
.content-block table td { padding: 9px 16px; border: 1px solid var(--c-border); font-size: 13.5px; color: var(--c-text); }
.content-block table tr:hover td { background: rgba(255,255,255,.03); }
.content-block img { border-radius: 8px; margin: 14px 0; }
.content-block hr { border: none; border-top: 1px solid var(--c-border); margin: 24px 0; }

.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--radius-sm); overflow: hidden; transition: border-color var(--transition); }
.faq-item.open { border-color: rgba(99,211,119,.35); }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 17px 22px; cursor: pointer; gap: 12px; user-select: none; }
.faq-q span { font-size: 14.5px; font-weight: 700; color: #fff; }
.faq-icon { width: 22px; height: 22px; border-radius: 50%; background: rgba(99,211,119,.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform var(--transition), background var(--transition); }
.faq-icon svg { width: 12px; height: 12px; color: var(--c-green); transition: transform var(--transition); }
.faq-item.open .faq-icon { background: var(--c-green); }
.faq-item.open .faq-icon svg { color: #0e1218; transform: rotate(180deg); }
.faq-a { display: none; padding: 0 22px 18px; font-size: 13.5px; color: var(--c-text-muted); line-height: 1.7; }
.faq-item.open .faq-a { display: block; }

.author-card { background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 28px 30px; display: flex; gap: 24px; flex-wrap: wrap; }
.author-photo { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 3px solid rgba(99,211,119,.3); }
.author-info { flex: 1; min-width: 220px; }
.author-name { font-size: 17px; font-weight: 800; color: #fff; margin-bottom: 3px; }
.author-role { font-size: 12.5px; color: var(--c-green); font-weight: 600; margin-bottom: 10px; }
.author-bio { font-size: 13.5px; color: var(--c-text-muted); line-height: 1.7; margin-bottom: 14px; }
.author-meta { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; font-size: 12px; color: var(--c-text-muted); margin-bottom: 14px; }
.author-meta span { display: flex; align-items: center; gap: 5px; }
.author-meta svg { width: 14px; height: 14px; color: var(--c-green); }
.author-socials { display: flex; gap: 10px; }
.author-social { display: flex; align-items: center; gap: 6px; padding: 6px 13px; background: rgba(99,211,119,.1); border: 1px solid rgba(99,211,119,.2); border-radius: 6px; font-size: 12.5px; font-weight: 600; color: var(--c-green); transition: all var(--transition); }
.author-social:hover { background: rgba(99,211,119,.2); color: var(--c-green); }
.author-social svg { width: 14px; height: 14px; }

.site-footer { background: var(--c-header); border-top: 1px solid var(--c-border); padding: 50px 0 0; margin-top: auto; }
.footer-top { display: flex; gap: 36px; flex-wrap: wrap; padding-bottom: 36px; border-bottom: 1px solid var(--c-border); }
.footer-brand { flex: 1 1 240px; }
.footer-brand-link {display: block; width: fit-content;}
.footer-logo img { height: 40px; margin-bottom: 14px; }
.footer-tagline { font-size: 13px; color: var(--c-text-muted); line-height: 1.65; margin-bottom: 16px; max-width: 280px; }
.footer-flag { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--c-text-muted); }
.footer-flag img { width: 24px; height: 16px; border-radius: 2px; }
.footer-nav-col { flex: 1 1 150px; }
.footer-col-title { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--c-green); margin-bottom: 14px; }
.footer-nav-col ul li { margin-bottom: 8px; }
.footer-nav-col ul li a { font-size: 13px; color: var(--c-text-muted); transition: color var(--transition); }
.footer-nav-col ul li a:hover { color: var(--c-text); }
.footer-socials { display: flex; gap: 10px; margin-top: 16px; }
.footer-social { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,.06); display: flex; align-items: center; justify-content: center; transition: background var(--transition); }
.footer-social:hover { background: rgba(99,211,119,.2); }
.footer-social svg { width: 16px; height: 16px; color: var(--c-text-muted); }
.footer-social:hover svg { color: var(--c-green); }
.footer-badges { padding: 28px 0; border-bottom: 1px solid var(--c-border); }
.footer-badges-title { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--c-text-muted); margin-bottom: 14px; }
.badges-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-bottom: 16px; }
.badge-item { background: rgba(255,255,255,.05); border: 1px solid var(--c-border); border-radius: 8px; padding: 7px 14px; font-size: 12px; font-weight: 600; color: var(--c-text-muted); display: flex; align-items: center; gap: 7px; }
.badge-item svg { width: 15px; height: 15px; color: var(--c-green); }
.provider-pill { background: rgba(255,255,255,.04); border: 1px solid var(--c-border); border-radius: 6px; padding: 5px 12px; font-size: 11.5px; font-weight: 600; color: #8a94aa; }
.footer-bottom { padding: 22px 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-legal { font-size: 11.5px; color: #636d84; line-height: 1.65; max-width: 760px; }
.footer-legal a { color: #636d84; text-decoration: underline; text-underline-offset: 2px; }
.footer-copyright { font-size: 12px; color: #636d84; text-align: right; white-space: nowrap; }

.sticky-widget { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; background: linear-gradient(90deg, #1a2035 0%, #232838 100%); border-top: 2px solid rgba(99,211,119,.3); padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; box-shadow: 0 -4px 20px rgba(0,0,0,.45); transform: translateY(100%); transition: transform .4s cubic-bezier(.4,0,.2,1); }
.sticky-widget.visible { transform: translateY(0); }
.widget-bonus { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.widget-bonus-label { font-size: 12px; color: var(--c-text-muted); font-weight: 600; }
.widget-bonus-value { font-size: 15px; font-weight: 800; color: var(--c-green); }
.widget-close { background: none; border: none; color: var(--c-text-muted); cursor: pointer; padding: 4px; line-height: 1; font-size: 18px; transition: color var(--transition); }
.widget-close:hover { color: var(--c-text); }

.block-wrap { background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--radius); overflow: hidden; }
.block-header { padding: 16px 22px; border-bottom: 1px solid var(--c-border); display: flex; align-items: center; gap: 10px; }
.block-header-icon { width: 32px; height: 32px; border-radius: 8px; background: rgba(99,211,119,.12); display: flex; align-items: center; justify-content: center; }
.block-header-icon svg { width: 16px; height: 16px; color: var(--c-green); }
.block-header h2 { font-size: 15px; font-weight: 700; color: #fff; }
.block-body { padding: 24px 22px; }

.rating-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(99,211,119,.12); border: 1px solid rgba(99,211,119,.25); border-radius: 20px; padding: 5px 14px; font-size: 13px; font-weight: 700; color: var(--c-green); }
.rating-num { font-size: 20px; font-weight: 800; }

.sp-btn-p3xq { display: none; }
.wp-block-separator { display: none; }
.entry-meta-b7r2 { visibility: hidden; position: absolute; }

@media (max-width: 900px) {
  .header-nav { display: none; position: fixed; top: 68px; left: 0; right: 0; bottom: 0; background: var(--c-header); flex-direction: column; align-items: flex-start; padding: 20px; gap: 4px; z-index: 998; overflow-y: auto; }
  .header-nav.active { display: flex; justify-content: flex-start;}
  .header-nav a { width: 100%; padding: 12px 16px; font-size: 14.5px; border-radius: var(--radius-sm); }
  .header-nav .nav-auth { display: flex; gap: 10px; margin-top: 12px; width: 100%; }
  .header-nav .nav-auth .btn { flex: 1; justify-content: center; }
  .burger { display: flex; }
  .header-actions { gap: 6px; }
 
}

@media (max-width: 640px) {
  .hero { min-height: 380px; }
  .hero-content { padding: 50px 0; }
  .hero-stats { gap: 16px; }
  .info-table td:first-child { width: 180px; }
  .content-block { padding: 22px 18px 26px; }
  .author-card { padding: 20px 18px; }
  .footer-bottom { flex-direction: column; }
  .footer-copyright { text-align: left; }
  .sticky-widget { flex-direction: row; }
  .demo-frame iframe { height: 360px; }
  .jackpots-grid { gap: 10px; }
}

@media (max-width: 420px) {
  .hero-buttons { flex-direction: column; }
  .hero-buttons .btn { width: 100%; }
  .header-inner { height: 60px; }
  .header-logo img { height: 36px; }
}

@keyframes fadeInUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes countUp { from { opacity: 0; transform: scale(.85); } to { opacity: 1; transform: scale(1); } }

.fade-in-up { opacity: 0; animation: fadeInUp .55s ease forwards; }
.fade-in { opacity: 0; animation: fadeIn .55s ease forwards; }

.wp-caption-text { font-size: 12px; color: var(--c-text-muted); }
#wpadminbar { display: none !important; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.alignnone { float: none; }
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 16px 20px; }
.alignleft { float: left; margin: 0 20px 16px 0; }
