
@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 #356dff;
    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:#356dff;
  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(53, 109, 255);
   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(53, 109, 255);
}

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


 /*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:#356dff;
   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(53, 109, 255);
 }

 .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:#356dff;
   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:#356dff;
  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:#356dff;
   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 #356dff;
   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(53, 109, 255);
 }

 .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(53, 109, 255);
  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(53, 109, 255);
  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(53, 109, 255);
  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: #356dff;
  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(53, 109, 255);
  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(53, 109, 255);
}


/*.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: #356dff;
  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,#008cff,#8b2cff);
  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 #356dff;
  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%, #356dff 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, #356dff, 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%, #356dff 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, #356dff, 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%, #356dff 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, #356dff, 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: #356dff;
  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%, #356dff 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, #356dff, 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: #356dff;
  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%, #356dff 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 #356dff;
  border-bottom: 6px solid #356dff;
  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%, #356dff 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, #356dff, 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: #356dff;
  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%, #356dff 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, #356dff, 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%, #356dff 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%, #356dff 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, #356dff, 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%, #356dff 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, #356dff, 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: #356dff;
  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%, #356dff 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, #356dff, 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%, #356dff 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, #356dff, 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%, #356dff 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%, #356dff 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, #356dff, 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: #356dff;
  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%, #356dff 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, #356dff, 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: #356dff;
  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%, #356dff 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, #356dff, 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: #356dff;
  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%, #356dff 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, #356dff, 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%, #356dff 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 #356dff;
}

.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, #356dff, 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: #356dff;
  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%, #356dff 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;
}
/* ========================================================================== */
/* SPIELBANK KASSEL — FULL BLUE / PURPLE PREMIUM REDESIGN                    */
/* ========================================================================== */

:root {
  --sk-bg: #020611;
  --sk-bg-2: #050b1b;
  --sk-bg-3: #08142b;
  --sk-panel: rgba(8, 20, 43, 0.82);
  --sk-panel-strong: rgba(9, 23, 50, 0.96);
  --sk-blue: #008cff;
  --sk-blue-2: #356dff;
  --sk-purple: #8b2cff;
  --sk-purple-2: #b43cff;
  --sk-white: #ffffff;
  --sk-text: #d8e2f7;
  --sk-muted: #91a1c0;
  --sk-border: rgba(105, 145, 230, 0.18);
  --sk-border-hot: rgba(91, 112, 255, 0.48);
  --sk-gradient: linear-gradient(105deg, #008cff 0%, #356dff 46%, #8b2cff 100%);
  --sk-gradient-hot: linear-gradient(105deg, #18a7ff 0%, #5268ff 46%, #aa35ff 100%);
  --sk-glow: 0 0 28px rgba(0, 140, 255, .16), 0 0 46px rgba(139, 44, 255, .10);
}

html { scroll-behavior: smooth; }

body {
  color: var(--sk-text) !important;
  background:
    radial-gradient(circle at 8% 6%, rgba(0, 140, 255, .11), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(139, 44, 255, .10), transparent 30%),
    var(--sk-bg) !important;
}

.wrap {
  color: var(--sk-text) !important;
  background: var(--sk-bg) !important;
}

/* Header */
.site-header,
header.site-header {
  height: 86px !important;
  background: rgba(2, 6, 17, .90) !important;
  border: 0 !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .32) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--sk-gradient);
  box-shadow: 0 0 16px rgba(0, 140, 255, .45), 0 0 22px rgba(139, 44, 255, .25);
}

.header-inner {
  width: min(1450px, calc(100% - 60px)) !important;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.site-header .logo { margin: 0 !important; flex-shrink: 0; }
.site-header .logo span { display: none !important; }
.site-header .logo img {
  max-width: 190px !important;
  max-height: 62px !important;
  width: auto !important;
  filter: drop-shadow(0 0 10px rgba(0,140,255,.28)) drop-shadow(0 0 18px rgba(139,44,255,.16));
}

.main-navigation { flex: 1; display: flex; justify-content: center; }
.main-navigation ul { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.main-navigation li { position: relative; }
.main-navigation a {
  position: relative;
  display: block;
  padding: 31px 0 28px !important;
  color: #e8efff !important;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: .25s ease;
}
.main-navigation a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 0;
  height: 2px;
  border-radius: 30px;
  transform: translateX(-50%);
  background: var(--sk-gradient);
  box-shadow: 0 0 10px rgba(0,140,255,.45), 0 0 14px rgba(139,44,255,.28);
  transition: width .28s ease;
}
.main-navigation a:hover,
.main-navigation a.active { color: #fff !important; text-shadow: 0 0 14px rgba(86,128,255,.36); }
.main-navigation a:hover::after,
.main-navigation a.active::after { width: 100%; }

.btn-play-now,
.hero-btn-primary,
.cta-button,
.benefits-btn,
.gaming-btn,
.play-btn,
.app-btn,
.guide-btn,
.payment-btn,
.info-btn,
.promo-banner-btn,
.footer-btn {
  background: var(--sk-gradient) !important;
  color: #fff !important;
  border: 1px solid rgba(112,150,255,.52) !important;
  border-radius: 9px !important;
  box-shadow: 0 8px 25px rgba(0,102,255,.20), 0 0 22px rgba(139,44,255,.12) !important;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease !important;
}

.btn-play-now:hover,
.hero-btn-primary:hover,
.cta-button:hover,
.benefits-btn:hover,
.gaming-btn:hover,
.play-btn:hover,
.app-btn:hover,
.guide-btn:hover,
.payment-btn:hover,
.info-btn:hover,
.promo-banner-btn:hover,
.footer-btn:hover {
  background: var(--sk-gradient-hot) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(0,119,255,.28), 0 0 30px rgba(139,44,255,.18) !important;
}

/* Hero */
.hero-banner {
  min-height: 760px;
  padding-top: 86px !important;
  background-color: var(--sk-bg) !important;
  border-bottom: 1px solid var(--sk-border);
}
.hero-overlay {
  background: linear-gradient(90deg, rgba(2,6,17,.96) 0%, rgba(2,7,19,.84) 34%, rgba(3,8,23,.40) 67%, rgba(4,7,18,.18) 100%) !important;
}
.hero-glow-left { background: rgba(0, 140, 255, .16) !important; filter: blur(95px); }
.hero-glow-right { background: rgba(139, 44, 255, .17) !important; filter: blur(100px); }
.hero-eyebrow {
  background: var(--sk-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
  letter-spacing: 4px !important;
}
.hero-content h1,
.hero-banner h1 { color: #fff !important; text-shadow: 0 10px 40px rgba(0,0,0,.38); }
.hero-lead { color: #d9e4f8 !important; }
.hero-feature {
  background: rgba(5, 14, 32, .58) !important;
  border: 1px solid rgba(106, 145, 230, .18) !important;
  border-radius: 12px !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-feature span { color: #63b8ff !important; }
.hero-feature strong { color: #fff !important; }
.hero-feature p { color: #aebcda !important; }
.hero-btn-secondary {
  color: #fff !important;
  background: rgba(6, 17, 39, .50) !important;
  border: 1px solid rgba(123, 151, 221, .32) !important;
  backdrop-filter: blur(10px);
}
.hero-btn-secondary:hover {
  border-color: rgba(101,115,255,.66) !important;
  background: rgba(21, 31, 67, .76) !important;
  box-shadow: var(--sk-glow);
}

/* All large custom sections */
.benefits-section,
.gaming-section,
.play-section,
.app-section,
.guide-section,
.payment-section,
.info-section,
.reviews-section,
.faq-section,
.promo-banner-section {
  position: relative;
  color: var(--sk-text) !important;
  background:
    radial-gradient(circle at 0 30%, rgba(0, 140, 255, .065), transparent 28%),
    radial-gradient(circle at 100% 30%, rgba(139, 44, 255, .060), transparent 28%),
    var(--sk-bg) !important;
  border-top: 1px solid rgba(112,144,220,.08);
}

/* Alternate subtle panels */
.gaming-section,
.app-section,
.payment-section,
.faq-section {
  background:
    radial-gradient(circle at 8% 20%, rgba(0, 140, 255, .07), transparent 25%),
    radial-gradient(circle at 92% 20%, rgba(139,44,255,.065), transparent 25%),
    linear-gradient(180deg, #050b1b 0%, #020611 100%) !important;
}

/* Decorative glows */
.benefits-decor,
.gaming-decor,
.play-decor,
.app-decor,
.guide-decor,
.payment-decor,
.info-decor,
.reviews-decor,
.faq-decor,
.footer-decor {
  opacity: .34 !important;
  filter: blur(78px) !important;
}
.benefits-decor-left,
.gaming-decor-left,
.play-decor-left,
.app-decor-left,
.guide-decor-left,
.payment-decor-left,
.info-decor-left,
.reviews-decor-left,
.faq-decor-left,
.footer-decor-left { background: #008cff !important; }
.benefits-decor-right,
.gaming-decor-right,
.play-decor-right,
.app-decor-right,
.guide-decor-right,
.payment-decor-right,
.info-decor-right,
.reviews-decor-right,
.faq-decor-right,
.footer-decor-right { background: #8b2cff !important; }

/* Eyebrows / labels */
.benefits-eyebrow,
.gaming-eyebrow,
.play-eyebrow,
.app-eyebrow,
.guide-eyebrow,
.payment-eyebrow,
.info-eyebrow,
.reviews-eyebrow,
.faq-eyebrow,
.promo-banner-eyebrow,
.benefits-label,
.gaming-label,
.play-label,
.app-label,
.guide-label,
.payment-label,
.info-label {
  background: var(--sk-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

/* Headings */
.benefits-header h2,
.gaming-header h2,
.play-header h2,
.app-header h2,
.guide-header h2,
.payment-header h2,
.info-header h2,
.reviews-header h2,
.faq-header h2,
.promo-banner-text h2,
.wrap h2,
.wrap h3,
.wrap h4 {
  color: #fff !important;
}

.benefits-intro,
.gaming-intro,
.play-intro,
.app-intro,
.guide-intro,
.payment-intro,
.info-intro,
.reviews-intro,
.faq-intro,
.promo-banner-text p {
  color: var(--sk-muted) !important;
}

/* Universal premium cards */
.benefit-card,
.benefits-side,
.gaming-panel,
.gaming-feature,
.gaming-showcase,
.gaming-hours,
.play-panel,
.play-card,
.play-hours-card,
.play-live-card,
.app-panel,
.app-feature,
.app-install-card,
.app-visual-card,
.guide-panel,
.guide-main-card,
.guide-fact-card,
.guide-info-card,
.guide-wide-card,
.guide-online-card,
.payment-overview-card,
.payment-info-card,
.payment-table-panel,
.info-main,
.info-card,
.info-stat,
.info-service,
.info-services,
.reviews-slider-panel,
.reviews-visual-card,
.faq-item,
.reward-card,
.play-automation,
.promo-banner-container {
  background: linear-gradient(145deg, rgba(9,23,50,.90), rgba(4,11,27,.96)) !important;
  border: 1px solid var(--sk-border) !important;
  box-shadow: 0 18px 46px rgba(0,0,0,.20) !important;
  color: var(--sk-text) !important;
}

.benefit-card:hover,
.gaming-feature:hover,
.play-card:hover,
.app-feature:hover,
.guide-fact-card:hover,
.guide-info-card:hover,
.payment-info-card:hover,
.info-card:hover,
.info-service:hover,
.faq-item:hover,
.reward-card:hover {
  border-color: var(--sk-border-hot) !important;
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(0,0,0,.28), var(--sk-glow) !important;
}

/* Card copy */
.benefit-card p,
.benefits-side p,
.gaming-panel p,
.gaming-feature p,
.play-card p,
.play-panel p,
.app-panel p,
.app-feature p,
.guide-panel p,
.guide-fact-card p,
.guide-info-card p,
.guide-wide-card p,
.guide-online-card p,
.payment-overview-card p,
.payment-info-card p,
.info-card p,
.info-service p,
.reviews-slider-panel p,
.faq-answer,
.reward-card p {
  color: #9fafd0 !important;
}

/* Icons / numbers / highlights */
.benefits-score,
.guide-stat,
.info-stat-inner,
.app-icon,
.guide-info-icon,
.payment-info-icon,
.payment-icon {
  color: #79b8ff !important;
  border-color: rgba(88,126,255,.38) !important;
  background: linear-gradient(135deg, rgba(0,140,255,.12), rgba(139,44,255,.12)) !important;
}

/* Feature separators and accents */
.benefits-feature,
.gaming-category-column,
.play-live,
.guide-checklist,
.payment-method {
  border-color: rgba(112,144,220,.16) !important;
}

/* Tabs */
.payment-tab {
  color: #aab8d5 !important;
  background: rgba(8,18,39,.68) !important;
  border-color: var(--sk-border) !important;
}
.payment-tab.active,
.payment-tab:hover {
  color: #fff !important;
  background: var(--sk-gradient) !important;
  border-color: transparent !important;
  box-shadow: var(--sk-glow);
}

/* Tables */
.payment-table,
.payment-table-wrap { background: rgba(5,13,30,.74) !important; border-color: var(--sk-border) !important; }
.payment-table-header { background: linear-gradient(90deg, rgba(0,140,255,.18), rgba(139,44,255,.18)) !important; color: #fff !important; }
.payment-table td,
.payment-table th { border-color: rgba(112,144,220,.13) !important; color: var(--sk-text) !important; }

/* Provider / payment logo wells */
.providers-logos,
.payment-logos,
.payment-logos-double {
  background: rgba(6,15,34,.74) !important;
  border: 1px solid var(--sk-border) !important;
  box-shadow: 0 16px 42px rgba(0,0,0,.18) !important;
}

/* FAQ */
.faq-item { overflow: hidden; }
.faq-item.active,
.faq-item:hover { border-color: rgba(81,112,255,.48) !important; }
.faq-item.active { box-shadow: 0 18px 44px rgba(0,0,0,.26), var(--sk-glow) !important; }
.faq-answer { border-top-color: rgba(112,144,220,.13) !important; }

/* Reviews */
.review-stars { color: #7baeff !important; }
.reviews-arrow,
.reviews-dot {
  color: #fff !important;
  border-color: rgba(99,137,255,.38) !important;
  background: rgba(9,20,43,.80) !important;
}
.reviews-arrow:hover,
.reviews-dot.active {
  background: var(--sk-gradient) !important;
  border-color: transparent !important;
  box-shadow: var(--sk-glow);
}

/* Promo */
.promo-banner-container { overflow: hidden; }
.promo-banner-glow { background: linear-gradient(120deg, rgba(0,140,255,.25), rgba(139,44,255,.24)) !important; filter: blur(58px); }
.promo-banner-offer { background: var(--sk-gradient) !important; color: #fff !important; box-shadow: var(--sk-glow); }

/* Generic legacy sections */
.section-product,
.section-advantage,
.section-hotgames,
.section-mobile,
.section-aboutus,
.section-contactus,
#aboutus,
#games {
  color: var(--sk-text) !important;
  background:
    radial-gradient(circle at 10% 15%, rgba(0,140,255,.06), transparent 25%),
    radial-gradient(circle at 90% 15%, rgba(139,44,255,.06), transparent 25%),
    var(--sk-bg) !important;
}

.section-product h2,
.section-advantage h2,
.section-hotgames h2,
.section-mobile h2,
.section-aboutus h2,
.section-contactus h2,
.section-product .items h3,
.section-advantage .items h3,
.section-hotgames .items h3,
.section-aboutus .items h3,
#games .game-card h3 {
  color: #68a7ff !important;
}

.section-product .subintro,
.section-advantage .subintro,
.section-hotgames .subintro,
.section-mobile .subintro,
.section-aboutus .subintro,
.section-contactus .subintro {
  color: var(--sk-muted) !important;
}

.section-product .items .txt,
#games .game-card,
.section-aboutus .items {
  background: linear-gradient(145deg, rgba(9,23,50,.92), rgba(4,11,27,.97)) !important;
  color: var(--sk-text) !important;
  border: 1px solid var(--sk-border) !important;
  box-shadow: 0 18px 46px rgba(0,0,0,.20) !important;
}
.section-product .items:hover .txt,
.section-aboutus .items:hover,
#games .game-card:hover {
  background: linear-gradient(145deg, rgba(12,30,64,.98), rgba(6,14,34,.98)) !important;
  border-color: var(--sk-border-hot) !important;
  box-shadow: 0 22px 54px rgba(0,0,0,.26), var(--sk-glow) !important;
}
#games .game-card .tag { background: var(--sk-gradient) !important; }

/* Forms */
input,
select,
option,
textarea,
button {
  color: #e5edff !important;
  background: #08142b !important;
  border: 1px solid rgba(111,145,224,.18) !important;
}
input:focus,
select:focus,
textarea:focus {
  border-color: rgba(72,121,255,.62) !important;
  box-shadow: 0 0 0 3px rgba(0,140,255,.08), 0 0 18px rgba(139,44,255,.08) !important;
}
.contact-form .form-btn,
.loginblock .form-btn a,
.loginblock .form-btn button { background: var(--sk-gradient) !important; color:#fff !important; }
.loginblock,
.userblock { background: #071126 !important; border-color: #4f64ff !important; box-shadow: var(--sk-glow); }

/* Footer */
.site-footer,
footer.site-footer,
footer {
  color: var(--sk-text) !important;
  background:
    radial-gradient(circle at 0 0, rgba(0,140,255,.08), transparent 32%),
    radial-gradient(circle at 100% 0, rgba(139,44,255,.08), transparent 32%),
    #02050e !important;
  border-top: 1px solid rgba(99,129,205,.16) !important;
}
.site-footer::before {
  background: var(--sk-gradient) !important;
  box-shadow: 0 0 18px rgba(0,140,255,.28), 0 0 22px rgba(139,44,255,.16) !important;
}
.footer-links h3,
.footer-payments h3,
.footer-notice h3 { color: #fff !important; }
.footer-links h3::after,
.footer-payments h3::after,
.footer-notice h3::after { background: var(--sk-gradient) !important; }
.footer-brand p,
.footer-payments p,
.footer-notice p,
.footer-bottom p { color: #8999b8 !important; }
.footer-trust-list span,
.footer-payment-grid span,
.footer-notice {
  background: rgba(7,17,38,.76) !important;
  border-color: rgba(105,139,220,.16) !important;
}
.footer-trust-list i { color: #68a7ff !important; }
.footer-links a { color: #a4b1cc !important; }
.footer-links a::before { background: var(--sk-gradient) !important; }
.footer-links a:hover { color: #fff !important; }
.footer-payment-grid span:hover { border-color: rgba(84,112,255,.50) !important; box-shadow: var(--sk-glow) !important; }
.footer-bottom { border-top-color: rgba(105,139,220,.12) !important; }

/* Selection + scrollbar */
::selection { background: #4b5dff; color: #fff; }
::-webkit-scrollbar { width: 9px; }
::-webkit-scrollbar-track { background: #01040c; }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #008cff, #8b2cff); border-radius: 20px; }

/* Responsive */
@media (max-width: 1200px) {
  .header-inner { width: calc(100% - 32px) !important; gap: 18px; }
  .main-navigation ul { gap: 17px; }
  .main-navigation a { font-size: 13px; }
}

@media (max-width: 992px) {
  .site-header,
  header.site-header { height: 74px !important; }
  .site-header .logo img { max-width: 155px !important; max-height: 52px !important; }
  .main-navigation { display: none; }
  .btn-play-now { min-width: 134px; min-height: 44px; padding: 0 18px; }
  .hero-banner { padding-top: 74px !important; }
}

@media (max-width: 576px) {
  .header-inner { width: calc(100% - 24px) !important; }
  .site-header .logo img { max-width: 124px !important; }
  .btn-play-now { min-width: 0; padding: 0 14px; font-size: 13px; }
}
/* =========================================================
   ABOUT — ELEGANT EDITORIAL STYLE
   ========================================================= */

.about-section {
  position: relative;
  overflow: hidden;
  padding: 130px 0 140px;

  background:
    radial-gradient(
      circle at 10% 30%,
      rgba(0, 129, 255, 0.08),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 72%,
      rgba(126, 47, 255, 0.07),
      transparent 30%
    ),
    #030817;

  color: #fff;
}


.about-container {
  position: relative;
  z-index: 2;

  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
}


/* AMBIENT */

.about-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(150px);
  pointer-events: none;
}

.about-glow-one {
  width: 460px;
  height: 460px;
  top: 220px;
  left: -300px;

  background: rgba(0, 130, 255, 0.11);
}

.about-glow-two {
  width: 520px;
  height: 520px;
  right: -340px;
  bottom: 260px;

  background: rgba(132, 44, 255, 0.09);
}


/* =========================================================
   TOP
   ========================================================= */

.about-top {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 110px;
  align-items: end;

  margin-bottom: 65px;
}


.about-label {
  display: inline-block;

  margin-bottom: 22px;

  font-family: "Ubuntu", sans-serif;
  font-size: 11px;
  font-weight: 700;

  letter-spacing: 3.5px;
  text-transform: uppercase;

  background: linear-gradient(
    90deg,
    #00a8ff,
    #497dff,
    #9551ff
  );

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
}


.about-title-group h2 {
  max-width: 780px;

  margin: 0;

  font-family: "Ubuntu", sans-serif;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 500;

  line-height: 1.02;
  letter-spacing: -2.5px;

  color: #ffffff;
}


.about-title-group h2 span {
  display: block;

  margin-top: 8px;

  color: #7e8aa6;
}


.about-top-copy {
  padding-bottom: 7px;
}


.about-top-copy p {
  margin: 0;

  max-width: 470px;

  color: #9daac2;

  font-size: 15px;
  line-height: 1.9;

  text-align: left;
}


/* =========================================================
   VISUAL
   ========================================================= */

.about-visual {
  position: relative;

  height: 610px;

  overflow: hidden;

  border-radius: 22px;

  background: #08142b;

  box-shadow:
    0 35px 90px rgba(0, 0, 0, 0.35);
}


.about-visual img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  transition: transform 1s ease;
}


.about-visual:hover img {
  transform: scale(1.018);
}


.about-visual-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(2, 6, 17, 0.7) 0%,
      rgba(2, 6, 17, 0.18) 48%,
      rgba(2, 6, 17, 0.08) 100%
    ),
    linear-gradient(
      0deg,
      rgba(2, 6, 17, 0.8) 0%,
      transparent 43%
    );
}


.about-location {
  position: absolute;

  left: 42px;
  bottom: 38px;

  display: flex;
  gap: 18px;
  align-items: center;

  text-align: left;
}


.about-location-line {
  width: 42px;
  height: 1px;

  background: linear-gradient(
    90deg,
    #008cff,
    #8b2cff
  );
}


.about-location small {
  display: block;

  margin-bottom: 6px;

  color: #8f9bb5;

  font-size: 10px;

  letter-spacing: 2px;
  text-transform: uppercase;
}


.about-location span {
  color: #fff;

  font-size: 14px;
}


.about-visual-number {
  position: absolute;

  top: 38px;
  right: 42px;

  display: flex;
  align-items: baseline;

  gap: 7px;

  padding: 18px 22px;

  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 12px;

  background: rgba(3, 8, 23, 0.45);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}


.about-visual-number span,
.about-visual-number small {
  color: #a0abc1;

  font-size: 11px;

  text-transform: uppercase;
  letter-spacing: 1px;
}


.about-visual-number strong {
  color: #fff;

  font-size: 30px;
  font-weight: 500;
}


/* =========================================================
   FACT STRIP
   ========================================================= */

.about-fact-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  margin-top: 1px;

  border-bottom: 1px solid rgba(119, 146, 204, 0.15);
}


.about-fact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;

  padding: 32px 28px;

  text-align: left;
}


.about-fact-item:first-child {
  padding-left: 0;
}


.about-fact-item:not(:last-child) {
  border-right: 1px solid rgba(119, 146, 204, 0.12);
}


.about-fact-item i {
  margin-top: 2px;

  width: 36px;

  color: #628cff;

  font-size: 16px;
}


.about-fact-item span {
  display: block;

  margin-bottom: 6px;

  color: #fff;

  font-size: 13px;
  font-weight: 500;
}


.about-fact-item p {
  margin: 0;

  color: #7786a4;

  font-size: 11px;
  line-height: 1.55;
}


/* =========================================================
   CONTENT
   ========================================================= */

.about-content {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 120px;

  padding: 105px 0;
}


.about-content-heading {
  position: relative;

  text-align: left;
}


.about-index {
  display: inline-block;

  margin-bottom: 28px;

  color: #587cff;

  font-size: 11px;
  letter-spacing: 2px;
}


.about-content-heading h3 {
  max-width: 400px;

  margin: 0;

  color: #fff;

  font-family: "Ubuntu", sans-serif;

  font-size: 36px;
  font-weight: 500;

  line-height: 1.2;
  letter-spacing: -1px;
}


.about-content-text {
  max-width: 700px;

  text-align: left;
}


.about-content-text p {
  margin: 0 0 21px;

  color: #95a1ba;

  font-size: 14px;
  line-height: 1.9;
}


.about-content-text .about-lead {
  margin-bottom: 28px;

  color: #d6def0;

  font-size: 18px;
  line-height: 1.75;
}


.about-divider {
  width: 100%;
  height: 1px;

  background: linear-gradient(
    90deg,
    rgba(84, 127, 255, 0.42),
    rgba(131, 61, 255, 0.18),
    transparent 80%
  );
}


/* =========================================================
   OPERATOR
   ========================================================= */

.about-operator {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr;
  gap: 65px;

  padding: 70px 0;

  border-top: 1px solid rgba(113, 141, 204, 0.15);
  border-bottom: 1px solid rgba(113, 141, 204, 0.15);
}


.about-operator-title {
  text-align: left;
}


.about-operator-title h3 {
  margin: 0;

  color: #fff;

  font-family: "Ubuntu", sans-serif;

  font-size: 31px;
  font-weight: 500;

  line-height: 1.25;
}


.about-operator-body {
  text-align: left;
}


.about-operator-body p {
  margin: 0 0 20px;

  color: #95a2bb;

  font-size: 13px;
  line-height: 1.85;
}


.about-operator-meta {
  padding-left: 40px;

  border-left: 1px solid rgba(112, 142, 204, 0.15);
}


.about-operator-meta > div {
  padding: 14px 0;

  border-bottom: 1px solid rgba(112, 142, 204, 0.11);

  text-align: left;
}


.about-operator-meta > div:last-child {
  border-bottom: 0;
}


.about-operator-meta span {
  display: block;

  margin-bottom: 6px;

  color: #64728e;

  font-size: 9px;

  letter-spacing: 1.4px;
  text-transform: uppercase;
}


.about-operator-meta p {
  margin: 0;

  color: #d3dbeb;

  font-size: 12px;
  line-height: 1.5;
}


/* =========================================================
   BOTTOM
   ========================================================= */

.about-bottom {
  display: flex;
  align-items: flex-start;

  gap: 30px;

  max-width: 900px;

  margin: 65px 0 0 auto;
}


.about-bottom-line {
  flex: 0 0 70px;

  height: 1px;

  margin-top: 12px;

  background: linear-gradient(
    90deg,
    #008cff,
    #8b2cff
  );
}


.about-bottom p {
  margin: 0;

  color: #7f8da9;

  font-size: 13px;
  line-height: 1.8;

  text-align: left;
}


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

@media (max-width: 1100px) {

  .about-top,
  .about-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-operator {
    grid-template-columns: 1fr 1fr;
  }

  .about-operator-title {
    grid-column: 1 / -1;
  }

  .about-fact-strip {
    grid-template-columns: repeat(2, 1fr);
  }

}


@media (max-width: 768px) {

  .about-section {
    padding: 90px 0;
  }

  .about-container {
    width: calc(100% - 36px);
  }

  .about-visual {
    height: 460px;
  }

  .about-title-group h2 {
    font-size: 44px;
  }

  .about-content {
    padding: 75px 0;
  }

  .about-operator {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .about-operator-title {
    grid-column: auto;
  }

  .about-operator-meta {
    padding-left: 0;
    border-left: 0;
  }

}


@media (max-width: 560px) {

  .about-title-group h2 {
    font-size: 37px;
  }

  .about-visual {
    height: 400px;
    border-radius: 16px;
  }

  .about-location {
    left: 22px;
    bottom: 24px;
  }

  .about-visual-number {
    top: 20px;
    right: 20px;
  }

  .about-fact-strip {
    grid-template-columns: 1fr;
  }

  .about-fact-item {
    padding: 24px 0;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(119, 146, 204, 0.12);
  }

  .about-content {
    gap: 28px;
  }

  .about-content-heading h3 {
    font-size: 30px;
  }

  .about-content-text .about-lead {
    font-size: 16px;
  }

  .about-bottom {
    gap: 18px;
  }

  .about-bottom-line {
    flex-basis: 35px;
  }

}

/* =========================================================
   CASINO OVERVIEW — ELEGANT PREMIUM
   ========================================================= */

.casino-overview {
  position: relative;
  padding: 145px 0 135px;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 15% 35%,
      rgba(0, 132, 255, 0.07),
      transparent 32%
    ),
    radial-gradient(
      circle at 85% 70%,
      rgba(139, 44, 255, 0.06),
      transparent 34%
    ),
    #030817;

  color: #fff;
}


.casino-overview-container {
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.casino-overview-header {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;

  align-items: end;

  gap: 120px;

  margin-bottom: 75px;
}


.casino-overview-header-left {
  text-align: left;
}


.casino-overview-eyebrow {
  display: inline-block;

  margin-bottom: 22px;

  font-family: "Ubuntu", sans-serif;
  font-size: 11px;
  font-weight: 700;

  letter-spacing: 3.5px;
  text-transform: uppercase;

  background:
    linear-gradient(
      90deg,
      #00a7ff 0%,
      #4c7cff 50%,
      #9a4cff 100%
    );

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
}


.casino-overview-header h2 {
  max-width: 800px;

  margin: 0;

  font-family: "Ubuntu", sans-serif;

  font-size: clamp(48px, 5vw, 74px);
  font-weight: 500;

  line-height: 1.02;
  letter-spacing: -2.4px;

  color: #fff;
}


.casino-overview-header h2 span {
  display: block;

  margin-top: 7px;

  color: #77849f;
}


.casino-overview-header-right {
  max-width: 500px;

  padding-left: 34px;

  border-left: 1px solid rgba(112, 143, 205, 0.16);

  text-align: left;
}


.casino-overview-header-right p {
  margin: 0;

  color: #98a6bf;

  font-size: 14px;
  line-height: 1.9;
}


/* =========================================================
   MAIN EXPERIENCE PANEL
   ========================================================= */

.casino-experience {
  position: relative;

  display: grid;
  grid-template-columns: 1fr 90px 1fr;

  min-height: 620px;

  overflow: hidden;

  border: 1px solid rgba(116, 145, 210, 0.14);
  border-radius: 24px;

  background:
    linear-gradient(
      145deg,
      rgba(9, 20, 44, 0.86),
      rgba(4, 10, 25, 0.92)
    );

  box-shadow:
    0 35px 90px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}


/* subtle top gradient line */

.casino-experience::before {
  content: "";

  position: absolute;

  top: 0;
  left: 50%;

  width: 62%;
  height: 1px;

  transform: translateX(-50%);

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(0, 154, 255, 0.65),
      rgba(139, 44, 255, 0.60),
      transparent
    );
}


/* GLOW */

.casino-experience-glow {
  position: absolute;

  width: 400px;
  height: 400px;

  border-radius: 50%;

  filter: blur(140px);

  pointer-events: none;
}


.casino-experience-glow-blue {
  left: -220px;
  top: 80px;

  background: rgba(0, 139, 255, 0.11);
}


.casino-experience-glow-purple {
  right: -230px;
  bottom: 40px;

  background: rgba(139, 44, 255, 0.10);
}


/* =========================================================
   SIDES
   ========================================================= */

.casino-experience-side {
  position: relative;
  z-index: 2;

  padding: 58px 56px 52px;

  display: flex;
  flex-direction: column;

  text-align: left;
}


.casino-experience-left {
  padding-right: 42px;
}


.casino-experience-right {
  padding-left: 42px;
}


/* TOPLINE */

.casino-experience-topline {
  display: flex;
  align-items: center;

  gap: 15px;

  margin-bottom: 50px;
}


.casino-experience-topline span {
  color: #687692;

  font-size: 10px;
  letter-spacing: 2px;
}


.casino-experience-topline small {
  color: #8794ae;

  font-size: 10px;

  letter-spacing: 2px;
  text-transform: uppercase;
}


/* ICON */

.casino-experience-icon {
  width: 54px;
  height: 54px;

  display: grid;
  place-items: center;

  margin-bottom: 35px;

  border-radius: 14px;

  border: 1px solid rgba(95, 134, 225, 0.20);

  background:
    linear-gradient(
      135deg,
      rgba(0, 140, 255, 0.11),
      rgba(139, 44, 255, 0.10)
    );

  color: #7694ff;

  font-size: 19px;

  box-shadow:
    inset 0 0 18px rgba(76, 108, 255, 0.035);
}


/* COPY */

.casino-experience-copy {
  max-width: 490px;
}


.casino-experience-copy h3 {
  margin: 0 0 27px;

  color: #fff;

  font-family: "Ubuntu", sans-serif;

  font-size: 34px;
  font-weight: 500;

  line-height: 1.18;
  letter-spacing: -1px;
}


.casino-experience-copy p {
  margin: 0 0 18px;

  color: #8d9ab5;

  font-size: 13px;
  line-height: 1.9;
}


.casino-experience-copy .casino-experience-lead {
  margin-bottom: 24px;

  color: #d2daeb;

  font-size: 16px;
  line-height: 1.7;
}


/* STAT */

.casino-experience-stat {
  margin-top: auto;
  padding-top: 45px;
}


.casino-experience-stat::before {
  content: "";

  display: block;

  width: 48px;
  height: 1px;

  margin-bottom: 16px;

  background:
    linear-gradient(
      90deg,
      #008cff,
      #8b2cff
    );
}


.casino-experience-stat strong {
  display: block;

  margin-bottom: 5px;

  color: #fff;

  font-size: 30px;
  font-weight: 500;

  letter-spacing: -0.7px;
}


.casino-experience-stat span {
  color: #6f7d99;

  font-size: 10px;

  letter-spacing: 1.2px;
  text-transform: uppercase;
}


/* =========================================================
   CENTER AXIS
   ========================================================= */

.casino-experience-axis {
  position: relative;

  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;

  gap: 17px;
}


.casino-axis-line {
  width: 1px;
  height: 175px;

  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(99, 127, 191, 0.24)
    );
}


.casino-axis-line:last-child {
  background:
    linear-gradient(
      180deg,
      rgba(99, 127, 191, 0.24),
      transparent
    );
}


.casino-axis-center {
  position: relative;

  width: 32px;
  height: 32px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(106, 135, 210, 0.22);
  border-radius: 50%;

  background: #071027;

  box-shadow:
    0 0 28px rgba(70, 105, 255, 0.12);
}


.casino-axis-center span {
  width: 6px;
  height: 6px;

  border-radius: 50%;

  background:
    linear-gradient(
      135deg,
      #00a2ff,
      #8b2cff
    );

  box-shadow:
    0 0 14px rgba(96, 95, 255, 0.8);
}


/* =========================================================
   SUMMARY
   ========================================================= */

.casino-overview-summary {
  display: grid;
  grid-template-columns: 0.85fr 1.65fr;

  gap: 80px;

  align-items: center;

  margin-top: 50px;

  padding: 34px 0;

  border-top: 1px solid rgba(110, 139, 201, 0.13);
  border-bottom: 1px solid rgba(110, 139, 201, 0.13);
}


.casino-summary-intro {
  text-align: left;
}


.casino-summary-intro span {
  display: block;

  margin-bottom: 8px;

  color: #647cff;

  font-size: 10px;

  letter-spacing: 2.3px;
  text-transform: uppercase;
}


.casino-summary-intro p {
  margin: 0;

  max-width: 320px;

  color: #8693ad;

  font-size: 12px;
  line-height: 1.7;
}


.casino-summary-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}


.casino-summary-item {
  display: flex;

  align-items: flex-start;

  gap: 14px;

  padding: 0 28px;

  text-align: left;
}


.casino-summary-item:not(:last-child) {
  border-right: 1px solid rgba(107, 137, 199, 0.12);
}


.casino-summary-dot {
  width: 7px;
  height: 7px;

  flex: 0 0 7px;

  margin-top: 6px;

  border-radius: 50%;

  background:
    linear-gradient(
      135deg,
      #008cff,
      #8b2cff
    );

  box-shadow:
    0 0 11px rgba(80, 107, 255, 0.5);
}


.casino-summary-item strong {
  display: block;

  margin-bottom: 5px;

  color: #dce4f2;

  font-size: 12px;
  font-weight: 500;
}


.casino-summary-item p {
  margin: 0;

  color: #6f7c96;

  font-size: 10px;
  line-height: 1.55;
}


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

@media (max-width: 1050px) {

  .casino-overview-header {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .casino-overview-header-right {
    padding-left: 0;
    border-left: 0;
  }

  .casino-experience {
    grid-template-columns: 1fr;
  }

  .casino-experience-axis {
    flex-direction: row;

    height: 70px;
  }

  .casino-axis-line {
    width: 180px;
    height: 1px;

    background:
      linear-gradient(
        90deg,
        transparent,
        rgba(99, 127, 191, 0.24)
      );
  }

  .casino-axis-line:last-child {
    background:
      linear-gradient(
        90deg,
        rgba(99, 127, 191, 0.24),
        transparent
      );
  }

  .casino-experience-left,
  .casino-experience-right {
    padding: 50px 45px;
  }

  .casino-overview-summary {
    grid-template-columns: 1fr;
    gap: 25px;
  }

}


@media (max-width: 700px) {

  .casino-overview {
    padding: 95px 0;
  }

  .casino-overview-container {
    width: calc(100% - 36px);
  }

  .casino-overview-header h2 {
    font-size: 41px;
  }

  .casino-experience {
    border-radius: 18px;
  }

  .casino-experience-left,
  .casino-experience-right {
    padding: 38px 25px;
  }

  .casino-experience-copy h3 {
    font-size: 29px;
  }

  .casino-summary-items {
    grid-template-columns: 1fr;
  }

  .casino-summary-item {
    padding: 18px 0;
  }

  .casino-summary-item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(107, 137, 199, 0.12);
  }

}/* =========================================================
   CASINO OVERVIEW — COMPACT PREMIUM GRID
   ========================================================= */

.casino-overview {
  position: relative;
  padding: 125px 0;

  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(0, 131, 255, 0.07),
      transparent 28%
    ),
    radial-gradient(
      circle at 85% 80%,
      rgba(139, 44, 255, 0.06),
      transparent 30%
    ),
    #030817;

  color: #fff;
}


.casino-overview-container {
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
}


/* HEADER */

.casino-overview-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;

  gap: 110px;
  align-items: end;

  margin-bottom: 65px;
}


.casino-overview-head > div {
  text-align: left;
}


.casino-overview-kicker {
  display: inline-block;

  margin-bottom: 18px;

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 3px;
  text-transform: uppercase;

  background:
    linear-gradient(
      90deg,
      #00a8ff,
      #5278ff,
      #9550ff
    );

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
}


.casino-overview-head h2 {
  margin: 0;

  font-family: "Ubuntu", sans-serif;
  font-size: clamp(44px, 4.8vw, 68px);
  font-weight: 500;

  line-height: 1.04;
  letter-spacing: -2px;

  color: #fff;
}


.casino-overview-head h2 span {
  color: #75819b;
}


.casino-overview-head > p {
  max-width: 500px;

  margin: 0;

  padding-left: 32px;

  border-left: 1px solid rgba(106, 137, 203, 0.15);

  color: #95a3bc;

  font-size: 14px;
  line-height: 1.85;

  text-align: left;
}


/* GRID */

.casino-overview-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1.25fr)
    minmax(0, 0.75fr)
    minmax(0, 1fr)
    minmax(0, 1fr);

  gap: 14px;
}


/* ITEM */

.casino-overview-item {
  position: relative;

  min-height: 190px;

  padding: 27px;

  border: 1px solid rgba(111, 141, 207, 0.14);
  border-radius: 15px;

  background:
    linear-gradient(
      145deg,
      rgba(8, 19, 42, 0.78),
      rgba(5, 11, 27, 0.82)
    );

  text-align: left;

  overflow: hidden;

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}


.casino-overview-item::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(0, 153, 255, 0.48),
      rgba(139, 44, 255, 0.32),
      transparent
    );

  opacity: 0;

  transition: opacity 0.3s ease;
}


.casino-overview-item:hover {
  transform: translateY(-4px);

  border-color: rgba(92, 124, 255, 0.27);

  background:
    linear-gradient(
      145deg,
      rgba(10, 24, 53, 0.90),
      rgba(6, 13, 31, 0.92)
    );
}


.casino-overview-item:hover::before {
  opacity: 1;
}


/* MAIN ITEMS */

.casino-overview-item-main {
  min-height: 250px;
}


.casino-overview-number {
  position: absolute;

  top: 25px;
  right: 25px;

  color: rgba(126, 143, 180, 0.34);

  font-size: 10px;
  letter-spacing: 2px;
}


.casino-overview-icon {
  width: 44px;
  height: 44px;

  display: grid;
  place-items: center;

  margin-bottom: 24px;

  border-radius: 11px;

  border: 1px solid rgba(82, 128, 255, 0.20);

  background:
    linear-gradient(
      135deg,
      rgba(0, 140, 255, 0.10),
      rgba(139, 44, 255, 0.09)
    );

  color: #7291ff;

  font-size: 16px;
}


.casino-overview-type {
  display: block;

  margin-bottom: 9px;

  color: #627cff;

  font-size: 9px;

  letter-spacing: 2px;
  text-transform: uppercase;
}


.casino-overview-item h3 {
  margin: 0 0 15px;

  color: #fff;

  font-size: 23px;
  font-weight: 500;

  line-height: 1.2;
}


.casino-overview-item h4 {
  margin: 0 0 12px;

  color: #e5ebf7;

  font-size: 14px;
  font-weight: 500;
}


.casino-overview-item p {
  margin: 0;

  color: #8190ac;

  font-size: 12px;
  line-height: 1.7;
}


/* SMALL ICON */

.casino-overview-small-icon {
  width: 35px;
  height: 35px;

  display: grid;
  place-items: center;

  margin-bottom: 22px;

  border-radius: 9px;

  background:
    rgba(78, 104, 255, 0.08);

  color: #6689ff;

  font-size: 13px;
}


/* STAT */

.casino-overview-item-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.casino-stat-value {
  display: block;

  margin-bottom: 5px;

  font-size: 32px;
  font-weight: 500;

  letter-spacing: -1px;

  background:
    linear-gradient(
      90deg,
      #ffffff,
      #b9caff
    );

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
}


.casino-stat-label {
  display: block;

  margin-bottom: 18px;

  color: #637390;

  font-size: 9px;

  letter-spacing: 1.5px;
  text-transform: uppercase;
}


/* BOTTOM */

.casino-overview-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  margin-top: 38px;

  padding-top: 28px;

  border-top: 1px solid rgba(107, 137, 201, 0.13);
}


.casino-overview-bottom > div {
  padding: 0 30px;

  text-align: left;
}


.casino-overview-bottom > div:first-child {
  padding-left: 0;
}


.casino-overview-bottom > div:not(:last-child) {
  border-right: 1px solid rgba(107, 137, 201, 0.12);
}


.casino-overview-bottom span {
  display: block;

  margin-bottom: 5px;

  color: #dce4f2;

  font-size: 12px;
  font-weight: 500;
}


.casino-overview-bottom p {
  margin: 0;

  color: #6f7d98;

  font-size: 10px;
}


/* RESPONSIVE */

@media (max-width: 1050px) {

  .casino-overview-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .casino-overview-head {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .casino-overview-head > p {
    padding-left: 0;
    border-left: 0;
  }

}


@media (max-width: 700px) {

  .casino-overview {
    padding: 90px 0;
  }

  .casino-overview-container {
    width: calc(100% - 36px);
  }

  .casino-overview-grid {
    grid-template-columns: 1fr;
  }

  .casino-overview-item,
  .casino-overview-item-main {
    min-height: auto;
  }

  .casino-overview-bottom {
    grid-template-columns: 1fr;
  }

  .casino-overview-bottom > div {
    padding: 18px 0;

    border-right: 0 !important;
    border-bottom: 1px solid rgba(107, 137, 201, 0.12);
  }

}

/* =========================================================
   SLOTS — BALANCED PREMIUM GRID
   ========================================================= */

.slots-section {
  position: relative;

  padding: 125px 0 135px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 12% 22%,
      rgba(0, 134, 255, 0.07),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 75%,
      rgba(139, 44, 255, 0.06),
      transparent 30%
    ),
    #04091a;

  color: #fff;
}


.slots-container {
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
}


/* HEADER */

.slots-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;

  gap: 100px;
  align-items: end;

  margin-bottom: 60px;
}


.slots-title {
  text-align: left;
}


.slots-kicker,
.slots-small-label {
  display: inline-block;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 3px;
  text-transform: uppercase;

  background:
    linear-gradient(
      90deg,
      #00a6ff,
      #5279ff,
      #9550ff
    );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


.slots-kicker {
  margin-bottom: 18px;
}


.slots-title h2 {
  max-width: 760px;

  margin: 0;

  color: #fff;

  font-family: "Ubuntu", sans-serif;
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 500;

  line-height: 1.03;
  letter-spacing: -2px;
}


.slots-title h2 span {
  display: block;

  margin-top: 6px;

  color: #75819d;
}


.slots-head-copy {
  max-width: 500px;

  padding-left: 32px;

  border-left: 1px solid rgba(107, 139, 205, 0.15);

  text-align: left;
}


.slots-head-copy p {
  margin: 0;

  color: #97a4bd;

  font-size: 14px;
  line-height: 1.85;
}


/* =========================================================
   FEATURE
   ========================================================= */

.slots-feature {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;

  gap: 58px;

  margin-bottom: 95px;
}


.slots-feature-image {
  position: relative;

  height: 500px;

  overflow: hidden;

  border-radius: 18px;

  background: #071126;
}


.slots-feature-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}


.slots-feature-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 40%,
      rgba(2, 6, 17, 0.84) 100%
    );
}


.slots-feature-caption {
  position: absolute;

  left: 28px;
  bottom: 26px;

  padding: 15px 18px;

  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;

  background: rgba(4,10,25,0.55);

  backdrop-filter: blur(12px);

  text-align: left;
}


.slots-feature-caption span,
.slots-feature-caption small {
  display: block;

  color: #8491ac;

  font-size: 8px;

  letter-spacing: 1.2px;
  text-transform: uppercase;
}


.slots-feature-caption strong {
  display: block;

  margin: 4px 0;

  color: #fff;

  font-size: 27px;
  font-weight: 500;
}


.slots-feature-content {
  padding-top: 20px;

  text-align: left;
}


.slots-feature-content h3 {
  max-width: 520px;

  margin: 14px 0 25px;

  color: #fff;

  font-size: 35px;
  font-weight: 500;

  line-height: 1.18;
}


.slots-feature-content p {
  margin: 0 0 17px;

  color: #8d9bb6;

  font-size: 13px;
  line-height: 1.85;
}


.slots-feature-content .slots-lead {
  color: #d2daea;

  font-size: 16px;
  line-height: 1.7;
}


/* SMALL FACTS */

.slots-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 10px;

  margin-top: 28px;
}


.slots-fact {
  display: flex;

  align-items: center;

  gap: 11px;

  min-height: 48px;

  padding: 12px 14px;

  border: 1px solid rgba(106, 137, 203, 0.13);
  border-radius: 9px;

  background: rgba(8, 18, 39, 0.50);
}


.slots-fact i {
  width: 18px;

  color: #718fff;

  font-size: 13px;
}


.slots-fact span {
  color: #dce3f0;

  font-size: 10px;
}


/* =========================================================
   HIGHLIGHTS HEAD
   ========================================================= */

.slots-highlights-head {
  display: grid;
  grid-template-columns: 1fr 0.8fr;

  gap: 100px;

  align-items: end;

  margin-bottom: 34px;
}


.slots-highlights-head > div,
.slots-highlights-head > p {
  text-align: left;
}


.slots-highlights-head h3 {
  max-width: 570px;

  margin: 13px 0 0;

  color: #fff;

  font-size: 33px;
  font-weight: 500;

  line-height: 1.2;
}


.slots-highlights-head > p {
  max-width: 450px;

  margin: 0;

  color: #8491ab;

  font-size: 12px;
  line-height: 1.75;
}


/* =========================================================
   BALANCED GRID — 4 × 3
   ========================================================= */

.slots-highlights-grid {
  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 12px;
}


.slot-highlight {
  position: relative;

  min-height: 190px;

  padding: 24px;

  display: flex;
  flex-direction: column;

  border: 1px solid rgba(108, 138, 202, 0.13);
  border-radius: 12px;

  background:
    linear-gradient(
      145deg,
      rgba(8, 18, 40, 0.72),
      rgba(5, 11, 26, 0.82)
    );

  text-align: left;

  transition:
    transform .28s ease,
    border-color .28s ease,
    background .28s ease;
}


.slot-highlight:hover {
  transform: translateY(-4px);

  border-color: rgba(89, 125, 255, 0.25);

  background:
    linear-gradient(
      145deg,
      rgba(10, 24, 51, 0.9),
      rgba(6, 12, 30, 0.92)
    );
}


.slot-highlight-number {
  position: absolute;

  top: 20px;
  right: 20px;

  color: rgba(115, 133, 170, 0.34);

  font-size: 9px;

  letter-spacing: 1.3px;
}


.slot-highlight h4 {
  max-width: 80%;

  margin: 0 0 13px;

  color: #edf2fa;

  font-size: 14px;
  font-weight: 500;

  line-height: 1.35;
}


.slot-highlight p {
  margin: 0 0 20px;

  color: #7d8ba7;

  font-size: 10.5px;
  line-height: 1.65;
}


.slot-highlight-tag {
  display: inline-block;

  align-self: flex-start;

  margin-top: auto;

  padding: 5px 8px;

  border-radius: 6px;

  background:
    linear-gradient(
      90deg,
      rgba(0, 140, 255, 0.09),
      rgba(139, 44, 255, 0.08)
    );

  color: #708cff;

  font-size: 7.5px;

  letter-spacing: .8px;
  text-transform: uppercase;
}


/* SERVICE CARD */

.slot-highlight-service {
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(126, 56, 255, 0.08),
      transparent 40%
    ),
    linear-gradient(
      145deg,
      rgba(8, 18, 40, 0.78),
      rgba(5, 11, 26, 0.86)
    );
}


.slot-service-icon {
  width: 34px;
  height: 34px;

  display: grid;
  place-items: center;

  margin-bottom: 20px;

  border-radius: 9px;

  background:
    linear-gradient(
      135deg,
      rgba(0, 140, 255, 0.10),
      rgba(139, 44, 255, 0.09)
    );

  color: #718fff;

  font-size: 13px;
}


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

@media (max-width: 1100px) {

  .slots-head,
  .slots-feature,
  .slots-highlights-head {
    grid-template-columns: 1fr;

    gap: 34px;
  }

  .slots-head-copy {
    padding-left: 0;
    border-left: 0;
  }

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

}


@media (max-width: 700px) {

  .slots-section {
    padding: 90px 0;
  }

  .slots-container {
    width: calc(100% - 36px);
  }

  .slots-title h2 {
    font-size: 40px;
  }

  .slots-feature-image {
    height: 380px;
  }

  .slots-facts {
    grid-template-columns: 1fr;
  }

  .slots-highlights-grid {
    grid-template-columns: 1fr;
  }

}

/* =========================================================
   JACKPOTS
   ========================================================= */

.jackpots-section {
  position: relative;

  padding: 125px 0 130px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 13% 18%,
      rgba(0, 132, 255, 0.065),
      transparent 30%
    ),
    radial-gradient(
      circle at 87% 78%,
      rgba(139, 44, 255, 0.055),
      transparent 30%
    ),
    #030817;

  color: #fff;
}


.jackpots-container {
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.jackpots-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;

  gap: 110px;
  align-items: end;

  margin-bottom: 75px;
}


.jackpots-title {
  text-align: left;
}


.jackpots-kicker,
.jackpots-section-label {
  display: inline-block;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 3px;
  text-transform: uppercase;

  background:
    linear-gradient(
      90deg,
      #00a8ff,
      #5479ff,
      #9550ff
    );

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
}


.jackpots-kicker {
  margin-bottom: 19px;
}


.jackpots-title h2 {
  max-width: 760px;

  margin: 0;

  font-family: "Ubuntu", sans-serif;

  font-size: clamp(46px, 5vw, 68px);
  font-weight: 500;

  line-height: 1.04;
  letter-spacing: -2px;
}


.jackpots-title h2 span {
  display: block;

  margin-top: 6px;

  color: #75819c;
}


.jackpots-intro {
  max-width: 500px;

  padding-left: 32px;

  border-left: 1px solid rgba(109, 138, 203, .15);

  text-align: left;
}


.jackpots-intro p {
  margin: 0;

  color: #96a3bc;

  font-size: 14px;
  line-height: 1.9;
}


/* =========================================================
   EXPLAINER
   ========================================================= */

.jackpots-explainer {
  display: grid;
  grid-template-columns: 1fr .95fr;

  gap: 90px;

  padding: 62px 0;

  border-top: 1px solid rgba(107, 137, 201, .13);
  border-bottom: 1px solid rgba(107, 137, 201, .13);
}


.jackpots-explainer-main {
  text-align: left;
}


.jackpots-explainer-main h3 {
  max-width: 520px;

  margin: 14px 0 25px;

  color: #fff;

  font-size: 35px;
  font-weight: 500;

  line-height: 1.18;
}


.jackpots-explainer-main p {
  max-width: 620px;

  margin: 0 0 17px;

  color: #8997b2;

  font-size: 13px;
  line-height: 1.85;
}


.jackpots-explainer-main .jackpots-lead {
  color: #d1daea;

  font-size: 16px;
  line-height: 1.7;
}


/* PROCESS */

.jackpots-process {
  display: flex;
  flex-direction: column;

  justify-content: center;
}


.jackpots-step {
  display: grid;

  grid-template-columns: 35px 42px 1fr;

  gap: 15px;
  align-items: center;

  min-height: 82px;
}


.jackpots-step-number {
  color: #53617d;

  font-size: 9px;
  letter-spacing: 1.5px;
}


.jackpots-step-icon {
  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border-radius: 9px;

  background:
    linear-gradient(
      135deg,
      rgba(0, 140, 255, .10),
      rgba(139, 44, 255, .09)
    );

  color: #718eff;

  font-size: 13px;
}


.jackpots-step strong {
  display: block;

  margin-bottom: 4px;

  color: #e8edf7;

  font-size: 12px;
}


.jackpots-step p {
  margin: 0;

  color: #76849f;

  font-size: 10px;
  line-height: 1.55;
}


.jackpots-step-line {
  width: 1px;
  height: 22px;

  margin-left: 53px;

  background:
    linear-gradient(
      180deg,
      rgba(59, 130, 255, .35),
      rgba(130, 61, 255, .22)
    );
}


/* =========================================================
   STATUS
   ========================================================= */

.jackpots-status {
  display: grid;

  grid-template-columns: 52px 1fr .7fr;

  gap: 25px;

  align-items: center;

  margin: 70px 0;

  padding: 28px 30px;

  border: 1px solid rgba(108, 138, 201, .14);
  border-radius: 13px;

  background:
    linear-gradient(
      100deg,
      rgba(7, 22, 49, .68),
      rgba(10, 13, 38, .72)
    );
}


.jackpots-status-icon {
  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  border-radius: 10px;

  background:
    linear-gradient(
      135deg,
      rgba(0, 140, 255, .11),
      rgba(139, 44, 255, .10)
    );

  color: #7390ff;

  font-size: 14px;
}


.jackpots-status-copy {
  text-align: left;
}


.jackpots-status-copy > span,
.jackpots-status-note > span {
  display: block;

  margin-bottom: 5px;

  color: #6683ff;

  font-size: 9px;

  letter-spacing: 1.5px;
  text-transform: uppercase;
}


.jackpots-status-copy h3 {
  margin: 0 0 8px;

  color: #fff;

  font-size: 21px;
  font-weight: 500;
}


.jackpots-status-copy p,
.jackpots-status-note p {
  margin: 0;

  color: #7d8ba7;

  font-size: 10.5px;
  line-height: 1.65;
}


.jackpots-status-note {
  padding-left: 28px;

  border-left: 1px solid rgba(107, 137, 201, .13);

  text-align: left;
}


/* =========================================================
   SYSTEMS
   ========================================================= */

.jackpots-systems-head {
  display: grid;
  grid-template-columns: 1fr .8fr;

  gap: 90px;

  align-items: end;

  margin-bottom: 30px;
}


.jackpots-systems-head > div,
.jackpots-systems-head > p {
  text-align: left;
}


.jackpots-systems-head h3 {
  margin: 12px 0 0;

  color: #fff;

  font-size: 31px;
  font-weight: 500;
}


.jackpots-systems-head > p {
  max-width: 440px;

  margin: 0;

  color: #7d8ba6;

  font-size: 11px;
  line-height: 1.7;
}


/* 5 × 2 = FULL, SYMMETRICAL ROWS */

.jackpots-systems {
  display: grid;

  grid-template-columns: repeat(5, minmax(0, 1fr));

  gap: 10px;
}


.jackpot-system {
  min-height: 88px;

  padding: 17px 18px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  border: 1px solid rgba(108, 138, 202, .12);
  border-radius: 10px;

  background:
    rgba(8, 18, 39, .50);

  text-align: left;

  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease;
}


.jackpot-system:hover {
  transform: translateY(-3px);

  border-color: rgba(87, 124, 255, .25);

  background:
    linear-gradient(
      145deg,
      rgba(10, 23, 50, .82),
      rgba(7, 12, 30, .82)
    );
}


.jackpot-system span {
  color: #52617d;

  font-size: 8px;

  letter-spacing: 1px;
}


.jackpot-system strong {
  color: #dfe6f3;

  font-size: 11px;
  font-weight: 500;

  line-height: 1.35;
}


/* =========================================================
   FOOT
   ========================================================= */

.jackpots-foot {
  display: flex;

  align-items: flex-start;

  gap: 25px;

  max-width: 900px;

  margin: 48px 0 0 auto;
}


.jackpots-foot-line {
  flex: 0 0 55px;

  height: 1px;

  margin-top: 10px;

  background:
    linear-gradient(
      90deg,
      #008cff,
      #8b2cff
    );
}


.jackpots-foot p {
  margin: 0;

  color: #6f7e99;

  font-size: 10.5px;
  line-height: 1.7;

  text-align: left;
}


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

@media (max-width: 1100px) {

  .jackpots-head,
  .jackpots-explainer,
  .jackpots-systems-head {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .jackpots-intro {
    padding-left: 0;
    border-left: 0;
  }

  .jackpots-systems {
    grid-template-columns: repeat(2, 1fr);
  }

}


@media (max-width: 760px) {

  .jackpots-section {
    padding: 90px 0;
  }

  .jackpots-container {
    width: calc(100% - 36px);
  }

  .jackpots-title h2 {
    font-size: 40px;
  }

  .jackpots-status {
    grid-template-columns: 42px 1fr;
  }

  .jackpots-status-note {
    grid-column: 1 / -1;

    padding: 20px 0 0;

    border-left: 0;
    border-top: 1px solid rgba(107, 137, 201, .13);
  }

}


@media (max-width: 520px) {

  .jackpots-systems {
    grid-template-columns: 1fr;
  }

}

/* =========================================================
   TABLE GAMES — ELEGANT COMPACT STYLE
   ========================================================= */

.table-games-section {
  position: relative;
  padding: 125px 0 135px;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 12% 24%,
      rgba(0, 133, 255, 0.07),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 78%,
      rgba(139, 44, 255, 0.055),
      transparent 30%
    ),
    #030817;

  color: #fff;
}


.table-games-container {
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
}


/* HEADER */

.table-games-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 60px;
}


.table-games-title {
  text-align: left;
}


.table-games-kicker,
.table-games-small-label {
  display: inline-block;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 3px;
  text-transform: uppercase;

  background:
    linear-gradient(
      90deg,
      #00a7ff,
      #5479ff,
      #9650ff
    );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


.table-games-kicker {
  margin-bottom: 18px;
}


.table-games-title h2 {
  max-width: 760px;

  margin: 0;

  color: #fff;

  font-family: "Ubuntu", sans-serif;
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 500;

  line-height: 1.03;
  letter-spacing: -2px;
}


.table-games-title h2 span {
  display: block;
  margin-top: 6px;
  color: #75819d;
}


.table-games-head-copy {
  max-width: 500px;

  padding-left: 32px;

  border-left: 1px solid rgba(107, 139, 205, 0.15);

  text-align: left;
}


.table-games-head-copy p {
  margin: 0;

  color: #97a4bd;

  font-size: 14px;
  line-height: 1.85;
}


/* FEATURE */

.table-games-feature {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;

  gap: 58px;

  margin-bottom: 90px;
}


.table-games-image {
  position: relative;

  height: 490px;

  overflow: hidden;

  border-radius: 18px;

  background: #071126;
}


.table-games-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}


.table-games-image-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 42%,
      rgba(2, 6, 17, 0.84) 100%
    );
}


.table-games-image-caption {
  position: absolute;

  left: 28px;
  bottom: 26px;

  padding: 15px 18px;

  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;

  background: rgba(4, 10, 25, 0.56);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  text-align: left;
}


.table-games-image-caption span,
.table-games-image-caption small {
  display: block;

  color: #8491ac;

  font-size: 8px;

  letter-spacing: 1.2px;
  text-transform: uppercase;
}


.table-games-image-caption strong {
  display: block;

  margin: 4px 0;

  color: #fff;

  font-size: 24px;
  font-weight: 500;
}


/* COPY */

.table-games-feature-copy {
  padding-top: 18px;

  text-align: left;
}


.table-games-feature-copy h3 {
  max-width: 520px;

  margin: 14px 0 25px;

  color: #fff;

  font-size: 35px;
  font-weight: 500;

  line-height: 1.18;
}


.table-games-feature-copy p {
  margin: 0 0 17px;

  color: #8d9bb6;

  font-size: 13px;
  line-height: 1.85;
}


.table-games-feature-copy .table-games-lead {
  color: #d2daea;

  font-size: 16px;
  line-height: 1.7;
}


/* FACTS */

.table-games-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 10px;

  margin-top: 28px;
}


.table-games-fact {
  display: flex;
  align-items: center;

  gap: 11px;

  min-height: 52px;

  padding: 12px 14px;

  border: 1px solid rgba(106, 137, 203, 0.13);
  border-radius: 9px;

  background: rgba(8, 18, 39, 0.5);
}


.table-games-fact i {
  width: 18px;

  color: #718fff;

  font-size: 13px;
}


.table-games-fact span {
  display: block;

  margin-bottom: 3px;

  color: #dce3f0;

  font-size: 10px;
}


.table-games-fact small {
  display: block;

  color: #667590;

  font-size: 8px;
}


/* OVERVIEW HEAD */

.table-games-overview-head {
  display: grid;
  grid-template-columns: 1fr 0.8fr;

  gap: 90px;

  align-items: end;

  margin-bottom: 32px;
}


.table-games-overview-head > div,
.table-games-overview-head > p {
  text-align: left;
}


.table-games-overview-head h3 {
  margin: 12px 0 0;

  color: #fff;

  font-size: 32px;
  font-weight: 500;
}


.table-games-overview-head > p {
  max-width: 450px;

  margin: 0;

  color: #8190ab;

  font-size: 11px;
  line-height: 1.7;
}


/* 3 EQUAL CARDS */

.table-games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 12px;
}


.table-game-card {
  min-height: 235px;

  padding: 25px;

  display: flex;
  flex-direction: column;

  border: 1px solid rgba(108, 138, 202, 0.13);
  border-radius: 12px;

  background:
    linear-gradient(
      145deg,
      rgba(8, 18, 40, 0.72),
      rgba(5, 11, 26, 0.82)
    );

  text-align: left;

  transition:
    transform .28s ease,
    border-color .28s ease,
    background .28s ease;
}


.table-game-card:hover {
  transform: translateY(-4px);

  border-color: rgba(89, 125, 255, 0.25);

  background:
    linear-gradient(
      145deg,
      rgba(10, 24, 51, 0.9),
      rgba(6, 12, 30, 0.92)
    );
}


.table-game-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 25px;
}


.table-game-card-top > span {
  color: rgba(115, 133, 170, 0.42);

  font-size: 9px;

  letter-spacing: 1.3px;
}


.table-game-card-icon {
  width: 36px;
  height: 36px;

  display: grid;
  place-items: center;

  border-radius: 9px;

  background:
    linear-gradient(
      135deg,
      rgba(0, 140, 255, 0.10),
      rgba(139, 44, 255, 0.09)
    );

  color: #718fff;

  font-size: 13px;
}


.table-game-card h4 {
  margin: 0 0 14px;

  color: #eef2fa;

  font-size: 15px;
  font-weight: 500;
}


.table-game-card p {
  margin: 0 0 22px;

  color: #7d8ba7;

  font-size: 10.5px;
  line-height: 1.7;
}


.table-game-meta {
  display: flex;
  gap: 7px;

  margin-top: auto;
}


.table-game-meta span {
  padding: 5px 8px;

  border-radius: 6px;

  background:
    linear-gradient(
      90deg,
      rgba(0, 140, 255, 0.09),
      rgba(139, 44, 255, 0.08)
    );

  color: #718cff;

  font-size: 7.5px;

  letter-spacing: .8px;
  text-transform: uppercase;
}


/* HELP */

.table-games-help {
  display: flex;

  gap: 18px;
  align-items: flex-start;

  max-width: 880px;

  margin: 48px 0 0 auto;

  padding-top: 24px;

  border-top: 1px solid rgba(108, 138, 202, 0.14);

  text-align: left;
}


.table-games-help-icon {
  flex: 0 0 40px;

  width: 40px;
  height: 40px;

  display: grid;
  place-items: center;

  border-radius: 10px;

  background:
    linear-gradient(
      135deg,
      rgba(0, 140, 255, 0.10),
      rgba(139, 44, 255, 0.09)
    );

  color: #718fff;

  font-size: 14px;
}


.table-games-help-copy span {
  display: block;

  margin-bottom: 7px;

  color: #e4e9f4;

  font-size: 12px;
  font-weight: 500;
}


.table-games-help-copy p {
  margin: 0;

  color: #75839e;

  font-size: 11px;
  line-height: 1.7;
}


/* RESPONSIVE */

@media (max-width: 1050px) {

  .table-games-head,
  .table-games-feature,
  .table-games-overview-head {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .table-games-head-copy {
    padding-left: 0;
    border-left: 0;
  }

}


@media (max-width: 760px) {

  .table-games-section {
    padding: 90px 0;
  }

  .table-games-container {
    width: calc(100% - 36px);
  }

  .table-games-title h2 {
    font-size: 40px;
  }

  .table-games-image {
    height: 380px;
  }

  .table-games-facts {
    grid-template-columns: 1fr;
  }

  .table-games-grid {
    grid-template-columns: 1fr;
  }

}

/* =========================================================
   ROULETTE
   ========================================================= */

.roulette-section {
  position: relative;

  padding: 125px 0 130px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 10% 25%,
      rgba(0, 135, 255, 0.07),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 78%,
      rgba(139, 44, 255, 0.055),
      transparent 30%
    ),
    #04091a;

  color: #fff;
}


.roulette-container {
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
}


/* HEADER */

.roulette-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;

  gap: 100px;
  align-items: end;

  margin-bottom: 60px;
}


.roulette-title {
  text-align: left;
}


.roulette-kicker,
.roulette-small-label {
  display: inline-block;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 3px;
  text-transform: uppercase;

  background:
    linear-gradient(
      90deg,
      #00a7ff,
      #5579ff,
      #9750ff
    );

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
}


.roulette-kicker {
  margin-bottom: 18px;
}


.roulette-title h2 {
  max-width: 760px;

  margin: 0;

  color: #fff;

  font-family: "Ubuntu", sans-serif;
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 500;

  line-height: 1.03;
  letter-spacing: -2px;
}


.roulette-title h2 span {
  display: block;

  margin-top: 6px;

  color: #75819c;
}


.roulette-head-copy {
  max-width: 500px;

  padding-left: 32px;

  border-left: 1px solid rgba(107, 139, 205, .15);

  text-align: left;
}


.roulette-head-copy p {
  margin: 0;

  color: #96a3bc;

  font-size: 14px;
  line-height: 1.85;
}


/* MAIN */

.roulette-main {
  display: grid;
  grid-template-columns: 1.05fr .95fr;

  gap: 58px;

  margin-bottom: 42px;
}


.roulette-image {
  position: relative;

  height: 470px;

  overflow: hidden;

  border-radius: 18px;

  background: #071126;
}


.roulette-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}


.roulette-image-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 42%,
      rgba(2, 6, 17, .84) 100%
    );
}


.roulette-image-caption {
  position: absolute;

  left: 27px;
  bottom: 25px;

  padding: 14px 17px;

  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;

  background: rgba(4,10,25,.56);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  text-align: left;
}


.roulette-image-caption span,
.roulette-image-caption small {
  display: block;

  color: #8491ac;

  font-size: 8px;

  letter-spacing: 1.2px;
  text-transform: uppercase;
}


.roulette-image-caption strong {
  display: block;

  margin: 4px 0;

  color: #fff;

  font-size: 22px;
  font-weight: 500;
}


/* COPY */

.roulette-content {
  padding-top: 18px;

  text-align: left;
}


.roulette-content h3 {
  max-width: 520px;

  margin: 14px 0 25px;

  color: #fff;

  font-size: 35px;
  font-weight: 500;

  line-height: 1.18;
}


.roulette-content p {
  margin: 0 0 17px;

  color: #8d9bb6;

  font-size: 13px;
  line-height: 1.85;
}


.roulette-content .roulette-lead {
  color: #d2daea;

  font-size: 16px;
  line-height: 1.7;
}


/* FACTS */

.roulette-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 10px;

  margin-bottom: 90px;
}


.roulette-fact {
  display: flex;

  align-items: center;

  gap: 12px;

  min-height: 72px;

  padding: 15px 17px;

  border: 1px solid rgba(107, 137, 202, .13);
  border-radius: 10px;

  background:
    rgba(8, 18, 39, .52);

  text-align: left;
}


.roulette-fact-icon {
  flex: 0 0 34px;

  width: 34px;
  height: 34px;

  display: grid;
  place-items: center;

  border-radius: 9px;

  background:
    linear-gradient(
      135deg,
      rgba(0, 140, 255, .10),
      rgba(139, 44, 255, .09)
    );

  color: #718fff;

  font-size: 12px;
}


.roulette-fact span {
  display: block;

  margin-bottom: 4px;

  color: #e1e7f2;

  font-size: 10px;
  font-weight: 500;
}


.roulette-fact p {
  margin: 0;

  color: #6f7e99;

  font-size: 8.5px;
  line-height: 1.5;
}


/* WHEELCHECKS */

.roulette-wheelchecks {
  display: grid;
  grid-template-columns: .8fr 1.2fr;

  gap: 100px;

  padding: 55px 0;

  border-top: 1px solid rgba(107, 137, 201, .13);
  border-bottom: 1px solid rgba(107, 137, 201, .13);
}


.roulette-wheelchecks-title {
  text-align: left;
}


.roulette-wheelchecks-title h3 {
  max-width: 430px;

  margin: 13px 0 0;

  color: #fff;

  font-size: 31px;
  font-weight: 500;

  line-height: 1.22;
}


.roulette-wheelchecks-copy {
  text-align: left;
}


.roulette-wheelchecks-copy p {
  margin: 0 0 17px;

  color: #8795b0;

  font-size: 13px;
  line-height: 1.85;
}


/* NOTE */

.roulette-note {
  display: flex;

  gap: 18px;

  align-items: flex-start;

  max-width: 850px;

  margin: 42px 0 0 auto;

  text-align: left;
}


.roulette-note-icon {
  flex: 0 0 38px;

  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border-radius: 9px;

  background:
    linear-gradient(
      135deg,
      rgba(0, 140, 255, .10),
      rgba(139, 44, 255, .09)
    );

  color: #718fff;

  font-size: 13px;
}


.roulette-note span {
  display: block;

  margin-bottom: 6px;

  color: #e3e9f4;

  font-size: 11px;
  font-weight: 500;
}


.roulette-note p {
  margin: 0;

  color: #75839e;

  font-size: 10.5px;
  line-height: 1.7;
}


/* RESPONSIVE */

@media (max-width: 1050px) {

  .roulette-head,
  .roulette-main,
  .roulette-wheelchecks {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .roulette-head-copy {
    padding-left: 0;
    border-left: 0;
  }

  .roulette-facts {
    grid-template-columns: repeat(2, 1fr);
  }

}


@media (max-width: 700px) {

  .roulette-section {
    padding: 90px 0;
  }

  .roulette-container {
    width: calc(100% - 36px);
  }

  .roulette-title h2 {
    font-size: 40px;
  }

  .roulette-image {
    height: 380px;
  }

  .roulette-facts {
    grid-template-columns: 1fr;
  }

}
/* =========================================================
   POKER & BLACK JACK
   ========================================================= */

.cards-section {
  position: relative;
  padding: 125px 0 130px;
  overflow: hidden;

  background:
    radial-gradient(circle at 10% 25%, rgba(0,132,255,.06), transparent 30%),
    radial-gradient(circle at 90% 75%, rgba(139,44,255,.055), transparent 30%),
    #04091a;

  color: #fff;
}


.cards-container {
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
}


/* HEADER */

.cards-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 100px;
  align-items: end;

  margin-bottom: 65px;
}


.cards-title {
  text-align: left;
}


.cards-kicker,
.cards-small-label {
  display: inline-block;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;

  background:
    linear-gradient(
      90deg,
      #00a7ff,
      #5579ff,
      #9750ff
    );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


.cards-kicker {
  margin-bottom: 18px;
}


.cards-title h2 {
  max-width: 780px;
  margin: 0;

  color: #fff;

  font-family: "Ubuntu", sans-serif;
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 500;

  line-height: 1.03;
  letter-spacing: -2px;
}


.cards-title h2 span {
  display: block;
  margin-top: 6px;
  color: #75819c;
}


.cards-head-copy {
  max-width: 500px;

  padding-left: 32px;

  border-left: 1px solid rgba(107,139,205,.15);

  text-align: left;
}


.cards-head-copy p {
  margin: 0;

  color: #96a3bc;

  font-size: 14px;
  line-height: 1.85;
}


/* MAIN */

.cards-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 42px;

  margin-bottom: 70px;
}


.cards-block {
  padding: 34px 0;

  border-top: 1px solid rgba(107,137,201,.14);
  border-bottom: 1px solid rgba(107,137,201,.14);

  text-align: left;
}


.cards-block-head {
  display: flex;
  gap: 16px;
  align-items: center;

  margin-bottom: 28px;
}


.cards-block-icon {
  flex: 0 0 42px;

  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  border-radius: 10px;

  background:
    linear-gradient(
      135deg,
      rgba(0,140,255,.10),
      rgba(139,44,255,.09)
    );

  color: #718fff;

  font-size: 14px;
}


.cards-block-head h3 {
  margin: 5px 0 0;

  color: #fff;

  font-size: 29px;
  font-weight: 500;
}


.cards-block p {
  margin: 0 0 17px;

  color: #8997b2;

  font-size: 13px;
  line-height: 1.85;
}


.cards-block .cards-lead {
  color: #d1daea;

  font-size: 16px;
  line-height: 1.7;
}


/* FACTS */

.cards-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 9px;

  margin-top: 28px;
}


.cards-fact {
  min-height: 70px;

  padding: 14px 16px;

  border: 1px solid rgba(107,137,201,.13);
  border-radius: 9px;

  background: rgba(8,18,39,.48);

  text-align: left;
}


.cards-fact span {
  display: block;

  margin-bottom: 5px;

  color: #eef2fa;

  font-size: 17px;
  font-weight: 500;
}


.cards-fact small {
  color: #6d7b96;

  font-size: 8px;

  letter-spacing: .8px;
  text-transform: uppercase;
}


/* COMPARE */

.cards-compare {
  display: grid;
  grid-template-columns: .8fr 1.2fr;

  gap: 90px;

  padding: 52px 0;

  border-bottom: 1px solid rgba(107,137,201,.14);
}


.cards-compare-title {
  text-align: left;
}


.cards-compare-title h3 {
  max-width: 420px;

  margin: 12px 0 0;

  color: #fff;

  font-size: 30px;
  font-weight: 500;

  line-height: 1.25;
}


.cards-compare-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 12px;
}


.cards-compare-item {
  padding: 20px;

  border: 1px solid rgba(107,137,201,.12);
  border-radius: 10px;

  background: rgba(8,18,39,.45);

  text-align: left;
}


.cards-compare-item span {
  display: block;

  margin-bottom: 8px;

  color: #dfe6f3;

  font-size: 11px;
  font-weight: 500;
}


.cards-compare-item p {
  margin: 0;

  color: #76849f;

  font-size: 10px;
  line-height: 1.65;
}


/* HELP */

.cards-help {
  display: flex;

  gap: 18px;
  align-items: flex-start;

  max-width: 850px;

  margin: 42px 0 0 auto;

  text-align: left;
}


.cards-help-icon {
  flex: 0 0 38px;

  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border-radius: 9px;

  background:
    linear-gradient(
      135deg,
      rgba(0,140,255,.10),
      rgba(139,44,255,.09)
    );

  color: #718fff;

  font-size: 13px;
}


.cards-help span {
  display: block;

  margin-bottom: 6px;

  color: #e3e9f4;

  font-size: 11px;
  font-weight: 500;
}


.cards-help p {
  margin: 0;

  color: #75839e;

  font-size: 10.5px;
  line-height: 1.7;
}


/* RESPONSIVE */

@media (max-width: 1000px) {

  .cards-head,
  .cards-layout,
  .cards-compare {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .cards-head-copy {
    padding-left: 0;
    border-left: 0;
  }

}


@media (max-width: 650px) {

  .cards-section {
    padding: 90px 0;
  }

  .cards-container {
    width: calc(100% - 36px);
  }

  .cards-title h2 {
    font-size: 40px;
  }

  .cards-facts,
  .cards-compare-items {
    grid-template-columns: 1fr;
  }

}

/* =========================================================
   FIRST VISIT
   ========================================================= */

.visit-section {
  position: relative;
  padding: 125px 0 135px;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(0, 132, 255, 0.065),
      transparent 29%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(139, 44, 255, 0.055),
      transparent 30%
    ),
    #030817;

  color: #fff;
}


.visit-container {
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
}


/* HEADER */

.visit-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;

  gap: 100px;
  align-items: end;

  margin-bottom: 70px;
}


.visit-title {
  text-align: left;
}


.visit-kicker,
.visit-small-label {
  display: inline-block;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 3px;
  text-transform: uppercase;

  background:
    linear-gradient(
      90deg,
      #00a7ff,
      #5579ff,
      #9750ff
    );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


.visit-kicker {
  margin-bottom: 18px;
}


.visit-title h2 {
  max-width: 760px;
  margin: 0;

  color: #fff;

  font-family: "Ubuntu", sans-serif;
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 500;

  line-height: 1.03;
  letter-spacing: -2px;
}


.visit-title h2 span {
  display: block;
  margin-top: 6px;

  color: #75819c;
}


.visit-head-copy {
  max-width: 500px;

  padding-left: 32px;

  border-left: 1px solid rgba(107, 139, 205, .15);

  text-align: left;
}


.visit-head-copy p {
  margin: 0;

  color: #96a3bc;

  font-size: 14px;
  line-height: 1.85;
}


/* =========================================================
   STEPS
   ========================================================= */

.visit-steps-head {
  margin-bottom: 30px;
  text-align: left;
}


.visit-steps-head h3 {
  margin: 12px 0 0;

  color: #fff;

  font-size: 31px;
  font-weight: 500;
}


.visit-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);

  gap: 10px;

  margin-bottom: 85px;
}


.visit-step {
  position: relative;

  min-height: 185px;

  padding: 22px;

  border: 1px solid rgba(108, 138, 202, .12);
  border-radius: 11px;

  background:
    linear-gradient(
      145deg,
      rgba(8, 18, 40, .70),
      rgba(5, 11, 26, .80)
    );

  text-align: left;
}


.visit-step-number {
  position: absolute;

  top: 18px;
  right: 18px;

  color: rgba(116, 133, 170, .35);

  font-size: 8px;
  letter-spacing: 1.2px;
}


.visit-step-icon {
  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  margin-bottom: 23px;

  border-radius: 9px;

  background:
    linear-gradient(
      135deg,
      rgba(0, 140, 255, .10),
      rgba(139, 44, 255, .09)
    );

  color: #718fff;

  font-size: 13px;
}


.visit-step h4 {
  margin: 0 0 10px;

  color: #edf2fa;

  font-size: 13px;
  font-weight: 500;
}


.visit-step p {
  margin: 0;

  color: #7987a2;

  font-size: 10px;
  line-height: 1.65;
}


/* =========================================================
   INFO GRID
   ========================================================= */

.visit-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 36px;

  margin-bottom: 70px;
}


.visit-info-block {
  padding: 34px 0;

  border-top: 1px solid rgba(107, 137, 201, .14);
  border-bottom: 1px solid rgba(107, 137, 201, .14);

  text-align: left;
}


.visit-info-top {
  display: flex;
  align-items: center;

  gap: 13px;

  margin-bottom: 23px;
}


.visit-info-icon {
  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border-radius: 9px;

  background:
    linear-gradient(
      135deg,
      rgba(0, 140, 255, .10),
      rgba(139, 44, 255, .09)
    );

  color: #718fff;

  font-size: 13px;
}


.visit-info-top > span {
  color: #7188ff;

  font-size: 9px;

  letter-spacing: 1.7px;
  text-transform: uppercase;
}


.visit-info-block h3 {
  margin: 0 0 21px;

  color: #fff;

  font-size: 28px;
  font-weight: 500;

  line-height: 1.2;
}


.visit-info-block > p {
  margin: 0 0 16px;

  color: #8997b2;

  font-size: 12.5px;
  line-height: 1.8;
}


/* ENTRY FACTS */

.visit-info-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 9px;

  margin-top: 26px;
}


.visit-info-facts > div {
  min-height: 62px;

  padding: 13px 15px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  border: 1px solid rgba(107, 137, 201, .12);
  border-radius: 9px;

  background: rgba(8, 18, 39, .45);
}


.visit-info-facts span {
  display: block;

  margin-bottom: 3px;

  color: #edf2fa;

  font-size: 18px;
  font-weight: 500;
}


.visit-info-facts i {
  margin-bottom: 6px;

  color: #718fff;

  font-size: 14px;
}


.visit-info-facts small {
  color: #6f7d98;

  font-size: 8px;

  letter-spacing: .7px;
  text-transform: uppercase;
}


/* DRESSCODE */

.visit-dress {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 9px;

  margin-top: 26px;
}


.visit-dress > div {
  display: flex;
  align-items: center;

  gap: 10px;

  min-height: 62px;

  padding: 13px 15px;

  border: 1px solid rgba(107, 137, 201, .12);
  border-radius: 9px;

  background: rgba(8, 18, 39, .45);
}


.visit-dress i {
  width: 16px;

  color: #718fff;

  font-size: 11px;
}


.visit-dress-bad i {
  color: #8b6dff;
}


.visit-dress span {
  color: #dce3ef;

  font-size: 9px;
  line-height: 1.5;
}


/* =========================================================
   NO OBLIGATION
   ========================================================= */

.visit-highlight {
  display: grid;
  grid-template-columns: 45px 1fr auto;

  gap: 24px;
  align-items: center;

  padding: 30px;

  border: 1px solid rgba(105, 137, 204, .14);
  border-radius: 13px;

  background:
    linear-gradient(
      100deg,
      rgba(7, 23, 50, .65),
      rgba(13, 12, 39, .68)
    );
}


.visit-highlight-icon {
  width: 40px;
  height: 40px;

  display: grid;
  place-items: center;

  border-radius: 10px;

  background:
    linear-gradient(
      135deg,
      rgba(0, 140, 255, .11),
      rgba(139, 44, 255, .10)
    );

  color: #718fff;

  font-size: 14px;
}


.visit-highlight-content {
  text-align: left;
}


.visit-highlight-content > span {
  display: block;

  margin-bottom: 6px;

  color: #6e87ff;

  font-size: 9px;

  letter-spacing: 1.7px;
  text-transform: uppercase;
}


.visit-highlight-content h3 {
  margin: 0 0 8px;

  color: #fff;

  font-size: 22px;
  font-weight: 500;
}


.visit-highlight-content p {
  max-width: 780px;

  margin: 0;

  color: #7e8da8;

  font-size: 10.5px;
  line-height: 1.7;
}


.visit-highlight-tag {
  display: flex;
  flex-direction: column;

  gap: 6px;
}


.visit-highlight-tag span {
  padding: 5px 8px;

  border-radius: 6px;

  background:
    linear-gradient(
      90deg,
      rgba(0, 140, 255, .08),
      rgba(139, 44, 255, .07)
    );

  color: #738cff;

  font-size: 7.5px;

  letter-spacing: .8px;
  text-transform: uppercase;
}


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

@media (max-width: 1100px) {

  .visit-head,
  .visit-info-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .visit-head-copy {
    padding-left: 0;
    border-left: 0;
  }

  .visit-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .visit-step:last-child {
    grid-column: 1 / -1;
  }

}


@media (max-width: 700px) {

  .visit-section {
    padding: 90px 0;
  }

  .visit-container {
    width: calc(100% - 36px);
  }

  .visit-title h2 {
    font-size: 40px;
  }

  .visit-steps {
    grid-template-columns: 1fr;
  }

  .visit-step:last-child {
    grid-column: auto;
  }

  .visit-info-facts,
  .visit-dress {
    grid-template-columns: 1fr;
  }

  .visit-highlight {
    grid-template-columns: 40px 1fr;
  }

  .visit-highlight-tag {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
  }

}

/* =========================================================
   HOURS
   ========================================================= */

.hours-section {
  position: relative;
  padding: 125px 0 135px;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 12% 25%,
      rgba(0, 133, 255, .065),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(139, 44, 255, .05),
      transparent 30%
    ),
    #030817;

  color: #fff;
}

.hours-container {
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
}


/* HEADER */

.hours-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 100px;
  align-items: end;

  margin-bottom: 65px;
}

.hours-title {
  text-align: left;
}

.hours-kicker,
.hours-small-label {
  display: inline-block;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 3px;
  text-transform: uppercase;

  background:
    linear-gradient(
      90deg,
      #00a7ff,
      #5579ff,
      #9750ff
    );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hours-kicker {
  margin-bottom: 18px;
}

.hours-title h2 {
  margin: 0;

  font-family: "Ubuntu", sans-serif;
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 500;

  line-height: 1.03;
  letter-spacing: -2px;
}

.hours-title h2 span {
  display: block;
  margin-top: 6px;

  color: #75819c;
}

.hours-head-copy {
  max-width: 500px;

  padding-left: 32px;

  border-left: 1px solid rgba(107,139,205,.15);

  text-align: left;
}

.hours-head-copy p {
  margin: 0;

  color: #96a3bc;

  font-size: 14px;
  line-height: 1.85;
}


/* =========================================================
   MAIN HOURS
   ========================================================= */

.hours-main {
  display: grid;
  grid-template-columns: .7fr 1fr 1fr;

  align-items: center;

  padding: 30px 0;

  border-top: 1px solid rgba(107,137,201,.14);
  border-bottom: 1px solid rgba(107,137,201,.14);
}

.hours-main-label {
  text-align: left;
}

.hours-main-label span {
  display: block;

  margin-bottom: 6px;

  color: #dfe6f3;

  font-size: 13px;
  font-weight: 500;
}

.hours-main-label p {
  margin: 0;

  color: #6e7d98;

  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hours-time {
  display: grid;
  grid-template-columns: 1fr auto 35px auto;
  align-items: center;

  gap: 13px;

  padding: 0 35px;

  text-align: left;
}

.hours-time:not(:last-child) {
  border-right: 1px solid rgba(107,137,201,.12);
}

.hours-time > span {
  color: #7d8aa5;

  font-size: 10px;
}

.hours-time strong {
  color: #fff;

  font-size: 24px;
  font-weight: 500;
}

.hours-time i {
  height: 1px;

  background:
    linear-gradient(
      90deg,
      #008cff,
      #8b2cff
    );
}


/* =========================================================
   LIVE GAME
   ========================================================= */

.hours-live {
  display: grid;
  grid-template-columns: .8fr 1.2fr;

  gap: 80px;

  padding: 80px 0 65px;
}

.hours-live-head {
  text-align: left;
}

.hours-live-head h3 {
  max-width: 430px;

  margin: 13px 0 18px;

  color: #fff;

  font-size: 32px;
  font-weight: 500;

  line-height: 1.2;
}

.hours-live-head p {
  max-width: 440px;

  margin: 0;

  color: #8492ad;

  font-size: 12px;
  line-height: 1.75;
}


/* 3 PERFECTLY BALANCED ITEMS */

.hours-live-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 10px;

  align-self: center;
}

.hours-live-item {
  min-height: 150px;

  padding: 20px;

  border: 1px solid rgba(107,137,201,.12);
  border-radius: 10px;

  background:
    rgba(8,18,39,.48);

  text-align: left;
}

.hours-live-icon {
  width: 34px;
  height: 34px;

  display: grid;
  place-items: center;

  margin-bottom: 18px;

  border-radius: 8px;

  background:
    linear-gradient(
      135deg,
      rgba(0,140,255,.10),
      rgba(139,44,255,.09)
    );

  color: #718fff;

  font-size: 12px;
}

.hours-live-item > span {
  display: block;

  margin-bottom: 7px;

  color: #7887a2;

  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hours-live-item strong {
  display: block;

  margin-bottom: 5px;

  color: #edf2fa;

  font-size: 17px;
  font-weight: 500;
}

.hours-live-item small {
  color: #667590;

  font-size: 8px;
}


/* =========================================================
   TIP
   ========================================================= */

.hours-tip {
  display: flex;

  gap: 18px;
  align-items: flex-start;

  max-width: 920px;

  margin: 0 0 80px auto;

  padding: 22px 0;

  border-top: 1px solid rgba(107,137,201,.13);

  text-align: left;
}

.hours-tip-icon {
  flex: 0 0 38px;

  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border-radius: 9px;

  background:
    linear-gradient(
      135deg,
      rgba(0,140,255,.10),
      rgba(139,44,255,.09)
    );

  color: #718fff;

  font-size: 13px;
}

.hours-tip span {
  display: block;

  margin-bottom: 6px;

  color: #dfe6f3;

  font-size: 11px;
  font-weight: 500;
}

.hours-tip p {
  margin: 0;

  color: #75839e;

  font-size: 10.5px;
  line-height: 1.7;
}


/* =========================================================
   CLOSED DAYS
   ========================================================= */

.hours-closed {
  padding-top: 55px;

  border-top: 1px solid rgba(107,137,201,.14);
}

.hours-closed-head {
  display: grid;
  grid-template-columns: .8fr 1.2fr;

  gap: 80px;

  align-items: end;

  margin-bottom: 32px;

  text-align: left;
}

.hours-closed-head h3 {
  max-width: 650px;

  margin: 0;

  color: #fff;

  font-size: 29px;
  font-weight: 500;

  line-height: 1.2;
}


/* LINE LIST INSTEAD OF ODD CARD GRID */

.hours-closed-list {
  display: flex;
  flex-wrap: wrap;

  border-top: 1px solid rgba(107,137,201,.12);
  border-bottom: 1px solid rgba(107,137,201,.12);
}

.hours-closed-item {
  position: relative;

  display: flex;
  align-items: center;

  gap: 11px;

  min-height: 58px;

  padding: 0 24px;

  flex: 1 1 auto;

  text-align: left;
}

.hours-closed-item:not(:last-child)::after {
  content: "";

  position: absolute;

  right: 0;

  width: 1px;
  height: 22px;

  background: rgba(107,137,201,.12);
}

.hours-closed-item span {
  color: #576682;

  font-size: 8px;
  letter-spacing: 1px;
}

.hours-closed-item p {
  margin: 0;

  white-space: nowrap;

  color: #bec8da;

  font-size: 10px;
}


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

@media (max-width: 1050px) {

  .hours-head,
  .hours-live,
  .hours-closed-head {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hours-head-copy {
    padding-left: 0;
    border-left: 0;
  }

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

  .hours-main-label {
    grid-column: 1 / -1;

    padding-bottom: 20px;

    border-bottom: 1px solid rgba(107,137,201,.12);
  }

  .hours-time {
    padding: 25px;
  }

}


@media (max-width: 720px) {

  .hours-section {
    padding: 90px 0;
  }

  .hours-container {
    width: calc(100% - 36px);
  }

  .hours-title h2 {
    font-size: 40px;
  }

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

  .hours-time {
    padding: 22px 0;

    border-right: 0 !important;
    border-bottom: 1px solid rgba(107,137,201,.12);
  }

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

  .hours-closed-list {
    display: block;
  }

  .hours-closed-item {
    padding: 0;

    border-bottom: 1px solid rgba(107,137,201,.10);
  }

  .hours-closed-item::after {
    display: none;
  }

}
/* =========================================================
   EVENTS
   ========================================================= */

.events-section {
  position: relative;

  padding: 125px 0 135px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 12% 22%,
      rgba(0, 132, 255, .065),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(139, 44, 255, .055),
      transparent 30%
    ),
    #04091a;

  color: #fff;
}


.events-container {
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
}


/* HEADER */

.events-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;

  gap: 100px;
  align-items: end;

  margin-bottom: 60px;
}


.events-title {
  text-align: left;
}


.events-kicker,
.events-small-label {
  display: inline-block;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 3px;
  text-transform: uppercase;

  background:
    linear-gradient(
      90deg,
      #00a7ff,
      #5579ff,
      #9750ff
    );

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
}


.events-kicker {
  margin-bottom: 18px;
}


.events-title h2 {
  max-width: 760px;

  margin: 0;

  color: #fff;

  font-family: "Ubuntu", sans-serif;
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 500;

  line-height: 1.03;
  letter-spacing: -2px;
}


.events-title h2 span {
  display: block;

  margin-top: 6px;

  color: #75819c;
}


.events-head-copy {
  max-width: 500px;

  padding-left: 32px;

  border-left: 1px solid rgba(107,139,205,.15);

  text-align: left;
}


.events-head-copy p {
  margin: 0;

  color: #96a3bc;

  font-size: 14px;
  line-height: 1.85;
}


/* =========================================================
   FEATURE
   ========================================================= */

.events-feature {
  display: grid;
  grid-template-columns: 1.05fr .95fr;

  gap: 58px;

  margin-bottom: 90px;
}


.events-image {
  position: relative;

  height: 470px;

  overflow: hidden;

  border-radius: 18px;

  background: #071126;
}


.events-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  transition: transform .7s ease;
}


.events-image:hover img {
  transform: scale(1.02);
}


.events-image-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 42%,
      rgba(2,6,17,.84) 100%
    );
}


.events-image-caption {
  position: absolute;

  left: 28px;
  bottom: 26px;

  padding: 14px 17px;

  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;

  background: rgba(4,10,25,.56);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  text-align: left;
}


.events-image-caption span,
.events-image-caption small {
  display: block;

  color: #8491ac;

  font-size: 8px;

  letter-spacing: 1.2px;
  text-transform: uppercase;
}


.events-image-caption strong {
  display: block;

  margin: 4px 0;

  color: #fff;

  font-size: 21px;
  font-weight: 500;
}


/* COPY */

.events-feature-copy {
  padding-top: 16px;

  text-align: left;
}


.events-feature-copy h3 {
  max-width: 520px;

  margin: 14px 0 24px;

  color: #fff;

  font-size: 34px;
  font-weight: 500;

  line-height: 1.18;
}


.events-feature-copy p {
  margin: 0 0 17px;

  color: #8997b2;

  font-size: 13px;
  line-height: 1.85;
}


.events-feature-copy .events-lead {
  color: #d1daea;

  font-size: 16px;
  line-height: 1.7;
}


/* SMALL FACTS */

.events-feature-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 10px;

  margin-top: 28px;
}


.events-feature-facts > div {
  display: flex;
  align-items: center;

  gap: 11px;

  min-height: 58px;

  padding: 12px 14px;

  border: 1px solid rgba(107,137,201,.12);
  border-radius: 9px;

  background: rgba(8,18,39,.46);

  text-align: left;
}


.events-feature-facts i {
  color: #718fff;

  font-size: 13px;
}


.events-feature-facts span {
  display: block;

  margin-bottom: 3px;

  color: #dfe6f2;

  font-size: 10px;
}


.events-feature-facts small {
  display: block;

  color: #687690;

  font-size: 8px;
}


/* =========================================================
   PROGRAM
   ========================================================= */

.events-program-head {
  display: grid;
  grid-template-columns: 1fr .8fr;

  gap: 90px;

  align-items: end;

  margin-bottom: 30px;
}


.events-program-head > div,
.events-program-head > p {
  text-align: left;
}


.events-program-head h3 {
  margin: 12px 0 0;

  color: #fff;

  font-size: 31px;
  font-weight: 500;
}


.events-program-head > p {
  max-width: 440px;

  margin: 0;

  color: #7d8ba6;

  font-size: 11px;
  line-height: 1.7;
}


/* 4 EQUAL CARDS */

.events-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 12px;

  margin-bottom: 65px;
}


.event-card {
  min-height: 230px;

  padding: 23px;

  display: flex;
  flex-direction: column;

  border: 1px solid rgba(108,138,202,.12);
  border-radius: 11px;

  background:
    linear-gradient(
      145deg,
      rgba(8,18,40,.70),
      rgba(5,11,26,.80)
    );

  text-align: left;

  transition:
    transform .28s ease,
    border-color .28s ease,
    background .28s ease;
}


.event-card:hover {
  transform: translateY(-4px);

  border-color: rgba(89,125,255,.25);

  background:
    linear-gradient(
      145deg,
      rgba(10,24,51,.90),
      rgba(6,12,30,.92)
    );
}


.event-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 23px;
}


.event-card-top > span {
  color: #65738e;

  font-size: 9px;

  letter-spacing: 1.4px;
}


.event-card-icon {
  width: 35px;
  height: 35px;

  display: grid;
  place-items: center;

  border-radius: 9px;

  background:
    linear-gradient(
      135deg,
      rgba(0,140,255,.10),
      rgba(139,44,255,.09)
    );

  color: #718fff;

  font-size: 12px;
}


.event-card h4 {
  margin: 0 0 13px;

  color: #eef2fa;

  font-size: 14px;
  font-weight: 500;
}


.event-card p {
  margin: 0 0 22px;

  color: #7d8ba7;

  font-size: 10.5px;
  line-height: 1.65;
}


.event-card-time {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: auto;

  padding-top: 14px;

  border-top: 1px solid rgba(107,137,201,.10);
}


.event-card-time span {
  color: #697791;

  font-size: 8px;

  text-transform: uppercase;
  letter-spacing: .8px;
}


.event-card-time strong {
  color: #718cff;

  font-size: 10px;
  font-weight: 500;
}


/* =========================================================
   SEASONAL
   ========================================================= */

.events-seasonal {
  display: grid;
  grid-template-columns: 42px 1fr .65fr;

  gap: 22px;

  align-items: center;

  padding: 28px 0;

  border-top: 1px solid rgba(107,137,201,.13);
  border-bottom: 1px solid rgba(107,137,201,.13);
}


.events-seasonal-icon {
  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border-radius: 9px;

  background:
    linear-gradient(
      135deg,
      rgba(0,140,255,.10),
      rgba(139,44,255,.09)
    );

  color: #718fff;

  font-size: 13px;
}


.events-seasonal-copy {
  text-align: left;
}


.events-seasonal-copy > span,
.events-seasonal-note > span {
  display: block;

  margin-bottom: 6px;

  color: #6e87ff;

  font-size: 8px;

  letter-spacing: 1.4px;
  text-transform: uppercase;
}


.events-seasonal-copy h3 {
  margin: 0 0 7px;

  color: #fff;

  font-size: 20px;
  font-weight: 500;
}


.events-seasonal-copy p,
.events-seasonal-note p {
  margin: 0;

  color: #7886a1;

  font-size: 10px;
  line-height: 1.65;
}


.events-seasonal-note {
  padding-left: 25px;

  border-left: 1px solid rgba(107,137,201,.12);

  text-align: left;
}


/* RESPONSIVE */

@media (max-width: 1050px) {

  .events-head,
  .events-feature,
  .events-program-head {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .events-head-copy {
    padding-left: 0;
    border-left: 0;
  }

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

}


@media (max-width: 700px) {

  .events-section {
    padding: 90px 0;
  }

  .events-container {
    width: calc(100% - 36px);
  }

  .events-title h2 {
    font-size: 40px;
  }

  .events-image {
    height: 380px;
  }

  .events-feature-facts,
  .events-grid {
    grid-template-columns: 1fr;
  }

  .events-seasonal {
    grid-template-columns: 38px 1fr;
  }

  .events-seasonal-note {
    grid-column: 1 / -1;

    padding: 20px 0 0;

    border-left: 0;
    border-top: 1px solid rgba(107,137,201,.12);
  }

}
/* =========================================================
   LOCATION & ARRIVAL
   ========================================================= */

.location-section {
  position: relative;
  padding: 125px 0 135px;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 12% 22%,
      rgba(0, 132, 255, .06),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 80%,
      rgba(139, 44, 255, .05),
      transparent 30%
    ),
    #030817;

  color: #fff;
}


.location-container {
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
}


/* HEADER */

.location-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;

  gap: 100px;
  align-items: end;

  margin-bottom: 60px;
}


.location-title {
  text-align: left;
}


.location-kicker,
.location-small-label {
  display: inline-block;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 3px;
  text-transform: uppercase;

  background:
    linear-gradient(
      90deg,
      #00a7ff,
      #5579ff,
      #9750ff
    );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


.location-kicker {
  margin-bottom: 18px;
}


.location-title h2 {
  max-width: 780px;
  margin: 0;

  color: #fff;

  font-family: "Ubuntu", sans-serif;
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 500;

  line-height: 1.03;
  letter-spacing: -2px;
}


.location-title h2 span {
  display: block;
  margin-top: 6px;

  color: #75819c;
}


.location-head-copy {
  max-width: 500px;

  padding-left: 32px;

  border-left: 1px solid rgba(107,139,205,.15);

  text-align: left;
}


.location-head-copy p {
  margin: 0;

  color: #96a3bc;

  font-size: 14px;
  line-height: 1.85;
}


/* =========================================================
   MAIN MAP
   ========================================================= */

.location-main {
  display: grid;
  grid-template-columns: 1.15fr .85fr;

  gap: 55px;

  margin-bottom: 85px;
}


.location-map {
  position: relative;

  height: 445px;

  overflow: hidden;

  border: 1px solid rgba(108,138,202,.13);
  border-radius: 18px;

  background: #071126;
}


.location-map iframe {
  width: 100%;
  height: 100%;

  border: 0;

  filter:
    saturate(.75)
    brightness(.72)
    contrast(1.1);

  opacity: .9;
}


.location-map::after {
  content: "";

  position: absolute;
  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(3,8,23,.05),
      rgba(3,8,23,.26)
    );
}


.location-map-label {
  position: absolute;

  z-index: 2;

  left: 24px;
  bottom: 22px;

  display: flex;
  align-items: center;

  gap: 12px;

  padding: 12px 15px;

  border: 1px solid rgba(255,255,255,.11);
  border-radius: 9px;

  background: rgba(4,10,25,.7);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  text-align: left;
}


.location-map-label i {
  color: #718fff;
}


.location-map-label span {
  display: block;

  margin-bottom: 3px;

  color: #edf2fa;

  font-size: 10px;
}


.location-map-label small {
  color: #74819b;

  font-size: 8px;
}


/* INFO */

.location-info {
  padding-top: 16px;

  text-align: left;
}


.location-info h3 {
  max-width: 460px;

  margin: 14px 0 23px;

  color: #fff;

  font-size: 34px;
  font-weight: 500;

  line-height: 1.18;
}


.location-info > p {
  margin: 0 0 26px;

  color: #8997b2;

  font-size: 13px;
  line-height: 1.85;
}


.location-address {
  display: flex;

  gap: 14px;

  padding: 19px 0;

  border-top: 1px solid rgba(107,137,201,.13);
  border-bottom: 1px solid rgba(107,137,201,.13);
}


.location-address-icon {
  flex: 0 0 38px;

  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border-radius: 9px;

  background:
    linear-gradient(
      135deg,
      rgba(0,140,255,.10),
      rgba(139,44,255,.09)
    );

  color: #718fff;

  font-size: 13px;
}


.location-address span {
  display: block;

  margin-bottom: 5px;

  color: #e5ebf5;

  font-size: 11px;
  font-weight: 500;
}


.location-address p {
  margin: 0 0 2px;

  color: #7b89a3;

  font-size: 10px;
}


.location-route {
  display: inline-flex;
  align-items: center;

  gap: 9px;

  margin-top: 22px;

  color: #7892ff !important;

  font-size: 10px;
  font-weight: 500;

  text-decoration: none;
}


.location-route i {
  font-size: 9px;

  transition: transform .25s ease;
}


.location-route:hover i {
  transform: translateX(4px);
}


/* =========================================================
   ARRIVAL
   ========================================================= */

.location-arrival {
  margin-bottom: 70px;
}


.location-arrival-head {
  display: grid;
  grid-template-columns: 1fr .8fr;

  gap: 90px;
  align-items: end;

  margin-bottom: 30px;
}


.location-arrival-head > div,
.location-arrival-head > p {
  text-align: left;
}


.location-arrival-head h3 {
  margin: 12px 0 0;

  color: #fff;

  font-size: 31px;
  font-weight: 500;
}


.location-arrival-head > p {
  max-width: 440px;

  margin: 0;

  color: #7d8ba6;

  font-size: 11px;
  line-height: 1.7;
}


/* 4 = FULL ROW */

.location-arrival-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 12px;
}


.location-arrival-item {
  min-height: 210px;

  padding: 22px;

  border: 1px solid rgba(108,138,202,.12);
  border-radius: 11px;

  background:
    linear-gradient(
      145deg,
      rgba(8,18,40,.68),
      rgba(5,11,26,.78)
    );

  text-align: left;

  transition:
    transform .28s ease,
    border-color .28s ease;
}


.location-arrival-item:hover {
  transform: translateY(-4px);

  border-color: rgba(89,125,255,.24);
}


.location-arrival-icon {
  width: 36px;
  height: 36px;

  display: grid;
  place-items: center;

  margin-bottom: 20px;

  border-radius: 9px;

  background:
    linear-gradient(
      135deg,
      rgba(0,140,255,.10),
      rgba(139,44,255,.09)
    );

  color: #718fff;

  font-size: 12px;
}


.location-arrival-item > span {
  display: block;

  margin-bottom: 7px;

  color: #667fff;

  font-size: 8px;

  letter-spacing: 1.2px;
  text-transform: uppercase;
}


.location-arrival-item h4 {
  margin: 0 0 12px;

  color: #e8edf6;

  font-size: 13px;
  font-weight: 500;
}


.location-arrival-item p {
  margin: 0;

  color: #7786a1;

  font-size: 10px;
  line-height: 1.65;
}


/* =========================================================
   PARKING
   ========================================================= */

.location-parking {
  display: grid;
  grid-template-columns: .7fr 1.3fr;

  gap: 70px;
  align-items: center;

  padding: 32px 0;

  border-top: 1px solid rgba(107,137,201,.13);
  border-bottom: 1px solid rgba(107,137,201,.13);
}


.location-parking-title {
  text-align: left;
}


.location-parking-title h3 {
  margin: 10px 0 0;

  color: #fff;

  font-size: 23px;
  font-weight: 500;
}


.location-parking-data {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}


.location-parking-data > div {
  padding: 5px 22px;

  text-align: left;
}


.location-parking-data > div:not(:last-child) {
  border-right: 1px solid rgba(107,137,201,.12);
}


.location-parking-data span {
  display: block;

  margin-bottom: 5px;

  color: #e7edf6;

  font-size: 13px;
  font-weight: 500;
}


.location-parking-data small {
  color: #6c7a95;

  font-size: 8px;

  letter-spacing: .8px;
  text-transform: uppercase;
}


/* NOTE */

.location-note {
  display: flex;

  gap: 13px;
  align-items: flex-start;

  max-width: 820px;

  margin: 30px 0 0 auto;

  text-align: left;
}


.location-note i {
  margin-top: 2px;

  color: #718fff;

  font-size: 11px;
}


.location-note p {
  margin: 0;

  color: #687792;

  font-size: 9.5px;
  line-height: 1.65;
}


/* RESPONSIVE */

@media (max-width: 1050px) {

  .location-head,
  .location-main,
  .location-arrival-head,
  .location-parking {
    grid-template-columns: 1fr;

    gap: 34px;
  }

  .location-head-copy {
    padding-left: 0;
    border-left: 0;
  }

  .location-arrival-grid,
  .location-parking-data {
    grid-template-columns: repeat(2, 1fr);
  }

}


@media (max-width: 700px) {

  .location-section {
    padding: 90px 0;
  }

  .location-container {
    width: calc(100% - 36px);
  }

  .location-title h2 {
    font-size: 40px;
  }

  .location-map {
    height: 380px;
  }

  .location-arrival-grid,
  .location-parking-data {
    grid-template-columns: 1fr;
  }

  .location-parking-data > div {
    padding: 15px 0;

    border-right: 0 !important;
    border-bottom: 1px solid rgba(107,137,201,.10);
  }

}

/* =========================================================
   FAQ
   ========================================================= */

.faq-section {
  position: relative;
  padding: 125px 0 135px;

  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(0, 132, 255, .055),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 82%,
      rgba(139, 44, 255, .05),
      transparent 30%
    ),
    #030817;

  color: #fff;
}


.faq-container {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
}


/* HEADER */

.faq-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;

  gap: 90px;
  align-items: end;

  margin-bottom: 55px;
}


.faq-title {
  text-align: left;
}


.faq-kicker {
  display: inline-block;

  margin-bottom: 18px;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 3px;
  text-transform: uppercase;

  background:
    linear-gradient(
      90deg,
      #00a7ff,
      #5579ff,
      #9750ff
    );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


.faq-title h2 {
  margin: 0;

  color: #fff;

  font-family: "Ubuntu", sans-serif;
  font-size: clamp(46px, 5vw, 66px);
  font-weight: 500;

  line-height: 1.03;
  letter-spacing: -2px;
}


.faq-title h2 span {
  display: block;

  margin-top: 6px;

  color: #75819c;
}


.faq-head-copy {
  max-width: 470px;

  padding-left: 30px;

  border-left: 1px solid rgba(107,139,205,.15);

  text-align: left;
}


.faq-head-copy p {
  margin: 0;

  color: #93a0b9;

  font-size: 13px;
  line-height: 1.8;
}


/* FAQ LIST */

.faq-list {
  border-top: 1px solid rgba(108,138,202,.14);
}


.faq-item {
  border-bottom: 1px solid rgba(108,138,202,.14);
}


.faq-question {
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;

  gap: 25px;

  padding: 23px 4px;

  margin: 0;

  border: 0;
  border-radius: 0;

  background: transparent;

  color: #e7edf6;

  font-family: "Ubuntu", sans-serif;

  font-size: 14px;
  font-weight: 500;

  text-align: left;

  cursor: pointer;

  transition:
    color .25s ease,
    padding-left .25s ease;
}


.faq-question:hover {
  color: #fff;

  padding-left: 8px;
}


.faq-question i {
  flex: 0 0 auto;

  color: #718fff;

  font-size: 10px;

  transition: transform .3s ease;
}


.faq-item.active .faq-question i {
  transform: rotate(45deg);
}


/* ANSWER */

.faq-answer {
  max-height: 0;

  overflow: hidden;

  opacity: 0;

  transition:
    max-height .35s ease,
    opacity .3s ease,
    padding .35s ease;
}


.faq-item.active .faq-answer {
  max-height: 220px;

  opacity: 1;

  padding: 0 50px 23px 4px;
}


.faq-answer p {
  max-width: 850px;

  margin: 0;

  color: #7f8da8;

  font-size: 11px;
  line-height: 1.75;

  text-align: left;
}


.faq-answer a {
  color: #7691ff !important;

  text-decoration: none;

  border-bottom: 1px solid rgba(118,145,255,.25);

  transition:
    color .25s ease,
    border-color .25s ease;
}


.faq-answer a:hover {
  color: #a47aff !important;

  border-color: rgba(164,122,255,.5);
}


/* ACTIVE ACCENT */

.faq-item.active {
  background:
    linear-gradient(
      90deg,
      rgba(0, 140, 255, .025),
      rgba(139, 44, 255, .02),
      transparent
    );
}


/* RESPONSIVE */

@media (max-width: 900px) {

  .faq-head {
    grid-template-columns: 1fr;

    gap: 30px;
  }

  .faq-head-copy {
    padding-left: 0;
    border-left: 0;
  }

}


@media (max-width: 650px) {

  .faq-section {
    padding: 90px 0;
  }

  .faq-container {
    width: calc(100% - 36px);
  }

  .faq-title h2 {
    font-size: 40px;
  }

  .faq-question {
    padding: 20px 0;

    font-size: 13px;
  }

  .faq-item.active .faq-answer {
    padding: 0 25px 20px 0;
  }

}

/* =========================================================
   FOOTER — KASSEL FINAL
   ========================================================= */
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 76px 0 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(0,140,255,.08), transparent 28%),
    radial-gradient(circle at 90% 65%, rgba(139,44,255,.07), transparent 30%),
    #020611 !important;
  border-top: 1px solid rgba(111,141,207,.14) !important;
  color: #fff;
}
.site-footer .footer-container {
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.site-footer .footer-main {
  display: grid;
  grid-template-columns: 1.45fr .75fr .8fr .75fr;
  gap: 54px;
  padding-bottom: 54px;
}
.site-footer .footer-brand,
.site-footer .footer-links {
  text-align: left;
}
.site-footer .footer-logo {
  display: inline-flex;
  margin-bottom: 22px;
}
.site-footer .footer-logo img {
  width: auto;
  max-width: 190px;
  max-height: 62px;
  object-fit: contain;
}
.site-footer .footer-brand > p {
  max-width: 430px;
  margin: 0 0 24px;
  color: #8997b2;
  font-size: 11px;
  line-height: 1.8;
}
.site-footer .footer-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.site-footer .footer-trust-list span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid rgba(108,138,202,.13);
  border-radius: 7px;
  background: rgba(8,18,39,.46);
  color: #8c9ab5;
  font-size: 8px;
}
.site-footer .footer-trust-list i {
  color: #718fff;
}
.site-footer .footer-links h3 {
  margin: 0 0 19px;
  color: #eef2fa;
  font-size: 12px;
  font-weight: 500;
}
.site-footer .footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-links li {
  margin: 0 0 10px;
}
.site-footer .footer-links a {
  color: #7786a2 !important;
  font-size: 9.5px;
  line-height: 1.45;
  transition: color .25s ease;
}
.site-footer .footer-links a:hover,
.site-footer .footer-bottom a:hover {
  color: #8f84ff !important;
}
.site-footer .footer-notice {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  padding: 27px 0;
  border-top: 1px solid rgba(108,138,202,.13);
  border-bottom: 1px solid rgba(108,138,202,.13);
  text-align: left;
}
.site-footer .footer-notice h3 {
  margin: 0 0 8px;
  color: #e7edf6;
  font-size: 12px;
  font-weight: 500;
}
.site-footer .footer-notice p {
  max-width: 900px;
  margin: 0;
  color: #74829e;
  font-size: 9.5px;
  line-height: 1.7;
}
.site-footer .footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 145px;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 8px;
  background: linear-gradient(105deg,#008cff 0%,#356dff 46%,#8b2cff 100%) !important;
  color: #fff !important;
  font-size: 10px;
  font-weight: 600;
  box-shadow: 0 8px 26px rgba(45,92,255,.18);
}
.site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 21px 0 27px;
  background: transparent !important;
}
.site-footer .footer-bottom p {
  margin: 0;
  color: #5f6d87;
  font-size: 8.5px;
}
.site-footer .footer-bottom p:last-child {
  display: flex;
  gap: 9px;
  align-items: center;
}
.site-footer .footer-bottom a {
  color: #6f7d98 !important;
  font-size: 8.5px;
}
@media (max-width: 1050px) {
  .site-footer .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .site-footer {
    padding-top: 60px;
  }
  .site-footer .footer-container {
    width: calc(100% - 36px);
  }
  .site-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .site-footer .footer-notice {
    grid-template-columns: 1fr;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer .footer-bottom p:last-child {
    flex-wrap: wrap;
  }
}

/* =========================================================
   LEGAL PAGES
   ========================================================= */
.legal-page {
  min-height: 100vh;
  padding: 150px 0 120px;
  background:
    radial-gradient(circle at 10% 8%, rgba(0,132,255,.075), transparent 28%),
    radial-gradient(circle at 90% 40%, rgba(139,44,255,.06), transparent 30%),
    #030817;
  color: #fff;
}
.legal-container {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
}
.legal-hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 90px;
  align-items: end;
  padding-bottom: 54px;
  margin-bottom: 46px;
  border-bottom: 1px solid rgba(108,138,202,.14);
  text-align: left;
}
.legal-kicker {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: linear-gradient(90deg,#00a7ff,#5579ff,#9750ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.legal-hero h1 {
  margin: 0;
  max-width: 720px;
  color: #fff;
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: clamp(44px, 5vw, 66px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -2px;
}
.legal-hero h1 span {
  display: block;
  margin-top: 6px;
  color: #75819c;
}
.legal-hero-copy {
  padding-left: 30px;
  border-left: 1px solid rgba(107,139,205,.15);
}
.legal-hero-copy p {
  margin: 0 0 14px;
  color: #95a2bb;
  font-size: 12px;
  line-height: 1.8;
}
.legal-updated {
  color: #6f82ff !important;
  font-size: 9px !important;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.legal-layout {
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  gap: 55px;
  align-items: start;
}
.legal-toc {
  position: sticky;
  top: 112px;
  padding: 19px;
  border: 1px solid rgba(108,138,202,.12);
  border-radius: 11px;
  background: rgba(8,18,39,.48);
  text-align: left;
}
.legal-toc > span {
  display: block;
  margin-bottom: 13px;
  color: #6f86ff;
  font-size: 8px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.legal-toc a {
  display: block;
  padding: 7px 0;
  color: #7c8aa5 !important;
  font-size: 9.5px;
  line-height: 1.4;
}
.legal-toc a:hover {
  color: #fff !important;
}
.legal-content {
  text-align: left;
}
.legal-section {
  padding: 0 0 38px;
  margin-bottom: 38px;
  border-bottom: 1px solid rgba(108,138,202,.12);
}
.legal-section:last-child {
  margin-bottom: 0;
}
.legal-section h2 {
  margin: 0 0 17px;
  color: #eef2fa;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.25;
}
.legal-section h3 {
  margin: 24px 0 11px;
  color: #dce4f2;
  font-size: 15px;
  font-weight: 500;
}
.legal-section p {
  margin: 0 0 14px;
  color: #8896b0;
  font-size: 11.5px;
  line-height: 1.85;
}
.legal-section ul,
.legal-section ol {
  margin: 15px 0 0 18px;
  padding: 0;
  color: #8896b0;
}
.legal-section li {
  margin-bottom: 9px;
  padding-left: 4px;
  font-size: 11.5px;
  line-height: 1.7;
}
.legal-callout {
  margin: 22px 0 4px;
  padding: 18px 20px;
  border-left: 2px solid #5d79ff;
  background: linear-gradient(90deg, rgba(0,140,255,.055), rgba(139,44,255,.025));
  border-radius: 0 8px 8px 0;
}
.legal-callout p {
  margin: 0;
  color: #a9b5ca;
}
.legal-inline-link {
  color: #7892ff !important;
  border-bottom: 1px solid rgba(120,146,255,.25);
}
.legal-inline-link:hover {
  color: #a07cff !important;
}
.legal-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 20px;
}
.legal-mini-card {
  min-height: 110px;
  padding: 17px;
  border: 1px solid rgba(108,138,202,.12);
  border-radius: 9px;
  background: rgba(8,18,39,.45);
}
.legal-mini-card span {
  display: block;
  margin-bottom: 7px;
  color: #dfe6f3;
  font-size: 10.5px;
  font-weight: 500;
}
.legal-mini-card p {
  margin: 0;
  color: #72809b;
  font-size: 9.5px;
  line-height: 1.65;
}
.legal-contact-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.legal-contact-block div {
  padding: 15px 17px;
  border: 1px solid rgba(108,138,202,.12);
  border-radius: 8px;
  background: rgba(8,18,39,.4);
}
.legal-contact-block span {
  display: block;
  margin-bottom: 5px;
  color: #657eff;
  font-size: 8px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.legal-contact-block p {
  margin: 0;
  color: #d2daea;
  font-size: 10px;
}
@media (max-width: 900px) {
  .legal-hero,
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .legal-hero-copy {
    padding-left: 0;
    border-left: 0;
  }
  .legal-toc {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .legal-toc > span {
    grid-column: 1 / -1;
  }
}
@media (max-width: 650px) {
  .legal-page {
    padding: 120px 0 80px;
  }
  .legal-container {
    width: calc(100% - 36px);
  }
  .legal-hero h1 {
    font-size: 39px;
  }
  .legal-toc,
  .legal-mini-grid,
  .legal-contact-block {
    grid-template-columns: 1fr;
  }
}
