
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500,700|Ubuntu:300,400,500,700&display=swap");



body {
    font-family: 'Roboto Mono', monospace;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #000;
    background-color: #2e2e2e;
    position: relative;
    text-align: center;
}

a { 
  text-decoration: none; 
  color:#888;
}
.clearfix{
  clear:both;
}

/* Header styles========================================================= */
header {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #11131d;
    border-bottom:5px solid #ff4516;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 7rem;
    width: 100%;
    padding: 0 15px;
    position: fixed;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    /* left: 0; */
    text-align: left;
    z-index:2;
  }
 h1 .logo{
   display:block;
 }
 .logo span{
   display:none;
 }
  h1 .logo img{
    vertical-align: bottom;
  }
header nav .login a{
  color:#ff4516;
  cursor: pointer;
}
/*SLIDER IMAGES ===========================================*/
.main-slider h2{
  display:none;
}

.main-slider span{
  color:#eee;
  font-size:34px;
}
.static1{
  background-image:url('../../images/slider/sliderbg01.jpg');
}
.static2{
  background-image:url('../../images/slider/sliderbg02.jpg');
}

iframe{
  border:0;
}


/* Section start========================================================= */
.wrap {
  background-color: #fff;
  color: #444;
  line-height: 1.6;
  margin:0 auto;
}

.wrap .fluid{
  width:80vw;
  margin:auto;
  font-family: 'Ubuntu', sans-serif;
}

.wrap h2{
  font-size:3vw;
  padding-bottom:20px;
  font-weight:700;
}
.wrap h3{
  font-size:1.5vw;
}

section{
  width:100%;
  padding:5px 0;
  margin:0 auto;
}

.item-group{
  display:flex;

}

/*PRODUCT================*/
.section-product{
  margin:0 auto;
  padding:50px 0 80px 0;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(58, 58, 58, 0.8)), url(../../images/product/bg.jpg);
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(13, 0, 26, 0.8)), url(../../images/product/bg.jpg);
  background-size: cover;
  background-color: #f8f8f8;
  /* position: relative; */
}
.section-product .title{
  position: relative;
}

.section-product .title:after{
  content:'';
  position: absolute;
  height:1px;
  width:100%;
  left:0;
  margin-top:20px;
  background-color: rgb(214, 214, 214);
}

.section-product h2{
  color:#4a2a75;
}

.section-product .subintro{
  font-size:16px;
  width:100%;
  margin:auto;
  font-weight: 100;
  color:#190f25;
}
.section-product .item-group{
  padding-top:50px;
  width:100%;
}
.section-product .item-group:last-child{
  padding-top:30px;
}
.section-product .set{
  margin:auto;
}

.section-product .items{
  position: relative;
  cursor: pointer;
  width:100%;
  height:320px;
  border-radius: 0 0 10px 10px;
  margin:auto;
  overflow: hidden;
}

.section-product .items .theme{
  overflow: hidden;
}
.section-product .items .theme img{
  width:25vw;
  vertical-align: middle; 
}

.section-product .items .main-object{
  position: absolute;
  top:0;
  right:0px;
  height:225px;
  overflow: hidden;
  transform: translateY(0px);
  transition: .3s;
}
.section-product .items .main-object img{
  vertical-align: middle;
  width:100%;
}
.section-product .items:hover .main-object {
  position: absolute;
  transform: translateX(-25px);
}

.section-product .items .sub-object {
  display:none;
  position: absolute;
  top:0;
  left:10px;
  height:225px;
  overflow: hidden;
  transform: translateY(0px);
  transition: .3s;
}
.section-product .items .sub-object img{
  vertical-align: middle;
  width:100%;
}

.section-product .items .txt{
  position: absolute;
  bottom:0px;
  background-color: #4a2a75;
  border-radius: 0 0 10px 10px;
  color:#fff;
  width:100%;
}
.section-product .items:hover .txt{
  background-color: #633a99;
  border-radius: 0 0 15px 15px;
  color:#fff;
}

.section-product .txt h3{
  font-size: 20px;
  color:#cea9ff;
  padding:5px 0;
}
.section-product .txt p{
  padding:0px 10px 20px;
}

/*=================================================*/

/*ADVANTAGE================*/
.section-advantage {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), url(../../images/advantage/bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), url(../../images/advantage/bg.jpg);
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
  padding:50px 0 80px 0;
  position: relative;
}

.section-advantage .item-group{
  padding-top:100px;
}

 .section-advantage .title{
   width: 100%;
   position: relative;
 }
 
 .section-advantage .title:after{
   content:'';
   position: absolute;
   height:1px;
   width:100%;
   left:0;
   margin-top:20px;
   background-color: rgb(44, 44, 44);
 }
 .section-advantage h2{
   color:rgb(255, 69, 22);
   font-weight:700;
 }
 
 .section-advantage .subintro{
  font-size:16px;
  width:100%;
  margin:auto;
  font-weight: 100;
  color:#eee;
}
 
.section-advantage .items{
  display:flex;
  width:100%;
  flex-direction:row;
  text-align: left;
  padding:20px;
  cursor: pointer;
}
.section-advantage .items .txt{
  padding-left:20px;
}

.section-advantage .items h3{
  font-size: 20px;
  font-family: 'Ubuntu', sans-serif;
  font-weight:500;
  color:rgb(255, 69, 22);
}

 /*======================================================*/


 /*HOT GAMES================*/
.section-hotgames .fluid{
  width:100%;
  position: relative;
}

.section-hotgames{ 
  background: rgb(20, 20, 20);
  background: linear-gradient(0deg, rgba(121,255,22,1) 0%, rgb(255, 111, 75) 24%, rgba(0,0,0,1) 100%);
 }
 
 .section-hotgames .title{
   width: 40%;
   margin:auto;
   top:30%;
   left:30%;
   background-color: rgba(20, 20, 20, 0.9);
   position: absolute;
   z-index: 1;
 }
 
 .section-hotgames .title:after{
   content:'';
   position: absolute;
   height:1px;
   width:100%;
   left:0;
   margin-top:20px;
   background-color:transparent;
 }
 .section-hotgames h2{
   color:#ff4516;
   font-weight:700;
   padding-bottom:10px;
 }
 
 .section-hotgames .subintro{
   font-size:16px;
   width:80%;
   margin:auto;
   font-weight: 100;
   color:#eee;;
   padding-bottom:30px;
 }
 
 .section-hotgames .item-group{
   width:100%;
   padding:0;
 }

 .section-hotgames .item-group:last-child{
   padding:0;
 }
 
 .section-hotgames .items{
   display:flex;
   flex-direction:row;
   text-align: left;
   cursor: pointer;
   position: relative;
   transform: translateY(0px);
   transition: .3s;
 }


 .section-hotgames .visual img{
   width:100%;
   vertical-align: bottom;
 }

 .section-hotgames .items h3{
   font-size: 20px;
   font-family: 'Ubuntu', sans-serif;
   font-weight:500;
   color:rgb(255, 69, 22);
 }

 .section-hotgames .items h4{
  font-size: 20px;
  padding-bottom:10px;
 }
 .section-hotgames .items P{
   width:80%;
   padding-bottom:20px;
 }

 .section-hotgames .visual  {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #000;
}

.section-hotgames .items  img {
  opacity: 0.8;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.section-hotgames .items:hover  img {
  opacity: 1;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}


.section-hotgames .items .txt{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  padding:15px;
  box-sizing: border-box;
  text-align: center;
  color:#fff;
  background-color: rgba(0,0,0, .8);
  display:flex;
  opacity: 0;
  transition: .6s;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-hotgames .items:hover .txt{
  opacity: 1;
}

.section-hotgames .items .agent{
 padding:10px;
}
.section-hotgames .items .agent img{
  width:60%;
}

.section-hotgames .playnow {
	box-sizing: border-box;
	display:block;
	width:80px;
	height:80px;
	padding-top: 14px;
	padding-left: 8px;
	line-height: 20px;
	border: 6px solid #fff;
	border-radius: 50%;
	color:#f5f5f5;
	text-align:center;
	text-decoration:none;
	background-color: rgba(0,0,0,0.5);
	font-size:20px;
	font-weight:bold;
	transition: all 0.3s ease;
}
.section-hotgames .playnow:hover {
	background-color: rgba(0,0,0,0.8);
	box-shadow: 0px 0px 10px rgba(255,255,100,1);
	text-shadow: 0px 0px 10px rgba(255,255,100,1);
}
 /*======================================================*/

/*MOBILE================*/

.section-mobile{
   padding:50px 0;
   background-color: rgb(206, 206, 206);
   position: relative;
 }
 .section-mobile .title{
   width: 100%;
   position: relative;
 }
 .section-mobile .title:after{
   content:'';
   position: absolute;
   height:1px;
   width:100%;
   left:0;
   margin-top:20px;
   background-color: rgb(167, 167, 167);
 }
 .section-mobile h2{
   color:#ff4516;
   font-weight:700;
 }
 
 .section-mobile .subintro{
   font-size:16px;
   width:100%;
   margin:auto;
   font-weight: 100;
   color:rgb(34, 34, 34);
 }
 
 .section-mobile .item-group{
  padding-top:40px;
}
 .section-mobile .items{
   display:flex;
 }
 .section-mobile .items .visual{
   width:50%;
   margin-top: 50px;
   text-align: center;
   position: relative;
 }
 .section-mobile .items .visual img{
  width:70%;
  vertical-align: bottom;
}
.section-mobile .btn-qrcode{
  width:40%;
  position: absolute;
  bottom:90px;
  right:30px;
}
.section-mobile .btn-qrcode img{
  box-shadow: 5px 4px 8px #868686;
}
.section-mobile .downloadapp{
  opacity: 0;
  position: absolute;
  bottom:-20px;;
  right:60px;
  font-size:20px;
  padding:0 15px;
  border-radius: 50px;
  background-color:#ff4516;
  color:#fff;
}

/*Setting Mobile and QRcode Hover Animation*/
.section-mobile .items .visual:hover .mobilepic img{
  transform: translateX(0px);
  transition: .5s;
}
.section-mobile .items .visual .mobilepic img{
  transform: translateX(20px);
}
.section-mobile .items .visual:hover .btn-qrcode img{
  transform: translateY(0px);
  transition: .5s;
}
.section-mobile .items .visual .btn-qrcode img{
  transform: translateY(30px);
}

.section-mobile .txt {
  margin-top:70px;
  width:45%;
}


 .section-mobile .steps-box {
  margin-top: 30px;
}

.section-mobile .steps-box:first-child {
  text-align: right;
  padding-right: 3%;
}

.section-mobile .steps-box:last-child {
  text-align: left;
  padding-left: 3%;
  margin-top: 70px;
}

/*Setps Cricles*/
.section-mobile .works-step {
  margin-bottom: 50px;
}

.section-mobile .works-step:last-of-type {
  margin-bottom: 80px;
}

.section-mobile .works-step .step-num{
  color: #ffffff;
  font-size: 160%;
  height: 54px;
  width: 54px;
  border: 2px solid #f0f0f0;
  background-color: rgb(139, 139, 139);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 25px;
  float: left;
  padding: 5px;
}
.section-mobile .works-step p,
.section-mobile .works-step h4{
  text-align:left;
}

.section-mobile .works-step h4{
  font-size:160%;
}
.section-mobile .btn-app:link,
.section-mobile .btn-app:visited {
  border: 0;
}

.section-mobile .btn-app img,
.section-mobile .btn-qrcode img {
  height: 50px;
  width: auto;
  margin-right: 10px;
}

.section-mobile .btn-qrcode img {
  height: 30%;
  width: auto;
  margin-right: 10px;
}
/*======================================================*/


/*ABOUT US================*/
.section-aboutus{
   padding:30px 0;
   background-color: rgb(243, 241, 241);
   position: relative;
 }
 
 .section-aboutus .title{
   width: 100%;
   position: relative;
 }
 
 .section-aboutus .title:after{
   content:'';
   position: absolute;
   height:1px;
   width:100%;
   left:0;
   margin-top:20px;
   background-color: rgb(214, 214, 214);
 }
 .section-aboutus h2{
   color:#ff4516;
   font-weight:700;
 }
 
 .section-aboutus .subintro{
   font-size:16px;
   width:100%;
   margin:auto;
   font-weight: 100;
   color:rgb(34, 34, 34);
 }
 
 .section-aboutus .item-group{
  padding-top:50px;
}
 .section-aboutus .item-group:last-child{
   padding-top:20px;
 }
 
 .section-aboutus .items{
   display:flex;
   width:100%;
   flex-direction:row;
   text-align: left;
   padding:20px;
   cursor: pointer;
   border-bottom:3px solid transparent;
   transform: translateY(0px);
   transition: .3s;
 
 }
 .section-aboutus .items:hover{
   background-color: rgb(236, 236, 236);
   border-bottom:3px solid #ff4516;
   transform: translateY(-10px);
   box-shadow: 5px 4px 8px #c2c2c2;
 }

 .section-aboutus .items .txt{
   padding-left:20px;
 }
 
 .section-aboutus .items h3{
   font-size: 20px;
   font-family: 'Ubuntu', sans-serif;
   font-weight:500;
   color:rgb(255, 69, 22);
 }

 .section-aboutus .items h4{
   padding-bottom:10px;
 }

 .section-aboutus .visual{
   position: relative;
 }

 .section-aboutus .items .hi{
   position: absolute;
   width:3vw;
   top:-20px;
   right:-10px;
   opacity: 0;
   transition: .3s;
 }
 .section-aboutus .items:hover .hi{
  display: block;
  opacity: 1;
}
 .section-aboutus .items img{
  width:10vw;
 }
 /*======================================================*/

 /*CONTACT US================*/
.section-contactus{
   padding:30px 0;
   background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), url(../../images/contactus/bg.jpg);
   background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), url(../../images/contactus/bg.jpg);
   background-size: cover;
   color: #fff;
   background-attachment: fixed;
   padding:50px 0 80px 0;
   position: relative;
 }
 
 .section-contactus .title{
   width: 100%;
   position: relative;
 }
 
 .section-contactus .title:after{
   content:'';
   position: absolute;
   height:1px;
   width:100%;
   left:0;
   margin-top:20px;
   background-color: rgb(214, 214, 214);
 }
 .section-contactus h2{
   color:#79ff16;
   font-weight:700;
 }

 .section-contactus .subintro{
   font-size:16px;
   width:100%;
   margin:auto;
   font-weight: 100;
   color:rgb(226, 226, 226);
 }

 .section-contactus .item-group{
   margin-top:50px;
 }
 /* ----------------------------------------------- */
/* FORM */
/* ----------------------------------------------- */


.contact-form{
  width: 60%;
  margin: 0px auto;
}
.contact-form .items{
  margin-top:20px;
}
.contact-form .form-title{
  text-align: left;
  color:rgb(223, 223, 223);
}

.contact-form .form-btn{
  text-align: center;
  background-color: rgb(247, 98, 52);
  color:#fff;
  border-radius: 20px;;
}
.contact-form .form-btn:hover{
  background-color: #4aa30a;
  transition: all 0.6s;
}

.contact-form .send{
/*   width:40%; */
  margin:auto;
}

  textarea[placeholder]{
    font-size: 25px;
    padding-left:5px;
 }
 input[type=checkbox] {
   width:20px;
  margin: 10px 5px 10px 0;
}
.form-title span{
  margin-left:10px;
}

*:focus {outline: none;}

label{
  font-size:120%;
  text-align: left;
}
 /*for ios*/
/* select, option {
  -webkit-appearance: none;
}
.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-wrapper:after {
    content: '▼';
    color: #757575;
    right: 14px;
    top: 10px;
    height: 26px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
} */

input,
select,
option,
textarea,
button {
    width: 100%;
    font-size: x-large;
    text-align: left;
    color: #757575;
    margin: 1vh;
    padding: 1vh;
}

input,
select,
option,
button,
textarea {
    background-color: #333;
    border-radius: 1vh;
    border-color: transparent;
}
select {
  padding-right: 24px;
}

.contact-form .form-btn{
  -webkit-appearance: none;/*to remove ios default style*/
  -moz-appearance: none; 
  appearance: none;
  text-align: center;
  background-color: rgb(247, 98, 52);
  color:#fff;
  border-radius: 20px;;
}
.contact-form .form-btn:hover{
  -webkit-appearance: none;
  -moz-appearance: none; 
  appearance: none;
  background-color: #4aa30a;
  transition: all 0.6s;
}

.contact-form .send{
/*   width:40%; */
  margin:auto;
}

/*FOOTER===================*/
footer{
  background-color: rgb(17, 17, 17);
  position: relative;
  border-top:1px solid rgb(80, 80, 80);
}

footer .items {
  margin:0 auto;
  width: 33vw;
  display:flex;
  flex-direction: column;
  text-align: left;
  padding-right:2vw;
}

footer .items h4{
  font-size: 16px;
  font-weight: bold;
  color:rgb(170, 170, 170);
  padding-bottom:20px;
}


footer .fluid {
  margin: 0 auto;
  padding:30px 0;
}

footer .fluid p{
  margin-bottom: 20px;
  color:rgb(170, 170, 170);
}
footer .logo {
  opacity: .7;
}

footer .items .license li{
  float: left;
  padding-right:10px;
}

footer .items .partners li,
footer .items .payments li{
  float:left;
  padding:10px 10px 10px 0;
  }
footer .items img{
  vertical-align: bottom;
}
footer .copyright{
  background-color: rgb(0, 0, 0);
}

.livechat{
  position: fixed;
  bottom:0;
  right:0;
  width:60px;
  height:60px;
}


/* ----------------------------------------------- */


/*fancybox layout styling=====================================================*/
.hidebox{
  display: none;
}
.loginblock{
  width:40%; 
  margin-top:10px;    
  border-bottom: 10px solid rgb(247, 98, 52);
  border-radius: 15px;
  background-color: rgb(59, 59, 59);
}
.loginblock h3{
  font-size:200%; 
  color:#fff;
  padding:20px;
  text-align: center;
}

.loginblock h3 i{
padding-right:10px;
}

.loginblock .item-group{
  width:100%;
  padding:20px;
  border-top:1px solid rgb(59, 59, 59);
  display:flex;
  justify-content: center;
  align-items: center; 
}
.loginblock .form-btn {
  text-align: center;
}

.loginblock .form-btn a,
.loginblock.form-btn button {
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  background-color: #ff4516;
  display: inline-block;
}

.loginblock .form-btn a:hover{
  color:#fff;
  background-color: #4aa30a;
  transition: all 0.3s;
}

/*userprofile*/
.userblock{
  width:40%; 
  margin-top:10px;    
  border-bottom: 10px solid rgb(247, 98, 52);
  border-radius: 15px;
  background-color: rgb(59, 59, 59);
}
.userblock h3{
  font-size:200%; 
  color:#fff;
  padding:20px;
  text-align: center;
}
.userblock i{
padding-right:10px;
}
.userblock .item-group{
  width:100%;
  padding:20px 5px;
  margin:auto;
  border-top:1px solid rgb(59, 59, 59);
  display:flex;
  justify-content: center;
  align-items: center; 
}

.userblock .items{
  padding-right:30px;
}

.userblock .items .user img{
  vertical-align: bottom;
  height:150px;
  width:150px;
  border-radius: 50%;
  border:5px solid rgb(129, 129, 129);
  justify-content: center;
}
.userblock .title{
  font-size:120%;
  color:rgb(189, 189, 189);
}
.userblock .title span{
 padding-left:10px;
  color:rgb(253, 253, 253);
} 

.userblock .items .played{
  display:flex;
  justify-content: center;
  align-items: center; 
}

.userblock .items h4{
  color:#fff;
  padding-bottom:20px;
}
/* .userblock .items .played{
  width:300px;
} */
.userblock .items .played img{
  vertical-align:bottom;
  border:1px solid  rgb(129, 129, 129);
}
.userblock .items .played li{
  padding:2px;
}
.userblock .items .played P{
  text-align: center;
  color:rgb(189, 189, 189);
}

.userblock .items .played li:hover{
  background-color: rgba(0,0,0,0.8);
	box-shadow: 0px 0px 10px rgb(61, 61, 61);
 /*  text-shadow: 0px 0px 10px rgba(255,255,100,1); */
  cursor: pointer;
}

.userblock .logout{
  font-size: 150%;
}
.userblock .logout a:hover{
  color:rgb(247, 98, 52);
}


/*.section-hotgames .playnow:hover {
	background-color: rgba(0,0,0,0.8);
	box-shadow: 0px 0px 10px rgba(255,255,100,1);
	text-shadow: 0px 0px 10px rgba(255,255,100,1);
}

.section-hotgames .playnow {
	box-sizing: border-box;
	display:block;
	width:80px;
	height:80px;
	padding-top: 14px;
	padding-left: 8px;
	line-height: 20px;
	border: 6px solid #fff;
	border-radius: 50%;
	color:#f5f5f5;
	text-align:center;
	text-decoration:none;
	background-color: rgba(0,0,0,0.5);
	font-size:20px;
	font-weight:bold;
	transition: all 0.3s ease;
}
*/

strong {
  font-weight: 700; 
  color: inherit;   
}

/* === FINAL STABLE FIX for ABOUT US overflow (clean and safe) === */
#aboutus,
.section-aboutus {
  overflow-x: hidden;
  width: 100%;
}

#aboutus .container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

#aboutus * {
  max-width: 100%;
  box-sizing: border-box;
  word-break: break-word;
  overflow-wrap: break-word;
}

#aboutus [style*="display:flex"] {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 40px !important;
}

#aboutus [style*="flex:1 1 46%"] {
  flex: 1 1 48% !important;
  min-width: 300px;
}

#aboutus img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* === MOBILE === */
@media (max-width: 768px) {
  #aboutus .container {
    padding: 0 18px;
  }

  #aboutus [style*="flex:1"] {
    flex: 1 1 100% !important;
    width: 100% !important;
    margin: 0 !important;
  }

  #aboutus [style*="display:flex"] {
    flex-direction: column !important;
    gap: 30px !important;
  }

  #aboutus h2 {
    font-size: 1.9rem;
    line-height: 1.3;
  }

  #aboutus h3 {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  #aboutus p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

/* === FINAL FIX: remove inline overflow inside ABOUT US === */
#aboutus * {
  max-width: 100% !important;
  box-sizing: border-box !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
}

#aboutus .container {
  width: 100% !important;
  max-width: 100vw !important;
  padding: 0 16px !important;
  margin: 0 auto !important;
  overflow-x: hidden !important;
}

#aboutus strong,
#aboutus b,
#aboutus span,
#aboutus a {
  white-space: normal !important;
  word-break: break-word !important;
  display: inline !important;
  max-width: 100% !important;
}

#aboutus [style*="flex:"] {
  min-width: 0 !important;
  flex-shrink: 1 !important;
  overflow: hidden !important;
}

@media (max-width: 768px) {
  #aboutus {
    overflow-x: hidden !important;
  }
  #aboutus .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  #aboutus div[style*="display:flex"] {
    flex-direction: column !important;
    align-items: stretch !important;
  }
}


/* --- GAMES SECTION STYLE --- */
#games {
  font-family: 'Poppins', sans-serif;
}

#games .game-card {
  flex: 1 1 calc(50% - 45px);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
  padding: 50px;
  min-width: 350px;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#games .game-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 35px rgba(0,0,0,0.1);
}

#games .game-card h3 {
  color: #ff6600;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 20px;
}

#games .game-card p {
  font-size: 1.25rem;
  line-height: 2;
  color: #333;
  margin-bottom: 18px;
}

#games .game-card .tag {
  position: absolute;
  top: 18px;
  right: -30px;
  background: linear-gradient(90deg,#ff4500,#ff9900);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 8px 45px;
  transform: rotate(45deg);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.games-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}

@media (max-width: 992px) {
  .games-grid {
    flex-direction: column;
    align-items: stretch;
  }
  #games .game-card {
    flex: 1 1 100%;
    padding: 40px;
  }
  #games .game-card h3 {
    font-size: 1.6rem;
  }
  #games .game-card p {
    font-size: 1.15rem;
  }
  #games .game-card .tag {
    right: -25px;
    font-size: 0.85rem;
  }
}
.providers-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-top: 60px;
  margin-bottom: 80px; 
  padding: 40px 0;
  background: #fafafa;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.providers-logos img {
  height: 55px;
  opacity: 0.9;
  transition: all 0.35s ease;
  filter: drop-shadow(0 0 0 rgba(255,255,255,0));
  cursor: pointer;
}

.providers-logos img:hover {
  transform: scale(1.12);
  opacity: 1;
  filter: drop-shadow(0 0 10px rgba(255, 200, 0, 0.5));
}

@media (max-width: 768px) {
  .providers-logos {
    gap: 25px;
    padding: 30px 10px;
  }
  .providers-logos img {
    height: 45px;
  }
}
/* CTA BUTTON */
.cta-button {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px; 
}

.cta-button a {
  display: inline-block;
  background: linear-gradient(90deg,#ffca00,#ffde63);
  color: #000;
  font-weight: 800;
  padding: 18px 60px;
  border-radius: 60px;
  text-decoration: none;
  font-size: 1.3rem;
  box-shadow: 0 0 25px rgba(255,215,0,0.5);
  transition: 0.3s;
}

.cta-button a:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 35px rgba(255,215,0,0.7);
}

@media (max-width: 768px) {
  .providers-logos {
    gap: 25px;
    padding: 30px 10px;
    margin-bottom: 60px;
  }
  .providers-logos img {
    height: 45px;
  }
}



#games,
#games .games-grid {
  width: 100% !important;
  max-width: 100vw !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
}

#games * {
  max-width: 100% !important;
  box-sizing: border-box !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
}

#games .games-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 40px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

#games .game-card {
  flex: 1 1 48% !important; 
  min-width: 300px !important;
  max-width: 100% !important;
  overflow: hidden !important;
  word-break: break-word !important;
  box-sizing: border-box !important;
  position: relative;
}

#games .game-card * {
  white-space: normal !important;
  overflow: visible !important;
  text-align: left !important;
  line-height: 1.8 !important;
}

#games strong,
#games span,
#games a {
  white-space: normal !important;
  word-break: break-word !important;
  max-width: 100% !important;
}

@media (max-width: 992px) {
  #games .games-grid {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  #games .game-card {
    flex: 1 1 100% !important;
    min-width: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 32px !important;
  }
}

/* === FIX: Mobile button layout for Welcome Bonus banner === */


@media (max-width:992px) {
  #welcome-bonus {
    flex-direction:column;
    text-align:center;
    padding:50px 30px;
  }
  #welcome-bonus h2 {
    font-size:2.3rem;
  }
  #welcome-bonus p {
    font-size:1.3rem;
  }
  #welcome-bonus a {
    padding:14px 50px;
  }
}

@media (max-width: 768px) {
  #welcome-bonus {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 30px !important;
    padding: 45px 25px !important;
  }

  #welcome-bonus div[style*="flex:1"] {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  #welcome-bonus a {
    display: inline-block !important;
    white-space: nowrap !important;
    padding: 16px 70px !important;
    font-size: 1.3rem !important;
    line-height: 1 !important;
    border-radius: 50px !important;
    text-align: center !important;
    margin-top: 15px !important;
    transform: none !important;
  }

  #welcome-bonus img {
    max-width: 90% !important;
    height: auto !important;
  }
}


/* =========================================================
   PREMIUM FIXED HEADER — ORANGE & LIME CASINO STYLE
   ========================================================= */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
  z-index: 9999;
  background:
    linear-gradient(180deg, rgba(12, 14, 22, 0.98), rgba(8, 9, 14, 0.95)),
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.16), transparent 34%),
    radial-gradient(circle at top right, rgba(121, 255, 22, 0.1), transparent 32%);
  border-bottom: 6px solid #ff4516;
  box-shadow:
    0 14px 42px rgba(0, 0, 0, 0.5),
    0 1px 0 rgba(121, 255, 22, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.header-inner {
  width: min(1440px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo {
  margin: 0;
  flex: 0 0 auto;
}

.logo span {
  display: none;
}

.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  display: block;
  max-height: 54px;
  width: auto;
  filter:
    drop-shadow(0 4px 14px rgba(0, 0, 0, 0.45))
    drop-shadow(0 0 12px rgba(121, 255, 22, 0.08));
}

/* =========================================================
   DESKTOP NAVIGATION
   ========================================================= */

.main-navigation {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.main-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation li {
  margin: 0;
  padding: 0;
}

.main-navigation a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 13px 13px;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    color 0.25s ease,
    text-shadow 0.25s ease,
    transform 0.25s ease;
}

.main-navigation a::before {
  content: "";
  position: absolute;
  inset: 6px 5px;
  border-radius: 999px;
  background: rgba(121, 255, 22, 0.055);
  opacity: 0;
  transform: scale(0.92);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  z-index: -1;
}

.main-navigation a::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 5px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #79ff16, transparent);
  opacity: 0;
  transform: scaleX(0.3);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.main-navigation a:hover,
.main-navigation a.active {
  color: #79ff16;
  text-shadow: 0 0 14px rgba(121, 255, 22, 0.45);
  transform: translateY(-1px);
}

.main-navigation a:hover::before,
.main-navigation a.active::before {
  opacity: 1;
  transform: scale(1);
}

.main-navigation a:hover::after,
.main-navigation a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

/* =========================================================
   PREMIUM CTA BUTTON
   ========================================================= */

.btn-play-now {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  min-height: 46px;
  padding: 13px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 70, 0.85);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 10px 26px rgba(255, 69, 22, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.btn-play-now:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  color: #ffffff;
  box-shadow:
    0 16px 36px rgba(255, 69, 22, 0.48),
    0 0 28px rgba(255, 69, 22, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.btn-play-now:focus {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255, 69, 22, 0.28),
    0 16px 36px rgba(255, 69, 22, 0.44);
}
/* =========================================================
   FIXED HEADER PAGE OFFSET
   ========================================================= */

body {
  padding-top: 86px;
}

/* =========================================================
   MOBILE HEADER — LOGO + PLAY NOW ONLY
   ========================================================= */

@media (max-width: 768px) {
  .site-header {
    height: 72px;
    border-bottom-width: 5px;
    background:
      linear-gradient(180deg, rgba(12, 14, 22, 0.99), rgba(8, 9, 14, 0.97)),
      radial-gradient(circle at top left, rgba(255, 69, 22, 0.14), transparent 40%),
      radial-gradient(circle at top right, rgba(121, 255, 22, 0.1), transparent 36%);
  }

  .header-inner {
    width: calc(100% - 28px);
    gap: 14px;
  }

  .main-navigation {
    display: none;
  }

  .logo img {
    max-height: 44px;
  }

  .btn-play-now {
    min-width: auto;
    min-height: 42px;
    padding: 11px 18px;
    font-size: 12px;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }

  body {
    padding-top: 72px;
  }
}

@media (max-width: 380px) {
  .header-inner {
    width: calc(100% - 22px);
    gap: 10px;
  }

  .logo img {
    max-height: 38px;
  }

  .btn-play-now {
    min-height: 38px;
    padding: 10px 14px;
    font-size: 11px;
  }
}

/* =========================================================
   HERO BANNER — ORANGE & LIME PREMIUM CASINO STYLE
   Left side dark, right side almost clear
   ========================================================= */

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #05060a;
}

/* HERO BANNER */
.hero-banner {
  position: relative;
  min-height: calc(100vh - 86px);
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(3, 5, 10, 0.92) 0%,
      rgba(3, 5, 10, 0.86) 28%,
      rgba(3, 5, 10, 0.58) 48%,
      rgba(3, 5, 10, 0.18) 72%,
      rgba(3, 5, 10, 0.04) 100%
    ),
    radial-gradient(circle at 22% 62%, rgba(255, 69, 22, 0.14), transparent 34%),
    url("../../images/slider/sliderbg01.jpg") center right / cover no-repeat;
  color: #ffffff;
  padding: 118px 24px 90px;
  margin: 0;
  text-align: left;
}

/* Soft vertical depth, mostly for bottom readability */
.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.1) 55%,
      rgba(0, 0, 0, 0.28) 100%
    );
  pointer-events: none;
  z-index: 1;
}

/* Bottom accent line */
.hero-banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 69, 22, 0.95),
    rgba(121, 255, 22, 0.75),
    transparent
  );
  z-index: 3;
}

/* Subtle luxury grid overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 90px
    );
  opacity: 0.16;
  z-index: 1;
}

/* Soft glow accents */
.hero-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(82px);
  opacity: 0.26;
  z-index: 1;
  pointer-events: none;
}

.hero-glow-left {
  left: -160px;
  top: 22%;
  background: rgba(255, 69, 22, 0.7);
}

.hero-glow-right {
  display: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.hero-content {
  max-width: 980px;
  animation: heroFadeUp 0.9s ease both;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 24px;
  padding: 10px 18px;
  border: 1px solid rgba(121, 255, 22, 0.42);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(121, 255, 22, 0.08), rgba(255, 69, 22, 0.08));
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(121, 255, 22, 0.08);
}

.hero-content h1 {
  max-width: 900px;
  margin: 0 0 26px;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(3rem, 6vw, 6.9rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.055em;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow:
    0 18px 45px rgba(0, 0, 0, 0.58),
    0 0 32px rgba(255, 69, 22, 0.08);
}

.hero-content h1::after {
  content: "";
  display: block;
  width: 148px;
  height: 3px;
  margin-top: 28px;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
  box-shadow: 0 0 22px rgba(121, 255, 22, 0.28);
}

.hero-lead {
  max-width: 850px;
  margin: 0 0 42px;
  color: rgba(255, 255, 255, 0.84);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
  line-height: 1.85;
  font-weight: 400;
}

.hero-lead strong {
  color: #ffffff;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 56px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 34px;
  border-radius: 999px;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    filter 0.25s ease;
}

.hero-btn-primary {
  border: 1px solid rgba(255, 140, 70, 0.85);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.hero-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  color: #ffffff;
}

.hero-btn:hover {
  transform: translateY(-3px);
}

.hero-btn-primary:hover {
  filter: brightness(1.08);
  color: #ffffff;
  box-shadow:
    0 18px 42px rgba(255, 69, 22, 0.5),
    0 0 30px rgba(255, 69, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(121, 255, 22, 0.66);
  color: #79ff16;
  box-shadow: 0 0 24px rgba(121, 255, 22, 0.12);
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1120px;
  gap: 18px;
}

.hero-feature {
  min-height: 170px;
  padding: 34px 34px;
  border: 1px solid rgba(121, 255, 22, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 44%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.hero-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 69, 22, 0.55);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.34),
    0 0 26px rgba(255, 69, 22, 0.12);
}

.hero-feature span {
  display: block;
  margin-bottom: 18px;
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-shadow: 0 0 16px rgba(121, 255, 22, 0.42);
}

.hero-feature strong {
  display: block;
  margin-bottom: 16px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.25;
}

.hero-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.75;
  font-weight: 500;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(34px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 992px) {
  .hero-banner {
    min-height: auto;
    padding: 96px 22px 70px;
    background:
      linear-gradient(
        90deg,
        rgba(3, 5, 10, 0.9) 0%,
        rgba(3, 5, 10, 0.78) 42%,
        rgba(3, 5, 10, 0.38) 78%,
        rgba(3, 5, 10, 0.16) 100%
      ),
      radial-gradient(circle at 22% 62%, rgba(255, 69, 22, 0.12), transparent 34%),
      url("../../images/slider/sliderbg01.jpg") center right / cover no-repeat;
  }

  .hero-features {
    grid-template-columns: 1fr;
    max-width: 720px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {
  .hero-banner {
    min-height: auto;
    padding: 104px 18px 64px;
    text-align: left;
    background:
      linear-gradient(
        90deg,
        rgba(3, 5, 10, 0.9) 0%,
        rgba(3, 5, 10, 0.78) 48%,
        rgba(3, 5, 10, 0.44) 100%
      ),
      radial-gradient(circle at 20% 60%, rgba(255, 69, 22, 0.12), transparent 36%),
      url("../../images/slider/sliderbg01.jpg") center top / cover no-repeat;
  }

  .hero-eyebrow {
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 22px;
  }

  .hero-content h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
    line-height: 1;
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hero-actions {
    gap: 12px;
    margin-bottom: 38px;
  }

  .hero-btn {
    width: 100%;
    min-height: 50px;
    padding: 14px 24px;
  }

  .hero-feature {
    padding: 22px 20px;
  }

  .hero-feature span {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .hero-feature strong {
    font-size: 1.18rem;
    margin-bottom: 12px;
  }

  .hero-feature p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (max-width: 380px) {
  .hero-banner {
    padding-top: 96px;
  }

  .hero-eyebrow {
    font-size: 10px;
    padding: 9px 14px;
  }
}

/* =========================================================
   TOP GAMES — PULLMAN CASINO
   12 cards / 6 per row desktop
   ========================================================= */

.top-games-section {
  position: relative;
  padding: 100px 24px;
  background:
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.16), transparent 34%),
    radial-gradient(circle at bottom right, rgba(121, 255, 22, 0.08), transparent 32%),
    linear-gradient(180deg, #05060a 0%, #101018 48%, #05060a 100%);
  overflow: hidden;
}

.top-games-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 0,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px,
      transparent 90px
    );
  opacity: 0.18;
  pointer-events: none;
}

.top-games-container {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.top-games-header {
  max-width: 980px;
  margin: 0 auto 54px;
  text-align: center;
}

.top-games-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(121, 255, 22, 0.42);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 255, 22, 0.08), rgba(255, 69, 22, 0.08));
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.top-games-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2.4rem, 4.2vw, 5rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-shadow: 0 16px 38px rgba(0, 0, 0, 0.48);
}

.top-games-header h2::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  margin: 28px auto 0;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
  box-shadow: 0 0 22px rgba(121, 255, 22, 0.24);
}

/* GRID */
.top-games-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}

/* CARD */
.top-game-card {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(121, 255, 22, 0.16);
  background: #0b0c12;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-decoration: none;
  transform: translateY(0);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.top-game-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}

.top-game-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.52) 100%),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.16), transparent 46%);
  opacity: 0.42;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.top-game-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 69, 22, 0.78);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.48),
    0 0 28px rgba(255, 69, 22, 0.18),
    0 0 18px rgba(121, 255, 22, 0.1);
}

.top-game-card:hover img {
  transform: scale(1.08);
  filter: brightness(0.76) saturate(1.08);
}

.top-game-card:hover::before {
  opacity: 0.78;
}

/* HOVER PLAY BUTTON */
.top-game-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(5, 6, 10, 0.05), rgba(5, 6, 10, 0.46)),
    radial-gradient(circle at center, rgba(255, 69, 22, 0.14), transparent 48%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.top-game-card:hover .top-game-overlay {
  opacity: 1;
}

.top-game-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 70, 0.9);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transform: translateY(10px) scale(0.96);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease;
}

.top-game-card:hover .top-game-btn {
  transform: translateY(0) scale(1);
}

.top-game-btn:hover {
  filter: brightness(1.08);
  box-shadow:
    0 18px 42px rgba(255, 69, 22, 0.52),
    0 0 26px rgba(255, 69, 22, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1280px) {
  .top-games-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 992px) {
  .top-games-section {
    padding: 82px 22px;
  }

  .top-games-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .top-games-section {
    padding: 70px 16px;
  }

  .top-games-header {
    margin-bottom: 38px;
  }

  .top-games-eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
    padding: 9px 14px;
  }

  .top-games-header h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
    line-height: 1.05;
  }

  .top-games-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .top-game-card {
    border-radius: 16px;
  }

  .top-game-overlay {
    opacity: 1;
    align-items: flex-end;
    padding: 10px;
    background:
      linear-gradient(180deg, transparent 32%, rgba(5, 6, 10, 0.72) 100%);
  }

  .top-game-btn {
    min-height: 34px;
    width: 100%;
    padding: 10px 8px;
    font-size: 10px;
    letter-spacing: 0.05em;
    transform: none;
  }
}

@media (max-width: 520px) {
  .top-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .top-game-card {
    border-radius: 15px;
  }
}

@media (max-width: 360px) {
  .top-games-grid {
    gap: 10px;
  }

  .top-game-btn {
    font-size: 9px;
  }
}

.top-games-intro {
  max-width: 860px;
  margin: 26px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.8;
  font-weight: 400;
}

/* =========================================================
   INFO SECTION — PREMIUM CASINO STYLE
   Reusable section with neutral technical class names
   ========================================================= */

.info-section {
  position: relative;
  padding: 110px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(121, 255, 22, 0.08), transparent 34%),
    linear-gradient(180deg, #05060a 0%, #101018 48%, #06070c 100%);
  color: #ffffff;
}

.info-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 96px
    );
  opacity: 0.18;
  pointer-events: none;
}

.info-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(84px);
  pointer-events: none;
  z-index: 1;
}

.info-decor-left {
  width: 420px;
  height: 420px;
  left: -190px;
  top: 16%;
  background: rgba(255, 69, 22, 0.25);
}

.info-decor-right {
  width: 460px;
  height: 460px;
  right: -230px;
  bottom: 12%;
  background: rgba(121, 255, 22, 0.11);
}

.info-container {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.info-header {
  max-width: 1060px;
  margin: 0 auto 62px;
  text-align: center;
}

.info-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(121, 255, 22, 0.42);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 255, 22, 0.08), rgba(255, 69, 22, 0.08));
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.info-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2.7rem, 5vw, 6rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
}

.info-header h2::after {
  content: "";
  display: block;
  width: 170px;
  height: 3px;
  margin: 30px auto 0;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
  box-shadow: 0 0 22px rgba(121, 255, 22, 0.24);
}

.info-intro {
  max-width: 980px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.05rem, 1.28vw, 1.28rem);
  line-height: 1.85;
  font-weight: 400;
}

/* MAIN BLOCK */
.info-main {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 28px;
}

.info-story {
  position: relative;
  padding: 44px;
  border: 1px solid rgba(121, 255, 22, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.032)),
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.08), transparent 42%);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.info-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.info-story h3,
.info-bottom h3,
.info-services-title h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.8rem, 2.7vw, 3.2rem);
  line-height: 1.07;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.info-story p,
.info-bottom p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.76);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.82;
  font-weight: 400;
}

.info-story p:last-child,
.info-bottom p:last-child {
  margin-bottom: 0;
}

/* STAT CARD */
.info-stat {
  position: relative;
  border-radius: 28px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(121, 255, 22, 0.42), rgba(255, 69, 22, 0.6));
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.32),
    0 0 26px rgba(255, 69, 22, 0.12);
}

.info-stat-inner {
  height: 100%;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  border-radius: 27px;
  background:
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.16), transparent 46%),
    linear-gradient(180deg, rgba(16, 18, 26, 0.98), rgba(7, 8, 13, 0.98));
}

.info-stat span {
  display: block;
  margin-bottom: 12px;
  color: #ff4516;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(4rem, 6vw, 6.6rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.07em;
  text-shadow: 0 0 28px rgba(255, 69, 22, 0.28);
}

.info-stat strong {
  display: block;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.38rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.info-stat p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.04rem;
  line-height: 1.75;
}

/* COMPACT CARDS */
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}

.info-card {
  position: relative;
  overflow: hidden;
  min-height: 245px;
  padding: 30px 30px 28px;
  border: 1px solid rgba(121, 255, 22, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.064), rgba(255, 255, 255, 0.028)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 45%);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.info-card::before {
  content: "";
  position: absolute;
  right: -66px;
  top: -66px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(255, 69, 22, 0.2);
  border-radius: 50%;
}

.info-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 69, 22, 0.56);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.34),
    0 0 22px rgba(255, 69, 22, 0.1);
}

.info-card span {
  display: block;
  margin-bottom: 12px;
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-shadow: 0 0 16px rgba(121, 255, 22, 0.34);
}

.info-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.42rem;
  line-height: 1.25;
  font-weight: 900;
}

.info-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.7;
  font-weight: 400;
}

/* SERVICES */
.info-services {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  margin-bottom: 28px;
  padding: 40px;
  border-radius: 28px;
  border: 1px solid rgba(121, 255, 22, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 69, 22, 0.08), rgba(121, 255, 22, 0.035)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.info-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.info-service {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 6, 10, 0.36);
}

.info-service strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
}

.info-service p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

/* BOTTOM CTA */
.info-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 44px;
  border-radius: 28px;
  border: 1px solid rgba(255, 69, 22, 0.32);
  background:
    radial-gradient(circle at top right, rgba(121, 255, 22, 0.07), transparent 40%),
    linear-gradient(135deg, rgba(255, 69, 22, 0.12), rgba(255, 255, 255, 0.035));
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.052);
}

.info-bottom > div {
  max-width: 920px;
}

.info-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 70, 0.85);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.info-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  color: #ffffff;
  box-shadow:
    0 18px 42px rgba(255, 69, 22, 0.5),
    0 0 30px rgba(255, 69, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1180px) {
  .info-main,
  .info-services {
    grid-template-columns: 1fr;
  }

  .info-stat-inner {
    min-height: 300px;
  }

  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .info-section {
    padding: 82px 16px;
  }

  .info-header {
    margin-bottom: 44px;
  }

  .info-eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 9px 14px;
  }

  .info-header h2 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
    line-height: 1;
  }

  .info-intro {
    font-size: 1rem;
    line-height: 1.72;
    margin-top: 24px;
  }

  .info-story,
  .info-services,
  .info-bottom {
    padding: 28px;
    border-radius: 24px;
  }

  .info-story h3,
  .info-bottom h3,
  .info-services-title h3 {
    font-size: clamp(1.7rem, 8vw, 2.6rem);
  }

  .info-story p,
  .info-bottom p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .info-grid,
  .info-service-list {
    grid-template-columns: 1fr;
  }

 .info-card {
  min-height: 280px;
  padding: 30px 32px 28px;
}


  .info-card h3 {
    font-size: 1.28rem;
  }

  .info-card p {
    font-size: 1rem;
    line-height: 1.68;
  }

  .info-stat-inner {
    min-height: auto;
    padding: 34px 28px;
  }

  .info-stat span {
    font-size: clamp(3.4rem, 18vw, 5.4rem);
  }

  .info-btn {
    width: 100%;
  }
}

/* =========================================================
   BENEFITS SECTION — PREMIUM CASINO STYLE
   Reusable classes, visible content can be brand-specific
   ========================================================= */

.benefits-section {
  position: relative;
  padding: 110px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.18), transparent 32%),
    radial-gradient(circle at bottom left, rgba(121, 255, 22, 0.08), transparent 34%),
    linear-gradient(180deg, #06070c 0%, #11121a 48%, #05060a 100%);
  color: #ffffff;
}

.benefits-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 96px
    );
  opacity: 0.16;
  pointer-events: none;
}

.benefits-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(86px);
  pointer-events: none;
  z-index: 1;
}

.benefits-decor-left {
  width: 420px;
  height: 420px;
  left: -190px;
  bottom: 18%;
  background: rgba(121, 255, 22, 0.1);
}

.benefits-decor-right {
  width: 460px;
  height: 460px;
  right: -220px;
  top: 14%;
  background: rgba(255, 69, 22, 0.24);
}

.benefits-container {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.benefits-header {
  max-width: 1060px;
  margin: 0 auto 62px;
  text-align: center;
}

.benefits-eyebrow,
.benefits-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(121, 255, 22, 0.42);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 255, 22, 0.08), rgba(255, 69, 22, 0.08));
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.benefits-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2.7rem, 5vw, 6rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
}

.benefits-header h2::after {
  content: "";
  display: block;
  width: 170px;
  height: 3px;
  margin: 30px auto 0;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
  box-shadow: 0 0 22px rgba(121, 255, 22, 0.24);
}

.benefits-intro {
  max-width: 980px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.05rem, 1.28vw, 1.28rem);
  line-height: 1.85;
  font-weight: 400;
}

/* FEATURE BLOCK */
.benefits-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 28px;
  margin-bottom: 28px;
}

.benefits-feature,
.benefits-side,
.benefit-card {
  border: 1px solid rgba(121, 255, 22, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 45%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.benefits-feature {
  padding: 44px;
  border-radius: 28px;
}

.benefits-feature h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.8rem, 2.7vw, 3.2rem);
  line-height: 1.07;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.benefits-feature > p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.76);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.82;
}

.benefits-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.benefits-points div {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 69, 22, 0.22);
  background: rgba(5, 6, 10, 0.36);
}

.benefits-points strong {
  display: block;
  margin-bottom: 9px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.04rem;
  font-weight: 900;
}

.benefits-points p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.96rem;
  line-height: 1.65;
}

/* SIDE CTA */
.benefits-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 38px;
  border-radius: 28px;
}

.benefits-score span {
  display: block;
  margin-bottom: 16px;
  color: #ff4516;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(4rem, 6vw, 6.4rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.07em;
  text-shadow: 0 0 28px rgba(255, 69, 22, 0.28);
}

.benefits-score strong {
  display: block;
  margin-bottom: 18px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.benefits-score p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.04rem;
  line-height: 1.75;
}

.benefits-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  width: 100%;
  padding: 15px 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 70, 0.85);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.benefits-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  color: #ffffff;
  box-shadow:
    0 18px 42px rgba(255, 69, 22, 0.5),
    0 0 30px rgba(255, 69, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* CARDS */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.benefit-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 30px;
  border-radius: 24px;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.benefit-card::before {
  content: "";
  position: absolute;
  right: -66px;
  top: -66px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(255, 69, 22, 0.2);
  border-radius: 50%;
}

.benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 69, 22, 0.56);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.34),
    0 0 22px rgba(255, 69, 22, 0.1);
}

.benefit-card span {
  display: block;
  margin-bottom: 14px;
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-shadow: 0 0 16px rgba(121, 255, 22, 0.34);
}

.benefit-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.32rem;
  line-height: 1.25;
  font-weight: 900;
}

.benefit-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.72;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .benefits-layout {
    grid-template-columns: 1fr;
  }

  .benefits-points {
    grid-template-columns: 1fr;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .benefits-section {
    padding: 82px 16px;
  }

  .benefits-header {
    margin-bottom: 44px;
  }

  .benefits-eyebrow,
  .benefits-label {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 9px 14px;
  }

  .benefits-header h2 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
    line-height: 1;
  }

  .benefits-intro {
    font-size: 1rem;
    line-height: 1.72;
    margin-top: 24px;
  }

  .benefits-feature,
  .benefits-side {
    padding: 28px;
    border-radius: 24px;
  }

  .benefits-feature h3 {
    font-size: clamp(1.7rem, 8vw, 2.6rem);
  }

  .benefits-feature > p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    min-height: auto;
    padding: 26px;
    border-radius: 22px;
  }

  .benefit-card h3 {
    font-size: 1.24rem;
  }

  .benefit-card p {
    font-size: 1rem;
    line-height: 1.68;
  }
}

/* =========================================================
   PROMO BONUS BANNER
   Full-width banner with orange top/bottom lines
   ========================================================= */

.promo-banner-section {
  position: relative;
  width: 100%;
  padding: 0;
  background:
    radial-gradient(circle at left center, rgba(255, 69, 22, 0.16), transparent 30%),
    radial-gradient(circle at right center, rgba(121, 255, 22, 0.08), transparent 28%),
    linear-gradient(90deg, #07080d 0%, #12131c 52%, #08090f 100%);
  border-top: 6px solid #ff4516;
  border-bottom: 6px solid #ff4516;
  overflow: hidden;
}

.promo-banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.012) 0,
      rgba(255, 255, 255, 0.012) 1px,
      transparent 1px,
      transparent 92px
    );
  opacity: 0.14;
  pointer-events: none;
}

.promo-banner-container {
  position: relative;
  z-index: 2;
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 78px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 40px;
}

.promo-banner-content {
  max-width: 720px;
}

.promo-banner-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(121, 255, 22, 0.42);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 255, 22, 0.08), rgba(255, 69, 22, 0.08));
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.promo-banner-content h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2.4rem, 4.8vw, 5.2rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.46);
}

.promo-banner-offer {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2.45rem);
  line-height: 1.2;
  font-weight: 800;
}

.promo-banner-offer span {
  color: #79ff16;
  text-shadow: 0 0 16px rgba(121, 255, 22, 0.32);
}

.promo-banner-text {
  max-width: 640px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.82;
  font-weight: 400;
}

.promo-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 70, 0.85);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.promo-banner-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  color: #ffffff;
  box-shadow:
    0 18px 42px rgba(255, 69, 22, 0.5),
    0 0 30px rgba(255, 69, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* RIGHT VISUAL */
.promo-banner-visual {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-banner-glow {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 69, 22, 0.3) 0%, rgba(255, 69, 22, 0.12) 38%, transparent 72%);
  filter: blur(34px);
  animation: promoGlowPulse 4.5s ease-in-out infinite;
}

.promo-banner-image {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100%;
  max-height: 440px;
  width: auto;
  height: auto;
  filter:
    drop-shadow(0 24px 42px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 28px rgba(255, 69, 22, 0.18));
  animation: promoFloat 4.6s ease-in-out infinite;
}

/* ANIMATIONS */
@keyframes promoFloat {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-14px) rotate(1deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes promoGlowPulse {
  0% {
    transform: scale(0.96);
    opacity: 0.75;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
  100% {
    transform: scale(0.96);
    opacity: 0.75;
  }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  .promo-banner-container {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 68px 0;
    text-align: center;
  }

  .promo-banner-content {
    max-width: 860px;
    margin: 0 auto;
  }

  .promo-banner-text {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .promo-banner-visual {
    min-height: 340px;
  }

  .promo-banner-image {
    max-height: 360px;
  }
}

@media (max-width: 768px) {
  .promo-banner-section {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }

  .promo-banner-container {
    width: calc(100% - 32px);
    padding: 56px 0;
  }

  .promo-banner-eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 9px 14px;
  }

  .promo-banner-content h2 {
    font-size: clamp(2rem, 10vw, 3.5rem);
    line-height: 1;
  }

  .promo-banner-offer {
    font-size: clamp(1.3rem, 6vw, 2rem);
  }

  .promo-banner-text {
    font-size: 1rem;
    line-height: 1.72;
    margin-bottom: 24px;
  }

  .promo-banner-btn {
    width: 100%;
  }

  .promo-banner-visual {
    min-height: 280px;
  }

  .promo-banner-glow {
    width: 250px;
    height: 250px;
  }

  .promo-banner-image {
    max-height: 280px;
  }
}

@media (max-width: 420px) {
  .promo-banner-container {
    width: calc(100% - 24px);
    padding: 48px 0;
  }

  .promo-banner-visual {
    min-height: 240px;
  }

  .promo-banner-image {
    max-height: 240px;
  }
}

/* =========================================================
   REWARDS SECTION — PREMIUM CASINO STYLE
   Neutral technical class names
   ========================================================= */

.rewards-section {
  position: relative;
  padding: 110px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(121, 255, 22, 0.08), transparent 34%),
    linear-gradient(180deg, #05060a 0%, #11121a 48%, #06070c 100%);
  color: #ffffff;
}

.rewards-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 96px
    );
  opacity: 0.16;
  pointer-events: none;
}

.rewards-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(86px);
  pointer-events: none;
  z-index: 1;
}

.rewards-decor-left {
  width: 420px;
  height: 420px;
  left: -190px;
  top: 18%;
  background: rgba(255, 69, 22, 0.22);
}

.rewards-decor-right {
  width: 460px;
  height: 460px;
  right: -220px;
  bottom: 12%;
  background: rgba(121, 255, 22, 0.1);
}

.rewards-container {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.rewards-header {
  max-width: 1080px;
  margin: 0 auto 62px;
  text-align: center;
}

.rewards-eyebrow,
.rewards-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(121, 255, 22, 0.42);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 255, 22, 0.08), rgba(255, 69, 22, 0.08));
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rewards-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2.7rem, 5vw, 6rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
}

.rewards-header h2::after {
  content: "";
  display: block;
  width: 170px;
  height: 3px;
  margin: 30px auto 0;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
  box-shadow: 0 0 22px rgba(121, 255, 22, 0.24);
}

.rewards-intro {
  max-width: 980px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.05rem, 1.28vw, 1.28rem);
  line-height: 1.85;
  font-weight: 400;
}

/* MAIN PANELS */
.rewards-main {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  gap: 28px;
  margin-bottom: 28px;
}

.rewards-panel,
.reward-card,
.rewards-highlight,
.rewards-bottom {
  border: 1px solid rgba(121, 255, 22, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 45%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.rewards-panel {
  border-radius: 28px;
}

.rewards-panel-large {
  padding: 44px;
}

.rewards-panel-large h3,
.rewards-highlight h3,
.rewards-bottom h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.8rem, 2.7vw, 3.2rem);
  line-height: 1.07;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.rewards-panel-large p,
.rewards-highlight p,
.rewards-bottom p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.76);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.82;
}

.rewards-panel-large p:last-child,
.rewards-highlight p:last-child,
.rewards-bottom p:last-child {
  margin-bottom: 0;
}

.rewards-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.rewards-mini-grid div {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 69, 22, 0.22);
  background: rgba(5, 6, 10, 0.36);
}

.rewards-mini-grid strong {
  display: block;
  margin-bottom: 9px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.04rem;
  font-weight: 900;
}

.rewards-mini-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.96rem;
  line-height: 1.65;
}

/* SIDE PANEL */
.rewards-panel-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
}

.rewards-stat {
  display: block;
  margin-bottom: 16px;
  color: #ff4516;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(3.5rem, 5.4vw, 6rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.07em;
  text-shadow: 0 0 28px rgba(255, 69, 22, 0.28);
}

.rewards-panel-side strong {
  display: block;
  margin-bottom: 18px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rewards-panel-side p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.04rem;
  line-height: 1.75;
}

.rewards-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 70, 0.85);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.rewards-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  color: #ffffff;
  box-shadow:
    0 18px 42px rgba(255, 69, 22, 0.5),
    0 0 30px rgba(255, 69, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* HIGHLIGHT */
.rewards-highlight {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 40px;
  border-radius: 28px;
  margin-bottom: 28px;
}

/* GRID */
.rewards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}

.reward-card {
  position: relative;
  overflow: hidden;
  min-height: 335px;
  padding: 30px;
  border-radius: 24px;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.reward-card::before {
  content: "";
  position: absolute;
  right: -66px;
  top: -66px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(255, 69, 22, 0.2);
  border-radius: 50%;
}

.reward-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 69, 22, 0.56);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.34),
    0 0 22px rgba(255, 69, 22, 0.1);
}

.reward-card span {
  display: block;
  margin-bottom: 14px;
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-shadow: 0 0 16px rgba(121, 255, 22, 0.34);
}

.reward-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.28rem;
  line-height: 1.25;
  font-weight: 900;
}

.reward-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.7;
}

/* BOTTOM CTA */
.rewards-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 44px;
  border-radius: 28px;
  border-color: rgba(255, 69, 22, 0.32);
}

.rewards-bottom > div {
  max-width: 920px;
}

.rewards-bottom .rewards-btn {
  flex: 0 0 auto;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .rewards-main,
  .rewards-highlight {
    grid-template-columns: 1fr;
  }

  .rewards-mini-grid {
    grid-template-columns: 1fr;
  }

  .rewards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rewards-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .rewards-section {
    padding: 82px 16px;
  }

  .rewards-header {
    margin-bottom: 44px;
  }

  .rewards-eyebrow,
  .rewards-label {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 9px 14px;
  }

  .rewards-header h2 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
    line-height: 1;
  }

  .rewards-intro {
    font-size: 1rem;
    line-height: 1.72;
    margin-top: 24px;
  }

  .rewards-panel-large,
  .rewards-panel-side,
  .rewards-highlight,
  .rewards-bottom {
    padding: 28px;
    border-radius: 24px;
  }

  .rewards-panel-large h3,
  .rewards-highlight h3,
  .rewards-bottom h3 {
    font-size: clamp(1.7rem, 8vw, 2.6rem);
  }

  .rewards-panel-large p,
  .rewards-highlight p,
  .rewards-bottom p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .rewards-grid {
    grid-template-columns: 1fr;
  }

  .reward-card {
    min-height: auto;
    padding: 26px;
    border-radius: 22px;
  }

  .reward-card h3 {
    font-size: 1.24rem;
  }

  .reward-card p {
    font-size: 1rem;
    line-height: 1.68;
  }

  .rewards-btn {
    width: 100%;
  }
}

/* =========================================================
   GAMING SECTION — PREMIUM CASINO STYLE
   Neutral technical class names
   ========================================================= */

.gaming-section {
  position: relative;
  padding: 110px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(121, 255, 22, 0.08), transparent 34%),
    linear-gradient(180deg, #05060a 0%, #11121a 48%, #06070c 100%);
  color: #ffffff;
}

.gaming-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 96px
    );
  opacity: 0.16;
  pointer-events: none;
}

.gaming-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(86px);
  pointer-events: none;
  z-index: 1;
}

.gaming-decor-left {
  width: 420px;
  height: 420px;
  left: -190px;
  top: 18%;
  background: rgba(255, 69, 22, 0.22);
}

.gaming-decor-right {
  width: 460px;
  height: 460px;
  right: -220px;
  bottom: 12%;
  background: rgba(121, 255, 22, 0.1);
}

.gaming-container {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.gaming-header {
  max-width: 1080px;
  margin: 0 auto 62px;
  text-align: center;
}

.gaming-eyebrow,
.gaming-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(121, 255, 22, 0.42);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 255, 22, 0.08), rgba(255, 69, 22, 0.08));
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gaming-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2.7rem, 5vw, 6rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
}

.gaming-header h2::after {
  content: "";
  display: block;
  width: 170px;
  height: 3px;
  margin: 30px auto 0;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
  box-shadow: 0 0 22px rgba(121, 255, 22, 0.24);
}

.gaming-intro {
  max-width: 980px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.05rem, 1.28vw, 1.28rem);
  line-height: 1.85;
  font-weight: 400;
}

/* SPLIT INTRO */
.gaming-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 28px;
}

.gaming-panel {
  position: relative;
  overflow: hidden;
  padding: 44px;
  border-radius: 28px;
  border: 1px solid rgba(121, 255, 22, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 45%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.gaming-panel::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(255, 69, 22, 0.2);
  border-radius: 50%;
}

.gaming-panel h3,
.gaming-showcase-heading h3,
.gaming-bottom h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.8rem, 2.7vw, 3.2rem);
  line-height: 1.07;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.gaming-panel p,
.gaming-bottom p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.76);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.82;
}

.gaming-panel p:last-child,
.gaming-bottom p:last-child {
  margin-bottom: 0;
}

.gaming-hours {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.gaming-hours div {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 69, 22, 0.22);
  background: rgba(5, 6, 10, 0.36);
}

.gaming-hours strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.04rem;
  font-weight: 900;
}

.gaming-hours span {
  display: block;
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
}

/* SHOWCASE */
.gaming-showcase {
  padding: 44px;
  margin-bottom: 28px;
  border-radius: 28px;
  border: 1px solid rgba(121, 255, 22, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 69, 22, 0.08), rgba(121, 255, 22, 0.035)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.gaming-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.gaming-feature {
  min-height: 300px;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid rgba(121, 255, 22, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.064), rgba(255, 255, 255, 0.028));
}

.gaming-feature span {
  display: block;
  margin-bottom: 14px;
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.gaming-feature h4 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.28rem;
  line-height: 1.25;
  font-weight: 900;
}

.gaming-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

/* ONLINE CATEGORIES */
.gaming-categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}

.gaming-category-column {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 26px;
  border: 1px solid rgba(255, 69, 22, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.064), rgba(255, 255, 255, 0.028)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 45%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.gaming-category-column h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 900;
}

.gaming-category-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gaming-category-column li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 18px;
  color: #ff8a38;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.06rem;
  line-height: 1.35;
  font-weight: 800;
}

.gaming-category-column li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #79ff16;
  box-shadow: 0 0 12px rgba(121, 255, 22, 0.4);
}

/* BOTTOM */
.gaming-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 54px;
  padding: 15px 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 70, 0.85);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.gaming-bottom > div {
  max-width: 920px;
}

.gaming-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 70, 0.85);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.gaming-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  color: #ffffff;
  box-shadow:
    0 18px 42px rgba(255, 69, 22, 0.5),
    0 0 30px rgba(255, 69, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .gaming-split,
  .gaming-feature-grid,
  .gaming-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gaming-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .gaming-section {
    padding: 82px 16px;
  }

  .gaming-header {
    margin-bottom: 44px;
  }

  .gaming-eyebrow,
  .gaming-label {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 9px 14px;
  }

  .gaming-header h2 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
    line-height: 1;
  }

  .gaming-intro {
    font-size: 1rem;
    line-height: 1.72;
    margin-top: 24px;
  }

  .gaming-split,
  .gaming-feature-grid,
  .gaming-categories {
    grid-template-columns: 1fr;
  }

  .gaming-panel,
  .gaming-showcase,
  .gaming-bottom {
    padding: 28px;
    border-radius: 24px;
  }

  .gaming-panel h3,
  .gaming-showcase-heading h3,
  .gaming-bottom h3 {
    font-size: clamp(1.7rem, 8vw, 2.6rem);
  }

  .gaming-panel p,
  .gaming-bottom p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .gaming-hours {
    grid-template-columns: 1fr;
  }

  .gaming-feature {
    min-height: auto;
    padding: 26px;
  }

  .gaming-category-column {
    padding: 28px;
    border-radius: 22px;
  }

  .gaming-btn {
    width: 100%;
  }
}

/* =========================================================
   PLAY SECTION — TABLE GAMES & LIVE CASINO
   Neutral technical class names
   ========================================================= */

.play-section {
  position: relative;
  padding: 110px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(121, 255, 22, 0.08), transparent 34%),
    linear-gradient(180deg, #05060a 0%, #11121a 48%, #06070c 100%);
  color: #ffffff;
}

.play-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 96px
    );
  opacity: 0.16;
  pointer-events: none;
}

.play-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(86px);
  pointer-events: none;
  z-index: 1;
}

.play-decor-left {
  width: 420px;
  height: 420px;
  left: -190px;
  top: 18%;
  background: rgba(255, 69, 22, 0.22);
}

.play-decor-right {
  width: 460px;
  height: 460px;
  right: -220px;
  bottom: 12%;
  background: rgba(121, 255, 22, 0.1);
}

.play-container {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.play-header {
  max-width: 1080px;
  margin: 0 auto 62px;
  text-align: center;
}

.play-eyebrow,
.play-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(121, 255, 22, 0.42);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 255, 22, 0.08), rgba(255, 69, 22, 0.08));
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.play-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2.7rem, 5vw, 6rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
}

.play-header h2::after {
  content: "";
  display: block;
  width: 170px;
  height: 3px;
  margin: 30px auto 0;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
  box-shadow: 0 0 22px rgba(121, 255, 22, 0.24);
}

.play-intro {
  max-width: 980px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.05rem, 1.28vw, 1.28rem);
  line-height: 1.85;
  font-weight: 400;
}

/* OVERVIEW */
.play-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 28px;
  margin-bottom: 28px;
}

.play-panel,
.play-schedule,
.play-card,
.play-automation,
.play-live,
.play-bottom {
  border: 1px solid rgba(121, 255, 22, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 45%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.play-panel,
.play-schedule {
  border-radius: 28px;
  padding: 44px;
}

.play-panel h3,
.play-schedule h3,
.play-automation h3,
.play-live-header h3,
.play-bottom h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.8rem, 2.7vw, 3.2rem);
  line-height: 1.07;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.play-panel p,
.play-schedule p,
.play-automation p,
.play-live-header p,
.play-bottom p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.76);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.82;
}

.play-panel p:last-child,
.play-schedule p:last-child,
.play-automation p:last-child,
.play-live-header p:last-child,
.play-bottom p:last-child {
  margin-bottom: 0;
}

.play-hours-card {
  padding: 24px;
  margin-bottom: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 69, 22, 0.24);
  background: rgba(5, 6, 10, 0.36);
}

.play-hours-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
}

.play-hours-card span {
  display: block;
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.32rem;
  font-weight: 900;
}

/* TABLE GAME CARDS */
.play-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}

.play-card {
  position: relative;
  overflow: hidden;
  min-height: 315px;
  padding: 30px;
  border-radius: 24px;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.play-card::before {
  content: "";
  position: absolute;
  right: -66px;
  top: -66px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(255, 69, 22, 0.2);
  border-radius: 50%;
}

.play-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 69, 22, 0.56);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.34),
    0 0 22px rgba(255, 69, 22, 0.1);
}

.play-card span {
  display: block;
  margin-bottom: 14px;
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-shadow: 0 0 16px rgba(121, 255, 22, 0.34);
}

.play-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.32rem;
  line-height: 1.25;
  font-weight: 900;
}

.play-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.72;
}

/* AUTOMATION */
.play-automation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
  gap: 28px;
  align-items: start;
  padding: 44px;
  border-radius: 28px;
  margin-bottom: 28px;
}

.play-automation-list {
  display: grid;
  gap: 16px;
}

.play-automation-list div {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 69, 22, 0.22);
  background: rgba(5, 6, 10, 0.36);
}

.play-automation-list strong {
  display: block;
  margin-bottom: 9px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.06rem;
  font-weight: 900;
}

.play-automation-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.65;
}

/* LIVE CASINO */
.play-live {
  padding: 44px;
  border-radius: 28px;
  margin-bottom: 28px;
}

.play-live-header {
  max-width: 980px;
  margin-bottom: 32px;
}

.play-live-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.play-live-card {
  padding: 26px;
  border-radius: 22px;
  border: 1px solid rgba(121, 255, 22, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.064), rgba(255, 255, 255, 0.028));
}

.play-live-card h4 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.22rem;
  font-weight: 900;
}

.play-live-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.68;
}

/* BOTTOM */
.play-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 44px;
  border-radius: 28px;
  border-color: rgba(255, 69, 22, 0.32);
}

.play-bottom > div {
  max-width: 920px;
}

.play-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 54px;
  padding: 15px 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 70, 0.85);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.play-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  color: #ffffff;
  box-shadow:
    0 18px 42px rgba(255, 69, 22, 0.5),
    0 0 30px rgba(255, 69, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .play-overview,
  .play-automation {
    grid-template-columns: 1fr;
  }

  .play-grid,
  .play-live-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .play-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .play-section {
    padding: 82px 16px;
  }

  .play-header {
    margin-bottom: 44px;
  }

  .play-eyebrow,
  .play-label {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 9px 14px;
  }

  .play-header h2 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
    line-height: 1;
  }

  .play-intro {
    font-size: 1rem;
    line-height: 1.72;
    margin-top: 24px;
  }

  .play-panel,
  .play-schedule,
  .play-automation,
  .play-live,
  .play-bottom {
    padding: 28px;
    border-radius: 24px;
  }

  .play-panel h3,
  .play-schedule h3,
  .play-automation h3,
  .play-live-header h3,
  .play-bottom h3 {
    font-size: clamp(1.7rem, 8vw, 2.6rem);
  }

  .play-panel p,
  .play-schedule p,
  .play-automation p,
  .play-live-header p,
  .play-bottom p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .play-grid,
  .play-live-grid {
    grid-template-columns: 1fr;
  }

  .play-card {
    min-height: auto;
    padding: 26px;
    border-radius: 22px;
  }

  .play-live-card {
    padding: 24px;
  }

  .play-btn {
    width: 100%;
    min-width: 0;
  }
}

/* =========================================================
   SLOTS SECTION — GAMING MACHINES & ONLINE SLOTS
   Neutral technical class names
   ========================================================= */

.slots-section {
  position: relative;
  padding: 110px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.16), transparent 32%),
    radial-gradient(circle at bottom left, rgba(121, 255, 22, 0.08), transparent 34%),
    linear-gradient(180deg, #06070c 0%, #11121a 48%, #05060a 100%);
  color: #ffffff;
}

.slots-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 96px
    );
  opacity: 0.16;
  pointer-events: none;
}

.slots-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(86px);
  pointer-events: none;
  z-index: 1;
}

.slots-decor-left {
  width: 420px;
  height: 420px;
  left: -190px;
  top: 18%;
  background: rgba(121, 255, 22, 0.1);
}

.slots-decor-right {
  width: 460px;
  height: 460px;
  right: -220px;
  bottom: 12%;
  background: rgba(255, 69, 22, 0.22);
}

.slots-container {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.slots-header {
  max-width: 1080px;
  margin: 0 auto 62px;
  text-align: center;
}

.slots-eyebrow,
.slots-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(121, 255, 22, 0.42);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 255, 22, 0.08), rgba(255, 69, 22, 0.08));
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.slots-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2.7rem, 5vw, 6rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
}

.slots-header h2::after {
  content: "";
  display: block;
  width: 170px;
  height: 3px;
  margin: 30px auto 0;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
  box-shadow: 0 0 22px rgba(121, 255, 22, 0.24);
}

.slots-intro {
  max-width: 980px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.05rem, 1.28vw, 1.28rem);
  line-height: 1.85;
  font-weight: 400;
}

/* OVERVIEW */
.slots-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 28px;
  margin-bottom: 28px;
}

.slots-panel,
.slots-types,
.slots-games-showcase,
.slots-providers,
.slots-bottom {
  border: 1px solid rgba(121, 255, 22, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 45%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.slots-panel {
  border-radius: 28px;
  padding: 44px;
}

.slots-panel h3,
.slots-types-header h3,
.slots-games-heading h3,
.slots-providers-text h3,
.slots-bottom h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.8rem, 2.7vw, 3.2rem);
  line-height: 1.07;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.slots-panel p,
.slots-types-header p,
.slots-providers-text p,
.slots-bottom p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.76);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.82;
}

.slots-panel p:last-child,
.slots-types-header p:last-child,
.slots-providers-text p:last-child,
.slots-bottom p:last-child {
  margin-bottom: 0;
}

.slots-panel-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slots-stat {
  display: block;
  margin-bottom: 16px;
  color: #ff4516;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(4rem, 6vw, 6.4rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.07em;
  text-shadow: 0 0 28px rgba(255, 69, 22, 0.28);
}

.slots-panel-side strong {
  display: block;
  margin-bottom: 18px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.slots-panel-side p {
  margin-bottom: 26px;
}

/* SLOT TYPES */
.slots-types {
  padding: 44px;
  border-radius: 28px;
  margin-bottom: 28px;
}

.slots-types-header {
  max-width: 980px;
  margin-bottom: 32px;
}

.slots-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.slots-type-card,
.slots-game-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid rgba(121, 255, 22, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.064), rgba(255, 255, 255, 0.028));
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.slots-type-card:hover,
.slots-game-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 69, 22, 0.56);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.34),
    0 0 22px rgba(255, 69, 22, 0.1);
}

.slots-type-card span {
  display: block;
  margin-bottom: 14px;
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.slots-type-card h4,
.slots-game-card h4 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.26rem;
  line-height: 1.25;
  font-weight: 900;
}

.slots-type-card p,
.slots-game-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.68;
}

/* FEATURED GAMES */
.slots-games-showcase {
  padding: 44px;
  border-radius: 28px;
  margin-bottom: 28px;
}

.slots-games-heading {
  max-width: 980px;
  margin-bottom: 32px;
}

.slots-games-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

/* PROVIDERS */
.slots-providers {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: 44px;
  border-radius: 28px;
  margin-bottom: 28px;
}

.slots-provider-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.slots-provider-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 69, 22, 0.28);
  background: rgba(5, 6, 10, 0.42);
  color: #ff8a38;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
}

/* BOTTOM */
.slots-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 44px;
  border-radius: 28px;
  border-color: rgba(255, 69, 22, 0.32);
}

.slots-bottom > div {
  max-width: 920px;
}

.slots-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 54px;
  padding: 15px 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 70, 0.85);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.slots-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  color: #ffffff;
  box-shadow:
    0 18px 42px rgba(255, 69, 22, 0.5),
    0 0 30px rgba(255, 69, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .slots-overview,
  .slots-providers {
    grid-template-columns: 1fr;
  }

  .slots-type-grid,
  .slots-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .slots-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .slots-section {
    padding: 82px 16px;
  }

  .slots-header {
    margin-bottom: 44px;
  }

  .slots-eyebrow,
  .slots-label {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 9px 14px;
  }

  .slots-header h2 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
    line-height: 1;
  }

  .slots-intro {
    font-size: 1rem;
    line-height: 1.72;
    margin-top: 24px;
  }

  .slots-panel,
  .slots-types,
  .slots-games-showcase,
  .slots-providers,
  .slots-bottom {
    padding: 28px;
    border-radius: 24px;
  }

  .slots-panel h3,
  .slots-types-header h3,
  .slots-games-heading h3,
  .slots-providers-text h3,
  .slots-bottom h3 {
    font-size: clamp(1.7rem, 8vw, 2.6rem);
  }

  .slots-panel p,
  .slots-types-header p,
  .slots-providers-text p,
  .slots-bottom p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .slots-type-grid,
  .slots-games-grid {
    grid-template-columns: 1fr;
  }

  .slots-type-card,
  .slots-game-card {
    padding: 24px;
  }

  .slots-btn {
    width: 100%;
    min-width: 0;
  }
}

/* =========================================================
   APP SECTION — MOBILE CASINO EXPERIENCE
   Neutral technical class names
   ========================================================= */

.app-section {
  position: relative;
  padding: 110px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(121, 255, 22, 0.08), transparent 34%),
    linear-gradient(180deg, #05060a 0%, #11121a 48%, #06070c 100%);
  color: #ffffff;
}

.app-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 96px
    );
  opacity: 0.16;
  pointer-events: none;
}

.app-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(86px);
  pointer-events: none;
  z-index: 1;
}

.app-decor-left {
  width: 420px;
  height: 420px;
  left: -190px;
  top: 18%;
  background: rgba(255, 69, 22, 0.22);
}

.app-decor-right {
  width: 460px;
  height: 460px;
  right: -220px;
  bottom: 12%;
  background: rgba(121, 255, 22, 0.1);
}

.app-container {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.app-header {
  max-width: 1080px;
  margin: 0 auto 62px;
  text-align: center;
}

.app-eyebrow,
.app-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(121, 255, 22, 0.42);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 255, 22, 0.08), rgba(255, 69, 22, 0.08));
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.app-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2.7rem, 5vw, 6rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
}

.app-header h2::after {
  content: "";
  display: block;
  width: 170px;
  height: 3px;
  margin: 30px auto 0;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
  box-shadow: 0 0 22px rgba(121, 255, 22, 0.24);
}

.app-intro {
  max-width: 980px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.05rem, 1.28vw, 1.28rem);
  line-height: 1.85;
  font-weight: 400;
}

/* MAIN LAYOUT */
.app-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 28px;
}

.app-panel,
.app-visual-card,
.app-side-text,
.app-install,
.app-bottom {
  border: 1px solid rgba(121, 255, 22, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 45%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.app-panel {
  padding: 44px;
  border-radius: 28px;
  margin-bottom: 20px;
}

.app-panel h3,
.app-side-text h3,
.app-install-header h3,
.app-bottom h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.8rem, 2.7vw, 3.2rem);
  line-height: 1.07;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.app-panel p,
.app-side-text p,
.app-install-header p,
.app-bottom p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.76);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.82;
}

.app-panel p:last-child,
.app-side-text p:last-child,
.app-install-header p:last-child,
.app-bottom p:last-child {
  margin-bottom: 0;
}

/* FEATURES */
.app-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.app-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(121, 255, 22, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.064), rgba(255, 255, 255, 0.028));
}

.app-icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(121, 255, 22, 0.16), rgba(255, 69, 22, 0.18));
  color: #79ff16;
  font-size: 19px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.app-feature strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
}

.app-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.62;
}

/* VISUAL COLUMN */
.app-visual-column {
  display: grid;
  gap: 20px;
}

.app-visual-card {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 28px;
  padding: 34px;
}

.app-phone-glow {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 69, 22, 0.3) 0%, rgba(255, 69, 22, 0.12) 38%, transparent 72%);
  filter: blur(34px);
  animation: appGlowPulse 4.5s ease-in-out infinite;
}

.app-phone-image {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100%;
  max-height: 470px;
  width: auto;
  height: auto;
  filter:
    drop-shadow(0 24px 42px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 28px rgba(255, 69, 22, 0.18));
  animation: appFloat 4.6s ease-in-out infinite;
}

.app-side-text {
  padding: 34px;
  border-radius: 28px;
}

/* STORE BUTTONS */
.app-store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.app-store-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 14px;
  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}

.app-store-buttons a:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
}

.app-store-buttons img {
  display: block;
  height: 52px;
  width: auto;
}

/* INSTALL GUIDE */
.app-install {
  padding: 44px;
  border-radius: 28px;
  margin-bottom: 28px;
}

.app-install-header {
  max-width: 980px;
  margin-bottom: 32px;
}

.app-install-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.app-install-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid rgba(121, 255, 22, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.064), rgba(255, 255, 255, 0.028));
}

.app-install-card span {
  display: block;
  margin-bottom: 14px;
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.app-install-card h4 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.26rem;
  line-height: 1.25;
  font-weight: 900;
}

.app-install-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.68;
}

/* BOTTOM CTA */
.app-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 44px;
  border-radius: 28px;
  border-color: rgba(255, 69, 22, 0.32);
}

.app-bottom > div {
  max-width: 920px;
}

.app-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 54px;
  padding: 15px 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 70, 0.85);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.app-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  color: #ffffff;
  box-shadow:
    0 18px 42px rgba(255, 69, 22, 0.5),
    0 0 30px rgba(255, 69, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* ANIMATIONS */
@keyframes appFloat {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-14px) rotate(1deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes appGlowPulse {
  0% {
    transform: scale(0.96);
    opacity: 0.75;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
  100% {
    transform: scale(0.96);
    opacity: 0.75;
  }
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .app-layout {
    grid-template-columns: 1fr;
  }

  .app-install-grid {
    grid-template-columns: 1fr;
  }

  .app-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .app-section {
    padding: 82px 16px;
  }

  .app-header {
    margin-bottom: 44px;
  }

  .app-eyebrow,
  .app-label {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 9px 14px;
  }

  .app-header h2 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
    line-height: 1;
  }

  .app-intro {
    font-size: 1rem;
    line-height: 1.72;
    margin-top: 24px;
  }

  .app-panel,
  .app-side-text,
  .app-install,
  .app-bottom {
    padding: 28px;
    border-radius: 24px;
  }

  .app-panel h3,
  .app-side-text h3,
  .app-install-header h3,
  .app-bottom h3 {
    font-size: clamp(1.7rem, 8vw, 2.6rem);
  }

  .app-panel p,
  .app-side-text p,
  .app-install-header p,
  .app-bottom p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .app-feature-grid {
    grid-template-columns: 1fr;
  }

  .app-feature {
    padding: 22px;
  }

  .app-visual-card {
    min-height: 360px;
    padding: 28px;
    border-radius: 24px;
  }

  .app-phone-image {
    max-height: 330px;
  }

  .app-store-buttons {
    justify-content: center;
  }

  .app-store-buttons a {
    width: 100%;
  }

  .app-store-buttons img {
    height: 48px;
  }

  .app-btn {
    width: 100%;
    min-width: 0;
  }
}

/* =========================================================
   PAYMENT METHODS SECTION
   Neutral technical class names
   ========================================================= */

.payment-section {
  position: relative;
  padding: 110px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(121, 255, 22, 0.08), transparent 34%),
    linear-gradient(180deg, #05060a 0%, #11121a 48%, #06070c 100%);
  color: #ffffff;
}

.payment-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 96px
    );
  opacity: 0.16;
  pointer-events: none;
}

.payment-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(86px);
  pointer-events: none;
  z-index: 1;
}

.payment-decor-left {
  width: 420px;
  height: 420px;
  left: -190px;
  top: 18%;
  background: rgba(255, 69, 22, 0.22);
}

.payment-decor-right {
  width: 460px;
  height: 460px;
  right: -220px;
  bottom: 12%;
  background: rgba(121, 255, 22, 0.1);
}

.payment-container {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.payment-header {
  max-width: 1080px;
  margin: 0 auto 62px;
  text-align: center;
}

.payment-eyebrow,
.payment-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(121, 255, 22, 0.42);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 255, 22, 0.08), rgba(255, 69, 22, 0.08));
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.payment-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2.7rem, 5vw, 6rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
}

.payment-header h2::after {
  content: "";
  display: block;
  width: 170px;
  height: 3px;
  margin: 30px auto 0;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
  box-shadow: 0 0 22px rgba(121, 255, 22, 0.24);
}

.payment-intro {
  max-width: 980px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.05rem, 1.28vw, 1.28rem);
  line-height: 1.85;
  font-weight: 400;
}

/* OVERVIEW */
.payment-overview {
  width: min(1120px, 100%);
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.payment-overview-card,
.payment-table-panel,
.payment-info-card,
.payment-bottom {
  border: 1px solid rgba(121, 255, 22, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 45%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.payment-overview-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 28px;
  border-radius: 24px;
}

.payment-icon,
.payment-info-icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(121, 255, 22, 0.16), rgba(255, 69, 22, 0.18));
  color: #79ff16;
  font-size: 20px;
}

.payment-overview-card h3,
.payment-info-card h3,
.payment-bottom h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.25;
  font-weight: 900;
}

.payment-overview-card p,
.payment-info-card p,
.payment-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.72;
}

/* TABLE PANEL */
.payment-table-panel {
  width: min(1080px, 100%);
  margin: 0 auto 28px;
  padding: 30px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.1), transparent 40%),
    linear-gradient(180deg, rgba(18, 21, 31, 0.96), rgba(7, 8, 13, 0.98));
}

.payment-tabs {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}

.payment-tab {
  min-height: 46px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 1px solid rgba(121, 255, 22, 0.38);
  background: transparent;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.payment-tab:hover,
.payment-tab.active {
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  border-color: rgba(255, 140, 70, 0.86);
  color: #ffffff;
  transform: translateY(-2px);
}

.payment-table-header {
  text-align: center;
  margin-bottom: 26px;
}

.payment-table-header h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.65rem, 2.6vw, 2.6rem);
  line-height: 1.1;
  font-weight: 900;
}

.payment-title-withdrawal {
  display: none;
}

.payment-table-panel.show-withdrawal .payment-title-deposit {
  display: none;
}

.payment-table-panel.show-withdrawal .payment-title-withdrawal {
  display: block;
}

.payment-table-header p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.65;
}

.payment-table-wrap {
  display: none;
}

.payment-table-wrap.active {
  display: block;
}

.payment-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
}

.payment-table thead th {
  padding: 0 18px 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.payment-table thead th:first-child {
  text-align: left;
}

.payment-table thead th:last-child {
  text-align: right;
}

.payment-table tbody tr {
  background: rgba(255, 255, 255, 0.055);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.payment-table tbody tr:hover {
  transform: translateY(-2px);
  background: rgba(255, 69, 22, 0.08);
  box-shadow: 0 0 22px rgba(255, 69, 22, 0.12);
}

.payment-table td {
  padding: 14px 18px;
  border-top: 1px solid rgba(121, 255, 22, 0.14);
  border-bottom: 1px solid rgba(121, 255, 22, 0.14);
}

.payment-table td:first-child {
  border-left: 1px solid rgba(121, 255, 22, 0.14);
  border-radius: 16px 0 0 16px;
}

.payment-table td:last-child {
  border-right: 1px solid rgba(121, 255, 22, 0.14);
  border-radius: 0 16px 16px 0;
  text-align: right;
  white-space: nowrap;
  color: #ffffff;
  font-weight: 900;
}

.payment-method {
  display: flex;
  align-items: center;
  gap: 14px;
}

.payment-logo,
.payment-logos {
  flex: 0 0 58px;
  width: 58px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.075);
}

.payment-logos-double {
  gap: 4px;
}

.payment-logo img,
.payment-logos img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.payment-logos-double img {
  width: 24px;
  height: 24px;
}

.payment-method strong {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
}

/* INFO CARDS */
.payment-info-grid {
  width: min(1120px, 100%);
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.payment-info-card {
  padding: 28px;
  border-radius: 24px;
}

.payment-info-icon {
  margin-bottom: 18px;
}

/* BOTTOM */
.payment-bottom {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 44px;
  border-radius: 28px;
  border-color: rgba(255, 69, 22, 0.32);
}

.payment-bottom > div {
  max-width: 760px;
}

.payment-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 54px;
  padding: 15px 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 70, 0.85);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.payment-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  color: #ffffff;
  box-shadow:
    0 18px 42px rgba(255, 69, 22, 0.5),
    0 0 30px rgba(255, 69, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .payment-overview,
  .payment-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .payment-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .payment-section {
    padding: 82px 16px;
  }

  .payment-header {
    margin-bottom: 44px;
  }

  .payment-eyebrow,
  .payment-label {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 9px 14px;
  }

  .payment-header h2 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
    line-height: 1;
  }

  .payment-intro {
    font-size: 1rem;
    line-height: 1.72;
    margin-top: 24px;
  }

  .payment-overview,
  .payment-info-grid {
    grid-template-columns: 1fr;
  }

  .payment-overview-card {
    padding: 24px;
    border-radius: 22px;
  }

  .payment-table-panel {
    padding: 20px;
    border-radius: 24px;
  }

  .payment-tabs {
    flex-direction: column;
    gap: 10px;
  }

  .payment-tab {
    width: 100%;
  }

  .payment-table {
    border-spacing: 0 10px;
  }

  .payment-table thead {
    display: none;
  }

  .payment-table tr,
  .payment-table td {
    display: block;
    width: 100%;
  }

  .payment-table td {
    padding: 14px;
  }

  .payment-table td:first-child {
    border-radius: 16px 16px 0 0;
    border-right: 1px solid rgba(121, 255, 22, 0.14);
    border-bottom: 0;
  }

  .payment-table td:last-child {
    border-radius: 0 0 16px 16px;
    border-left: 1px solid rgba(121, 255, 22, 0.14);
    text-align: left;
  }

  .payment-table td:last-child::before {
    content: "Limits: ";
    color: rgba(255, 255, 255, 0.62);
    font-weight: 800;
  }

  .payment-logo,
  .payment-logos {
    flex-basis: 52px;
    width: 52px;
    height: 44px;
  }

  .payment-bottom {
    padding: 28px;
    border-radius: 24px;
  }

  .payment-btn {
    width: 100%;
    min-width: 0;
  }
}

/* =========================================================
   VISITOR INFORMATION SECTION
   Neutral technical class names
   ========================================================= */

.guide-section {
  position: relative;
  padding: 110px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(121, 255, 22, 0.08), transparent 34%),
    linear-gradient(180deg, #05060a 0%, #11121a 48%, #06070c 100%);
  color: #ffffff;
}

.guide-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 96px
    );
  opacity: 0.16;
  pointer-events: none;
}

.guide-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(86px);
  pointer-events: none;
  z-index: 1;
}

.guide-decor-left {
  width: 420px;
  height: 420px;
  left: -190px;
  top: 18%;
  background: rgba(255, 69, 22, 0.22);
}

.guide-decor-right {
  width: 460px;
  height: 460px;
  right: -220px;
  bottom: 12%;
  background: rgba(121, 255, 22, 0.1);
}

.guide-container {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.guide-header {
  max-width: 1080px;
  margin: 0 auto 62px;
  text-align: center;
}

.guide-eyebrow,
.guide-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(121, 255, 22, 0.42);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 255, 22, 0.08), rgba(255, 69, 22, 0.08));
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.guide-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2.7rem, 5vw, 6rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
}

.guide-header h2::after {
  content: "";
  display: block;
  width: 170px;
  height: 3px;
  margin: 30px auto 0;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
  box-shadow: 0 0 22px rgba(121, 255, 22, 0.24);
}

.guide-intro {
  max-width: 980px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.05rem, 1.28vw, 1.28rem);
  line-height: 1.85;
}

/* SHARED CARDS */
.guide-main-card,
.guide-fact-card,
.guide-info-card,
.guide-wide-card,
.guide-panel,
.guide-online-card,
.guide-checklist,
.guide-bottom {
  border: 1px solid rgba(121, 255, 22, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 45%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* HERO GRID */
.guide-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 28px;
  margin-bottom: 28px;
}

.guide-main-card,
.guide-fact-card {
  padding: 44px;
  border-radius: 28px;
}

.guide-main-card h3,
.guide-wide-card h3,
.guide-panel h3,
.guide-online-card h3,
.guide-checklist-heading h3,
.guide-bottom h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.8rem, 2.7vw, 3.2rem);
  line-height: 1.07;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.guide-main-card p,
.guide-wide-card p,
.guide-panel p,
.guide-online-card p,
.guide-bottom p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.76);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.82;
}

.guide-main-card p:last-child,
.guide-wide-card p:last-child,
.guide-panel p:last-child,
.guide-online-card p:last-child,
.guide-bottom p:last-child {
  margin-bottom: 0;
}

.guide-stat {
  display: block;
  margin-bottom: 16px;
  color: #ff4516;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(4rem, 6vw, 6.4rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.07em;
  text-shadow: 0 0 28px rgba(255, 69, 22, 0.28);
}

.guide-fact-card strong {
  display: block;
  margin-bottom: 18px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.guide-fact-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.04rem;
  line-height: 1.75;
}

/* INFO GRID */
.guide-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}

.guide-info-card {
  padding: 30px;
  border-radius: 24px;
}

.guide-info-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(121, 255, 22, 0.16), rgba(255, 69, 22, 0.18));
  color: #79ff16;
  font-size: 20px;
}

.guide-info-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.28rem;
  line-height: 1.25;
  font-weight: 900;
}

.guide-info-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

/* WIDE CARD */
.guide-wide-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: 34px;
  padding: 44px;
  border-radius: 28px;
  margin-bottom: 28px;
}

.guide-wide-content {
  columns: 2;
  column-gap: 34px;
}

/* SPLIT */
.guide-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 28px;
}

.guide-panel {
  padding: 44px;
  border-radius: 28px;
}

/* ONLINE CARD */
.guide-online-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
  gap: 28px;
  align-items: start;
  padding: 44px;
  border-radius: 28px;
  margin-bottom: 28px;
}

.guide-online-list {
  display: grid;
  gap: 16px;
}

.guide-online-list div {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 69, 22, 0.22);
  background: rgba(5, 6, 10, 0.36);
}

.guide-online-list strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.06rem;
  font-weight: 900;
}

.guide-online-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.65;
}

/* CHECKLIST */
.guide-checklist {
  padding: 44px;
  border-radius: 28px;
  margin-bottom: 28px;
}

.guide-checklist-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.guide-checklist-grid div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(121, 255, 22, 0.16);
  background: rgba(5, 6, 10, 0.36);
}

.guide-checklist-grid i {
  color: #79ff16;
  font-size: 16px;
}

.guide-checklist-grid span {
  color: rgba(255, 255, 255, 0.86);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.4;
  font-weight: 800;
}

/* BOTTOM */
.guide-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 44px;
  border-radius: 28px;
  border-color: rgba(255, 69, 22, 0.32);
}

.guide-bottom > div {
  max-width: 920px;
}

.guide-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 54px;
  padding: 15px 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 70, 0.85);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.guide-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  color: #ffffff;
  box-shadow:
    0 18px 42px rgba(255, 69, 22, 0.5),
    0 0 30px rgba(255, 69, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .guide-hero-grid,
  .guide-wide-card,
  .guide-split,
  .guide-online-card {
    grid-template-columns: 1fr;
  }

  .guide-info-grid,
  .guide-checklist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-wide-content {
    columns: 1;
  }

  .guide-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .guide-section {
    padding: 82px 16px;
  }

  .guide-header {
    margin-bottom: 44px;
  }

  .guide-eyebrow,
  .guide-label {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 9px 14px;
  }

  .guide-header h2 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
    line-height: 1;
  }

  .guide-intro {
    font-size: 1rem;
    line-height: 1.72;
    margin-top: 24px;
  }

  .guide-main-card,
  .guide-fact-card,
  .guide-info-card,
  .guide-wide-card,
  .guide-panel,
  .guide-online-card,
  .guide-checklist,
  .guide-bottom {
    padding: 28px;
    border-radius: 24px;
  }

  .guide-main-card h3,
  .guide-wide-card h3,
  .guide-panel h3,
  .guide-online-card h3,
  .guide-checklist-heading h3,
  .guide-bottom h3 {
    font-size: clamp(1.7rem, 8vw, 2.6rem);
  }

  .guide-main-card p,
  .guide-wide-card p,
  .guide-panel p,
  .guide-online-card p,
  .guide-bottom p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .guide-info-grid,
  .guide-checklist-grid {
    grid-template-columns: 1fr;
  }

  .guide-btn {
    width: 100%;
    min-width: 0;
  }
}

/* =========================================================
   TRUST SECTION — SECURITY, REGULATION & PLAYER CARE
   Neutral technical class names
   ========================================================= */

.trust-section {
  position: relative;
  padding: 110px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(121, 255, 22, 0.08), transparent 34%),
    linear-gradient(180deg, #05060a 0%, #11121a 48%, #06070c 100%);
  color: #ffffff;
}

.trust-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 96px
    );
  opacity: 0.16;
  pointer-events: none;
}

.trust-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(86px);
  pointer-events: none;
  z-index: 1;
}

.trust-decor-left {
  width: 420px;
  height: 420px;
  left: -190px;
  top: 18%;
  background: rgba(255, 69, 22, 0.22);
}

.trust-decor-right {
  width: 460px;
  height: 460px;
  right: -220px;
  bottom: 12%;
  background: rgba(121, 255, 22, 0.1);
}

.trust-container {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.trust-header {
  max-width: 1080px;
  margin: 0 auto 62px;
  text-align: center;
}

.trust-eyebrow,
.trust-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(121, 255, 22, 0.42);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 255, 22, 0.08), rgba(255, 69, 22, 0.08));
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.trust-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2.7rem, 5vw, 6rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
}

.trust-header h2::after {
  content: "";
  display: block;
  width: 170px;
  height: 3px;
  margin: 30px auto 0;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
  box-shadow: 0 0 22px rgba(121, 255, 22, 0.24);
}

.trust-intro {
  max-width: 980px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.05rem, 1.28vw, 1.28rem);
  line-height: 1.85;
}

/* SHARED */
.trust-lead-card,
.trust-reg-card,
.trust-card,
.trust-process,
.trust-contact-panel,
.trust-bottom {
  border: 1px solid rgba(121, 255, 22, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 45%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* LEAD */
.trust-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 28px;
  margin-bottom: 28px;
}

.trust-lead-card,
.trust-reg-card {
  padding: 44px;
  border-radius: 28px;
}

.trust-lead-card h3,
.trust-process-heading h3,
.trust-contact-content h3,
.trust-bottom h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.8rem, 2.7vw, 3.2rem);
  line-height: 1.07;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.trust-lead-card p,
.trust-contact-content p,
.trust-bottom p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.76);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.82;
}

.trust-lead-card p:last-child,
.trust-contact-content p:last-child,
.trust-bottom p:last-child {
  margin-bottom: 0;
}

.trust-stat {
  display: block;
  margin-bottom: 16px;
  color: #ff4516;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(4rem, 6vw, 6.4rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.07em;
  text-shadow: 0 0 28px rgba(255, 69, 22, 0.28);
}

.trust-reg-card strong {
  display: block;
  margin-bottom: 18px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.trust-reg-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.04rem;
  line-height: 1.75;
}

/* CARDS */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}

.trust-card {
  padding: 30px;
  border-radius: 24px;
}

.trust-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(121, 255, 22, 0.16), rgba(255, 69, 22, 0.18));
  color: #79ff16;
  font-size: 20px;
}

.trust-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.28rem;
  line-height: 1.25;
  font-weight: 900;
}

.trust-card p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.trust-card p:last-child {
  margin-bottom: 0;
}

/* PROCESS */
.trust-process {
  padding: 44px;
  border-radius: 28px;
  margin-bottom: 28px;
}

.trust-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.trust-step {
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(121, 255, 22, 0.16);
  background: rgba(5, 6, 10, 0.36);
}

.trust-step span {
  display: block;
  margin-bottom: 14px;
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.trust-step strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
}

.trust-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.65;
}

/* CONTACT PANEL */
.trust-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 28px;
  padding: 44px;
  border-radius: 28px;
  margin-bottom: 28px;
}

.trust-contact-grid {
  display: grid;
  gap: 16px;
}

.trust-contact-grid div {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 69, 22, 0.22);
  background: rgba(5, 6, 10, 0.36);
}

.trust-contact-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.06rem;
  font-weight: 900;
}

.trust-contact-grid span {
  display: block;
  margin-bottom: 8px;
  color: #ff8a38;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
}

.trust-contact-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.65;
}

/* BOTTOM */
.trust-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 44px;
  border-radius: 28px;
  border-color: rgba(255, 69, 22, 0.32);
}

.trust-bottom > div {
  max-width: 920px;
}

.trust-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 54px;
  padding: 15px 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 70, 0.85);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.trust-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  color: #ffffff;
  box-shadow:
    0 18px 42px rgba(255, 69, 22, 0.5),
    0 0 30px rgba(255, 69, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .trust-lead-grid,
  .trust-contact-panel {
    grid-template-columns: 1fr;
  }

  .trust-grid,
  .trust-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .trust-section {
    padding: 82px 16px;
  }

  .trust-header {
    margin-bottom: 44px;
  }

  .trust-eyebrow,
  .trust-label {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 9px 14px;
  }

  .trust-header h2 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
    line-height: 1;
  }

  .trust-intro {
    font-size: 1rem;
    line-height: 1.72;
    margin-top: 24px;
  }

  .trust-lead-card,
  .trust-reg-card,
  .trust-card,
  .trust-process,
  .trust-contact-panel,
  .trust-bottom {
    padding: 28px;
    border-radius: 24px;
  }

  .trust-lead-card h3,
  .trust-process-heading h3,
  .trust-contact-content h3,
  .trust-bottom h3 {
    font-size: clamp(1.7rem, 8vw, 2.6rem);
  }

  .trust-lead-card p,
  .trust-contact-content p,
  .trust-bottom p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .trust-grid,
  .trust-steps {
    grid-template-columns: 1fr;
  }

  .trust-btn {
    width: 100%;
    min-width: 0;
  }
}

/* =========================================================
   REVIEWS SECTION — PLAYER TESTIMONIALS
   Neutral technical class names
   ========================================================= */

.reviews-section {
  position: relative;
  padding: 110px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(121, 255, 22, 0.08), transparent 34%),
    linear-gradient(180deg, #05060a 0%, #11121a 48%, #06070c 100%);
  color: #ffffff;
}

.reviews-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 96px
    );
  opacity: 0.16;
  pointer-events: none;
}

.reviews-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(86px);
  pointer-events: none;
  z-index: 1;
}

.reviews-decor-left {
  width: 420px;
  height: 420px;
  left: -190px;
  top: 18%;
  background: rgba(255, 69, 22, 0.22);
}

.reviews-decor-right {
  width: 460px;
  height: 460px;
  right: -220px;
  bottom: 12%;
  background: rgba(121, 255, 22, 0.1);
}

.reviews-container {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.reviews-header {
  max-width: 1080px;
  margin: 0 auto 62px;
  text-align: center;
}

.reviews-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(121, 255, 22, 0.42);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 255, 22, 0.08), rgba(255, 69, 22, 0.08));
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.reviews-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2.7rem, 5vw, 6rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
}

.reviews-header h2::after {
  content: "";
  display: block;
  width: 170px;
  height: 3px;
  margin: 30px auto 0;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
  box-shadow: 0 0 22px rgba(121, 255, 22, 0.24);
}

.reviews-intro {
  max-width: 980px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.05rem, 1.28vw, 1.28rem);
  line-height: 1.85;
}

/* LAYOUT */
.reviews-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: stretch;
}

.reviews-visual,
.reviews-slider-panel {
  border: 1px solid rgba(121, 255, 22, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 45%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 28px;
}

.reviews-visual {
  position: relative;
  min-height: 620px;
  padding: 34px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-image-glow {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 69, 22, 0.3) 0%, rgba(255, 69, 22, 0.12) 38%, transparent 72%);
  filter: blur(34px);
  animation: reviewsGlowPulse 4.5s ease-in-out infinite;
}

.reviews-image {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100%;
  max-height: 520px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 24px 42px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 28px rgba(255, 69, 22, 0.18));
  animation: reviewsFloat 4.6s ease-in-out infinite;
}

.reviews-visual-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(121, 255, 22, 0.18);
  background: rgba(5, 6, 10, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.reviews-visual-card span {
  display: block;
  margin-bottom: 8px;
  color: #ff4516;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 3rem;
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.reviews-visual-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reviews-visual-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.96rem;
  line-height: 1.6;
}

/* SLIDER */
.reviews-slider-panel {
  position: relative;
  padding: 44px;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reviews-slider {
  position: relative;
  flex: 1;
}

.review-slide {
  display: none;
  animation: reviewFade 0.42s ease both;
}

.review-slide.active {
  display: block;
}

.review-stars {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 26px;
  color: #ff8a38;
  font-size: 22px;
  text-shadow: 0 0 18px rgba(255, 69, 22, 0.26);
}

.review-slide h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.9rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.review-slide p {
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.12rem;
  line-height: 1.86;
}

.review-meta {
  padding-top: 24px;
  border-top: 1px solid rgba(121, 255, 22, 0.18);
}

.review-meta strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
}

.review-meta span {
  display: block;
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* CONTROLS */
.reviews-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 34px;
}

.reviews-arrow {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 140, 70, 0.85);
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  cursor: pointer;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transition:
    transform 0.25s ease,
    filter 0.25s ease,
    box-shadow 0.25s ease;
}

.reviews-arrow:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  box-shadow:
    0 18px 42px rgba(255, 69, 22, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.reviews-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.reviews-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition:
    width 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.reviews-dot.active {
  width: 34px;
  border-radius: 999px;
  background: #79ff16;
  box-shadow: 0 0 18px rgba(121, 255, 22, 0.36);
}

/* ANIMATIONS */
@keyframes reviewFade {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes reviewsFloat {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-14px) rotate(1deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes reviewsGlowPulse {
  0% {
    transform: scale(0.96);
    opacity: 0.75;
  }

  50% {
    transform: scale(1.04);
    opacity: 1;
  }

  100% {
    transform: scale(0.96);
    opacity: 0.75;
  }
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .reviews-layout {
    grid-template-columns: 1fr;
  }

  .reviews-visual,
  .reviews-slider-panel {
    min-height: auto;
  }

  .reviews-visual {
    min-height: 520px;
  }
}

@media (max-width: 768px) {
  .reviews-section {
    padding: 82px 16px;
  }

  .reviews-header {
    margin-bottom: 44px;
  }

  .reviews-eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 9px 14px;
  }

  .reviews-header h2 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
    line-height: 1;
  }

  .reviews-intro {
    font-size: 1rem;
    line-height: 1.72;
    margin-top: 24px;
  }

  .reviews-visual,
  .reviews-slider-panel {
    padding: 28px;
    border-radius: 24px;
  }

  .reviews-visual {
    min-height: 420px;
    padding-bottom: 160px;
  }

  .reviews-image {
    max-height: 300px;
  }

  .reviews-visual-card {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .review-slide h3 {
    font-size: clamp(1.7rem, 8vw, 2.6rem);
  }

  .review-slide p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .reviews-controls {
    gap: 14px;
  }

  .reviews-arrow {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }
}

/* =========================================================
   FAQ SECTION — TWO COLUMN ACCORDION
   Neutral technical class names
   ========================================================= */

.faq-section {
  position: relative;
  padding: 110px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(121, 255, 22, 0.08), transparent 34%),
    linear-gradient(180deg, #05060a 0%, #11121a 48%, #06070c 100%);
  color: #ffffff;
}

.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 96px
    );
  opacity: 0.16;
  pointer-events: none;
}

.faq-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(86px);
  pointer-events: none;
  z-index: 1;
}

.faq-decor-left {
  width: 420px;
  height: 420px;
  left: -190px;
  top: 18%;
  background: rgba(255, 69, 22, 0.22);
}

.faq-decor-right {
  width: 460px;
  height: 460px;
  right: -220px;
  bottom: 12%;
  background: rgba(121, 255, 22, 0.1);
}

.faq-container {
  position: relative;
  z-index: 2;
  width: min(1280px, 100%);
  margin: 0 auto;
}

.faq-header {
  max-width: 980px;
  margin: 0 auto 62px;
  text-align: center;
}

.faq-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(121, 255, 22, 0.42);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 255, 22, 0.08), rgba(255, 69, 22, 0.08));
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.faq-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2.7rem, 5vw, 6rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
}

.faq-header h2::after {
  content: "";
  display: block;
  width: 170px;
  height: 3px;
  margin: 30px auto 0;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
  box-shadow: 0 0 22px rgba(121, 255, 22, 0.24);
}

.faq-intro {
  max-width: 900px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.05rem, 1.28vw, 1.28rem);
  line-height: 1.85;
}

/* GRID */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.faq-column {
  display: grid;
  gap: 16px;
  align-content: start;
}

/* ITEM */
.faq-item {
  border-radius: 22px;
  border: 1px solid rgba(121, 255, 22, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 45%);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(255, 69, 22, 0.26);
  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}

.faq-item[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.faq-item summary:hover::after {
  filter: brightness(1.08);
}

.faq-answer {
  padding: 0 26px 26px;
}

.faq-answer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.76;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .faq-section {
    padding: 82px 16px;
  }

  .faq-header {
    margin-bottom: 44px;
  }

  .faq-eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 9px 14px;
  }

  .faq-header h2 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
    line-height: 1;
  }

  .faq-intro {
    font-size: 1rem;
    line-height: 1.72;
    margin-top: 24px;
  }

  .faq-item {
    border-radius: 20px;
  }

  .faq-item summary {
    padding: 20px 20px;
    font-size: 1rem;
  }

  .faq-answer {
    padding: 0 20px 22px;
  }

  .faq-answer p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .faq-item summary::after {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    font-size: 22px;
  }
}

/* =========================================================
   PREMIUM FOOTER
   Neutral technical class names
   ========================================================= */

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 90px 24px 34px;
  background:
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(121, 255, 22, 0.08), transparent 34%),
    linear-gradient(180deg, #06070c 0%, #0f1017 48%, #05060a 100%);
  color: #ffffff;
  border-top: 6px solid #ff4516;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 96px
    );
  opacity: 0.16;
  pointer-events: none;
}

.footer-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(86px);
  pointer-events: none;
  z-index: 1;
}

.footer-decor-left {
  width: 420px;
  height: 420px;
  left: -190px;
  top: 18%;
  background: rgba(255, 69, 22, 0.2);
}

.footer-decor-right {
  width: 460px;
  height: 460px;
  right: -220px;
  bottom: 8%;
  background: rgba(121, 255, 22, 0.1);
}

.footer-container {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(320px, 1.25fr) minmax(180px, 0.55fr) minmax(220px, 0.65fr) minmax(300px, 0.95fr);
  gap: 34px;
  align-items: start;
}

.footer-brand,
.footer-links,
.footer-payments,
.footer-notice,
.footer-bottom {
  border: 1px solid rgba(121, 255, 22, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.026)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 45%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.footer-brand,
.footer-links,
.footer-payments {
  min-height: 100%;
  padding: 30px;
  border-radius: 24px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  text-decoration: none;
}

.footer-logo img {
  display: block;
  max-width: 210px;
  max-height: 72px;
  width: auto;
  height: auto;
  filter:
    drop-shadow(0 6px 18px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 14px rgba(255, 69, 22, 0.14));
}

.footer-brand p,
.footer-payments p,
.footer-notice p,
.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

.footer-brand strong,
.footer-notice strong {
  color: #ffffff;
  font-weight: 900;
}

.footer-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.footer-trust-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 69, 22, 0.24);
  background: rgba(5, 6, 10, 0.36);
  color: rgba(255, 255, 255, 0.86);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
}

.footer-trust-list i {
  color: #79ff16;
  font-size: 13px;
}

.footer-links h3,
.footer-payments h3,
.footer-notice h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.24rem;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.footer-links h3::after,
.footer-payments h3::after,
.footer-notice h3::after {
  content: "";
  display: block;
  width: 74px;
  height: 2px;
  margin-top: 14px;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 13px;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.footer-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.45;
  font-weight: 700;
  text-decoration: none;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.footer-links a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: #ff4516;
  box-shadow: 0 0 12px rgba(255, 69, 22, 0.34);
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.footer-links a:hover {
  color: #79ff16;
  transform: translateX(4px);
}

.footer-links a:hover::before {
  background: #79ff16;
  box-shadow: 0 0 14px rgba(121, 255, 22, 0.42);
}

/* PAYMENT ICONS */
.footer-payment-grid {
  display: grid;
  grid-template-columns: repeat(4, 58px);
  gap: 12px;
  margin-top: 24px;
}

.footer-payment-grid span {
  width: 58px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(121, 255, 22, 0.14);
  background: rgba(255, 255, 255, 0.075);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.footer-payment-grid span:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 69, 22, 0.5);
  background: rgba(255, 69, 22, 0.08);
}

.footer-payment-grid img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* RESPONSIBLE NOTICE */
.footer-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-top: 34px;
  padding: 34px;
  border-radius: 24px;
  border-color: rgba(255, 69, 22, 0.28);
}

.footer-notice > div {
  max-width: 940px;
}

.footer-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 52px;
  padding: 15px 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 70, 0.85);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.footer-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  color: #ffffff;
  box-shadow:
    0 18px 42px rgba(255, 69, 22, 0.48),
    0 0 28px rgba(255, 69, 22, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* BOTTOM */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 24px 30px;
  border-radius: 22px;
}

.footer-bottom p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-bottom p:last-child {
  text-align: right;
}

/* RESPONSIVE */
@media (max-width: 1280px) {
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-payment-grid {
    grid-template-columns: repeat(6, 58px);
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding: 72px 16px 28px;
    border-top-width: 5px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-brand,
  .footer-links,
  .footer-payments,
  .footer-notice,
  .footer-bottom {
    padding: 26px;
    border-radius: 22px;
  }

  .footer-logo img {
    max-width: 180px;
  }

  .footer-payment-grid {
    grid-template-columns: repeat(4, 54px);
    gap: 10px;
  }

  .footer-payment-grid span {
    width: 54px;
    height: 44px;
  }

  .footer-payment-grid img {
    width: 28px;
    height: 28px;
  }

  .footer-notice,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom p:last-child {
    text-align: left;
  }

  .footer-btn {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .footer-payment-grid {
    grid-template-columns: repeat(3, 54px);
  }
}

.footer-links {
  text-align: left;
}

.footer-links h3 {
  text-align: left;
}

.footer-links h3::after {
  margin-left: 0;
  margin-right: auto;
}

.footer-links ul {
  text-align: left;
}

.footer-links li {
  text-align: left;
}

.footer-links a {
  justify-content: flex-start;
  text-align: left;
}

/* === FINAL READABILITY FIX — TEXT ONLY === */

.info-card p,
.benefit-card p,
.reward-card p,
.gaming-feature p,
.play-card p,
.play-live-card p,
.slots-type-card p,
.slots-game-card p,
.app-feature p,
.app-install-card p,
.payment-info-card p,
.guide-info-card p,
.guide-panel p,
.trust-card p,
.review-slide p,
.faq-answer p {
  font-size: 1.22rem !important;
  line-height: 1.85 !important;
}

  .hero-banner p,
  .top-games-section p,
  .info-section p,
  .benefits-section p,
  .promo-banner-section p,
  .rewards-section p,
  .gaming-section p,
  .gaming-section li,
  .play-section p,
  .slots-section p,
  .app-section p,
  .payment-section p,
  .guide-section p,
  .trust-section p,
  .reviews-section p,
  .faq-section p,
  .site-footer p,
  .site-footer li,
  .site-footer a {
    font-size: 18px !important;
    line-height: 1.82 !important;
  }

  .faq-item summary {
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  .payment-table,
  .payment-table th,
  .payment-table td,
  .payment-table strong {
    font-size: 17px !important;
    line-height: 1.6 !important;
  }


/* --- LEGAL PAGES: Stelsia Casino Collioure --- */
.footer-legal-links {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:18px;
  padding:24px 15px;
  background:#111;
  border-top:1px solid rgba(255,255,255,.10);
}
.footer-legal-links a {
  color:#fff !important;
  font-weight:700;
  font-size:14px;
  letter-spacing:.04em;
}
.footer-legal-links a:hover {
  color:#ff4516 !important;
}

body.legal-page-body {
  background:#f4f4f4 !important;
  color:#222 !important;
  text-align:left !important;
}
.legal-page-body .legal-site-header {
  background:
    linear-gradient(180deg, rgba(12, 14, 22, 0.98), rgba(8, 9, 14, 0.95)),
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.16), transparent 34%),
    radial-gradient(circle at top right, rgba(121, 255, 22, 0.1), transparent 32%) !important;
}
.legal-page-body .legal-main {
  background:#f4f4f4 !important;
}
.legal-hero-section {
  padding:165px 0 76px;
  background:linear-gradient(135deg,#090a10 0%,#11131d 58%,#2a1209 100%) !important;
  position:relative;
  overflow:hidden;
}
.legal-hero-section:before {
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-180px;
  top:-190px;
  border-radius:50%;
  background:rgba(255,69,22,.34);
  filter:blur(10px);
}
.legal-hero-section:after {
  content:"";
  position:absolute;
  width:380px;
  height:380px;
  left:-140px;
  bottom:-170px;
  border-radius:50%;
  background:rgba(121,255,22,.12);
  filter:blur(10px);
}
.legal-hero-container,
.legal-content-container,
.legal-footer-container {
  width:min(1180px, calc(100% - 40px));
  margin:0 auto;
}
.legal-hero-card {
  position:relative;
  z-index:2;
  max-width:1080px;
  padding:52px;
  border-radius:28px;
  background:#fff !important;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 30px 95px rgba(0,0,0,.35);
}
.legal-kicker {
  display:inline-block;
  color:#ff4516 !important;
  font-family:'Ubuntu', sans-serif;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:2px;
  margin-bottom:16px;
}
.legal-hero-card h1 {
  color:#11131d !important;
  font-size:clamp(42px,6vw,76px);
  font-family:'Ubuntu', sans-serif;
  font-weight:800;
  line-height:1.08;
  margin:0 0 22px;
}
.legal-hero-card p {
  color:#3d414c !important;
  font-size:18px;
  line-height:1.85;
  max-width:920px;
  margin:0;
}
.legal-meta-row {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.legal-meta-row span {
  background:#fff0eb !important;
  color:#11131d !important;
  border:1px solid rgba(255,69,22,.22);
  border-radius:999px;
  padding:10px 16px;
  font-size:14px;
}
.legal-meta-row strong {
  color:#11131d !important;
}
.legal-content-section {
  padding:80px 0 110px;
}
.legal-content-layout {
  display:grid;
  grid-template-columns:285px minmax(0,1fr);
  gap:38px;
  align-items:start;
}
.legal-sidebar {
  position:sticky;
  top:110px;
  padding:26px;
  border-radius:22px;
  background:#11131d !important;
  box-shadow:0 20px 60px rgba(0,0,0,.18);
}
.legal-sidebar h2 {
  color:#fff !important;
  font-size:24px;
  font-weight:800;
  margin:0 0 16px;
  font-family:'Ubuntu', sans-serif;
}
.legal-sidebar a {
  display:block;
  color:rgba(255,255,255,.86) !important;
  padding:11px 0;
  border-bottom:1px solid rgba(255,255,255,.10);
  font-size:14px;
}
.legal-sidebar a:hover {
  color:#ff4516 !important;
  padding-left:5px;
}
.legal-sidebar hr {
  border:0;
  border-top:1px solid rgba(255,255,255,.14);
  margin:16px 0;
}
.legal-article {
  background:#fff !important;
  border-radius:26px;
  padding:46px;
  box-shadow:0 20px 80px rgba(0,0,0,.10);
}
.legal-article section {
  padding:0 0 34px;
  margin:0 0 34px;
  border-bottom:1px solid rgba(0,0,0,.08);
}
.legal-article section:last-child {
  border-bottom:0;
  margin-bottom:0;
  padding-bottom:0;
}
.legal-article h2 {
  color:#11131d !important;
  font-size:clamp(28px,3vw,40px);
  font-family:'Ubuntu', sans-serif;
  font-weight:800;
  margin:0 0 16px;
  line-height:1.25;
}
.legal-article p,
.legal-article li {
  color:#404550 !important;
  font-size:16px;
  line-height:1.85;
  text-align:left !important;
}
.legal-article p {
  margin:0 0 16px;
}
.legal-article ul {
  margin:18px 0;
  padding-left:0;
}
.legal-article li {
  position:relative;
  padding-left:28px;
  margin-bottom:10px;
}
.legal-article li:before {
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background:#ff4516;
  position:absolute;
  left:0;
  top:.65em;
  box-shadow:0 0 0 5px rgba(255,69,22,.15);
}
.legal-article strong {
  color:#11131d !important;
}
.legal-footer {
  background:#111 !important;
  color:#fff;
  padding:50px 0 28px;
}
.legal-footer-grid {
  display:grid;
  grid-template-columns:1.4fr .8fr;
  gap:28px;
  align-items:start;
}
.legal-footer-brand {
  color:#fff !important;
  font-size:24px;
  font-weight:800;
  margin-bottom:12px;
  display:inline-block;
}
.legal-footer p {
  color:rgba(255,255,255,.74) !important;
  max-width:720px;
  text-align:left !important;
}
.legal-footer-menu {
  display:grid;
  gap:10px;
}
.legal-footer-menu a {
  color:rgba(255,255,255,.84) !important;
}
.legal-footer-menu a:hover {
  color:#ff4516 !important;
}
.legal-footer-copy {
  margin-top:32px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.68);
  text-align:left;
}

@media (max-width: 991px) {
  .legal-hero-section {
    padding:140px 0 55px;
  }
  .legal-content-layout {
    grid-template-columns:1fr;
  }
  .legal-sidebar {
    position:relative;
    top:auto;
  }
  .legal-footer-grid {
    grid-template-columns:1fr;
  }
}
@media (max-width: 575px) {
  .legal-hero-container,
  .legal-content-container,
  .legal-footer-container {
    width:min(100% - 28px, 1180px);
  }
  .legal-hero-card,
  .legal-article {
    padding:28px 22px;
  }
  .legal-meta-row span {
    width:100%;
  }
}
/* --- END LEGAL PAGES --- */
