*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Open Sans',sans-serif;background:#fff;color:#1a1a2e;line-height:1.6;overflow-x:hidden}
a{color:#0070F2;text-decoration:none;transition:color .2s}
a:hover{color:#0057c2}
img{max-width:100%;height:auto;display:block}

.rp-x4k9,.rp-m7z2,.rp-q1w8{display:none}

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

.xb7f2a{display:none;visibility:hidden;opacity:0;position:absolute;pointer-events:none}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:6px;font-weight:700;font-size:.9rem;padding:10px 20px;border:none;cursor:pointer;transition:all .25s;text-decoration:none;white-space:nowrap;line-height:1.2}
.btn--primary{background:#0070F2;color:#fff}
.btn--primary:hover{background:#0057c2;color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,112,242,.4)}
.btn--secondary{background:#002959;color:#fff}
.btn--secondary:hover{background:#003d80;color:#fff;transform:translateY(-1px)}
.btn--bonus{background:linear-gradient(135deg,#f7a800,#ff6b00);color:#fff}
.btn--bonus:hover{background:linear-gradient(135deg,#e09800,#e55a00);color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px rgba(247,168,0,.4)}
.btn--sm{padding:7px 14px;font-size:.8rem}
.btn--lg{padding:14px 32px;font-size:1rem}
.btn--xl{padding:16px 40px;font-size:1.1rem}

.site-header{background:#080D15;position:sticky;top:0;z-index:1000;box-shadow:0 2px 16px rgba(0,0,0,.5)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 0;gap:12px;flex-wrap:nowrap}
.header-logo a{display:flex;align-items:center}
.header-logo img{height:60px;width:auto}
.header-nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}
.header-nav a{color:#c8d0e0;font-size:.85rem;font-weight:600;padding:8px 10px;border-radius:4px;display:flex;align-items:center;gap:5px;transition:all .2s;white-space:nowrap}
.header-nav a:hover,.header-nav a.active{color:#fff;background:rgba(0,112,242,.15)}
.header-nav .nav-icon{width:16px;height:16px;fill:currentColor;flex-shrink:0}
.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.online-count{display:flex;align-items:center;gap:5px;color:#8fa0bc;font-size:.78rem;white-space:nowrap;margin-right:4px}
.online-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse-green 2s infinite}
@keyframes pulse-green{0%,100%{box-shadow:0 0 0 0 rgba(34,197,94,.4)}70%{box-shadow:0 0 0 6px rgba(34,197,94,0)}}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;flex-shrink:0}
.burger span{width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s;display:block}
.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-menu{display:none;position:fixed;top:68px;left:0;right:0;background:#080D15;z-index:999;padding:16px;flex-direction:column;gap:8px;border-bottom:2px solid #0070F2;max-height:calc(100vh - 68px);overflow-y:auto}
.mobile-menu.open{display:flex}
.mobile-menu a{color:#c8d0e0;padding:12px 16px;border-radius:6px;display:flex;align-items:center;gap:8px;font-weight:600;transition:all .2s}
.mobile-menu a:hover{background:rgba(0,112,242,.15);color:#fff}
.mobile-menu .nav-icon{width:18px;height:18px;fill:currentColor}
.mobile-menu-actions{display:flex;gap:8px;padding:8px 0;flex-wrap:wrap}

.hero{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:#080D15}
.hero-bg{position:absolute;inset:0;background-image:url('/ripper-casino-hero.webp');background-size:cover;background-position:center;opacity:.45}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(8,13,21,.92) 0%,rgba(0,41,89,.6) 50%,rgba(8,13,21,.7) 100%)}
.hero-content{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:60px 0;width:100%}
.hero-text{flex:1;max-width:600px}
.hero-text h1{font-size:2.6rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:16px;text-shadow:0 2px 12px rgba(0,0,0,.5)}
.hero-text h1 span{color:#0070F2}
.hero-text p{color:#b0c4de;font-size:1.05rem;line-height:1.7;margin-bottom:28px}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}
.hero-card{background:rgba(0,41,89,.6);border:1px solid rgba(0,112,242,.3);border-radius:16px;padding:28px 24px;backdrop-filter:blur(12px);min-width:260px;text-align:center;flex-shrink:0}
.hero-card-badge{background:linear-gradient(135deg,#f7a800,#ff6b00);color:#fff;font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:20px;display:inline-block;margin-bottom:12px;letter-spacing:.5px;text-transform:uppercase}
.hero-card h2{color:#fff;font-size:1.5rem;font-weight:800;margin-bottom:6px}
.hero-card p{color:#8fa0bc;font-size:.9rem;margin-bottom:20px}
.hero-card .bonus-amount{font-size:2rem;font-weight:800;color:#f7a800;display:block;margin-bottom:4px}
.hero-card .bonus-spins{color:#0070F2;font-size:1.1rem;font-weight:700}

.breadcrumbs{background:#f0f4fa;border-bottom:1px solid #dde5f0;padding:10px 0}
.breadcrumbs-list{display:flex;align-items:center;gap:6px;flex-wrap:wrap;list-style:none}
.breadcrumbs-list li{display:flex;align-items:center;gap:6px;font-size:.83rem;color:#6b7a99}
.breadcrumbs-list li a{color:#0070F2;font-weight:500}
.breadcrumbs-list li a:hover{text-decoration:underline}
.breadcrumbs-list li:not(:last-child)::after{content:'/';color:#9aa5bb}
.breadcrumbs-list li:last-child{color:#1a1a2e;font-weight:600}

.section{padding:60px 0}
.section-title{font-size:1.8rem;font-weight:800;color:#080D15;margin-bottom:8px;text-align:center}
.section-sub{color:#6b7a99;text-align:center;font-size:1rem;margin-bottom:40px}

.advantages-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}
.adv-card{background:#fff;border:1px solid #dde5f0;border-radius:14px;padding:28px 20px;flex:1 1 200px;max-width:240px;text-align:center;transition:all .3s;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.adv-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(0,112,242,.12);border-color:#0070F2}
.adv-icon{width:52px;height:52px;background:linear-gradient(135deg,#e8f1ff,#d0e4ff);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;transition:all .3s}
.adv-card:hover .adv-icon{background:linear-gradient(135deg,#0070F2,#0057c2)}
.adv-icon svg{width:26px;height:26px;fill:#0070F2;transition:fill .3s}
.adv-card:hover .adv-icon svg{fill:#fff}
.adv-card h3{font-size:1rem;font-weight:700;color:#080D15;margin-bottom:8px}
.adv-card p{font-size:.85rem;color:#6b7a99;line-height:1.5}

.jackpots-bg{background:linear-gradient(135deg,#080D15 0%,#0a1628 100%)}
.jackpots-bg .section-title{color:#fff}
.jackpots-bg .section-sub{color:#8fa0bc}
.jackpot-ticker{display:flex;gap:20px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin;scrollbar-color:#0070F2 #1a2540}
.jackpot-ticker::-webkit-scrollbar{height:4px}
.jackpot-ticker::-webkit-scrollbar-track{background:#1a2540}
.jackpot-ticker::-webkit-scrollbar-thumb{background:#0070F2;border-radius:2px}
.jackpot-card{background:linear-gradient(135deg,#0a1e3d,#0d2654);border:1px solid rgba(0,112,242,.3);border-radius:14px;padding:24px 20px;min-width:200px;text-align:center;flex-shrink:0;transition:all .3s}
.jackpot-card:hover{border-color:#0070F2;transform:translateY(-3px)}
.jackpot-card .jk-game{font-size:.8rem;color:#8fa0bc;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}
.jackpot-card .jk-amount{font-size:1.8rem;font-weight:800;color:#f7a800;display:block;margin-bottom:4px}
.jackpot-card .jk-label{font-size:.78rem;color:#4d7cb5}

.table-wrap{overflow-x:auto;border-radius:12px;border:1.5px solid #dde5f0;margin-top:8px}
table{width:100%;border-collapse:collapse;min-width:600px;text-align:left}
table th{background:#080D15;color:#fff;padding:14px 16px;font-size:.85rem;font-weight:700;white-space:nowrap}
table td{padding:12px 16px;border-bottom:1px solid #eef1f7;font-size:.87rem;color:#2a3450;vertical-align:middle}
table tr:last-child td{border-bottom:none}
table tr:nth-child(even) td{background:#f7f9fc}
table tr:hover td{background:#e8f1ff}
.pm-logo{display:flex;align-items:center;gap:8px;font-weight:600}
.pm-logo-icon{width:32px;height:32px;border-radius:6px;background:#080D15;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pm-logo-icon svg{width:20px;height:20px;fill:#fff}
.badge-fast{background:#dcfce7;color:#166534;border-radius:20px;padding:2px 10px;font-size:.76rem;font-weight:600}
.badge-mid{background:#fef9c3;color:#854d0e;border-radius:20px;padding:2px 10px;font-size:.76rem;font-weight:600}

.winners-bg{background:#f7f9fc}
.winners-list{display:flex;flex-direction:column;gap:0;border-radius:14px;overflow:hidden;border:1.5px solid #dde5f0}.winner-row{display:flex;align-items:center;gap:16px;padding:14px 20px;background:#fff;border-bottom:1px solid #eef1f7;transition:background .2s}
.winner-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.winner-amount{min-width:0;white-space:nowrap}
.winner-row:last-child{border-bottom:none}
.winner-row:hover{background:#e8f1ff}
.winner-rank{font-size:.8rem;font-weight:800;color:#9aa5bb;width:28px;flex-shrink:0;text-align:center}
.winner-rank.top-3{color:#f7a800;font-size:1rem}
.winner-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#0070F2,#002959);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:800;color:#fff;flex-shrink:0}
.winner-name{flex:1;font-weight:600;font-size:.9rem;color:#1a1a2e}
.winner-game{font-size:.78rem;color:#8fa0bc;margin-top:2px}
.winner-amount{font-size:1rem;font-weight:800;color:#22c55e;text-align:right;flex-shrink:0}
.winners-block {background:#f7f9fc;border-radius:16px;padding:40px 32px;margin-bottom:24px;}

.demo-wrap{background:#080D15;border-radius:16px;overflow:hidden;border:2px solid rgba(0,112,242,.3);max-width:900px;margin:0 auto}
.demo-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:rgba(0,41,89,.5);border-bottom:1px solid rgba(0,112,242,.2)}
.demo-header h3{color:#fff;font-size:1rem;font-weight:700;display:flex;align-items:center;gap:8px}
.demo-header .demo-live-badge{background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:20px;letter-spacing:.5px}
.demo-iframe-wrap{position:relative;width:100%;padding-top:56.25%;background:#0a1628}
.demo-iframe-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}
.demo-footer{padding:16px 20px;display:flex;align-items:center;justify-content:space-between;background:rgba(0,0,0,.3);flex-wrap:wrap;gap:12px}
.demo-footer p{color:#8fa0bc;font-size:.82rem}

.review-section{background:#fff}
.review-meta{display:flex;align-items:center;gap:20px;padding:20px 24px;background:#f0f4fa;border-radius:12px;margin-bottom:32px;gap:16px}
.review-author-avatar{min-width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#0070F2,#002959);display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:800;color:#fff;flex-shrink:0}
.review-author-info h4{font-size:1rem;font-weight:700;color:#080D15;margin-bottom:2px}
.review-author-info p{font-size:.82rem;color:#6b7a99;line-height:1.5}
.review-author-info a{color:#0070F2;font-size:.82rem}
.review-date{margin-left:auto;text-align:right}
.review-date span{font-size:.78rem;color:#9aa5bb;display:block}
.review-date strong{font-size:.85rem;color:#1a1a2e}

.review-content h2{font-size:1.5rem;font-weight:800;color:#080D15;margin:28px 0 12px}
.review-content h3{font-size:1.2rem;font-weight:700;color:#080D15;margin:22px 0 10px}
.review-content h4{font-size:1.05rem;font-weight:700;color:#002959;margin:18px 0 8px}
.review-content p{font-size:.95rem;color:#2a3450;line-height:1.75;margin-bottom:14px}
.review-content ul,.review-content ol{padding-left:22px;margin-bottom:14px}
.review-content li{font-size:.95rem;color:#2a3450;line-height:1.7;margin-bottom:6px}
.review-content strong{color:#080D15}
.review-content em{color:#0070F2;font-style:normal;font-weight:600}
.review-content table{margin:18px 0;min-width:0;width:100%}
.review-content table th{background:#080D15;color:#fff;padding:10px 14px;font-size:.83rem}
.review-content table td{padding:10px 14px;border-bottom:1px solid #eef1f7;font-size:.85rem;color:#2a3450}
.review-content blockquote{border-left:4px solid #0070F2;background:#f0f4fa;padding:16px 20px;border-radius:0 8px 8px 0;margin:18px 0;font-style:italic;color:#4a5570}
.review-content a{color:#0070F2;text-decoration:underline}

.faq-list{margin:0 auto;display:flex;flex-direction:column;gap:10px}
.faq-item{background:#fff;border:1.5px solid #dde5f0;border-radius:12px;overflow:hidden;transition:border-color .2s}
.faq-item.open{border-color:#0070F2}
.faq-question{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;cursor:pointer;gap:12px;user-select:none}
.faq-question h3{font-size:1rem;font-weight:700;color:#080D15;line-height:1.4;margin:0}
.faq-chevron{width:20px;height:20px;fill:#0070F2;flex-shrink:0;transition:transform .3s}
.faq-item.open .faq-chevron{transform:rotate(180deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s}
.faq-item.open .faq-answer{max-height:600px;padding-bottom:18px}
.faq-answer p{padding:0 22px;font-size:.92rem;color:#4a5570;line-height:1.7}

.site-footer{background:#080D15;color:#8fa0bc;padding:48px 0 24px}
.footer-grid{display:flex;gap:40px;flex-wrap:wrap;margin-bottom:40px}
.footer-col{flex:1;min-width:180px}
.footer-logo a{display: block;width: fit-content;}
.footer-logo img{height:60px;width: auto; margin-bottom:16px}
.footer-tagline{font-size:.83rem;color:#6b7a99;line-height:1.6;margin-bottom:16px}
.footer-flag{display:flex;align-items:center;gap:8px;font-size:.83rem;color:#6b7a99;margin-bottom:16px}
.footer-flag img{width:24px;height:16px;border-radius:2px}
.footer-col h4{font-size:.85rem;font-weight:700;color:#c8d0e0;margin-bottom:14px;text-transform:uppercase;letter-spacing:.5px}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:8px}
.footer-links a{color:#8fa0bc;font-size:.85rem;transition:color .2s}
.footer-links a:hover{color:#fff}
.footer-social{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}
.footer-social a{width:36px;height:36px;background:rgba(255,255,255,.07);border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s}
.footer-social a:hover{background:#0070F2}
.footer-social svg{width:18px;height:18px;fill:#c8d0e0}
.footer-logos{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.footer-logo-pill{background:rgba(255,255,255,.07);border-radius:6px;padding:6px 12px;font-size:.72rem;font-weight:700;color:#c8d0e0;letter-spacing:.3px;white-space:nowrap;transition:background .2s}
.footer-logo-pill:hover{background:rgba(0,112,242,.2)}
.footer-divider{border:none;border-top:1px solid rgba(255,255,255,.08);margin:28px 0 20px}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.footer-copyright{font-size:.78rem;color:#4d5e7a;line-height:1.6}
.footer-copyright a{color:#6b7a99}
.footer-copyright a:hover{color:#fff}
.footer-legal{font-size:.72rem;color:#3d4d63;line-height:1.6;max-width:680px;text-align:right}
.footer-18{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#ef4444;color:#fff;font-size:.72rem;font-weight:800;border-radius:6px;margin-right:6px;flex-shrink:0;vertical-align:middle}

.sticky-widget{position:fixed;bottom:0;left:0;right:0;z-index:990;background:linear-gradient(90deg,#002959,#0070F2);padding:12px 16px;display:flex;align-items:center;justify-content:center;gap:16px;box-shadow:0 -4px 20px rgba(0,112,242,.3);flex-wrap:wrap}
.sticky-widget p{color:#fff;font-size:.9rem;font-weight:600;margin:0}
.sticky-widget p span{color:#f7a800;font-weight:800}
.sticky-widget-close{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:rgba(255,255,255,.6);font-size:1.2rem;cursor:pointer;padding:4px;line-height:1;transition:color .2s}
.sticky-widget-close:hover{color:#fff}

.info-page{padding:60px 0}
.info-page h2{font-size:1.4rem;font-weight:700;color:#080D15;margin:24px 0 10px}
.info-page h3{font-size:1.1rem;font-weight:700;color:#002959;margin:18px 0 8px}
.info-page p{font-size:.93rem;color:#2a3450;line-height:1.75;margin-bottom:12px}
.info-page ul,.info-page ol{padding-left:22px;margin-bottom:14px}
.info-page li{font-size:.93rem;color:#2a3450;line-height:1.7;margin-bottom:5px}
.info-page .info-intro{background:#f0f4fa;border-left:4px solid #0070F2;padding:16px 20px;border-radius:0 8px 8px 0;margin-bottom:28px}

body.no-scroll{overflow:hidden}

.fade-in{opacity:0;transform:translateY(20px);transition:opacity .5s,transform .5s}
.fade-in.visible{opacity:1;transform:none}

.wpcf7{display:none}
.elementor-hidden{display:none!important;visibility:hidden}
.wp-nonce-field{display:none}

@media(max-width:991px){
.hero-content{flex-direction:column;text-align:center}
.hero-text h1{font-size:2rem}
.hero-buttons{justify-content:center}
.hero-card{min-width:auto;width:100%;max-width:360px}
.footer-legal{text-align:left}
.footer-bottom{flex-direction:column;align-items:flex-start}
}
@media(max-width:900px){
.header-nav a {padding: 6px 8px;}
}
@media(max-width:767px){
.header-nav{display:none}
.burger{display:flex}
.header-actions .btn--secondary{display:none}
.section-title{font-size:1.5rem}
.hero-text h1{font-size:1.7rem}
.section{padding:40px 0}
.adv-card{flex:1 1 calc(50% - 10px);max-width:none}

.demo-footer{flex-direction:column}
.review-date{margin-left:0}
.sticky-widget p{font-size:.82rem}
.sticky-widget{gap:10px;padding:10px 40px 10px 16px}
.winner-row{gap:10px;padding:10px 14px}
  .winner-rank{width:22px;font-size:.75rem}
  .winner-avatar{width:30px;height:30px;font-size:.75rem}
  .winner-name{font-size:.82rem}
  .winner-game{display:none}
  .winner-amount{font-size:.85rem}
}
@media(max-width:660px){
.footer-grid {flex-direction: column;}
}
@media(max-width:480px){
.hero-text h1{font-size:1.4rem}
.adv-card{flex:1 1 100%;max-width:none}
.jackpot-card{min-width:160px}
.footer-grid{gap:24px}
.footer-col{min-width:140px}
 .winner-row{gap:8px;padding:8px 10px}
  .winner-rank{width:18px;font-size:.7rem}
  .winner-avatar{width:26px;height:26px;font-size:.7rem}
  .winner-name{font-size:.78rem;max-width:100px}
  .winner-amount{font-size:.8rem}
  .winners-block{padding:24px 12px}
.review-meta {flex-direction: column;}
}
