/* Mockup match layer: dark compact Khelraja layout */
:root{
  --CTA:#c9302c;
  --CTA2:#e3423b;
  --h_background_color:#111;
  --ft_background_color:#080808;
  --ft_text_color:#bdbdbd;
  --body-bg:#080808;
  --body-bg2:#121212;
  --body-text-color:#e8e8e8;
  --link-color:#d73a33;
  --base-font-size:12px;
  --base-line-height:1.35;
  --base-border-radius:7px;
  --base-button-height:36px;
  --button-bg:#c9302c;
  --button-text-color:#fff;
  --button-alt-bg:transparent;
  --button-alt-text-color:#fff;
  --elements-bg:#151515;
  --blocks-bg:#151515;
  --social-network-bg:#141414;
  --border-color:rgba(255,255,255,.13);
}
html{background:#080808;scroll-behavior:smooth;}
body{
  background:
    radial-gradient(circle at 15% 10%,rgba(120,34,28,.18),transparent 24%),
    radial-gradient(circle at 84% 24%,rgba(156,57,34,.13),transparent 25%),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),
    #080808;
  background-size:auto,auto,34px 34px,auto;
  color:#e8e8e8;
  font-family:Inter,Arial,sans-serif;
  font-size:12px;
  line-height:1.35;
  overflow-x:hidden;
}
.container{max-width:632px;margin:0 auto;padding:0;}
img{max-width:100%;height:auto;}
strong,b{font-weight:800;}
.skip-nav{display:none;}

/* Header */
.header{
  height:48px;
  background:rgba(17,17,17,.96);
  border-bottom:1px solid #242424;
  box-shadow:0 2px 18px rgba(0,0,0,.45);
  backdrop-filter:blur(10px);
}
.header .container{max-width:632px;height:100%;}
.header__inner-wrapper{height:48px;padding:0;gap:12px;}
.header__logo{order:1;display:flex;align-items:center;}
.header__logo img{height:30px;width:122px;object-fit:contain;object-position:left center;}
.header__buttons{order:2;margin-left:auto;display:flex;gap:12px;}
.burger{order:3;display:flex;width:30px;height:34px;align-items:center;justify-content:center;padding:0;margin-left:8px;}
.burger span{width:19px;height:2px;background:#eee;border-radius:2px;}
.btn,.content-button{
  height:36px;
  min-height:36px;
  border-radius:6px;
  padding:0 19px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.1px;
  text-transform:none;
  box-shadow:none;
}
.btn--primary,.content-button{background:#c9302c;border-color:#c9302c;color:#fff;}
.btn--secondary,.btn--outline{background:rgba(0,0,0,.22);border-color:#3a3a3a;color:#fff;}
.btn:hover,.content-button:hover{opacity:.94;transform:none;}
.header__menu{display:none!important;}
.mobile-menu{top:48px;height:calc(100dvh - 48px);background:#0b0b0b;}
.mobile-menu__list a{border-bottom:1px solid #242424;color:#f1f1f1;}

/* Hero */
.main-screen.mock-home-hero{
  width:100vw;
  margin-inline:calc(-50vw + 50%);
  min-height:245px;
  padding:0;
  background:
    linear-gradient(90deg,rgba(8,8,8,.98) 0%,rgba(9,9,9,.86) 40%,rgba(17,8,7,.55) 78%,rgba(8,8,8,.85) 100%),
    radial-gradient(circle at 75% 38%,rgba(146,39,31,.34),transparent 43%),
    #080808;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.05);
}
.main-screen.mock-home-hero:before,.main-screen.mock-home-hero:after{display:none;}
.main-screen.mock-home-hero .container{max-width:632px;position:relative;z-index:2;}
.main-screen__inner{display:grid;grid-template-columns:260px 1fr;gap:6px;align-items:center;min-height:245px;}
.main-screen__content{position:relative;z-index:3;padding-top:4px;}
.main-screen__title{
  margin:0 0 8px;
  font-size:30px;
  line-height:1.08;
  letter-spacing:.1px;
  font-weight:900;
  color:#f4f4f4;
}
.main-screen__title span{display:block;color:#d2332e;}
.main-screen__desc{
  max-width:245px;
  margin:0 0 12px;
  color:#dadada;
  font-size:11px;
  line-height:1.36;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.main-screen__buttons{display:flex;flex-direction:column;gap:7px;align-items:flex-start;}
.main-screen__buttons .btn{width:190px;height:36px;font-size:13px;padding:0 12px;border-radius:6px;}
.main-screen__buttons .btn--secondary{background:rgba(0,0,0,.18);border-color:#c9302c;color:#eee;}
.main-screen__buttons .btn--secondary:after{content:'⇩';font-size:13px;line-height:1;margin-left:2px;color:#bdbdbd;}
.mock-hero-art{
  width:360px;
  height:245px;
  min-width:0;
  padding:0;
  border:0;
  background:transparent;
  border-radius:0;
  overflow:visible;
  text-align:left;
  box-shadow:none;
  backdrop-filter:none;
  justify-self:end;
}
.mock-hero-art img{width:414px;max-width:none;height:245px;object-fit:cover;object-position:right center;transform:translateX(18px);}
.mock-hero-art>*:not(img){display:none;}

/* Top panels */
.mock-top-panels{padding:7px 0 10px;background:#080808;}
.mock-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:12px;}
.mock-quick-card,.mock-icon-grid a,.mock-game-card,.mock-bonus-card,.mock-info-card,.mock-pay-card,.mock-casino-card,.mock-program-card,details.faq__row{
  background:linear-gradient(145deg,rgba(28,28,28,.94),rgba(13,13,13,.96));
  border:1px solid #2c2c2c;
  border-radius:7px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 8px 26px rgba(0,0,0,.18);
}
.mock-quick-card{height:51px;display:flex;align-items:center;gap:12px;padding:0 14px;}
.mock-quick-icon{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#050505;color:#fff;border:1px solid #1e1e1e;font-size:24px;font-weight:800;line-height:1;flex:0 0 auto;}
.mock-quick-icon.mock-upi{font-size:16px;border-radius:0;background:transparent;border:0;font-weight:900;font-style:italic;letter-spacing:-1px;}
.mock-quick-card strong{display:block;color:#fff;font-size:12px;line-height:1.1;}
.mock-quick-card small{display:block;color:#d0d0d0;font-size:10px;margin-top:5px;line-height:1.1;}
.mock-icon-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:7px;}
.mock-icon-grid a{height:69px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#fff;text-align:center;}
.mock-icon-grid .mi{width:32px;height:30px;display:flex;align-items:center;justify-content:center;color:#f4f4f4;border-radius:6px;font-size:25px;line-height:1;font-weight:400;opacity:.95;}
.mock-icon-grid b{font-size:9px;line-height:1.12;color:#e8e8e8;font-weight:800;}

/* Main content */
.mock-home-main .page-content{display:grid;row-gap:10px;padding:0 0 16px;}
.tag-block{padding:0;background:transparent;border:0;border-radius:0;}
.tag-block h2,.tag-block h3{margin:0 0 7px;color:#dcdcdc;font-weight:900;letter-spacing:.1px;}
.tag-block h2{font-size:14px;line-height:1.2;}
.tag-block h3{font-size:13px;line-height:1.18;}
.tag-block p{font-size:10px;line-height:1.28;color:#e2e2e2;margin:0 0 7px;}
.mock-hidden-copy{display:none!important;}
.mock-tiny-copy{display:none;}
.wp-block-table{margin:0;overflow:visible;}
.wp-block-table table{border-collapse:collapse;width:100%;font-size:10px;line-height:1.25;}
.wp-block-table caption{display:none;}
.wp-block-table th,.wp-block-table td,.wp-block-table tbody th,.wp-block-table tbody td,.wp-block-table thead th{padding:4px 8px;color:#ececec;border-color:#313131;background:transparent;vertical-align:middle;}
.wp-block-table th{font-weight:800;color:#fff;}
.wp-block-table tbody tr:hover th,.wp-block-table tbody tr:hover td{background:transparent;}

/* Specs */
.mock-specs-table table{display:block;border:1px solid #2e2e2e;border-radius:7px;overflow:hidden;background:linear-gradient(145deg,rgba(22,22,22,.75),rgba(10,10,10,.85));}
.mock-specs-table tbody{display:grid;grid-template-columns:1fr 1fr;}
.mock-specs-table tr{min-height:31px;display:grid;grid-template-columns:118px 1fr;border-bottom:1px solid #282828;}
.mock-specs-table tr:nth-child(4),.mock-specs-table tr:nth-child(8){border-bottom:0;}
.mock-specs-table tr:nth-child(-n+4){border-right:1px solid #333;}
.mock-specs-table th{position:relative;padding-left:36px;font-size:9px;}
.mock-specs-table td{font-size:9px;color:#eee;}
.mock-specs-table th:before{content:'●';position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:12px;color:#f0f0f0;opacity:.95;}
.mock-specs-table tr:nth-child(1) th:before{content:'☷';}
.mock-specs-table tr:nth-child(2) th:before{content:'◉';}
.mock-specs-table tr:nth-child(3) th:before{content:'◌';}
.mock-specs-table tr:nth-child(4) th:before{content:'▣';}
.mock-specs-table tr:nth-child(5) th:before{content:'♕';}
.mock-specs-table tr:nth-child(6) th:before{content:'▤';}
.mock-specs-table tr:nth-child(7) th:before{content:'◔';}
.mock-specs-table tr:nth-child(8) th:before{content:'▯';}

/* Game cards */
.mock-games-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:0;}
.mock-game-card{position:relative;display:block;overflow:hidden;height:93px;border-radius:7px;color:#fff;}
.mock-game-card img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.06) contrast(1.04);}
.mock-game-card:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.74));z-index:1;}
.mock-game-card span{position:absolute;z-index:2;left:4px;right:4px;bottom:6px;text-align:center;font-size:11px;line-height:1;font-weight:900;text-shadow:0 1px 3px #000;color:#fff;}

/* Bonus */
.mock-bonus-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.mock-bonus-card{position:relative;min-height:143px;overflow:hidden;padding:10px 140px 8px 11px;}
.mock-bonus-card h3{font-size:12px;color:#e33b35;margin-bottom:4px;}
.mock-bonus-card p{font-size:8px;line-height:1.18;margin:0 0 7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.mock-bonus-card img{position:absolute;right:0;bottom:0;width:145px;height:118px;object-fit:cover;opacity:.95;mask-image:linear-gradient(90deg,transparent 0,#000 18%);}
.mock-bonus-card .wp-block-table table{font-size:8px;}
.mock-bonus-card .wp-block-table thead{display:none;}
.mock-bonus-card .wp-block-table tr{display:grid;grid-template-columns:86px 1fr;border:0;}
.mock-bonus-card .wp-block-table th,.mock-bonus-card .wp-block-table td{padding:3px 0;border:0;color:#f2f2f2;background:transparent;}
.mock-bonus-card .wp-block-table th{font-size:8px;color:#bdbdbd;font-weight:700;}
.mock-bonus-card .wp-block-table td{font-size:8px;font-weight:800;}
.mock-bonus-card--2{padding-right:128px;}
.mock-bonus-card--2 img{width:134px;}

/* Registration timeline */
.mock-registration-block{padding-top:1px;}
.mock-timeline{padding:0;margin:2px 0 10px;background:transparent;border:0;border-radius:0;}
.mock-timeline .how-to__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative;}
.mock-timeline .how-to__steps:before{content:'';position:absolute;top:14px;left:12%;right:12%;height:1px;border-top:1px dotted #444;z-index:0;}
.mock-timeline .how-to__step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:7px;background:transparent;border:0;padding:0 12px;text-align:center;min-height:62px;}
.mock-timeline .step-num{width:27px;height:27px;background:#b42b27;color:#fff;font-size:12px;box-shadow:0 0 0 2px rgba(0,0,0,.18);}
.mock-timeline .step-title{font-size:9px;line-height:1.1;color:#e4e4e4;font-weight:700;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.mock-timeline .step-desc{display:none;}
.mock-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.mock-info-card{min-height:73px;padding:12px 12px 10px 67px;position:relative;overflow:hidden;}
.mock-info-icon{position:absolute;left:16px;top:19px;width:35px;height:35px;display:flex;align-items:center;justify-content:center;color:#e2332f;border:2px solid #e2332f;border-radius:4px;font-size:22px;line-height:1;}
.mock-info-card h3{font-size:13px;margin:0 0 6px;color:#e6e6e6;}
.mock-info-card p,.mock-info-card li{font-size:9px;line-height:1.24;color:#ddd;margin:0 0 3px;}
.mock-info-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.mock-info-card ol{margin:0;padding-left:11px;}
.mock-info-card li::marker{color:#fff;font-size:8px;}
.mock-info-card--login p{-webkit-line-clamp:3;}

/* Payment */
.mock-pay-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.mock-pay-card{min-height:182px;padding:11px 13px;position:relative;overflow:hidden;}
.mock-pay-card h2{font-size:16px;line-height:1.12;margin-bottom:8px;color:#efefef;max-width:260px;}
.mock-pay-card h3{font-size:16px;line-height:1.12;margin-bottom:13px;color:#efefef;max-width:260px;}
.mock-pay-card .wp-block-table table{font-size:9px;}
.mock-pay-card .wp-block-table th,.mock-pay-card .wp-block-table td{padding:3px 6px;border:1px solid #2a2a2a;}
.mock-pay-card .wp-block-table thead th{font-size:8px;color:#fff;background:rgba(255,255,255,.02);}
.mock-pay-card .mock-note p{font-size:9px;color:#e2e2e2;line-height:1.2;margin:7px 0 0;padding-left:25px;position:relative;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.mock-pay-card .mock-note p:before{content:'ⓘ';position:absolute;left:5px;top:0;color:#fff;font-size:13px;line-height:1;}
.mock-pay-card--steps:after{content:'▱';position:absolute;right:23px;top:34px;font-size:72px;color:#fff;opacity:.13;line-height:1;}
.mock-pay-card--steps ol{position:relative;z-index:1;margin:0;padding:0;counter-reset:item;}
.mock-pay-card--steps li{list-style:none;counter-increment:item;margin:0 0 12px 0;padding-left:35px;color:#e8e8e8;font-size:10px;line-height:1.25;position:relative;}
.mock-pay-card--steps li:before{content:counter(item);position:absolute;left:0;top:-2px;width:20px;height:20px;border-radius:50%;background:#c9302c;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:10px;}

/* Casino action cards */
.mock-casino-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px;}
.mock-casino-card{position:relative;min-height:104px;overflow:hidden;padding:12px 150px 11px 13px;}
.mock-casino-card h2,.mock-casino-card h3{font-size:16px;line-height:1.1;margin:0 0 6px;color:#e8e8e8;}
.mock-casino-card p{font-size:10px;line-height:1.12;margin:0 0 9px;color:#ededed;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.mock-casino-card img{position:absolute;right:0;bottom:0;width:158px;height:104px;object-fit:cover;mask-image:linear-gradient(90deg,transparent 0,#000 20%);}
.mock-play-btn{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 15px;background:#c9302c;border-radius:4px;color:#fff!important;font-size:10px;font-weight:800;position:relative;z-index:2;text-shadow:0 1px 2px rgba(0,0,0,.45);}
.mock-casino-block>h3{font-size:13px;margin:0 0 8px;color:#dcdcdc;}
.mock-casino-games-list{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:0;padding:0;}
.mock-casino-games-list li{list-style:none;height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:linear-gradient(145deg,rgba(28,28,28,.94),rgba(13,13,13,.96));border:1px solid #2c2c2c;border-radius:7px;color:#fff;font-size:10px;font-weight:800;}
.game-chip-icon{font-size:20px;color:#e8e8e8;}

/* Program cards */
.mock-program-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.mock-program-card{min-height:68px;padding:11px 12px 10px 70px;position:relative;overflow:hidden;}
.mock-program-icon{position:absolute;left:12px;top:13px;width:40px;height:40px;border-radius:4px;background:#9e241f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;}
.mock-program-card h2{font-size:14px;line-height:1.1;margin:0 0 5px;color:#ededed;}
.mock-program-card p{font-size:10px;line-height:1.22;color:#e1e1e1;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.mock-program-card--why_choose_khelraja .mock-program-icon{display:none;}
.mock-program-card--why_choose_khelraja{padding-left:13px;}
.mock-program-card--why_choose_khelraja p:before{content:'✓ Licensed & regulated platform\A✓ Wide range of games & betting markets\A✓ Fast deposits & withdrawals\A✓ 24/7 customer support\A✓ Generous bonuses & promotions';white-space:pre-line;color:#e7e7e7;font-size:10px;line-height:1.26;display:block;}
.mock-program-card--why_choose_khelraja p{font-size:0;display:block;}
.mock-program-card--responsible_gambling{padding-left:91px;}
.mock-program-card--responsible_gambling .mock-program-icon{width:54px;height:54px;left:22px;top:13px;border-radius:50%;background:transparent;border:3px solid #d13732;color:#d13732;font-size:0;}
.mock-program-card--responsible_gambling .mock-program-icon:before{content:'18+';font-size:20px;font-weight:900;}
.mock-program-card--responsible_gambling h2{display:none;}
.mock-program-card--responsible_gambling p{font-size:10px;line-height:1.25;-webkit-line-clamp:3;margin-top:11px;}

/* FAQ */
.mock-faq-block h2{margin-bottom:7px;}
.faq{gap:0;}
details.faq__row{border-radius:0;border-bottom:0;background:linear-gradient(145deg,rgba(28,28,28,.96),rgba(14,14,14,.97));box-shadow:none;}
details.faq__row:first-child{border-radius:7px 7px 0 0;}
details.faq__row:last-child{border-radius:0 0 7px 7px;border-bottom:1px solid #2c2c2c;}
.faq__header{height:20px;padding:0 12px;}
.faq__title{font-size:10px;color:#eee;line-height:1;font-weight:800;}
.faq__icon{width:auto;height:auto;border:0;background:transparent;color:#d5d5d5;font-size:14px;}
.faq__icon:after{content:'⌄';}
details[open] .faq__icon:after{content:'⌃';}
.faq__body{padding:8px 12px 10px;border-top:1px solid #272727;}
.faq__body p{font-size:10px;margin:0;color:#d0d0d0;}

/* Footer */
.footer.mock-footer{background:#080808;border-top:1px solid #171717;padding:12px 0 0;color:#c8c8c8;}
.footer.mock-footer .container{max-width:632px;}
.footer__grid{display:grid;grid-template-columns:1.15fr .86fr 1fr;gap:22px;align-items:start;}
.footer__logo img{width:122px;height:31px;object-fit:contain;object-position:left center;margin-bottom:8px;}
.footer__tagline{font-size:9px;line-height:1.35;color:#d2d2d2;max-width:160px;margin-bottom:7px;}
.footer__cert{display:none;}
.footer__socials{gap:9px;margin-top:9px;}
.footer__social{width:15px;height:15px;background:transparent;border-radius:0;}
.footer__social svg{width:13px;height:13px;fill:#d0d0d0;}
.footer__grid>nav{display:none;}
.footer__grid>div:nth-child(3){display:grid;grid-template-columns:1fr 1.25fr;gap:20px;}
.footer__nav-title{font-size:10px;text-transform:none;letter-spacing:0;color:#e0e0e0;font-weight:900;margin-bottom:7px;}
.footer__nav-list{gap:2px;}
.footer__nav-list a{font-size:8px;line-height:1.25;color:#c7c7c7;}
.footer__payments{display:grid;grid-template-columns:repeat(3,42px);gap:4px;margin:0;}
.footer__payment-img[data-astro-cid-sz7xmlte],.footer__payment-img{height:19px;min-width:0;background:#f4f4f4;border-radius:3px;padding:2px 4px;}
.footer__payment-img[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte],.footer__payment-img img{max-height:15px;width:auto;filter:none;}
.footer__bottom{border-top:1px solid #171717;margin-top:10px;padding:7px 0;font-size:7px;line-height:1.25;color:#a0a0a0;display:flex;justify-content:space-between;gap:8px;}
.footer__bottom p{margin:0!important;color:#a0a0a0!important;}
.footer__bottom p:first-child{max-width:430px;}
.floating-block,.to-top{display:none!important;}

/* General subpages: keep same visual language without rebuilding content */
body:not(.home-page) .page-hero{background:linear-gradient(135deg,#120f0f,#080808);border-bottom:1px solid #242424;padding:28px 0 22px;}
body:not(.home-page) .page-hero:after{display:none;}
body:not(.home-page) .page-content{max-width:632px;margin:0 auto;padding:16px 0 28px;row-gap:12px;}
body:not(.home-page) .tag-block{background:linear-gradient(145deg,rgba(28,28,28,.94),rgba(13,13,13,.96));border:1px solid #2c2c2c;border-radius:7px;padding:16px;}

@media (max-width:680px){
  .container,.header .container,.footer.mock-footer .container{max-width:none;margin:0 26px;padding:0;}
  .main-screen.mock-home-hero .container{margin:0 26px;}
  .main-screen__inner{grid-template-columns:42% 58%;}
  .main-screen__title{font-size:29px;}
  .mock-hero-art{width:100%;}
  .mock-hero-art img{transform:translateX(26px);}
  .header__logo img{width:124px;}
}
@media (max-width:560px){
  .container,.header .container,.footer.mock-footer .container,.main-screen.mock-home-hero .container{margin:0 14px;}
  .header__buttons{gap:6px;}
  .btn{padding:0 12px;font-size:12px;}
  .main-screen.mock-home-hero{min-height:260px;}
  .main-screen__inner{grid-template-columns:1fr;min-height:260px;}
  .main-screen__content{padding-top:16px;}
  .mock-hero-art{position:absolute;right:0;top:20px;width:56%;opacity:.55;z-index:1;}
  .main-screen__title{font-size:29px;max-width:260px;}
  .main-screen__desc{max-width:230px;}
  .mock-quick-grid{grid-template-columns:repeat(2,1fr);}
  .mock-icon-grid{grid-template-columns:repeat(4,1fr);}
  .mock-games-gallery,.mock-bonus-grid,.mock-info-grid,.mock-pay-grid,.mock-casino-actions,.mock-program-grid{grid-template-columns:1fr;}
  .mock-specs-table tbody{grid-template-columns:1fr;}
  .mock-specs-table tr:nth-child(-n+4){border-right:0;}
  .mock-specs-table tr:nth-child(4){border-bottom:1px solid #282828;}
  .mock-timeline .how-to__steps{grid-template-columns:1fr;gap:8px;}
  .mock-timeline .how-to__steps:before{display:none;}
  .mock-timeline .how-to__step{flex-direction:row;text-align:left;justify-content:flex-start;}
  .mock-casino-games-list{grid-template-columns:repeat(2,1fr);}
  .footer__grid,.footer__grid>div:nth-child(3){grid-template-columns:1fr;}
  .footer__bottom{display:block;}
}
/* Fine-tuning fixes after base theme media rules */
.mock-hero-art{display:block!important;}
.mock-specs-table tbody{grid-auto-flow:column;grid-template-rows:repeat(4,minmax(31px,auto));}
.mock-specs-table tr:nth-child(4){border-bottom:0;}
.mock-specs-table tr:nth-child(5){border-top:0;}
.mock-bonus-card{height:143px;min-height:143px;overflow:hidden;}
.mock-bonus-card .wp-block-table tr{display:grid;grid-template-columns:86px 1fr;border:0!important;}
.mock-bonus-card--2 .wp-block-table tr{grid-template-columns:78px 1fr 1fr;}
.mock-bonus-card .wp-block-table th,.mock-bonus-card .wp-block-table td{font-size:8px!important;line-height:1.12!important;padding:2px 0!important;border:0!important;}
.mock-info-card{height:73px;min-height:73px;}
.mock-info-card ol.wp-block-list{margin:0!important;padding-left:12px!important;}
.mock-info-card ol.wp-block-list li{font-size:9px!important;line-height:1.22!important;margin:0 0 2px!important;color:#ddd!important;list-style:decimal!important;}
.mock-info-card ol.wp-block-list strong{font-size:inherit!important;line-height:inherit!important;color:inherit!important;}
.mock-info-card--verify ol.wp-block-list{display:none!important;}
.mock-info-card--verify p:nth-of-type(n+2){display:none!important;}
.mock-pay-card{height:182px;min-height:182px;}
.mock-pay-card--steps ol.wp-block-list{margin:0!important;padding:0!important;}
.mock-pay-card--steps ol.wp-block-list li{font-size:10px!important;line-height:1.25!important;margin:0 0 12px!important;color:#e8e8e8!important;list-style:none!important;padding-left:35px!important;}
.mock-casino-card{height:104px;min-height:104px;}
.mock-casino-games-list.wp-block-list{margin:0!important;padding:0!important;}
.mock-casino-games-list.wp-block-list li{font-size:10px!important;line-height:1.1!important;margin:0!important;color:#fff!important;list-style:none!important;}
.mock-program-card{height:68px;min-height:68px;}
.mock-program-card p{font-size:10px!important;line-height:1.22!important;margin:0!important;}
/* Compact rebuilt footer used on the mockup homepage */
.mock-footer-grid{display:grid;grid-template-columns:1.25fr .8fr 1fr 1.15fr;gap:23px;align-items:start;padding:4px 0 7px;}
.mock-footer-brand .footer__logo img{width:121px;height:31px;object-fit:contain;object-position:left center;margin:0 0 7px;}
.mock-footer-brand .footer__tagline{font-size:9px;line-height:1.28;color:#d0d0d0;margin:0 0 8px;max-width:145px;}
.mock-footer-brand .footer__socials{display:flex;gap:11px;margin:0;padding:0;}
.mock-footer-nav .footer__nav-title,.mock-footer-payments .footer__nav-title{font-size:10px;line-height:1.1;margin:0 0 7px;color:#e4e4e4;font-weight:900;text-transform:none;letter-spacing:0;}
.mock-footer-nav .footer__nav-list{display:grid;gap:3px;margin:0;padding:0;}
.mock-footer-nav .footer__nav-list a{font-size:8px;line-height:1.1;color:#cdcdcd;}
.mock-payment-logos{display:grid;grid-template-columns:repeat(3,43px);gap:4px;}
.mock-payment-logos img,.mock-payment-logos span{height:17px;min-width:0;background:#f3f3f3;border-radius:3px;display:flex;align-items:center;justify-content:center;color:#1d1d1d;font-size:8px;font-weight:900;line-height:1;padding:1px 3px;overflow:hidden;}
.mock-payment-logos img{object-fit:contain;width:43px;}
.mock-footer-bottom{border-top:1px solid #181818;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:6px 0 4px;color:#aaa;}
.mock-footer-bottom p{font-size:7px;line-height:1.2;margin:0;color:#a6a6a6;}
.mock-footer-bottom p:first-child{max-width:430px;}
.mock-footer-bottom strong{color:#d2a169;font-size:9px;}
@media(max-width:560px){.mock-footer-grid{grid-template-columns:1fr 1fr;gap:12px}.mock-footer-bottom{display:block}.mock-payment-logos{grid-template-columns:repeat(3,43px)}}
.footer.mock-footer{padding:6px 0 0!important;}
.mock-footer-grid{padding:2px 0 4px!important;}
.mock-footer-bottom{padding:3px 0 2px!important;}

/* Responsive polish: desktop/tablet/mobile */
@media (min-width: 701px){
  :root{
    --base-font-size:16px;
    --base-line-height:1.55;
    --base-button-height:46px;
  }

  body{font-size:16px;line-height:1.55;}
  .container,
  .header .container,
  .footer.mock-footer .container,
  .main-screen.mock-home-hero .container{
    width:min(100% - 48px, 1200px);
    max-width:1200px;
    margin-inline:auto;
    padding:0;
  }

  .header{
    height:auto;
    position:sticky;
    top:0;
    z-index:1000;
  }
  .header .container{height:auto;}
  .header__inner-wrapper{
    height:68px;
    padding:0;
    gap:18px;
  }
  .header__logo img{
    width:154px;
    height:40px;
  }
  .header__buttons{gap:12px;}
  .burger{display:none;}
  .btn,
  .content-button{
    height:46px;
    min-height:46px;
    padding:0 24px;
    border-radius:8px;
    font-size:15px;
    letter-spacing:0;
  }
  .header__menu{
    display:block!important;
    background:#0b0b0b;
    border-top:1px solid #232323;
    border-bottom:1px solid #232323;
  }
  .main-menu__list{
    justify-content:center;
    gap:2px;
  }
  .main-menu__list>li>a{
    padding:13px 15px;
    font-size:13px;
    letter-spacing:0;
    text-transform:none;
    color:#d8d8d8;
  }

  .main-screen.mock-home-hero{
    min-height:auto;
    padding:38px 0 34px;
  }
  .main-screen__inner{
    grid-template-columns:minmax(360px,.9fr) minmax(520px,1.1fr);
    gap:46px;
    min-height:430px;
  }
  .main-screen__content{padding-top:0;}
  .main-screen__title{
    font-size:clamp(44px,4.4vw,64px);
    line-height:1.02;
    margin-bottom:18px;
    letter-spacing:0;
  }
  .main-screen__desc{
    max-width:520px;
    margin-bottom:24px;
    font-size:17px;
    line-height:1.55;
    color:#e4e4e4;
    display:block;
    overflow:visible;
  }
  .main-screen__buttons{
    flex-direction:row;
    gap:12px;
    align-items:center;
  }
  .main-screen__buttons .btn{
    width:auto;
    min-width:180px;
    height:48px;
    padding:0 26px!important;
    font-size:15px!important;
  }
  .mock-hero-art{
    width:100%;
    height:auto;
    min-height:360px;
    aspect-ratio:16/9;
    justify-self:stretch;
    border:1px solid #2d2d2d;
    border-radius:8px;
    overflow:hidden;
    background:#111;
  }
  .mock-hero-art img{
    width:100%;
    max-width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    transform:none;
  }

  .mock-top-panels{padding:22px 0 28px;}
  .mock-quick-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin-bottom:16px;
  }
  .mock-quick-card{
    height:72px;
    padding:0 20px;
    gap:14px;
    border-radius:8px;
  }
  .mock-quick-icon{
    width:42px;
    height:42px;
    font-size:28px;
  }
  .mock-quick-icon.mock-upi{font-size:19px;}
  .mock-quick-card strong{font-size:16px;}
  .mock-quick-card small{font-size:13px;margin-top:3px;}
  .mock-icon-grid{
    grid-template-columns:repeat(8,minmax(0,1fr));
    gap:12px;
  }
  .mock-icon-grid a{
    height:92px;
    gap:10px;
    border-radius:8px;
  }
  .mock-icon-grid .mi{font-size:31px;}
  .mock-icon-grid b{font-size:12px;line-height:1.2;}

  .mock-home-main .page-content{
    row-gap:28px;
    padding:0 0 68px;
  }
  .tag-block{
    background:linear-gradient(145deg,rgba(28,28,28,.94),rgba(13,13,13,.96));
    border:1px solid #2c2c2c;
    border-radius:8px;
    padding:24px;
  }
  .tag-block h2{
    font-size:26px;
    line-height:1.18;
    margin-bottom:18px;
    letter-spacing:0;
  }
  .tag-block h3{
    font-size:20px;
    line-height:1.2;
    margin-bottom:12px;
    letter-spacing:0;
  }
  .tag-block p{
    font-size:15px;
    line-height:1.55;
    color:#dedede;
  }

  .mock-specs-table table{
    display:table;
    width:100%;
    border-radius:8px;
  }
  .mock-specs-table tbody{
    display:table-row-group;
    grid-auto-flow:row!important;
    grid-template-rows:none!important;
    grid-template-columns:none!important;
  }
  .mock-specs-table tr{
    display:table-row;
    min-height:0;
    border:0;
  }
  .mock-specs-table tr:nth-child(-n+4){border-right:0;}
  .mock-specs-table th,
  .mock-specs-table td{
    padding:14px 18px;
    font-size:14px;
    line-height:1.35;
    border-bottom:1px solid #303030;
  }
  .mock-specs-table tr:last-child th,
  .mock-specs-table tr:last-child td{border-bottom:0;}
  .mock-specs-table th{
    width:28%;
    padding-left:46px;
  }
  .mock-specs-table th:before{
    left:18px;
    font-size:15px;
  }

  .mock-games-gallery{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
  }
  .mock-game-card{
    height:auto;
    aspect-ratio:16/9;
    border-radius:8px;
  }
  .mock-game-card span{
    bottom:12px;
    font-size:16px;
  }

  .mock-bonus-grid,
  .mock-info-grid,
  .mock-pay-grid,
  .mock-casino-actions,
  .mock-program-grid{
    gap:16px;
  }
  .mock-bonus-card{
    height:auto;
    min-height:260px;
    padding:24px 300px 24px 24px;
    border-radius:8px;
  }
  .mock-bonus-card--2{padding-right:300px;}
  .mock-bonus-card h3{font-size:22px;margin-bottom:10px;}
  .mock-bonus-card p{
    font-size:14px;
    line-height:1.45;
    display:block;
    overflow:visible;
  }
  .mock-bonus-card img,
  .mock-bonus-card--2 img{
    width:280px;
    height:100%;
    object-fit:cover;
    mask-image:linear-gradient(90deg,transparent 0,#000 16%);
  }
  .mock-bonus-card .wp-block-table table{font-size:13px;}
  .mock-bonus-card .wp-block-table tr{grid-template-columns:130px 1fr!important;}
  .mock-bonus-card--2 .wp-block-table tr{grid-template-columns:112px 1fr 1fr!important;}
  .mock-bonus-card .wp-block-table th,
  .mock-bonus-card .wp-block-table td{
    font-size:13px!important;
    line-height:1.3!important;
    padding:4px 0!important;
  }

  .mock-timeline{
    padding:4px 0 18px;
  }
  .mock-timeline .how-to__steps{
    gap:18px;
  }
  .mock-timeline .how-to__step{
    min-height:112px;
    padding:0 22px;
    gap:12px;
  }
  .mock-timeline .step-num{
    width:40px;
    height:40px;
    font-size:16px;
  }
  .mock-timeline .step-title{
    font-size:15px;
    line-height:1.35;
    display:block;
    overflow:visible;
  }
  .mock-timeline .step-desc{
    display:block;
    margin-top:6px;
    font-size:13px;
    line-height:1.35;
    color:#c9c9c9;
  }
  .mock-info-card{
    height:auto;
    min-height:150px;
    padding:24px 24px 24px 88px;
  }
  .mock-info-icon{
    width:48px;
    height:48px;
    left:24px;
    top:25px;
  }
  .mock-info-card h3{font-size:20px;}
  .mock-info-card p,
  .mock-info-card li{
    font-size:14px!important;
    line-height:1.48!important;
  }
  .mock-info-card p{
    display:block;
    overflow:visible;
  }

  .mock-pay-card{
    height:auto;
    min-height:260px;
    padding:24px;
  }
  .mock-pay-card h2,
  .mock-pay-card h3{
    max-width:none;
    font-size:24px;
    margin-bottom:18px;
  }
  .mock-pay-card .wp-block-table table{font-size:14px;}
  .mock-pay-card .wp-block-table th,
  .mock-pay-card .wp-block-table td{
    padding:9px 10px;
    font-size:14px;
  }
  .mock-pay-card .mock-note p{
    font-size:14px;
    line-height:1.45;
    display:block;
    overflow:visible;
  }
  .mock-pay-card--steps ol.wp-block-list li{
    font-size:15px!important;
    line-height:1.45!important;
    margin-bottom:16px!important;
    padding-left:44px!important;
  }
  .mock-pay-card--steps li:before{
    width:28px;
    height:28px;
    font-size:13px;
  }

  .mock-casino-card{
    height:auto;
    min-height:220px;
    padding:24px 280px 24px 24px;
    border-radius:8px;
  }
  .mock-casino-card h2,
  .mock-casino-card h3{
    font-size:26px;
    margin-bottom:12px;
  }
  .mock-casino-card p{
    font-size:15px;
    line-height:1.48;
    display:block;
    overflow:visible;
  }
  .mock-casino-card img{
    width:260px;
    height:100%;
  }
  .mock-play-btn{
    height:38px;
    padding:0 22px;
    border-radius:7px;
    font-size:14px;
  }
  .mock-casino-games-list{
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:12px;
  }
  .mock-casino-games-list li{
    height:86px;
    font-size:14px!important;
  }
  .game-chip-icon{font-size:28px;}

  .mock-program-card{
    height:auto;
    min-height:140px;
    padding:24px 24px 24px 92px;
    border-radius:8px;
  }
  .mock-program-icon{
    width:52px;
    height:52px;
    left:24px;
    top:24px;
  }
  .mock-program-card h2{
    font-size:21px;
    margin-bottom:10px;
  }
  .mock-program-card p{
    font-size:14px!important;
    line-height:1.48!important;
    display:block;
    overflow:visible;
  }
  .mock-program-card--why_choose_khelraja p:before{
    font-size:14px;
    line-height:1.55;
  }

  .faq{gap:10px;}
  details.faq__row,
  details.faq__row:first-child,
  details.faq__row:last-child{
    border:1px solid #2c2c2c;
    border-radius:8px;
  }
  .faq__header{
    height:auto;
    min-height:58px;
    padding:0 18px;
  }
  .faq__title{
    font-size:16px;
    line-height:1.35;
  }
  .faq__body{padding:14px 18px 18px;}
  .faq__body p{font-size:15px;line-height:1.5;}

  .footer.mock-footer{
    padding:26px 0 0!important;
  }
  .mock-footer-grid{
    grid-template-columns:1.25fr 1fr 1fr 1.15fr;
    gap:32px;
    padding:0 0 24px!important;
  }
  .mock-footer-brand .footer__logo img{
    width:154px;
    height:40px;
  }
  .mock-footer-brand .footer__tagline{
    max-width:240px;
    font-size:14px;
  }
  .mock-footer-nav .footer__nav-title,
  .mock-footer-payments .footer__nav-title{
    font-size:15px;
    margin-bottom:12px;
  }
  .mock-footer-nav .footer__nav-list{gap:8px;}
  .mock-footer-nav .footer__nav-list a{font-size:13px;}
  .mock-payment-logos{
    grid-template-columns:repeat(3,58px);
    gap:8px;
  }
  .mock-payment-logos img,
  .mock-payment-logos span{
    width:58px;
    height:28px;
    font-size:11px;
  }
  .mock-footer-bottom{
    padding:14px 0!important;
  }
  .mock-footer-bottom p{
    font-size:12px;
  }
  .mock-footer-bottom strong{font-size:15px;}

  body:not(.home-page) .page-content{
    max-width:1200px;
    width:min(100% - 48px, 1200px);
    padding:32px 0 70px;
    row-gap:24px;
  }
  body:not(.home-page) .page-hero{
    padding:72px 0 56px;
  }
  body:not(.home-page) .page-hero h1{
    max-width:780px;
    font-size:clamp(38px,4vw,56px);
    line-height:1.06;
  }
  body:not(.home-page) .page-hero p{
    max-width:720px;
    font-size:17px;
  }
  body:not(.home-page) .tag-block{
    border-radius:8px;
    padding:28px;
  }
}

@media (max-width: 1120px) and (min-width: 701px){
  .container,
  .header .container,
  .footer.mock-footer .container,
  .main-screen.mock-home-hero .container,
  body:not(.home-page) .page-content{
    width:min(100% - 36px, 960px);
  }
  .main-screen__inner{
    grid-template-columns:1fr;
    gap:24px;
  }
  .mock-hero-art{
    min-height:0;
    max-height:420px;
  }
  .mock-icon-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
  .mock-games-gallery{grid-template-columns:repeat(3,minmax(0,1fr));}
  .mock-bonus-grid,
  .mock-pay-grid,
  .mock-casino-actions,
  .mock-program-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 700px){
  :root{
    --base-font-size:15px;
    --base-line-height:1.45;
    --base-button-height:42px;
  }
  body{font-size:15px;line-height:1.45;}
  .container,
  .header .container,
  .footer.mock-footer .container,
  .main-screen.mock-home-hero .container,
  body:not(.home-page) .page-content{
    width:auto;
    max-width:none;
    margin-inline:16px;
    padding:0;
  }

  .header{
    height:58px;
  }
  .header .container{height:100%;}
  .header__inner-wrapper{
    height:58px;
    gap:8px;
  }
  .header__logo img{
    width:112px;
    height:30px;
  }
  .header__buttons{gap:6px;}
  .header__buttons .btn--outline{display:none;}
  .header__buttons .btn{
    height:38px;
    min-height:38px;
    padding:0 13px;
    font-size:13px;
    border-radius:7px;
  }
  .burger{
    display:flex;
    margin-left:2px;
  }
  .header__menu{display:none!important;}
  .mobile-menu{top:58px;height:calc(100dvh - 58px);}

  .main-screen.mock-home-hero{
    min-height:0;
    padding:18px 0 20px;
  }
  .main-screen__inner{
    grid-template-columns:1fr;
    gap:16px;
    min-height:0;
  }
  .main-screen__content{padding-top:0;}
  .main-screen__title{
    max-width:none;
    font-size:clamp(33px,9vw,42px);
    line-height:1.04;
    margin-bottom:12px;
    letter-spacing:0;
  }
  .main-screen__desc{
    max-width:none;
    display:block;
    overflow:visible;
    font-size:14px;
    line-height:1.45;
    margin-bottom:16px;
  }
  .main-screen__buttons{
    flex-direction:column;
    gap:9px;
    align-items:stretch;
  }
  .main-screen__buttons .btn{
    width:100%;
    height:44px;
    min-height:44px;
    font-size:14px!important;
  }
  .mock-hero-art{
    position:relative;
    right:auto;
    top:auto;
    width:100%;
    height:auto;
    min-height:0;
    aspect-ratio:16/9;
    opacity:1;
    border:1px solid #292929;
    border-radius:8px;
    overflow:hidden;
    z-index:1;
  }
  .mock-hero-art img{
    width:100%;
    max-width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    transform:none;
  }

  .mock-top-panels{padding:14px 0 18px;}
  .mock-quick-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    margin-bottom:10px;
  }
  .mock-quick-card{
    height:58px;
    padding:0 12px;
    gap:10px;
  }
  .mock-quick-icon{
    width:34px;
    height:34px;
    font-size:22px;
  }
  .mock-quick-card strong{font-size:13px;}
  .mock-quick-card small{font-size:11px;margin-top:2px;}
  .mock-icon-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:8px;
  }
  .mock-icon-grid a{
    height:74px;
    gap:6px;
  }
  .mock-icon-grid .mi{font-size:24px;}
  .mock-icon-grid b{font-size:10px;}

  .mock-home-main .page-content{
    row-gap:16px;
    padding:0 0 34px;
  }
  .tag-block{
    background:linear-gradient(145deg,rgba(28,28,28,.94),rgba(13,13,13,.96));
    border:1px solid #2c2c2c;
    border-radius:8px;
    padding:16px;
  }
  .tag-block h2{
    font-size:20px;
    line-height:1.18;
    margin-bottom:12px;
    letter-spacing:0;
  }
  .tag-block h3{
    font-size:17px;
    line-height:1.22;
    margin-bottom:10px;
    letter-spacing:0;
  }
  .tag-block p{
    font-size:14px;
    line-height:1.48;
    color:#dedede;
  }

  .wp-block-table{overflow-x:auto;}
  .wp-block-table table{min-width:560px;}
  .mock-specs-table table{
    display:table;
    min-width:0;
    width:100%;
  }
  .mock-specs-table tbody{
    display:table-row-group;
    grid-auto-flow:row!important;
    grid-template-rows:none!important;
    grid-template-columns:none!important;
  }
  .mock-specs-table tr{display:table-row;border:0;}
  .mock-specs-table th,
  .mock-specs-table td{
    padding:10px 8px;
    font-size:12px;
    line-height:1.35;
    border-bottom:1px solid #303030;
  }
  .mock-specs-table th{
    width:38%;
    padding-left:28px;
  }
  .mock-specs-table th:before{
    left:8px;
    font-size:12px;
  }

  .mock-games-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .mock-game-card{
    height:auto;
    aspect-ratio:16/10;
  }
  .mock-game-card span{
    bottom:8px;
    font-size:12px;
  }

  .mock-bonus-grid,
  .mock-info-grid,
  .mock-pay-grid,
  .mock-casino-actions,
  .mock-program-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  .mock-bonus-card,
  .mock-bonus-card--2{
    height:auto;
    min-height:0;
    padding:16px;
  }
  .mock-bonus-card h3{font-size:18px;margin-bottom:8px;}
  .mock-bonus-card p{
    font-size:13px;
    line-height:1.42;
    display:block;
    overflow:visible;
  }
  .mock-bonus-card img,
  .mock-bonus-card--2 img{
    position:relative;
    inset:auto;
    width:100%;
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;
    mask-image:none;
    margin-top:12px;
    border-radius:8px;
  }
  .mock-bonus-card .wp-block-table table{min-width:0;font-size:12px;}
  .mock-bonus-card .wp-block-table tr,
  .mock-bonus-card--2 .wp-block-table tr{
    grid-template-columns:108px 1fr!important;
  }
  .mock-bonus-card--2 .wp-block-table td:last-child{display:none;}
  .mock-bonus-card .wp-block-table th,
  .mock-bonus-card .wp-block-table td{
    font-size:12px!important;
    line-height:1.3!important;
  }

  .mock-timeline .how-to__steps{
    grid-template-columns:1fr;
    gap:10px;
  }
  .mock-timeline .how-to__steps:before{display:none;}
  .mock-timeline .how-to__step{
    min-height:0;
    flex-direction:row;
    align-items:flex-start;
    text-align:left;
    padding:12px;
    border:1px solid #2c2c2c;
    border-radius:8px;
    background:#111;
  }
  .mock-timeline .step-num{
    width:34px;
    height:34px;
    font-size:14px;
  }
  .mock-timeline .step-title{
    font-size:14px;
    line-height:1.35;
    display:block;
    overflow:visible;
  }
  .mock-timeline .step-desc{
    display:block;
    margin-top:5px;
    font-size:12px;
    line-height:1.35;
    color:#c9c9c9;
  }
  .mock-info-card{
    height:auto;
    min-height:0;
    padding:16px 16px 16px 64px;
  }
  .mock-info-icon{
    width:36px;
    height:36px;
    left:14px;
    top:17px;
  }
  .mock-info-card h3{font-size:17px;}
  .mock-info-card p,
  .mock-info-card li{
    font-size:13px!important;
    line-height:1.42!important;
  }
  .mock-info-card p{
    display:block;
    overflow:visible;
  }

  .mock-pay-card{
    height:auto;
    min-height:0;
    padding:16px;
  }
  .mock-pay-card h2,
  .mock-pay-card h3{
    max-width:none;
    font-size:19px;
    margin-bottom:12px;
  }
  .mock-pay-card .wp-block-table table{font-size:12px;}
  .mock-pay-card .wp-block-table th,
  .mock-pay-card .wp-block-table td{
    padding:8px;
    font-size:12px;
  }
  .mock-pay-card .mock-note p{
    font-size:13px;
    line-height:1.42;
    display:block;
    overflow:visible;
  }
  .mock-pay-card--steps ol.wp-block-list li{
    font-size:13px!important;
    line-height:1.4!important;
    margin-bottom:12px!important;
    padding-left:36px!important;
  }
  .mock-pay-card--steps li:before{
    width:24px;
    height:24px;
  }

  .mock-casino-card{
    height:auto;
    min-height:0;
    padding:16px;
  }
  .mock-casino-card h2,
  .mock-casino-card h3{
    font-size:20px;
    margin-bottom:8px;
  }
  .mock-casino-card p{
    font-size:13px;
    line-height:1.42;
    display:block;
    overflow:visible;
  }
  .mock-casino-card img{
    position:relative;
    inset:auto;
    width:100%;
    height:auto;
    aspect-ratio:16/9;
    mask-image:none;
    border-radius:8px;
    margin-top:12px;
  }
  .mock-play-btn{
    height:36px;
    padding:0 18px;
    font-size:13px;
    border-radius:7px;
  }
  .mock-casino-games-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .mock-casino-games-list li{
    height:66px;
    font-size:12px!important;
  }

  .mock-program-card,
  .mock-program-card--why_choose_khelraja,
  .mock-program-card--responsible_gambling{
    height:auto;
    min-height:0;
    padding:16px;
  }
  .mock-program-card:not(.mock-program-card--why_choose_khelraja):not(.mock-program-card--responsible_gambling){
    padding-left:64px;
  }
  .mock-program-icon{
    width:36px;
    height:36px;
    left:14px;
    top:17px;
  }
  .mock-program-card h2{
    font-size:17px;
    margin-bottom:8px;
  }
  .mock-program-card p{
    font-size:13px!important;
    line-height:1.42!important;
    display:block;
    overflow:visible;
  }
  .mock-program-card--responsible_gambling .mock-program-icon{display:none;}
  .mock-program-card--responsible_gambling h2{display:block;}

  .faq{gap:8px;}
  details.faq__row,
  details.faq__row:first-child,
  details.faq__row:last-child{
    border:1px solid #2c2c2c;
    border-radius:8px;
  }
  .faq__header{
    height:auto;
    min-height:50px;
    padding:0 14px;
  }
  .faq__title{
    font-size:14px;
    line-height:1.3;
  }
  .faq__body{padding:12px 14px;}
  .faq__body p{font-size:13px;line-height:1.42;}

  .footer.mock-footer{
    padding:18px 0 0!important;
  }
  .mock-footer-grid{
    grid-template-columns:1fr;
    gap:18px;
    padding:0 0 18px!important;
  }
  .mock-footer-brand .footer__logo img{
    width:132px;
    height:34px;
  }
  .mock-footer-brand .footer__tagline{
    max-width:none;
    font-size:13px;
  }
  .mock-footer-nav .footer__nav-title,
  .mock-footer-payments .footer__nav-title{
    font-size:14px;
    margin-bottom:9px;
  }
  .mock-footer-nav .footer__nav-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px 16px;
  }
  .mock-footer-nav .footer__nav-list a{font-size:12px;}
  .mock-payment-logos{
    grid-template-columns:repeat(4,58px);
    gap:8px;
  }
  .mock-payment-logos img,
  .mock-payment-logos span{
    width:58px;
    height:28px;
    font-size:11px;
  }
  .mock-footer-bottom{
    display:block;
    padding:12px 0!important;
  }
  .mock-footer-bottom p{
    font-size:11px;
    line-height:1.4;
  }
  .mock-footer-bottom p+p{margin-top:8px;}

  body:not(.home-page) .page-hero{
    padding:34px 0 28px;
  }
  body:not(.home-page) .page-hero h1{
    font-size:clamp(28px,8vw,38px);
    line-height:1.08;
  }
  body:not(.home-page) .page-hero p{
    font-size:14px;
  }
  body:not(.home-page) .page-content{
    padding:18px 0 38px;
    row-gap:16px;
  }
  body:not(.home-page) .tag-block{
    border-radius:8px;
    padding:16px;
  }
  .split-block,
  .split-block--reverse{
    grid-template-columns:1fr;
    direction:ltr;
  }
  .img-gallery--2,
  .img-gallery--3{
    grid-template-columns:1fr;
  }
}

@media (max-width: 380px){
  .container,
  .header .container,
  .footer.mock-footer .container,
  .main-screen.mock-home-hero .container,
  body:not(.home-page) .page-content{
    margin-inline:12px;
  }
  .mock-icon-grid,
  .mock-games-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .header__buttons .btn{
    padding:0 10px;
    font-size:12px;
  }
}

/* Mobile drawer should not create desktop or mobile horizontal overflow. */
html{overflow-x:hidden;}
.mobile-menu{
  left:0;
  right:auto!important;
  max-width:100vw;
  transform:translateX(105%);
  transition:transform var(--transition-duration);
}
.mobile-menu.mobile-menu--active{
  right:auto!important;
  transform:translateX(0);
}
@media (min-width:701px){
  .mobile-menu{display:none!important;}
}
@media (max-width:700px){
  .mobile-menu:not(.mobile-menu--active){display:none;}
  .mobile-menu.mobile-menu--active{display:flex;}
  .mock-games-gallery.img-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .mock-pay-card .wp-block-table table{
    min-width:0!important;
    table-layout:fixed;
  }
  .mock-pay-card .wp-block-table th,
  .mock-pay-card .wp-block-table td{
    padding:7px 5px!important;
    font-size:11px!important;
    word-break:normal;
    overflow-wrap:anywhere;
  }
}

/* Visual composition pass: richer hero and stable image cards. */
@media (min-width:701px){
  .main-screen.mock-home-hero{
    padding:52px 0 48px;
  }
  .main-screen.mock-home-hero .container{
    width:min(100% - 56px, 1320px);
    max-width:1320px;
  }
  .main-screen__inner{
    grid-template-columns:minmax(430px,.82fr) minmax(650px,1.18fr);
    gap:48px;
    min-height:500px;
  }
  .main-screen__title{
    font-size:clamp(52px,4.9vw,76px);
  }
  .mock-hero-art{
    position:relative;
    min-height:430px;
    height:clamp(430px,32vw,500px);
    width:calc(100% + 70px);
    margin-right:-70px;
    border-radius:12px;
    box-shadow:0 28px 80px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.08);
  }
  .mock-hero-art:after{
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(90deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.22) 28%,transparent 58%),
      linear-gradient(180deg,transparent 62%,rgba(0,0,0,.22) 100%);
    pointer-events:none;
  }
  .mock-hero-art img{
    object-position:64% center;
    transform:scale(1.075);
    transform-origin:center;
  }

  .mock-bonus-card,
  .mock-casino-card{
    isolation:isolate;
  }
  .mock-bonus-card > :not(img),
  .mock-casino-card > :not(img){
    position:relative;
    z-index:2;
  }
  .mock-bonus-card:after,
  .mock-casino-card:after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:linear-gradient(90deg,rgba(20,20,20,.98) 0%,rgba(20,20,20,.92) 34%,rgba(20,20,20,.55) 58%,rgba(20,20,20,.08) 100%);
  }
  .mock-bonus-card{
    min-height:300px;
    padding:28px 48% 26px 28px;
  }
  .mock-bonus-card--2{
    padding-right:48%;
  }
  .mock-bonus-card img,
  .mock-bonus-card--2 img{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:50%;
    height:100%;
    z-index:0;
    object-fit:cover;
    mask-image:none;
    opacity:.96;
    transform:scale(1.055);
    transform-origin:center;
  }
  .mock-bonus-card--1 img{object-position:72% center;}
  .mock-bonus-card--2 img{object-position:66% center;}

  .mock-casino-card{
    min-height:250px;
    padding:30px 50% 30px 28px;
  }
  .mock-casino-card img{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:52%;
    height:100%;
    z-index:0;
    object-fit:cover;
    object-position:center;
    mask-image:none;
    opacity:.96;
    transform:scale(1.045);
    transform-origin:center;
  }
  .mock-casino-card--slots img{object-position:63% center;}
  .mock-casino-card--live img{object-position:66% center;}
  .mock-play-btn{
    min-width:124px;
    color:#fff!important;
    font-size:14px!important;
    font-weight:900;
    text-indent:0;
    box-shadow:0 10px 26px rgba(201,48,44,.22);
  }
}

@media (max-width:1120px) and (min-width:701px){
  .main-screen.mock-home-hero .container{
    width:min(100% - 36px, 960px);
    max-width:960px;
  }
  .main-screen__inner{
    grid-template-columns:1fr;
    gap:28px;
  }
  .mock-hero-art{
    width:100%;
    margin-right:0;
    height:auto;
  }
}

/* Site uplift pass: clearer hierarchy, richer cards, better interactions. */
:root{
  --kr-gold:#d6a85f;
  --kr-green:#087640;
  --surface-hi:rgba(255,255,255,.075);
  --shadow-deep:0 22px 60px rgba(0,0,0,.36);
}
::selection{
  background:rgba(201,48,44,.45);
  color:#fff;
}
a,
button,
.btn,
.content-button,
.mock-play-btn{
  -webkit-tap-highlight-color:transparent;
}
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.content-button:focus-visible,
.mock-play-btn:focus-visible,
summary:focus-visible{
  outline:2px solid var(--kr-gold);
  outline-offset:3px;
}
.btn,
.content-button,
.mock-play-btn,
.mock-quick-card,
.mock-icon-grid a,
.mock-game-card,
.mock-bonus-card,
.mock-casino-card,
.mock-info-card,
.mock-pay-card,
.mock-program-card,
details.faq__row{
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease,opacity .2s ease;
}
.btn--primary,
.content-button,
.mock-play-btn{
  background:linear-gradient(180deg,#df4c43 0%,#c23630 54%,#a82420 100%)!important;
  border-color:rgba(255,255,255,.08)!important;
  box-shadow:0 12px 28px rgba(201,48,44,.28),inset 0 1px 0 rgba(255,255,255,.2);
}
.btn--secondary,
.btn--outline{
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(0,0,0,.18))!important;
  border-color:rgba(255,255,255,.24)!important;
}
.btn:hover,
.content-button:hover,
.mock-play-btn:hover{
  opacity:1;
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(201,48,44,.32),inset 0 1px 0 rgba(255,255,255,.2);
}
.header{
  backdrop-filter:blur(14px) saturate(1.1);
}
.header__logo img{
  filter:drop-shadow(0 4px 12px rgba(214,168,95,.16));
}
.main-menu__list>li>a{
  position:relative;
  border-radius:6px;
}
.main-menu__list>li>a:after{
  content:"";
  position:absolute;
  left:15px;
  right:15px;
  bottom:8px;
  height:2px;
  border-radius:2px;
  background:linear-gradient(90deg,var(--kr-gold),#c9302c);
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .2s ease;
}
.main-menu__list>li>a:hover,
.main-menu__list>li>a[aria-current="page"]{
  color:#fff;
  background:rgba(255,255,255,.035);
}
.main-menu__list>li>a:hover:after,
.main-menu__list>li>a[aria-current="page"]:after{
  transform:scaleX(1);
}

@media (min-width:701px){
  .main-screen.mock-home-hero{
    position:relative;
    background:
      linear-gradient(90deg,rgba(6,6,6,.98) 0%,rgba(8,8,8,.9) 42%,rgba(26,9,7,.62) 78%,rgba(8,8,8,.92) 100%),
      linear-gradient(180deg,#0b0b0b 0%,#080808 100%);
  }
  .main-screen.mock-home-hero:after{
    display:block;
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(214,168,95,.42),rgba(201,48,44,.32),transparent);
  }
  .main-screen__content{
    max-width:560px;
  }
  .main-screen__title{
    text-shadow:0 12px 42px rgba(0,0,0,.42);
  }
  .main-screen__title span{
    color:#df473f;
  }
  .mock-hero-art{
    border-color:rgba(255,255,255,.16);
    background:#070707;
  }
  .mock-hero-art:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    box-shadow:inset 0 0 0 1px rgba(214,168,95,.12),inset 0 -90px 130px rgba(0,0,0,.28);
  }
  .mock-hero-art:after{
    z-index:2;
  }
  .mock-hero-art img{
    filter:saturate(1.08) contrast(1.05);
  }
  .mock-top-panels{
    position:relative;
    z-index:5;
    margin-top:-18px;
  }
  .mock-quick-card,
  .mock-icon-grid a{
    position:relative;
    overflow:hidden;
  }
  .mock-quick-card:after,
  .mock-icon-grid a:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(214,168,95,.35),transparent);
    opacity:.65;
  }
  .mock-quick-card:hover,
  .mock-icon-grid a:hover,
  .mock-game-card:hover,
  .mock-bonus-card:hover,
  .mock-casino-card:hover{
    transform:translateY(-2px);
    border-color:rgba(214,168,95,.32);
    box-shadow:var(--shadow-deep),inset 0 1px 0 rgba(255,255,255,.07);
  }
  .mock-icon-grid a:hover .mi{
    color:var(--kr-gold);
  }
  .mock-home-main .page-content{
    row-gap:32px;
  }
  .tag-block{
    position:relative;
    overflow:hidden;
    box-shadow:0 18px 46px rgba(0,0,0,.18);
  }
  .tag-block:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:1px;
    background:linear-gradient(90deg,rgba(201,48,44,.55),rgba(214,168,95,.35),transparent);
  }
  .tag-block h2,
  .tag-block h3{
    color:#f0f0f0;
  }
  .wp-block-table th,
  .wp-block-table td{
    border-color:rgba(255,255,255,.12);
  }
  .mock-specs-table table,
  .mock-pay-card .wp-block-table table{
    overflow:hidden;
  }
  .mock-specs-table tr:nth-child(odd) th,
  .mock-specs-table tr:nth-child(odd) td,
  .mock-pay-card tbody tr:nth-child(odd) th,
  .mock-pay-card tbody tr:nth-child(odd) td{
    background:rgba(255,255,255,.018);
  }
  .mock-game-card img{
    transition:transform .32s ease,filter .32s ease;
  }
  .mock-game-card:hover img{
    transform:scale(1.045);
    filter:saturate(1.16) contrast(1.08);
  }
  .mock-game-card span{
    text-shadow:0 2px 10px rgba(0,0,0,.8);
  }
  .mock-bonus-card h3{
    color:#ef4f47;
  }
  .mock-bonus-card,
  .mock-casino-card{
    box-shadow:0 18px 44px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.055);
  }
  .mock-bonus-card:after,
  .mock-casino-card:after{
    background:
      linear-gradient(90deg,rgba(18,18,18,.99) 0%,rgba(18,18,18,.93) 35%,rgba(18,18,18,.58) 59%,rgba(18,18,18,.1) 100%),
      linear-gradient(180deg,rgba(255,255,255,.04),transparent 28%);
  }
  .mock-info-icon,
  .mock-program-icon{
    box-shadow:0 10px 24px rgba(201,48,44,.18),inset 0 1px 0 rgba(255,255,255,.18);
  }
  .mock-info-card:hover,
  .mock-pay-card:hover,
  .mock-program-card:hover,
  details.faq__row:hover{
    border-color:rgba(255,255,255,.2);
    box-shadow:0 16px 38px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.06);
  }
  .mock-casino-games-list li{
    transition:transform .2s ease,border-color .2s ease,background .2s ease;
  }
  .mock-casino-games-list li:hover{
    transform:translateY(-1px);
    border-color:rgba(214,168,95,.28);
    background:linear-gradient(145deg,rgba(36,36,36,.96),rgba(14,14,14,.98));
  }
}

@media (max-width:700px){
  .header{
    position:sticky;
    top:0;
    z-index:1000;
    background:rgba(12,12,12,.96);
    border-bottom-color:rgba(255,255,255,.1);
  }
  .main-screen.mock-home-hero{
    background:
      linear-gradient(180deg,rgba(10,10,10,.98),rgba(9,9,9,.9) 62%,rgba(25,9,7,.72)),
      #080808;
  }
  .main-screen__title{
    text-shadow:0 10px 32px rgba(0,0,0,.38);
  }
  .mock-hero-art{
    box-shadow:0 16px 38px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08);
  }
  .mock-quick-card,
  .mock-icon-grid a,
  .mock-game-card,
  .tag-block{
    box-shadow:0 10px 28px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.045);
  }
  .mock-icon-grid a:active,
  .mock-game-card:active,
  .btn:active,
  .content-button:active,
  .mock-play-btn:active{
    transform:translateY(1px);
  }
  .mock-game-card img,
  .mock-bonus-card img,
  .mock-casino-card img{
    filter:saturate(1.08) contrast(1.04);
  }
  .mock-bonus-card img,
  .mock-casino-card img{
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  }
  .mock-bonus-card h3{
    color:#ef4f47;
  }
  .wp-block-table{
    border-radius:8px;
  }
  .mock-play-btn{
    min-width:116px;
  }
}

@media (prefers-reduced-motion:reduce){
  *,
  *:before,
  *:after{
    scroll-behavior:auto!important;
    transition-duration:.001ms!important;
    animation-duration:.001ms!important;
  }
}

/* Frontend-design skill pass: premium editorial iGaming direction. */
:root{
  --kr-ink:#060606;
  --kr-panel:#11100e;
  --kr-panel-2:#181512;
  --kr-red:#d43b33;
  --kr-red-hot:#ef554b;
  --kr-gold-soft:#f0cf89;
  --kr-gold-deep:#9d6e2f;
  --kr-felt:#0a4f31;
  --kr-line:rgba(240,207,137,.2);
  --kr-display:"Fraunces",Georgia,serif;
  --kr-body:"Bricolage Grotesque",Inter,Arial,sans-serif;
}
body{
  font-family:var(--kr-body);
  letter-spacing:0!important;
  background:
    linear-gradient(90deg,rgba(240,207,137,.025) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(135deg,#050505 0%,#090807 32%,#130908 64%,#060606 100%);
  background-size:38px 38px,38px 38px,auto;
}
h1,h2,h3,
.main-screen__title,
.tag-block h2,
.tag-block h3,
.mock-game-card span,
.mock-bonus-card h3,
.mock-casino-card h2,
.mock-casino-card h3{
  font-family:var(--kr-display);
  letter-spacing:0!important;
}
.btn,
.content-button,
.mock-play-btn{
  position:relative;
  overflow:hidden;
}
.btn:before,
.content-button:before,
.mock-play-btn:before{
  content:"";
  position:absolute;
  inset:-1px auto -1px -42%;
  width:34%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);
  transform:skewX(-18deg);
  transition:left .45s ease;
  pointer-events:none;
}
.btn:hover:before,
.content-button:hover:before,
.mock-play-btn:hover:before{
  left:112%;
}
.btn--primary,
.content-button,
.mock-play-btn{
  background:
    linear-gradient(180deg,var(--kr-red-hot),#c5332d 56%,#941e1b)!important;
  border-color:rgba(240,207,137,.28)!important;
}
.btn--secondary,
.btn--outline{
  box-shadow:inset 0 0 0 1px rgba(240,207,137,.08),0 10px 28px rgba(0,0,0,.2);
}

@media (min-width:701px){
  .header{
    background:rgba(7,7,7,.9);
    border-bottom-color:rgba(240,207,137,.16);
  }
  .header__menu{
    background:linear-gradient(180deg,rgba(16,15,13,.96),rgba(8,8,8,.96));
  }
  .main-screen.mock-home-hero{
    padding:64px 0 58px;
    background:
      linear-gradient(115deg,rgba(5,5,5,1) 0%,rgba(7,7,7,.96) 36%,rgba(33,12,9,.74) 62%,rgba(9,9,8,.92) 100%),
      repeating-linear-gradient(135deg,rgba(240,207,137,.05) 0 1px,transparent 1px 18px);
  }
  .main-screen.mock-home-hero:before{
    display:block;
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:100%;
    pointer-events:none;
    background:
      linear-gradient(90deg,rgba(240,207,137,.08),transparent 12%,transparent 88%,rgba(240,207,137,.06)),
      linear-gradient(180deg,rgba(255,255,255,.035),transparent 18%,transparent 78%,rgba(0,0,0,.25));
  }
  .main-screen__inner{
    grid-template-columns:minmax(420px,.78fr) minmax(680px,1.22fr);
    gap:56px;
  }
  .main-screen__content:before{
    content:"KHELRAJA INDIA";
    display:block;
    width:max-content;
    margin:0 0 16px;
    padding:6px 10px;
    border:1px solid rgba(240,207,137,.24);
    border-radius:999px;
    color:var(--kr-gold-soft);
    font:800 11px/1 var(--kr-body);
    letter-spacing:0!important;
    background:rgba(240,207,137,.06);
  }
  .main-screen__title{
    font-size:clamp(58px,5.7vw,88px);
    line-height:.95;
  }
  .main-screen__title span{
    color:transparent;
    background:linear-gradient(180deg,#ff675f 0%,#d43b33 54%,#9f211d 100%);
    -webkit-background-clip:text;
    background-clip:text;
  }
  .main-screen__desc{
    max-width:560px;
    font-size:18px;
  }
  .mock-hero-art{
    height:clamp(470px,34vw,560px);
    width:calc(100% + 94px);
    margin-right:-94px;
    border-radius:0 0 0 34px;
    border:1px solid rgba(240,207,137,.22);
    box-shadow:0 36px 110px rgba(0,0,0,.58),inset 0 1px 0 rgba(255,255,255,.08);
    clip-path:polygon(6% 0,100% 0,100% 100%,0 100%,0 9%);
  }
  .mock-hero-art:before{
    box-shadow:inset 0 0 0 1px rgba(240,207,137,.14),inset 0 -120px 160px rgba(0,0,0,.34);
  }
  .mock-hero-art:after{
    background:
      linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.32) 24%,transparent 56%),
      linear-gradient(135deg,rgba(240,207,137,.12),transparent 24%,transparent 72%,rgba(212,59,51,.12));
  }
  .mock-hero-art img{
    object-position:66% center;
    transform:scale(1.1);
  }
  .mock-top-panels{
    margin-top:-30px;
  }
  .mock-quick-card,
  .mock-icon-grid a,
  .tag-block,
  .mock-bonus-card,
  .mock-casino-card,
  .mock-info-card,
  .mock-pay-card,
  .mock-program-card,
  details.faq__row{
    background:
      linear-gradient(145deg,rgba(31,28,23,.96),rgba(11,11,10,.98)),
      repeating-linear-gradient(135deg,rgba(240,207,137,.04) 0 1px,transparent 1px 22px);
    border-color:rgba(240,207,137,.16);
  }
  .mock-quick-card:nth-child(2),
  .mock-quick-card:nth-child(4){
    transform:translateY(10px);
  }
  .mock-icon-grid a:nth-child(2n){
    transform:translateY(8px);
  }
  .mock-quick-card:hover,
  .mock-icon-grid a:hover{
    transform:translateY(-3px);
  }
  .mock-icon-grid a:nth-child(2n):hover{
    transform:translateY(4px);
  }
  .mock-games-gallery{
    gap:16px;
  }
  .mock-game-card{
    border-color:rgba(240,207,137,.18);
    clip-path:polygon(0 0,100% 0,100% 88%,92% 100%,0 100%);
  }
  .mock-game-card:nth-child(2),
  .mock-game-card:nth-child(7){
    transform:translateY(16px);
  }
  .mock-game-card:hover{
    transform:translateY(-3px);
  }
  .mock-game-card:nth-child(2):hover,
  .mock-game-card:nth-child(7):hover{
    transform:translateY(10px);
  }
  .mock-game-card:before{
    background:
      linear-gradient(180deg,transparent 28%,rgba(0,0,0,.82)),
      linear-gradient(135deg,rgba(240,207,137,.18),transparent 34%);
  }
  .mock-game-card span{
    font-size:18px;
  }
  .tag-block{
    padding:30px;
  }
  .tag-block:before{
    height:2px;
    background:linear-gradient(90deg,var(--kr-red),var(--kr-gold-soft),transparent 70%);
  }
  .tag-block h2{
    font-size:30px;
  }
  .mock-specs-table th:before{
    color:var(--kr-gold-soft);
  }
  .mock-bonus-card,
  .mock-casino-card{
    border-radius:12px;
    clip-path:polygon(0 0,96% 0,100% 8%,100% 100%,0 100%);
  }
  .mock-bonus-card{
    min-height:330px;
    padding:32px 49% 30px 30px;
  }
  .mock-bonus-card h3{
    font-size:28px;
  }
  .mock-casino-card{
    min-height:280px;
    padding:32px 51% 32px 30px;
  }
  .mock-casino-card h2,
  .mock-casino-card h3{
    font-size:31px;
  }
  .mock-bonus-card img,
  .mock-casino-card img{
    filter:saturate(1.14) contrast(1.08);
  }
  .mock-program-icon,
  .mock-info-icon,
  .step-num{
    background:linear-gradient(180deg,var(--kr-red-hot),#9f211d)!important;
    border-color:rgba(240,207,137,.26)!important;
  }
  .faq__header{
    cursor:pointer;
  }
}

@media (max-width:1120px) and (min-width:701px){
  .main-screen__inner{
    grid-template-columns:1fr;
  }
  .mock-hero-art{
    width:100%;
    margin-right:0;
    clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
    border-radius:14px;
  }
  .mock-quick-card:nth-child(2),
  .mock-quick-card:nth-child(4),
  .mock-icon-grid a:nth-child(2n),
  .mock-game-card:nth-child(2),
  .mock-game-card:nth-child(7){
    transform:none;
  }
}

@media (max-width:700px){
  body{
    background-size:30px 30px,30px 30px,auto;
  }
  .main-screen.mock-home-hero{
    padding:22px 0 24px;
  }
  .main-screen__content:before{
    content:"KHELRAJA INDIA";
    display:inline-flex;
    margin:0 0 12px;
    padding:5px 9px;
    border:1px solid rgba(240,207,137,.22);
    border-radius:999px;
    color:var(--kr-gold-soft);
    font:800 10px/1 var(--kr-body);
    background:rgba(240,207,137,.06);
  }
  .main-screen__title{
    font-size:clamp(36px,10.4vw,48px);
    line-height:.98;
  }
  .main-screen__title span{
    color:#ef554b;
  }
  .mock-hero-art{
    border-color:rgba(240,207,137,.2);
    border-radius:12px;
  }
  .tag-block{
    border-color:rgba(240,207,137,.16);
  }
  .tag-block h2{
    font-size:22px;
  }
  .mock-game-card{
    border-color:rgba(240,207,137,.18);
  }
  .mock-game-card span{
    font-size:13px;
  }
  .mock-bonus-card,
  .mock-casino-card{
    border-color:rgba(240,207,137,.16);
  }
}

/* Hero correction: make the right photo part of the section background. */
@media (min-width:701px){
  .main-screen.mock-home-hero{
    position:relative;
    min-height:650px;
    padding:58px 0 96px;
    overflow:hidden;
    background:
      linear-gradient(90deg,rgba(5,5,5,1) 0%,rgba(5,5,5,.96) 31%,rgba(5,5,5,.72) 47%,rgba(5,5,5,.2) 70%,rgba(5,5,5,.58) 100%),
      linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.34)),
      url("/images/photo-hero.jpg") right center/auto 100% no-repeat,
      #070707;
  }
  .main-screen.mock-home-hero:before{
    display:block;
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
      linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.86) 29%,rgba(0,0,0,.52) 49%,rgba(0,0,0,.04) 73%,rgba(0,0,0,.5) 100%),
      radial-gradient(circle at 72% 42%,rgba(212,59,51,.22),transparent 42%),
      repeating-linear-gradient(135deg,rgba(240,207,137,.045) 0 1px,transparent 1px 22px);
    z-index:1;
  }
  .main-screen.mock-home-hero:after{
    display:block;
    content:"";
    position:absolute;
    inset:auto 0 0 0;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(240,207,137,.36),rgba(212,59,51,.28),transparent);
    z-index:3;
  }
  .main-screen.mock-home-hero .container{
    position:relative;
    z-index:2;
  }
  .main-screen__inner{
    display:block;
    min-height:470px;
  }
  .main-screen__content{
    width:min(48vw,610px);
    max-width:610px;
    padding:22px 0 0;
  }
  .main-screen__content:after{
    content:"";
    position:absolute;
    z-index:-1;
    left:-80px;
    top:0;
    bottom:-42px;
    width:calc(100% + 150px);
    background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.52) 64%,transparent);
    filter:blur(.2px);
  }
  .mock-hero-art{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    clip-path:none!important;
    box-shadow:none!important;
    background:transparent!important;
    pointer-events:none;
    z-index:0;
  }
  .mock-hero-art img{
    display:none!important;
  }
  .mock-hero-art:before,
  .mock-hero-art:after{
    display:none!important;
  }
  .main-screen__title{
    font-size:clamp(54px,5.25vw,82px);
    line-height:.98;
    margin-bottom:22px;
    padding-bottom:8px;
  }
}

@media (max-width:1120px) and (min-width:701px){
  .main-screen.mock-home-hero{
    background:
      linear-gradient(90deg,rgba(5,5,5,1) 0%,rgba(5,5,5,.9) 38%,rgba(5,5,5,.36) 72%,rgba(5,5,5,.72) 100%),
      url("/images/photo-hero.jpg") center center/cover no-repeat,
      #070707;
  }
  .main-screen__content{
    width:min(620px,72vw);
  }
}

@media (max-width:700px){
  .main-screen.mock-home-hero{
    background:
      linear-gradient(180deg,rgba(5,5,5,.78) 0%,rgba(5,5,5,.96) 56%,rgba(5,5,5,1) 100%),
      url("/images/photo-hero.jpg") center top/cover no-repeat,
      #070707;
  }
  .mock-hero-art{
    display:none!important;
  }
}

/* Semantic category icons: fixed rhythm, no uneven glyph jumping. */
.mock-quick-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}
.mock-quick-card{
  height:auto;
  min-height:76px;
  padding:0 22px;
  gap:16px;
  transform:none!important;
}
.mock-quick-card:hover{
  transform:translateY(-2px)!important;
}
.mock-quick-icon,
.mock-quick-icon.mock-upi{
  position:relative;
  width:44px;
  height:44px;
  flex:0 0 44px;
  border:1px solid rgba(240,207,137,.16);
  border-radius:50%;
  background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.12),transparent 36%),#050505;
  color:#fff;
  font-size:0;
  font-style:normal;
  letter-spacing:0;
  overflow:hidden;
}
.mock-quick-icon:before{
  content:"";
  position:absolute;
  inset:0;
  margin:auto;
  width:24px;
  height:24px;
  background:#fff;
  -webkit-mask-position:center;mask-position:center;
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
  -webkit-mask-size:contain;mask-size:contain;
}
.mock-quick-icon:after{content:none!important;display:none!important;}
.mock-quick-card:nth-child(1) .mock-quick-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%204h12M6%209h12M9%204c4%200%205%205%200%205%22%2F%3E%3Cpath%20d%3D%22M6%209c6%200%208%201%205%206l-2%205%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%204h12M6%209h12M9%204c4%200%205%205%200%205%22%2F%3E%3Cpath%20d%3D%22M6%209c6%200%208%201%205%206l-2%205%22%2F%3E%3C%2Fsvg%3E");}
.mock-quick-card:nth-child(3) .mock-quick-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolygon%20points%3D%2213%202%203%2014%2012%2014%2011%2022%2021%2010%2012%2010%2013%202%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolygon%20points%3D%2213%202%203%2014%2012%2014%2011%2022%2021%2010%2012%2010%2013%202%22%2F%3E%3C%2Fsvg%3E");}
.mock-quick-card:nth-child(4) .mock-quick-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%2014a8%208%200%200%201%2016%200%22%2F%3E%3Cpath%20d%3D%22M2%2014h3v6H4a2%202%200%200%201-2-2v-2a2%202%200%200%201%202-2z%22%2F%3E%3Cpath%20d%3D%22M22%2014h-3v6h1a2%202%200%200%200%202-2v-2a2%202%200%200%200-2-2z%22%2F%3E%3Cpath%20d%3D%22M19%2020v1a3%203%200%200%201-3%203h-2%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%2014a8%208%200%200%201%2016%200%22%2F%3E%3Cpath%20d%3D%22M2%2014h3v6H4a2%202%200%200%201-2-2v-2a2%202%200%200%201%202-2z%22%2F%3E%3Cpath%20d%3D%22M22%2014h-3v6h1a2%202%200%200%200%202-2v-2a2%202%200%200%200-2-2z%22%2F%3E%3Cpath%20d%3D%22M19%2020v1a3%203%200%200%201-3%203h-2%22%2F%3E%3C%2Fsvg%3E");}
/* UPI stays as brand text */
.mock-quick-card:nth-child(2) .mock-quick-icon:before{
  content:"UPI";
  inset:0;margin:0;width:auto;height:auto;
  display:flex;align-items:center;justify-content:center;
  background:none;-webkit-mask-image:none;mask-image:none;
  font:900 italic 15px/1 var(--kr-body);
  color:#fff;
}

.mock-icon-grid{
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}
.mock-icon-grid a{
  height:auto;
  min-height:104px;
  padding:15px 10px 13px;
  display:grid;
  grid-template-rows:46px minmax(28px,auto);
  place-items:center;
  gap:9px;
  transform:none!important;
}
.mock-icon-grid a:hover{
  transform:translateY(-2px)!important;
}
.mock-icon-grid .mi{
  position:relative;
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 46px;
  border-radius:15px;
  background:
    linear-gradient(155deg,rgba(255,255,255,.06),rgba(255,255,255,.02)),
    rgba(8,8,8,.6);
  border:1px solid rgba(255,255,255,.1);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 22px rgba(0,0,0,.32);
  color:#f2f2f2;
  font-size:0;
  line-height:1;
  opacity:1;
  overflow:hidden;
  transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease;
}
.mock-icon-grid .mi svg{
  width:26px;
  height:26px;
  display:block;
}
.mock-icon-grid .mi svg .acc{
  color:var(--kr-gold);
}
.mock-icon-grid a:hover .mi{
  color:#fff;
  border-color:rgba(214,168,95,.4);
  background:
    linear-gradient(155deg,rgba(240,207,137,.14),rgba(240,207,137,.03)),
    rgba(8,8,8,.6);
  transform:translateY(-1px);
}
.mock-icon-grid b{
  min-height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  max-width:100%;
  font-size:12px;
  line-height:1.15;
  text-wrap:balance;
}
@media (max-width:1120px){
  .mock-quick-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .mock-icon-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}

@media (max-width:700px){
  .mock-quick-grid{
    gap:10px;
  }
  .mock-quick-card{
    min-height:68px;
    padding:0 12px;
    gap:11px;
  }
  .mock-quick-icon,
  .mock-quick-icon.mock-upi{
    width:38px;
    height:38px;
    flex-basis:38px;
  }
  .mock-icon-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .mock-icon-grid a{
    min-height:94px;
    padding:13px 8px 11px;
  }
  .mock-icon-grid b{
    font-size:12px;
  }
}

/* Hero title safety: keep display-font descenders clear of the paragraph. */
@media (min-width:701px){
  .main-screen.mock-home-hero{
    min-height:690px;
    padding-top:46px;
    padding-bottom:118px;
  }
  .main-screen__inner{
    min-height:520px;
  }
  .main-screen__content{
    padding-top:4px;
  }
  .main-screen__title{
    line-height:1.045;
    margin-bottom:38px;
    padding-bottom:20px;
    overflow:visible;
  }
  .main-screen__desc{
    position:relative;
    z-index:2;
    margin-top:0;
  }
}

@media (max-width:1120px) and (min-width:701px){
  .main-screen.mock-home-hero{
    min-height:660px;
  }
  .main-screen__title{
    margin-bottom:34px;
    padding-bottom:18px;
  }
}

@media (max-width:700px){
  .main-screen__title{
    line-height:1.04;
    margin-bottom:22px;
    padding-bottom:12px;
    overflow:visible;
  }
}

/* Info-card icons: high-contrast symbols on red tiles. */
.mock-info-icon{
  color:transparent!important;
  font-size:0!important;
  border:1px solid rgba(240,207,137,.32)!important;
  border-radius:8px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.16),transparent 34%),
    linear-gradient(180deg,#ef554b,#a92520)!important;
  box-shadow:
    0 14px 30px rgba(201,48,44,.26),
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 0 0 1px rgba(255,255,255,.08)!important;
}
.mock-info-icon:before,
.mock-info-icon:after{
  content:"";
  position:absolute;
  display:block;
}
.mock-info-icon:before{content:"";position:absolute;inset:0;margin:auto;width:22px;height:22px;background:#fff;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;}
.mock-info-icon:after{content:none!important;display:none!important;}
.mock-info-card--verify .mock-info-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%2022s8-4%208-10V5l-8-3-8%203v7c0%206%208%2010%208%2010z%22%2F%3E%3Cpath%20d%3D%22m9%2012%202%202%204-4%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%2022s8-4%208-10V5l-8-3-8%203v7c0%206%208%2010%208%2010z%22%2F%3E%3Cpath%20d%3D%22m9%2012%202%202%204-4%22%2F%3E%3C%2Fsvg%3E");}
.mock-info-card--login .mock-info-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M15%203h4a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202h-4%22%2F%3E%3Cpolyline%20points%3D%2210%2017%2015%2012%2010%207%22%2F%3E%3Cline%20x1%3D%2215%22%20y1%3D%2212%22%20x2%3D%223%22%20y2%3D%2212%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M15%203h4a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202h-4%22%2F%3E%3Cpolyline%20points%3D%2210%2017%2015%2012%2010%207%22%2F%3E%3Cline%20x1%3D%2215%22%20y1%3D%2212%22%20x2%3D%223%22%20y2%3D%2212%22%2F%3E%3C%2Fsvg%3E");}

@media (max-width:700px){
  .mock-info-icon{
    border-radius:7px!important;
  }
}

/* Program cards: replace placeholder diamonds with readable semantic marks. */
.mock-program-grid{
  gap:18px;
  align-items:stretch;
}
.mock-program-card,
.mock-program-card--why_choose_khelraja,
.mock-program-card--responsible_gambling{
  position:relative;
  min-height:230px;
  padding:32px 34px 30px 116px!important;
  overflow:hidden;
  display:block;
}
.mock-program-card:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 14% 18%,rgba(240,207,137,.08),transparent 28%),
    linear-gradient(135deg,rgba(255,255,255,.045),transparent 36%);
}
.mock-program-icon,
.mock-program-card--why_choose_khelraja .mock-program-icon,
.mock-program-card--responsible_gambling .mock-program-icon{
  display:block!important;
  position:absolute;
  left:30px;
  top:32px;
  width:58px;
  height:58px;
  border-radius:14px!important;
  border:1px solid rgba(240,207,137,.32)!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.16),transparent 36%),
    linear-gradient(180deg,#ef554b,#9f211d)!important;
  box-shadow:
    0 18px 36px rgba(201,48,44,.28),
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 0 0 1px rgba(255,255,255,.08)!important;
  color:transparent!important;
  font-size:0!important;
}
.mock-program-icon:before,
.mock-program-icon:after{
  content:"";
  position:absolute;
  display:block;
}
.mock-program-icon:after{content:none!important;display:none!important;}
.mock-program-card--vip_program .mock-program-icon:before,
.mock-program-card--affiliate_program .mock-program-icon:before,
.mock-program-card--why_choose_khelraja .mock-program-icon:before{
  content:"";
  inset:0;
  margin:auto;
  width:24px;
  height:24px;
  left:0;top:0;
  background:#fff;
  background-color:#fff;
  -webkit-mask-position:center;mask-position:center;
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
  -webkit-mask-size:contain;mask-size:contain;
}
.mock-program-card--vip_program .mock-program-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%2018h18l-1.5-9-4.5%204-3-6-3%206-4.5-4z%22%2F%3E%3Cline%20x1%3D%223%22%20y1%3D%2221%22%20x2%3D%2221%22%20y2%3D%2221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%2018h18l-1.5-9-4.5%204-3-6-3%206-4.5-4z%22%2F%3E%3Cline%20x1%3D%223%22%20y1%3D%2221%22%20x2%3D%2221%22%20y2%3D%2221%22%2F%3E%3C%2Fsvg%3E");}
.mock-program-card--affiliate_program .mock-program-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%225%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2219%22%20r%3D%223%22%2F%3E%3Cline%20x1%3D%228.6%22%20y1%3D%2210.6%22%20x2%3D%2215.4%22%20y2%3D%226.4%22%2F%3E%3Cline%20x1%3D%228.6%22%20y1%3D%2213.4%22%20x2%3D%2215.4%22%20y2%3D%2217.6%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%225%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2219%22%20r%3D%223%22%2F%3E%3Cline%20x1%3D%228.6%22%20y1%3D%2210.6%22%20x2%3D%2215.4%22%20y2%3D%226.4%22%2F%3E%3Cline%20x1%3D%228.6%22%20y1%3D%2213.4%22%20x2%3D%2215.4%22%20y2%3D%2217.6%22%2F%3E%3C%2Fsvg%3E");}
.mock-program-card--why_choose_khelraja .mock-program-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22m8.5%2012%202.5%202.5%205-5%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22m8.5%2012%202.5%202.5%205-5%22%2F%3E%3C%2Fsvg%3E");}
.mock-program-card--why_choose_khelraja .mock-program-icon{display:flex!important;}

.mock-program-card h2,
.mock-program-card--responsible_gambling h2{
  display:block!important;
  margin:0 0 14px!important;
  line-height:1.06;
}
.mock-program-card p{
  position:relative;
  z-index:1;
  max-width:720px;
}

.mock-program-card--responsible_gambling .mock-program-icon{
  border-radius:50%!important;
}
.mock-program-card--responsible_gambling .mock-program-icon:before{
  content:"18+";
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding-top:1px;
  color:#fff;
  font:900 20px/1 var(--kr-body);
  text-shadow:0 2px 0 rgba(0,0,0,.28);
}
.mock-program-card--responsible_gambling .mock-program-icon:after{
  inset:8px;
  border:2px solid rgba(240,207,137,.55);
  border-radius:50%;
}
.mock-program-card--why_choose_khelraja p:before{
  color:#f4f4f4;
  font-size:15px!important;
  line-height:1.55!important;
}
.mock-program-card--why_choose_khelraja p{
  font-size:0!important;
}

@media (max-width:1120px){
  .mock-program-grid{
    grid-template-columns:1fr;
  }
  .mock-program-card,
  .mock-program-card--why_choose_khelraja,
  .mock-program-card--responsible_gambling{
    min-height:0;
  }
}

@media (max-width:700px){
  .mock-program-card,
  .mock-program-card--why_choose_khelraja,
  .mock-program-card--responsible_gambling{
    padding:18px 16px 18px 78px!important;
  }
  .mock-program-icon,
  .mock-program-card--why_choose_khelraja .mock-program-icon,
  .mock-program-card--responsible_gambling .mock-program-icon{
    left:16px;
    top:18px;
    width:44px;
    height:44px;
    border-radius:11px!important;
  }
  .mock-program-card h2{
    font-size:20px;
    margin-bottom:9px!important;
  }






  .mock-program-card--responsible_gambling .mock-program-icon:before{
    font-size:16px;
  }
}

/* Site-wide polish pass: aligned content images and no emoji-style feature icons. */
body:not(.home-page) .page-hero{
  min-height:clamp(260px,30vw,390px);
  display:flex;
  align-items:end;
  background-size:cover!important;
  background-position:center!important;
  position:relative;
  overflow:hidden;
}
body:not(.home-page) .page-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,5,5,.88),rgba(5,5,5,.54) 58%,rgba(5,5,5,.76)),
    linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.62));
  pointer-events:none;
}
body:not(.home-page) .page-hero .container{
  position:relative;
  z-index:1;
}
.page-content figure{
  overflow:hidden;
  border-radius:12px;
  border:1px solid rgba(240,207,137,.14);
  background:#0a0a0a;
}
.page-content figure>img,
.page-content .img-gallery>img,
.page-content .split-block>img,
.page-content .tag-block>img{
  display:block;
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:16/9;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:12px!important;
  border:1px solid rgba(240,207,137,.14);
  background:#0a0a0a;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.page-content .img-gallery{
  display:grid;
  gap:16px;
  align-items:stretch;
}
.page-content .img-gallery--2{grid-template-columns:repeat(2,minmax(0,1fr));}
.page-content .img-gallery--3{grid-template-columns:repeat(3,minmax(0,1fr));}
.page-content .img-gallery>img{
  height:100%!important;
  min-height:190px;
}
.page-content .split-block,
.page-content .split-block--reverse{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,.9fr);
  gap:24px;
  align-items:stretch;
}
.page-content .split-block--reverse{
  grid-template-columns:minmax(280px,.9fr) minmax(0,1fr);
}
.page-content .split-block>img{
  height:100%!important;
  min-height:280px;
}
.features{gap:14px;}
.feature{
  align-items:flex-start;
  gap:14px;
}
.feature__icon{
  position:relative;
  width:44px;
  height:44px;
  flex:0 0 44px;
  display:block;
  overflow:hidden;
  border-radius:13px;
  border:1px solid rgba(240,207,137,.28);
  background:
    linear-gradient(180deg,rgba(255,255,255,.13),transparent 36%),
    linear-gradient(180deg,#ef554b,#9f211d);
  color:transparent;
  font-size:0;
  line-height:0;
  box-shadow:0 14px 30px rgba(201,48,44,.22),inset 0 1px 0 rgba(255,255,255,.22);
}
.feature__icon:before{
  content:"";
  position:absolute;
  inset:0;
  margin:auto;
  width:24px;
  height:24px;
  background-color:#fff;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-size:contain;
  mask-size:contain;
}
.feature__icon:after{content:none!important;display:none!important;}
.feature-icon--crash:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%2017%209%2011l3%203%207-8%22%2F%3E%3Cpath%20d%3D%22M14%206h6v6%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%2017%209%2011l3%203%207-8%22%2F%3E%3Cpath%20d%3D%22M14%206h6v6%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--money:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%204h12M6%209h12M9%204c4%200%205%205%200%205%22%2F%3E%3Cpath%20d%3D%22M6%209c6%200%208%201%205%206l-2%205%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%204h12M6%209h12M9%204c4%200%205%205%200%205%22%2F%3E%3Cpath%20d%3D%22M6%209c6%200%208%201%205%206l-2%205%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--speed:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolygon%20points%3D%2213%202%203%2014%2012%2014%2011%2022%2021%2010%2012%2010%2013%202%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolygon%20points%3D%2213%202%203%2014%2012%2014%2011%2022%2021%2010%2012%2010%2013%202%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--safe:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%2022s8-4%208-10V5l-8-3-8%203v7c0%206%208%2010%208%2010z%22%2F%3E%3Cpath%20d%3D%22m9%2012%202%202%204-4%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%2022s8-4%208-10V5l-8-3-8%203v7c0%206%208%2010%208%2010z%22%2F%3E%3Cpath%20d%3D%22m9%2012%202%202%204-4%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--mobile:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%227%22%20y%3D%222%22%20width%3D%2210%22%20height%3D%2220%22%20rx%3D%222%22%2F%3E%3Cline%20x1%3D%2211%22%20y1%3D%2218%22%20x2%3D%2213%22%20y2%3D%2218%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%227%22%20y%3D%222%22%20width%3D%2210%22%20height%3D%2220%22%20rx%3D%222%22%2F%3E%3Cline%20x1%3D%2211%22%20y1%3D%2218%22%20x2%3D%2213%22%20y2%3D%2218%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--support:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%2014a8%208%200%200%201%2016%200%22%2F%3E%3Cpath%20d%3D%22M2%2014h3v6H4a2%202%200%200%201-2-2v-2a2%202%200%200%201%202-2z%22%2F%3E%3Cpath%20d%3D%22M22%2014h-3v6h1a2%202%200%200%200%202-2v-2a2%202%200%200%200-2-2z%22%2F%3E%3Cpath%20d%3D%22M19%2020v1a3%203%200%200%201-3%203h-2%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%2014a8%208%200%200%201%2016%200%22%2F%3E%3Cpath%20d%3D%22M2%2014h3v6H4a2%202%200%200%201-2-2v-2a2%202%200%200%201%202-2z%22%2F%3E%3Cpath%20d%3D%22M22%2014h-3v6h1a2%202%200%200%200%202-2v-2a2%202%200%200%200-2-2z%22%2F%3E%3Cpath%20d%3D%22M19%2020v1a3%203%200%200%201-3%203h-2%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--stats:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cline%20x1%3D%226%22%20y1%3D%2220%22%20x2%3D%226%22%20y2%3D%2214%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%2220%22%20x2%3D%2212%22%20y2%3D%224%22%2F%3E%3Cline%20x1%3D%2218%22%20y1%3D%2220%22%20x2%3D%2218%22%20y2%3D%2210%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cline%20x1%3D%226%22%20y1%3D%2220%22%20x2%3D%226%22%20y2%3D%2214%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%2220%22%20x2%3D%2212%22%20y2%3D%224%22%2F%3E%3Cline%20x1%3D%2218%22%20y1%3D%2220%22%20x2%3D%2218%22%20y2%3D%2210%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--casino:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%223%22%20x2%3D%2212%22%20y2%3D%226%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%2218%22%20x2%3D%2212%22%20y2%3D%2221%22%2F%3E%3Cline%20x1%3D%223%22%20y1%3D%2212%22%20x2%3D%226%22%20y2%3D%2212%22%2F%3E%3Cline%20x1%3D%2218%22%20y1%3D%2212%22%20x2%3D%2221%22%20y2%3D%2212%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%223%22%20x2%3D%2212%22%20y2%3D%226%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%2218%22%20x2%3D%2212%22%20y2%3D%2221%22%2F%3E%3Cline%20x1%3D%223%22%20y1%3D%2212%22%20x2%3D%226%22%20y2%3D%2212%22%2F%3E%3Cline%20x1%3D%2218%22%20y1%3D%2212%22%20x2%3D%2221%22%20y2%3D%2212%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--global:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cline%20x1%3D%223%22%20y1%3D%2212%22%20x2%3D%2221%22%20y2%3D%2212%22%2F%3E%3Cpath%20d%3D%22M12%203a14%2014%200%200%201%200%2018%2014%2014%200%200%201%200-18z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cline%20x1%3D%223%22%20y1%3D%2212%22%20x2%3D%2221%22%20y2%3D%2212%22%2F%3E%3Cpath%20d%3D%22M12%203a14%2014%200%200%201%200%2018%2014%2014%200%200%201%200-18z%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--generic:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M9.1%209a3%203%200%200%201%205.8%201c0%202-3%202-3%204%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%2217%22%20x2%3D%2212.01%22%20y2%3D%2217%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M9.1%209a3%203%200%200%201%205.8%201c0%202-3%202-3%204%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%2217%22%20x2%3D%2212.01%22%20y2%3D%2217%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--bonus:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%228%22%20width%3D%2218%22%20height%3D%224%22%20rx%3D%221%22%2F%3E%3Cpath%20d%3D%22M5%2012v8a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1v-8%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%228%22%20x2%3D%2212%22%20y2%3D%2221%22%2F%3E%3Cpath%20d%3D%22M12%208C12%205%2010.5%203%209%203a2%202%200%200%200%200%204zM12%208c0-3%201.5-5%203-5a2%202%200%200%201%200%204z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%228%22%20width%3D%2218%22%20height%3D%224%22%20rx%3D%221%22%2F%3E%3Cpath%20d%3D%22M5%2012v8a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1v-8%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%228%22%20x2%3D%2212%22%20y2%3D%2221%22%2F%3E%3Cpath%20d%3D%22M12%208C12%205%2010.5%203%209%203a2%202%200%200%200%200%204zM12%208c0-3%201.5-5%203-5a2%202%200%200%201%200%204z%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--cricket:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%2019%2019%205%22%2F%3E%3Cpath%20d%3D%22m15%205%204%204%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2217.5%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%2019%2019%205%22%2F%3E%3Cpath%20d%3D%22m15%205%204%204%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2217.5%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--football:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpolygon%20points%3D%2212%208%2015%2010.5%2014%2014%2010%2014%209%2010.5%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpolygon%20points%3D%2212%208%2015%2010.5%2014%2014%2010%2014%209%2010.5%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--basketball:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M3%2012h18%22%2F%3E%3Cpath%20d%3D%22M12%203v18%22%2F%3E%3Cpath%20d%3D%22M5.6%205.6a13%2013%200%200%200%200%2012.8M18.4%205.6a13%2013%200%200%201%200%2012.8%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M3%2012h18%22%2F%3E%3Cpath%20d%3D%22M12%203v18%22%2F%3E%3Cpath%20d%3D%22M5.6%205.6a13%2013%200%200%200%200%2012.8M18.4%205.6a13%2013%200%200%201%200%2012.8%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--tennis:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%229%22%20cy%3D%229%22%20r%3D%226%22%2F%3E%3Cline%20x1%3D%2213.5%22%20y1%3D%2213.5%22%20x2%3D%2220%22%20y2%3D%2220%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%229%22%20cy%3D%229%22%20r%3D%226%22%2F%3E%3Cline%20x1%3D%2213.5%22%20y1%3D%2213.5%22%20x2%3D%2220%22%20y2%3D%2220%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--kabaddi:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%225%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M5%2021l4-6%203%202%202-3%205%204%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%225%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M5%2021l4-6%203%202%202-3%205%204%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--esports:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%222%22%20y%3D%228%22%20width%3D%2220%22%20height%3D%229%22%20rx%3D%224.5%22%2F%3E%3Cline%20x1%3D%227%22%20y1%3D%2212.5%22%20x2%3D%229%22%20y2%3D%2212.5%22%2F%3E%3Cline%20x1%3D%228%22%20y1%3D%2211.5%22%20x2%3D%228%22%20y2%3D%2213.5%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2211.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2213.5%22%20r%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%222%22%20y%3D%228%22%20width%3D%2220%22%20height%3D%229%22%20rx%3D%224.5%22%2F%3E%3Cline%20x1%3D%227%22%20y1%3D%2212.5%22%20x2%3D%229%22%20y2%3D%2212.5%22%2F%3E%3Cline%20x1%3D%228%22%20y1%3D%2211.5%22%20x2%3D%228%22%20y2%3D%2213.5%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2211.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2213.5%22%20r%3D%221%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--sports:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpolygon%20points%3D%2212%208%2015%2010.5%2014%2014%2010%2014%209%2010.5%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpolygon%20points%3D%2212%208%2015%2010.5%2014%2014%2010%2014%209%2010.5%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--racing:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%2021V4%22%2F%3E%3Cpath%20d%3D%22M5%205h11l-2%203%202%203H5%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%2021V4%22%2F%3E%3Cpath%20d%3D%22M5%205h11l-2%203%202%203H5%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--wheel:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%223%22%20x2%3D%2212%22%20y2%3D%226%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%2218%22%20x2%3D%2212%22%20y2%3D%2221%22%2F%3E%3Cline%20x1%3D%223%22%20y1%3D%2212%22%20x2%3D%226%22%20y2%3D%2212%22%2F%3E%3Cline%20x1%3D%2218%22%20y1%3D%2212%22%20x2%3D%2221%22%20y2%3D%2212%22%2F%3E%3Cline%20x1%3D%225.6%22%20y1%3D%225.6%22%20x2%3D%227.8%22%20y2%3D%227.8%22%2F%3E%3Cline%20x1%3D%2216.2%22%20y1%3D%2216.2%22%20x2%3D%2218.4%22%20y2%3D%2218.4%22%2F%3E%3Cline%20x1%3D%2218.4%22%20y1%3D%225.6%22%20x2%3D%2216.2%22%20y2%3D%227.8%22%2F%3E%3Cline%20x1%3D%227.8%22%20y1%3D%2216.2%22%20x2%3D%225.6%22%20y2%3D%2218.4%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%223%22%20x2%3D%2212%22%20y2%3D%226%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%2218%22%20x2%3D%2212%22%20y2%3D%2221%22%2F%3E%3Cline%20x1%3D%223%22%20y1%3D%2212%22%20x2%3D%226%22%20y2%3D%2212%22%2F%3E%3Cline%20x1%3D%2218%22%20y1%3D%2212%22%20x2%3D%2221%22%20y2%3D%2212%22%2F%3E%3Cline%20x1%3D%225.6%22%20y1%3D%225.6%22%20x2%3D%227.8%22%20y2%3D%227.8%22%2F%3E%3Cline%20x1%3D%2216.2%22%20y1%3D%2216.2%22%20x2%3D%2218.4%22%20y2%3D%2218.4%22%2F%3E%3Cline%20x1%3D%2218.4%22%20y1%3D%225.6%22%20x2%3D%2216.2%22%20y2%3D%227.8%22%2F%3E%3Cline%20x1%3D%227.8%22%20y1%3D%2216.2%22%20x2%3D%225.6%22%20y2%3D%2218.4%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--roulette:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%223%22%20x2%3D%2212%22%20y2%3D%2221%22%2F%3E%3Cline%20x1%3D%223%22%20y1%3D%2212%22%20x2%3D%2221%22%20y2%3D%2212%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%223%22%20x2%3D%2212%22%20y2%3D%2221%22%2F%3E%3Cline%20x1%3D%223%22%20y1%3D%2212%22%20x2%3D%2221%22%20y2%3D%2212%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--baccarat:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%2211%22%20height%3D%2215%22%20rx%3D%222%22%20transform%3D%22rotate%28-8%209.5%2011.5%29%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%225%22%20width%3D%2211%22%20height%3D%2215%22%20rx%3D%222%22%20transform%3D%22rotate%288%2014.5%2012.5%29%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%2211%22%20height%3D%2215%22%20rx%3D%222%22%20transform%3D%22rotate%28-8%209.5%2011.5%29%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%225%22%20width%3D%2211%22%20height%3D%2215%22%20rx%3D%222%22%20transform%3D%22rotate%288%2014.5%2012.5%29%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--blackjack:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%2212%22%20height%3D%2216%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M12%209c-1.5%201.5-3%202.5-3%204a1.5%201.5%200%200%200%203%200%201.5%201.5%200%200%200%203%200c0-1.5-1.5-2.5-3-4z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%2212%22%20height%3D%2216%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M12%209c-1.5%201.5-3%202.5-3%204a1.5%201.5%200%200%200%203%200%201.5%201.5%200%200%200%203%200c0-1.5-1.5-2.5-3-4z%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--teenpatti:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%229%22%20height%3D%2213%22%20rx%3D%221.5%22%20transform%3D%22rotate%28-14%207.5%2012.5%29%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%225%22%20width%3D%229%22%20height%3D%2213%22%20rx%3D%221.5%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%226%22%20width%3D%229%22%20height%3D%2213%22%20rx%3D%221.5%22%20transform%3D%22rotate%2814%2017.5%2012.5%29%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%229%22%20height%3D%2213%22%20rx%3D%221.5%22%20transform%3D%22rotate%28-14%207.5%2012.5%29%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%225%22%20width%3D%229%22%20height%3D%2213%22%20rx%3D%221.5%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%226%22%20width%3D%229%22%20height%3D%2213%22%20rx%3D%221.5%22%20transform%3D%22rotate%2814%2017.5%2012.5%29%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--andarbahar:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%228%22%20height%3D%2214%22%20rx%3D%221.5%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%225%22%20width%3D%228%22%20height%3D%2214%22%20rx%3D%221.5%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%228%22%20height%3D%2214%22%20rx%3D%221.5%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%225%22%20width%3D%228%22%20height%3D%2214%22%20rx%3D%221.5%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--cards:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%2211%22%20height%3D%2215%22%20rx%3D%222%22%20transform%3D%22rotate%28-8%209.5%2011.5%29%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%225%22%20width%3D%2211%22%20height%3D%2215%22%20rx%3D%222%22%20transform%3D%22rotate%288%2014.5%2012.5%29%22%2F%3E%3Cpath%20d%3D%22M14.5%2010c-1%201-2%201.6-2%202.6a1%201%200%200%200%202%200%201%201%200%200%200%202%200c0-1-1-1.6-2-2.6z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%2211%22%20height%3D%2215%22%20rx%3D%222%22%20transform%3D%22rotate%28-8%209.5%2011.5%29%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%225%22%20width%3D%2211%22%20height%3D%2215%22%20rx%3D%222%22%20transform%3D%22rotate%288%2014.5%2012.5%29%22%2F%3E%3Cpath%20d%3D%22M14.5%2010c-1%201-2%201.6-2%202.6a1%201%200%200%200%202%200%201%201%200%200%200%202%200c0-1-1-1.6-2-2.6z%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--dice:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%223%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%229%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%223%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%229%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%221%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--jackpot:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cellipse%20cx%3D%2212%22%20cy%3D%226%22%20rx%3D%227%22%20ry%3D%223%22%2F%3E%3Cpath%20d%3D%22M5%206v6c0%201.7%203.1%203%207%203s7-1.3%207-3V6%22%2F%3E%3Cpath%20d%3D%22M5%2012v6c0%201.7%203.1%203%207%203s7-1.3%207-3v-6%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cellipse%20cx%3D%2212%22%20cy%3D%226%22%20rx%3D%227%22%20ry%3D%223%22%2F%3E%3Cpath%20d%3D%22M5%206v6c0%201.7%203.1%203%207%203s7-1.3%207-3V6%22%2F%3E%3Cpath%20d%3D%22M5%2012v6c0%201.7%203.1%203%207%203s7-1.3%207-3v-6%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--slots:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%2218%22%20height%3D%2212%22%20rx%3D%222%22%2F%3E%3Cline%20x1%3D%229%22%20y1%3D%226%22%20x2%3D%229%22%20y2%3D%2218%22%2F%3E%3Cline%20x1%3D%2215%22%20y1%3D%226%22%20x2%3D%2215%22%20y2%3D%2218%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%2218%22%20height%3D%2212%22%20rx%3D%222%22%2F%3E%3Cline%20x1%3D%229%22%20y1%3D%226%22%20x2%3D%229%22%20y2%3D%2218%22%2F%3E%3Cline%20x1%3D%2215%22%20y1%3D%226%22%20x2%3D%2215%22%20y2%3D%2218%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--classic777:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%207h4l-2%2010%22%2F%3E%3Cpath%20d%3D%22M10%207h4l-2%2010%22%2F%3E%3Cpath%20d%3D%22M14%207h4l-2%2010%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%207h4l-2%2010%22%2F%3E%3Cpath%20d%3D%22M10%207h4l-2%2010%22%2F%3E%3Cpath%20d%3D%22M14%207h4l-2%2010%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--videoslot:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%2218%22%20height%3D%2214%22%20rx%3D%222%22%2F%3E%3Cline%20x1%3D%229%22%20y1%3D%225%22%20x2%3D%229%22%20y2%3D%2219%22%2F%3E%3Cline%20x1%3D%2215%22%20y1%3D%225%22%20x2%3D%2215%22%20y2%3D%2219%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2212%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2212%22%20r%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%2218%22%20height%3D%2214%22%20rx%3D%222%22%2F%3E%3Cline%20x1%3D%229%22%20y1%3D%225%22%20x2%3D%229%22%20y2%3D%2219%22%2F%3E%3Cline%20x1%3D%2215%22%20y1%3D%225%22%20x2%3D%2215%22%20y2%3D%2219%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2212%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2212%22%20r%3D%221%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--megaways:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cline%20x1%3D%226%22%20y1%3D%2220%22%20x2%3D%226%22%20y2%3D%2213%22%2F%3E%3Cline%20x1%3D%2210%22%20y1%3D%2220%22%20x2%3D%2210%22%20y2%3D%229%22%2F%3E%3Cline%20x1%3D%2214%22%20y1%3D%2220%22%20x2%3D%2214%22%20y2%3D%2211%22%2F%3E%3Cline%20x1%3D%2218%22%20y1%3D%2220%22%20x2%3D%2218%22%20y2%3D%226%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cline%20x1%3D%226%22%20y1%3D%2220%22%20x2%3D%226%22%20y2%3D%2213%22%2F%3E%3Cline%20x1%3D%2210%22%20y1%3D%2220%22%20x2%3D%2210%22%20y2%3D%229%22%2F%3E%3Cline%20x1%3D%2214%22%20y1%3D%2220%22%20x2%3D%2214%22%20y2%3D%2211%22%2F%3E%3Cline%20x1%3D%2218%22%20y1%3D%2220%22%20x2%3D%2218%22%20y2%3D%226%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--branded:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolygon%20points%3D%2212%203%2014.5%209%2021%209.3%2016%2013.5%2017.7%2020%2012%2016.2%206.3%2020%208%2013.5%203%209.3%209.5%209%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolygon%20points%3D%2212%203%2014.5%209%2021%209.3%2016%2013.5%2017.7%2020%2012%2016.2%206.3%2020%208%2013.5%203%209.3%209.5%209%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--lottery:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%225%22%2F%3E%3Cpath%20d%3D%22M12%209v6m-2-6h4%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%225%22%2F%3E%3Cpath%20d%3D%22M12%209v6m-2-6h4%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--lotto:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M10%209h4l-2%206%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M10%209h4l-2%206%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--keno:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%222%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%224%22%20x2%3D%2212%22%20y2%3D%2220%22%2F%3E%3Cline%20x1%3D%224%22%20y1%3D%2212%22%20x2%3D%2220%22%20y2%3D%2212%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%222%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%224%22%20x2%3D%2212%22%20y2%3D%2220%22%2F%3E%3Cline%20x1%3D%224%22%20y1%3D%2212%22%20x2%3D%2220%22%20y2%3D%2212%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%221%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--bingo:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%222%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%229%22%20r%3D%221.4%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%221.4%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%229%22%20r%3D%221.4%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2215%22%20r%3D%221.4%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%222%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%229%22%20r%3D%221.4%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%221.4%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%229%22%20r%3D%221.4%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2215%22%20r%3D%221.4%22%2F%3E%3C%2Fsvg%3E");}
.feature-icon--scratch:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%2218%22%20height%3D%2212%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M7%2010l3%204m0-4l-3%204%22%2F%3E%3Cpath%20d%3D%22M14%209l4%206%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%2218%22%20height%3D%2212%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M7%2010l3%204m0-4l-3%204%22%2F%3E%3Cpath%20d%3D%22M14%209l4%206%22%2F%3E%3C%2Fsvg%3E");}
.game-chip-icon{
  position:relative;
  width:28px;
  height:28px;
  display:block;
  color:transparent;
  font-size:0;
}
.game-chip-icon:before{
  content:"";
  position:absolute;
  display:block;
  inset:3px;
  border:2px solid #fff;
  border-radius:50%;
  background:radial-gradient(circle,#f0cf89 0 4px,transparent 5px);
}
.game-chip-icon:after{
  content:"";
  position:absolute;
  display:block;
  left:12px;
  top:7px;
  width:4px;
  height:14px;
  border-radius:4px;
  background:#d43b33;
  transform:rotate(35deg);
}

/* ===== Distinct casino game chip variants ===== */
.game-chip-icon--roulette:before{inset:2px;border:2px solid #fff;border-radius:50%;background:radial-gradient(circle,#f0cf89 0 3px,#0a0a0a 4px 7px,transparent 8px);}
.game-chip-icon--roulette:after{inset:2px;border-radius:50%;background:linear-gradient(0deg,transparent 46%,rgba(255,255,255,.55) 46% 54%,transparent 54%),linear-gradient(90deg,transparent 46%,rgba(255,255,255,.55) 46% 54%,transparent 54%);transform:none;width:auto;height:auto;left:auto;top:auto;}
.game-chip-icon--baccarat:before{left:3px;top:4px;width:11px;height:18px;border:2px solid #fff;border-radius:2px;transform:rotate(-10deg);background:transparent;}
.game-chip-icon--baccarat:after{right:3px;top:6px;width:11px;height:18px;border:2px solid #f0cf89;border-radius:2px;transform:rotate(10deg);background:transparent;}
.game-chip-icon--blackjack:before{left:6px;top:3px;width:16px;height:22px;border:2px solid #fff;border-radius:2px;background:transparent;}
.game-chip-icon--blackjack:after{left:12px;top:11px;width:7px;height:7px;border-radius:50%;background:#f0cf89;transform:none;}
.game-chip-icon--teenpatti:before{left:2px;top:7px;width:10px;height:15px;border:2px solid #fff;border-radius:2px;transform:rotate(-18deg);background:transparent;box-shadow:8px 1px 0 -2px #f0cf89;}
.game-chip-icon--teenpatti:after{right:2px;top:6px;width:10px;height:15px;border:2px solid #fff;border-radius:2px;transform:rotate(16deg);background:transparent;}
.game-chip-icon--andarbahar:before{left:3px;top:5px;width:10px;height:18px;border:2px solid #fff;border-radius:2px;background:transparent;}
.game-chip-icon--andarbahar:after{right:3px;top:5px;width:10px;height:18px;border:2px solid #f0cf89;border-radius:2px;background:transparent;transform:none;}

@media (max-width:900px){
  .page-content .split-block,
  .page-content .split-block--reverse,
  .page-content .img-gallery--2,
  .page-content .img-gallery--3{
    grid-template-columns:1fr;
  }
  .page-content .split-block>img,
  .page-content .img-gallery>img{
    min-height:0;
  }
}

@media (max-width:700px){
  body:not(.home-page) .page-hero{
    min-height:240px;
  }
  .feature__icon{
    width:38px;
    height:38px;
    flex-basis:38px;
    border-radius:11px;
  }
  .feature{
    gap:11px;
  }
}

/* --- Play button legibility fix (all viewport widths) --- */
.mock-play-btn,
.mock-play-btn:link,
.mock-play-btn:visited{
  color:#fff!important;
  text-shadow:0 1px 2px rgba(0,0,0,.45);
  text-indent:0;
}
.mock-play-btn>*{position:relative;z-index:3;}

/* --- SVG icon sizing (category grid handled inline above) --- */

/* ============================================================
   Button text legibility — force light text on all filled CTAs
   (overrides .tag-block a {color:var(--CTA)} and media-scoped rules)
   ============================================================ */
.btn--primary,
.btn--secondary,
a.btn--primary,
a.btn--secondary,
.content-button,
a.content-button,
.tag-block a.content-button,
.tag-block a.btn--primary,
.mock-play-btn,
.mobile-menu__cta .btn--primary,
.header__buttons .btn--primary{
  color:#fff !important;
  text-shadow:0 1px 2px rgba(0,0,0,.4);
}
/* outline buttons keep their accent text but ensure contrast */
.btn--outline,
a.btn--outline{
  color:#f0cf89 !important;
  text-shadow:none;
}

/* ============================================================
   Mobile fix: regular content tables (download/about/etc.)
   Prevent right-side cut-off; let long values wrap; stack on phones.
   ============================================================ */
body:not(.home-page) .wp-block-table{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  margin:14px 0;
  max-width:100%;
}
body:not(.home-page) .wp-block-table table{
  width:100%;
  table-layout:fixed;
  border-collapse:collapse;
}
body:not(.home-page) .wp-block-table tr{
  display:grid;
  grid-template-columns:40% 60%;
  border-bottom:1px solid rgba(255,255,255,.08);
}
body:not(.home-page) .wp-block-table tr:last-child{border-bottom:0;}
body:not(.home-page) .wp-block-table th,
body:not(.home-page) .wp-block-table td{
  padding:9px 12px;
  font-size:12px;
  line-height:1.4;
  text-align:left;
  vertical-align:top;
  overflow-wrap:anywhere;
  word-break:break-word;
  white-space:normal;
  border:0;
}
body:not(.home-page) .wp-block-table th{
  font-weight:700;
  color:#fff;
}
body:not(.home-page) .wp-block-table td{color:#dcdcdc;}

@media (max-width:560px){
  /* stack label above value so long values get full width */
  body:not(.home-page) .wp-block-table tr{
    grid-template-columns:1fr;
    gap:0;
    padding:6px 0;
  }
  body:not(.home-page) .wp-block-table th{
    padding-bottom:1px;
    font-size:11px;
    color:#bdbdbd;
    text-transform:uppercase;
    letter-spacing:.3px;
  }
  body:not(.home-page) .wp-block-table td{
    padding-top:1px;
    font-size:13px;
    color:#fff;
  }
}

/* ============================================================
   Mobile fix: non-home page content must fit the viewport.
   The mockup uses a fixed 632px block; on phones make it fluid.
   ============================================================ */
@media (max-width:680px){
  body:not(.home-page) .page-content{
    max-width:100%;
    margin:0;
    padding:16px 16px 28px;
    box-sizing:border-box;
  }
  body:not(.home-page) .tag-block{
    padding:16px 14px;
    box-sizing:border-box;
  }
  /* keep media/blocks inside the viewport */
  body:not(.home-page) .split-block{grid-template-columns:1fr;}
  body:not(.home-page) .split-block--reverse{direction:ltr;}
  body:not(.home-page) img,
  body:not(.home-page) .img-strip,
  body:not(.home-page) .split-block img{max-width:100%;height:auto;}
  body:not(.home-page) .img-gallery--2,
  body:not(.home-page) .img-gallery--3{grid-template-columns:1fr;}
  body:not(.home-page) .features{grid-template-columns:1fr;}
  body:not(.home-page) .bonus-cards{grid-template-columns:1fr;}
}
@media (max-width:560px){
  body:not(.home-page) .page-content{padding:14px 12px 24px;}
  body:not(.home-page) .tag-block{padding:14px 12px;}
}

/* Grid/flex children must be allowed to shrink below content size,
   otherwise wide content (tables, long text) blows out the column on mobile. */
body:not(.home-page) .page-content{grid-template-columns:minmax(0,1fr);}
body:not(.home-page) .page-content > *{min-width:0;}
body:not(.home-page) .tag-block{min-width:0;max-width:100%;overflow-wrap:anywhere;}
body:not(.home-page) .tag-block > *{min-width:0;max-width:100%;}

/* Deep shrink fix: any grid/flex descendant on content pages must shrink,
   and table wrappers must clip to their column. */
body:not(.home-page) .split-block,
body:not(.home-page) .split-block > *,
body:not(.home-page) .wp-block-table,
body:not(.home-page) .wp-block-table *{
  min-width:0;
  max-width:100%;
}
body:not(.home-page) .wp-block-table table{table-layout:fixed;width:100%;}
