*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body{overflow-x:hidden;width:100%;scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:#2c3e50;background:#fff;line-height:1.6;overflow-wrap:anywhere;word-break:break-word}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
.container{max-width:1280px;margin:0 auto;padding:0 20px;width:100%}

/* ═══ BUTTONS ═══ */
.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:800;border-radius:6px;cursor:pointer;transition:all .2s ease;border:none;font-size:14px;min-height:44px;padding:12px 24px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}
.btn--primary{background:#EC622B;color:#fff;box-shadow:0 4px 12px rgba(236,98,43,.4)}
.btn--primary:hover{background:#d4551f;transform:translateY(-2px);box-shadow:0 6px 18px rgba(236,98,43,.5)}
.btn--primary:active{transform:translateY(0);box-shadow:0 2px 6px rgba(236,98,43,.3)}
.btn--green{background:#4CA534;color:#fff;box-shadow:0 4px 12px rgba(76,165,52,.4)}
.btn--green:hover{background:#3f8f2b;transform:translateY(-2px);box-shadow:0 6px 18px rgba(76,165,52,.5)}
.btn--green:active{transform:translateY(0)}
.btn--ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5);box-shadow:0 2px 8px rgba(0,0,0,.15)}
.btn--ghost:hover{background:rgba(255,255,255,.1);border-color:#fff;transform:translateY(-2px)}
.btn--xl{font-size:18px;padding:16px 40px;min-height:52px;font-weight:900}

/* ═══ HEADER ═══ */
.header{position:sticky;top:0;z-index:1000;background:#0C1D34;border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{display:flex;align-items:center;gap:12px;height:60px}
.logo-link{flex-shrink:0}
.logo{height:36px;width:auto}
.main-nav{flex:1;overflow:hidden}
.nav-list{display:flex;align-items:center;gap:4px;white-space:nowrap}
.nav-link{color:rgba(255,255,255,.75);font-size:13px;font-weight:600;padding:8px 14px;border-radius:4px;transition:color .2s,background .2s;text-transform:uppercase;letter-spacing:.3px;display:flex;align-items:center;gap:6px}
.nav-link:hover,.nav-link--active{color:#fff}
.nav-link--active{position:relative}
.nav-link--active::after{content:'';position:absolute;bottom:0;left:14px;right:14px;height:2px;background:#4CA534;border-radius:2px}
.nav-link--app{background:#4CA534;color:#fff;border-radius:20px;padding:6px 16px;font-size:12px}
.nav-link--app:hover{background:#3f8f2b}
.nav-link--app svg{width:14px;height:14px}
.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.header-btn{padding:8px 20px;min-height:36px;font-size:13px}
.lang-selector{color:rgba(255,255,255,.7);font-size:13px;font-weight:600;display:flex;align-items:center;gap:4px;padding:0 8px;cursor:default}
.lang-selector svg{opacity:.7}
.burger{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px;order:-1}
.burger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:all .3s}
.mobile-nav{display:none;background:#0C1D34;border-top:1px solid rgba(255,255,255,.08);padding:16px 20px}
.mobile-nav.active{display:block}
.mobile-nav-list li a{display:block;color:rgba(255,255,255,.8);padding:12px 0;font-size:15px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.06)}
.mobile-nav-actions{display:flex;gap:10px;margin-top:16px}
.mobile-nav-actions .btn{flex:1}

/* ═══ HERO BANNER ═══ */
.hero-banner{background:linear-gradient(135deg,#0C1D34 0%,#142d4f 50%,#0C1D34 100%);padding:40px 0;position:relative;overflow:hidden}
.hero-banner .container{display:flex;align-items:center;gap:40px}
.hero-content{flex:1;min-width:0}
.hero-bonus{font-size:clamp(28px,5vw,48px);font-weight:900;color:#EC622B;line-height:1.15;margin-bottom:8px;text-shadow:0 2px 20px rgba(236,98,43,.3)}
.hero-sub{color:rgba(255,255,255,.8);font-size:18px;margin-bottom:24px}
.hero-tc{color:rgba(255,255,255,.45);font-size:12px;margin-top:12px}
.hero-media{flex:0 0 400px;max-width:400px}
.hero-media img{border-radius:12px;overflow:hidden;object-fit:contain;max-height:300px;width:100%}

/* ═══ CATEGORY BAR ═══ */
.category-bar{background:#fff;border-bottom:1px solid #e8ecf0;padding:16px 0;position:sticky;top:60px;z-index:900}
.category-bar .container{display:flex;align-items:center;gap:16px}
.category-tabs{display:flex;align-items:center;gap:4px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex:1;min-width:0;padding-bottom:2px}
.category-tabs::-webkit-scrollbar{display:none}
.cat-tab{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 16px;color:#6b7c8a;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;transition:color .2s;border-bottom:3px solid transparent;flex-shrink:0}
.cat-tab svg{stroke:#6b7c8a;transition:stroke .2s}
.cat-tab:hover,.cat-tab--active{color:#2c3e50}
.cat-tab:hover svg,.cat-tab--active svg{stroke:#2c3e50}
.cat-tab--active{border-bottom-color:#4CA534;color:#2c3e50}
.category-controls{display:flex;align-items:center;gap:10px;flex-shrink:0}
.search-box{position:relative}
.search-input{border:1px solid #d1d9e0;border-radius:6px;padding:10px 36px 10px 14px;font-size:14px;width:180px;background:#fff;transition:border-color .2s;color:#2c3e50}
.search-input:focus{outline:none;border-color:#4CA534}
.search-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);stroke:#6b7c8a;pointer-events:none}
.provider-dropdown select{border:1px solid #d1d9e0;border-radius:6px;padding:10px 14px;font-size:14px;background:#fff;color:#2c3e50;min-width:160px;cursor:pointer}

/* ═══ SECTION COMMON ═══ */
.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.section-title{font-size:clamp(18px,3vw,22px);font-weight:900;color:#0C1D34;text-transform:uppercase;letter-spacing:.5px;position:relative;padding-bottom:10px}
.section-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:#4CA534;border-radius:2px}
.show-all{color:#6b7c8a;font-size:14px;font-weight:600;transition:color .2s}
.show-all:hover{color:#EC622B}

/* ═══ GAMES GRID ═══ */
.games-section,.live-section{padding:40px 0;background:#fff}
.live-section{background:#f7f9fb}
.games-grid{display:grid;gap:16px}
.games-grid--featured{grid-template-columns:2fr repeat(5,minmax(0,1fr));grid-template-rows:auto auto}
.game-card--large{grid-row:1/3;grid-column:1}
.game-card{display:block;border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s;background:#fff;border:1px solid #e8ecf0}
.game-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}
.game-card-media{position:relative;overflow:hidden;border-radius:12px 12px 0 0;aspect-ratio:1/1}
.game-card--large .game-card-media{aspect-ratio:auto;height:100%}
.game-card--large .game-card-media img{height:100%;object-fit:cover}
.game-card-media img{width:100%;height:100%;object-fit:cover}
.game-badge{position:absolute;top:8px;right:8px;display:flex;flex-direction:column;align-items:flex-end;gap:2px}
.badge-players{background:rgba(76,165,52,.9);color:#fff;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:700;display:flex;align-items:center;gap:3px}
.badge-players::before{content:'';width:6px;height:6px;background:#fff;border-radius:50%;display:inline-block}
.badge-rtp{background:rgba(76,165,52,.9);color:#fff;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:700;display:flex;align-items:center;gap:3px}
.badge-rtp::before{content:'';display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:6px solid #fff}
.badge-drops{position:absolute;top:8px;left:8px;background:rgba(236,98,43,.9);color:#fff;padding:3px 8px;border-radius:10px;font-size:9px;font-weight:800;letter-spacing:.3px}
.game-overlay-text{position:absolute;bottom:16px;left:16px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.6)}
.overlay-provider{display:block;font-size:14px;font-weight:600}
.overlay-title{display:block;font-size:28px;font-weight:900;line-height:1.1}
.game-card-info{padding:10px 12px;display:flex;flex-direction:column;gap:2px}
.game-name{font-size:13px;font-weight:700;color:#2c3e50;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.game-provider{font-size:11px;color:#6b7c8a;font-weight:500}
.load-more-wrap{text-align:center;margin-top:28px}
.load-more-btn{border-color:#0C1D34;color:#0C1D34}
.load-more-btn:hover{background:#0C1D34;color:#fff}
.live-filters{display:flex;gap:8px;margin-top:20px;flex-wrap:wrap}
.filter-pill{padding:8px 20px;border-radius:20px;font-size:13px;font-weight:700;color:#6b7c8a;border:1px solid #d1d9e0;transition:all .2s}
.filter-pill:hover,.filter-pill--active{background:#0C1D34;color:#fff;border-color:#0C1D34}

/* ═══ PROMOS ═══ */
.promo-section{padding:50px 0;background:#fff}
.promo-section .section-title{margin-bottom:32px}
.promo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.promo-card{background:#f7f9fb;border-radius:12px;overflow:hidden;border:1px solid #e8ecf0;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}
.promo-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}
.promo-card-media{aspect-ratio:16/10;overflow:hidden}
.promo-card-media img{width:100%;height:100%;object-fit:cover}
.promo-card-body{padding:20px;flex:1;display:flex;flex-direction:column}
.promo-card-body h3{font-size:16px;font-weight:800;color:#0C1D34;margin-bottom:6px}
.promo-value{font-size:14px;font-weight:800;color:#EC622B;margin-bottom:10px}
.promo-card-body p{font-size:13px;color:#6b7c8a;line-height:1.5;margin-bottom:12px;flex:1}
.promo-card-body .btn{width:100%;margin-top:auto;font-size:13px;padding:10px 16px}

/* ═══ JACKPOT ═══ */
.jackpot-section{padding:30px 0;background:linear-gradient(135deg,#0C1D34,#1a3050)}
.jackpot-bar{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}
.jackpot-label{color:rgba(255,255,255,.7);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px}
.jackpot-amount{font-size:clamp(28px,5vw,42px);font-weight:900;color:#EC622B;text-shadow:0 2px 12px rgba(236,98,43,.4);font-variant-numeric:tabular-nums}

/* ═══ PROVIDERS ═══ */
.providers-section{padding:40px 0;background:#f7f9fb}
.providers-section .section-title{margin-bottom:24px}
.providers-strip{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:8px}
.providers-strip::-webkit-scrollbar{display:none}
.provider-logo-item{flex:0 0 140px;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;background:#fff;border-radius:10px;border:1px solid #e8ecf0;transition:transform .2s,box-shadow .2s}
.provider-logo-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}
.provider-logo-item img{width:60px;height:60px;object-fit:contain;border-radius:8px}
.provider-logo-item span{font-size:12px;font-weight:700;color:#2c3e50;white-space:nowrap}

/* ═══ SEO TEXT ═══ */
.seo-section{padding:50px 0;background:#fff}
.seo-section .section-title{margin-bottom:24px}
.seo-text{position:relative}
.seo-text-inner{max-height:200px;overflow:hidden;transition:max-height .5s ease}
.seo-text.expanded .seo-text-inner{max-height:5000px}
.seo-text:not(.expanded)::after{content:'';position:absolute;bottom:40px;left:0;right:0;height:80px;background:linear-gradient(transparent,#fff);pointer-events:none}
.seo-text-inner h3{font-size:18px;font-weight:800;color:#0C1D34;margin:24px 0 10px}
.seo-text-inner h3:first-child{margin-top:0}
.seo-text-inner p{font-size:15px;color:#4a5568;line-height:1.7;margin-bottom:14px}
.seo-text-inner strong{color:#2c3e50}
.seo-toggle{display:block;margin:16px auto 0;background:none;border:2px solid #0C1D34;color:#0C1D34;padding:10px 28px;border-radius:6px;font-weight:800;font-size:14px;cursor:pointer;transition:all .2s}
.seo-toggle:hover{background:#0C1D34;color:#fff}

/* ═══ FAQ ═══ */
.faq-section{padding:50px 0;background:#f7f9fb}
.faq-section .section-title{margin-bottom:32px}
.faq-item{border:1px solid #e8ecf0;border-radius:10px;margin-bottom:10px;background:#fff;overflow:hidden}
.faq-question{width:100%;text-align:left;padding:18px 50px 18px 20px;font-size:15px;font-weight:700;color:#0C1D34;background:none;border:none;cursor:pointer;position:relative;transition:background .2s}
.faq-question:hover{background:#f7f9fb}
.faq-question::after{content:'+';position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:22px;font-weight:400;color:#6b7c8a;transition:transform .3s}
.faq-item.active .faq-question::after{content:'\2212';transform:translateY(-50%) rotate(180deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-item.active .faq-answer{max-height:500px}
.faq-answer p{padding:0 20px 18px;font-size:14px;color:#4a5568;line-height:1.7}

/* ═══ FOOTER ═══ */
.footer{padding:50px 0 30px;background:#fff;border-top:1px solid #e8ecf0}
.footer-top{margin-bottom:32px}
.footer-logo{height:40px;width:auto}
.footer-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;margin-bottom:32px}
.footer-col h4{font-size:13px;font-weight:800;color:#0C1D34;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}
.footer-col li{margin-bottom:8px}
.footer-col a{color:#6b7c8a;font-size:14px;transition:color .2s}
.footer-col a:hover{color:#EC622B}
.footer-payments{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}
.payment-method{background:#f0f4f8;padding:6px 14px;border-radius:6px;font-size:12px;font-weight:700;color:#4a5568}
.footer-divider{height:1px;background:#e8ecf0;margin-bottom:24px}
.footer-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap}
.footer-legal{font-size:13px;color:#6b7c8a;line-height:1.6;max-width:700px}
.footer-copy{display:flex;align-items:center;gap:12px;font-size:13px;color:#6b7c8a}
.badge-18{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#d9534f;color:#fff;font-weight:900;font-size:14px;flex-shrink:0}

/* ═══ CATFISH ═══ */
.catfish{position:fixed;bottom:0;left:0;right:0;z-index:2000;background:linear-gradient(135deg,#0C1D34,#1a3050);padding:14px 20px;box-shadow:0 -4px 20px rgba(0,0,0,.2);transform:translateY(0);transition:transform .3s;padding-bottom:calc(14px + env(safe-area-inset-bottom))}
.catfish.hidden{transform:translateY(110%)}
.catfish-inner{display:flex;align-items:center;justify-content:center;gap:16px;max-width:1280px;margin:0 auto}
.catfish-text{color:#fff;font-weight:800;font-size:clamp(13px,2vw,16px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.catfish-btn{flex-shrink:0;font-size:13px;padding:10px 24px}
.catfish-close{background:none;border:none;color:rgba(255,255,255,.6);font-size:24px;cursor:pointer;padding:4px 8px;line-height:1;transition:color .2s;flex-shrink:0}
.catfish-close:hover{color:#fff}

/* ═══ EXIT POPUP ═══ */
.exit-overlay{display:none;position:fixed;inset:0;z-index:3000;background:rgba(0,0,0,.7);backdrop-filter:blur(4px);align-items:center;justify-content:center;padding:20px}
.exit-overlay.active{display:flex}
.exit-popup{background:#fff;border-radius:16px;max-width:480px;width:100%;overflow:hidden;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3)}
.exit-close{position:absolute;top:12px;right:12px;background:rgba(0,0,0,.5);border:none;color:#fff;width:32px;height:32px;border-radius:50%;font-size:18px;cursor:pointer;z-index:1;display:flex;align-items:center;justify-content:center;transition:background .2s}
.exit-close:hover{background:rgba(0,0,0,.7)}
.exit-media img{width:100%;aspect-ratio:16/9;object-fit:cover}
.exit-content{padding:28px;text-align:center}
.exit-eyebrow{font-size:13px;font-weight:800;color:#6b7c8a;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}
.exit-bonus{font-size:clamp(22px,4vw,30px);font-weight:900;color:#EC622B;line-height:1.2;margin-bottom:20px}
.exit-content .btn{width:100%;margin-bottom:12px}
.exit-tc{font-size:11px;color:#6b7c8a}

/* ═══ RESPONSIVE ═══ */
@media(max-width:1024px){
  .games-grid--featured{grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto}
  .game-card--large{grid-row:auto;grid-column:1/4}
  .game-card--large .game-card-media{aspect-ratio:2.5/1}
  .promo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-columns{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero-media{flex:0 0 280px;max-width:280px}
}

@media(max-width:768px){
  .main-nav,.header-actions .lang-selector{display:none}
  .burger{display:flex}
  .header-inner{height:54px}
  .header-actions .btn--ghost{display:none}
  .category-bar{top:54px}
  .category-bar .container{flex-direction:column;gap:10px;align-items:stretch}
  .category-controls{justify-content:stretch}
  .category-controls .search-box{flex:1}
  .search-input{width:100%}
  .provider-dropdown{flex:1}
  .provider-dropdown select{width:100%}
  .games-grid--featured{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .game-card--large{grid-column:1/3}
  .game-card--large .game-card-media{aspect-ratio:16/9}
  .promo-grid{grid-template-columns:1fr}
  .hero-banner .container{flex-direction:column;text-align:center}
  .hero-media{flex:none;max-width:100%;order:-1}
  .hero-media img{max-height:200px;margin:0 auto}
  .hero-bonus{text-align:center}
  .hero-sub{text-align:center}
  .footer-columns{grid-template-columns:1fr 1fr}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .jackpot-bar{flex-direction:column;text-align:center;gap:12px}
}

@media(max-width:480px){
  .container{padding:0 14px}
  .games-grid--featured{grid-template-columns:1fr 1fr}
  .game-card--large{grid-column:1/3}
  .game-card--large .game-card-media{aspect-ratio:16/9}
  .cat-tab{padding:6px 10px;font-size:10px}
  .cat-tab svg{width:22px;height:22px}
  .promo-grid{grid-template-columns:1fr}
  .footer-columns{grid-template-columns:1fr}
  .catfish-inner{flex-direction:column;gap:8px;text-align:center}
  .catfish-text{white-space:normal;-webkit-line-clamp:2}
  .catfish-btn{width:100%}
  .btn--xl{font-size:16px;padding:14px 28px}
  .hero-banner{padding:24px 0}
  .games-section,.live-section{padding:28px 0}
  .promo-section,.seo-section,.faq-section{padding:36px 0}
  .filter-pill{padding:6px 14px;font-size:12px}
  .section-title{font-size:16px}
  .overlay-title{font-size:20px}
  .hero-media img{max-height:160px}
  .btn{width:100%}
}

@media(max-width:360px){
  .games-grid--featured{grid-template-columns:1fr;gap:12px}
  .game-card--large{grid-column:auto}
  .game-card--large .game-card-media{aspect-ratio:16/9}
  .footer-payments{gap:6px}
  .payment-method{font-size:11px;padding:4px 10px}
}
.twentybet-rtp-guide{
  padding: 2.5rem 0;
  background: #ffffff;
  color: #2c3e50;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.65;
}

.twentybet-rtp-guide__container{
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  width: 100%;
}

.twentybet-rtp-guide__title{
  font-size: 1.25rem;
  font-weight: 900;
  color: #0C1D34;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  position: relative;
  padding-bottom: 0.625rem;
  margin-bottom: 1.5rem;
  line-height: 1.25;
}

.twentybet-rtp-guide__title::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.125rem;
  height: 0.1875rem;
  background: #4CA534;
  border-radius: 0.125rem;
}

.twentybet-rtp-guide__lead{
  background: #f7f9fb;
  border-left: 0.25rem solid #EC622B;
  padding: 1.25rem 1.125rem;
  border-radius: 0.5rem;
  margin-bottom: 1.75rem;
}

.twentybet-rtp-guide__lead p{
  font-size: 0.9375rem;
  color: #4a5568;
  margin: 0;
}

.twentybet-rtp-guide__lead strong{
  color: #EC622B;
  font-weight: 800;
}

.twentybet-rtp-guide__block{
  margin-bottom: 1.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e8ecf0;
}

.twentybet-rtp-guide__block:last-of-type{
  border-bottom: none;
}

.twentybet-rtp-guide__h3{
  font-size: 1.125rem;
  font-weight: 800;
  color: #0C1D34;
  margin: 0 0 0.875rem 0;
  line-height: 1.3;
}

.twentybet-rtp-guide__h4{
  font-size: 1rem;
  font-weight: 700;
  color: #EC622B;
  margin: 1rem 0 0.5rem 0;
  line-height: 1.3;
}

.twentybet-rtp-guide__block p{
  font-size: 0.9375rem;
  color: #4a5568;
  margin: 0 0 0.875rem 0;
}

.twentybet-rtp-guide__block p:last-child{
  margin-bottom: 0;
}

.twentybet-rtp-guide__block strong{
  color: #2c3e50;
  font-weight: 700;
}

.twentybet-rtp-guide__block em{
  color: #0C1D34;
  font-style: italic;
}

.twentybet-rtp-guide__list{
  list-style: none;
  padding: 0;
  margin: 0 0 0.875rem 0;
}

.twentybet-rtp-guide__list li{
  position: relative;
  padding: 0.375rem 0 0.375rem 1.5rem;
  font-size: 0.9375rem;
  color: #4a5568;
  line-height: 1.6;
}

.twentybet-rtp-guide__list li::before{
  content: '';
  position: absolute;
  left: 0.375rem;
  top: 0.9375rem;
  width: 0.375rem;
  height: 0.375rem;
  background: #4CA534;
  border-radius: 50%;
}

.twentybet-rtp-guide__list li strong{
  color: #0C1D34;
  font-weight: 700;
}

.twentybet-rtp-guide__table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  background: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #e8ecf0;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.twentybet-rtp-guide__table thead{
  background: #0C1D34;
}

.twentybet-rtp-guide__table th{
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  padding: 0.75rem 0.875rem;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.twentybet-rtp-guide__table td{
  padding: 0.75rem 0.875rem;
  color: #4a5568;
  border-top: 1px solid #e8ecf0;
  vertical-align: top;
}

.twentybet-rtp-guide__table tbody tr:nth-child(even){
  background: #f7f9fb;
}

.twentybet-rtp-guide__table tbody tr:hover{
  background: #eef3f7;
}

.twentybet-rtp-guide__aside{
  background: linear-gradient(135deg, #0C1D34 0%, #1a3050 100%);
  color: #ffffff;
  padding: 1.5rem 1.25rem;
  border-radius: 0.75rem;
  margin-top: 1.5rem;
}

.twentybet-rtp-guide__aside .twentybet-rtp-guide__h3{
  color: #ffffff;
}

.twentybet-rtp-guide__aside .twentybet-rtp-guide__list li{
  color: rgba(255, 255, 255, 0.85);
}

.twentybet-rtp-guide__aside .twentybet-rtp-guide__list li::before{
  background: #EC622B;
}

.twentybet-rtp-guide__cta{
  margin-top: 1rem;
  padding: 1rem;
  background: rgba(236, 98, 43, 0.12);
  border-left: 0.1875rem solid #EC622B;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.92);
}

.twentybet-rtp-guide__cta strong{
  color: #ffffff;
  font-weight: 700;
}

@media (min-width: 30rem){
  .twentybet-rtp-guide{
    padding: 3rem 0;
  }
  .twentybet-rtp-guide__title{
    font-size: 1.375rem;
  }
  .twentybet-rtp-guide__lead{
    padding: 1.5rem 1.5rem;
  }
  .twentybet-rtp-guide__lead p,
  .twentybet-rtp-guide__block p,
  .twentybet-rtp-guide__list li{
    font-size: 0.9688rem;
  }
}

@media (min-width: 48rem){
  .twentybet-rtp-guide{
    padding: 3.125rem 0;
  }
  .twentybet-rtp-guide__title{
    font-size: 1.5rem;
  }
  .twentybet-rtp-guide__h3{
    font-size: 1.25rem;
  }
  .twentybet-rtp-guide__h4{
    font-size: 1.0625rem;
  }
  .twentybet-rtp-guide__lead p,
  .twentybet-rtp-guide__block p,
  .twentybet-rtp-guide__list li{
    font-size: 1rem;
  }
  .twentybet-rtp-guide__table{
    display: table;
    font-size: 0.9375rem;
  }
  .twentybet-rtp-guide__table th{
    padding: 0.875rem 1.125rem;
    font-size: 0.875rem;
    white-space: normal;
  }
  .twentybet-rtp-guide__table td{
    padding: 0.875rem 1.125rem;
  }
  .twentybet-rtp-guide__aside{
    padding: 1.875rem 1.875rem;
  }
}

@media (min-width: 64rem){
  .twentybet-rtp-guide__title{
    font-size: 1.625rem;
  }
  .twentybet-rtp-guide__container{
    padding: 0 1.5rem;
  }
}
