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



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

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

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

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

iframe{
  border:0;
}


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

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

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

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

.item-group{
  display:flex;

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

*:focus {outline: none;}

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

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

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

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

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

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

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

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


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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

html, body {
  overflow-x: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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

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

.logo span {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  padding-top: 86px;
}

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

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

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

  .main-navigation {
    display: none;
  }

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

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

  body {
    padding-top: 72px;
  }
}

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

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

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

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

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

body {
  background: #05060a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .app-feature {
    padding: 22px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .payment-tab {
    width: 100%;
  }

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

  .payment-table thead {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .guide-header h2 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
    line-height: 1;
  }

  .guide-intro {
    font-size: 1rem;
    line-height: 1.72;
    margin-top: 24px;
  }

  .guide-main-card,
  .guide-fact-card,
  .guide-info-card,
  .guide-wide-card,
  .guide-panel,
  .guide-online-card,
  .guide-checklist,
  .guide-bottom {
    padding: 28px;
    border-radius: 24px;
  }

  .guide-main-card h3,
  .guide-wide-card h3,
  .guide-panel h3,
  .guide-online-card h3,
  .guide-checklist-heading h3,
  .guide-bottom h3 {
    font-size: clamp(1.7rem, 8vw, 2.6rem);
  }

  .guide-main-card p,
  .guide-wide-card p,
  .guide-panel p,
  .guide-online-card p,
  .guide-bottom p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .guide-info-grid,
  .guide-checklist-grid {
    grid-template-columns: 1fr;
  }

  .guide-btn {
    width: 100%;
    min-width: 0;
  }
}

/* =========================================================
   TRUST SECTION — SECURITY, REGULATION & PLAYER CARE
   Neutral technical class names
   ========================================================= */

.trust-section {
  position: relative;
  padding: 110px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(121, 255, 22, 0.08), transparent 34%),
    linear-gradient(180deg, #05060a 0%, #11121a 48%, #06070c 100%);
  color: #ffffff;
}

.trust-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 96px
    );
  opacity: 0.16;
  pointer-events: none;
}

.trust-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(86px);
  pointer-events: none;
  z-index: 1;
}

.trust-decor-left {
  width: 420px;
  height: 420px;
  left: -190px;
  top: 18%;
  background: rgba(255, 69, 22, 0.22);
}

.trust-decor-right {
  width: 460px;
  height: 460px;
  right: -220px;
  bottom: 12%;
  background: rgba(121, 255, 22, 0.1);
}

.trust-container {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.trust-header {
  max-width: 1080px;
  margin: 0 auto 62px;
  text-align: center;
}

.trust-eyebrow,
.trust-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(121, 255, 22, 0.42);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 255, 22, 0.08), rgba(255, 69, 22, 0.08));
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.trust-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2.7rem, 5vw, 6rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
}

.trust-header h2::after {
  content: "";
  display: block;
  width: 170px;
  height: 3px;
  margin: 30px auto 0;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
  box-shadow: 0 0 22px rgba(121, 255, 22, 0.24);
}

.trust-intro {
  max-width: 980px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.05rem, 1.28vw, 1.28rem);
  line-height: 1.85;
}

/* SHARED */
.trust-lead-card,
.trust-reg-card,
.trust-card,
.trust-process,
.trust-contact-panel,
.trust-bottom {
  border: 1px solid rgba(121, 255, 22, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 45%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* LEAD */
.trust-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 28px;
  margin-bottom: 28px;
}

.trust-lead-card,
.trust-reg-card {
  padding: 44px;
  border-radius: 28px;
}

.trust-lead-card h3,
.trust-process-heading h3,
.trust-contact-content h3,
.trust-bottom h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.8rem, 2.7vw, 3.2rem);
  line-height: 1.07;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.trust-lead-card p,
.trust-contact-content p,
.trust-bottom p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.76);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.82;
}

.trust-lead-card p:last-child,
.trust-contact-content p:last-child,
.trust-bottom p:last-child {
  margin-bottom: 0;
}

.trust-stat {
  display: block;
  margin-bottom: 16px;
  color: #ff4516;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(4rem, 6vw, 6.4rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.07em;
  text-shadow: 0 0 28px rgba(255, 69, 22, 0.28);
}

.trust-reg-card strong {
  display: block;
  margin-bottom: 18px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.trust-reg-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.04rem;
  line-height: 1.75;
}

/* CARDS */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}

.trust-card {
  padding: 30px;
  border-radius: 24px;
}

.trust-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(121, 255, 22, 0.16), rgba(255, 69, 22, 0.18));
  color: #79ff16;
  font-size: 20px;
}

.trust-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.28rem;
  line-height: 1.25;
  font-weight: 900;
}

.trust-card p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.trust-card p:last-child {
  margin-bottom: 0;
}

/* PROCESS */
.trust-process {
  padding: 44px;
  border-radius: 28px;
  margin-bottom: 28px;
}

.trust-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.trust-step {
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(121, 255, 22, 0.16);
  background: rgba(5, 6, 10, 0.36);
}

.trust-step span {
  display: block;
  margin-bottom: 14px;
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.trust-step strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
}

.trust-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.65;
}

/* CONTACT PANEL */
.trust-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 28px;
  padding: 44px;
  border-radius: 28px;
  margin-bottom: 28px;
}

.trust-contact-grid {
  display: grid;
  gap: 16px;
}

.trust-contact-grid div {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 69, 22, 0.22);
  background: rgba(5, 6, 10, 0.36);
}

.trust-contact-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.06rem;
  font-weight: 900;
}

.trust-contact-grid span {
  display: block;
  margin-bottom: 8px;
  color: #ff8a38;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
}

.trust-contact-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.65;
}

/* BOTTOM */
.trust-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 44px;
  border-radius: 28px;
  border-color: rgba(255, 69, 22, 0.32);
}

.trust-bottom > div {
  max-width: 920px;
}

.trust-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 54px;
  padding: 15px 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 70, 0.85);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.trust-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  color: #ffffff;
  box-shadow:
    0 18px 42px rgba(255, 69, 22, 0.5),
    0 0 30px rgba(255, 69, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .trust-lead-grid,
  .trust-contact-panel {
    grid-template-columns: 1fr;
  }

  .trust-grid,
  .trust-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .trust-section {
    padding: 82px 16px;
  }

  .trust-header {
    margin-bottom: 44px;
  }

  .trust-eyebrow,
  .trust-label {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 9px 14px;
  }

  .trust-header h2 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
    line-height: 1;
  }

  .trust-intro {
    font-size: 1rem;
    line-height: 1.72;
    margin-top: 24px;
  }

  .trust-lead-card,
  .trust-reg-card,
  .trust-card,
  .trust-process,
  .trust-contact-panel,
  .trust-bottom {
    padding: 28px;
    border-radius: 24px;
  }

  .trust-lead-card h3,
  .trust-process-heading h3,
  .trust-contact-content h3,
  .trust-bottom h3 {
    font-size: clamp(1.7rem, 8vw, 2.6rem);
  }

  .trust-lead-card p,
  .trust-contact-content p,
  .trust-bottom p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .trust-grid,
  .trust-steps {
    grid-template-columns: 1fr;
  }

  .trust-btn {
    width: 100%;
    min-width: 0;
  }
}

/* =========================================================
   REVIEWS SECTION — PLAYER TESTIMONIALS
   Neutral technical class names
   ========================================================= */

.reviews-section {
  position: relative;
  padding: 110px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(121, 255, 22, 0.08), transparent 34%),
    linear-gradient(180deg, #05060a 0%, #11121a 48%, #06070c 100%);
  color: #ffffff;
}

.reviews-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 96px
    );
  opacity: 0.16;
  pointer-events: none;
}

.reviews-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(86px);
  pointer-events: none;
  z-index: 1;
}

.reviews-decor-left {
  width: 420px;
  height: 420px;
  left: -190px;
  top: 18%;
  background: rgba(255, 69, 22, 0.22);
}

.reviews-decor-right {
  width: 460px;
  height: 460px;
  right: -220px;
  bottom: 12%;
  background: rgba(121, 255, 22, 0.1);
}

.reviews-container {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.reviews-header {
  max-width: 1080px;
  margin: 0 auto 62px;
  text-align: center;
}

.reviews-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(121, 255, 22, 0.42);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 255, 22, 0.08), rgba(255, 69, 22, 0.08));
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.reviews-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2.7rem, 5vw, 6rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
}

.reviews-header h2::after {
  content: "";
  display: block;
  width: 170px;
  height: 3px;
  margin: 30px auto 0;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
  box-shadow: 0 0 22px rgba(121, 255, 22, 0.24);
}

.reviews-intro {
  max-width: 980px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.05rem, 1.28vw, 1.28rem);
  line-height: 1.85;
}

/* LAYOUT */
.reviews-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: stretch;
}

.reviews-visual,
.reviews-slider-panel {
  border: 1px solid rgba(121, 255, 22, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 45%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 28px;
}

.reviews-visual {
  position: relative;
  min-height: 620px;
  padding: 34px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-image-glow {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 69, 22, 0.3) 0%, rgba(255, 69, 22, 0.12) 38%, transparent 72%);
  filter: blur(34px);
  animation: reviewsGlowPulse 4.5s ease-in-out infinite;
}

.reviews-image {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100%;
  max-height: 520px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 24px 42px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 28px rgba(255, 69, 22, 0.18));
  animation: reviewsFloat 4.6s ease-in-out infinite;
}

.reviews-visual-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(121, 255, 22, 0.18);
  background: rgba(5, 6, 10, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.reviews-visual-card span {
  display: block;
  margin-bottom: 8px;
  color: #ff4516;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 3rem;
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.reviews-visual-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reviews-visual-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.96rem;
  line-height: 1.6;
}

/* SLIDER */
.reviews-slider-panel {
  position: relative;
  padding: 44px;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reviews-slider {
  position: relative;
  flex: 1;
}

.review-slide {
  display: none;
  animation: reviewFade 0.42s ease both;
}

.review-slide.active {
  display: block;
}

.review-stars {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 26px;
  color: #ff8a38;
  font-size: 22px;
  text-shadow: 0 0 18px rgba(255, 69, 22, 0.26);
}

.review-slide h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.9rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.review-slide p {
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.12rem;
  line-height: 1.86;
}

.review-meta {
  padding-top: 24px;
  border-top: 1px solid rgba(121, 255, 22, 0.18);
}

.review-meta strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
}

.review-meta span {
  display: block;
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* CONTROLS */
.reviews-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 34px;
}

.reviews-arrow {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 140, 70, 0.85);
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  cursor: pointer;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transition:
    transform 0.25s ease,
    filter 0.25s ease,
    box-shadow 0.25s ease;
}

.reviews-arrow:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  box-shadow:
    0 18px 42px rgba(255, 69, 22, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.reviews-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.reviews-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition:
    width 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.reviews-dot.active {
  width: 34px;
  border-radius: 999px;
  background: #79ff16;
  box-shadow: 0 0 18px rgba(121, 255, 22, 0.36);
}

/* ANIMATIONS */
@keyframes reviewFade {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes reviewsFloat {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-14px) rotate(1deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes reviewsGlowPulse {
  0% {
    transform: scale(0.96);
    opacity: 0.75;
  }

  50% {
    transform: scale(1.04);
    opacity: 1;
  }

  100% {
    transform: scale(0.96);
    opacity: 0.75;
  }
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .reviews-layout {
    grid-template-columns: 1fr;
  }

  .reviews-visual,
  .reviews-slider-panel {
    min-height: auto;
  }

  .reviews-visual {
    min-height: 520px;
  }
}

@media (max-width: 768px) {
  .reviews-section {
    padding: 82px 16px;
  }

  .reviews-header {
    margin-bottom: 44px;
  }

  .reviews-eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 9px 14px;
  }

  .reviews-header h2 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
    line-height: 1;
  }

  .reviews-intro {
    font-size: 1rem;
    line-height: 1.72;
    margin-top: 24px;
  }

  .reviews-visual,
  .reviews-slider-panel {
    padding: 28px;
    border-radius: 24px;
  }

  .reviews-visual {
    min-height: 420px;
    padding-bottom: 160px;
  }

  .reviews-image {
    max-height: 300px;
  }

  .reviews-visual-card {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .review-slide h3 {
    font-size: clamp(1.7rem, 8vw, 2.6rem);
  }

  .review-slide p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .reviews-controls {
    gap: 14px;
  }

  .reviews-arrow {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }
}

/* =========================================================
   FAQ SECTION — TWO COLUMN ACCORDION
   Neutral technical class names
   ========================================================= */

.faq-section {
  position: relative;
  padding: 110px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(121, 255, 22, 0.08), transparent 34%),
    linear-gradient(180deg, #05060a 0%, #11121a 48%, #06070c 100%);
  color: #ffffff;
}

.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 96px
    );
  opacity: 0.16;
  pointer-events: none;
}

.faq-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(86px);
  pointer-events: none;
  z-index: 1;
}

.faq-decor-left {
  width: 420px;
  height: 420px;
  left: -190px;
  top: 18%;
  background: rgba(255, 69, 22, 0.22);
}

.faq-decor-right {
  width: 460px;
  height: 460px;
  right: -220px;
  bottom: 12%;
  background: rgba(121, 255, 22, 0.1);
}

.faq-container {
  position: relative;
  z-index: 2;
  width: min(1280px, 100%);
  margin: 0 auto;
}

.faq-header {
  max-width: 980px;
  margin: 0 auto 62px;
  text-align: center;
}

.faq-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(121, 255, 22, 0.42);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 255, 22, 0.08), rgba(255, 69, 22, 0.08));
  color: #79ff16;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.faq-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(2.7rem, 5vw, 6rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
}

.faq-header h2::after {
  content: "";
  display: block;
  width: 170px;
  height: 3px;
  margin: 30px auto 0;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
  box-shadow: 0 0 22px rgba(121, 255, 22, 0.24);
}

.faq-intro {
  max-width: 900px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: clamp(1.05rem, 1.28vw, 1.28rem);
  line-height: 1.85;
}

/* GRID */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.faq-column {
  display: grid;
  gap: 16px;
  align-content: start;
}

/* ITEM */
.faq-item {
  border-radius: 22px;
  border: 1px solid rgba(121, 255, 22, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 45%);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(255, 69, 22, 0.26);
  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}

.faq-item[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.faq-item summary:hover::after {
  filter: brightness(1.08);
}

.faq-answer {
  padding: 0 26px 26px;
}

.faq-answer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.76;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .faq-section {
    padding: 82px 16px;
  }

  .faq-header {
    margin-bottom: 44px;
  }

  .faq-eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 9px 14px;
  }

  .faq-header h2 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
    line-height: 1;
  }

  .faq-intro {
    font-size: 1rem;
    line-height: 1.72;
    margin-top: 24px;
  }

  .faq-item {
    border-radius: 20px;
  }

  .faq-item summary {
    padding: 20px 20px;
    font-size: 1rem;
  }

  .faq-answer {
    padding: 0 20px 22px;
  }

  .faq-answer p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .faq-item summary::after {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    font-size: 22px;
  }
}

/* =========================================================
   PREMIUM FOOTER
   Neutral technical class names
   ========================================================= */

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 90px 24px 34px;
  background:
    radial-gradient(circle at top left, rgba(255, 69, 22, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(121, 255, 22, 0.08), transparent 34%),
    linear-gradient(180deg, #06070c 0%, #0f1017 48%, #05060a 100%);
  color: #ffffff;
  border-top: 6px solid #ff4516;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 96px
    );
  opacity: 0.16;
  pointer-events: none;
}

.footer-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(86px);
  pointer-events: none;
  z-index: 1;
}

.footer-decor-left {
  width: 420px;
  height: 420px;
  left: -190px;
  top: 18%;
  background: rgba(255, 69, 22, 0.2);
}

.footer-decor-right {
  width: 460px;
  height: 460px;
  right: -220px;
  bottom: 8%;
  background: rgba(121, 255, 22, 0.1);
}

.footer-container {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(320px, 1.25fr) minmax(180px, 0.55fr) minmax(220px, 0.65fr) minmax(300px, 0.95fr);
  gap: 34px;
  align-items: start;
}

.footer-brand,
.footer-links,
.footer-payments,
.footer-notice,
.footer-bottom {
  border: 1px solid rgba(121, 255, 22, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.026)),
    radial-gradient(circle at top right, rgba(255, 69, 22, 0.08), transparent 45%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.footer-brand,
.footer-links,
.footer-payments {
  min-height: 100%;
  padding: 30px;
  border-radius: 24px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  text-decoration: none;
}

.footer-logo img {
  display: block;
  max-width: 210px;
  max-height: 72px;
  width: auto;
  height: auto;
  filter:
    drop-shadow(0 6px 18px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 14px rgba(255, 69, 22, 0.14));
}

.footer-brand p,
.footer-payments p,
.footer-notice p,
.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

.footer-brand strong,
.footer-notice strong {
  color: #ffffff;
  font-weight: 900;
}

.footer-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.footer-trust-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 69, 22, 0.24);
  background: rgba(5, 6, 10, 0.36);
  color: rgba(255, 255, 255, 0.86);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
}

.footer-trust-list i {
  color: #79ff16;
  font-size: 13px;
}

.footer-links h3,
.footer-payments h3,
.footer-notice h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.24rem;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.footer-links h3::after,
.footer-payments h3::after,
.footer-notice h3::after {
  content: "";
  display: block;
  width: 74px;
  height: 2px;
  margin-top: 14px;
  background: linear-gradient(90deg, #79ff16, #ff4516, transparent);
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 13px;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.footer-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.45;
  font-weight: 700;
  text-decoration: none;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.footer-links a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: #ff4516;
  box-shadow: 0 0 12px rgba(255, 69, 22, 0.34);
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.footer-links a:hover {
  color: #79ff16;
  transform: translateX(4px);
}

.footer-links a:hover::before {
  background: #79ff16;
  box-shadow: 0 0 14px rgba(121, 255, 22, 0.42);
}

/* PAYMENT ICONS */
.footer-payment-grid {
  display: grid;
  grid-template-columns: repeat(4, 58px);
  gap: 12px;
  margin-top: 24px;
}

.footer-payment-grid span {
  width: 58px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(121, 255, 22, 0.14);
  background: rgba(255, 255, 255, 0.075);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.footer-payment-grid span:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 69, 22, 0.5);
  background: rgba(255, 69, 22, 0.08);
}

.footer-payment-grid img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* RESPONSIBLE NOTICE */
.footer-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-top: 34px;
  padding: 34px;
  border-radius: 24px;
  border-color: rgba(255, 69, 22, 0.28);
}

.footer-notice > div {
  max-width: 940px;
}

.footer-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 52px;
  padding: 15px 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 70, 0.85);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4516 52%, #c92f0b 100%);
  color: #ffffff;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  box-shadow:
    0 14px 32px rgba(255, 69, 22, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.footer-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  color: #ffffff;
  box-shadow:
    0 18px 42px rgba(255, 69, 22, 0.48),
    0 0 28px rgba(255, 69, 22, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* BOTTOM */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 24px 30px;
  border-radius: 22px;
}

.footer-bottom p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-bottom p:last-child {
  text-align: right;
}

/* RESPONSIVE */
@media (max-width: 1280px) {
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-payment-grid {
    grid-template-columns: repeat(6, 58px);
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding: 72px 16px 28px;
    border-top-width: 5px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-brand,
  .footer-links,
  .footer-payments,
  .footer-notice,
  .footer-bottom {
    padding: 26px;
    border-radius: 22px;
  }

  .footer-logo img {
    max-width: 180px;
  }

  .footer-payment-grid {
    grid-template-columns: repeat(4, 54px);
    gap: 10px;
  }

  .footer-payment-grid span {
    width: 54px;
    height: 44px;
  }

  .footer-payment-grid img {
    width: 28px;
    height: 28px;
  }

  .footer-notice,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom p:last-child {
    text-align: left;
  }

  .footer-btn {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .footer-payment-grid {
    grid-template-columns: repeat(3, 54px);
  }
}

.footer-links {
  text-align: left;
}

.footer-links h3 {
  text-align: left;
}

.footer-links h3::after {
  margin-left: 0;
  margin-right: auto;
}

.footer-links ul {
  text-align: left;
}

.footer-links li {
  text-align: left;
}

.footer-links a {
  justify-content: flex-start;
  text-align: left;
}

/* ================================
   HEADER
================================ */

.site-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  background:
    linear-gradient(
      135deg,
      rgba(22, 6, 17, 0.98),
      rgba(42, 7, 24, 0.97)
    );
  border-bottom: 1px solid rgba(236, 72, 153, 0.28);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.28);
}

.header-inner {
  width: min(100% - 40px, 1440px);
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}


/* ================================
   LOGO
================================ */

.logo {
  flex-shrink: 0;
  margin: 0;
  line-height: 1;
}

.logo > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.logo a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  display: block;
  width: auto;
  max-width: 210px;
  max-height: 62px;
  object-fit: contain;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.logo a:hover img {
  transform: scale(1.03);
  filter: drop-shadow(0 0 14px rgba(236, 72, 153, 0.38));
}


/* ================================
   NAVIGATION
================================ */

.main-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}

.main-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 32px 11px 29px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.45px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}

.main-navigation a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 19px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ec4899, #ef4444);
  transform: translateX(-50%);
  box-shadow: 0 0 12px rgba(236, 72, 153, 0.7);
  transition: width 0.3s ease;
}

.main-navigation a:hover,
.main-navigation a:focus-visible,
.main-navigation a.active {
  color: #ffffff;
}

.main-navigation a:hover::after,
.main-navigation a:focus-visible::after,
.main-navigation a.active::after {
  width: calc(100% - 22px);
}

.main-navigation a:focus-visible {
  outline: 2px solid #ec4899;
  outline-offset: -5px;
  border-radius: 6px;
}


/* ================================
   PLAY NOW BUTTON
================================ */

.btn-play-now {
  position: relative;
  flex-shrink: 0;
  min-width: 126px;
  padding: 15px 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(135deg, #ec4899 0%, #ef4444 100%);
  box-shadow:
    0 10px 24px rgba(220, 38, 38, 0.25),
    0 0 18px rgba(236, 72, 153, 0.18);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.65px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.btn-play-now::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 45%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.38),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.55s ease;
}

.btn-play-now:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #db2777 0%, #dc2626 100%);
  box-shadow:
    0 14px 30px rgba(220, 38, 38, 0.35),
    0 0 25px rgba(236, 72, 153, 0.3);
  color: #ffffff;
}

.btn-play-now:hover::before {
  left: 135%;
}

.btn-play-now:active {
  transform: translateY(0);
}

.btn-play-now:focus-visible {
  outline: 3px solid rgba(251, 207, 232, 0.85);
  outline-offset: 4px;
}


/* ================================
   STICKY HEADER
================================ */

.site-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  background:
    linear-gradient(
      135deg,
      rgba(22, 6, 17, 0.96),
      rgba(42, 7, 24, 0.95)
    );
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  animation: headerSlideDown 0.35s ease;
}

@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}


/* ================================
   TABLET
================================ */

@media (max-width: 1200px) {
  .header-inner {
    width: min(100% - 30px, 1180px);
    gap: 20px;
  }

  .logo img {
    max-width: 175px;
  }

  .main-navigation a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 11px;
    letter-spacing: 0.25px;
  }

  .btn-play-now {
    min-width: 112px;
    padding: 14px 18px;
    font-size: 12px;
  }
}


/* ================================
   MOBILE
================================ */

@media (max-width: 991px) {
  .header-inner {
    min-height: auto;
    padding: 16px 0;
    flex-wrap: wrap;
  }

  .logo {
    order: 1;
  }

  .logo img {
    max-width: 185px;
    max-height: 56px;
  }

  .btn-play-now {
    order: 2;
    margin-left: auto;
  }

  .main-navigation {
    order: 3;
    flex-basis: 100%;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #ec4899 rgba(255, 255, 255, 0.06);
  }

  .main-navigation::-webkit-scrollbar {
    height: 4px;
  }

  .main-navigation::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.06);
  }

  .main-navigation::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: linear-gradient(90deg, #ec4899, #ef4444);
  }

  .main-navigation ul {
    width: max-content;
    min-width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .main-navigation a {
    padding: 15px 12px 13px;
    white-space: nowrap;
  }

  .main-navigation a::after {
    bottom: 5px;
  }
}


/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 575px) {
  .header-inner {
    width: min(100% - 24px, 540px);
    gap: 13px;
  }

  .logo img {
    max-width: 145px;
    max-height: 48px;
  }

  .btn-play-now {
    min-width: auto;
    padding: 12px 15px;
    border-radius: 7px;
    font-size: 10px;
    letter-spacing: 0.4px;
  }

  .main-navigation a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
  }
}

/* HERO BANNER — меняем только цветовую схему.
   Фоновое фото остаётся тем, которое уже указано в твоём основном CSS. */

.hero-banner {
  position: relative;
  overflow: hidden;

  /* ВАЖНО:
     здесь нет background и background-image,
     поэтому исходная фотография не будет удалена или заменена */
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(18, 4, 14, 0.92) 0%,
      rgba(37, 6, 24, 0.76) 45%,
      rgba(20, 4, 15, 0.28) 100%
    );
  pointer-events: none;
}

.hero-glow-left {
  background: rgba(236, 72, 153, 0.24);
  box-shadow: 0 0 90px rgba(236, 72, 153, 0.35);
}

.hero-glow-right {
  background: rgba(239, 68, 68, 0.2);
  box-shadow: 0 0 90px rgba(239, 68, 68, 0.3);
}

.hero-eyebrow {
  color: #f9a8d4;
  border-color: rgba(236, 72, 153, 0.35);
  background: rgba(72, 10, 43, 0.5);
}

.hero-eyebrow::before {
  background: linear-gradient(135deg, #ec4899, #ef4444);
  box-shadow:
    0 0 0 5px rgba(236, 72, 153, 0.1),
    0 0 14px rgba(236, 72, 153, 0.7);
}

.hero-content h1 {
  color: #ffffff;
  text-shadow:
    0 4px 22px rgba(0, 0, 0, 0.5),
    0 0 28px rgba(236, 72, 153, 0.12);
}

.hero-content h1::after {
  background: linear-gradient(90deg, #ec4899, #ef4444);
  box-shadow:
    0 0 18px rgba(236, 72, 153, 0.5),
    0 0 28px rgba(239, 68, 68, 0.28);
}

.hero-lead {
  color: rgba(255, 255, 255, 0.78);
}

.hero-lead strong {
  color: #ffffff;
}

.hero-btn-primary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
  background: linear-gradient(135deg, #ec4899 0%, #ef4444 100%);
  box-shadow:
    0 12px 28px rgba(220, 38, 38, 0.28),
    0 0 22px rgba(236, 72, 153, 0.2);
}

.hero-btn-primary:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #db2777 0%, #dc2626 100%);
  box-shadow:
    0 16px 34px rgba(220, 38, 38, 0.36),
    0 0 28px rgba(236, 72, 153, 0.3);
}

.hero-btn-secondary {
  color: #ffffff;
  border-color: rgba(236, 72, 153, 0.38);
  background: rgba(59, 8, 36, 0.55);
  box-shadow:
    inset 0 0 18px rgba(236, 72, 153, 0.05),
    0 10px 24px rgba(0, 0, 0, 0.18);
}

.hero-btn-secondary:hover {
  color: #ffffff;
  border-color: rgba(236, 72, 153, 0.72);
  background: rgba(109, 20, 65, 0.68);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.24),
    0 0 22px rgba(236, 72, 153, 0.18);
}

.hero-feature {
  border-color: rgba(236, 72, 153, 0.2);
  background:
    linear-gradient(
      145deg,
      rgba(58, 8, 35, 0.72),
      rgba(25, 5, 19, 0.76)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 15px 34px rgba(0, 0, 0, 0.22);
}

.hero-feature::before {
  background: linear-gradient(90deg, #ec4899, #ef4444);
}

.hero-feature:hover {
  border-color: rgba(236, 72, 153, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 21px 40px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(236, 72, 153, 0.1);
}

.hero-feature span {
  background: linear-gradient(135deg, #f9a8d4, #f87171);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-feature strong {
  color: #ffffff;
}

.hero-feature p {
  color: rgba(255, 255, 255, 0.66);
}

/* ==========================================
   ABOUT SECTION — COMPLETE STANDALONE CSS
=========================================== */

.gc-about,
.gc-about *,
.gc-about *::before,
.gc-about *::after {
    box-sizing: border-box;
}

.gc-about {
    --gc-background: #10030b;
    --gc-background-soft: #17050f;
    --gc-surface: #1d0714;
    --gc-surface-light: #27091a;
    --gc-pink: #ec4899;
    --gc-pink-light: #f9a8d4;
    --gc-red: #ef4444;
    --gc-white: #ffffff;
    --gc-text: #d6cdd4;
    --gc-muted: #aaa0a8;
    --gc-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(236, 72, 153, 0.11),
            transparent 28%
        ),
        radial-gradient(
            circle at 94% 82%,
            rgba(239, 68, 68, 0.09),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #10030b 0%,
            #15040e 48%,
            #10030b 100%
        );
    color: var(--gc-text);
}

.gc-about__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(80px);
}

.gc-about__glow--left {
    top: 280px;
    left: -220px;
    width: 430px;
    height: 430px;
    background: rgba(236, 72, 153, 0.1);
}

.gc-about__glow--right {
    right: -230px;
    bottom: 300px;
    width: 460px;
    height: 460px;
    background: rgba(239, 68, 68, 0.08);
}

.gc-about__container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}


/* Heading */

.gc-about__header {
    max-width: 960px;
    margin: 0 auto 64px;
    text-align: center;
}

.gc-about__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px 17px;
    border: 1px solid rgba(236, 72, 153, 0.32);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--gc-pink-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.gc-about__eyebrow-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gc-pink), var(--gc-red));
    box-shadow:
        0 0 0 5px rgba(236, 72, 153, 0.09),
        0 0 14px rgba(236, 72, 153, 0.55);
}

.gc-about__title {
    max-width: 900px;
    margin: 0 auto 24px;
    color: var(--gc-white);
    font-size: clamp(40px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.gc-about__lead {
    max-width: 870px;
    margin: 0 auto;
    color: var(--gc-text);
    font-size: 17px;
    line-height: 1.85;
}


/* Main story */

.gc-about__story {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 28px;
    align-items: stretch;
}

.gc-about__media {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    border: 1px solid var(--gc-border);
    border-radius: 26px;
    background: var(--gc-surface);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.38);
}

.gc-about__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 600px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.7s ease;
}

.gc-about__media:hover .gc-about__image {
    transform: scale(1.045);
}

.gc-about__media-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(16, 3, 11, 0.03) 28%,
            rgba(16, 3, 11, 0.42) 66%,
            rgba(16, 3, 11, 0.95) 100%
        );
    pointer-events: none;
}

.gc-about__media-caption {
    position: absolute;
    right: 28px;
    bottom: 28px;
    left: 28px;
    padding: 24px 25px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(18, 4, 13, 0.74);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(12px);
}

.gc-about__media-label {
    display: block;
    margin-bottom: 8px;
    color: var(--gc-pink-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.gc-about__media-caption p {
    margin: 0;
    color: var(--gc-white);
    font-size: 16px;
    line-height: 1.65;
}

.gc-about__history {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    padding: 50px;
    border: 1px solid var(--gc-border);
    border-radius: 26px;
    background:
        linear-gradient(
            145deg,
            rgba(39, 9, 26, 0.98),
            rgba(20, 4, 14, 0.99)
        );
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.gc-about__history::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--gc-pink), var(--gc-red));
}

.gc-about__number {
    position: absolute;
    top: 18px;
    right: 30px;
    color: rgba(255, 255, 255, 0.035);
    font-size: 120px;
    font-weight: 900;
    line-height: 1;
}

.gc-about__history-content {
    position: relative;
    z-index: 2;
}

.gc-about__small-title {
    display: block;
    margin-bottom: 13px;
    color: var(--gc-pink-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.gc-about__history h3,
.gc-about__resort-intro h3 {
    margin: 0 0 25px;
    color: var(--gc-white);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 750;
    line-height: 1.2;
}

.gc-about__history h3::after,
.gc-about__resort-intro h3::after {
    content: "";
    display: block;
    width: 86px;
    height: 3px;
    margin-top: 20px;
    border-radius: 50px;
    background: linear-gradient(90deg, var(--gc-pink), var(--gc-red));
    box-shadow: 0 0 16px rgba(236, 72, 153, 0.35);
}

.gc-about__history p,
.gc-about__resort-intro p {
    margin: 0 0 18px;
    color: var(--gc-text);
    font-size: 16px;
    line-height: 1.85;
}

.gc-about__history p:last-child,
.gc-about__resort-intro p:last-child {
    margin-bottom: 0;
}


/* Fact cards */

.gc-about__facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.gc-about__fact {
    display: flex;
    gap: 18px;
    min-width: 0;
    padding: 28px 24px;
    border: 1px solid var(--gc-border);
    border-radius: 20px;
    background:
        linear-gradient(
            145deg,
            rgba(34, 7, 23, 0.97),
            rgba(19, 4, 13, 0.98)
        );
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.23),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.gc-about__fact:hover {
    transform: translateY(-6px);
    border-color: rgba(236, 72, 153, 0.42);
    box-shadow:
        0 25px 48px rgba(0, 0, 0, 0.3),
        0 0 25px rgba(236, 72, 153, 0.07);
}

.gc-about__fact-icon {
    display: flex;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--gc-pink), var(--gc-red));
    box-shadow:
        0 10px 22px rgba(220, 38, 38, 0.2),
        0 0 20px rgba(236, 72, 153, 0.16);
}

.gc-about__fact-icon svg,
.gc-about__resort-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: var(--gc-white);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gc-about__fact span {
    display: block;
    margin-bottom: 6px;
    color: var(--gc-pink-light);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.gc-about__fact h3 {
    margin: 0 0 9px;
    color: var(--gc-white);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
}

.gc-about__fact p {
    margin: 0;
    color: var(--gc-muted);
    font-size: 14px;
    line-height: 1.65;
}


/* Resort content */

.gc-about__resort {
    display: grid;
    grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
    gap: 28px;
    margin-top: 28px;
}

.gc-about__resort-intro {
    padding: 45px;
    border: 1px solid var(--gc-border);
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            rgba(38, 8, 25, 0.98),
            rgba(19, 4, 13, 0.99)
        );
    box-shadow:
        0 24px 55px rgba(0, 0, 0, 0.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.gc-about__resort-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.gc-about__resort-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border: 1px solid var(--gc-border);
    border-radius: 21px;
    background:
        linear-gradient(
            145deg,
            rgba(34, 7, 23, 0.98),
            rgba(18, 4, 13, 0.99)
        );
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.gc-about__resort-card::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -65px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(236, 72, 153, 0.05);
}

.gc-about__resort-card:hover {
    transform: translateY(-5px);
    border-color: rgba(236, 72, 153, 0.4);
}

.gc-about__resort-icon {
    position: relative;
    z-index: 2;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid rgba(236, 72, 153, 0.28);
    border-radius: 16px;
    background: rgba(236, 72, 153, 0.09);
}

.gc-about__resort-icon svg {
    stroke: var(--gc-pink-light);
}

.gc-about__resort-card h4 {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    color: var(--gc-white);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}

.gc-about__resort-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--gc-muted);
    font-size: 15px;
    line-height: 1.72;
}


/* Bottom summary */

.gc-about__summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.gc-about__summary-card {
    display: flex;
    gap: 20px;
    padding: 30px;
    border: 1px solid var(--gc-border);
    border-radius: 21px;
    background:
        linear-gradient(
            145deg,
            rgba(34, 7, 23, 0.96),
            rgba(18, 4, 13, 0.98)
        );
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.gc-about__summary-index {
    display: flex;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--gc-pink), var(--gc-red));
    box-shadow: 0 9px 20px rgba(236, 72, 153, 0.18);
    color: var(--gc-white);
    font-size: 17px;
    font-weight: 800;
}

.gc-about__summary-card h3 {
    margin: 0 0 10px;
    color: var(--gc-white);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.gc-about__summary-card p {
    margin: 0;
    color: var(--gc-muted);
    font-size: 14px;
    line-height: 1.7;
}


/* Responsive */

@media (max-width: 1180px) {
    .gc-about__facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gc-about__resort {
        grid-template-columns: 1fr;
    }

    .gc-about__resort-intro {
        max-width: none;
    }
}

@media (max-width: 991px) {
    .gc-about {
        padding: 90px 0;
    }

    .gc-about__story {
        grid-template-columns: 1fr;
    }

    .gc-about__media,
    .gc-about__image,
    .gc-about__history {
        min-height: auto;
    }

    .gc-about__image {
        height: 530px;
    }

    .gc-about__summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .gc-about {
        padding: 75px 0;
    }

    .gc-about__container {
        width: min(100% - 28px, 720px);
    }

    .gc-about__header {
        margin-bottom: 45px;
    }

    .gc-about__title {
        font-size: 37px;
        letter-spacing: -1px;
    }

    .gc-about__lead {
        font-size: 15px;
        line-height: 1.75;
    }

    .gc-about__image {
        height: 420px;
    }

    .gc-about__history,
    .gc-about__resort-intro {
        padding: 32px;
    }

    .gc-about__facts,
    .gc-about__resort-grid {
        grid-template-columns: 1fr;
    }

    .gc-about__fact {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .gc-about__container {
        width: min(100% - 22px, 460px);
    }

    .gc-about__eyebrow {
        border-radius: 15px;
        font-size: 10px;
        letter-spacing: 0.9px;
    }

    .gc-about__title {
        font-size: 31px;
    }

    .gc-about__media {
        border-radius: 20px;
    }

    .gc-about__image {
        height: 350px;
    }

    .gc-about__media-caption {
        right: 16px;
        bottom: 16px;
        left: 16px;
        padding: 18px;
    }

    .gc-about__history,
    .gc-about__resort-intro,
    .gc-about__resort-card,
    .gc-about__summary-card {
        padding: 24px;
        border-radius: 19px;
    }

    .gc-about__history h3,
    .gc-about__resort-intro h3 {
        font-size: 27px;
    }

    .gc-about__number {
        font-size: 85px;
    }

    .gc-about__fact {
        display: block;
    }

    .gc-about__fact-icon {
        margin-bottom: 18px;
    }

    .gc-about__summary-card {
        display: block;
    }

    .gc-about__summary-index {
        margin-bottom: 18px;
    }
}

/* ==========================================
   CASINO OVERVIEW — STANDALONE CSS
=========================================== */

.gc-casino,
.gc-casino *,
.gc-casino *::before,
.gc-casino *::after {
    box-sizing: border-box;
}

.gc-casino {
    --casino-bg: #0e030a;
    --casino-bg-soft: #15040e;
    --casino-card: #1d0714;
    --casino-card-light: #27091a;
    --casino-pink: #ec4899;
    --casino-pink-light: #f9a8d4;
    --casino-red: #ef4444;
    --casino-white: #ffffff;
    --casino-text: #d8cfd6;
    --casino-muted: #aca2aa;
    --casino-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 18%,
            rgba(236, 72, 153, 0.1),
            transparent 27%
        ),
        radial-gradient(
            circle at 92% 75%,
            rgba(239, 68, 68, 0.08),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #0e030a 0%,
            #15040e 48%,
            #0e030a 100%
        );
    color: var(--casino-text);
}

.gc-casino__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(85px);
}

.gc-casino__glow--left {
    top: 270px;
    left: -250px;
    width: 470px;
    height: 470px;
    background: rgba(236, 72, 153, 0.09);
}

.gc-casino__glow--right {
    right: -260px;
    bottom: 250px;
    width: 490px;
    height: 490px;
    background: rgba(239, 68, 68, 0.07);
}

.gc-casino__container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}


/* Header */

.gc-casino__header {
    max-width: 960px;
    margin: 0 auto 65px;
    text-align: center;
}

.gc-casino__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px 18px;
    border: 1px solid rgba(236, 72, 153, 0.34);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--casino-pink-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.gc-casino__eyebrow span {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--casino-pink),
        var(--casino-red)
    );
    box-shadow:
        0 0 0 5px rgba(236, 72, 153, 0.09),
        0 0 15px rgba(236, 72, 153, 0.6);
}

.gc-casino__title {
    max-width: 920px;
    margin: 0 auto 24px;
    color: var(--casino-white);
    font-size: clamp(40px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.gc-casino__lead {
    max-width: 880px;
    margin: 0 auto;
    color: var(--casino-text);
    font-size: 17px;
    line-height: 1.85;
}


/* Shared labels */

.gc-casino__label {
    display: block;
    margin-bottom: 12px;
    color: var(--casino-pink-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


/* Main overview */

.gc-casino__overview {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 28px;
}

.gc-casino__intro,
.gc-casino__scale {
    position: relative;
    overflow: hidden;
    padding: 46px;
    border: 1px solid var(--casino-border);
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(39, 9, 26, 0.98),
            rgba(19, 4, 13, 0.99)
        );
    box-shadow:
        0 27px 62px rgba(0, 0, 0, 0.29),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.gc-casino__intro::before,
.gc-casino__scale::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--casino-pink),
        var(--casino-red)
    );
}

.gc-casino__intro h3,
.gc-casino__scale-top h3,
.gc-casino__section-heading h3,
.gc-casino__map-intro h3,
.gc-casino__atmosphere h3,
.gc-casino__hours h3 {
    margin: 0;
    color: var(--casino-white);
    font-weight: 750;
    line-height: 1.22;
}

.gc-casino__intro h3,
.gc-casino__scale-top h3 {
    margin-bottom: 23px;
    font-size: clamp(29px, 3vw, 39px);
}

.gc-casino__intro h3::after {
    content: "";
    display: block;
    width: 82px;
    height: 3px;
    margin-top: 19px;
    border-radius: 50px;
    background: linear-gradient(
        90deg,
        var(--casino-pink),
        var(--casino-red)
    );
}

.gc-casino__intro p {
    margin: 0 0 18px;
    color: var(--casino-text);
    font-size: 16px;
    line-height: 1.85;
}

.gc-casino__intro p:last-child {
    margin-bottom: 0;
}


/* Scale */

.gc-casino__scale {
    background:
        radial-gradient(
            circle at 90% 5%,
            rgba(236, 72, 153, 0.11),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            rgba(39, 9, 26, 0.98),
            rgba(18, 4, 13, 0.99)
        );
}

.gc-casino__scale-kicker {
    display: block;
    margin-bottom: 12px;
    color: var(--casino-pink-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.gc-casino__scale-top {
    max-width: 670px;
    margin-bottom: 30px;
}

.gc-casino__scale-top p {
    margin: 0;
    color: var(--casino-muted);
    font-size: 15px;
    line-height: 1.75;
}

.gc-casino__numbers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.gc-casino__number-card {
    min-width: 0;
    padding: 25px 20px;
    border: 1px solid rgba(236, 72, 153, 0.17);
    border-radius: 18px;
    background: rgba(11, 2, 8, 0.42);
}

.gc-casino__number {
    display: block;
    margin-bottom: 10px;
    background: linear-gradient(
        135deg,
        var(--casino-pink-light),
        var(--casino-red)
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: clamp(31px, 4vw, 45px);
    font-weight: 850;
    line-height: 1;
}

.gc-casino__number-card h4 {
    margin: 0 0 9px;
    color: var(--casino-white);
    font-size: 17px;
    font-weight: 700;
}

.gc-casino__number-card p {
    margin: 0;
    color: var(--casino-muted);
    font-size: 13px;
    line-height: 1.65;
}


/* Hours */

.gc-casino__hours {
    display: grid;
    grid-template-columns: auto minmax(250px, 0.8fr) minmax(400px, 1.2fr);
    gap: 28px;
    align-items: center;
    margin-top: 28px;
    padding: 35px;
    border: 1px solid rgba(236, 72, 153, 0.24);
    border-radius: 23px;
    background:
        linear-gradient(
            110deg,
            rgba(51, 9, 31, 0.98),
            rgba(25, 5, 17, 0.98)
        );
    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.gc-casino__hours-icon {
    display: flex;
    width: 74px;
    height: 74px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        var(--casino-pink),
        var(--casino-red)
    );
    box-shadow:
        0 14px 28px rgba(220, 38, 38, 0.21),
        0 0 25px rgba(236, 72, 153, 0.19);
}

.gc-casino__hours-icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: var(--casino-white);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gc-casino__hours h3 {
    margin-bottom: 11px;
    font-size: 27px;
}

.gc-casino__hours-content p {
    margin: 0;
    color: var(--casino-text);
    font-size: 15px;
    line-height: 1.75;
}

.gc-casino__holiday-times {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.gc-casino__holiday {
    height: 100%;
    padding: 18px;
    border: 1px solid rgba(236, 72, 153, 0.18);
    border-radius: 15px;
    background: rgba(11, 2, 8, 0.35);
}

.gc-casino__holiday span {
    display: block;
    margin-bottom: 6px;
    color: var(--casino-white);
    font-size: 14px;
    font-weight: 700;
}

.gc-casino__holiday p {
    margin: 0;
    color: var(--casino-muted);
    font-size: 12px;
    line-height: 1.55;
}


/* Section heading */

.gc-casino__section-heading {
    max-width: 760px;
    margin: 75px auto 36px;
    text-align: center;
}

.gc-casino__section-heading h3 {
    margin-bottom: 17px;
    font-size: clamp(32px, 4vw, 45px);
}

.gc-casino__section-heading p {
    margin: 0;
    color: var(--casino-text);
    font-size: 16px;
    line-height: 1.8;
}


/* Casino areas */

.gc-casino__areas {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.gc-casino__area {
    position: relative;
    overflow: hidden;
    padding: 31px;
    border: 1px solid var(--casino-border);
    border-radius: 21px;
    background:
        linear-gradient(
            145deg,
            rgba(34, 7, 23, 0.98),
            rgba(18, 4, 13, 0.99)
        );
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.23),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.gc-casino__area::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -70px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(236, 72, 153, 0.05);
}

.gc-casino__area:hover {
    transform: translateY(-6px);
    border-color: rgba(236, 72, 153, 0.42);
    box-shadow:
        0 25px 48px rgba(0, 0, 0, 0.31),
        0 0 25px rgba(236, 72, 153, 0.07);
}

.gc-casino__area--large {
    display: grid;
    grid-column: span 3;
    grid-template-columns: auto 1fr;
    gap: 25px;
    padding: 40px;
    background:
        radial-gradient(
            circle at 92% 15%,
            rgba(236, 72, 153, 0.1),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            rgba(42, 9, 28, 0.98),
            rgba(19, 4, 13, 0.99)
        );
}

.gc-casino__area-icon {
    position: relative;
    z-index: 2;
    display: flex;
    width: 61px;
    height: 61px;
    flex: 0 0 61px;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
    border: 1px solid rgba(236, 72, 153, 0.28);
    border-radius: 17px;
    background: rgba(236, 72, 153, 0.09);
}

.gc-casino__area--large .gc-casino__area-icon {
    margin-bottom: 0;
}

.gc-casino__area-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: var(--casino-pink-light);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gc-casino__area-content {
    position: relative;
    z-index: 2;
}

.gc-casino__area-content > span {
    display: block;
    margin-bottom: 7px;
    color: var(--casino-pink-light);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.gc-casino__area h4 {
    margin: 0 0 13px;
    color: var(--casino-white);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.gc-casino__area p {
    margin: 0 0 13px;
    color: var(--casino-muted);
    font-size: 15px;
    line-height: 1.75;
}

.gc-casino__area p:last-child {
    margin-bottom: 0;
}


/* Game map */

.gc-casino__game-map {
    display: grid;
    grid-template-columns: minmax(290px, 0.68fr) minmax(0, 1.32fr);
    gap: 28px;
    margin-top: 28px;
    padding: 45px;
    border: 1px solid var(--casino-border);
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(39, 9, 26, 0.98),
            rgba(18, 4, 13, 0.99)
        );
    box-shadow:
        0 24px 55px rgba(0, 0, 0, 0.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.gc-casino__map-intro h3 {
    margin-bottom: 19px;
    font-size: clamp(29px, 3vw, 39px);
}

.gc-casino__map-intro p {
    margin: 0;
    color: var(--casino-text);
    font-size: 15px;
    line-height: 1.8;
}

.gc-casino__map-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.gc-casino__map-item {
    display: flex;
    gap: 17px;
    padding: 22px;
    border: 1px solid rgba(236, 72, 153, 0.17);
    border-radius: 17px;
    background: rgba(11, 2, 8, 0.35);
}

.gc-casino__map-number {
    display: flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(
        135deg,
        var(--casino-pink),
        var(--casino-red)
    );
    color: var(--casino-white);
    font-size: 12px;
    font-weight: 800;
}

.gc-casino__map-item h4 {
    margin: 0 0 7px;
    color: var(--casino-white);
    font-size: 18px;
    font-weight: 700;
}

.gc-casino__map-item p {
    margin: 0;
    color: var(--casino-muted);
    font-size: 13px;
    line-height: 1.65;
}


/* Atmosphere */

.gc-casino__atmosphere {
    display: grid;
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
    gap: 45px;
    margin-top: 28px;
    padding: 42px;
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 23px;
    background:
        radial-gradient(
            circle at 10% 50%,
            rgba(236, 72, 153, 0.1),
            transparent 32%
        ),
        linear-gradient(
            110deg,
            rgba(45, 9, 29, 0.98),
            rgba(20, 4, 14, 0.99)
        );
}

.gc-casino__atmosphere h3 {
    font-size: clamp(28px, 3vw, 38px);
}

.gc-casino__atmosphere-text {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}

.gc-casino__atmosphere-text p {
    margin: 0;
    color: var(--casino-text);
    font-size: 15px;
    line-height: 1.8;
}


/* Responsive */

@media (max-width: 1100px) {
    .gc-casino__overview {
        grid-template-columns: 1fr;
    }

    .gc-casino__hours {
        grid-template-columns: auto 1fr;
    }

    .gc-casino__holiday-times {
        grid-column: 1 / -1;
    }

    .gc-casino__areas {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gc-casino__area--large {
        grid-column: span 2;
    }

    .gc-casino__game-map {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 850px) {
    .gc-casino {
        padding: 90px 0;
    }

    .gc-casino__numbers,
    .gc-casino__holiday-times {
        grid-template-columns: 1fr;
    }

    .gc-casino__atmosphere {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

@media (max-width: 700px) {
    .gc-casino {
        padding: 75px 0;
    }

    .gc-casino__container {
        width: min(100% - 28px, 680px);
    }

    .gc-casino__title {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .gc-casino__lead {
        font-size: 15px;
        line-height: 1.75;
    }

    .gc-casino__intro,
    .gc-casino__scale,
    .gc-casino__game-map,
    .gc-casino__atmosphere {
        padding: 30px;
        border-radius: 20px;
    }

    .gc-casino__hours {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .gc-casino__areas {
        grid-template-columns: 1fr;
    }

    .gc-casino__area,
    .gc-casino__area--large {
        display: block;
        grid-column: auto;
        padding: 27px;
    }

    .gc-casino__area--large .gc-casino__area-icon {
        margin-bottom: 21px;
    }

    .gc-casino__map-list,
    .gc-casino__atmosphere-text {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 460px) {
    .gc-casino__container {
        width: min(100% - 22px, 440px);
    }

    .gc-casino__eyebrow {
        border-radius: 14px;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .gc-casino__title {
        font-size: 31px;
    }

    .gc-casino__intro,
    .gc-casino__scale,
    .gc-casino__game-map,
    .gc-casino__atmosphere,
    .gc-casino__hours {
        padding: 24px;
    }

    .gc-casino__hours-icon {
        width: 65px;
        height: 65px;
    }

    .gc-casino__map-item {
        display: block;
    }

    .gc-casino__map-number {
        margin-bottom: 16px;
    }
}

/* ==========================================
   GAMING MACHINES & SLOTS
   COMPLETE STANDALONE CSS
=========================================== */

.slots-section,
.slots-section *,
.slots-section *::before,
.slots-section *::after {
    box-sizing: border-box;
}

.slots-section {
    --slots-bg: #0f030a;
    --slots-bg-soft: #16040f;
    --slots-card: #1c0613;
    --slots-card-light: #260919;
    --slots-pink: #ec4899;
    --slots-pink-light: #f9a8d4;
    --slots-red: #ef4444;
    --slots-white: #ffffff;
    --slots-text: #d7ced5;
    --slots-muted: #aaa0a8;
    --slots-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(236, 72, 153, 0.1),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 82%,
            rgba(239, 68, 68, 0.08),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #0f030a 0%,
            #15040e 48%,
            #0f030a 100%
        );
    color: var(--slots-text);
}

.slots-section .slots-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(85px);
}

.slots-section .slots-glow-left {
    top: 260px;
    left: -240px;
    width: 460px;
    height: 460px;
    background: rgba(236, 72, 153, 0.09);
}

.slots-section .slots-glow-right {
    right: -260px;
    bottom: 280px;
    width: 500px;
    height: 500px;
    background: rgba(239, 68, 68, 0.07);
}

.slots-section > .container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}


/* ==========================================
   SECTION HEADINGS
=========================================== */

.slots-section .section-heading {
    max-width: 960px;
    margin: 0 auto 64px;
    text-align: center;
}

.slots-section .section-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px 18px;
    border: 1px solid rgba(236, 72, 153, 0.34);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--slots-pink-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.slots-section .section-subtitle::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--slots-pink),
        var(--slots-red)
    );
    box-shadow:
        0 0 0 5px rgba(236, 72, 153, 0.09),
        0 0 15px rgba(236, 72, 153, 0.58);
}

.slots-section .section-heading h2 {
    max-width: 920px;
    margin: 0 auto 24px;
    color: var(--slots-white);
    font-size: clamp(40px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.slots-section .section-heading p {
    max-width: 880px;
    margin: 0 auto;
    color: var(--slots-text);
    font-size: 17px;
    line-height: 1.85;
}

.slots-section .mt-120 {
    margin-top: 110px;
}


/* ==========================================
   INTRODUCTION
=========================================== */

.slots-section .slots-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 28px;
    align-items: stretch;
}

.slots-section .slots-text,
.slots-section .slots-stat-box {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--slots-border);
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(39, 9, 26, 0.98),
            rgba(19, 4, 13, 0.99)
        );
    box-shadow:
        0 27px 62px rgba(0, 0, 0, 0.29),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.slots-section .slots-text {
    padding: 48px;
}

.slots-section .slots-text::before,
.slots-section .slots-stat-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--slots-pink),
        var(--slots-red)
    );
}

.slots-section .small-title {
    display: block;
    margin-bottom: 12px;
    color: var(--slots-pink-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.slots-section .slots-text h3,
.slots-section .jackpot-left h3,
.slots-section .machine-note h3 {
    margin: 0 0 24px;
    color: var(--slots-white);
    font-size: clamp(29px, 3vw, 40px);
    font-weight: 750;
    line-height: 1.22;
}

.slots-section .slots-text h3::after,
.slots-section .jackpot-left h3::after {
    content: "";
    display: block;
    width: 84px;
    height: 3px;
    margin-top: 19px;
    border-radius: 50px;
    background: linear-gradient(
        90deg,
        var(--slots-pink),
        var(--slots-red)
    );
    box-shadow: 0 0 16px rgba(236, 72, 153, 0.35);
}

.slots-section .slots-text p,
.slots-section .jackpot-left p {
    margin: 0 0 18px;
    color: var(--slots-text);
    font-size: 16px;
    line-height: 1.85;
}

.slots-section .slots-text p:last-child,
.slots-section .jackpot-left p:last-child {
    margin-bottom: 0;
}


/* ==========================================
   STATISTICS
=========================================== */

.slots-section .slots-stat-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 30px;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(236, 72, 153, 0.1),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            rgba(39, 9, 26, 0.98),
            rgba(18, 4, 13, 0.99)
        );
}

.slots-section .stat-item {
    position: relative;
    padding: 27px;
    border: 1px solid rgba(236, 72, 153, 0.17);
    border-radius: 18px;
    background: rgba(11, 2, 8, 0.38);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.slots-section .stat-item:hover {
    transform: translateX(6px);
    border-color: rgba(236, 72, 153, 0.4);
    background: rgba(28, 5, 18, 0.6);
}

.slots-section .stat-item .number {
    display: block;
    margin-bottom: 11px;
    background: linear-gradient(
        135deg,
        var(--slots-pink-light),
        var(--slots-red)
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: clamp(34px, 4vw, 49px);
    font-weight: 850;
    line-height: 1;
}

.slots-section .stat-item h4 {
    margin: 0 0 9px;
    color: var(--slots-white);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.slots-section .stat-item p {
    margin: 0;
    color: var(--slots-muted);
    font-size: 14px;
    line-height: 1.65;
}


/* ==========================================
   MACHINE TYPES
=========================================== */

.slots-section .machine-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.slots-section .machine-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 31px;
    border: 1px solid var(--slots-border);
    border-radius: 21px;
    background:
        linear-gradient(
            145deg,
            rgba(34, 7, 23, 0.98),
            rgba(18, 4, 13, 0.99)
        );
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.23),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.slots-section .machine-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 3px;
    border-radius: 50px;
    background: linear-gradient(
        90deg,
        var(--slots-pink),
        var(--slots-red)
    );
    transform: translateX(-50%);
    transition: width 0.35s ease;
}

.slots-section .machine-card::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -70px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(236, 72, 153, 0.05);
}

.slots-section .machine-card:hover {
    transform: translateY(-7px);
    border-color: rgba(236, 72, 153, 0.42);
    box-shadow:
        0 25px 48px rgba(0, 0, 0, 0.31),
        0 0 25px rgba(236, 72, 153, 0.07);
}

.slots-section .machine-card:hover::before {
    width: 70%;
}

.slots-section .machine-icon {
    position: relative;
    z-index: 2;
    display: flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: linear-gradient(
        135deg,
        var(--slots-pink),
        var(--slots-red)
    );
    box-shadow:
        0 12px 26px rgba(220, 38, 38, 0.2),
        0 0 22px rgba(236, 72, 153, 0.16);
    color: var(--slots-white);
    font-size: 27px;
}

.slots-section .machine-icon i {
    line-height: 1;
}

.slots-section .machine-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 13px;
    color: var(--slots-white);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.slots-section .machine-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--slots-muted);
    font-size: 15px;
    line-height: 1.75;
}


/* ==========================================
   JACKPOT SECTION
=========================================== */

.slots-section .jackpot-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 28px;
    margin-top: 110px;
    padding: 46px;
    border: 1px solid var(--slots-border);
    border-radius: 25px;
    background:
        radial-gradient(
            circle at 88% 15%,
            rgba(236, 72, 153, 0.1),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            rgba(39, 9, 26, 0.98),
            rgba(18, 4, 13, 0.99)
        );
    box-shadow:
        0 25px 58px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.slots-section .jackpot-left {
    padding-right: 15px;
}

.slots-section .jackpot-right {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.slots-section .jackpot-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(236, 72, 153, 0.18);
    border-radius: 19px;
    background: rgba(11, 2, 8, 0.38);
}

.slots-section .jackpot-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        90deg,
        var(--slots-pink),
        var(--slots-red)
    );
}

.slots-section .jackpot-card h4 {
    margin: 0 0 19px;
    color: var(--slots-white);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.slots-section .jackpot-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slots-section .jackpot-card li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 25px;
    color: var(--slots-muted);
    font-size: 14px;
    line-height: 1.65;
}

.slots-section .jackpot-card li:last-child {
    margin-bottom: 0;
}

.slots-section .jackpot-card li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--slots-pink),
        var(--slots-red)
    );
    box-shadow: 0 0 11px rgba(236, 72, 153, 0.42);
}


/* ==========================================
   THEMES
=========================================== */

.slots-section .theme-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.slots-section .theme-item {
    position: relative;
    overflow: hidden;
    padding: 29px;
    border: 1px solid var(--slots-border);
    border-radius: 20px;
    background:
        linear-gradient(
            145deg,
            rgba(34, 7, 23, 0.98),
            rgba(18, 4, 13, 0.99)
        );
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.slots-section .theme-item::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 29px;
    width: 42px;
    height: 3px;
    border-radius: 50px;
    background: linear-gradient(
        90deg,
        var(--slots-pink),
        var(--slots-red)
    );
}

.slots-section .theme-item::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -65px;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: rgba(236, 72, 153, 0.05);
}

.slots-section .theme-item:hover {
    transform: translateY(-5px);
    border-color: rgba(236, 72, 153, 0.4);
}

.slots-section .theme-item h4 {
    position: relative;
    z-index: 2;
    margin: 19px 0 11px;
    color: var(--slots-white);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}

.slots-section .theme-item p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--slots-muted);
    font-size: 14px;
    line-height: 1.7;
}


/* ==========================================
   MACHINE SELECTION NOTE
=========================================== */

.slots-section .machine-note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 27px;
    align-items: start;
    margin-top: 28px;
    padding: 39px;
    border: 1px solid rgba(236, 72, 153, 0.25);
    border-radius: 23px;
    background:
        radial-gradient(
            circle at 8% 50%,
            rgba(236, 72, 153, 0.11),
            transparent 28%
        ),
        linear-gradient(
            110deg,
            rgba(48, 9, 30, 0.98),
            rgba(20, 4, 14, 0.99)
        );
    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.slots-section .note-icon {
    display: flex;
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        var(--slots-pink),
        var(--slots-red)
    );
    box-shadow:
        0 14px 28px rgba(220, 38, 38, 0.21),
        0 0 25px rgba(236, 72, 153, 0.19);
    color: var(--slots-white);
    font-size: 29px;
}

.slots-section .machine-note h3 {
    margin-bottom: 13px;
    font-size: clamp(26px, 3vw, 35px);
}

.slots-section .machine-note p {
    margin: 0;
    color: var(--slots-text);
    font-size: 15px;
    line-height: 1.8;
}


/* ==========================================
   TABLET
=========================================== */

@media (max-width: 1150px) {
    .slots-section .machine-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .slots-section .jackpot-wrapper {
        grid-template-columns: 1fr;
    }

    .slots-section .jackpot-left {
        padding-right: 0;
    }
}

@media (max-width: 950px) {
    .slots-section {
        padding: 90px 0;
    }

    .slots-section .slots-intro {
        grid-template-columns: 1fr;
    }

    .slots-section .slots-stat-box {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .slots-section .stat-item:hover {
        transform: translateY(-5px);
    }

    .slots-section .theme-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* ==========================================
   MOBILE
=========================================== */

@media (max-width: 720px) {
    .slots-section {
        padding: 75px 0;
    }

    .slots-section > .container {
        width: min(100% - 28px, 680px);
    }

    .slots-section .section-heading {
        margin-bottom: 45px;
    }

    .slots-section .section-heading h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .slots-section .section-heading p {
        font-size: 15px;
        line-height: 1.75;
    }

    .slots-section .mt-120,
    .slots-section .jackpot-wrapper {
        margin-top: 80px;
    }

    .slots-section .slots-text,
    .slots-section .slots-stat-box,
    .slots-section .jackpot-wrapper {
        padding: 30px;
        border-radius: 20px;
    }

    .slots-section .slots-stat-box {
        grid-template-columns: 1fr;
    }

    .slots-section .machine-grid,
    .slots-section .theme-grid {
        grid-template-columns: 1fr;
    }

    .slots-section .jackpot-right {
        grid-template-columns: 1fr;
    }

    .slots-section .machine-note {
        grid-template-columns: 1fr;
        padding: 30px;
    }
}


/* ==========================================
   SMALL MOBILE
=========================================== */

@media (max-width: 460px) {
    .slots-section > .container {
        width: min(100% - 22px, 440px);
    }

    .slots-section .section-subtitle {
        border-radius: 14px;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .slots-section .section-heading h2 {
        font-size: 31px;
    }

    .slots-section .slots-text,
    .slots-section .slots-stat-box,
    .slots-section .jackpot-wrapper,
    .slots-section .machine-note {
        padding: 24px;
    }

    .slots-section .machine-card,
    .slots-section .theme-item,
    .slots-section .jackpot-card {
        padding: 25px;
    }

    .slots-section .slots-text h3,
    .slots-section .jackpot-left h3 {
        font-size: 27px;
    }

    .slots-section .machine-icon {
        width: 59px;
        height: 59px;
        font-size: 24px;
    }

    .slots-section .note-icon {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
        font-size: 25px;
    }
}

/* ==========================================
   LIVE TABLE GAMES — STANDALONE CSS
=========================================== */

.table-games-section,
.table-games-section *,
.table-games-section *::before,
.table-games-section *::after {
    box-sizing: border-box;
}

.table-games-section {
    --tables-bg: #0d0309;
    --tables-bg-soft: #16040f;
    --tables-card: #1d0714;
    --tables-card-soft: #250819;
    --tables-pink: #ec4899;
    --tables-pink-light: #f9a8d4;
    --tables-red: #ef4444;
    --tables-white: #ffffff;
    --tables-text: #d8ced5;
    --tables-muted: #aaa0a8;
    --tables-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 7% 18%,
            rgba(236, 72, 153, 0.1),
            transparent 27%
        ),
        radial-gradient(
            circle at 94% 75%,
            rgba(239, 68, 68, 0.08),
            transparent 29%
        ),
        linear-gradient(
            180deg,
            #0d0309 0%,
            #15040e 50%,
            #0d0309 100%
        );
    color: var(--tables-text);
}

.table-games-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(90px);
}

.table-games-glow--left {
    top: 420px;
    left: -250px;
    width: 480px;
    height: 480px;
    background: rgba(236, 72, 153, 0.09);
}

.table-games-glow--right {
    right: -260px;
    bottom: 350px;
    width: 510px;
    height: 510px;
    background: rgba(239, 68, 68, 0.07);
}

.table-games-container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}


/* Header */

.table-games-header {
    max-width: 980px;
    margin: 0 auto 66px;
    text-align: center;
}

.table-games-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px 18px;
    border: 1px solid rgba(236, 72, 153, 0.34);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--tables-pink-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.table-games-eyebrow-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--tables-pink),
        var(--tables-red)
    );
    box-shadow:
        0 0 0 5px rgba(236, 72, 153, 0.09),
        0 0 15px rgba(236, 72, 153, 0.58);
}

.table-games-header h2 {
    max-width: 900px;
    margin: 0 auto 24px;
    color: var(--tables-white);
    font-size: clamp(40px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.table-games-header p {
    max-width: 880px;
    margin: 0 auto;
    color: var(--tables-text);
    font-size: 17px;
    line-height: 1.85;
}

.table-games-label {
    display: block;
    margin-bottom: 11px;
    color: var(--tables-pink-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.45px;
    text-transform: uppercase;
}


/* Overview */

.table-games-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
    gap: 28px;
}

.table-games-overview-main,
.table-games-beginner {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--tables-border);
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(39, 9, 26, 0.98),
            rgba(18, 4, 13, 0.99)
        );
    box-shadow:
        0 27px 62px rgba(0, 0, 0, 0.29),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.table-games-overview-main {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 36px;
    align-items: center;
    padding: 50px;
}

.table-games-overview-main::before,
.table-games-beginner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--tables-pink),
        var(--tables-red)
    );
}

.table-games-overview-number {
    display: flex;
    width: 180px;
    height: 180px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(236, 72, 153, 0.25);
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(236, 72, 153, 0.17),
            rgba(236, 72, 153, 0.03) 67%
        );
    box-shadow:
        inset 0 0 38px rgba(236, 72, 153, 0.09),
        0 0 35px rgba(236, 72, 153, 0.08);
    color: var(--tables-white);
    font-size: 54px;
    font-weight: 850;
    line-height: 1;
}

.table-games-overview-content h3,
.table-games-beginner h3,
.table-games-process-intro h3,
.table-games-category-heading h3,
.table-games-bets-heading h3,
.table-games-limits-main h3,
.table-games-availability h3,
.table-games-note h3 {
    margin: 0;
    color: var(--tables-white);
    font-weight: 750;
    line-height: 1.22;
}

.table-games-overview-content h3 {
    margin-bottom: 20px;
    font-size: clamp(29px, 3vw, 40px);
}

.table-games-overview-content p,
.table-games-beginner p,
.table-games-limits-main p {
    margin: 0 0 17px;
    color: var(--tables-text);
    font-size: 15px;
    line-height: 1.82;
}

.table-games-overview-content p:last-child,
.table-games-beginner p:last-of-type,
.table-games-limits-main p:last-child {
    margin-bottom: 0;
}


/* Beginner card */

.table-games-beginner {
    padding: 40px;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(236, 72, 153, 0.11),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            rgba(43, 9, 28, 0.98),
            rgba(19, 4, 13, 0.99)
        );
}

.table-games-beginner-icon {
    display: flex;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 18px;
    background: linear-gradient(
        135deg,
        var(--tables-pink),
        var(--tables-red)
    );
    box-shadow:
        0 13px 26px rgba(220, 38, 38, 0.2),
        0 0 22px rgba(236, 72, 153, 0.17);
}

.table-games-beginner-icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: var(--tables-white);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.table-games-beginner h3 {
    margin-bottom: 18px;
    font-size: 28px;
}

.table-games-beginner-note {
    margin-top: 23px;
    padding: 17px 19px;
    border-left: 3px solid var(--tables-pink);
    border-radius: 0 13px 13px 0;
    background: rgba(236, 72, 153, 0.07);
    color: var(--tables-pink-light);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.65;
}


/* Process */

.table-games-process {
    display: grid;
    grid-template-columns: minmax(270px, 0.55fr) minmax(0, 1.45fr);
    gap: 35px;
    margin-top: 28px;
    padding: 44px;
    border: 1px solid var(--tables-border);
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(37, 8, 25, 0.98),
            rgba(18, 4, 13, 0.99)
        );
    box-shadow:
        0 23px 54px rgba(0, 0, 0, 0.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.table-games-process-intro h3 {
    margin-bottom: 17px;
    font-size: clamp(28px, 3vw, 38px);
}

.table-games-process-intro p {
    margin: 0;
    color: var(--tables-muted);
    font-size: 15px;
    line-height: 1.75;
}

.table-games-process-track {
    position: relative;
    display: grid;
    gap: 13px;
}

.table-games-process-track::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 24px;
    width: 1px;
    background: linear-gradient(
        var(--tables-pink),
        rgba(236, 72, 153, 0.08)
    );
}

.table-games-step {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: start;
    padding: 18px 20px;
    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 16px;
    background: rgba(11, 2, 8, 0.34);
}

.table-games-step-number {
    position: relative;
    z-index: 2;
    display: flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        var(--tables-pink),
        var(--tables-red)
    );
    color: var(--tables-white);
    font-size: 12px;
    font-weight: 800;
}

.table-games-step h4 {
    margin: 1px 0 6px;
    color: var(--tables-white);
    font-size: 17px;
    font-weight: 700;
}

.table-games-step p {
    margin: 0;
    color: var(--tables-muted);
    font-size: 13px;
    line-height: 1.65;
}


/* Category heading */

.table-games-category-heading {
    max-width: 790px;
    margin: 105px auto 38px;
    text-align: center;
}

.table-games-category-heading h3 {
    margin-bottom: 18px;
    font-size: clamp(33px, 4vw, 46px);
}

.table-games-category-heading p {
    margin: 0;
    color: var(--tables-text);
    font-size: 16px;
    line-height: 1.8;
}


/* Game cards */

.table-games-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.table-game-card {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border: 1px solid var(--tables-border);
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            rgba(34, 7, 23, 0.98),
            rgba(17, 3, 12, 0.99)
        );
    box-shadow:
        0 18px 41px rgba(0, 0, 0, 0.23),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.table-game-card::before {
    content: "";
    position: absolute;
    right: -75px;
    bottom: -85px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(236, 72, 153, 0.045);
}

.table-game-card:hover {
    transform: translateY(-6px);
    border-color: rgba(236, 72, 153, 0.42);
    box-shadow:
        0 26px 50px rgba(0, 0, 0, 0.31),
        0 0 26px rgba(236, 72, 153, 0.07);
}

.table-game-card--featured {
    background:
        radial-gradient(
            circle at 95% 5%,
            rgba(236, 72, 153, 0.12),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            rgba(43, 9, 29, 0.99),
            rgba(18, 4, 13, 0.99)
        );
}

.table-game-card--accent {
    background:
        radial-gradient(
            circle at 0 100%,
            rgba(239, 68, 68, 0.1),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            rgba(39, 8, 26, 0.99),
            rgba(17, 3, 12, 0.99)
        );
}

.table-game-card-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 22px;
}

.table-game-icon {
    display: flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(236, 72, 153, 0.28);
    border-radius: 17px;
    background: rgba(236, 72, 153, 0.09);
}

.table-game-icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: var(--tables-pink-light);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.table-game-card-index {
    color: rgba(255, 255, 255, 0.07);
    font-size: 40px;
    font-weight: 850;
    line-height: 1;
}

.table-game-card-kicker {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 7px;
    color: var(--tables-pink-light);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.table-game-card h4 {
    position: relative;
    z-index: 2;
    margin: 0 0 14px;
    color: var(--tables-white);
    font-size: 27px;
    font-weight: 750;
    line-height: 1.25;
}

.table-game-card > p {
    position: relative;
    z-index: 2;
    margin: 0 0 22px;
    color: var(--tables-text);
    font-size: 15px;
    line-height: 1.78;
}

.table-game-details {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 21px;
}

.table-game-details > div {
    padding: 16px;
    border: 1px solid rgba(236, 72, 153, 0.13);
    border-radius: 14px;
    background: rgba(11, 2, 8, 0.32);
}

.table-game-details span {
    display: block;
    margin-bottom: 5px;
    color: var(--tables-white);
    font-size: 13px;
    font-weight: 700;
}

.table-game-details p {
    margin: 0;
    color: var(--tables-muted);
    font-size: 12px;
    line-height: 1.55;
}

.table-game-tags {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.table-game-tags span {
    padding: 8px 12px;
    border: 1px solid rgba(236, 72, 153, 0.21);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--tables-pink-light);
    font-size: 11px;
    font-weight: 650;
}


/* Bets */

.table-games-bets {
    margin-top: 28px;
    padding: 46px;
    border: 1px solid var(--tables-border);
    border-radius: 25px;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(236, 72, 153, 0.09),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            rgba(39, 9, 26, 0.98),
            rgba(18, 4, 13, 0.99)
        );
    box-shadow:
        0 24px 56px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.table-games-bets-heading {
    max-width: 760px;
    margin-bottom: 31px;
}

.table-games-bets-heading h3 {
    margin-bottom: 17px;
    font-size: clamp(29px, 3vw, 40px);
}

.table-games-bets-heading p {
    margin: 0;
    color: var(--tables-text);
    font-size: 15px;
    line-height: 1.78;
}

.table-games-bets-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.table-games-bet-card {
    position: relative;
    padding: 27px;
    border: 1px solid rgba(236, 72, 153, 0.17);
    border-radius: 18px;
    background: rgba(11, 2, 8, 0.36);
}

.table-games-bet-letter {
    display: flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 13px;
    background: linear-gradient(
        135deg,
        var(--tables-pink),
        var(--tables-red)
    );
    color: var(--tables-white);
    font-size: 15px;
    font-weight: 800;
}

.table-games-bet-card h4 {
    margin: 0 0 10px;
    color: var(--tables-white);
    font-size: 21px;
    font-weight: 700;
}

.table-games-bet-card p {
    margin: 0;
    color: var(--tables-muted);
    font-size: 14px;
    line-height: 1.7;
}

.table-games-bet-warning {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 17px;
    align-items: center;
    margin-top: 17px;
    padding: 18px 21px;
    border: 1px solid rgba(239, 68, 68, 0.24);
    border-radius: 15px;
    background: rgba(239, 68, 68, 0.06);
}

.table-games-warning-icon {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tables-red);
    color: var(--tables-white);
    font-size: 17px;
    font-weight: 850;
}

.table-games-bet-warning p {
    margin: 0;
    color: var(--tables-text);
    font-size: 13px;
    line-height: 1.65;
}


/* Limits */

.table-games-limits {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 28px;
    margin-top: 28px;
}

.table-games-limits-main,
.table-games-limit-display {
    padding: 42px;
    border: 1px solid var(--tables-border);
    border-radius: 23px;
    background:
        linear-gradient(
            145deg,
            rgba(36, 8, 24, 0.98),
            rgba(18, 4, 13, 0.99)
        );
    box-shadow:
        0 21px 49px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.table-games-limits-main h3 {
    margin-bottom: 19px;
    font-size: clamp(29px, 3vw, 39px);
}

.table-games-limit-display {
    display: grid;
    gap: 12px;
}

.table-games-limit-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 19px 20px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 15px;
    background: rgba(11, 2, 8, 0.34);
}

.table-games-limit-line span {
    color: var(--tables-muted);
    font-size: 13px;
}

.table-games-limit-line strong {
    color: var(--tables-white);
    font-size: 14px;
    text-align: right;
}


/* Availability */

.table-games-availability {
    display: grid;
    grid-template-columns: auto minmax(270px, 0.8fr) minmax(420px, 1.2fr);
    gap: 27px;
    align-items: center;
    margin-top: 28px;
    padding: 36px;
    border: 1px solid rgba(236, 72, 153, 0.24);
    border-radius: 23px;
    background:
        linear-gradient(
            110deg,
            rgba(50, 10, 32, 0.98),
            rgba(21, 4, 14, 0.99)
        );
    box-shadow:
        0 22px 51px rgba(0, 0, 0, 0.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.table-games-availability-icon {
    display: flex;
    width: 73px;
    height: 73px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        var(--tables-pink),
        var(--tables-red)
    );
    box-shadow:
        0 14px 28px rgba(220, 38, 38, 0.21),
        0 0 25px rgba(236, 72, 153, 0.19);
}

.table-games-availability-icon svg {
    width: 33px;
    height: 33px;
    fill: none;
    stroke: var(--tables-white);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.table-games-availability h3 {
    margin-bottom: 11px;
    font-size: 27px;
}

.table-games-availability-content p {
    margin: 0;
    color: var(--tables-text);
    font-size: 14px;
    line-height: 1.73;
}

.table-games-availability-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
}

.table-games-availability-list > div {
    height: 100%;
    padding: 17px;
    border: 1px solid rgba(236, 72, 153, 0.16);
    border-radius: 14px;
    background: rgba(11, 2, 8, 0.34);
}

.table-games-availability-list span {
    display: block;
    margin-bottom: 6px;
    color: var(--tables-white);
    font-size: 13px;
    font-weight: 700;
}

.table-games-availability-list p {
    margin: 0;
    color: var(--tables-muted);
    font-size: 11px;
    line-height: 1.55;
}


/* Final note */

.table-games-note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 23px;
    align-items: center;
    margin-top: 28px;
    padding: 32px 36px;
    border: 1px solid rgba(236, 72, 153, 0.22);
    border-radius: 21px;
    background:
        radial-gradient(
            circle at 5% 50%,
            rgba(236, 72, 153, 0.1),
            transparent 23%
        ),
        linear-gradient(
            110deg,
            rgba(43, 9, 28, 0.98),
            rgba(18, 4, 13, 0.99)
        );
}

.table-games-note-mark {
    display: flex;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(236, 72, 153, 0.3);
    border-radius: 18px;
    background: rgba(236, 72, 153, 0.09);
}

.table-games-note-mark svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: var(--tables-pink-light);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.table-games-note h3 {
    margin-bottom: 8px;
    font-size: 24px;
}

.table-games-note p {
    margin: 0;
    color: var(--tables-text);
    font-size: 14px;
    line-height: 1.72;
}


/* Responsive */

@media (max-width: 1120px) {
    .table-games-overview {
        grid-template-columns: 1fr;
    }

    .table-games-process {
        grid-template-columns: 1fr;
    }

    .table-games-availability {
        grid-template-columns: auto 1fr;
    }

    .table-games-availability-list {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {
    .table-games-section {
        padding: 90px 0;
    }

    .table-games-overview-main {
        grid-template-columns: 1fr;
    }

    .table-games-overview-number {
        width: 145px;
        height: 145px;
        font-size: 45px;
    }

    .table-games-bets-grid {
        grid-template-columns: 1fr;
    }

    .table-games-limits {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 740px) {
    .table-games-section {
        padding: 75px 0;
    }

    .table-games-container {
        width: min(100% - 28px, 700px);
    }

    .table-games-header {
        margin-bottom: 45px;
    }

    .table-games-header h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .table-games-header p {
        font-size: 15px;
        line-height: 1.75;
    }

    .table-games-overview-main,
    .table-games-beginner,
    .table-games-process,
    .table-games-bets,
    .table-games-limits-main,
    .table-games-limit-display,
    .table-games-availability,
    .table-games-note {
        padding: 29px;
        border-radius: 20px;
    }

    .table-games-category-heading {
        margin-top: 80px;
    }

    .table-games-grid {
        grid-template-columns: 1fr;
    }

    .table-games-availability {
        grid-template-columns: 1fr;
    }

    .table-games-availability-list {
        grid-column: auto;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .table-games-container {
        width: min(100% - 22px, 480px);
    }

    .table-games-eyebrow {
        border-radius: 14px;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .table-games-header h2 {
        font-size: 31px;
    }

    .table-games-overview-main,
    .table-games-beginner,
    .table-games-process,
    .table-games-bets,
    .table-games-limits-main,
    .table-games-limit-display,
    .table-games-availability,
    .table-games-note {
        padding: 24px;
    }

    .table-games-overview-number {
        width: 120px;
        height: 120px;
        font-size: 38px;
    }

    .table-game-card {
        padding: 26px;
    }

    .table-game-details {
        grid-template-columns: 1fr;
    }

    .table-games-step {
        grid-template-columns: 1fr;
    }

    .table-games-process-track::before {
        display: none;
    }

    .table-games-limit-line {
        display: block;
    }

    .table-games-limit-line span {
        display: block;
        margin-bottom: 6px;
    }

    .table-games-limit-line strong {
        display: block;
        text-align: left;
    }

    .table-games-note {
        grid-template-columns: 1fr;
    }
}

/* ==========================================
   BLACKJACK GAMES — STANDALONE CSS
=========================================== */

.bj-games,
.bj-games *,
.bj-games *::before,
.bj-games *::after {
    box-sizing: border-box;
}

.bj-games {
    --bj-bg: #0d0309;
    --bj-bg-soft: #16040f;
    --bj-card: #210716;
    --bj-card-dark: #15040e;
    --bj-pink: #ec4899;
    --bj-pink-light: #f9a8d4;
    --bj-red: #ef4444;
    --bj-white: #ffffff;
    --bj-text: #d9cfd6;
    --bj-muted: #aaa0a8;
    --bj-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 18%,
            rgba(236, 72, 153, 0.1),
            transparent 27%
        ),
        radial-gradient(
            circle at 93% 82%,
            rgba(239, 68, 68, 0.08),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #0d0309 0%,
            #16040f 48%,
            #0d0309 100%
        );
    color: var(--bj-text);
}

.bj-games__orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(90px);
}

.bj-games__orb--top {
    top: 370px;
    left: -260px;
    width: 500px;
    height: 500px;
    background: rgba(236, 72, 153, 0.08);
}

.bj-games__orb--bottom {
    right: -270px;
    bottom: 330px;
    width: 520px;
    height: 520px;
    background: rgba(239, 68, 68, 0.07);
}

.bj-games__container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}


/* Header */

.bj-games__header {
    max-width: 970px;
    margin: 0 auto 68px;
    text-align: center;
}

.bj-games__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px 18px;
    border: 1px solid rgba(236, 72, 153, 0.34);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--bj-pink-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.bj-games__eyebrow span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--bj-pink),
        var(--bj-red)
    );
    box-shadow:
        0 0 0 5px rgba(236, 72, 153, 0.09),
        0 0 15px rgba(236, 72, 153, 0.58);
}

.bj-games__title {
    max-width: 960px;
    margin: 0 auto 24px;
    color: var(--bj-white);
    font-size: clamp(40px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.bj-games__intro {
    max-width: 890px;
    margin: 0 auto;
    color: var(--bj-text);
    font-size: 17px;
    line-height: 1.85;
}

.bj-games__label {
    display: block;
    margin-bottom: 11px;
    color: var(--bj-pink-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.45px;
    text-transform: uppercase;
}


/* Stage */

.bj-games__stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr);
    min-height: 460px;
    overflow: hidden;
    border: 1px solid var(--bj-border);
    border-radius: 28px;
    background:
        radial-gradient(
            circle at 85% 30%,
            rgba(236, 72, 153, 0.14),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            rgba(43, 9, 28, 0.99),
            rgba(16, 3, 11, 0.99)
        );
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.31),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.bj-games__stage-copy {
    align-self: center;
    padding: 55px;
}

.bj-games__stage-copy h3,
.bj-games__heading h3,
.bj-games__soft-rule-heading h3,
.bj-games__comparison-heading h3,
.bj-games__beginner-copy h3,
.bj-games__notice h3 {
    margin: 0;
    color: var(--bj-white);
    font-weight: 750;
    line-height: 1.22;
}

.bj-games__stage-copy h3 {
    max-width: 650px;
    margin-bottom: 22px;
    font-size: clamp(31px, 4vw, 47px);
}

.bj-games__stage-copy p {
    max-width: 700px;
    margin: 0 0 17px;
    color: var(--bj-text);
    font-size: 16px;
    line-height: 1.82;
}

.bj-games__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 27px;
}

.bj-games__actions span {
    padding: 9px 15px;
    border: 1px solid rgba(236, 72, 153, 0.22);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--bj-pink-light);
    font-size: 12px;
    font-weight: 700;
}


/* Decorative cards */

.bj-games__twenty-one {
    position: relative;
    display: flex;
    min-height: 460px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bj-games__twenty-one::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(236, 72, 153, 0.17);
    border-radius: 50%;
    box-shadow:
        0 0 0 35px rgba(236, 72, 153, 0.025),
        0 0 0 70px rgba(236, 72, 153, 0.018);
}

.bj-games__card {
    position: absolute;
    display: flex;
    width: 155px;
    height: 220px;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
    border-radius: 18px;
    background: #fff9fc;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.bj-games__card span {
    font-size: 34px;
    font-weight: 850;
    line-height: 1;
}

.bj-games__card strong {
    align-self: flex-end;
    font-size: 50px;
    line-height: 1;
}

.bj-games__card--back {
    z-index: 1;
    margin: -38px 0 0 -118px;
    color: #171018;
    transform: rotate(-12deg);
}

.bj-games__card--front {
    z-index: 2;
    margin: 38px 0 0 110px;
    color: #d52d52;
    transform: rotate(11deg);
}

.bj-games__score {
    position: absolute;
    z-index: 4;
    display: flex;
    width: 120px;
    height: 120px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    background:
        linear-gradient(
            135deg,
            var(--bj-pink),
            var(--bj-red)
        );
    box-shadow:
        0 20px 40px rgba(220, 38, 38, 0.27),
        0 0 40px rgba(236, 72, 153, 0.23);
    color: var(--bj-white);
}

.bj-games__score small {
    margin-bottom: 3px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.bj-games__score strong {
    font-size: 44px;
    line-height: 1;
}


/* Shared heading */

.bj-games__heading {
    max-width: 790px;
    margin: 105px auto 39px;
    text-align: center;
}

.bj-games__heading h3 {
    margin-bottom: 18px;
    font-size: clamp(33px, 4vw, 47px);
}

.bj-games__heading p {
    margin: 0;
    color: var(--bj-text);
    font-size: 16px;
    line-height: 1.8;
}


/* Variants */

.bj-games__variants {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.bj-variant {
    position: relative;
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    padding: 32px;
    border: 1px solid var(--bj-border);
    border-radius: 23px;
    background:
        linear-gradient(
            145deg,
            rgba(34, 7, 23, 0.99),
            rgba(17, 3, 12, 0.99)
        );
    box-shadow:
        0 20px 44px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.bj-variant::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -90px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(236, 72, 153, 0.045);
}

.bj-variant:hover {
    transform: translateY(-7px);
    border-color: rgba(236, 72, 153, 0.44);
    box-shadow:
        0 28px 55px rgba(0, 0, 0, 0.32),
        0 0 28px rgba(236, 72, 153, 0.07);
}

.bj-variant--star {
    background:
        radial-gradient(
            circle at 90% 5%,
            rgba(236, 72, 153, 0.13),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            rgba(43, 9, 29, 0.99),
            rgba(18, 4, 13, 0.99)
        );
}

.bj-variant--challenge {
    background:
        radial-gradient(
            circle at 10% 100%,
            rgba(239, 68, 68, 0.12),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            rgba(40, 8, 26, 0.99),
            rgba(17, 3, 12, 0.99)
        );
}

.bj-variant__top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 23px;
}

.bj-variant__number {
    color: rgba(255, 255, 255, 0.08);
    font-size: 36px;
    font-weight: 850;
    line-height: 1;
}

.bj-variant__badge {
    padding: 8px 11px;
    border: 1px solid rgba(236, 72, 153, 0.21);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--bj-pink-light);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.bj-variant__symbol {
    position: relative;
    z-index: 2;
    display: flex;
    width: 72px;
    height: 92px;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 23px;
    padding: 11px;
    border-radius: 13px;
    background: #fff9fc;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
    color: #d92f58;
    transform: rotate(-4deg);
}

.bj-variant__symbol span {
    font-size: 22px;
    font-weight: 850;
    line-height: 1;
}

.bj-variant__symbol strong {
    align-self: flex-end;
    font-size: 27px;
    line-height: 1;
}

.bj-variant h4 {
    position: relative;
    z-index: 2;
    margin: 0 0 13px;
    color: var(--bj-white);
    font-size: 27px;
    font-weight: 750;
    line-height: 1.25;
}

.bj-variant__lead {
    position: relative;
    z-index: 2;
    margin: 0 0 22px;
    color: var(--bj-text);
    font-size: 14px;
    line-height: 1.75;
}

.bj-variant__rule,
.bj-variant__price {
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
    padding: 17px;
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 15px;
    background: rgba(236, 72, 153, 0.07);
}

.bj-variant__rule small,
.bj-variant__price small {
    display: block;
    margin-bottom: 6px;
    color: var(--bj-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.bj-variant__rule strong {
    color: var(--bj-white);
    font-size: 17px;
}

.bj-variant__price > div {
    display: flex;
    align-items: baseline;
    gap: 7px;
}

.bj-variant__price span {
    color: var(--bj-muted);
    font-size: 12px;
}

.bj-variant__price strong {
    background: linear-gradient(
        135deg,
        var(--bj-pink-light),
        var(--bj-red)
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 25px;
    font-weight: 850;
}

.bj-variant__features {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
    margin-bottom: 23px;
}

.bj-variant__features > div {
    padding: 15px;
    border: 1px solid rgba(236, 72, 153, 0.13);
    border-radius: 13px;
    background: rgba(11, 2, 8, 0.32);
}

.bj-variant__features span {
    display: block;
    margin-bottom: 5px;
    color: var(--bj-white);
    font-size: 12px;
    font-weight: 700;
}

.bj-variant__features p {
    margin: 0;
    color: var(--bj-muted);
    font-size: 12px;
    line-height: 1.58;
}

.bj-variant__footer {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: auto;
}

.bj-variant__footer span {
    padding: 7px 10px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.045);
    color: var(--bj-muted);
    font-size: 10px;
    font-weight: 650;
}


/* Soft 17 */

.bj-games__soft-rule {
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    gap: 35px;
    align-items: center;
    margin-top: 28px;
    padding: 45px;
    border: 1px solid var(--bj-border);
    border-radius: 25px;
    background:
        radial-gradient(
            circle at 90% 50%,
            rgba(236, 72, 153, 0.11),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            rgba(39, 9, 26, 0.98),
            rgba(18, 4, 13, 0.99)
        );
    box-shadow:
        0 24px 56px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.bj-games__soft-rule-heading h3 {
    margin-bottom: 15px;
    font-size: clamp(29px, 3vw, 39px);
}

.bj-games__soft-rule-heading p {
    margin: 0;
    color: var(--bj-muted);
    font-size: 15px;
    line-height: 1.75;
}

.bj-games__soft-example {
    display: grid;
    grid-template-columns: auto auto auto minmax(190px, 1fr);
    gap: 18px;
    align-items: center;
    padding: 24px;
    border: 1px solid rgba(236, 72, 153, 0.16);
    border-radius: 19px;
    background: rgba(11, 2, 8, 0.36);
}

.bj-games__mini-hand {
    display: flex;
    align-items: center;
    gap: 9px;
}

.bj-games__mini-card {
    display: flex;
    width: 61px;
    height: 82px;
    flex-direction: column;
    justify-content: space-between;
    padding: 9px;
    border-radius: 10px;
    background: #fff9fc;
    color: #d72d53;
    box-shadow: 0 10px 21px rgba(0, 0, 0, 0.24);
}

.bj-games__mini-card span {
    font-size: 18px;
    font-weight: 850;
}

.bj-games__mini-card strong {
    align-self: flex-end;
    font-size: 21px;
}

.bj-games__operator {
    color: var(--bj-muted);
    font-size: 20px;
    font-weight: 700;
}

.bj-games__soft-result {
    text-align: center;
}

.bj-games__soft-result span,
.bj-games__soft-action span {
    display: block;
    margin-bottom: 4px;
    color: var(--bj-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.bj-games__soft-result strong {
    color: var(--bj-white);
    font-size: 35px;
}

.bj-games__soft-arrow svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: var(--bj-pink);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bj-games__soft-action {
    padding: 17px;
    border-left: 3px solid var(--bj-pink);
    border-radius: 0 13px 13px 0;
    background: rgba(236, 72, 153, 0.07);
}

.bj-games__soft-action strong {
    color: var(--bj-white);
    font-size: 16px;
}


/* Comparison */

.bj-games__comparison {
    margin-top: 28px;
    padding: 45px;
    border: 1px solid var(--bj-border);
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(36, 8, 24, 0.98),
            rgba(17, 3, 12, 0.99)
        );
    box-shadow:
        0 22px 52px rgba(0, 0, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.bj-games__comparison-heading {
    max-width: 680px;
    margin-bottom: 28px;
}

.bj-games__comparison-heading h3 {
    font-size: clamp(29px, 3vw, 40px);
}

.bj-games__comparison-list {
    overflow: hidden;
    border: 1px solid rgba(236, 72, 153, 0.16);
    border-radius: 18px;
}

.bj-games__comparison-row {
    display: grid;
    grid-template-columns: 0.75fr 1fr 1fr 1.2fr;
    gap: 20px;
    padding: 19px 21px;
    border-bottom: 1px solid rgba(236, 72, 153, 0.12);
    background: rgba(11, 2, 8, 0.28);
}

.bj-games__comparison-row:last-child {
    border-bottom: 0;
}

.bj-games__comparison-row--head {
    background: rgba(236, 72, 153, 0.09);
}

.bj-games__comparison-row--head span {
    color: var(--bj-pink-light);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.bj-games__comparison-row strong {
    color: var(--bj-white);
    font-size: 13px;
}

.bj-games__comparison-row:not(.bj-games__comparison-row--head) span {
    color: var(--bj-muted);
    font-size: 12px;
    line-height: 1.55;
}


/* Beginner */

.bj-games__beginner {
    display: grid;
    grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
    gap: 31px;
    margin-top: 28px;
    padding: 43px;
    border: 1px solid var(--bj-border);
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 5% 50%,
            rgba(236, 72, 153, 0.1),
            transparent 28%
        ),
        linear-gradient(
            110deg,
            rgba(42, 9, 28, 0.98),
            rgba(18, 4, 13, 0.99)
        );
}

.bj-games__beginner-copy h3 {
    margin-bottom: 16px;
    font-size: clamp(28px, 3vw, 38px);
}

.bj-games__beginner-copy p {
    margin: 0;
    color: var(--bj-text);
    font-size: 14px;
    line-height: 1.75;
}

.bj-games__beginner-steps {
    display: grid;
    gap: 11px;
}

.bj-games__beginner-steps article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 17px;
    padding: 17px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 15px;
    background: rgba(11, 2, 8, 0.34);
}

.bj-games__beginner-steps article > span {
    display: flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: linear-gradient(
        135deg,
        var(--bj-pink),
        var(--bj-red)
    );
    color: var(--bj-white);
    font-size: 11px;
    font-weight: 800;
}

.bj-games__beginner-steps h4 {
    margin: 1px 0 5px;
    color: var(--bj-white);
    font-size: 15px;
    font-weight: 700;
}

.bj-games__beginner-steps p {
    margin: 0;
    color: var(--bj-muted);
    font-size: 12px;
    line-height: 1.58;
}


/* Notice */

.bj-games__notice {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 23px;
    align-items: center;
    margin-top: 28px;
    padding: 34px 37px;
    border: 1px solid rgba(239, 68, 68, 0.24);
    border-radius: 22px;
    background:
        radial-gradient(
            circle at 5% 50%,
            rgba(239, 68, 68, 0.11),
            transparent 24%
        ),
        linear-gradient(
            110deg,
            rgba(47, 9, 29, 0.98),
            rgba(18, 4, 13, 0.99)
        );
}

.bj-games__notice-icon {
    display: flex;
    width: 68px;
    height: 68px;
    align-items: center;
    justify-content: center;
    border-radius: 19px;
    background: linear-gradient(
        135deg,
        var(--bj-pink),
        var(--bj-red)
    );
    box-shadow:
        0 14px 28px rgba(220, 38, 38, 0.21),
        0 0 25px rgba(236, 72, 153, 0.18);
}

.bj-games__notice-icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: var(--bj-white);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bj-games__notice h3 {
    margin-bottom: 9px;
    font-size: 25px;
}

.bj-games__notice p {
    margin: 0;
    color: var(--bj-text);
    font-size: 14px;
    line-height: 1.72;
}


/* Responsive */

@media (max-width: 1100px) {
    .bj-games__stage {
        grid-template-columns: 1fr;
    }

    .bj-games__twenty-one {
        min-height: 390px;
    }

    .bj-games__variants {
        grid-template-columns: 1fr;
    }

    .bj-variant__features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bj-games__soft-rule {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 850px) {
    .bj-games {
        padding: 90px 0;
    }

    .bj-games__comparison {
        overflow-x: auto;
    }

    .bj-games__comparison-list {
        min-width: 760px;
    }

    .bj-games__beginner {
        grid-template-columns: 1fr;
    }

    .bj-variant__features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .bj-games {
        padding: 75px 0;
    }

    .bj-games__container {
        width: min(100% - 28px, 670px);
    }

    .bj-games__header {
        margin-bottom: 45px;
    }

    .bj-games__title {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .bj-games__intro {
        font-size: 15px;
        line-height: 1.75;
    }

    .bj-games__stage-copy,
    .bj-games__soft-rule,
    .bj-games__comparison,
    .bj-games__beginner,
    .bj-games__notice {
        padding: 29px;
        border-radius: 20px;
    }

    .bj-games__heading {
        margin-top: 80px;
    }

    .bj-games__soft-example {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .bj-games__soft-arrow {
        transform: rotate(90deg);
    }

    .bj-games__notice {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .bj-games__container {
        width: min(100% - 22px, 440px);
    }

    .bj-games__eyebrow {
        border-radius: 14px;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .bj-games__title {
        font-size: 31px;
    }

    .bj-games__stage-copy,
    .bj-games__soft-rule,
    .bj-games__comparison,
    .bj-games__beginner,
    .bj-games__notice,
    .bj-variant {
        padding: 24px;
    }

    .bj-games__twenty-one {
        min-height: 330px;
    }

    .bj-games__card {
        width: 125px;
        height: 180px;
    }

    .bj-games__card--back {
        margin-left: -90px;
    }

    .bj-games__card--front {
        margin-left: 85px;
    }

    .bj-games__score {
        width: 95px;
        height: 95px;
    }

    .bj-games__score strong {
        font-size: 35px;
    }

    .bj-games__beginner-steps article {
        grid-template-columns: 1fr;
    }
}

/* ==========================================
   ROULETTE & BACCARAT
=========================================== */

.roulette-baccarat,
.roulette-baccarat *,
.roulette-baccarat *::before,
.roulette-baccarat *::after {
    box-sizing: border-box;
}

.roulette-baccarat {
    --rb-bg: #0d0309;
    --rb-bg-soft: #17040f;
    --rb-card: #210716;
    --rb-card-dark: #15040e;
    --rb-pink: #ec4899;
    --rb-pink-light: #f9a8d4;
    --rb-red: #ef4444;
    --rb-white: #ffffff;
    --rb-text: #d9cfd6;
    --rb-muted: #aaa0a8;
    --rb-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(236, 72, 153, 0.1),
            transparent 27%
        ),
        radial-gradient(
            circle at 94% 83%,
            rgba(239, 68, 68, 0.08),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #0d0309 0%,
            #16040f 50%,
            #0d0309 100%
        );
    color: var(--rb-text);
}

.roulette-baccarat .container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.rb-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(90px);
}

.rb-glow-left {
    top: 340px;
    left: -260px;
    width: 500px;
    height: 500px;
    background: rgba(236, 72, 153, 0.08);
}

.rb-glow-right {
    right: -270px;
    bottom: 320px;
    width: 520px;
    height: 520px;
    background: rgba(239, 68, 68, 0.07);
}


/* ==========================================
   HEADER
=========================================== */

.rb-header {
    max-width: 980px;
    margin: 0 auto 65px;
    text-align: center;
}

.rb-header .section-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px 18px;
    border: 1px solid rgba(236, 72, 153, 0.34);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--rb-pink-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.rb-header .section-subtitle::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--rb-pink),
        var(--rb-red)
    );
    box-shadow:
        0 0 0 5px rgba(236, 72, 153, 0.09),
        0 0 15px rgba(236, 72, 153, 0.58);
}

.rb-header h2 {
    max-width: 960px;
    margin: 0 auto 24px;
    color: var(--rb-white);
    font-size: clamp(40px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.rb-header p {
    max-width: 890px;
    margin: 0 auto;
    color: var(--rb-text);
    font-size: 17px;
    line-height: 1.85;
}

.rb-header strong,
.rb-content strong {
    color: var(--rb-white);
}


/* ==========================================
   SPLIT STAGE
=========================================== */

.rb-stage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.rb-side {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    padding: 45px;
    border: 1px solid var(--rb-border);
    border-radius: 27px;
    box-shadow:
        0 28px 64px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.rb-side::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.rb-side::after {
    content: "";
    position: absolute;
    right: -130px;
    bottom: -140px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.045);
    box-shadow:
        0 0 0 45px rgba(255, 255, 255, 0.015),
        0 0 0 90px rgba(255, 255, 255, 0.01);
}

.rb-side:hover {
    transform: translateY(-7px);
    border-color: rgba(236, 72, 153, 0.42);
    box-shadow:
        0 34px 70px rgba(0, 0, 0, 0.36),
        0 0 28px rgba(236, 72, 153, 0.08);
}

.rb-roulette {
    background:
        radial-gradient(
            circle at 88% 15%,
            rgba(236, 72, 153, 0.17),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            rgba(46, 9, 30, 0.99),
            rgba(18, 4, 13, 0.99)
        );
}

.rb-baccarat {
    background:
        radial-gradient(
            circle at 10% 90%,
            rgba(239, 68, 68, 0.13),
            transparent 33%
        ),
        linear-gradient(
            145deg,
            rgba(38, 8, 25, 0.99),
            rgba(17, 3, 12, 0.99)
        );
}

.rb-roulette::before {
    background:
        repeating-radial-gradient(
            circle at 92% 12%,
            transparent 0,
            transparent 25px,
            rgba(236, 72, 153, 0.025) 26px,
            transparent 28px
        );
}

.rb-baccarat::before {
    background:
        linear-gradient(
            130deg,
            transparent 0 72%,
            rgba(239, 68, 68, 0.035) 72% 74%,
            transparent 74%
        );
}

.rb-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 36px;
}

.rb-badge {
    padding: 9px 14px;
    border: 1px solid rgba(236, 72, 153, 0.22);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--rb-pink-light);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rb-icon {
    display: flex;
    width: 68px;
    height: 68px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 19px;
    background: linear-gradient(
        135deg,
        var(--rb-pink),
        var(--rb-red)
    );
    box-shadow:
        0 14px 28px rgba(220, 38, 38, 0.22),
        0 0 25px rgba(236, 72, 153, 0.18);
    color: var(--rb-white);
    font-size: 29px;
}

.rb-side h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 20px;
    color: var(--rb-white);
    font-size: clamp(34px, 4vw, 49px);
    font-weight: 800;
    line-height: 1.15;
}

.rb-side > p {
    position: relative;
    z-index: 2;
    max-width: 620px;
    margin: 0;
    color: var(--rb-text);
    font-size: 16px;
    line-height: 1.82;
}

.rb-highlight {
    position: absolute;
    z-index: 3;
    right: 45px;
    bottom: 42px;
    left: 45px;
    padding: 19px 21px;
    border-left: 3px solid var(--rb-pink);
    border-radius: 0 15px 15px 0;
    background: rgba(236, 72, 153, 0.075);
    backdrop-filter: blur(10px);
}

.rb-highlight span {
    display: block;
    margin-bottom: 6px;
    color: var(--rb-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.rb-highlight strong {
    color: var(--rb-white);
    font-size: 14px;
    line-height: 1.6;
}


/* ==========================================
   CONTENT BLOCKS
=========================================== */

.rb-block {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
    gap: 34px;
    align-items: center;
    margin-top: 28px;
    padding: 47px;
    border: 1px solid var(--rb-border);
    border-radius: 25px;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(236, 72, 153, 0.09),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            rgba(38, 8, 25, 0.98),
            rgba(17, 3, 12, 0.99)
        );
    box-shadow:
        0 24px 56px rgba(0, 0, 0, 0.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.rb-block.reverse {
    grid-template-columns: minmax(440px, 1.1fr) minmax(0, 0.9fr);
}

.rb-block.reverse .rb-content {
    order: 2;
}

.rb-block.reverse .rb-baccarat-options {
    order: 1;
}

.small-title {
    display: block;
    margin-bottom: 11px;
    color: var(--rb-pink-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.45px;
    text-transform: uppercase;
}

.rb-content h3,
.rb-heading h3,
.rb-guides h3 {
    margin: 0;
    color: var(--rb-white);
    font-weight: 750;
    line-height: 1.22;
}

.rb-content h3 {
    margin-bottom: 20px;
    font-size: clamp(30px, 3.5vw, 43px);
}

.rb-content p {
    margin: 0 0 17px;
    color: var(--rb-text);
    font-size: 15px;
    line-height: 1.82;
}

.rb-content p:last-child {
    margin-bottom: 0;
}


/* ==========================================
   ROULETTE CARDS
=========================================== */

.rb-cards {
    display: grid;
    gap: 14px;
}

.rb-info-card {
    position: relative;
    overflow: hidden;
    padding: 24px 25px 24px 82px;
    border: 1px solid rgba(236, 72, 153, 0.16);
    border-radius: 18px;
    background: rgba(11, 2, 8, 0.36);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.rb-info-card::before {
    position: absolute;
    top: 50%;
    left: 22px;
    display: flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: linear-gradient(
        135deg,
        var(--rb-pink),
        var(--rb-red)
    );
    color: var(--rb-white);
    font-size: 13px;
    font-weight: 850;
    transform: translateY(-50%);
}

.rb-info-card:nth-child(1)::before {
    content: "IN";
}

.rb-info-card:nth-child(2)::before {
    content: "OUT";
}

.rb-info-card:nth-child(3)::before {
    content: "360°";
}

.rb-info-card:hover {
    transform: translateX(6px);
    border-color: rgba(236, 72, 153, 0.4);
}

.rb-info-card h4 {
    margin: 0 0 7px;
    color: var(--rb-white);
    font-size: 19px;
    font-weight: 700;
}

.rb-info-card p {
    margin: 0;
    color: var(--rb-muted);
    font-size: 13px;
    line-height: 1.68;
}


/* ==========================================
   BACCARAT OPTIONS
=========================================== */

.rb-baccarat-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.rb-option {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    padding: 25px;
    border: 1px solid rgba(236, 72, 153, 0.17);
    border-radius: 19px;
    background:
        linear-gradient(
            145deg,
            rgba(34, 7, 23, 0.98),
            rgba(15, 3, 10, 0.99)
        );
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.rb-option::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -65px;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: rgba(236, 72, 153, 0.05);
}

.rb-option:hover {
    transform: translateY(-6px);
    border-color: rgba(236, 72, 153, 0.42);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.25);
}

.rb-option > span {
    position: relative;
    z-index: 2;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px;
    border-radius: 17px;
    background: linear-gradient(
        135deg,
        var(--rb-pink),
        var(--rb-red)
    );
    box-shadow:
        0 12px 24px rgba(220, 38, 38, 0.2),
        0 0 20px rgba(236, 72, 153, 0.15);
    color: var(--rb-white);
    font-size: 21px;
    font-weight: 850;
}

.rb-option h4 {
    position: relative;
    z-index: 2;
    margin: 0 0 11px;
    color: var(--rb-white);
    font-size: 22px;
    font-weight: 750;
}

.rb-option p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--rb-muted);
    font-size: 13px;
    line-height: 1.68;
}


/* ==========================================
   COMPARISON
=========================================== */

.rb-comparison {
    margin-top: 28px;
    padding: 47px;
    border: 1px solid var(--rb-border);
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(37, 8, 24, 0.98),
            rgba(17, 3, 12, 0.99)
        );
    box-shadow:
        0 23px 54px rgba(0, 0, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.rb-heading {
    max-width: 720px;
    margin-bottom: 30px;
}

.rb-heading h3 {
    font-size: clamp(30px, 3.5vw, 42px);
}

.rb-compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.rb-compare {
    position: relative;
    overflow: hidden;
    padding: 29px;
    border: 1px solid rgba(236, 72, 153, 0.17);
    border-radius: 19px;
    background: rgba(11, 2, 8, 0.34);
}

.rb-compare::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        90deg,
        var(--rb-pink),
        var(--rb-red)
    );
}

.rb-compare h4 {
    margin: 0 0 20px;
    color: var(--rb-white);
    font-size: 25px;
    font-weight: 750;
}

.rb-compare ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rb-compare li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 25px;
    color: var(--rb-muted);
    font-size: 14px;
    line-height: 1.65;
}

.rb-compare li:last-child {
    margin-bottom: 0;
}

.rb-compare li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--rb-pink),
        var(--rb-red)
    );
    box-shadow: 0 0 11px rgba(236, 72, 153, 0.4);
}


/* ==========================================
   GUIDES
=========================================== */

.rb-guides {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 28px;
    align-items: center;
    margin-top: 28px;
    padding: 40px;
    border: 1px solid rgba(236, 72, 153, 0.25);
    border-radius: 23px;
    background:
        radial-gradient(
            circle at 7% 50%,
            rgba(236, 72, 153, 0.12),
            transparent 28%
        ),
        linear-gradient(
            110deg,
            rgba(48, 9, 30, 0.98),
            rgba(20, 4, 14, 0.99)
        );
    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.rb-guide-icon {
    display: flex;
    width: 78px;
    height: 78px;
    flex: 0 0 78px;
    align-items: center;
    justify-content: center;
    border-radius: 21px;
    background: linear-gradient(
        135deg,
        var(--rb-pink),
        var(--rb-red)
    );
    box-shadow:
        0 15px 30px rgba(220, 38, 38, 0.22),
        0 0 27px rgba(236, 72, 153, 0.2);
    color: var(--rb-white);
    font-size: 30px;
}

.rb-guides h3 {
    margin-bottom: 12px;
    font-size: clamp(27px, 3vw, 36px);
}

.rb-guides p {
    margin: 0;
    color: var(--rb-text);
    font-size: 15px;
    line-height: 1.78;
}


/* ==========================================
   FINAL NOTE
=========================================== */

.rb-note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;
    margin-top: 28px;
    padding: 24px 28px;
    border: 1px solid rgba(239, 68, 68, 0.22);
    border-radius: 18px;
    background: rgba(239, 68, 68, 0.055);
}

.rb-note i {
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        var(--rb-pink),
        var(--rb-red)
    );
    color: var(--rb-white);
    font-size: 19px;
}

.rb-note p {
    margin: 0;
    color: var(--rb-text);
    font-size: 13px;
    line-height: 1.68;
}


/* ==========================================
   RESPONSIVE
=========================================== */

@media (max-width: 1100px) {
    .rb-block,
    .rb-block.reverse {
        grid-template-columns: 1fr;
    }

    .rb-block.reverse .rb-content,
    .rb-block.reverse .rb-baccarat-options {
        order: initial;
    }

    .rb-baccarat-options {
        max-width: 760px;
    }
}

@media (max-width: 900px) {
    .roulette-baccarat {
        padding: 90px 0;
    }

    .rb-stage {
        grid-template-columns: 1fr;
    }

    .rb-side {
        min-height: 430px;
    }

    .rb-compare-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .roulette-baccarat {
        padding: 75px 0;
    }

    .roulette-baccarat .container {
        width: min(100% - 28px, 680px);
    }

    .rb-header {
        margin-bottom: 45px;
    }

    .rb-header h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .rb-header p {
        font-size: 15px;
        line-height: 1.75;
    }

    .rb-side,
    .rb-block,
    .rb-comparison,
    .rb-guides {
        padding: 30px;
        border-radius: 20px;
    }

    .rb-side {
        min-height: 450px;
    }

    .rb-highlight {
        right: 30px;
        bottom: 30px;
        left: 30px;
    }

    .rb-baccarat-options {
        grid-template-columns: 1fr;
    }

    .rb-option {
        min-height: 0;
    }

    .rb-guides {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .roulette-baccarat .container {
        width: min(100% - 22px, 440px);
    }

    .rb-header .section-subtitle {
        border-radius: 14px;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .rb-header h2 {
        font-size: 31px;
    }

    .rb-side,
    .rb-block,
    .rb-comparison,
    .rb-guides {
        padding: 24px;
    }

    .rb-side {
        min-height: 510px;
    }

    .rb-top {
        align-items: flex-start;
    }

    .rb-icon {
        width: 58px;
        height: 58px;
        font-size: 24px;
    }

    .rb-side h3 {
        font-size: 34px;
    }

    .rb-highlight {
        right: 24px;
        bottom: 24px;
        left: 24px;
    }

    .rb-info-card {
        padding: 75px 22px 22px;
    }

    .rb-info-card::before {
        top: 20px;
        left: 22px;
        transform: none;
    }

    .rb-note {
        grid-template-columns: 1fr;
        padding: 22px;
    }
}

/* ==========================================
   POKER-STYLE & DICE GAMES
=========================================== */

.alt-table-games,
.alt-table-games *,
.alt-table-games *::before,
.alt-table-games *::after {
    box-sizing: border-box;
}

.alt-table-games {
    --alt-bg: #0d0309;
    --alt-card: #210716;
    --alt-dark: #16040f;
    --alt-pink: #ec4899;
    --alt-pink-light: #f9a8d4;
    --alt-red: #ef4444;
    --alt-white: #ffffff;
    --alt-text: #d9cfd6;
    --alt-muted: #aaa0a8;
    --alt-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 5% 22%,
            rgba(236, 72, 153, 0.1),
            transparent 27%
        ),
        radial-gradient(
            circle at 95% 78%,
            rgba(239, 68, 68, 0.08),
            transparent 29%
        ),
        linear-gradient(
            180deg,
            #0d0309 0%,
            #16040f 50%,
            #0d0309 100%
        );
    color: var(--alt-text);
}

.alt-table-games__container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.alt-table-games__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(95px);
}

.alt-table-games__glow--left {
    top: 400px;
    left: -270px;
    width: 510px;
    height: 510px;
    background: rgba(236, 72, 153, 0.08);
}

.alt-table-games__glow--right {
    right: -280px;
    bottom: 330px;
    width: 540px;
    height: 540px;
    background: rgba(239, 68, 68, 0.07);
}


/* Header */

.alt-table-games__header {
    max-width: 980px;
    margin: 0 auto 66px;
    text-align: center;
}

.alt-table-games__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px 18px;
    border: 1px solid rgba(236, 72, 153, 0.34);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--alt-pink-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.45px;
    text-transform: uppercase;
}

.alt-table-games__eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--alt-pink),
        var(--alt-red)
    );
    box-shadow:
        0 0 0 5px rgba(236, 72, 153, 0.09),
        0 0 15px rgba(236, 72, 153, 0.58);
}

.alt-table-games__header h2 {
    max-width: 960px;
    margin: 0 auto 24px;
    color: var(--alt-white);
    font-size: clamp(40px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.alt-table-games__header p {
    max-width: 880px;
    margin: 0 auto;
    color: var(--alt-text);
    font-size: 17px;
    line-height: 1.85;
}

.alt-table-games__label {
    display: block;
    margin-bottom: 11px;
    color: var(--alt-pink-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}


/* Difference */

.alt-table-games__difference {
    display: grid;
    grid-template-columns: auto minmax(300px, 0.75fr) minmax(450px, 1.25fr);
    gap: 30px;
    align-items: center;
    padding: 44px;
    border: 1px solid var(--alt-border);
    border-radius: 26px;
    background:
        radial-gradient(
            circle at 8% 50%,
            rgba(236, 72, 153, 0.13),
            transparent 24%
        ),
        linear-gradient(
            130deg,
            rgba(45, 9, 29, 0.99),
            rgba(17, 3, 12, 0.99)
        );
    box-shadow:
        0 27px 63px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.alt-table-games__difference-mark {
    display: flex;
    width: 86px;
    height: 86px;
    align-items: center;
    justify-content: center;
    border-radius: 23px;
    background: linear-gradient(
        135deg,
        var(--alt-pink),
        var(--alt-red)
    );
    box-shadow:
        0 16px 32px rgba(220, 38, 38, 0.23),
        0 0 27px rgba(236, 72, 153, 0.19);
}

.alt-table-games__difference-mark span {
    color: var(--alt-white);
    font-size: 22px;
    font-weight: 850;
}

.alt-table-games__difference-content h3,
.alt-game-panel h3,
.alt-table-games__feature-heading h3,
.alt-table-games__specialty-copy h3,
.alt-table-games__beginner-copy h3,
.alt-table-games__availability-heading h3 {
    margin: 0;
    color: var(--alt-white);
    font-weight: 750;
    line-height: 1.22;
}

.alt-table-games__difference-content h3 {
    margin-bottom: 15px;
    font-size: clamp(28px, 3vw, 39px);
}

.alt-table-games__difference-content p {
    margin: 0;
    color: var(--alt-text);
    font-size: 14px;
    line-height: 1.75;
}

.alt-table-games__difference-sides {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.alt-table-games__difference-sides > div {
    height: 100%;
    padding: 21px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 17px;
    background: rgba(11, 2, 8, 0.37);
}

.alt-table-games__difference-number {
    display: block;
    margin-bottom: 15px;
    color: var(--alt-pink-light);
    font-size: 11px;
    font-weight: 800;
}

.alt-table-games__difference-sides h4 {
    margin: 0 0 9px;
    color: var(--alt-white);
    font-size: 17px;
    font-weight: 700;
}

.alt-table-games__difference-sides p {
    margin: 0;
    color: var(--alt-muted);
    font-size: 12px;
    line-height: 1.62;
}


/* Main panels */

.alt-table-games__categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.alt-game-panel {
    position: relative;
    overflow: hidden;
    padding: 39px;
    border: 1px solid var(--alt-border);
    border-radius: 25px;
    box-shadow:
        0 24px 55px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.alt-game-panel::after {
    content: "";
    position: absolute;
    right: -105px;
    bottom: -115px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    box-shadow:
        0 0 0 38px rgba(255, 255, 255, 0.012),
        0 0 0 76px rgba(255, 255, 255, 0.008);
}

.alt-game-panel--poker {
    background:
        radial-gradient(
            circle at 90% 8%,
            rgba(236, 72, 153, 0.15),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            rgba(44, 9, 29, 0.99),
            rgba(17, 3, 12, 0.99)
        );
}

.alt-game-panel--dice {
    background:
        radial-gradient(
            circle at 10% 90%,
            rgba(239, 68, 68, 0.12),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            rgba(38, 8, 25, 0.99),
            rgba(17, 3, 12, 0.99)
        );
}

.alt-game-panel:hover {
    transform: translateY(-7px);
    border-color: rgba(236, 72, 153, 0.43);
    box-shadow:
        0 31px 65px rgba(0, 0, 0, 0.34),
        0 0 28px rgba(236, 72, 153, 0.07);
}

.alt-game-panel__top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
}

.alt-game-panel__icon {
    display: flex;
    width: 76px;
    height: 92px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #fff9fc;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
    transform: rotate(-4deg);
}

.alt-game-panel__icon > span {
    color: #d72d53;
    font-size: 43px;
}

.alt-game-panel__icon--dice {
    display: grid;
    grid-template-columns: repeat(2, 10px);
    grid-template-rows: repeat(3, 10px);
    gap: 10px;
    width: 82px;
    height: 82px;
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        var(--alt-pink),
        var(--alt-red)
    );
    transform: rotate(7deg);
}

.dice-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--alt-white);
}

.dice-dot:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.dice-dot:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.dice-dot:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 2;
    justify-self: center;
}

.dice-dot:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
}

.dice-dot:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
}

.alt-game-panel__index {
    color: rgba(255, 255, 255, 0.07);
    font-size: 48px;
    font-weight: 850;
    line-height: 1;
}

.alt-game-panel h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 17px;
    font-size: clamp(29px, 3vw, 39px);
}

.alt-game-panel > p {
    position: relative;
    z-index: 2;
    margin: 0 0 27px;
    color: var(--alt-text);
    font-size: 15px;
    line-height: 1.8;
}

.alt-game-panel__flow {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
}

.alt-game-panel__flow > div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 14px;
    background: rgba(11, 2, 8, 0.34);
}

.alt-game-panel__flow span {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: linear-gradient(
        135deg,
        var(--alt-pink),
        var(--alt-red)
    );
    color: var(--alt-white);
    font-size: 11px;
    font-weight: 800;
}

.alt-game-panel__flow p {
    margin: 0;
    color: var(--alt-muted);
    font-size: 12px;
    line-height: 1.55;
}

.alt-game-panel__tags {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.alt-game-panel__tags span {
    padding: 8px 11px;
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--alt-pink-light);
    font-size: 10px;
    font-weight: 650;
}


/* Feature section */

.alt-table-games__feature {
    display: grid;
    grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
    gap: 34px;
    margin-top: 28px;
    padding: 45px;
    border: 1px solid var(--alt-border);
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(37, 8, 24, 0.98),
            rgba(17, 3, 12, 0.99)
        );
    box-shadow:
        0 23px 54px rgba(0, 0, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.alt-table-games__feature-heading h3 {
    margin-bottom: 17px;
    font-size: clamp(29px, 3vw, 40px);
}

.alt-table-games__feature-heading p {
    margin: 0;
    color: var(--alt-text);
    font-size: 14px;
    line-height: 1.78;
}

.alt-table-games__feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.alt-table-games__feature-grid article {
    padding: 21px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 16px;
    background: rgba(11, 2, 8, 0.34);
}

.alt-table-games__feature-code {
    display: inline-block;
    margin-bottom: 15px;
    padding: 7px 10px;
    border-radius: 8px;
    background: linear-gradient(
        135deg,
        var(--alt-pink),
        var(--alt-red)
    );
    color: var(--alt-white);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.8px;
}

.alt-table-games__feature-grid h4 {
    margin: 0 0 8px;
    color: var(--alt-white);
    font-size: 17px;
    font-weight: 700;
}

.alt-table-games__feature-grid p {
    margin: 0;
    color: var(--alt-muted);
    font-size: 12px;
    line-height: 1.62;
}


/* Specialty */

.alt-table-games__specialty {
    display: grid;
    grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
    gap: 35px;
    align-items: center;
    margin-top: 28px;
    padding: 46px;
    border: 1px solid var(--alt-border);
    border-radius: 25px;
    background:
        radial-gradient(
            circle at 7% 50%,
            rgba(236, 72, 153, 0.1),
            transparent 27%
        ),
        linear-gradient(
            115deg,
            rgba(43, 9, 28, 0.98),
            rgba(18, 4, 13, 0.99)
        );
}

.alt-table-games__specialty-copy h3 {
    margin-bottom: 18px;
    font-size: clamp(29px, 3vw, 40px);
}

.alt-table-games__specialty-copy p {
    margin: 0 0 15px;
    color: var(--alt-text);
    font-size: 14px;
    line-height: 1.77;
}

.alt-table-games__specialty-copy p:last-child {
    margin-bottom: 0;
}

.alt-table-games__specialty-track {
    display: grid;
    gap: 12px;
}

.alt-table-games__specialty-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 17px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 15px;
    background: rgba(11, 2, 8, 0.34);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.alt-table-games__specialty-item:hover {
    transform: translateX(6px);
    border-color: rgba(236, 72, 153, 0.38);
}

.alt-table-games__specialty-item > span {
    display: flex;
    width: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        var(--alt-pink),
        var(--alt-red)
    );
    color: var(--alt-white);
    font-size: 11px;
    font-weight: 800;
}

.alt-table-games__specialty-item h4 {
    margin: 0 0 5px;
    color: var(--alt-white);
    font-size: 16px;
    font-weight: 700;
}

.alt-table-games__specialty-item p {
    margin: 0;
    color: var(--alt-muted);
    font-size: 12px;
    line-height: 1.57;
}


/* Beginner */

.alt-table-games__beginner {
    display: grid;
    grid-template-columns: auto minmax(300px, 0.85fr) minmax(400px, 1.15fr);
    gap: 27px;
    align-items: center;
    margin-top: 28px;
    padding: 39px;
    border: 1px solid var(--alt-border);
    border-radius: 23px;
    background:
        linear-gradient(
            110deg,
            rgba(47, 9, 30, 0.98),
            rgba(18, 4, 13, 0.99)
        );
    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.alt-table-games__beginner-icon {
    display: flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    border-radius: 21px;
    background: linear-gradient(
        135deg,
        var(--alt-pink),
        var(--alt-red)
    );
    box-shadow:
        0 15px 30px rgba(220, 38, 38, 0.22),
        0 0 26px rgba(236, 72, 153, 0.19);
}

.alt-table-games__beginner-icon span {
    color: var(--alt-white);
    font-size: 30px;
    font-weight: 850;
}

.alt-table-games__beginner-copy h3 {
    margin-bottom: 12px;
    font-size: 27px;
}

.alt-table-games__beginner-copy p {
    margin: 0;
    color: var(--alt-text);
    font-size: 13px;
    line-height: 1.7;
}

.alt-table-games__beginner-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.alt-table-games__beginner-points span {
    position: relative;
    padding: 14px 14px 14px 35px;
    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 13px;
    background: rgba(11, 2, 8, 0.34);
    color: var(--alt-muted);
    font-size: 11px;
    line-height: 1.5;
}

.alt-table-games__beginner-points span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--alt-pink),
        var(--alt-red)
    );
    transform: translateY(-50%);
}


/* Availability */

.alt-table-games__availability {
    display: grid;
    grid-template-columns: minmax(270px, 0.6fr) minmax(0, 1.4fr);
    gap: 30px;
    align-items: center;
    margin-top: 28px;
    padding: 39px;
    border: 1px solid var(--alt-border);
    border-radius: 23px;
    background:
        linear-gradient(
            145deg,
            rgba(36, 8, 24, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.alt-table-games__availability-heading h3 {
    font-size: clamp(27px, 3vw, 36px);
}

.alt-table-games__availability-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.alt-table-games__availability-grid > div {
    padding: 18px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 15px;
    background: rgba(11, 2, 8, 0.35);
}

.alt-table-games__availability-grid small {
    display: block;
    margin-bottom: 7px;
    color: var(--alt-muted);
    font-size: 10px;
    line-height: 1.4;
}

.alt-table-games__availability-grid strong {
    color: var(--alt-white);
    font-size: 13px;
    line-height: 1.45;
}


/* Notice */

.alt-table-games__notice {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 19px;
    align-items: center;
    margin-top: 28px;
    padding: 25px 28px;
    border: 1px solid rgba(239, 68, 68, 0.22);
    border-radius: 18px;
    background: rgba(239, 68, 68, 0.055);
}

.alt-table-games__notice-mark {
    display: flex;
    width: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        var(--alt-pink),
        var(--alt-red)
    );
}

.alt-table-games__notice-mark span {
    color: var(--alt-white);
    font-size: 18px;
    font-weight: 850;
}

.alt-table-games__notice p {
    margin: 0;
    color: var(--alt-text);
    font-size: 13px;
    line-height: 1.68;
}


/* Responsive */

@media (max-width: 1120px) {
    .alt-table-games__difference {
        grid-template-columns: auto 1fr;
    }

    .alt-table-games__difference-sides {
        grid-column: 1 / -1;
    }

    .alt-table-games__feature,
    .alt-table-games__specialty {
        grid-template-columns: 1fr;
    }

    .alt-table-games__beginner {
        grid-template-columns: auto 1fr;
    }

    .alt-table-games__beginner-points {
        grid-column: 1 / -1;
    }

    .alt-table-games__availability {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .alt-table-games {
        padding: 90px 0;
    }

    .alt-table-games__categories {
        grid-template-columns: 1fr;
    }

    .alt-table-games__availability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .alt-table-games {
        padding: 75px 0;
    }

    .alt-table-games__container {
        width: min(100% - 28px, 680px);
    }

    .alt-table-games__header {
        margin-bottom: 45px;
    }

    .alt-table-games__header h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .alt-table-games__header p {
        font-size: 15px;
        line-height: 1.75;
    }

    .alt-table-games__difference,
    .alt-game-panel,
    .alt-table-games__feature,
    .alt-table-games__specialty,
    .alt-table-games__beginner,
    .alt-table-games__availability {
        padding: 29px;
        border-radius: 20px;
    }

    .alt-table-games__difference {
        grid-template-columns: 1fr;
    }

    .alt-table-games__difference-sides {
        grid-column: auto;
    }

    .alt-table-games__feature-grid {
        grid-template-columns: 1fr;
    }

    .alt-table-games__beginner {
        grid-template-columns: 1fr;
    }

    .alt-table-games__beginner-points {
        grid-column: auto;
    }
}

@media (max-width: 500px) {
    .alt-table-games__container {
        width: min(100% - 22px, 460px);
    }

    .alt-table-games__eyebrow {
        border-radius: 14px;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .alt-table-games__header h2 {
        font-size: 31px;
    }

    .alt-table-games__difference,
    .alt-game-panel,
    .alt-table-games__feature,
    .alt-table-games__specialty,
    .alt-table-games__beginner,
    .alt-table-games__availability {
        padding: 24px;
    }

    .alt-table-games__difference-sides {
        grid-template-columns: 1fr;
    }

    .alt-table-games__beginner-points {
        grid-template-columns: 1fr;
    }

    .alt-table-games__availability-grid {
        grid-template-columns: 1fr;
    }

    .alt-table-games__notice {
        grid-template-columns: 1fr;
        padding: 22px;
    }
}

/* ==========================================
   THE STAR POKER
=========================================== */

.star-poker,
.star-poker *,
.star-poker *::before,
.star-poker *::after {
    box-sizing: border-box;
}

.star-poker {
    --sp-bg: #0d0309;
    --sp-bg-soft: #17040f;
    --sp-card: #210716;
    --sp-card-dark: #14030d;
    --sp-pink: #ec4899;
    --sp-pink-light: #f9a8d4;
    --sp-red: #ef4444;
    --sp-white: #ffffff;
    --sp-text: #d9cfd6;
    --sp-muted: #aaa0a8;
    --sp-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 16%,
            rgba(236, 72, 153, 0.1),
            transparent 27%
        ),
        radial-gradient(
            circle at 94% 80%,
            rgba(239, 68, 68, 0.08),
            transparent 29%
        ),
        linear-gradient(
            180deg,
            #0d0309 0%,
            #17040f 50%,
            #0d0309 100%
        );
    color: var(--sp-text);
}

.star-poker__container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.star-poker__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(95px);
}

.star-poker__glow--top {
    top: 320px;
    left: -260px;
    width: 510px;
    height: 510px;
    background: rgba(236, 72, 153, 0.08);
}

.star-poker__glow--bottom {
    right: -280px;
    bottom: 340px;
    width: 540px;
    height: 540px;
    background: rgba(239, 68, 68, 0.07);
}


/* Header */

.star-poker__header {
    max-width: 980px;
    margin: 0 auto 66px;
    text-align: center;
}

.star-poker__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px 18px;
    border: 1px solid rgba(236, 72, 153, 0.34);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--sp-pink-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.45px;
    text-transform: uppercase;
}

.star-poker__eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--sp-pink),
        var(--sp-red)
    );
    box-shadow:
        0 0 0 5px rgba(236, 72, 153, 0.09),
        0 0 15px rgba(236, 72, 153, 0.58);
}

.star-poker__header h2 {
    max-width: 950px;
    margin: 0 auto 24px;
    color: var(--sp-white);
    font-size: clamp(40px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.star-poker__header p {
    max-width: 890px;
    margin: 0 auto;
    color: var(--sp-text);
    font-size: 17px;
    line-height: 1.85;
}

.star-poker__label {
    display: block;
    margin-bottom: 11px;
    color: var(--sp-pink-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}


/* Hero */

.star-poker__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.8fr);
    min-height: 490px;
    overflow: hidden;
    border: 1px solid var(--sp-border);
    border-radius: 28px;
    background:
        radial-gradient(
            circle at 83% 30%,
            rgba(236, 72, 153, 0.15),
            transparent 31%
        ),
        linear-gradient(
            135deg,
            rgba(45, 9, 29, 0.99),
            rgba(16, 3, 11, 0.99)
        );
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.star-poker__hero-copy {
    align-self: center;
    padding: 55px;
}

.star-poker__hero-copy h3,
.star-poker__difference-heading h3,
.star-poker__comparison-copy h3,
.star-poker__planning-copy h3,
.star-poker__membership h3 {
    margin: 0;
    color: var(--sp-white);
    font-weight: 750;
    line-height: 1.22;
}

.star-poker__hero-copy h3 {
    max-width: 690px;
    margin-bottom: 21px;
    font-size: clamp(32px, 4vw, 47px);
}

.star-poker__hero-copy p {
    max-width: 700px;
    margin: 0 0 16px;
    color: var(--sp-text);
    font-size: 16px;
    line-height: 1.82;
}

.star-poker__hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 27px;
}

.star-poker__hero-tags span {
    padding: 9px 14px;
    border: 1px solid rgba(236, 72, 153, 0.22);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--sp-pink-light);
    font-size: 11px;
    font-weight: 700;
}


/* Poker table visual */

.star-poker__hero-visual {
    position: relative;
    display: flex;
    min-height: 490px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.star-poker__hero-visual::before {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 50%;
    box-shadow:
        0 0 0 38px rgba(236, 72, 153, 0.02),
        0 0 0 76px rgba(236, 72, 153, 0.012);
}

.star-poker__table {
    position: relative;
    width: 365px;
    height: 235px;
    border: 13px solid #330b23;
    border-radius: 50%;
    background:
        radial-gradient(
            circle at center,
            rgba(236, 72, 153, 0.13),
            transparent 55%
        ),
        #160a13;
    box-shadow:
        0 35px 55px rgba(0, 0, 0, 0.48),
        inset 0 0 0 2px rgba(236, 72, 153, 0.22),
        inset 0 0 35px rgba(236, 72, 153, 0.1);
    transform: perspective(700px) rotateX(11deg);
}

.star-poker__table-line {
    position: absolute;
    inset: 25px;
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 50%;
}

.star-poker__seat {
    position: absolute;
    width: 42px;
    height: 42px;
    border: 5px solid #2a071c;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--sp-pink),
        var(--sp-red)
    );
    box-shadow: 0 9px 17px rgba(0, 0, 0, 0.34);
}

.star-poker__seat--1 {
    top: -27px;
    left: 75px;
}

.star-poker__seat--2 {
    top: -27px;
    right: 75px;
}

.star-poker__seat--3 {
    top: 94px;
    right: -29px;
}

.star-poker__seat--4 {
    right: 75px;
    bottom: -28px;
}

.star-poker__seat--5 {
    bottom: -28px;
    left: 75px;
}

.star-poker__seat--6 {
    top: 94px;
    left: -29px;
}

.star-poker__cards {
    position: absolute;
    top: 76px;
    left: 50%;
    display: flex;
    gap: 7px;
    transform: translateX(-50%);
}

.star-poker__cards span {
    display: flex;
    width: 48px;
    height: 67px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff9fc;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.3);
    color: #d72d53;
    font-size: 21px;
    font-weight: 850;
}

.star-poker__pot {
    position: absolute;
    bottom: 27px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 7px;
    transform: translateX(-50%);
}

.star-poker__pot small {
    color: var(--sp-muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.star-poker__pot strong {
    color: var(--sp-pink-light);
    font-size: 20px;
}


/* Formats */

.star-poker__formats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.star-poker__format {
    position: relative;
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    padding: 34px;
    border: 1px solid var(--sp-border);
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            rgba(35, 7, 23, 0.99),
            rgba(16, 3, 11, 0.99)
        );
    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
    transition:
        transform 0.32s ease,
        border-color 0.32s ease,
        box-shadow 0.32s ease;
}

.star-poker__format::after {
    content: "";
    position: absolute;
    right: -85px;
    bottom: -95px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(236, 72, 153, 0.045);
}

.star-poker__format:hover {
    transform: translateY(-7px);
    border-color: rgba(236, 72, 153, 0.42);
    box-shadow:
        0 29px 59px rgba(0, 0, 0, 0.34),
        0 0 27px rgba(236, 72, 153, 0.07);
}

.star-poker__format--weekly {
    background:
        radial-gradient(
            circle at 88% 5%,
            rgba(236, 72, 153, 0.13),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            rgba(42, 9, 28, 0.99),
            rgba(17, 3, 12, 0.99)
        );
}

.star-poker__format--series {
    background:
        radial-gradient(
            circle at 10% 100%,
            rgba(239, 68, 68, 0.12),
            transparent 33%
        ),
        linear-gradient(
            145deg,
            rgba(39, 8, 25, 0.99),
            rgba(17, 3, 12, 0.99)
        );
}

.star-poker__format-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.star-poker__format-number {
    color: rgba(255, 255, 255, 0.07);
    font-size: 43px;
    font-weight: 850;
    line-height: 1;
}

.star-poker__format-icon {
    display: flex;
    width: 61px;
    height: 61px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background: linear-gradient(
        135deg,
        var(--sp-pink),
        var(--sp-red)
    );
    box-shadow:
        0 13px 25px rgba(220, 38, 38, 0.2),
        0 0 22px rgba(236, 72, 153, 0.16);
    color: var(--sp-white);
    font-size: 23px;
}

.star-poker__format h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 15px;
    color: var(--sp-white);
    font-size: 28px;
    font-weight: 750;
    line-height: 1.25;
}

.star-poker__format > p {
    position: relative;
    z-index: 2;
    margin: 0 0 23px;
    color: var(--sp-text);
    font-size: 14px;
    line-height: 1.75;
}

.star-poker__format-details {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 9px;
    margin-bottom: 21px;
}

.star-poker__format-details > div {
    padding: 14px 15px;
    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 13px;
    background: rgba(11, 2, 8, 0.34);
}

.star-poker__format-details span {
    display: block;
    margin-bottom: 4px;
    color: var(--sp-muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

.star-poker__format-details strong {
    color: var(--sp-white);
    font-size: 12px;
    line-height: 1.45;
}

.star-poker__format-note {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 14px;
    border-left: 3px solid var(--sp-pink);
    border-radius: 0 12px 12px 0;
    background: rgba(236, 72, 153, 0.065);
    color: var(--sp-muted);
    font-size: 11px;
    line-height: 1.6;
}


/* Difference */

.star-poker__difference {
    margin-top: 28px;
    padding: 47px;
    border: 1px solid var(--sp-border);
    border-radius: 25px;
    background:
        radial-gradient(
            circle at 50% 100%,
            rgba(236, 72, 153, 0.08),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            rgba(37, 8, 24, 0.98),
            rgba(17, 3, 12, 0.99)
        );
    box-shadow:
        0 23px 54px rgba(0, 0, 0, 0.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.star-poker__difference-heading {
    max-width: 760px;
    margin: 0 auto 33px;
    text-align: center;
}

.star-poker__difference-heading h3 {
    margin-bottom: 15px;
    font-size: clamp(31px, 3.5vw, 43px);
}

.star-poker__difference-heading p {
    margin: 0;
    color: var(--sp-muted);
    font-size: 15px;
    line-height: 1.72;
}

.star-poker__difference-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 19px;
    align-items: stretch;
}

.star-poker__difference-card {
    padding: 29px;
    border: 1px solid rgba(236, 72, 153, 0.16);
    border-radius: 19px;
    background: rgba(11, 2, 8, 0.35);
}

.star-poker__difference-icon {
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 17px;
    background: linear-gradient(
        135deg,
        var(--sp-pink),
        var(--sp-red)
    );
    color: var(--sp-white);
    font-size: 22px;
}

.star-poker__difference-type {
    display: block;
    margin-bottom: 10px;
    color: var(--sp-pink-light);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.star-poker__difference-card h4 {
    margin: 0 0 20px;
    color: var(--sp-white);
    font-size: 24px;
    font-weight: 750;
    line-height: 1.3;
}

.star-poker__difference-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.star-poker__difference-card li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 24px;
    color: var(--sp-muted);
    font-size: 13px;
    line-height: 1.6;
}

.star-poker__difference-card li:last-child {
    margin-bottom: 0;
}

.star-poker__difference-card li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--sp-pink),
        var(--sp-red)
    );
}

.star-poker__versus {
    display: flex;
    align-items: center;
    justify-content: center;
}

.star-poker__versus span {
    display: flex;
    width: 53px;
    height: 53px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(236, 72, 153, 0.26);
    border-radius: 50%;
    background: #1f0616;
    color: var(--sp-pink-light);
    font-size: 13px;
    font-weight: 850;
}


/* Comparison */

.star-poker__comparison {
    display: grid;
    grid-template-columns: minmax(270px, 0.55fr) minmax(0, 1.45fr);
    gap: 34px;
    margin-top: 28px;
    padding: 45px;
    border: 1px solid var(--sp-border);
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(38, 8, 25, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.star-poker__comparison-copy h3 {
    margin-bottom: 16px;
    font-size: clamp(29px, 3vw, 40px);
}

.star-poker__comparison-copy p {
    margin: 0;
    color: var(--sp-text);
    font-size: 14px;
    line-height: 1.76;
}

.star-poker__comparison-table {
    overflow: hidden;
    border: 1px solid rgba(236, 72, 153, 0.16);
    border-radius: 17px;
}

.star-poker__comparison-row {
    display: grid;
    grid-template-columns: 0.65fr 1fr 1fr;
    gap: 18px;
    padding: 17px 19px;
    border-bottom: 1px solid rgba(236, 72, 153, 0.11);
    background: rgba(11, 2, 8, 0.29);
}

.star-poker__comparison-row:last-child {
    border-bottom: 0;
}

.star-poker__comparison-row--head {
    background: rgba(236, 72, 153, 0.085);
}

.star-poker__comparison-row--head span {
    color: var(--sp-pink-light);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.star-poker__comparison-row strong {
    color: var(--sp-white);
    font-size: 12px;
}

.star-poker__comparison-row:not(.star-poker__comparison-row--head) span {
    color: var(--sp-muted);
    font-size: 11px;
    line-height: 1.55;
}


/* Planning */

.star-poker__planning {
    display: grid;
    grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
    gap: 34px;
    margin-top: 28px;
    padding: 45px;
    border: 1px solid var(--sp-border);
    border-radius: 25px;
    background:
        radial-gradient(
            circle at 7% 50%,
            rgba(236, 72, 153, 0.1),
            transparent 28%
        ),
        linear-gradient(
            110deg,
            rgba(44, 9, 29, 0.98),
            rgba(18, 4, 13, 0.99)
        );
}

.star-poker__planning-copy h3 {
    margin-bottom: 16px;
    font-size: clamp(29px, 3vw, 40px);
}

.star-poker__planning-copy p {
    margin: 0;
    color: var(--sp-text);
    font-size: 14px;
    line-height: 1.77;
}

.star-poker__planning-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.star-poker__planning-list article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 17px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 15px;
    background: rgba(11, 2, 8, 0.34);
}

.star-poker__planning-list article > span {
    display: flex;
    width: 41px;
    height: 41px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: linear-gradient(
        135deg,
        var(--sp-pink),
        var(--sp-red)
    );
    color: var(--sp-white);
    font-size: 10px;
    font-weight: 800;
}

.star-poker__planning-list h4 {
    margin: 1px 0 5px;
    color: var(--sp-white);
    font-size: 15px;
    font-weight: 700;
}

.star-poker__planning-list p {
    margin: 0;
    color: var(--sp-muted);
    font-size: 11px;
    line-height: 1.58;
}


/* Membership */

.star-poker__membership {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 27px;
    align-items: center;
    margin-top: 28px;
    padding: 39px;
    border: 1px solid rgba(236, 72, 153, 0.24);
    border-radius: 23px;
    background:
        linear-gradient(
            110deg,
            rgba(47, 9, 30, 0.98),
            rgba(18, 4, 13, 0.99)
        );
    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.star-poker__membership-icon {
    display: flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    border-radius: 21px;
    background: linear-gradient(
        135deg,
        var(--sp-pink),
        var(--sp-red)
    );
    box-shadow:
        0 15px 30px rgba(220, 38, 38, 0.22),
        0 0 26px rgba(236, 72, 153, 0.19);
    color: var(--sp-white);
    font-size: 28px;
}

.star-poker__membership h3 {
    margin-bottom: 10px;
    font-size: clamp(26px, 3vw, 35px);
}

.star-poker__membership p {
    margin: 0;
    color: var(--sp-text);
    font-size: 14px;
    line-height: 1.73;
}


/* Notice */

.star-poker__notice {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;
    margin-top: 28px;
    padding: 24px 28px;
    border: 1px solid rgba(239, 68, 68, 0.22);
    border-radius: 18px;
    background: rgba(239, 68, 68, 0.055);
}

.star-poker__notice i {
    display: flex;
    width: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        var(--sp-pink),
        var(--sp-red)
    );
    color: var(--sp-white);
    font-size: 18px;
}

.star-poker__notice p {
    margin: 0;
    color: var(--sp-text);
    font-size: 13px;
    line-height: 1.68;
}


/* Responsive */

@media (max-width: 1100px) {
    .star-poker__hero {
        grid-template-columns: 1fr;
    }

    .star-poker__hero-visual {
        min-height: 410px;
    }

    .star-poker__formats {
        grid-template-columns: 1fr;
    }

    .star-poker__format-details {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .star-poker__comparison,
    .star-poker__planning {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 850px) {
    .star-poker {
        padding: 90px 0;
    }

    .star-poker__difference-grid {
        grid-template-columns: 1fr;
    }

    .star-poker__versus {
        padding: 3px 0;
    }

    .star-poker__comparison {
        overflow-x: auto;
    }

    .star-poker__comparison-table {
        min-width: 680px;
    }
}

@media (max-width: 700px) {
    .star-poker {
        padding: 75px 0;
    }

    .star-poker__container {
        width: min(100% - 28px, 670px);
    }

    .star-poker__header {
        margin-bottom: 45px;
    }

    .star-poker__header h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .star-poker__header p {
        font-size: 15px;
        line-height: 1.75;
    }

    .star-poker__hero-copy,
    .star-poker__difference,
    .star-poker__comparison,
    .star-poker__planning,
    .star-poker__membership {
        padding: 29px;
        border-radius: 20px;
    }

    .star-poker__format {
        padding: 27px;
    }

    .star-poker__format-details {
        grid-template-columns: 1fr;
    }

    .star-poker__planning-list {
        grid-template-columns: 1fr;
    }

    .star-poker__membership {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .star-poker__container {
        width: min(100% - 22px, 440px);
    }

    .star-poker__eyebrow {
        border-radius: 14px;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .star-poker__header h2 {
        font-size: 31px;
    }

    .star-poker__hero-copy,
    .star-poker__difference,
    .star-poker__comparison,
    .star-poker__planning,
    .star-poker__membership,
    .star-poker__format {
        padding: 24px;
    }

    .star-poker__hero-visual {
        min-height: 330px;
    }

    .star-poker__table {
        width: 285px;
        height: 185px;
    }

    .star-poker__seat {
        width: 34px;
        height: 34px;
    }

    .star-poker__seat--1,
    .star-poker__seat--5 {
        left: 55px;
    }

    .star-poker__seat--2,
    .star-poker__seat--4 {
        right: 55px;
    }

    .star-poker__seat--3,
    .star-poker__seat--6 {
        top: 73px;
    }

    .star-poker__cards {
        top: 57px;
    }

    .star-poker__cards span {
        width: 40px;
        height: 56px;
        font-size: 18px;
    }

    .star-poker__notice {
        grid-template-columns: 1fr;
        padding: 22px;
    }
}

/* ==========================================
   ELECTRONIC TABLE GAMING
=========================================== */

.etg-section,
.etg-section *,
.etg-section *::before,
.etg-section *::after {
    box-sizing: border-box;
}

.etg-section {
    --etg-bg: #0d0309;
    --etg-panel: #1b0513;
    --etg-panel-2: #250818;
    --etg-pink: #ec4899;
    --etg-light: #f9a8d4;
    --etg-red: #ef4444;
    --etg-white: #ffffff;
    --etg-text: #d9cfd6;
    --etg-muted: #aaa0a8;
    --etg-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 14% 10%,
            rgba(236, 72, 153, 0.09),
            transparent 26%
        ),
        radial-gradient(
            circle at 90% 70%,
            rgba(239, 68, 68, 0.07),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #0d0309 0%,
            #16040f 48%,
            #0d0309 100%
        );
    color: var(--etg-text);
}

.etg-section__container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.etg-section__orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(100px);
}

.etg-section__orb--one {
    top: 440px;
    left: -250px;
    width: 500px;
    height: 500px;
    background: rgba(236, 72, 153, 0.08);
}

.etg-section__orb--two {
    right: -280px;
    bottom: 470px;
    width: 560px;
    height: 560px;
    background: rgba(239, 68, 68, 0.06);
}


/* Header */

.etg-section__header {
    max-width: 990px;
    margin: 0 auto 68px;
    text-align: center;
}

.etg-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px 18px;
    border: 1px solid rgba(236, 72, 153, 0.34);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--etg-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.etg-section__eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--etg-pink),
        var(--etg-red)
    );
    box-shadow:
        0 0 0 5px rgba(236, 72, 153, 0.09),
        0 0 15px rgba(236, 72, 153, 0.58);
}

.etg-section__header h2 {
    max-width: 980px;
    margin: 0 auto 24px;
    color: var(--etg-white);
    font-size: clamp(40px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.etg-section__header p {
    max-width: 880px;
    margin: 0 auto;
    color: var(--etg-text);
    font-size: 17px;
    line-height: 1.85;
}

.etg-section__label {
    display: block;
    margin-bottom: 11px;
    color: var(--etg-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}


/* ==========================================
   MAIN CONSOLE
=========================================== */

.etg-console {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
    gap: 45px;
    align-items: center;
    min-height: 600px;
    padding: 55px;
    overflow: hidden;
    border: 1px solid var(--etg-border);
    border-radius: 30px;
    background:
        linear-gradient(
            125deg,
            rgba(44, 9, 29, 0.98),
            rgba(15, 3, 10, 0.99)
        );
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.etg-console__intro h3,
.etg-flow__heading h3,
.etg-games__intro h3,
.etg-beginner__copy h3,
.etg-result-types__heading h3,
.etg-cashless__copy h3 {
    margin: 0;
    color: var(--etg-white);
    font-weight: 750;
    line-height: 1.2;
}

.etg-console__intro h3 {
    max-width: 600px;
    margin-bottom: 20px;
    font-size: clamp(33px, 4vw, 48px);
}

.etg-console__intro > p {
    max-width: 650px;
    margin: 0;
    color: var(--etg-text);
    font-size: 16px;
    line-height: 1.82;
}

.etg-console__mini-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 30px;
}

.etg-console__mini-stats > div {
    padding: 17px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 14px;
    background: rgba(11, 2, 8, 0.32);
}

.etg-console__mini-stats small {
    display: block;
    margin-bottom: 6px;
    color: var(--etg-muted);
    font-size: 9px;
    text-transform: uppercase;
}

.etg-console__mini-stats strong {
    color: var(--etg-white);
    font-size: 12px;
    line-height: 1.4;
}


/* Terminal */

.etg-terminal {
    position: relative;
    display: flex;
    min-height: 490px;
    align-items: center;
    justify-content: center;
}

.etg-terminal::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(236, 72, 153, 0.13),
            rgba(236, 72, 153, 0.03) 44%,
            transparent 70%
        );
}

.etg-terminal__frame {
    position: relative;
    z-index: 2;
    width: 420px;
    overflow: hidden;
    border: 8px solid #270719;
    border-radius: 28px;
    background: #090207;
    box-shadow:
        0 35px 60px rgba(0, 0, 0, 0.52),
        0 0 35px rgba(236, 72, 153, 0.09),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    transform: perspective(900px) rotateY(-4deg);
}

.etg-terminal__status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 17px;
    border-bottom: 1px solid rgba(236, 72, 153, 0.15);
    background: #15040e;
}

.etg-terminal__status span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--etg-text);
    font-size: 10px;
    font-weight: 700;
}

.etg-terminal__status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #47dc75;
    box-shadow: 0 0 10px rgba(71, 220, 117, 0.65);
}

.etg-terminal__status small {
    color: var(--etg-light);
    font-size: 9px;
    font-weight: 800;
}

.etg-terminal__screen {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    min-height: 280px;
}

.etg-terminal__game {
    position: relative;
    padding: 20px;
    border-right: 1px solid rgba(236, 72, 153, 0.12);
    background:
        radial-gradient(
            circle at center,
            rgba(236, 72, 153, 0.07),
            transparent 60%
        );
}

.etg-terminal__game-title span {
    display: block;
    margin-bottom: 3px;
    color: var(--etg-pink);
    font-size: 8px;
    font-weight: 850;
}

.etg-terminal__game-title strong {
    color: var(--etg-white);
    font-size: 16px;
}

.etg-terminal__wheel {
    position: absolute;
    top: 86px;
    left: 50%;
    width: 154px;
    height: 154px;
    border: 8px solid #381029;
    border-radius: 50%;
    background:
        conic-gradient(
            #b81543 0 20%,
            #151015 20% 40%,
            #b81543 40% 60%,
            #151015 60% 80%,
            #b81543 80% 100%
        );
    box-shadow:
        inset 0 0 0 10px #0f040b,
        0 18px 30px rgba(0, 0, 0, 0.35);
    transform: translateX(-50%);
}

.etg-terminal__wheel > span {
    position: absolute;
    color: var(--etg-white);
    font-size: 9px;
    font-weight: 750;
}

.etg-terminal__wheel > span:nth-child(1) {
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
}

.etg-terminal__wheel > span:nth-child(2) {
    top: 38px;
    right: 11px;
}

.etg-terminal__wheel > span:nth-child(3) {
    right: 21px;
    bottom: 23px;
}

.etg-terminal__wheel > span:nth-child(4) {
    bottom: 12px;
    left: 31px;
}

.etg-terminal__wheel > span:nth-child(5) {
    top: 43px;
    left: 10px;
}

.etg-terminal__wheel-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #12040d;
    color: var(--etg-light);
    font-size: 25px;
    transform: translate(-50%, -50%);
}

.etg-terminal__bets {
    padding: 20px 16px;
    background: #0b0308;
}

.etg-chip {
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    border: 2px dashed rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--etg-pink),
        var(--etg-red)
    );
    color: var(--etg-white);
    font-size: 9px;
    font-weight: 800;
}

.etg-terminal__bet-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    margin-top: 20px;
}

.etg-terminal__bet-grid button {
    min-height: 45px;
    border: 1px solid rgba(236, 72, 153, 0.17);
    border-radius: 9px;
    background: #17050f;
    color: var(--etg-text);
    font-size: 9px;
    font-weight: 700;
}

.etg-terminal__footer {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 15px 17px;
    border-top: 1px solid rgba(236, 72, 153, 0.15);
    background: #15040e;
}

.etg-terminal__footer > span {
    color: var(--etg-muted);
    font-size: 9px;
}

.etg-terminal__footer strong {
    color: var(--etg-white);
    font-size: 14px;
}

.etg-terminal__footer button {
    padding: 10px 13px;
    border: 0;
    border-radius: 9px;
    background: linear-gradient(
        135deg,
        var(--etg-pink),
        var(--etg-red)
    );
    color: var(--etg-white);
    font-size: 9px;
    font-weight: 800;
}

.etg-terminal__stand {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 155px;
    height: 105px;
    border-radius: 10px 10px 35px 35px;
    background: linear-gradient(
        180deg,
        #220617,
        #0e0309
    );
}


/* ==========================================
   FLOW
=========================================== */

.etg-flow {
    margin-top: 28px;
    padding: 46px;
    border: 1px solid var(--etg-border);
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(36, 8, 24, 0.98),
            rgba(16, 3, 11, 0.99)
        );
}

.etg-flow__heading {
    max-width: 760px;
    margin-bottom: 36px;
}

.etg-flow__heading h3 {
    font-size: clamp(30px, 3.5vw, 42px);
}

.etg-flow__track {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        45px
        minmax(0, 1fr)
        45px
        minmax(0, 1fr)
        45px
        minmax(0, 1fr);
    align-items: center;
}

.etg-flow__track article {
    position: relative;
    min-height: 220px;
    padding: 23px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 17px;
    background: rgba(11, 2, 8, 0.34);
}

.etg-flow__number {
    position: absolute;
    top: 18px;
    right: 18px;
    color: rgba(255, 255, 255, 0.08);
    font-size: 29px;
    font-weight: 850;
}

.etg-flow__icon {
    display: flex;
    width: 49px;
    height: 49px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        var(--etg-pink),
        var(--etg-red)
    );
    color: var(--etg-white);
    font-size: 18px;
}

.etg-flow__track h4 {
    margin: 0 0 9px;
    color: var(--etg-white);
    font-size: 17px;
    font-weight: 700;
}

.etg-flow__track p {
    margin: 0;
    color: var(--etg-muted);
    font-size: 12px;
    line-height: 1.63;
}

.etg-flow__connector {
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(236, 72, 153, 0.15),
        rgba(236, 72, 153, 0.65),
        rgba(236, 72, 153, 0.15)
    );
}


/* ==========================================
   GAMES
=========================================== */

.etg-games {
    display: grid;
    grid-template-columns: minmax(290px, 0.67fr) minmax(0, 1.33fr);
    gap: 35px;
    align-items: center;
    margin-top: 28px;
    padding: 46px;
    border: 1px solid var(--etg-border);
    border-radius: 25px;
    background:
        radial-gradient(
            circle at 7% 50%,
            rgba(236, 72, 153, 0.1),
            transparent 28%
        ),
        linear-gradient(
            110deg,
            rgba(43, 9, 28, 0.98),
            rgba(18, 4, 13, 0.99)
        );
}

.etg-games__intro h3 {
    margin-bottom: 17px;
    font-size: clamp(30px, 3.5vw, 42px);
}

.etg-games__intro p {
    margin: 0;
    color: var(--etg-text);
    font-size: 14px;
    line-height: 1.78;
}

.etg-games__list {
    display: grid;
    gap: 12px;
}

.etg-game {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 19px;
    align-items: center;
    padding: 19px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 16px;
    background: rgba(11, 2, 8, 0.34);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.etg-game:hover {
    transform: translateX(6px);
    border-color: rgba(236, 72, 153, 0.38);
}

.etg-game__symbol {
    display: flex;
    width: 57px;
    height: 57px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(
        135deg,
        var(--etg-pink),
        var(--etg-red)
    );
    box-shadow: 0 13px 25px rgba(220, 38, 38, 0.2);
    color: var(--etg-white);
    font-size: 21px;
}

.etg-game__symbol > span {
    font-size: 22px;
    font-weight: 850;
}

.etg-game > div:last-child > span {
    display: block;
    margin-bottom: 4px;
    color: var(--etg-light);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.etg-game h4 {
    margin: 0 0 6px;
    color: var(--etg-white);
    font-size: 18px;
    font-weight: 700;
}

.etg-game p {
    margin: 0;
    color: var(--etg-muted);
    font-size: 12px;
    line-height: 1.6;
}


/* ==========================================
   BEGINNER
=========================================== */

.etg-beginner {
    display: grid;
    grid-template-columns: minmax(350px, 0.8fr) minmax(0, 1.2fr);
    gap: 45px;
    align-items: center;
    margin-top: 28px;
    padding: 48px;
    border: 1px solid var(--etg-border);
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(38, 8, 25, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.etg-beginner__screen {
    padding: 26px;
    border: 7px solid #2a081c;
    border-radius: 23px;
    background:
        linear-gradient(
            145deg,
            #16040f,
            #090207
        );
    box-shadow:
        0 25px 45px rgba(0, 0, 0, 0.4),
        0 0 25px rgba(236, 72, 153, 0.07);
}

.etg-beginner__screen-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--etg-white);
    font-size: 13px;
    font-weight: 700;
}

.etg-beginner__screen-top i {
    color: var(--etg-light);
}

.etg-beginner__lines {
    display: grid;
    gap: 11px;
    margin: 34px 0;
}

.etg-beginner__lines span {
    height: 12px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.07);
}

.etg-beginner__lines span:nth-child(1) {
    width: 100%;
}

.etg-beginner__lines span:nth-child(2) {
    width: 74%;
}

.etg-beginner__lines span:nth-child(3) {
    width: 51%;
}

.etg-beginner__buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.etg-beginner__buttons button {
    padding: 13px 8px;
    border: 1px solid rgba(236, 72, 153, 0.18);
    border-radius: 10px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--etg-light);
    font-size: 9px;
    font-weight: 800;
}

.etg-beginner__copy h3 {
    margin-bottom: 18px;
    font-size: clamp(30px, 3.5vw, 42px);
}

.etg-beginner__copy > p {
    margin: 0 0 21px;
    color: var(--etg-text);
    font-size: 14px;
    line-height: 1.78;
}

.etg-beginner__copy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.etg-beginner__copy li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 26px;
    color: var(--etg-muted);
    font-size: 13px;
    line-height: 1.6;
}

.etg-beginner__copy li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--etg-pink),
        var(--etg-red)
    );
}


/* ==========================================
   RESULT TYPES
=========================================== */

.etg-result-types {
    margin-top: 28px;
    padding: 46px;
    border: 1px solid var(--etg-border);
    border-radius: 25px;
    background:
        radial-gradient(
            circle at 50% 100%,
            rgba(236, 72, 153, 0.07),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            rgba(36, 8, 24, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.etg-result-types__heading {
    max-width: 750px;
    margin: 0 auto 32px;
    text-align: center;
}

.etg-result-types__heading h3 {
    font-size: clamp(30px, 3.5vw, 42px);
}

.etg-result-types__split {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
    align-items: stretch;
}

.etg-result-types__split article {
    padding: 29px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 18px;
    background: rgba(11, 2, 8, 0.34);
}

.etg-result-types__icon {
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
    border-radius: 17px;
    background: linear-gradient(
        135deg,
        var(--etg-pink),
        var(--etg-red)
    );
    color: var(--etg-white);
    font-size: 22px;
}

.etg-result-types__split article > span {
    display: block;
    margin-bottom: 8px;
    color: var(--etg-light);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.etg-result-types__split h4 {
    margin: 0 0 12px;
    color: var(--etg-white);
    font-size: 23px;
    font-weight: 750;
}

.etg-result-types__split p {
    margin: 0;
    color: var(--etg-muted);
    font-size: 13px;
    line-height: 1.68;
}

.etg-result-types__divider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.etg-result-types__divider span {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(236, 72, 153, 0.26);
    border-radius: 50%;
    background: #1e0615;
    color: var(--etg-light);
    font-size: 11px;
    font-weight: 850;
}


/* ==========================================
   CASHLESS
=========================================== */

.etg-cashless {
    display: grid;
    grid-template-columns: auto minmax(350px, 0.9fr) minmax(330px, 1.1fr);
    gap: 35px;
    align-items: center;
    margin-top: 28px;
    padding: 44px;
    border: 1px solid rgba(236, 72, 153, 0.25);
    border-radius: 25px;
    background:
        radial-gradient(
            circle at 7% 50%,
            rgba(236, 72, 153, 0.12),
            transparent 26%
        ),
        linear-gradient(
            110deg,
            rgba(47, 9, 30, 0.98),
            rgba(18, 4, 13, 0.99)
        );
    box-shadow:
        0 23px 54px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.etg-cashless__card {
    position: relative;
    width: 210px;
    height: 132px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 19px;
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(255, 255, 255, 0.15),
            transparent 27%
        ),
        linear-gradient(
            135deg,
            var(--etg-pink),
            #a91461 52%,
            var(--etg-red)
        );
    box-shadow:
        0 22px 35px rgba(0, 0, 0, 0.35),
        0 0 26px rgba(236, 72, 153, 0.13);
    transform: rotate(-3deg);
}

.etg-cashless__card::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -50px;
    width: 120px;
    height: 120px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.etg-cashless__card-chip {
    width: 34px;
    height: 27px;
    margin-bottom: 14px;
    border-radius: 5px;
    background:
        linear-gradient(
            90deg,
            transparent 30%,
            rgba(0, 0, 0, 0.17) 31% 34%,
            transparent 35% 65%,
            rgba(0, 0, 0, 0.17) 66% 69%,
            transparent 70%
        ),
        #e9b96a;
}

.etg-cashless__card span {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}

.etg-cashless__card strong {
    display: block;
    margin: 4px 0;
    color: var(--etg-white);
    font-size: 18px;
    letter-spacing: 1.2px;
}

.etg-cashless__card small {
    color: rgba(255, 255, 255, 0.75);
    font-size: 8px;
}

.etg-cashless__copy h3 {
    margin-bottom: 16px;
    font-size: clamp(28px, 3vw, 38px);
}

.etg-cashless__copy p {
    margin: 0 0 13px;
    color: var(--etg-text);
    font-size: 13px;
    line-height: 1.72;
}

.etg-cashless__copy p:last-child {
    margin-bottom: 0;
}

.etg-cashless__steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.etg-cashless__steps > div {
    padding: 17px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 14px;
    background: rgba(11, 2, 8, 0.34);
}

.etg-cashless__steps span {
    display: block;
    margin-bottom: 7px;
    color: var(--etg-light);
    font-size: 9px;
    font-weight: 850;
}

.etg-cashless__steps strong {
    color: var(--etg-white);
    font-size: 12px;
    line-height: 1.4;
}


/* Availability */

.etg-availability {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.etg-availability > div {
    padding: 21px;
    border: 1px solid rgba(236, 72, 153, 0.16);
    border-radius: 16px;
    background:
        linear-gradient(
            145deg,
            rgba(33, 7, 22, 0.98),
            rgba(14, 3, 10, 0.99)
        );
}

.etg-availability small {
    display: block;
    margin-bottom: 7px;
    color: var(--etg-muted);
    font-size: 10px;
}

.etg-availability strong {
    color: var(--etg-white);
    font-size: 13px;
    line-height: 1.45;
}


/* Note */

.etg-note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;
    margin-top: 28px;
    padding: 24px 28px;
    border: 1px solid rgba(239, 68, 68, 0.22);
    border-radius: 18px;
    background: rgba(239, 68, 68, 0.055);
}

.etg-note i {
    display: flex;
    width: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        var(--etg-pink),
        var(--etg-red)
    );
    color: var(--etg-white);
    font-size: 18px;
}

.etg-note p {
    margin: 0;
    color: var(--etg-text);
    font-size: 13px;
    line-height: 1.68;
}


/* Responsive */

@media (max-width: 1120px) {
    .etg-console {
        grid-template-columns: 1fr;
    }

    .etg-terminal {
        min-height: 520px;
    }

    .etg-flow__track {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .etg-flow__connector {
        display: none;
    }

    .etg-games,
    .etg-beginner {
        grid-template-columns: 1fr;
    }

    .etg-cashless {
        grid-template-columns: auto 1fr;
    }

    .etg-cashless__steps {
        grid-column: 1 / -1;
    }
}

@media (max-width: 850px) {
    .etg-section {
        padding: 90px 0;
    }

    .etg-result-types__split {
        grid-template-columns: 1fr;
    }

    .etg-result-types__divider {
        padding: 3px 0;
    }

    .etg-availability {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .etg-section {
        padding: 75px 0;
    }

    .etg-section__container {
        width: min(100% - 28px, 670px);
    }

    .etg-section__header {
        margin-bottom: 46px;
    }

    .etg-section__header h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .etg-section__header p {
        font-size: 15px;
    }

    .etg-console,
    .etg-flow,
    .etg-games,
    .etg-beginner,
    .etg-result-types,
    .etg-cashless {
        padding: 29px;
        border-radius: 20px;
    }

    .etg-console__mini-stats {
        grid-template-columns: 1fr;
    }

    .etg-flow__track {
        grid-template-columns: 1fr;
    }

    .etg-cashless {
        grid-template-columns: 1fr;
    }

    .etg-cashless__card {
        margin: 0 auto;
    }

    .etg-cashless__steps {
        grid-column: auto;
    }
}

@media (max-width: 500px) {
    .etg-section__container {
        width: min(100% - 22px, 460px);
    }

    .etg-section__header h2 {
        font-size: 31px;
    }

    .etg-console,
    .etg-flow,
    .etg-games,
    .etg-beginner,
    .etg-result-types,
    .etg-cashless {
        padding: 23px;
    }

    .etg-terminal {
        min-height: 390px;
    }

    .etg-terminal__frame {
        width: 100%;
        transform: none;
    }

    .etg-terminal__screen {
        grid-template-columns: 1fr;
    }

    .etg-terminal__game {
        min-height: 250px;
        border-right: 0;
        border-bottom: 1px solid rgba(236, 72, 153, 0.12);
    }

    .etg-terminal__stand {
        display: none;
    }

    .etg-cashless__steps,
    .etg-availability {
        grid-template-columns: 1fr;
    }

    .etg-note {
        grid-template-columns: 1fr;
        padding: 22px;
    }
}

/* ==========================================
   PREMIUM & PRIVATE GAMING
=========================================== */

.premium-gaming,
.premium-gaming *,
.premium-gaming *::before,
.premium-gaming *::after {
    box-sizing: border-box;
}

.premium-gaming {
    --pg-bg: #0d0309;
    --pg-panel: #1c0514;
    --pg-panel-soft: #250819;
    --pg-pink: #ec4899;
    --pg-light: #f9a8d4;
    --pg-red: #ef4444;
    --pg-white: #ffffff;
    --pg-text: #d9cfd6;
    --pg-muted: #aaa0a8;
    --pg-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 6% 15%,
            rgba(236, 72, 153, 0.1),
            transparent 27%
        ),
        radial-gradient(
            circle at 94% 82%,
            rgba(239, 68, 68, 0.075),
            transparent 29%
        ),
        linear-gradient(
            180deg,
            #0d0309 0%,
            #16040f 50%,
            #0d0309 100%
        );
    color: var(--pg-text);
}

.premium-gaming__container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.premium-gaming__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(105px);
}

.premium-gaming__glow--left {
    top: 450px;
    left: -280px;
    width: 540px;
    height: 540px;
    background: rgba(236, 72, 153, 0.08);
}

.premium-gaming__glow--right {
    right: -280px;
    bottom: 330px;
    width: 550px;
    height: 550px;
    background: rgba(239, 68, 68, 0.06);
}


/* Header */

.premium-gaming__header {
    max-width: 980px;
    margin: 0 auto 65px;
    text-align: center;
}

.premium-gaming__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px 18px;
    border: 1px solid rgba(236, 72, 153, 0.34);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--pg-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.premium-gaming__eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--pg-pink),
        var(--pg-red)
    );
    box-shadow:
        0 0 0 5px rgba(236, 72, 153, 0.09),
        0 0 15px rgba(236, 72, 153, 0.55);
}

.premium-gaming__header h2 {
    max-width: 930px;
    margin: 0 auto 24px;
    color: var(--pg-white);
    font-size: clamp(40px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.premium-gaming__header p {
    max-width: 900px;
    margin: 0 auto;
    color: var(--pg-text);
    font-size: 17px;
    line-height: 1.85;
}

.premium-gaming__label {
    display: block;
    margin-bottom: 10px;
    color: var(--pg-light);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}


/* ==========================================
   PREMIUM ROOMS
=========================================== */

.premium-gaming__destinations {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 60px minmax(0, 1fr);
    gap: 20px;
    align-items: stretch;
}

.premium-room {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border: 1px solid var(--pg-border);
    border-radius: 27px;
    box-shadow:
        0 27px 62px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.premium-room::after {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -120px;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    box-shadow:
        0 0 0 42px rgba(255, 255, 255, 0.012),
        0 0 0 84px rgba(255, 255, 255, 0.007);
}

.premium-room--sovereign {
    background:
        radial-gradient(
            circle at 86% 12%,
            rgba(236, 72, 153, 0.15),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            rgba(45, 9, 30, 0.99),
            rgba(17, 3, 12, 0.99)
        );
}

.premium-room--oasis {
    background:
        radial-gradient(
            circle at 15% 95%,
            rgba(239, 68, 68, 0.11),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            rgba(39, 8, 26, 0.99),
            rgba(17, 3, 12, 0.99)
        );
}

.premium-room__number {
    position: absolute;
    top: 28px;
    right: 30px;
    color: rgba(255, 255, 255, 0.055);
    font-size: 58px;
    font-weight: 900;
    line-height: 1;
}

.premium-room__top {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 27px;
}

.premium-room__mark {
    display: flex;
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: linear-gradient(
        135deg,
        var(--pg-pink),
        var(--pg-red)
    );
    box-shadow:
        0 15px 30px rgba(220, 38, 38, 0.22),
        0 0 25px rgba(236, 72, 153, 0.17);
}

.premium-room__mark span {
    color: var(--pg-white);
    font-size: 30px;
    font-weight: 850;
}

.premium-room h3 {
    margin: 0;
    color: var(--pg-white);
    font-size: clamp(34px, 4vw, 47px);
    font-weight: 800;
    line-height: 1.1;
}

.premium-room__lead {
    position: relative;
    z-index: 2;
    margin: 0 0 30px;
    color: var(--pg-text);
    font-size: 15px;
    line-height: 1.8;
}

.premium-room__experience {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 11px;
}

.premium-room__experience > div {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 15px;
    padding: 17px;
    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 15px;
    background: rgba(11, 2, 8, 0.34);
}

.premium-room__experience i {
    grid-row: 1 / 3;
    display: flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(236, 72, 153, 0.1);
    color: var(--pg-light);
    font-size: 16px;
}

.premium-room__experience span {
    color: var(--pg-white);
    font-size: 14px;
    font-weight: 700;
}

.premium-room__experience p {
    margin: 4px 0 0;
    color: var(--pg-muted);
    font-size: 11px;
    line-height: 1.55;
}

.premium-room__footer {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 25px;
}

.premium-room__footer span {
    padding: 8px 11px;
    border: 1px solid rgba(236, 72, 153, 0.18);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.06);
    color: var(--pg-light);
    font-size: 10px;
    font-weight: 650;
}

.premium-gaming__middle {
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: center;
    justify-content: center;
}

.premium-gaming__middle-line {
    width: 1px;
    height: 100%;
    min-height: 100px;
    background: linear-gradient(
        180deg,
        transparent,
        rgba(236, 72, 153, 0.45),
        transparent
    );
}

.premium-gaming__middle > span {
    color: var(--pg-light);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.6px;
    writing-mode: vertical-rl;
}


/* ==========================================
   ATMOSPHERE
=========================================== */

.premium-atmosphere {
    display: grid;
    grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
    gap: 42px;
    align-items: center;
    margin-top: 28px;
    padding: 47px;
    border: 1px solid var(--pg-border);
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(37, 8, 24, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.premium-atmosphere__intro h3,
.premium-hospitality__panel h3,
.premium-access__heading h3,
.premium-hours__copy h3 {
    margin: 0;
    color: var(--pg-white);
    font-weight: 750;
    line-height: 1.22;
}

.premium-atmosphere__intro h3 {
    margin-bottom: 17px;
    font-size: clamp(30px, 3.5vw, 42px);
}

.premium-atmosphere__intro p {
    margin: 0;
    color: var(--pg-text);
    font-size: 14px;
    line-height: 1.78;
}

.premium-atmosphere__spectrum {
    display: grid;
    grid-template-columns: 1fr 115px 1fr;
    gap: 18px;
    align-items: center;
}

.premium-atmosphere__side {
    padding: 25px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 18px;
    background: rgba(11, 2, 8, 0.34);
}

.premium-atmosphere__small {
    display: block;
    margin-bottom: 8px;
    color: var(--pg-muted);
    font-size: 9px;
    font-weight: 750;
    text-transform: uppercase;
}

.premium-atmosphere__side strong {
    display: block;
    margin-bottom: 10px;
    color: var(--pg-white);
    font-size: 25px;
}

.premium-atmosphere__side--private strong {
    color: var(--pg-light);
}

.premium-atmosphere__side p {
    margin: 0;
    color: var(--pg-muted);
    font-size: 11px;
    line-height: 1.6;
}

.premium-atmosphere__scale {
    text-align: center;
}

.premium-atmosphere__scale-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
}

.premium-atmosphere__scale-line::before {
    content: "";
    position: absolute;
}

.premium-atmosphere__scale-line span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(236, 72, 153, 0.23);
}

.premium-atmosphere__scale-line span:nth-child(3),
.premium-atmosphere__scale-line span:nth-child(4),
.premium-atmosphere__scale-line span:nth-child(5) {
    background: linear-gradient(
        135deg,
        var(--pg-pink),
        var(--pg-red)
    );
}

.premium-atmosphere__scale small {
    color: var(--pg-muted);
    font-size: 8px;
    text-transform: uppercase;
}


/* ==========================================
   HOSPITALITY
=========================================== */

.premium-hospitality {
    display: grid;
    grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
    gap: 36px;
    margin-top: 28px;
    padding: 47px;
    border: 1px solid var(--pg-border);
    border-radius: 25px;
    background:
        radial-gradient(
            circle at 7% 50%,
            rgba(236, 72, 153, 0.1),
            transparent 28%
        ),
        linear-gradient(
            115deg,
            rgba(44, 9, 29, 0.98),
            rgba(18, 4, 13, 0.99)
        );
}

.premium-hospitality__icon {
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        var(--pg-pink),
        var(--pg-red)
    );
    color: var(--pg-white);
    font-size: 26px;
}

.premium-hospitality__panel h3 {
    margin-bottom: 17px;
    font-size: clamp(29px, 3vw, 40px);
}

.premium-hospitality__panel p {
    margin: 0;
    color: var(--pg-text);
    font-size: 14px;
    line-height: 1.78;
}

.premium-hospitality__services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.premium-hospitality__services article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 19px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 16px;
    background: rgba(11, 2, 8, 0.34);
}

.premium-hospitality__services article > span {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: linear-gradient(
        135deg,
        var(--pg-pink),
        var(--pg-red)
    );
    color: var(--pg-white);
    font-size: 10px;
    font-weight: 800;
}

.premium-hospitality__services h4 {
    margin: 1px 0 6px;
    color: var(--pg-white);
    font-size: 15px;
    font-weight: 700;
}

.premium-hospitality__services p {
    margin: 0;
    color: var(--pg-muted);
    font-size: 11px;
    line-height: 1.58;
}


/* ==========================================
   ACCESS
=========================================== */

.premium-access {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    gap: 40px;
    align-items: center;
    margin-top: 28px;
    padding: 45px;
    border: 1px solid rgba(236, 72, 153, 0.24);
    border-radius: 25px;
    background:
        linear-gradient(
            115deg,
            rgba(48, 9, 31, 0.98),
            rgba(18, 4, 13, 0.99)
        );
}

.premium-access__heading h3 {
    margin-bottom: 16px;
    font-size: clamp(30px, 3.5vw, 42px);
}

.premium-access__heading p {
    margin: 0;
    color: var(--pg-text);
    font-size: 14px;
    line-height: 1.78;
}

.premium-access__path {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 12px;
    align-items: center;
}

.premium-access__path > i {
    color: rgba(236, 72, 153, 0.45);
    font-size: 12px;
}

.premium-access__step {
    min-height: 115px;
    padding: 17px;
    border: 1px solid rgba(236, 72, 153, 0.16);
    border-radius: 16px;
    background: rgba(11, 2, 8, 0.34);
}

.premium-access__step-number {
    display: block;
    margin-bottom: 17px;
    color: var(--pg-light);
    font-size: 10px;
    font-weight: 850;
}

.premium-access__step small {
    display: block;
    margin-bottom: 4px;
    color: var(--pg-muted);
    font-size: 9px;
}

.premium-access__step strong {
    color: var(--pg-white);
    font-size: 13px;
    line-height: 1.4;
}


/* Entry cards */

.premium-entry-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin-top: 28px;
}

.premium-entry-card {
    padding: 27px;
    border: 1px solid var(--pg-border);
    border-radius: 20px;
    background:
        linear-gradient(
            145deg,
            rgba(35, 7, 23, 0.98),
            rgba(15, 3, 10, 0.99)
        );
}

.premium-entry-card--visitor {
    background:
        radial-gradient(
            circle at 90% 0,
            rgba(236, 72, 153, 0.1),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(38, 8, 25, 0.98),
            rgba(15, 3, 10, 0.99)
        );
}

.premium-entry-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.premium-entry-card__top span {
    color: var(--pg-light);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}

.premium-entry-card__top i {
    display: flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(236, 72, 153, 0.09);
    color: var(--pg-light);
}

.premium-entry-card h4 {
    margin: 0 0 12px;
    color: var(--pg-white);
    font-size: 21px;
    font-weight: 750;
    line-height: 1.3;
}

.premium-entry-card p {
    margin: 0;
    color: var(--pg-muted);
    font-size: 12px;
    line-height: 1.65;
}


/* ==========================================
   HOURS
=========================================== */

.premium-hours {
    display: grid;
    grid-template-columns: auto minmax(300px, 1fr) minmax(290px, 0.8fr);
    gap: 30px;
    align-items: center;
    margin-top: 28px;
    padding: 40px;
    border: 1px solid var(--pg-border);
    border-radius: 23px;
    background:
        linear-gradient(
            145deg,
            rgba(38, 8, 25, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.premium-hours__clock {
    display: flex;
    width: 90px;
    height: 90px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(236, 72, 153, 0.3);
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(236, 72, 153, 0.14),
            rgba(236, 72, 153, 0.03)
        );
    box-shadow: 0 0 25px rgba(236, 72, 153, 0.08);
}

.premium-hours__clock span {
    color: var(--pg-white);
    font-size: 29px;
    font-weight: 850;
    line-height: 1;
}

.premium-hours__clock small {
    margin-top: 4px;
    color: var(--pg-light);
    font-size: 8px;
    font-weight: 800;
}

.premium-hours__copy h3 {
    margin-bottom: 12px;
    font-size: clamp(26px, 3vw, 35px);
}

.premium-hours__copy p {
    margin: 0;
    color: var(--pg-text);
    font-size: 13px;
    line-height: 1.72;
}

.premium-hours__status {
    display: grid;
    gap: 10px;
}

.premium-hours__status > div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 13px;
    align-items: center;
    padding: 15px;
    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 14px;
    background: rgba(11, 2, 8, 0.34);
}

.premium-hours__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #47dc75;
    box-shadow: 0 0 12px rgba(71, 220, 117, 0.55);
}

.premium-hours__dot--limited {
    background: var(--pg-pink);
    box-shadow: 0 0 12px rgba(236, 72, 153, 0.5);
}

.premium-hours__status p {
    margin: 0;
}

.premium-hours__status small {
    display: block;
    margin-bottom: 3px;
    color: var(--pg-muted);
    font-size: 9px;
}

.premium-hours__status strong {
    color: var(--pg-white);
    font-size: 12px;
}


/* Final notice */

.premium-gaming__notice {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;
    margin-top: 28px;
    padding: 25px 28px;
    border: 1px solid rgba(239, 68, 68, 0.22);
    border-radius: 18px;
    background: rgba(239, 68, 68, 0.055);
}

.premium-gaming__notice-icon {
    display: flex;
    width: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        var(--pg-pink),
        var(--pg-red)
    );
    color: var(--pg-white);
    font-size: 18px;
}

.premium-gaming__notice p {
    margin: 0;
    color: var(--pg-text);
    font-size: 13px;
    line-height: 1.68;
}


/* ==========================================
   RESPONSIVE
=========================================== */

@media (max-width: 1120px) {

    .premium-gaming__destinations {
        grid-template-columns: 1fr;
    }

    .premium-gaming__middle {
        flex-direction: row;
    }

    .premium-gaming__middle-line {
        width: 100%;
        height: 1px;
        min-height: 0;
    }

    .premium-gaming__middle > span {
        writing-mode: initial;
    }

    .premium-atmosphere,
    .premium-hospitality,
    .premium-access {
        grid-template-columns: 1fr;
    }

    .premium-hours {
        grid-template-columns: auto 1fr;
    }

    .premium-hours__status {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 850px) {

    .premium-gaming {
        padding: 90px 0;
    }

    .premium-entry-grid {
        grid-template-columns: 1fr;
    }

    .premium-atmosphere__spectrum {
        grid-template-columns: 1fr;
    }

    .premium-atmosphere__scale {
        display: none;
    }

}

@media (max-width: 700px) {

    .premium-gaming {
        padding: 75px 0;
    }

    .premium-gaming__container {
        width: min(100% - 28px, 670px);
    }

    .premium-gaming__header {
        margin-bottom: 45px;
    }

    .premium-gaming__header h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .premium-gaming__header p {
        font-size: 15px;
    }

    .premium-room,
    .premium-atmosphere,
    .premium-hospitality,
    .premium-access,
    .premium-hours {
        padding: 29px;
        border-radius: 20px;
    }

    .premium-hospitality__services {
        grid-template-columns: 1fr;
    }

    .premium-access__path {
        grid-template-columns: 1fr;
    }

    .premium-access__path > i {
        transform: rotate(90deg);
        justify-self: center;
    }

    .premium-hours {
        grid-template-columns: 1fr;
    }

    .premium-hours__clock {
        margin: 0 auto;
    }

    .premium-hours__status {
        grid-column: auto;
    }

}

@media (max-width: 500px) {

    .premium-gaming__container {
        width: min(100% - 22px, 460px);
    }

    .premium-gaming__header h2 {
        font-size: 31px;
    }

    .premium-gaming__eyebrow {
        border-radius: 14px;
        font-size: 10px;
    }

    .premium-room,
    .premium-atmosphere,
    .premium-hospitality,
    .premium-access,
    .premium-hours,
    .premium-entry-card {
        padding: 23px;
    }

    .premium-room__top {
        align-items: flex-start;
    }

    .premium-room__mark {
        width: 61px;
        height: 61px;
        flex-basis: 61px;
    }

    .premium-room__mark span {
        font-size: 25px;
    }

    .premium-room h3 {
        font-size: 34px;
    }

    .premium-hours__status {
        grid-template-columns: 1fr;
    }

    .premium-gaming__notice {
        grid-template-columns: 1fr;
        padding: 22px;
    }

}

/* ==========================================
   THE STAR CLUB MEMBERSHIP
=========================================== */

.star-club,
.star-club *,
.star-club *::before,
.star-club *::after {
    box-sizing: border-box;
}

.star-club {
    --sc-bg: #0d0309;
    --sc-panel: #1d0515;
    --sc-panel-dark: #13030c;
    --sc-pink: #ec4899;
    --sc-light: #f9a8d4;
    --sc-red: #ef4444;
    --sc-white: #ffffff;
    --sc-text: #d9cfd6;
    --sc-muted: #aaa0a8;
    --sc-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 18%,
            rgba(236, 72, 153, 0.1),
            transparent 27%
        ),
        radial-gradient(
            circle at 92% 75%,
            rgba(239, 68, 68, 0.07),
            transparent 29%
        ),
        linear-gradient(
            180deg,
            #0d0309 0%,
            #16040f 50%,
            #0d0309 100%
        );
    color: var(--sc-text);
}

.star-club__container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.star-club__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(100px);
}

.star-club__glow--left {
    top: 390px;
    left: -270px;
    width: 520px;
    height: 520px;
    background: rgba(236, 72, 153, 0.08);
}

.star-club__glow--right {
    right: -280px;
    bottom: 390px;
    width: 550px;
    height: 550px;
    background: rgba(239, 68, 68, 0.06);
}


/* Header */

.star-club__header {
    max-width: 980px;
    margin: 0 auto 65px;
    text-align: center;
}

.star-club__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px 18px;
    border: 1px solid rgba(236, 72, 153, 0.34);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--sc-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.star-club__eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--sc-pink),
        var(--sc-red)
    );
    box-shadow:
        0 0 0 5px rgba(236, 72, 153, 0.09),
        0 0 15px rgba(236, 72, 153, 0.58);
}

.star-club__header h2 {
    max-width: 930px;
    margin: 0 auto 24px;
    color: var(--sc-white);
    font-size: clamp(40px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.star-club__header p {
    max-width: 890px;
    margin: 0 auto;
    color: var(--sc-text);
    font-size: 17px;
    line-height: 1.85;
}

.star-club__label {
    display: block;
    margin-bottom: 11px;
    color: var(--sc-light);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}


/* ==========================================
   MEMBERSHIP PASS
=========================================== */

.star-club__pass-zone {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr);
    gap: 55px;
    align-items: center;
    min-height: 470px;
    padding: 52px;
    border: 1px solid var(--sc-border);
    border-radius: 29px;
    background:
        radial-gradient(
            circle at 80% 50%,
            rgba(236, 72, 153, 0.12),
            transparent 29%
        ),
        linear-gradient(
            130deg,
            rgba(45, 9, 30, 0.99),
            rgba(16, 3, 11, 0.99)
        );
    box-shadow:
        0 29px 67px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.star-club__pass-copy h3,
.star-club__functions-heading h3,
.star-club__cards-mode-heading h3,
.star-club__join-copy h3,
.star-club__reward-note h3 {
    margin: 0;
    color: var(--sc-white);
    font-weight: 750;
    line-height: 1.22;
}

.star-club__pass-copy h3 {
    max-width: 700px;
    margin-bottom: 19px;
    font-size: clamp(32px, 4vw, 47px);
}

.star-club__pass-copy > p {
    max-width: 720px;
    margin: 0;
    color: var(--sc-text);
    font-size: 15px;
    line-height: 1.82;
}

.star-club__pass-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 27px;
}

.star-club__pass-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border: 1px solid rgba(236, 72, 153, 0.18);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.06);
    color: var(--sc-light);
    font-size: 10px;
    font-weight: 700;
}

.star-club__pass-points i {
    font-size: 8px;
}


/* Card */

.star-club-card-wrap {
    position: relative;
    display: flex;
    min-height: 310px;
    align-items: center;
    justify-content: center;
}

.star-club-card {
    position: relative;
    z-index: 2;
    width: 335px;
    height: 210px;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 83% 18%,
            rgba(255, 255, 255, 0.17),
            transparent 23%
        ),
        linear-gradient(
            135deg,
            #f04c9c 0%,
            #a61663 48%,
            #e53149 100%
        );
    box-shadow:
        0 32px 55px rgba(0, 0, 0, 0.42),
        0 0 40px rgba(236, 72, 153, 0.16);
    transform: rotate(-5deg);
}

.star-club-card::after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -75px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    box-shadow:
        0 0 0 35px rgba(255, 255, 255, 0.035),
        0 0 0 70px rgba(255, 255, 255, 0.018);
}

.star-club-card__shine {
    position: absolute;
    top: -90px;
    left: -40px;
    width: 100px;
    height: 330px;
    background: rgba(255, 255, 255, 0.12);
    transform: rotate(28deg);
}

.star-club-card__top {
    display: flex;
    align-items: flex-end;
    gap: 7px;
}

.star-club-card__top span {
    color: var(--sc-white);
    font-size: 18px;
    font-weight: 850;
    letter-spacing: 1px;
}

.star-club-card__top small {
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}

.star-club-card__chip {
    width: 42px;
    height: 32px;
    margin-top: 30px;
    border-radius: 6px;
    background:
        linear-gradient(
            90deg,
            transparent 31%,
            rgba(0, 0, 0, 0.17) 32% 35%,
            transparent 36% 64%,
            rgba(0, 0, 0, 0.17) 65% 68%,
            transparent 69%
        ),
        #e8bd73;
}

.star-club-card__member {
    position: absolute;
    bottom: 29px;
    left: 28px;
}

.star-club-card__member small {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 7px;
    letter-spacing: 1px;
}

.star-club-card__member strong {
    color: var(--sc-white);
    font-size: 13px;
    letter-spacing: 1.2px;
}

.star-club-card__footer {
    position: absolute;
    right: 25px;
    bottom: 27px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.star-club-card__footer span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 7px;
    font-weight: 700;
}

.star-club-card__shadow {
    position: absolute;
    bottom: 35px;
    width: 270px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.47);
    filter: blur(15px);
}


/* ==========================================
   FUNCTIONS
=========================================== */

.star-club__functions {
    margin-top: 28px;
    padding: 47px;
    border: 1px solid var(--sc-border);
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(37, 8, 24, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.star-club__functions-heading {
    max-width: 760px;
    margin-bottom: 38px;
}

.star-club__functions-heading h3 {
    margin-bottom: 14px;
    font-size: clamp(30px, 3.5vw, 42px);
}

.star-club__functions-heading p {
    margin: 0;
    color: var(--sc-muted);
    font-size: 14px;
    line-height: 1.72;
}

.star-club__function-track {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        38px
        minmax(0, 1fr)
        38px
        minmax(0, 1fr)
        38px
        minmax(0, 1fr);
    align-items: center;
}

.star-club__function {
    position: relative;
    min-height: 265px;
    padding: 23px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 18px;
    background: rgba(11, 2, 8, 0.34);
}

.star-club__function-number {
    position: absolute;
    top: 17px;
    right: 18px;
    color: rgba(255, 255, 255, 0.07);
    font-size: 28px;
    font-weight: 850;
}

.star-club__function-icon {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 15px;
    background: linear-gradient(
        135deg,
        var(--sc-pink),
        var(--sc-red)
    );
    color: var(--sc-white);
    font-size: 19px;
}

.star-club__function > div:last-child > span {
    display: block;
    margin-bottom: 6px;
    color: var(--sc-light);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.star-club__function h4 {
    margin: 0 0 10px;
    color: var(--sc-white);
    font-size: 18px;
    font-weight: 700;
}

.star-club__function p {
    margin: 0;
    color: var(--sc-muted);
    font-size: 12px;
    line-height: 1.62;
}

.star-club__function-line {
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(236, 72, 153, 0.1),
        rgba(236, 72, 153, 0.6),
        rgba(236, 72, 153, 0.1)
    );
}


/* ==========================================
   PHYSICAL / DIGITAL
=========================================== */

.star-club__cards-mode {
    display: grid;
    grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1.45fr);
    gap: 35px;
    align-items: center;
    margin-top: 28px;
    padding: 46px;
    border: 1px solid var(--sc-border);
    border-radius: 25px;
    background:
        radial-gradient(
            circle at 8% 50%,
            rgba(236, 72, 153, 0.09),
            transparent 27%
        ),
        linear-gradient(
            110deg,
            rgba(43, 9, 28, 0.98),
            rgba(18, 4, 13, 0.99)
        );
}

.star-club__cards-mode-heading h3 {
    font-size: clamp(29px, 3vw, 40px);
}

.star-club__cards-mode-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.star-club__cards-mode-grid article {
    padding: 27px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 18px;
    background: rgba(11, 2, 8, 0.35);
}

.star-club__mode-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.star-club__mode-top > span {
    color: var(--sc-light);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.9px;
}

.star-club__mode-top i {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(236, 72, 153, 0.09);
    color: var(--sc-light);
    font-size: 18px;
}

.star-club__cards-mode-grid h4 {
    margin: 0 0 10px;
    color: var(--sc-white);
    font-size: 21px;
    font-weight: 750;
}

.star-club__cards-mode-grid p {
    margin: 0;
    color: var(--sc-muted);
    font-size: 12px;
    line-height: 1.65;
}

.star-club__mode-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: var(--sc-text);
    font-size: 10px;
    font-weight: 650;
}

.star-club__mode-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #49df7a;
    box-shadow: 0 0 11px rgba(73, 223, 122, 0.55);
}

.star-club__mode-dot--pink {
    background: var(--sc-pink);
    box-shadow: 0 0 11px rgba(236, 72, 153, 0.5);
}


/* ==========================================
   JOIN
=========================================== */

.star-club__join {
    display: grid;
    grid-template-columns: minmax(290px, 0.65fr) minmax(0, 1.35fr);
    gap: 38px;
    margin-top: 28px;
    padding: 46px;
    border: 1px solid var(--sc-border);
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(38, 8, 25, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.star-club__join-copy h3 {
    margin-bottom: 16px;
    font-size: clamp(29px, 3vw, 40px);
}

.star-club__join-copy p {
    margin: 0 0 14px;
    color: var(--sc-text);
    font-size: 14px;
    line-height: 1.77;
}

.star-club__join-copy p:last-child {
    margin-bottom: 0;
}

.star-club__join-path {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto
        minmax(0, 1fr)
        auto
        minmax(0, 1fr)
        auto
        minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.star-club__join-step {
    min-height: 120px;
    padding: 17px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 16px;
    background: rgba(11, 2, 8, 0.34);
}

.star-club__join-step > span {
    display: block;
    margin-bottom: 20px;
    color: var(--sc-light);
    font-size: 10px;
    font-weight: 850;
}

.star-club__join-step small {
    display: block;
    margin-bottom: 4px;
    color: var(--sc-muted);
    font-size: 9px;
}

.star-club__join-step strong {
    color: var(--sc-white);
    font-size: 12px;
    line-height: 1.45;
}

.star-club__join-arrow {
    color: rgba(236, 72, 153, 0.4);
    font-size: 11px;
}


/* ==========================================
   ECOSYSTEM
=========================================== */

.star-club__ecosystem {
    position: relative;
    min-height: 480px;
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid var(--sc-border);
    border-radius: 25px;
    background:
        radial-gradient(
            circle at center,
            rgba(236, 72, 153, 0.11),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            rgba(36, 8, 24, 0.98),
            rgba(16, 3, 11, 0.99)
        );
}

.star-club__ecosystem::before,
.star-club__ecosystem::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(236, 72, 153, 0.09);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.star-club__ecosystem::before {
    width: 410px;
    height: 410px;
}

.star-club__ecosystem::after {
    width: 270px;
    height: 270px;
}

.star-club__ecosystem-center {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.star-club__ecosystem-card {
    display: flex;
    width: 155px;
    height: 105px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        var(--sc-pink),
        #a71662,
        var(--sc-red)
    );
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.37),
        0 0 30px rgba(236, 72, 153, 0.16);
}

.star-club__ecosystem-card span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}

.star-club__ecosystem-card strong {
    margin-top: 4px;
    color: var(--sc-white);
    font-size: 19px;
}

.star-club__ecosystem-item {
    position: absolute;
    z-index: 3;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    width: 265px;
    padding: 18px;
    border: 1px solid rgba(236, 72, 153, 0.16);
    border-radius: 16px;
    background: rgba(19, 4, 13, 0.91);
    backdrop-filter: blur(12px);
}

.star-club__ecosystem-item > i {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: linear-gradient(
        135deg,
        var(--sc-pink),
        var(--sc-red)
    );
    color: var(--sc-white);
    font-size: 16px;
}

.star-club__ecosystem-item span {
    display: block;
    margin: 2px 0 5px;
    color: var(--sc-white);
    font-size: 14px;
    font-weight: 700;
}

.star-club__ecosystem-item p {
    margin: 0;
    color: var(--sc-muted);
    font-size: 10px;
    line-height: 1.55;
}

.star-club__ecosystem-item--one {
    top: 58px;
    left: 55px;
}

.star-club__ecosystem-item--two {
    top: 58px;
    right: 55px;
}

.star-club__ecosystem-item--three {
    bottom: 58px;
    left: 55px;
}

.star-club__ecosystem-item--four {
    right: 55px;
    bottom: 58px;
}


/* Reward note */

.star-club__reward-note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 27px;
    align-items: center;
    margin-top: 28px;
    padding: 39px;
    border: 1px solid rgba(236, 72, 153, 0.24);
    border-radius: 23px;
    background:
        linear-gradient(
            110deg,
            rgba(47, 9, 30, 0.98),
            rgba(18, 4, 13, 0.99)
        );
}

.star-club__reward-note-icon {
    display: flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    border-radius: 21px;
    background: linear-gradient(
        135deg,
        var(--sc-pink),
        var(--sc-red)
    );
    box-shadow:
        0 15px 30px rgba(220, 38, 38, 0.22),
        0 0 26px rgba(236, 72, 153, 0.19);
    color: var(--sc-white);
    font-size: 27px;
}

.star-club__reward-note h3 {
    margin-bottom: 10px;
    font-size: clamp(27px, 3vw, 36px);
}

.star-club__reward-note p {
    margin: 0;
    color: var(--sc-text);
    font-size: 13px;
    line-height: 1.72;
}


/* Summary */

.star-club__summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.star-club__summary > div {
    padding: 21px;
    border: 1px solid rgba(236, 72, 153, 0.16);
    border-radius: 16px;
    background:
        linear-gradient(
            145deg,
            rgba(33, 7, 22, 0.98),
            rgba(14, 3, 10, 0.99)
        );
}

.star-club__summary small {
    display: block;
    margin-bottom: 7px;
    color: var(--sc-muted);
    font-size: 10px;
}

.star-club__summary strong {
    color: var(--sc-white);
    font-size: 14px;
}


/* ==========================================
   RESPONSIVE
=========================================== */

@media (max-width: 1120px) {

    .star-club__pass-zone,
    .star-club__cards-mode,
    .star-club__join {
        grid-template-columns: 1fr;
    }

    .star-club__function-track {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .star-club__function-line {
        display: none;
    }

    .star-club__join-path {
        grid-template-columns: repeat(4, 1fr);
    }

    .star-club__join-arrow {
        display: none;
    }

}

@media (max-width: 850px) {

    .star-club {
        padding: 90px 0;
    }

    .star-club__ecosystem {
        display: grid;
        min-height: 0;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 29px;
    }

    .star-club__ecosystem::before,
    .star-club__ecosystem::after {
        display: none;
    }

    .star-club__ecosystem-center {
        position: static;
        grid-column: 1 / -1;
        transform: none;
        display: flex;
        justify-content: center;
        margin-bottom: 14px;
    }

    .star-club__ecosystem-item {
        position: static;
        width: auto;
    }

    .star-club__summary {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 700px) {

    .star-club {
        padding: 75px 0;
    }

    .star-club__container {
        width: min(100% - 28px, 670px);
    }

    .star-club__header {
        margin-bottom: 45px;
    }

    .star-club__header h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .star-club__header p {
        font-size: 15px;
    }

    .star-club__pass-zone,
    .star-club__functions,
    .star-club__cards-mode,
    .star-club__join,
    .star-club__reward-note {
        padding: 29px;
        border-radius: 20px;
    }

    .star-club__function-track {
        grid-template-columns: 1fr;
    }

    .star-club__cards-mode-grid {
        grid-template-columns: 1fr;
    }

    .star-club__join-path {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 500px) {

    .star-club__container {
        width: min(100% - 22px, 460px);
    }

    .star-club__header h2 {
        font-size: 31px;
    }

    .star-club__eyebrow {
        border-radius: 14px;
        font-size: 10px;
    }

    .star-club__pass-zone,
    .star-club__functions,
    .star-club__cards-mode,
    .star-club__join,
    .star-club__reward-note {
        padding: 23px;
    }

    .star-club-card {
        width: 280px;
        height: 178px;
        padding: 22px;
    }

    .star-club-card__member {
        bottom: 23px;
        left: 22px;
    }

    .star-club-card__footer {
        right: 21px;
        bottom: 22px;
    }

    .star-club__join-path,
    .star-club__ecosystem,
    .star-club__summary {
        grid-template-columns: 1fr;
    }

    .star-club__reward-note {
        grid-template-columns: 1fr;
    }

}

/* ==========================================
   DRESS CODE & ENTRY STANDARDS
=========================================== */

.entry-standards,
.entry-standards *,
.entry-standards *::before,
.entry-standards *::after {
    box-sizing: border-box;
}

.entry-standards {
    --es-bg: #0d0309;
    --es-panel: #1d0515;
    --es-pink: #ec4899;
    --es-light: #f9a8d4;
    --es-red: #ef4444;
    --es-white: #ffffff;
    --es-text: #d9cfd6;
    --es-muted: #aaa0a8;
    --es-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 5% 20%,
            rgba(236, 72, 153, 0.10),
            transparent 28%
        ),
        radial-gradient(
            circle at 95% 75%,
            rgba(239, 68, 68, 0.07),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #0d0309 0%,
            #16040f 50%,
            #0d0309 100%
        );

    color: var(--es-text);
}

.entry-standards__container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.entry-standards__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(105px);
}

.entry-standards__glow--left {
    top: 320px;
    left: -280px;
    width: 540px;
    height: 540px;
    background: rgba(236, 72, 153, 0.08);
}

.entry-standards__glow--right {
    right: -280px;
    bottom: 280px;
    width: 550px;
    height: 550px;
    background: rgba(239, 68, 68, 0.06);
}


/* ==========================================
   COMMON
=========================================== */

.entry-standards__eyebrow,
.entry-standards__label {
    display: block;
    color: var(--es-light);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.entry-standards__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 9px 16px;
    border: 1px solid rgba(236, 72, 153, 0.3);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
}

.entry-standards__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--es-pink),
        var(--es-red)
    );
    box-shadow: 0 0 13px rgba(236, 72, 153, 0.6);
}

.entry-standards__label {
    margin-bottom: 10px;
}


/* ==========================================
   INTRO
=========================================== */

.entry-standards__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 50px;
    align-items: center;
    padding: 54px;
    border: 1px solid var(--es-border);
    border-radius: 28px;

    background:
        radial-gradient(
            circle at 88% 20%,
            rgba(236, 72, 153, 0.13),
            transparent 29%
        ),
        linear-gradient(
            135deg,
            rgba(43, 9, 29, 0.99),
            rgba(16, 3, 11, 0.99)
        );

    box-shadow:
        0 28px 65px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.entry-standards__intro-copy h2 {
    max-width: 780px;
    margin: 0 0 22px;
    color: var(--es-white);
    font-size: clamp(40px, 5vw, 61px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.7px;
}

.entry-standards__intro-copy p {
    max-width: 830px;
    margin: 0 0 15px;
    color: var(--es-text);
    font-size: 15px;
    line-height: 1.82;
}

.entry-standards__intro-copy .entry-standards__lead {
    font-size: 17px;
}


/* Rule panel */

.entry-standards__rule {
    position: relative;
    overflow: hidden;
    padding: 37px;
    border: 1px solid rgba(236, 72, 153, 0.22);
    border-radius: 23px;
    background: rgba(11, 2, 8, 0.48);
}

.entry-standards__rule::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -75px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(236, 72, 153, 0.1);
    border-radius: 50%;
    box-shadow:
        0 0 0 32px rgba(236, 72, 153, 0.025),
        0 0 0 64px rgba(236, 72, 153, 0.012);
}

.entry-standards__rule-icon {
    display: flex;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    margin-bottom: 29px;
    border-radius: 19px;

    background: linear-gradient(
        135deg,
        var(--es-pink),
        var(--es-red)
    );

    color: var(--es-white);
    font-size: 25px;

    box-shadow:
        0 14px 28px rgba(220, 38, 38, 0.2),
        0 0 24px rgba(236, 72, 153, 0.15);
}

.entry-standards__rule > span {
    display: block;
    margin-bottom: 7px;
    color: var(--es-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.entry-standards__rule > strong {
    display: block;
    color: var(--es-white);
    font-size: 34px;
    font-weight: 800;
}

.entry-standards__rule-line {
    width: 100%;
    height: 1px;
    margin: 25px 0;
    background: linear-gradient(
        90deg,
        rgba(236, 72, 153, 0.5),
        transparent
    );
}

.entry-standards__rule-footwear {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 13px;
    align-items: center;
}

.entry-standards__rule-footwear > i {
    display: flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(236, 72, 153, 0.1);
    color: var(--es-light);
}

.entry-standards__rule-footwear small {
    display: block;
    margin-bottom: 3px;
    color: var(--es-muted);
    font-size: 9px;
}

.entry-standards__rule-footwear b {
    color: var(--es-white);
    font-size: 13px;
}


/* ==========================================
   GUIDE
=========================================== */

.entry-standards__guide {
    margin-top: 28px;
    padding: 47px;
    border: 1px solid var(--es-border);
    border-radius: 25px;

    background:
        linear-gradient(
            145deg,
            rgba(36, 8, 24, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.entry-standards__guide-heading {
    max-width: 780px;
    margin-bottom: 34px;
}

.entry-standards__guide-heading h3,
.entry-standards__questions-title h3,
.entry-standards__decision-copy h3,
.entry-standards__checklist-heading h3 {
    margin: 0;
    color: var(--es-white);
    font-weight: 750;
    line-height: 1.2;
}

.entry-standards__guide-heading h3 {
    margin-bottom: 13px;
    font-size: clamp(30px, 3.5vw, 42px);
}

.entry-standards__guide-heading p {
    margin: 0;
    color: var(--es-muted);
    font-size: 14px;
    line-height: 1.72;
}

.entry-standards__scale {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.entry-standards__scale-card {
    padding: 27px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 18px;
    background: rgba(11, 2, 8, 0.35);
}

.entry-standards__scale-card--best {
    background:
        linear-gradient(
            145deg,
            rgba(47, 10, 31, 0.75),
            rgba(11, 2, 8, 0.45)
        );
}

.entry-standards__scale-card--avoid {
    border-color: rgba(239, 68, 68, 0.2);
}

.entry-standards__scale-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.entry-standards__scale-top span {
    color: var(--es-light);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
}

.entry-standards__scale-top i {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(236, 72, 153, 0.09);
    color: var(--es-light);
}

.entry-standards__scale-card--avoid .entry-standards__scale-top i {
    background: rgba(239, 68, 68, 0.08);
    color: #ff7474;
}

.entry-standards__scale-card h4 {
    margin: 0 0 11px;
    color: var(--es-white);
    font-size: 21px;
    font-weight: 750;
}

.entry-standards__scale-card p {
    margin: 0;
    color: var(--es-muted);
    font-size: 12px;
    line-height: 1.65;
}

.entry-standards__status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 21px;
    color: var(--es-text);
    font-size: 10px;
    font-weight: 650;
}

.entry-standards__status > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4bd77b;
    box-shadow: 0 0 10px rgba(75, 215, 123, 0.5);
}

.entry-standards__status--neutral > span {
    background: var(--es-pink);
    box-shadow: 0 0 10px rgba(236, 72, 153, 0.5);
}

.entry-standards__status--red > span {
    background: var(--es-red);
    box-shadow: 0 0 10px rgba(239, 68, 68, 0.5);
}


/* ==========================================
   COMMON QUESTIONS
=========================================== */

.entry-standards__questions {
    display: grid;
    grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1.42fr);
    gap: 38px;
    margin-top: 28px;
    padding: 47px;
    border: 1px solid var(--es-border);
    border-radius: 25px;

    background:
        radial-gradient(
            circle at 7% 40%,
            rgba(236, 72, 153, 0.09),
            transparent 26%
        ),
        linear-gradient(
            120deg,
            rgba(42, 9, 28, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.entry-standards__questions-title h3 {
    margin-bottom: 15px;
    font-size: clamp(30px, 3vw, 40px);
}

.entry-standards__questions-title p {
    margin: 0;
    color: var(--es-text);
    font-size: 14px;
    line-height: 1.75;
}

.entry-standards__question-list {
    display: grid;
    gap: 10px;
}

.entry-standards__question-list article {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 17px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 16px;
    background: rgba(11, 2, 8, 0.35);
}

.entry-standards__question-icon {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        rgba(236, 72, 153, 0.17),
        rgba(239, 68, 68, 0.1)
    );
    color: var(--es-light);
}

.entry-standards__question-list article div:nth-child(2) > span {
    display: block;
    margin-bottom: 5px;
    color: var(--es-white);
    font-size: 15px;
    font-weight: 700;
}

.entry-standards__question-list p {
    margin: 0;
    color: var(--es-muted);
    font-size: 11px;
    line-height: 1.58;
}

.entry-standards__question-tag {
    padding: 7px 9px;
    border: 1px solid rgba(236, 72, 153, 0.18);
    border-radius: 100px;
    color: var(--es-light);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.6px;
}


/* ==========================================
   STAFF DECISION
=========================================== */

.entry-standards__decision {
    display: grid;
    grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
    gap: 40px;
    align-items: center;
    margin-top: 28px;
    padding: 45px;
    border: 1px solid rgba(236, 72, 153, 0.22);
    border-radius: 25px;

    background:
        linear-gradient(
            115deg,
            rgba(46, 9, 30, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.entry-standards__decision-copy h3 {
    margin-bottom: 15px;
    font-size: clamp(29px, 3vw, 40px);
}

.entry-standards__decision-copy p {
    margin: 0;
    color: var(--es-text);
    font-size: 14px;
    line-height: 1.76;
}

.entry-standards__decision-flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 12px;
    align-items: center;
}

.entry-standards__decision-flow > div {
    min-height: 165px;
    padding: 19px;
    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 16px;
    background: rgba(11, 2, 8, 0.35);
}

.entry-standards__decision-flow > div > span {
    display: block;
    margin-bottom: 17px;
    color: var(--es-light);
    font-size: 9px;
    font-weight: 800;
}

.entry-standards__decision-flow > div > i {
    display: block;
    margin-bottom: 13px;
    color: var(--es-light);
    font-size: 18px;
}

.entry-standards__decision-flow strong {
    display: block;
    margin-bottom: 6px;
    color: var(--es-white);
    font-size: 13px;
}

.entry-standards__decision-flow small {
    color: var(--es-muted);
    font-size: 9px;
    line-height: 1.45;
}

.entry-standards__decision-flow > i {
    color: rgba(236, 72, 153, 0.42);
    font-size: 11px;
}


/* ==========================================
   CHECKLIST
=========================================== */

.entry-standards__checklist {
    margin-top: 28px;
    padding: 44px;
    border: 1px solid var(--es-border);
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            rgba(35, 7, 23, 0.98),
            rgba(15, 3, 10, 0.99)
        );
}

.entry-standards__checklist-heading {
    margin-bottom: 29px;
}

.entry-standards__checklist-heading h3 {
    font-size: clamp(28px, 3vw, 38px);
}

.entry-standards__checklist-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.entry-standards__checklist-grid > div {
    position: relative;
    min-height: 190px;
    padding: 22px;
    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 17px;
    background: rgba(11, 2, 8, 0.34);
}

.entry-standards__check-number {
    position: absolute;
    top: 17px;
    right: 18px;
    color: rgba(255, 255, 255, 0.07);
    font-size: 26px;
    font-weight: 850;
}

.entry-standards__checklist-grid i {
    display: flex;
    width: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    border-radius: 14px;
    background: rgba(236, 72, 153, 0.1);
    color: var(--es-light);
    font-size: 17px;
}

.entry-standards__checklist-grid strong {
    display: block;
    margin-bottom: 8px;
    color: var(--es-white);
    font-size: 15px;
}

.entry-standards__checklist-grid p {
    margin: 0;
    color: var(--es-muted);
    font-size: 11px;
    line-height: 1.58;
}


/* ==========================================
   NOTICE
=========================================== */

.entry-standards__notice {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;
    margin-top: 28px;
    padding: 25px 28px;
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 18px;
    background: rgba(239, 68, 68, 0.05);
}

.entry-standards__notice-icon {
    display: flex;
    width: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        var(--es-pink),
        var(--es-red)
    );
    color: var(--es-white);
    font-size: 18px;
}

.entry-standards__notice p {
    margin: 0;
    color: var(--es-text);
    font-size: 13px;
    line-height: 1.67;
}


/* ==========================================
   RESPONSIVE
=========================================== */

@media (max-width: 1100px) {

    .entry-standards__intro,
    .entry-standards__questions,
    .entry-standards__decision {
        grid-template-columns: 1fr;
    }

    .entry-standards__rule {
        max-width: 500px;
    }

    .entry-standards__checklist-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 850px) {

    .entry-standards {
        padding: 90px 0;
    }

    .entry-standards__scale {
        grid-template-columns: 1fr;
    }

    .entry-standards__decision-flow {
        grid-template-columns: 1fr;
    }

    .entry-standards__decision-flow > i {
        justify-self: center;
        transform: rotate(90deg);
    }

}

@media (max-width: 700px) {

    .entry-standards {
        padding: 70px 0;
    }

    .entry-standards__container {
        width: min(100% - 28px, 670px);
    }

    .entry-standards__intro,
    .entry-standards__guide,
    .entry-standards__questions,
    .entry-standards__decision,
    .entry-standards__checklist {
        padding: 28px;
        border-radius: 20px;
    }

    .entry-standards__intro-copy h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .entry-standards__question-list article {
        grid-template-columns: auto 1fr;
    }

    .entry-standards__question-tag {
        grid-column: 2;
        justify-self: start;
    }

}

@media (max-width: 500px) {

    .entry-standards__container {
        width: min(100% - 22px, 460px);
    }

    .entry-standards__intro,
    .entry-standards__guide,
    .entry-standards__questions,
    .entry-standards__decision,
    .entry-standards__checklist {
        padding: 22px;
    }

    .entry-standards__intro-copy h2 {
        font-size: 31px;
    }

    .entry-standards__intro-copy .entry-standards__lead {
        font-size: 15px;
    }

    .entry-standards__checklist-grid {
        grid-template-columns: 1fr;
    }

    .entry-standards__notice {
        grid-template-columns: 1fr;
        padding: 22px;
    }

}

/* ==========================================
   DRESS CODE & ENTRY STANDARDS
   INLINE SVG VERSION
=========================================== */

.entry-standards,
.entry-standards *,
.entry-standards *::before,
.entry-standards *::after {
    box-sizing: border-box;
}

.entry-standards {
    --es-bg: #0d0309;
    --es-panel: #1b0513;
    --es-pink: #ec4899;
    --es-light: #f9a8d4;
    --es-red: #ef4444;
    --es-white: #ffffff;
    --es-text: #d9cfd6;
    --es-muted: #aaa0a8;
    --es-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 7% 16%,
            rgba(236, 72, 153, 0.1),
            transparent 27%
        ),
        radial-gradient(
            circle at 94% 79%,
            rgba(239, 68, 68, 0.07),
            transparent 29%
        ),
        linear-gradient(
            180deg,
            #0d0309 0%,
            #16040f 50%,
            #0d0309 100%
        );

    color: var(--es-text);
}

.entry-standards__container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.entry-standards__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(100px);
}

.entry-standards__glow--left {
    top: 300px;
    left: -280px;
    width: 530px;
    height: 530px;
    background: rgba(236, 72, 153, 0.08);
}

.entry-standards__glow--right {
    right: -280px;
    bottom: 260px;
    width: 550px;
    height: 550px;
    background: rgba(239, 68, 68, 0.06);
}


/* SVG GLOBAL */

.entry-standards svg {
    display: block;
    width: 24px;
    height: 24px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* LABELS */

.entry-standards__label {
    display: block;
    margin-bottom: 10px;
    color: var(--es-light);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.entry-standards__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 9px 16px;

    border: 1px solid rgba(236, 72, 153, 0.3);
    border-radius: 100px;

    background: rgba(236, 72, 153, 0.07);

    color: var(--es-light);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.entry-standards__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;

    background: linear-gradient(
        135deg,
        var(--es-pink),
        var(--es-red)
    );

    box-shadow: 0 0 13px rgba(236, 72, 153, 0.6);
}


/* ==========================================
   INTRO
=========================================== */

.entry-standards__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
    gap: 50px;
    align-items: center;

    padding: 54px;

    border: 1px solid var(--es-border);
    border-radius: 28px;

    background:
        radial-gradient(
            circle at 86% 18%,
            rgba(236, 72, 153, 0.13),
            transparent 29%
        ),
        linear-gradient(
            135deg,
            rgba(43, 9, 29, 0.99),
            rgba(16, 3, 11, 0.99)
        );

    box-shadow:
        0 28px 65px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.entry-standards__intro-copy h2 {
    max-width: 780px;
    margin: 0 0 22px;

    color: var(--es-white);

    font-size: clamp(40px, 5vw, 61px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.7px;
}

.entry-standards__intro-copy p {
    max-width: 830px;
    margin: 0 0 15px;

    color: var(--es-text);

    font-size: 15px;
    line-height: 1.82;
}

.entry-standards__intro-copy p:last-child {
    margin-bottom: 0;
}

.entry-standards__intro-copy .entry-standards__lead {
    font-size: 17px;
}

.entry-standards__intro-copy strong {
    color: var(--es-white);
}


/* Rule */

.entry-standards__rule {
    position: relative;
    overflow: hidden;

    padding: 36px;

    border: 1px solid rgba(236, 72, 153, 0.22);
    border-radius: 23px;

    background: rgba(11, 2, 8, 0.45);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 20px 40px rgba(0, 0, 0, 0.18);
}

.entry-standards__rule::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -75px;

    width: 180px;
    height: 180px;

    border: 1px solid rgba(236, 72, 153, 0.09);
    border-radius: 50%;

    box-shadow:
        0 0 0 33px rgba(236, 72, 153, 0.022),
        0 0 0 66px rgba(236, 72, 153, 0.01);
}

.entry-standards__rule-icon {
    position: relative;
    z-index: 2;

    display: flex;
    width: 67px;
    height: 67px;
    align-items: center;
    justify-content: center;

    margin-bottom: 28px;

    border-radius: 19px;

    background: linear-gradient(
        135deg,
        var(--es-pink),
        var(--es-red)
    );

    color: var(--es-white);

    box-shadow:
        0 14px 28px rgba(220, 38, 38, 0.2),
        0 0 24px rgba(236, 72, 153, 0.15);
}

.entry-standards__rule-icon svg {
    width: 28px;
    height: 28px;
}

.entry-standards__rule > span {
    position: relative;
    z-index: 2;

    display: block;
    margin-bottom: 7px;

    color: var(--es-muted);

    font-size: 10px;
    font-weight: 750;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.entry-standards__rule > strong {
    position: relative;
    z-index: 2;

    display: block;

    color: var(--es-white);

    font-size: 34px;
    font-weight: 800;
}

.entry-standards__rule-divider {
    position: relative;
    z-index: 2;

    width: 100%;
    height: 1px;

    margin: 25px 0;

    background: linear-gradient(
        90deg,
        rgba(236, 72, 153, 0.5),
        transparent
    );
}

.entry-standards__footwear {
    position: relative;
    z-index: 2;

    display: flex;
    gap: 13px;
    align-items: center;
}

.entry-standards__footwear-icon {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: rgba(236, 72, 153, 0.1);

    color: var(--es-light);
}

.entry-standards__footwear-icon svg {
    width: 22px;
    height: 22px;
}

.entry-standards__footwear small {
    display: block;
    margin-bottom: 3px;

    color: var(--es-muted);
    font-size: 9px;
}

.entry-standards__footwear b {
    color: var(--es-white);
    font-size: 13px;
}


/* ==========================================
   LEVELS
=========================================== */

.entry-standards__levels {
    margin-top: 28px;
    padding: 47px;

    border: 1px solid var(--es-border);
    border-radius: 25px;

    background:
        linear-gradient(
            145deg,
            rgba(36, 8, 24, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.entry-standards__levels-heading {
    max-width: 800px;
    margin-bottom: 32px;
}

.entry-standards__levels-heading h3,
.entry-standards__questions-copy h3,
.entry-standards__staff h3 {
    margin: 0;

    color: var(--es-white);

    font-weight: 750;
    line-height: 1.2;
}

.entry-standards__levels-heading h3 {
    margin-bottom: 13px;

    font-size: clamp(30px, 3.5vw, 42px);
}

.entry-standards__levels-heading p {
    margin: 0;

    color: var(--es-muted);

    font-size: 14px;
    line-height: 1.72;
}

.entry-standards__levels-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.entry-level {
    position: relative;

    padding: 27px;

    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 18px;

    background: rgba(11, 2, 8, 0.35);
}

.entry-level--good {
    background:
        radial-gradient(
            circle at 90% 0,
            rgba(236, 72, 153, 0.09),
            transparent 35%
        ),
        rgba(11, 2, 8, 0.35);
}

.entry-level--avoid {
    border-color: rgba(239, 68, 68, 0.2);
}

.entry-level__icon {
    display: flex;
    width: 51px;
    height: 51px;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    border-radius: 15px;

    background: linear-gradient(
        135deg,
        var(--es-pink),
        var(--es-red)
    );

    color: var(--es-white);
}

.entry-level__icon svg {
    width: 22px;
    height: 22px;
}

.entry-level--middle .entry-level__icon {
    background: rgba(236, 72, 153, 0.11);
    color: var(--es-light);
}

.entry-level--avoid .entry-level__icon {
    background: rgba(239, 68, 68, 0.1);
    color: #ff7777;
}

.entry-level__caption {
    display: block;
    margin-bottom: 7px;

    color: var(--es-light);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.entry-level h4 {
    margin: 0 0 11px;

    color: var(--es-white);

    font-size: 21px;
    font-weight: 750;
}

.entry-level p {
    margin: 0;

    color: var(--es-muted);

    font-size: 12px;
    line-height: 1.65;
}

.entry-level__status {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-top: 21px;

    color: var(--es-text);

    font-size: 10px;
    font-weight: 650;
}

.entry-level__status > span {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #4bd77b;

    box-shadow: 0 0 10px rgba(75, 215, 123, 0.5);
}

.entry-level__status--pink > span {
    background: var(--es-pink);
    box-shadow: 0 0 10px rgba(236, 72, 153, 0.5);
}

.entry-level__status--red > span {
    background: var(--es-red);
    box-shadow: 0 0 10px rgba(239, 68, 68, 0.5);
}


/* ==========================================
   QUESTIONS
=========================================== */

.entry-standards__questions {
    display: grid;
    grid-template-columns: minmax(290px, 0.6fr) minmax(0, 1.4fr);
    gap: 38px;

    margin-top: 28px;
    padding: 47px;

    border: 1px solid var(--es-border);
    border-radius: 25px;

    background:
        radial-gradient(
            circle at 7% 40%,
            rgba(236, 72, 153, 0.09),
            transparent 27%
        ),
        linear-gradient(
            120deg,
            rgba(42, 9, 28, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.entry-standards__questions-copy h3 {
    margin-bottom: 15px;
    font-size: clamp(30px, 3vw, 40px);
}

.entry-standards__questions-copy p {
    margin: 0;

    color: var(--es-text);

    font-size: 14px;
    line-height: 1.75;
}

.entry-standards__questions-list {
    display: grid;
    gap: 10px;
}

.entry-standards__questions-list article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 17px;
    align-items: center;

    padding: 18px;

    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 16px;

    background: rgba(11, 2, 8, 0.35);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.entry-standards__questions-list article:hover {
    transform: translateX(5px);
    border-color: rgba(236, 72, 153, 0.35);
}

.entry-question__icon {
    display: flex;
    width: 49px;
    height: 49px;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: rgba(236, 72, 153, 0.1);

    color: var(--es-light);
}

.entry-question__icon svg {
    width: 23px;
    height: 23px;
}

.entry-question__content > span {
    display: block;

    margin-bottom: 5px;

    color: var(--es-white);

    font-size: 15px;
    font-weight: 700;
}

.entry-question__content p {
    margin: 0;

    color: var(--es-muted);

    font-size: 11px;
    line-height: 1.58;
}

.entry-question__tag {
    padding: 7px 10px;

    border: 1px solid rgba(236, 72, 153, 0.18);
    border-radius: 100px;

    color: var(--es-light);

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.55px;
    text-transform: uppercase;

    white-space: nowrap;
}


/* ==========================================
   STAFF
=========================================== */

.entry-standards__staff {
    margin-top: 28px;
    padding: 45px;

    border: 1px solid rgba(236, 72, 153, 0.22);
    border-radius: 25px;

    background:
        linear-gradient(
            115deg,
            rgba(46, 9, 30, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.entry-standards__staff-main {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 24px;
    align-items: center;

    max-width: 920px;
    margin-bottom: 32px;
}

.entry-standards__staff-icon {
    display: flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;

    border-radius: 21px;

    background: linear-gradient(
        135deg,
        var(--es-pink),
        var(--es-red)
    );

    color: var(--es-white);

    box-shadow:
        0 15px 30px rgba(220, 38, 38, 0.2),
        0 0 25px rgba(236, 72, 153, 0.15);
}

.entry-standards__staff-icon svg {
    width: 29px;
    height: 29px;
}

.entry-standards__staff h3 {
    margin-bottom: 12px;
    font-size: clamp(29px, 3vw, 39px);
}

.entry-standards__staff-main p {
    margin: 0;

    color: var(--es-text);

    font-size: 14px;
    line-height: 1.75;
}

.entry-standards__staff-points {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
}

.entry-standards__staff-points > div {
    padding: 20px;

    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 16px;

    background: rgba(11, 2, 8, 0.34);
}

.entry-standards__staff-points span {
    display: block;

    margin-bottom: 17px;

    color: var(--es-light);

    font-size: 9px;
    font-weight: 850;
}

.entry-standards__staff-points strong {
    display: block;

    margin-bottom: 7px;

    color: var(--es-white);

    font-size: 15px;
}

.entry-standards__staff-points small {
    display: block;

    color: var(--es-muted);

    font-size: 10px;
    line-height: 1.55;
}


/* ==========================================
   TIP
=========================================== */

.entry-standards__tip {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: center;

    margin-top: 28px;
    padding: 25px 28px;

    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 18px;

    background: rgba(239, 68, 68, 0.05);
}

.entry-standards__tip-icon {
    display: flex;
    width: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: linear-gradient(
        135deg,
        var(--es-pink),
        var(--es-red)
    );

    color: var(--es-white);
}

.entry-standards__tip-icon svg {
    width: 21px;
    height: 21px;
}

.entry-standards__tip strong {
    display: block;

    margin-bottom: 4px;

    color: var(--es-white);

    font-size: 14px;
}

.entry-standards__tip p {
    margin: 0;

    color: var(--es-text);

    font-size: 13px;
    line-height: 1.65;
}


/* ==========================================
   RESPONSIVE
=========================================== */

@media (max-width: 1100px) {

    .entry-standards__intro,
    .entry-standards__questions {
        grid-template-columns: 1fr;
    }

    .entry-standards__rule {
        max-width: 500px;
    }

    .entry-standards__staff-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 850px) {

    .entry-standards {
        padding: 90px 0;
    }

    .entry-standards__levels-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 700px) {

    .entry-standards {
        padding: 72px 0;
    }

    .entry-standards__container {
        width: min(100% - 28px, 670px);
    }

    .entry-standards__intro,
    .entry-standards__levels,
    .entry-standards__questions,
    .entry-standards__staff {
        padding: 28px;
        border-radius: 20px;
    }

    .entry-standards__intro-copy h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .entry-standards__intro-copy .entry-standards__lead {
        font-size: 15px;
    }

    .entry-standards__questions-list article {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .entry-question__tag {
        grid-column: 2;
        justify-self: start;
    }

}

@media (max-width: 500px) {

    .entry-standards__container {
        width: min(100% - 22px, 460px);
    }

    .entry-standards__intro,
    .entry-standards__levels,
    .entry-standards__questions,
    .entry-standards__staff {
        padding: 22px;
    }

    .entry-standards__intro-copy h2 {
        font-size: 31px;
    }

    .entry-standards__rule {
        padding: 26px;
    }

    .entry-standards__staff-main {
        grid-template-columns: 1fr;
    }

    .entry-standards__staff-points {
        grid-template-columns: 1fr;
    }

    .entry-standards__tip {
        grid-template-columns: 1fr;
        padding: 22px;
    }

}

/* ==========================================
   SPORTS BAR & TAB FACILITIES
=========================================== */

.sportsbar-section,
.sportsbar-section *,
.sportsbar-section *::before,
.sportsbar-section *::after {
    box-sizing: border-box;
}

.sportsbar-section {
    --sb-bg: #0d0309;
    --sb-panel: #1c0514;
    --sb-panel-dark: #13030c;
    --sb-pink: #ec4899;
    --sb-light: #f9a8d4;
    --sb-red: #ef4444;
    --sb-white: #ffffff;
    --sb-text: #d9cfd6;
    --sb-muted: #aaa0a8;
    --sb-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(236, 72, 153, 0.1),
            transparent 27%
        ),
        radial-gradient(
            circle at 94% 80%,
            rgba(239, 68, 68, 0.07),
            transparent 29%
        ),
        linear-gradient(
            180deg,
            #0d0309 0%,
            #16040f 50%,
            #0d0309 100%
        );

    color: var(--sb-text);
}

.sportsbar-section__container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.sportsbar-section__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(105px);
}

.sportsbar-section__glow--left {
    top: 360px;
    left: -280px;
    width: 540px;
    height: 540px;
    background: rgba(236, 72, 153, 0.08);
}

.sportsbar-section__glow--right {
    right: -280px;
    bottom: 330px;
    width: 550px;
    height: 550px;
    background: rgba(239, 68, 68, 0.06);
}


/* ==========================================
   COMMON
=========================================== */

.sportsbar-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 18px;
    padding: 9px 16px;

    border: 1px solid rgba(236, 72, 153, 0.3);
    border-radius: 100px;

    background: rgba(236, 72, 153, 0.07);

    color: var(--sb-light);

    font-size: 11px;
    font-weight: 750;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.sportsbar-section__eyebrow::before {
    content: "";

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            var(--sb-pink),
            var(--sb-red)
        );

    box-shadow:
        0 0 13px rgba(236, 72, 153, 0.6);
}

.sportsbar-section__label {
    display: block;

    margin-bottom: 10px;

    color: var(--sb-light);

    font-size: 11px;
    font-weight: 750;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}


/* ==========================================
   INTRO
=========================================== */

.sportsbar-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
    gap: 48px;
    align-items: center;

    padding: 54px;

    border: 1px solid var(--sb-border);
    border-radius: 29px;

    background:
        radial-gradient(
            circle at 85% 18%,
            rgba(236, 72, 153, 0.12),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            rgba(43, 9, 29, 0.99),
            rgba(16, 3, 11, 0.99)
        );

    box-shadow:
        0 29px 67px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sportsbar-intro__copy h2 {
    max-width: 770px;

    margin: 0 0 22px;

    color: var(--sb-white);

    font-size: clamp(40px, 5vw, 61px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.7px;
}

.sportsbar-intro__copy p {
    margin: 0 0 15px;

    color: var(--sb-text);

    font-size: 15px;
    line-height: 1.82;
}

.sportsbar-intro__copy .sportsbar-intro__lead {
    font-size: 17px;
}

.sportsbar-intro__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin-top: 25px;
}

.sportsbar-intro__facts span {
    padding: 8px 11px;

    border: 1px solid rgba(236, 72, 153, 0.18);
    border-radius: 100px;

    background: rgba(236, 72, 153, 0.06);

    color: var(--sb-light);

    font-size: 10px;
    font-weight: 650;
}


/* Intro image */

.sportsbar-intro__media {
    position: relative;

    min-height: 430px;

    overflow: hidden;

    border-radius: 23px;

    background: #12040d;

    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.38);
}

.sportsbar-intro__media img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.sportsbar-intro__media-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(8, 2, 7, 0.12),
            rgba(8, 2, 7, 0.05) 45%,
            rgba(8, 2, 7, 0.76)
        );
}

.sportsbar-intro__screen-size {
    position: absolute;
    right: 20px;
    bottom: 20px;

    padding: 15px 18px;

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;

    background: rgba(15, 3, 10, 0.76);
    backdrop-filter: blur(12px);
}

.sportsbar-intro__screen-size small {
    display: block;

    margin-bottom: 3px;

    color: var(--sb-muted);

    font-size: 9px;
}

.sportsbar-intro__screen-size strong {
    color: var(--sb-white);

    font-size: 24px;
    font-weight: 800;
}

.sportsbar-intro__live {
    position: absolute;
    top: 20px;
    left: 20px;

    display: flex;
    align-items: center;
    gap: 7px;

    padding: 8px 11px;

    border-radius: 100px;

    background: rgba(13, 3, 9, 0.74);

    color: var(--sb-white);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.8px;
}

.sportsbar-intro__live span {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: var(--sb-red);

    box-shadow:
        0 0 10px rgba(239, 68, 68, 0.65);
}


/* ==========================================
   STATS
=========================================== */

.sportsbar-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;

    margin-top: 28px;
}

.sportsbar-stats article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;

    padding: 22px;

    border: 1px solid rgba(236, 72, 153, 0.16);
    border-radius: 17px;

    background:
        linear-gradient(
            145deg,
            rgba(34, 7, 23, 0.98),
            rgba(14, 3, 10, 0.99)
        );
}

.sportsbar-stats__number {
    color: var(--sb-light);

    font-size: 25px;
    font-weight: 850;
    line-height: 1;
}

.sportsbar-stats strong {
    display: block;

    margin-bottom: 6px;

    color: var(--sb-white);

    font-size: 14px;
}

.sportsbar-stats p {
    margin: 0;

    color: var(--sb-muted);

    font-size: 10px;
    line-height: 1.55;
}


/* ==========================================
   VIEWING / REAL IMAGES
=========================================== */

.sportsbar-viewing {
    margin-top: 28px;
    padding: 47px;

    border: 1px solid var(--sb-border);
    border-radius: 25px;

    background:
        linear-gradient(
            145deg,
            rgba(37, 8, 24, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.sportsbar-viewing__heading {
    max-width: 820px;

    margin-bottom: 33px;
}

.sportsbar-viewing__heading h3,
.sportsbar-vip__copy h3,
.sportsbar-tab__copy h3,
.sportsbar-lifestyle__heading h3,
.sportsbar-terrace__copy h3,
.sportsbar-distinction h3 {
    margin: 0;

    color: var(--sb-white);

    font-weight: 750;
    line-height: 1.2;
}

.sportsbar-viewing__heading h3 {
    margin-bottom: 13px;

    font-size: clamp(30px, 3.5vw, 42px);
}

.sportsbar-viewing__heading p {
    margin: 0;

    color: var(--sb-muted);

    font-size: 14px;
    line-height: 1.72;
}


/* Gallery */

.sportsbar-viewing__gallery {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    grid-template-rows: repeat(2, 220px);
    gap: 12px;
}

.sportsbar-viewing__photo {
    position: relative;

    min-height: 0;

    overflow: hidden;

    margin: 0;

    border-radius: 18px;

    background: #12040d;
}

.sportsbar-viewing__photo--main {
    grid-row: 1 / 3;
}

.sportsbar-viewing__photo img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.5s ease;
}

.sportsbar-viewing__photo:hover img {
    transform: scale(1.035);
}

.sportsbar-viewing__photo::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(9, 2, 7, 0.84)
        );
}

.sportsbar-viewing__photo figcaption {
    position: absolute;
    z-index: 2;

    right: 20px;
    bottom: 18px;
    left: 20px;
}

.sportsbar-viewing__photo figcaption span {
    display: block;

    margin-bottom: 4px;

    color: var(--sb-light);

    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.sportsbar-viewing__photo figcaption strong {
    color: var(--sb-white);

    font-size: 18px;
}


/* details */

.sportsbar-viewing__details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;

    margin-top: 14px;
}

.sportsbar-viewing__details article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;

    padding: 20px;

    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 16px;

    background: rgba(11, 2, 8, 0.34);
}

.sportsbar-viewing__details article > span {
    color: var(--sb-light);

    font-size: 9px;
    font-weight: 850;
}

.sportsbar-viewing__details strong {
    display: block;

    margin-bottom: 6px;

    color: var(--sb-white);

    font-size: 14px;
}

.sportsbar-viewing__details p {
    margin: 0;

    color: var(--sb-muted);

    font-size: 10px;
    line-height: 1.55;
}


/* ==========================================
   VIP
=========================================== */

.sportsbar-vip {
    display: grid;
    grid-template-columns: minmax(390px, 0.88fr) minmax(0, 1.12fr);
    gap: 45px;
    align-items: center;

    margin-top: 28px;
    padding: 47px;

    border: 1px solid var(--sb-border);
    border-radius: 25px;

    background:
        radial-gradient(
            circle at 8% 50%,
            rgba(236, 72, 153, 0.1),
            transparent 27%
        ),
        linear-gradient(
            115deg,
            rgba(44, 9, 29, 0.98),
            rgba(18, 4, 13, 0.99)
        );
}

.sportsbar-vip__image {
    position: relative;

    min-height: 350px;

    overflow: hidden;

    border-radius: 20px;

    background: #11030c;
}

.sportsbar-vip__image img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.sportsbar-vip__image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(8, 2, 7, 0.55)
        );
}

.sportsbar-vip__image-label {
    position: absolute;
    z-index: 2;

    left: 18px;
    bottom: 18px;

    padding: 9px 12px;

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;

    background: rgba(12, 3, 9, 0.72);

    color: var(--sb-white);

    font-size: 10px;
    font-weight: 750;
}

.sportsbar-vip__copy h3 {
    margin-bottom: 17px;

    font-size: clamp(30px, 3.5vw, 42px);
}

.sportsbar-vip__copy p {
    margin: 0 0 14px;

    color: var(--sb-text);

    font-size: 14px;
    line-height: 1.77;
}

.sportsbar-vip__points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin-top: 22px;
}

.sportsbar-vip__points span {
    padding: 8px 11px;

    border: 1px solid rgba(236, 72, 153, 0.18);
    border-radius: 100px;

    background: rgba(236, 72, 153, 0.06);

    color: var(--sb-light);

    font-size: 10px;
}


/* ==========================================
   TAB
=========================================== */

.sportsbar-tab {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(400px, 1.08fr);
    gap: 45px;
    align-items: center;

    margin-top: 28px;
    padding: 47px;

    border: 1px solid var(--sb-border);
    border-radius: 25px;

    background:
        linear-gradient(
            145deg,
            rgba(38, 8, 25, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.sportsbar-tab__copy h3 {
    margin-bottom: 17px;

    font-size: clamp(30px, 3.5vw, 42px);
}

.sportsbar-tab__copy p {
    margin: 0 0 14px;

    color: var(--sb-text);

    font-size: 14px;
    line-height: 1.77;
}

.sportsbar-tab__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;

    margin-top: 22px;
}

.sportsbar-tab__items > div {
    padding: 14px;

    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 13px;

    background: rgba(11, 2, 8, 0.34);
}

.sportsbar-tab__items span {
    display: block;

    margin-bottom: 5px;

    color: var(--sb-light);

    font-size: 8px;
    font-weight: 850;
}

.sportsbar-tab__items strong {
    color: var(--sb-white);

    font-size: 11px;
    line-height: 1.4;
}

.sportsbar-tab__image {
    position: relative;

    min-height: 340px;

    overflow: hidden;

    border-radius: 20px;

    background: #11030c;
}

.sportsbar-tab__image img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.sportsbar-tab__image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 55%,
            rgba(8, 2, 7, 0.7)
        );
}

.sportsbar-tab__badge {
    position: absolute;
    z-index: 2;

    left: 18px;
    bottom: 18px;

    padding: 9px 12px;

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;

    background: rgba(12, 3, 9, 0.74);

    color: var(--sb-white);

    font-size: 10px;
    font-weight: 750;
}


/* ==========================================
   LIFESTYLE
=========================================== */

.sportsbar-lifestyle {
    margin-top: 28px;
    padding: 45px;

    border: 1px solid var(--sb-border);
    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(35, 7, 23, 0.98),
            rgba(15, 3, 10, 0.99)
        );
}

.sportsbar-lifestyle__heading {
    max-width: 760px;

    margin-bottom: 28px;
}

.sportsbar-lifestyle__heading h3 {
    margin-bottom: 11px;

    font-size: clamp(28px, 3vw, 38px);
}

.sportsbar-lifestyle__heading p {
    margin: 0;

    color: var(--sb-muted);

    font-size: 13px;
    line-height: 1.7;
}

.sportsbar-lifestyle__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
}

.sportsbar-lifestyle__grid article {
    padding: 22px;

    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 17px;

    background: rgba(11, 2, 8, 0.34);
}

.sportsbar-lifestyle__icon {
    display: flex;

    width: 45px;
    height: 45px;

    align-items: center;
    justify-content: center;

    margin-bottom: 21px;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            var(--sb-pink),
            var(--sb-red)
        );
}

.sportsbar-lifestyle__icon span {
    color: var(--sb-white);

    font-size: 9px;
    font-weight: 850;
}

.sportsbar-lifestyle__grid h4 {
    margin: 0 0 8px;

    color: var(--sb-white);

    font-size: 16px;
    font-weight: 700;
}

.sportsbar-lifestyle__grid p {
    margin: 0;

    color: var(--sb-muted);

    font-size: 11px;
    line-height: 1.6;
}


/* ==========================================
   TERRACE
=========================================== */

.sportsbar-terrace {
    display: grid;
    grid-template-columns: minmax(440px, 1.1fr) minmax(0, 0.9fr);
    gap: 40px;
    align-items: center;

    margin-top: 28px;
    padding: 38px;

    border: 1px solid var(--sb-border);
    border-radius: 24px;

    background:
        linear-gradient(
            120deg,
            rgba(42, 9, 28, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.sportsbar-terrace__image {
    min-height: 310px;

    overflow: hidden;

    border-radius: 18px;

    background: #11030c;
}

.sportsbar-terrace__image img {
    display: block;

    width: 100%;
    height: 310px;

    object-fit: cover;
}

.sportsbar-terrace__copy h3 {
    margin-bottom: 14px;

    font-size: clamp(28px, 3vw, 38px);
}

.sportsbar-terrace__copy p {
    margin: 0;

    color: var(--sb-text);

    font-size: 14px;
    line-height: 1.75;
}


/* ==========================================
   DISTINCTION
=========================================== */

.sportsbar-distinction {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 24px;
    align-items: center;

    margin-top: 28px;
    padding: 35px;

    border: 1px solid rgba(236, 72, 153, 0.24);
    border-radius: 22px;

    background:
        linear-gradient(
            110deg,
            rgba(47, 9, 30, 0.98),
            rgba(18, 4, 13, 0.99)
        );
}

.sportsbar-distinction__mark {
    display: flex;

    width: 68px;
    height: 68px;

    align-items: center;
    justify-content: center;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            var(--sb-pink),
            var(--sb-red)
        );

    color: var(--sb-white);

    font-size: 27px;
    font-weight: 850;

    box-shadow:
        0 15px 30px rgba(220, 38, 38, 0.2),
        0 0 25px rgba(236, 72, 153, 0.15);
}

.sportsbar-distinction h3 {
    margin-bottom: 10px;

    font-size: clamp(27px, 3vw, 36px);
}

.sportsbar-distinction p {
    margin: 0;

    color: var(--sb-text);

    font-size: 13px;
    line-height: 1.72;
}


/* ==========================================
   RESPONSIVE
=========================================== */

@media (max-width: 1100px) {

    .sportsbar-intro,
    .sportsbar-vip,
    .sportsbar-tab,
    .sportsbar-terrace {
        grid-template-columns: 1fr;
    }

    .sportsbar-intro__media,
    .sportsbar-vip__image,
    .sportsbar-tab__image {
        min-height: 420px;
    }

    .sportsbar-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sportsbar-lifestyle__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 850px) {

    .sportsbar-section {
        padding: 90px 0;
    }

    .sportsbar-viewing__gallery {
        grid-template-columns: 1fr;
        grid-template-rows: 390px 260px 260px;
    }

    .sportsbar-viewing__photo--main {
        grid-row: auto;
    }

    .sportsbar-viewing__details {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 700px) {

    .sportsbar-section {
        padding: 72px 0;
    }

    .sportsbar-section__container {
        width: min(100% - 28px, 670px);
    }

    .sportsbar-intro,
    .sportsbar-viewing,
    .sportsbar-vip,
    .sportsbar-tab,
    .sportsbar-lifestyle,
    .sportsbar-terrace {
        padding: 28px;
        border-radius: 20px;
    }

    .sportsbar-intro__copy h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .sportsbar-intro__media,
    .sportsbar-vip__image,
    .sportsbar-tab__image {
        min-height: 340px;
    }

    .sportsbar-tab__items {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 500px) {

    .sportsbar-section__container {
        width: min(100% - 22px, 460px);
    }

    .sportsbar-intro,
    .sportsbar-viewing,
    .sportsbar-vip,
    .sportsbar-tab,
    .sportsbar-lifestyle,
    .sportsbar-terrace {
        padding: 22px;
    }

    .sportsbar-intro__copy h2 {
        font-size: 31px;
    }

    .sportsbar-stats,
    .sportsbar-lifestyle__grid {
        grid-template-columns: 1fr;
    }

    .sportsbar-viewing__gallery {
        grid-template-rows: 280px 220px 220px;
    }

    .sportsbar-intro__media,
    .sportsbar-vip__image,
    .sportsbar-tab__image {
        min-height: 280px;
    }

    .sportsbar-distinction {
        grid-template-columns: 1fr;
        padding: 24px;
    }

}

/* ==========================================
   DINING, BARS & NIGHT-TIME ATMOSPHERE
   NO PHOTOS
=========================================== */

.star-dining-nightlife,
.star-dining-nightlife *,
.star-dining-nightlife *::before,
.star-dining-nightlife *::after {
    box-sizing: border-box;
}

.star-dining-nightlife {
    --dn-bg: #0d0309;
    --dn-panel: #200716;
    --dn-pink: #ec4899;
    --dn-light: #f9a8d4;
    --dn-red: #ef4444;
    --dn-white: #ffffff;
    --dn-text: #d9cfd6;
    --dn-muted: #aaa0a8;
    --dn-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 7% 14%, rgba(236, 72, 153, 0.1), transparent 27%),
        radial-gradient(circle at 94% 78%, rgba(239, 68, 68, 0.07), transparent 29%),
        linear-gradient(180deg, #0d0309 0%, #16040f 50%, #0d0309 100%);
    color: var(--dn-text);
}

.star-dining-nightlife__container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.star-dining-nightlife__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(105px);
    pointer-events: none;
}

.star-dining-nightlife__glow--left {
    top: 360px;
    left: -280px;
    width: 540px;
    height: 540px;
    background: rgba(236, 72, 153, 0.08);
}

.star-dining-nightlife__glow--right {
    right: -280px;
    bottom: 420px;
    width: 560px;
    height: 560px;
    background: rgba(239, 68, 68, 0.06);
}

.star-dining-nightlife__eyebrow,
.star-dining-nightlife__label {
    color: var(--dn-light);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.star-dining-nightlife__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 9px 16px;
    border: 1px solid rgba(236, 72, 153, 0.3);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
}

.star-dining-nightlife__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--dn-pink), var(--dn-red));
    box-shadow: 0 0 13px rgba(236, 72, 153, 0.6);
}

.star-dining-nightlife__label {
    display: block;
    margin-bottom: 10px;
}


/* INTRO */

.star-dining-nightlife__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    gap: 48px;
    align-items: center;
    padding: 54px;
    border: 1px solid var(--dn-border);
    border-radius: 29px;
    background:
        radial-gradient(circle at 86% 18%, rgba(236, 72, 153, 0.13), transparent 30%),
        linear-gradient(135deg, rgba(43, 9, 29, 0.99), rgba(16, 3, 11, 0.99));
    box-shadow:
        0 29px 67px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.star-dining-nightlife__intro-copy h2 {
    max-width: 780px;
    margin: 0 0 22px;
    color: var(--dn-white);
    font-size: clamp(40px, 5vw, 61px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.7px;
}

.star-dining-nightlife__intro-copy p {
    margin: 0 0 15px;
    color: var(--dn-text);
    font-size: 15px;
    line-height: 1.82;
}

.star-dining-nightlife__intro-copy .star-dining-nightlife__lead {
    font-size: 17px;
}

.star-dining-nightlife__intro-panel {
    padding: 34px;
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(37, 8, 24, 0.88), rgba(11, 2, 8, 0.55));
}

.star-dining-nightlife__intro-panel > span {
    display: block;
    margin-bottom: 8px;
    color: var(--dn-light);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 1px;
}

.star-dining-nightlife__intro-panel > strong {
    color: var(--dn-white);
    font-size: 28px;
    font-weight: 800;
}

.star-dining-nightlife__intro-divider {
    height: 1px;
    margin: 23px 0;
    background: linear-gradient(90deg, rgba(236,72,153,.45), transparent);
}

.star-dining-nightlife__intro-panel ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.star-dining-nightlife__intro-panel li {
    position: relative;
    padding-left: 18px;
    color: var(--dn-muted);
    font-size: 11px;
}

.star-dining-nightlife__intro-panel li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--dn-pink), var(--dn-red));
}


/* MAP */

.star-dining-nightlife__map {
    display: grid;
    grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
    gap: 35px;
    align-items: center;
    margin-top: 28px;
    padding: 37px;
    border: 1px solid var(--dn-border);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(35,7,23,.98), rgba(15,3,10,.99));
}

.star-dining-nightlife__map h3,
.star-nightlife__heading h3,
.star-nightlife__scenarios-heading h3 {
    margin: 0;
    color: var(--dn-white);
    font-weight: 750;
    line-height: 1.2;
}

.star-dining-nightlife__map h3 {
    margin-bottom: 11px;
    font-size: clamp(27px, 3vw, 36px);
}

.star-dining-nightlife__map p {
    margin: 0;
    color: var(--dn-muted);
    font-size: 13px;
    line-height: 1.7;
}

.star-dining-nightlife__map-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.star-dining-nightlife__map-tags span {
    padding: 10px 13px;
    border: 1px solid rgba(236,72,153,.18);
    border-radius: 100px;
    background: rgba(236,72,153,.06);
    color: var(--dn-light);
    font-size: 10px;
}


/* RESTAURANTS */

.star-dining-nightlife__restaurants {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.dining-card {
    position: relative;
    min-height: 285px;
    overflow: hidden;
    padding: 27px;
    border: 1px solid rgba(236,72,153,.16);
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0%, rgba(236,72,153,.06), transparent 36%),
        linear-gradient(145deg, rgba(35,7,23,.98), rgba(15,3,10,.99));
    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.dining-card:hover {
    transform: translateY(-5px);
    border-color: rgba(236,72,153,.4);
    box-shadow: 0 23px 42px rgba(0,0,0,.25);
}

.dining-card--feature {
    min-height: 335px;
    background:
        radial-gradient(circle at 90% 10%, rgba(236,72,153,.13), transparent 33%),
        linear-gradient(145deg, rgba(44,9,29,.99), rgba(16,3,11,.99));
}

.dining-card__index {
    position: absolute;
    top: 20px;
    right: 21px;
    color: rgba(255,255,255,.055);
    font-size: 42px;
    font-weight: 900;
}

.dining-card__category {
    display: block;
    max-width: 78%;
    margin-bottom: 18px;
    color: var(--dn-light);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .75px;
    text-transform: uppercase;
}

.dining-card h3 {
    margin: 0 0 12px;
    color: var(--dn-white);
    font-size: 24px;
    font-weight: 750;
    line-height: 1.2;
}

.dining-card p {
    margin: 0;
    color: var(--dn-muted);
    font-size: 12px;
    line-height: 1.66;
}

.dining-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 18px;
}

.dining-card__meta span {
    padding: 7px 9px;
    border: 1px solid rgba(236,72,153,.16);
    border-radius: 100px;
    background: rgba(236,72,153,.055);
    color: var(--dn-light);
    font-size: 9px;
}

.dining-card__notice {
    margin-top: 17px;
    padding: 11px 12px;
    border-left: 3px solid var(--dn-pink);
    border-radius: 0 10px 10px 0;
    background: rgba(236,72,153,.06);
    color: var(--dn-muted);
    font-size: 10px;
}


/* CHOOSER */

.star-dining-nightlife__chooser {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.star-dining-nightlife__chooser > div {
    padding: 21px;
    border: 1px solid rgba(236,72,153,.15);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(32,7,21,.98), rgba(13,3,9,.99));
}

.star-dining-nightlife__chooser small {
    display: block;
    margin-bottom: 6px;
    color: var(--dn-muted);
    font-size: 9px;
}

.star-dining-nightlife__chooser strong {
    display: block;
    margin-bottom: 5px;
    color: var(--dn-white);
    font-size: 14px;
}

.star-dining-nightlife__chooser span {
    color: var(--dn-light);
    font-size: 10px;
}


/* NIGHTLIFE */

.star-nightlife {
    margin-top: 28px;
    padding: 47px;
    border: 1px solid var(--dn-border);
    border-radius: 25px;
    background:
        radial-gradient(circle at 90% 10%, rgba(236,72,153,.09), transparent 26%),
        linear-gradient(145deg, rgba(37,8,24,.98), rgba(17,3,12,.99));
}

.star-nightlife__heading {
    max-width: 820px;
    margin-bottom: 31px;
}

.star-nightlife__heading h3 {
    margin-bottom: 12px;
    font-size: clamp(30px, 3.5vw, 42px);
}

.star-nightlife__heading p {
    margin: 0;
    color: var(--dn-muted);
    font-size: 14px;
    line-height: 1.72;
}

.star-nightlife__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.nightlife-card {
    position: relative;
    min-height: 275px;
    padding: 26px;
    border: 1px solid rgba(236,72,153,.15);
    border-radius: 19px;
    background: rgba(11,2,8,.36);
}

.nightlife-card--highlight {
    background:
        radial-gradient(circle at 92% 8%, rgba(236,72,153,.13), transparent 35%),
        rgba(11,2,8,.36);
}

.nightlife-card__type {
    display: block;
    margin-bottom: 17px;
    color: var(--dn-light);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .75px;
    text-transform: uppercase;
}

.nightlife-card__symbol {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--dn-pink), var(--dn-red));
    color: var(--dn-white);
    font-size: 17px;
    font-weight: 850;
}

.nightlife-card h4 {
    margin: 0 0 11px;
    color: var(--dn-white);
    font-size: 21px;
    font-weight: 750;
}

.nightlife-card p {
    margin: 0;
    color: var(--dn-muted);
    font-size: 12px;
    line-height: 1.65;
}

.nightlife-card__mood {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--dn-text);
    font-size: 10px;
}

.nightlife-card__mood > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--dn-pink), var(--dn-red));
    box-shadow: 0 0 10px rgba(236,72,153,.45);
}


/* SCENARIOS */

.star-nightlife__scenarios {
    margin-top: 28px;
    padding: 43px;
    border: 1px solid var(--dn-border);
    border-radius: 24px;
    background: linear-gradient(120deg, rgba(43,9,28,.98), rgba(16,3,11,.99));
}

.star-nightlife__scenarios-heading {
    margin-bottom: 26px;
}

.star-nightlife__scenarios-heading h3 {
    font-size: clamp(28px, 3vw, 38px);
}

.star-nightlife__scenario-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.star-nightlife__scenario-track article {
    padding: 19px;
    border: 1px solid rgba(236,72,153,.14);
    border-radius: 15px;
    background: rgba(11,2,8,.34);
}

.star-nightlife__scenario-track article > span {
    display: block;
    margin-bottom: 14px;
    color: var(--dn-light);
    font-size: 9px;
    font-weight: 850;
}

.star-nightlife__scenario-track strong {
    display: block;
    margin-bottom: 5px;
    color: var(--dn-white);
    font-size: 13px;
}

.star-nightlife__scenario-track p {
    margin: 0;
    color: var(--dn-muted);
    font-size: 10px;
}


/* NOTICE */

.star-dining-nightlife__notice {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;
    margin-top: 28px;
    padding: 24px 28px;
    border: 1px solid rgba(239,68,68,.2);
    border-radius: 18px;
    background: rgba(239,68,68,.05);
}

.star-dining-nightlife__notice-mark {
    display: flex;
    width: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--dn-pink), var(--dn-red));
    color: var(--dn-white);
    font-size: 18px;
    font-weight: 850;
}

.star-dining-nightlife__notice p {
    margin: 0;
    color: var(--dn-text);
    font-size: 13px;
    line-height: 1.67;
}


/* RESPONSIVE */

@media (max-width: 1120px) {
    .star-dining-nightlife__intro,
    .star-dining-nightlife__map {
        grid-template-columns: 1fr;
    }

    .star-dining-nightlife__restaurants {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .star-dining-nightlife__chooser {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 850px) {
    .star-dining-nightlife {
        padding: 90px 0;
    }

    .star-nightlife__grid,
    .star-nightlife__scenario-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .star-dining-nightlife {
        padding: 72px 0;
    }

    .star-dining-nightlife__container {
        width: min(100% - 28px, 670px);
    }

    .star-dining-nightlife__intro,
    .star-dining-nightlife__map,
    .star-nightlife,
    .star-nightlife__scenarios {
        padding: 28px;
        border-radius: 20px;
    }

    .star-dining-nightlife__intro-copy h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .star-dining-nightlife__restaurants,
    .star-nightlife__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .star-dining-nightlife__container {
        width: min(100% - 22px, 460px);
    }

    .star-dining-nightlife__intro,
    .star-dining-nightlife__map,
    .star-nightlife,
    .star-nightlife__scenarios {
        padding: 22px;
    }

    .star-dining-nightlife__intro-copy h2 {
        font-size: 31px;
    }

    .star-dining-nightlife__intro-panel ul,
    .star-dining-nightlife__chooser,
    .star-nightlife__scenario-track {
        grid-template-columns: 1fr;
    }

    .star-dining-nightlife__notice {
        grid-template-columns: 1fr;
        padding: 22px;
    }
}

/* ==========================================
   HOTELS & ACCOMMODATION
=========================================== */

.star-stays,
.star-stays *,
.star-stays *::before,
.star-stays *::after {
    box-sizing: border-box;
}

.star-stays {
    --ss-bg: #0d0309;
    --ss-panel: #1e0615;
    --ss-pink: #ec4899;
    --ss-light: #f9a8d4;
    --ss-red: #ef4444;
    --ss-white: #ffffff;
    --ss-text: #d9cfd6;
    --ss-muted: #aaa0a8;
    --ss-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 7% 14%,
            rgba(236, 72, 153, 0.1),
            transparent 27%
        ),
        radial-gradient(
            circle at 94% 80%,
            rgba(239, 68, 68, 0.07),
            transparent 29%
        ),
        linear-gradient(
            180deg,
            #0d0309 0%,
            #16040f 50%,
            #0d0309 100%
        );

    color: var(--ss-text);
}

.star-stays__container {
    position: relative;
    z-index: 2;

    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.star-stays__glow {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;

    filter: blur(105px);
}

.star-stays__glow--left {
    top: 370px;
    left: -280px;

    width: 540px;
    height: 540px;

    background: rgba(236, 72, 153, 0.08);
}

.star-stays__glow--right {
    right: -280px;
    bottom: 350px;

    width: 550px;
    height: 550px;

    background: rgba(239, 68, 68, 0.06);
}


/* ==========================================
   COMMON
=========================================== */

.star-stays__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 18px;
    padding: 9px 16px;

    border: 1px solid rgba(236, 72, 153, 0.3);
    border-radius: 100px;

    background: rgba(236, 72, 153, 0.07);

    color: var(--ss-light);

    font-size: 11px;
    font-weight: 750;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.star-stays__eyebrow::before {
    content: "";

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            var(--ss-pink),
            var(--ss-red)
        );

    box-shadow:
        0 0 13px rgba(236, 72, 153, 0.6);
}

.star-stays__label {
    display: block;

    margin-bottom: 10px;

    color: var(--ss-light);

    font-size: 11px;
    font-weight: 750;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}


/* ==========================================
   INTRO
=========================================== */

.star-stays__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 50px;
    align-items: center;

    padding: 54px;

    border: 1px solid var(--ss-border);
    border-radius: 29px;

    background:
        radial-gradient(
            circle at 86% 18%,
            rgba(236, 72, 153, 0.13),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            rgba(43, 9, 29, 0.99),
            rgba(16, 3, 11, 0.99)
        );

    box-shadow:
        0 29px 67px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.star-stays__intro-copy h2 {
    max-width: 780px;

    margin: 0 0 22px;

    color: var(--ss-white);

    font-size: clamp(40px, 5vw, 61px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.7px;
}

.star-stays__intro-copy p {
    margin: 0 0 15px;

    color: var(--ss-text);

    font-size: 15px;
    line-height: 1.82;
}

.star-stays__intro-copy p:last-child {
    margin-bottom: 0;
}

.star-stays__intro-copy .star-stays__lead {
    font-size: 17px;
}


/* Selector */

.star-stays__selector {
    overflow: hidden;

    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 22px;

    background: rgba(11, 2, 8, 0.43);
}

.star-stays__selector-title {
    padding: 24px;

    border-bottom: 1px solid rgba(236, 72, 153, 0.15);
}

.star-stays__selector-title small {
    display: block;

    margin-bottom: 6px;

    color: var(--ss-light);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.star-stays__selector-title strong {
    color: var(--ss-white);

    font-size: 19px;
}

.star-stays__selector-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center;

    padding: 18px 22px;

    border-bottom: 1px solid rgba(236, 72, 153, 0.1);
}

.star-stays__selector-row:last-child {
    border-bottom: 0;
}

.star-stays__selector-row > span {
    display: flex;

    width: 41px;
    height: 41px;

    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background:
        linear-gradient(
            135deg,
            var(--ss-pink),
            var(--ss-red)
        );

    color: var(--ss-white);

    font-size: 10px;
    font-weight: 850;
}

.star-stays__selector-row small {
    display: block;

    margin-bottom: 4px;

    color: var(--ss-muted);

    font-size: 9px;
}

.star-stays__selector-row strong {
    color: var(--ss-white);

    font-size: 14px;
}


/* ==========================================
   OPTIONS
=========================================== */

.star-stays__options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;

    margin-top: 28px;
}

.stay-option {
    position: relative;

    min-height: 570px;
    overflow: hidden;

    padding: 34px;

    border: 1px solid var(--ss-border);
    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(35, 7, 23, 0.99),
            rgba(15, 3, 10, 0.99)
        );

    box-shadow:
        0 23px 52px rgba(0, 0, 0, 0.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);

    transition:
        transform 0.32s ease,
        border-color 0.32s ease,
        box-shadow 0.32s ease;
}

.stay-option::after {
    content: "";

    position: absolute;
    right: -95px;
    bottom: -105px;

    width: 240px;
    height: 240px;

    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 50%;

    box-shadow:
        0 0 0 38px rgba(255, 255, 255, 0.012),
        0 0 0 76px rgba(255, 255, 255, 0.007);
}

.stay-option:hover {
    transform: translateY(-6px);

    border-color: rgba(236, 72, 153, 0.42);

    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.34),
        0 0 25px rgba(236, 72, 153, 0.07);
}

.stay-option--darling {
    background:
        radial-gradient(
            circle at 90% 6%,
            rgba(236, 72, 153, 0.14),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            rgba(44, 9, 29, 0.99),
            rgba(16, 3, 11, 0.99)
        );
}

.stay-option--residences {
    background:
        radial-gradient(
            circle at 10% 100%,
            rgba(239, 68, 68, 0.1),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            rgba(38, 8, 25, 0.99),
            rgba(16, 3, 11, 0.99)
        );
}

.stay-option__top {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 28px;
}

.stay-option__number {
    color: rgba(255, 255, 255, 0.07);

    font-size: 44px;
    font-weight: 900;
}

.stay-option__type {
    padding: 8px 11px;

    border: 1px solid rgba(236, 72, 153, 0.18);
    border-radius: 100px;

    background: rgba(236, 72, 153, 0.06);

    color: var(--ss-light);

    font-size: 9px;
    font-weight: 750;
}

.stay-option__monogram {
    position: relative;
    z-index: 2;

    display: flex;

    width: 68px;
    height: 68px;

    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            var(--ss-pink),
            var(--ss-red)
        );

    color: var(--ss-white);

    font-size: 21px;
    font-weight: 850;

    box-shadow:
        0 15px 28px rgba(220, 38, 38, 0.2),
        0 0 24px rgba(236, 72, 153, 0.14);
}

.stay-option h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 16px;

    color: var(--ss-white);

    font-size: 29px;
    font-weight: 800;
    line-height: 1.18;
}

.stay-option__lead {
    position: relative;
    z-index: 2;

    margin: 0 0 25px;

    color: var(--ss-text);

    font-size: 13px;
    line-height: 1.72;
}

.stay-option__best {
    position: relative;
    z-index: 2;

    margin-bottom: 25px;
    padding: 17px;

    border-left: 3px solid var(--ss-pink);
    border-radius: 0 13px 13px 0;

    background: rgba(236, 72, 153, 0.065);
}

.stay-option__best small {
    display: block;

    margin-bottom: 5px;

    color: var(--ss-muted);

    font-size: 9px;
    text-transform: uppercase;
}

.stay-option__best strong {
    color: var(--ss-white);

    font-size: 13px;
    line-height: 1.4;
}

.stay-option ul {
    position: relative;
    z-index: 2;

    margin: 0;
    padding: 0;

    list-style: none;
}

.stay-option li {
    position: relative;

    margin-bottom: 11px;
    padding-left: 23px;

    color: var(--ss-muted);

    font-size: 11px;
    line-height: 1.55;
}

.stay-option li::before {
    content: "";

    position: absolute;
    top: 6px;
    left: 0;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            var(--ss-pink),
            var(--ss-red)
        );
}

.stay-option__tags {
    position: relative;
    z-index: 2;

    display: flex;
    flex-wrap: wrap;
    gap: 7px;

    margin-top: 22px;
}

.stay-option__tags span {
    padding: 7px 9px;

    border: 1px solid rgba(236, 72, 153, 0.16);
    border-radius: 100px;

    color: var(--ss-light);

    font-size: 9px;
}


/* ==========================================
   COMPARISON
=========================================== */

.star-stays__comparison {
    display: grid;
    grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1.45fr);
    gap: 35px;

    margin-top: 28px;
    padding: 45px;

    border: 1px solid var(--ss-border);
    border-radius: 25px;

    background:
        linear-gradient(
            145deg,
            rgba(37, 8, 24, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.star-stays__comparison-heading h3,
.star-stays__scenarios-title h3,
.star-stays__connection-copy h3 {
    margin: 0;

    color: var(--ss-white);

    font-weight: 750;
    line-height: 1.2;
}

.star-stays__comparison-heading h3 {
    margin-bottom: 14px;

    font-size: clamp(29px, 3vw, 40px);
}

.star-stays__comparison-heading p {
    margin: 0;

    color: var(--ss-muted);

    font-size: 13px;
    line-height: 1.7;
}

.star-stays__comparison-table {
    overflow: hidden;

    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 17px;
}

.star-stays__comparison-row {
    display: grid;
    grid-template-columns: 1fr 0.9fr 1.2fr 1fr;
    gap: 14px;

    padding: 17px 18px;

    border-bottom: 1px solid rgba(236, 72, 153, 0.1);

    background: rgba(11, 2, 8, 0.3);
}

.star-stays__comparison-row:last-child {
    border-bottom: 0;
}

.star-stays__comparison-row--head {
    background: rgba(236, 72, 153, 0.08);
}

.star-stays__comparison-row--head span {
    color: var(--ss-light);

    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.star-stays__comparison-row strong {
    color: var(--ss-white);

    font-size: 12px;
}

.star-stays__comparison-row:not(.star-stays__comparison-row--head) span {
    color: var(--ss-muted);

    font-size: 11px;
    line-height: 1.45;
}


/* ==========================================
   SCENARIOS
=========================================== */

.star-stays__scenarios {
    margin-top: 28px;
    padding: 44px;

    border: 1px solid var(--ss-border);
    border-radius: 24px;

    background:
        linear-gradient(
            120deg,
            rgba(43, 9, 28, 0.98),
            rgba(16, 3, 11, 0.99)
        );
}

.star-stays__scenarios-title {
    margin-bottom: 28px;
}

.star-stays__scenarios-title h3 {
    font-size: clamp(28px, 3vw, 38px);
}

.star-stays__scenario-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
}

.star-stays__scenario-grid article {
    padding: 21px;

    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 16px;

    background: rgba(11, 2, 8, 0.34);
}

.star-stays__scenario-grid article > span {
    display: block;

    margin-bottom: 18px;

    color: var(--ss-light);

    font-size: 9px;
    font-weight: 850;
}

.star-stays__scenario-grid strong {
    display: block;

    margin-bottom: 9px;

    color: var(--ss-white);

    font-size: 14px;
    line-height: 1.4;
}

.star-stays__scenario-grid p {
    margin: 0 0 15px;

    color: var(--ss-muted);

    font-size: 10px;
    line-height: 1.55;
}

.star-stays__scenario-grid b {
    color: var(--ss-light);

    font-size: 10px;
}


/* ==========================================
   CONNECTION
=========================================== */

.star-stays__connection {
    display: grid;
    grid-template-columns: auto minmax(300px, 1fr) minmax(270px, 0.8fr);
    gap: 29px;
    align-items: center;

    margin-top: 28px;
    padding: 39px;

    border: 1px solid rgba(236, 72, 153, 0.23);
    border-radius: 23px;

    background:
        linear-gradient(
            110deg,
            rgba(47, 9, 30, 0.98),
            rgba(18, 4, 13, 0.99)
        );
}

.star-stays__connection-mark {
    display: flex;

    width: 76px;
    height: 76px;

    flex-direction: column;
    align-items: center;
    justify-content: center;

    border-radius: 21px;

    background:
        linear-gradient(
            135deg,
            var(--ss-pink),
            var(--ss-red)
        );

    color: var(--ss-white);

    font-size: 24px;
    font-weight: 850;

    box-shadow:
        0 15px 29px rgba(220, 38, 38, 0.2);
}

.star-stays__connection-mark small {
    margin-top: -3px;

    font-size: 8px;
}

.star-stays__connection-copy h3 {
    margin-bottom: 10px;

    font-size: clamp(26px, 3vw, 35px);
}

.star-stays__connection-copy p {
    margin: 0;

    color: var(--ss-text);

    font-size: 13px;
    line-height: 1.7;
}

.star-stays__connection-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
}

.star-stays__connection-points span {
    padding: 13px;

    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 13px;

    background: rgba(11, 2, 8, 0.34);

    color: var(--ss-light);

    font-size: 10px;
    text-align: center;
}


/* ==========================================
   NOTICE
=========================================== */

.star-stays__notice {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;

    margin-top: 28px;
    padding: 24px 28px;

    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 18px;

    background: rgba(239, 68, 68, 0.05);
}

.star-stays__notice-mark {
    display: flex;

    width: 47px;
    height: 47px;

    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            var(--ss-pink),
            var(--ss-red)
        );

    color: var(--ss-white);

    font-size: 18px;
    font-weight: 850;
}

.star-stays__notice p {
    margin: 0;

    color: var(--ss-text);

    font-size: 13px;
    line-height: 1.67;
}


/* ==========================================
   RESPONSIVE
=========================================== */

@media (max-width: 1120px) {

    .star-stays__intro,
    .star-stays__comparison {
        grid-template-columns: 1fr;
    }

    .star-stays__options {
        grid-template-columns: 1fr;
    }

    .stay-option {
        min-height: 0;
    }

    .star-stays__scenario-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .star-stays__connection {
        grid-template-columns: auto 1fr;
    }

    .star-stays__connection-points {
        grid-column: 1 / -1;
    }

}

@media (max-width: 850px) {

    .star-stays {
        padding: 90px 0;
    }

    .star-stays__comparison {
        overflow-x: auto;
    }

    .star-stays__comparison-table {
        min-width: 720px;
    }

}

@media (max-width: 700px) {

    .star-stays {
        padding: 72px 0;
    }

    .star-stays__container {
        width: min(100% - 28px, 670px);
    }

    .star-stays__intro,
    .star-stays__comparison,
    .star-stays__scenarios,
    .star-stays__connection {
        padding: 28px;
        border-radius: 20px;
    }

    .star-stays__intro-copy h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .stay-option {
        padding: 28px;
    }

    .star-stays__connection {
        grid-template-columns: 1fr;
    }

    .star-stays__connection-mark {
        margin: 0 auto;
    }

    .star-stays__connection-points {
        grid-column: auto;
    }

}

@media (max-width: 500px) {

    .star-stays__container {
        width: min(100% - 22px, 460px);
    }

    .star-stays__intro,
    .star-stays__comparison,
    .star-stays__scenarios,
    .star-stays__connection,
    .stay-option {
        padding: 22px;
    }

    .star-stays__intro-copy h2 {
        font-size: 31px;
    }

    .star-stays__scenario-grid,
    .star-stays__connection-points {
        grid-template-columns: 1fr;
    }

    .star-stays__notice {
        grid-template-columns: 1fr;
        padding: 22px;
    }

}

/* ==========================================
   THE STAR GRAND & THE DARLING
=========================================== */

.hotel-duo,
.hotel-duo *,
.hotel-duo *::before,
.hotel-duo *::after {
    box-sizing: border-box;
}

.hotel-duo {
    --hd-bg: #0d0309;
    --hd-panel: #1c0514;
    --hd-dark: #14030d;
    --hd-pink: #ec4899;
    --hd-light: #f9a8d4;
    --hd-red: #ef4444;
    --hd-white: #ffffff;
    --hd-text: #d9cfd6;
    --hd-muted: #aaa0a8;
    --hd-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 6% 15%, rgba(236,72,153,.1), transparent 27%),
        radial-gradient(circle at 94% 81%, rgba(239,68,68,.07), transparent 29%),
        linear-gradient(180deg, #0d0309 0%, #16040f 50%, #0d0309 100%);
    color: var(--hd-text);
}

.hotel-duo__container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.hotel-duo__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(105px);
}

.hotel-duo__glow--left {
    top: 390px;
    left: -280px;
    width: 540px;
    height: 540px;
    background: rgba(236,72,153,.08);
}

.hotel-duo__glow--right {
    right: -280px;
    bottom: 330px;
    width: 550px;
    height: 550px;
    background: rgba(239,68,68,.06);
}


/* COMMON */

.hotel-duo__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 9px 16px;
    border: 1px solid rgba(236,72,153,.3);
    border-radius: 100px;
    background: rgba(236,72,153,.07);
    color: var(--hd-light);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.hotel-duo__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--hd-pink), var(--hd-red));
    box-shadow: 0 0 13px rgba(236,72,153,.6);
}

.hotel-duo__label {
    display: block;
    margin-bottom: 9px;
    color: var(--hd-light);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}


/* INTRO */

.hotel-duo__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
    gap: 50px;
    align-items: center;
    padding: 54px;
    border: 1px solid var(--hd-border);
    border-radius: 29px;
    background:
        radial-gradient(circle at 85% 18%, rgba(236,72,153,.13), transparent 30%),
        linear-gradient(135deg, rgba(43,9,29,.99), rgba(16,3,11,.99));
    box-shadow:
        0 29px 67px rgba(0,0,0,.32),
        inset 0 1px 0 rgba(255,255,255,.04);
}

.hotel-duo__intro-copy h2 {
    max-width: 760px;
    margin: 0 0 22px;
    color: var(--hd-white);
    font-size: clamp(40px, 5vw, 61px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.7px;
}

.hotel-duo__intro-copy p {
    margin: 0 0 15px;
    color: var(--hd-text);
    font-size: 15px;
    line-height: 1.82;
}

.hotel-duo__intro-copy .hotel-duo__lead {
    font-size: 17px;
}


/* SWITCH */

.hotel-duo__switch {
    overflow: hidden;
    border: 1px solid rgba(236,72,153,.2);
    border-radius: 22px;
    background: rgba(11,2,8,.45);
}

.hotel-duo__switch-label {
    padding: 24px;
}

.hotel-duo__switch-label small {
    display: block;
    margin-bottom: 5px;
    color: var(--hd-light);
    font-size: 9px;
    text-transform: uppercase;
}

.hotel-duo__switch-label strong {
    color: var(--hd-white);
    font-size: 21px;
}

.hotel-duo__switch-track {
    border-top: 1px solid rgba(236,72,153,.13);
}

.hotel-duo__switch-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center;
    padding: 19px 22px;
}

.hotel-duo__switch-item > span {
    display: flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--hd-pink), var(--hd-red));
    color: var(--hd-white);
    font-size: 10px;
    font-weight: 850;
}

.hotel-duo__switch-item small {
    display: block;
    margin-bottom: 4px;
    color: var(--hd-muted);
    font-size: 9px;
}

.hotel-duo__switch-item strong {
    color: var(--hd-white);
    font-size: 14px;
}

.hotel-duo__switch-divider {
    height: 1px;
    margin-left: 79px;
    background: rgba(236,72,153,.11);
}


/* SPLIT */

.hotel-duo__split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 55px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    margin-top: 28px;
}

.hotel-property {
    position: relative;
    overflow: hidden;
    padding: 40px;
    border: 1px solid var(--hd-border);
    border-radius: 25px;
    background: linear-gradient(145deg, rgba(35,7,23,.99), rgba(15,3,10,.99));
    box-shadow:
        0 24px 54px rgba(0,0,0,.28),
        inset 0 1px 0 rgba(255,255,255,.035);
}

.hotel-property--darling {
    background:
        radial-gradient(circle at 90% 8%, rgba(236,72,153,.14), transparent 31%),
        linear-gradient(145deg, rgba(44,9,29,.99), rgba(16,3,11,.99));
}

.hotel-property::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -135px;
    width: 290px;
    height: 290px;
    border: 1px solid rgba(255,255,255,.035);
    border-radius: 50%;
    box-shadow:
        0 0 0 43px rgba(255,255,255,.01),
        0 0 0 86px rgba(255,255,255,.006);
}

.hotel-property__top {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 19px;
    align-items: center;
    margin-bottom: 28px;
}

.hotel-property__monogram {
    display: flex;
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--hd-pink), var(--hd-red));
    color: var(--hd-white);
    font-size: 21px;
    font-weight: 850;
    box-shadow:
        0 14px 27px rgba(220,38,38,.2),
        0 0 23px rgba(236,72,153,.15);
}

.hotel-property h3 {
    margin: 0;
    color: var(--hd-white);
    font-size: clamp(32px, 3vw, 43px);
    font-weight: 800;
    line-height: 1.12;
}

.hotel-property__lead {
    position: relative;
    z-index: 2;
    margin: 0 0 25px;
    color: var(--hd-text);
    font-size: 14px;
    line-height: 1.78;
}


/* GRAND METRIC */

.hotel-property__metric {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;
    margin-bottom: 15px;
    padding: 20px;
    border: 1px solid rgba(236,72,153,.17);
    border-radius: 17px;
    background: rgba(11,2,8,.35);
}

.hotel-property__metric-number {
    color: var(--hd-light);
    font-size: 37px;
    font-weight: 850;
}

.hotel-property__metric small,
.hotel-property__statement small,
.hotel-property__best small {
    display: block;
    margin-bottom: 4px;
    color: var(--hd-muted);
    font-size: 9px;
    text-transform: uppercase;
}

.hotel-property__metric strong,
.hotel-property__statement strong {
    color: var(--hd-white);
    font-size: 14px;
    line-height: 1.45;
}


/* VIEWS */

.hotel-property__views {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 16px;
}

.hotel-property__views > div {
    padding: 16px;
    border: 1px solid rgba(236,72,153,.14);
    border-radius: 14px;
    background: rgba(11,2,8,.31);
}

.hotel-property__views span {
    display: block;
    margin-bottom: 5px;
    color: var(--hd-light);
    font-size: 8px;
    font-weight: 800;
}

.hotel-property__views strong {
    color: var(--hd-white);
    font-size: 12px;
}


/* GRAND FEATURES */

.hotel-property__features {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
}

.hotel-property__features article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(236,72,153,.13);
    border-radius: 14px;
    background: rgba(11,2,8,.31);
}

.hotel-property__features article > span {
    color: var(--hd-light);
    font-size: 9px;
    font-weight: 850;
}

.hotel-property__features h4,
.hotel-property__exclusive h4 {
    margin: 0 0 5px;
    color: var(--hd-white);
    font-size: 14px;
}

.hotel-property__features p,
.hotel-property__exclusive p {
    margin: 0;
    color: var(--hd-muted);
    font-size: 10px;
    line-height: 1.55;
}


/* DARLING */

.hotel-property__statement {
    position: relative;
    z-index: 2;
    margin-bottom: 16px;
    padding: 20px;
    border-left: 3px solid var(--hd-pink);
    border-radius: 0 14px 14px 0;
    background: rgba(236,72,153,.07);
}

.hotel-property__exclusive {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
}

.hotel-property__exclusive > div {
    padding: 18px;
    border: 1px solid rgba(236,72,153,.14);
    border-radius: 15px;
    background: rgba(11,2,8,.32);
}

.hotel-property__exclusive-feature {
    background:
        radial-gradient(circle at 95% 20%, rgba(236,72,153,.1), transparent 35%),
        rgba(11,2,8,.32) !important;
}

.hotel-property__exclusive-code {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 8px;
    border-radius: 7px;
    background: rgba(236,72,153,.1);
    color: var(--hd-light);
    font-size: 8px;
    font-weight: 800;
}


/* BEST */

.hotel-property__best {
    position: relative;
    z-index: 2;
    margin-top: 21px;
    padding: 17px;
    border: 1px solid rgba(236,72,153,.16);
    border-radius: 14px;
    background: rgba(236,72,153,.055);
}

.hotel-property__best strong {
    color: var(--hd-white);
    font-size: 12px;
    line-height: 1.5;
}

.hotel-property__best--darling {
    border-color: rgba(239,68,68,.17);
}


/* DIVIDER */

.hotel-duo__divider {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.hotel-duo__divider div {
    width: 1px;
    height: 100%;
    min-height: 100px;
    background: linear-gradient(180deg, transparent, rgba(236,72,153,.45), transparent);
}

.hotel-duo__divider span {
    display: flex;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(236,72,153,.24);
    border-radius: 50%;
    background: #1c0514;
    color: var(--hd-light);
    font-size: 10px;
    font-weight: 850;
}


/* COMPARISON */

.hotel-duo__comparison {
    display: grid;
    grid-template-columns: minmax(280px,.55fr) minmax(0,1.45fr);
    gap: 38px;
    align-items: center;
    margin-top: 28px;
    padding: 44px;
    border: 1px solid var(--hd-border);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(37,8,24,.98), rgba(17,3,12,.99));
}

.hotel-duo__comparison-heading h3,
.hotel-duo__scenarios-heading h3 {
    margin: 0;
    color: var(--hd-white);
    font-weight: 750;
    line-height: 1.2;
}

.hotel-duo__comparison-heading h3 {
    font-size: clamp(29px,3vw,39px);
}

.hotel-duo__comparison-axis {
    display: grid;
    grid-template-columns: 1fr 130px 1fr;
    gap: 17px;
    align-items: center;
}

.hotel-duo__comparison-side {
    padding: 22px;
    border: 1px solid rgba(236,72,153,.14);
    border-radius: 16px;
    background: rgba(11,2,8,.33);
}

.hotel-duo__comparison-name {
    display: block;
    margin-bottom: 8px;
    color: var(--hd-light);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.hotel-duo__comparison-side strong {
    display: block;
    margin-bottom: 8px;
    color: var(--hd-white);
    font-size: 20px;
}

.hotel-duo__comparison-side p {
    margin: 0;
    color: var(--hd-muted);
    font-size: 11px;
    line-height: 1.58;
}

.hotel-duo__comparison-meter {
    text-align: center;
}

.hotel-duo__comparison-meter > span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
    background: rgba(236,72,153,.2);
}

.hotel-duo__comparison-meter > span:nth-child(3),
.hotel-duo__comparison-meter > span:nth-child(4),
.hotel-duo__comparison-meter > span:nth-child(5) {
    background: linear-gradient(135deg,var(--hd-pink),var(--hd-red));
}

.hotel-duo__comparison-meter small {
    display: block;
    margin-top: 9px;
    color: var(--hd-muted);
    font-size: 8px;
}


/* SCENARIOS */

.hotel-duo__scenarios {
    margin-top: 28px;
    padding: 43px;
    border: 1px solid var(--hd-border);
    border-radius: 24px;
    background: linear-gradient(120deg, rgba(43,9,28,.98), rgba(16,3,11,.99));
}

.hotel-duo__scenarios-heading {
    margin-bottom: 27px;
}

.hotel-duo__scenarios-heading h3 {
    font-size: clamp(28px,3vw,38px);
}

.hotel-duo__scenario-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 10px;
}

.hotel-duo__scenario-grid article {
    padding: 20px;
    border: 1px solid rgba(236,72,153,.14);
    border-radius: 15px;
    background: rgba(11,2,8,.34);
}

.hotel-duo__scenario-grid article > span {
    display: block;
    margin-bottom: 17px;
    color: var(--hd-light);
    font-size: 9px;
    font-weight: 850;
}

.hotel-duo__scenario-grid strong {
    display: block;
    margin-bottom: 8px;
    color: var(--hd-white);
    font-size: 14px;
}

.hotel-duo__scenario-grid p {
    margin: 0 0 14px;
    color: var(--hd-muted);
    font-size: 10px;
    line-height: 1.55;
}

.hotel-duo__scenario-grid b {
    color: var(--hd-light);
    font-size: 10px;
}


/* SUMMARY */

.hotel-duo__summary {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 10px;
    margin-top: 28px;
}

.hotel-duo__summary > div {
    padding: 21px;
    border: 1px solid rgba(236,72,153,.15);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(32,7,21,.98), rgba(13,3,9,.99));
}

.hotel-duo__summary small {
    display: block;
    margin-bottom: 6px;
    color: var(--hd-muted);
    font-size: 9px;
}

.hotel-duo__summary strong {
    display: block;
    margin-bottom: 4px;
    color: var(--hd-white);
    font-size: 14px;
}

.hotel-duo__summary span {
    color: var(--hd-light);
    font-size: 9px;
}


/* NOTICE */

.hotel-duo__notice {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;
    margin-top: 28px;
    padding: 24px 28px;
    border: 1px solid rgba(239,68,68,.2);
    border-radius: 18px;
    background: rgba(239,68,68,.05);
}

.hotel-duo__notice-mark {
    display: flex;
    width: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg,var(--hd-pink),var(--hd-red));
    color: var(--hd-white);
    font-size: 18px;
    font-weight: 850;
}

.hotel-duo__notice p {
    margin: 0;
    color: var(--hd-text);
    font-size: 13px;
    line-height: 1.67;
}


/* RESPONSIVE */

@media (max-width: 1120px) {

    .hotel-duo__intro,
    .hotel-duo__comparison {
        grid-template-columns: 1fr;
    }

    .hotel-duo__split {
        grid-template-columns: 1fr;
    }

    .hotel-duo__divider {
        flex-direction: row;
    }

    .hotel-duo__divider div {
        width: 100%;
        height: 1px;
        min-height: 0;
    }

    .hotel-duo__scenario-grid,
    .hotel-duo__summary {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

}

@media (max-width: 800px) {

    .hotel-duo {
        padding: 90px 0;
    }

    .hotel-duo__comparison-axis {
        grid-template-columns: 1fr;
    }

    .hotel-duo__comparison-meter {
        display: none;
    }

}

@media (max-width: 700px) {

    .hotel-duo {
        padding: 72px 0;
    }

    .hotel-duo__container {
        width: min(100% - 28px, 670px);
    }

    .hotel-duo__intro,
    .hotel-property,
    .hotel-duo__comparison,
    .hotel-duo__scenarios {
        padding: 28px;
        border-radius: 20px;
    }

    .hotel-duo__intro-copy h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .hotel-property__features {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 500px) {

    .hotel-duo__container {
        width: min(100% - 22px, 460px);
    }

    .hotel-duo__intro,
    .hotel-property,
    .hotel-duo__comparison,
    .hotel-duo__scenarios {
        padding: 22px;
    }

    .hotel-duo__intro-copy h2 {
        font-size: 31px;
    }

    .hotel-property__views,
    .hotel-duo__scenario-grid,
    .hotel-duo__summary {
        grid-template-columns: 1fr;
    }

    .hotel-duo__notice {
        grid-template-columns: 1fr;
        padding: 22px;
    }

}

/* ==========================================
   POOLS, SPA, FITNESS & WELLNESS
=========================================== */

.resort-wellness,
.resort-wellness *,
.resort-wellness *::before,
.resort-wellness *::after {
    box-sizing: border-box;
}

.resort-wellness {
    --rw-bg: #0d0309;
    --rw-panel: #1d0515;
    --rw-pink: #ec4899;
    --rw-light: #f9a8d4;
    --rw-red: #ef4444;
    --rw-white: #ffffff;
    --rw-text: #d9cfd6;
    --rw-muted: #aaa0a8;
    --rw-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 6% 14%, rgba(236, 72, 153, 0.1), transparent 27%),
        radial-gradient(circle at 95% 81%, rgba(239, 68, 68, 0.07), transparent 29%),
        linear-gradient(180deg, #0d0309 0%, #16040f 50%, #0d0309 100%);
    color: var(--rw-text);
}

.resort-wellness__container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.resort-wellness__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(105px);
    pointer-events: none;
}

.resort-wellness__glow--left {
    top: 390px;
    left: -280px;
    width: 540px;
    height: 540px;
    background: rgba(236, 72, 153, 0.08);
}

.resort-wellness__glow--right {
    right: -280px;
    bottom: 360px;
    width: 550px;
    height: 550px;
    background: rgba(239, 68, 68, 0.06);
}


/* COMMON */

.resort-wellness__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 9px 16px;
    border: 1px solid rgba(236, 72, 153, 0.3);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.07);
    color: var(--rw-light);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.resort-wellness__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--rw-pink), var(--rw-red));
    box-shadow: 0 0 13px rgba(236, 72, 153, 0.6);
}

.resort-wellness__label {
    display: block;
    margin-bottom: 10px;
    color: var(--rw-light);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}


/* INTRO */

.resort-wellness__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
    gap: 50px;
    align-items: center;
    padding: 54px;
    border: 1px solid var(--rw-border);
    border-radius: 29px;
    background:
        radial-gradient(circle at 86% 18%, rgba(236, 72, 153, 0.13), transparent 30%),
        linear-gradient(135deg, rgba(43, 9, 29, 0.99), rgba(16, 3, 11, 0.99));
    box-shadow:
        0 29px 67px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.resort-wellness__intro-copy h2 {
    max-width: 810px;
    margin: 0 0 22px;
    color: var(--rw-white);
    font-size: clamp(40px, 5vw, 61px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.7px;
}

.resort-wellness__intro-copy p {
    margin: 0 0 15px;
    color: var(--rw-text);
    font-size: 15px;
    line-height: 1.82;
}

.resort-wellness__intro-copy .resort-wellness__lead {
    font-size: 17px;
}

.resort-wellness__intro-board {
    display: grid;
    gap: 9px;
}

.resort-wellness__intro-board > div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center;
    padding: 19px;
    border: 1px solid rgba(236, 72, 153, 0.16);
    border-radius: 16px;
    background: rgba(11, 2, 8, 0.38);
}

.resort-wellness__intro-board > div > span {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--rw-pink), var(--rw-red));
    color: var(--rw-white);
    font-size: 10px;
    font-weight: 850;
}

.resort-wellness__intro-board small {
    display: block;
    margin-bottom: 4px;
    color: var(--rw-muted);
    font-size: 9px;
}

.resort-wellness__intro-board strong {
    color: var(--rw-white);
    font-size: 14px;
}


/* POOLS */

.resort-wellness__pool-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.wellness-pool {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    padding: 33px;
    border: 1px solid var(--rw-border);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(35, 7, 23, 0.99), rgba(15, 3, 10, 0.99));
    box-shadow:
        0 23px 52px rgba(0, 0, 0, 0.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.wellness-pool--isoletto {
    background:
        radial-gradient(circle at 90% 7%, rgba(236, 72, 153, 0.14), transparent 31%),
        linear-gradient(145deg, rgba(44, 9, 29, 0.99), rgba(16, 3, 11, 0.99));
}

.wellness-pool--darling {
    background:
        radial-gradient(circle at 12% 100%, rgba(239, 68, 68, 0.09), transparent 32%),
        linear-gradient(145deg, rgba(39, 8, 26, 0.99), rgba(16, 3, 11, 0.99));
}

.wellness-pool__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.wellness-pool__top > span {
    color: rgba(255, 255, 255, 0.07);
    font-size: 40px;
    font-weight: 900;
}

.wellness-pool__top small {
    padding: 8px 10px;
    border: 1px solid rgba(236, 72, 153, 0.18);
    border-radius: 100px;
    background: rgba(236, 72, 153, 0.06);
    color: var(--rw-light);
    font-size: 9px;
}

.wellness-pool__mark {
    display: flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    border-radius: 19px;
    background: linear-gradient(135deg, var(--rw-pink), var(--rw-red));
    color: var(--rw-white);
    font-size: 20px;
    font-weight: 850;
}

.wellness-pool h3 {
    margin: 0 0 15px;
    color: var(--rw-white);
    font-size: 27px;
    font-weight: 800;
    line-height: 1.2;
}

.wellness-pool > p {
    margin: 0 0 22px;
    color: var(--rw-text);
    font-size: 13px;
    line-height: 1.72;
}

.wellness-pool__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.wellness-pool__features > div {
    padding: 15px;
    border: 1px solid rgba(236, 72, 153, 0.13);
    border-radius: 13px;
    background: rgba(11, 2, 8, 0.32);
}

.wellness-pool__features strong {
    display: block;
    margin-bottom: 5px;
    color: var(--rw-white);
    font-size: 12px;
}

.wellness-pool__features span {
    color: var(--rw-muted);
    font-size: 9px;
    line-height: 1.5;
}

.wellness-pool__metric {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
    padding: 17px;
    border: 1px solid rgba(236, 72, 153, 0.17);
    border-radius: 15px;
    background: rgba(236, 72, 153, 0.06);
}

.wellness-pool__metric > strong {
    color: var(--rw-light);
    font-size: 29px;
}

.wellness-pool__metric small,
.wellness-pool__access small,
.wellness-pool__private small {
    display: block;
    margin-bottom: 4px;
    color: var(--rw-muted);
    font-size: 8px;
    text-transform: uppercase;
}

.wellness-pool__metric span {
    color: var(--rw-white);
    font-size: 12px;
}

.wellness-pool__private {
    padding: 21px;
    border-left: 3px solid var(--rw-pink);
    border-radius: 0 14px 14px 0;
    background: rgba(236, 72, 153, 0.065);
}

.wellness-pool__private > strong {
    display: block;
    margin-bottom: 9px;
    color: var(--rw-white);
    font-size: 17px;
}

.wellness-pool__private p {
    margin: 0;
    color: var(--rw-muted);
    font-size: 11px;
    line-height: 1.6;
}

.wellness-pool__access {
    margin-top: 20px;
    padding: 16px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 14px;
    background: rgba(11, 2, 8, 0.31);
}

.wellness-pool__access strong {
    color: var(--rw-white);
    font-size: 12px;
    line-height: 1.45;
}


/* ACCESS */

.resort-wellness__access {
    display: grid;
    grid-template-columns: minmax(290px, 0.6fr) minmax(0, 1.4fr);
    gap: 36px;
    align-items: center;
    margin-top: 28px;
    padding: 43px;
    border: 1px solid var(--rw-border);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(37, 8, 24, 0.98), rgba(17, 3, 12, 0.99));
}

.resort-wellness__access-heading h3,
.resort-wellness__spa-copy h3,
.resort-wellness__fitness-title h3,
.resort-wellness__residences-copy h3,
.resort-wellness__notice h3 {
    margin: 0;
    color: var(--rw-white);
    font-weight: 750;
    line-height: 1.2;
}

.resort-wellness__access-heading h3 {
    margin-bottom: 13px;
    font-size: clamp(29px, 3vw, 39px);
}

.resort-wellness__access-heading p {
    margin: 0;
    color: var(--rw-text);
    font-size: 13px;
    line-height: 1.7;
}

.resort-wellness__access-table {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.resort-wellness__access-table > div {
    padding: 20px;
    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 15px;
    background: rgba(11, 2, 8, 0.33);
}

.resort-wellness__access-table small {
    display: block;
    margin-bottom: 7px;
    color: var(--rw-light);
    font-size: 9px;
}

.resort-wellness__access-table strong {
    color: var(--rw-white);
    font-size: 12px;
    line-height: 1.45;
}


/* SPA */

.resort-wellness__spa {
    display: grid;
    grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
    gap: 38px;
    margin-top: 28px;
    padding: 45px;
    border: 1px solid var(--rw-border);
    border-radius: 25px;
    background:
        radial-gradient(circle at 6% 50%, rgba(236, 72, 153, 0.1), transparent 27%),
        linear-gradient(115deg, rgba(44, 9, 29, 0.98), rgba(18, 4, 13, 0.99));
}

.resort-wellness__spa-copy h3 {
    margin-bottom: 16px;
    font-size: clamp(30px, 3.5vw, 42px);
}

.resort-wellness__spa-copy p {
    margin: 0 0 14px;
    color: var(--rw-text);
    font-size: 14px;
    line-height: 1.76;
}

.resort-wellness__booking {
    margin-top: 22px;
    padding: 15px;
    border-left: 3px solid var(--rw-pink);
    border-radius: 0 12px 12px 0;
    background: rgba(236, 72, 153, 0.065);
}

.resort-wellness__booking span {
    display: block;
    margin-bottom: 4px;
    color: var(--rw-light);
    font-size: 8px;
    font-weight: 850;
}

.resort-wellness__booking strong {
    color: var(--rw-white);
    font-size: 12px;
}

.resort-wellness__spa-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.resort-wellness__spa-grid article {
    padding: 21px;
    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 16px;
    background: rgba(11, 2, 8, 0.34);
}

.resort-wellness__spa-grid article > span {
    display: block;
    margin-bottom: 17px;
    color: var(--rw-light);
    font-size: 25px;
    font-weight: 850;
}

.resort-wellness__spa-grid small {
    display: block;
    margin-bottom: 4px;
    color: var(--rw-muted);
    font-size: 8px;
    text-transform: uppercase;
}

.resort-wellness__spa-grid strong {
    display: block;
    margin-bottom: 8px;
    color: var(--rw-white);
    font-size: 14px;
}

.resort-wellness__spa-grid p {
    margin: 0;
    color: var(--rw-muted);
    font-size: 10px;
    line-height: 1.55;
}


/* FITNESS */

.resort-wellness__fitness {
    display: grid;
    grid-template-columns: minmax(260px, 0.5fr) minmax(0, 1.5fr);
    gap: 34px;
    align-items: center;
    margin-top: 28px;
    padding: 43px;
    border: 1px solid var(--rw-border);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(35, 7, 23, 0.98), rgba(15, 3, 10, 0.99));
}

.resort-wellness__fitness-title h3 {
    font-size: clamp(28px, 3vw, 38px);
}

.resort-wellness__fitness-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
}

.resort-wellness__fitness-track > div {
    padding: 18px;
    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 14px;
    background: rgba(11, 2, 8, 0.34);
}

.resort-wellness__fitness-track span {
    display: block;
    margin-bottom: 15px;
    color: var(--rw-light);
    font-size: 9px;
    font-weight: 850;
}

.resort-wellness__fitness-track strong {
    display: block;
    margin-bottom: 6px;
    color: var(--rw-white);
    font-size: 13px;
}

.resort-wellness__fitness-track p {
    margin: 0;
    color: var(--rw-muted);
    font-size: 9px;
    line-height: 1.5;
}


/* RESIDENCES */

.resort-wellness__residences {
    display: grid;
    grid-template-columns: minmax(300px, 0.65fr) minmax(0, 1.35fr);
    gap: 35px;
    align-items: center;
    margin-top: 28px;
    padding: 43px;
    border: 1px solid var(--rw-border);
    border-radius: 24px;
    background: linear-gradient(120deg, rgba(43, 9, 28, 0.98), rgba(16, 3, 11, 0.99));
}

.resort-wellness__residences-copy h3 {
    margin-bottom: 12px;
    font-size: clamp(28px, 3vw, 38px);
}

.resort-wellness__residences-copy p {
    margin: 0;
    color: var(--rw-text);
    font-size: 13px;
    line-height: 1.7;
}

.resort-wellness__residences-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.resort-wellness__residences-grid > div {
    padding: 17px;
    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 14px;
    background: rgba(11, 2, 8, 0.34);
}

.resort-wellness__residences-grid span {
    display: block;
    margin-bottom: 9px;
    color: var(--rw-light);
    font-size: 8px;
    font-weight: 850;
}

.resort-wellness__residences-grid strong {
    color: var(--rw-white);
    font-size: 10px;
    line-height: 1.4;
}


/* NOTICE */

.resort-wellness__notice {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 23px;
    align-items: center;
    margin-top: 28px;
    padding: 35px;
    border: 1px solid rgba(236, 72, 153, 0.23);
    border-radius: 22px;
    background: linear-gradient(110deg, rgba(47, 9, 30, 0.98), rgba(18, 4, 13, 0.99));
}

.resort-wellness__notice-mark {
    display: flex;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    border-radius: 19px;
    background: linear-gradient(135deg, var(--rw-pink), var(--rw-red));
    color: var(--rw-white);
    font-size: 25px;
    font-weight: 850;
}

.resort-wellness__notice h3 {
    margin-bottom: 9px;
    font-size: clamp(26px, 3vw, 35px);
}

.resort-wellness__notice p {
    margin: 0;
    color: var(--rw-text);
    font-size: 13px;
    line-height: 1.67;
}


/* RESPONSIVE */

@media (max-width: 1120px) {
    .resort-wellness__intro,
    .resort-wellness__access,
    .resort-wellness__spa,
    .resort-wellness__fitness,
    .resort-wellness__residences {
        grid-template-columns: 1fr;
    }

    .resort-wellness__pool-grid {
        grid-template-columns: 1fr;
    }

    .wellness-pool {
        min-height: 0;
    }

    .resort-wellness__fitness-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .resort-wellness__residences-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 850px) {
    .resort-wellness {
        padding: 90px 0;
    }

    .resort-wellness__access-table {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .resort-wellness {
        padding: 72px 0;
    }

    .resort-wellness__container {
        width: min(100% - 28px, 670px);
    }

    .resort-wellness__intro,
    .wellness-pool,
    .resort-wellness__access,
    .resort-wellness__spa,
    .resort-wellness__fitness,
    .resort-wellness__residences {
        padding: 28px;
        border-radius: 20px;
    }

    .resort-wellness__intro-copy h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .wellness-pool__features,
    .resort-wellness__spa-grid {
        grid-template-columns: 1fr;
    }

    .resort-wellness__residences-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 500px) {
    .resort-wellness__container {
        width: min(100% - 22px, 460px);
    }

    .resort-wellness__intro,
    .wellness-pool,
    .resort-wellness__access,
    .resort-wellness__spa,
    .resort-wellness__fitness,
    .resort-wellness__residences {
        padding: 22px;
    }

    .resort-wellness__intro-copy h2 {
        font-size: 31px;
    }

    .resort-wellness__fitness-track,
    .resort-wellness__residences-grid {
        grid-template-columns: 1fr;
    }

    .resort-wellness__notice {
        grid-template-columns: 1fr;
        padding: 24px;
    }
}



/* ==========================================
   ACCESSIBILITY & GUEST ASSISTANCE
=========================================== */

.star-accessibility,
.star-accessibility *,
.star-accessibility *::before,
.star-accessibility *::after {
    box-sizing: border-box;
}

.star-accessibility {
    --ac-bg: #0d0309;
    --ac-panel: #1c0514;
    --ac-pink: #ec4899;
    --ac-light: #f9a8d4;
    --ac-red: #ef4444;
    --ac-white: #ffffff;
    --ac-text: #d9cfd6;
    --ac-muted: #aaa0a8;
    --ac-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 7% 15%,
            rgba(236, 72, 153, 0.1),
            transparent 27%
        ),
        radial-gradient(
            circle at 94% 80%,
            rgba(239, 68, 68, 0.07),
            transparent 29%
        ),
        linear-gradient(
            180deg,
            #0d0309 0%,
            #16040f 50%,
            #0d0309 100%
        );

    color: var(--ac-text);
}

.star-accessibility__container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.star-accessibility__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(105px);
}

.star-accessibility__glow--left {
    top: 380px;
    left: -280px;
    width: 540px;
    height: 540px;
    background: rgba(236, 72, 153, 0.08);
}

.star-accessibility__glow--right {
    right: -280px;
    bottom: 340px;
    width: 550px;
    height: 550px;
    background: rgba(239, 68, 68, 0.06);
}


/* COMMON */

.star-accessibility__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 9px 16px;

    border: 1px solid rgba(236, 72, 153, 0.3);
    border-radius: 100px;

    background: rgba(236, 72, 153, 0.07);

    color: var(--ac-light);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.star-accessibility__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--ac-pink),
        var(--ac-red)
    );
    box-shadow: 0 0 13px rgba(236, 72, 153, 0.6);
}

.star-accessibility__label {
    display: block;
    margin-bottom: 10px;
    color: var(--ac-light);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}


/* INTRO */

.star-accessibility__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
    gap: 50px;
    align-items: center;

    padding: 54px;

    border: 1px solid var(--ac-border);
    border-radius: 29px;

    background:
        radial-gradient(
            circle at 86% 18%,
            rgba(236, 72, 153, 0.13),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            rgba(43, 9, 29, 0.99),
            rgba(16, 3, 11, 0.99)
        );

    box-shadow:
        0 29px 67px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.star-accessibility__intro-copy h2 {
    max-width: 820px;
    margin: 0 0 22px;
    color: var(--ac-white);
    font-size: clamp(40px, 5vw, 61px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.7px;
}

.star-accessibility__intro-copy p {
    margin: 0 0 15px;
    color: var(--ac-text);
    font-size: 15px;
    line-height: 1.82;
}

.star-accessibility__intro-copy .star-accessibility__lead {
    font-size: 17px;
}


/* STATUS */

.star-accessibility__status {
    display: grid;
    gap: 10px;
}

.star-accessibility__status > div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center;

    padding: 18px;

    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 16px;

    background: rgba(11, 2, 8, 0.38);
}

.star-accessibility__status > div > span {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: linear-gradient(
        135deg,
        var(--ac-pink),
        var(--ac-red)
    );

    color: var(--ac-white);
    font-size: 10px;
    font-weight: 850;
}

.star-accessibility__status small {
    display: block;
    margin-bottom: 4px;
    color: var(--ac-muted);
    font-size: 9px;
}

.star-accessibility__status strong {
    color: var(--ac-white);
    font-size: 14px;
}


/* JOURNEY */

.star-accessibility__journey {
    margin-top: 28px;
    padding: 46px;

    border: 1px solid var(--ac-border);
    border-radius: 25px;

    background:
        linear-gradient(
            145deg,
            rgba(37, 8, 24, 0.98),
            rgba(17, 3, 12, 0.99)
        );
}

.star-accessibility__journey-heading {
    max-width: 820px;
    margin-bottom: 31px;
}

.star-accessibility__journey-heading h3,
.star-accessibility__assistance-copy h3,
.star-accessibility__hotel-copy h3,
.star-accessibility__theatre-copy h3,
.star-accessibility__requirements-heading h3,
.star-accessibility__notice h3 {
    margin: 0;
    color: var(--ac-white);
    font-weight: 750;
    line-height: 1.2;
}

.star-accessibility__journey-heading h3 {
    margin-bottom: 12px;
    font-size: clamp(30px, 3.5vw, 42px);
}

.star-accessibility__journey-heading p {
    margin: 0;
    color: var(--ac-muted);
    font-size: 14px;
    line-height: 1.72;
}

.star-accessibility__journey-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
}

.accessibility-step {
    position: relative;
    min-height: 330px;
    padding: 24px;

    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 17px;

    background: rgba(11, 2, 8, 0.34);
}

.accessibility-step--highlight {
    background:
        radial-gradient(
            circle at 90% 5%,
            rgba(236, 72, 153, 0.11),
            transparent 35%
        ),
        rgba(11, 2, 8, 0.36);
}

.accessibility-step__number {
    margin-bottom: 23px;
    color: rgba(255, 255, 255, 0.08);
    font-size: 35px;
    font-weight: 900;
}

.accessibility-step__type {
    display: block;
    margin-bottom: 7px;
    color: var(--ac-light);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.accessibility-step h4 {
    margin: 0 0 10px;
    color: var(--ac-white);
    font-size: 19px;
}

.accessibility-step p {
    margin: 0;
    color: var(--ac-muted);
    font-size: 11px;
    line-height: 1.62;
}

.accessibility-step__note {
    margin-top: 18px;
    padding: 11px 12px;

    border-left: 3px solid var(--ac-pink);
    border-radius: 0 10px 10px 0;

    background: rgba(236, 72, 153, 0.055);

    color: var(--ac-text);
    font-size: 9px;
    line-height: 1.5;
}


/* ASSISTANCE */

.star-accessibility__assistance {
    display: grid;
    grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
    gap: 38px;

    margin-top: 28px;
    padding: 44px;

    border: 1px solid var(--ac-border);
    border-radius: 24px;

    background:
        radial-gradient(
            circle at 7% 50%,
            rgba(236, 72, 153, 0.1),
            transparent 27%
        ),
        linear-gradient(
            115deg,
            rgba(44, 9, 29, 0.98),
            rgba(18, 4, 13, 0.99)
        );
}

.star-accessibility__assistance-copy h3 {
    margin-bottom: 15px;
    font-size: clamp(30px, 3.5vw, 41px);
}

.star-accessibility__assistance-copy p {
    margin: 0 0 14px;
    color: var(--ac-text);
    font-size: 14px;
    line-height: 1.75;
}

.star-accessibility__assistance-board {
    display: grid;
    gap: 10px;
}

.star-accessibility__assistance-board > div {
    padding: 20px;
    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 15px;
    background: rgba(11, 2, 8, 0.34);
}

.star-accessibility__assistance-board span {
    display: block;
    margin-bottom: 5px;
    color: var(--ac-light);
    font-size: 8px;
    font-weight: 850;
}

.star-accessibility__assistance-board strong {
    display: block;
    margin-bottom: 6px;
    color: var(--ac-white);
    font-size: 14px;
}

.star-accessibility__assistance-board p {
    margin: 0;
    color: var(--ac-muted);
    font-size: 10px;
    line-height: 1.55;
}


/* HOTEL */

.star-accessibility__hotel {
    display: grid;
    grid-template-columns: auto minmax(300px, 0.78fr) minmax(0, 1.22fr);
    gap: 28px;
    align-items: center;

    margin-top: 28px;
    padding: 40px;

    border: 1px solid var(--ac-border);
    border-radius: 23px;

    background:
        linear-gradient(
            145deg,
            rgba(36, 8, 24, 0.98),
            rgba(16, 3, 11, 0.99)
        );
}

.star-accessibility__hotel-index {
    display: flex;
    width: 69px;
    height: 69px;
    align-items: center;
    justify-content: center;

    border-radius: 20px;

    background: linear-gradient(
        135deg,
        var(--ac-pink),
        var(--ac-red)
    );

    color: var(--ac-white);
    font-size: 23px;
    font-weight: 850;
}

.star-accessibility__hotel-copy h3 {
    margin-bottom: 11px;
    font-size: clamp(27px, 3vw, 36px);
}

.star-accessibility__hotel-copy p {
    margin: 0 0 10px;
    color: var(--ac-text);
    font-size: 12px;
    line-height: 1.66;
}

.star-accessibility__hotel-process {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 9px;
    align-items: center;
}

.star-accessibility__hotel-process > div:not(.star-accessibility__hotel-arrow) {
    min-height: 115px;
    padding: 16px;
    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 14px;
    background: rgba(11, 2, 8, 0.34);
}

.star-accessibility__hotel-process span {
    display: block;
    margin-bottom: 15px;
    color: var(--ac-light);
    font-size: 8px;
    font-weight: 850;
}

.star-accessibility__hotel-process strong {
    color: var(--ac-white);
    font-size: 11px;
    line-height: 1.45;
}

.star-accessibility__hotel-arrow {
    color: rgba(236, 72, 153, 0.45);
}


/* THEATRE */

.star-accessibility__theatre {
    display: grid;
    grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
    gap: 36px;
    align-items: center;

    margin-top: 28px;
    padding: 42px;

    border: 1px solid var(--ac-border);
    border-radius: 24px;

    background:
        linear-gradient(
            120deg,
            rgba(43, 9, 28, 0.98),
            rgba(16, 3, 11, 0.99)
        );
}

.star-accessibility__theatre-copy h3 {
    margin-bottom: 12px;
    font-size: clamp(29px, 3vw, 39px);
}

.star-accessibility__theatre-copy p {
    margin: 0 0 11px;
    color: var(--ac-text);
    font-size: 13px;
    line-height: 1.7;
}

.star-accessibility__theatre-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.star-accessibility__theatre-stats > div {
    min-height: 145px;
    padding: 22px;
    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 16px;
    background: rgba(11, 2, 8, 0.34);
}

.star-accessibility__theatre-stats strong {
    display: block;
    margin-bottom: 12px;
    color: var(--ac-light);
    font-size: 28px;
}

.star-accessibility__theatre-stats span {
    color: var(--ac-white);
    font-size: 11px;
    line-height: 1.55;
}


/* REQUIREMENTS */

.star-accessibility__requirements {
    margin-top: 28px;
    padding: 42px;
    border: 1px solid var(--ac-border);
    border-radius: 23px;
    background: linear-gradient(
        145deg,
        rgba(35, 7, 23, 0.98),
        rgba(15, 3, 10, 0.99)
    );
}

.star-accessibility__requirements-heading {
    max-width: 760px;
    margin-bottom: 27px;
}

.star-accessibility__requirements-heading h3 {
    font-size: clamp(28px, 3vw, 38px);
}

.star-accessibility__requirements-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.star-accessibility__requirements-grid article {
    padding: 20px;
    border: 1px solid rgba(236, 72, 153, 0.14);
    border-radius: 15px;
    background: rgba(11, 2, 8, 0.34);
}

.star-accessibility__requirements-grid article > span {
    display: block;
    margin-bottom: 17px;
    color: var(--ac-light);
    font-size: 9px;
    font-weight: 850;
}

.star-accessibility__requirements-grid strong {
    display: block;
    margin-bottom: 7px;
    color: var(--ac-white);
    font-size: 13px;
}

.star-accessibility__requirements-grid p {
    margin: 0;
    color: var(--ac-muted);
    font-size: 10px;
    line-height: 1.55;
}


/* NOTICE */

.star-accessibility__notice {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 23px;
    align-items: center;

    margin-top: 28px;
    padding: 35px;

    border: 1px solid rgba(236, 72, 153, 0.23);
    border-radius: 22px;

    background:
        linear-gradient(
            110deg,
            rgba(47, 9, 30, 0.98),
            rgba(18, 4, 13, 0.99)
        );
}

.star-accessibility__notice-mark {
    display: flex;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;

    border-radius: 19px;

    background: linear-gradient(
        135deg,
        var(--ac-pink),
        var(--ac-red)
    );

    color: var(--ac-white);
    font-size: 25px;
    font-weight: 850;
}

.star-accessibility__notice h3 {
    margin-bottom: 9px;
    font-size: clamp(26px, 3vw, 35px);
}

.star-accessibility__notice p {
    margin: 0;
    color: var(--ac-text);
    font-size: 13px;
    line-height: 1.67;
}


/* RESPONSIVE */

@media (max-width: 1120px) {

    .star-accessibility__intro,
    .star-accessibility__assistance,
    .star-accessibility__hotel,
    .star-accessibility__theatre {
        grid-template-columns: 1fr;
    }

    .star-accessibility__journey-grid,
    .star-accessibility__requirements-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .star-accessibility__hotel-index {
        margin-bottom: -5px;
    }
}

@media (max-width: 850px) {

    .star-accessibility {
        padding: 90px 0;
    }

    .star-accessibility__hotel-process {
        grid-template-columns: repeat(3, 1fr);
    }

    .star-accessibility__hotel-arrow {
        display: none;
    }
}

@media (max-width: 700px) {

    .star-accessibility {
        padding: 72px 0;
    }

    .star-accessibility__container {
        width: min(100% - 28px, 670px);
    }

    .star-accessibility__intro,
    .star-accessibility__journey,
    .star-accessibility__assistance,
    .star-accessibility__hotel,
    .star-accessibility__theatre,
    .star-accessibility__requirements {
        padding: 28px;
        border-radius: 20px;
    }

    .star-accessibility__intro-copy h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .star-accessibility__theatre-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {

    .star-accessibility__container {
        width: min(100% - 22px, 460px);
    }

    .star-accessibility__intro,
    .star-accessibility__journey,
    .star-accessibility__assistance,
    .star-accessibility__hotel,
    .star-accessibility__theatre,
    .star-accessibility__requirements {
        padding: 22px;
    }

    .star-accessibility__intro-copy h2 {
        font-size: 31px;
    }

    .star-accessibility__journey-grid,
    .star-accessibility__requirements-grid,
    .star-accessibility__hotel-process {
        grid-template-columns: 1fr;
    }

    .star-accessibility__notice {
        grid-template-columns: 1fr;
        padding: 24px;
    }
}

/* ==========================================
   FREQUENTLY ASKED QUESTIONS
=========================================== */

.star-faq,
.star-faq *,
.star-faq *::before,
.star-faq *::after {
    box-sizing: border-box;
}

.star-faq {
    --faq-bg: #0d0309;
    --faq-panel: #1c0514;
    --faq-pink: #ec4899;
    --faq-light: #f9a8d4;
    --faq-red: #ef4444;
    --faq-white: #ffffff;
    --faq-text: #d9cfd6;
    --faq-muted: #aaa0a8;
    --faq-border: rgba(236, 72, 153, 0.2);

    position: relative;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 7% 14%,
            rgba(236, 72, 153, 0.1),
            transparent 27%
        ),
        radial-gradient(
            circle at 94% 83%,
            rgba(239, 68, 68, 0.07),
            transparent 29%
        ),
        linear-gradient(
            180deg,
            #0d0309 0%,
            #16040f 50%,
            #0d0309 100%
        );

    color: var(--faq-text);
}

.star-faq__container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.star-faq__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(105px);
}

.star-faq__glow--left {
    top: 380px;
    left: -280px;
    width: 540px;
    height: 540px;
    background: rgba(236, 72, 153, 0.08);
}

.star-faq__glow--right {
    right: -280px;
    bottom: 300px;
    width: 550px;
    height: 550px;
    background: rgba(239, 68, 68, 0.06);
}


/* HEADER */

.star-faq__heading {
    max-width: 960px;
    margin: 0 auto 55px;
    text-align: center;
}

.star-faq__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 9px 16px;

    border: 1px solid rgba(236, 72, 153, 0.3);
    border-radius: 100px;

    background: rgba(236, 72, 153, 0.07);

    color: var(--faq-light);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.star-faq__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--faq-pink),
        var(--faq-red)
    );
    box-shadow: 0 0 13px rgba(236, 72, 153, 0.6);
}

.star-faq__heading h2 {
    margin: 0 0 20px;
    color: var(--faq-white);
    font-size: clamp(40px, 5vw, 61px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.7px;
}

.star-faq__heading p {
    max-width: 820px;
    margin: 0 auto;
    color: var(--faq-text);
    font-size: 16px;
    line-height: 1.8;
}

.star-faq__label {
    display: block;
    margin-bottom: 10px;
    color: var(--faq-light);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}


/* LAYOUT */

.star-faq__layout {
    display: grid;
    grid-template-columns: minmax(270px, 0.35fr) minmax(0, 1.65fr);
    gap: 24px;
    align-items: start;
}


/* SUMMARY */

.star-faq__summary {
    position: sticky;
    top: 25px;
    padding: 29px;
    border: 1px solid var(--faq-border);
    border-radius: 22px;

    background:
        radial-gradient(
            circle at 80% 5%,
            rgba(236, 72, 153, 0.1),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            rgba(39, 8, 26, 0.98),
            rgba(15, 3, 10, 0.99)
        );
}

.star-faq__summary h3 {
    margin: 0 0 23px;
    color: var(--faq-white);
    font-size: 28px;
    line-height: 1.2;
}

.star-faq__summary-list {
    display: grid;
    gap: 9px;
}

.star-faq__summary-list > div {
    display: grid;
    grid-template-columns: 63px 1fr;
    gap: 13px;
    align-items: center;
    padding: 13px;

    border: 1px solid rgba(236, 72, 153, 0.13);
    border-radius: 13px;

    background: rgba(11, 2, 8, 0.32);
}

.star-faq__summary-list span {
    color: var(--faq-light);
    font-size: 13px;
    font-weight: 850;
}

.star-faq__summary-list p {
    margin: 0;
    color: var(--faq-muted);
    font-size: 10px;
    line-height: 1.45;
}

.star-faq__summary-note {
    margin-top: 18px;
    padding: 14px;

    border-left: 3px solid var(--faq-pink);
    border-radius: 0 11px 11px 0;

    background: rgba(236, 72, 153, 0.06);

    color: var(--faq-muted);
    font-size: 10px;
    line-height: 1.55;
}


/* FAQ ITEMS */

.star-faq__items {
    display: grid;
    gap: 10px;
}

.star-faq__item {
    overflow: hidden;

    border: 1px solid rgba(236, 72, 153, 0.15);
    border-radius: 17px;

    background:
        linear-gradient(
            145deg,
            rgba(33, 7, 22, 0.98),
            rgba(14, 3, 10, 0.99)
        );

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.star-faq__item[open] {
    border-color: rgba(236, 72, 153, 0.35);

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.star-faq__item summary {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;

    min-height: 78px;
    padding: 18px 21px;

    cursor: pointer;
    list-style: none;
}

.star-faq__item summary::-webkit-details-marker {
    display: none;
}

.star-faq__number {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: rgba(236, 72, 153, 0.09);

    color: var(--faq-light);
    font-size: 10px;
    font-weight: 850;
}

.star-faq__item[open] .star-faq__number {
    background: linear-gradient(
        135deg,
        var(--faq-pink),
        var(--faq-red)
    );
    color: var(--faq-white);
}

.star-faq__question {
    color: var(--faq-white);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.star-faq__toggle {
    position: relative;
    width: 30px;
    height: 30px;

    border: 1px solid rgba(236, 72, 153, 0.18);
    border-radius: 10px;

    background: rgba(236, 72, 153, 0.05);
}

.star-faq__toggle::before,
.star-faq__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    width: 11px;
    height: 1.5px;

    border-radius: 10px;

    background: var(--faq-light);

    transform: translate(-50%, -50%);

    transition: transform 0.25s ease;
}

.star-faq__toggle::after {
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}

.star-faq__item[open] .star-faq__toggle::after {
    transform:
        translate(-50%, -50%)
        rotate(0deg);
}


/* ANSWER */

.star-faq__answer {
    padding: 0 22px 22px 82px;
}

.star-faq__answer::before {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 18px;

    background:
        linear-gradient(
            90deg,
            rgba(236, 72, 153, 0.28),
            transparent
        );
}

.star-faq__answer p {
    margin: 0 0 11px;
    color: var(--faq-muted);
    font-size: 12px;
    line-height: 1.7;
}

.star-faq__answer p:last-child {
    margin-bottom: 0;
}


/* FINAL */

.star-faq__final {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 23px;
    align-items: center;

    margin-top: 28px;
    padding: 36px;

    border: 1px solid rgba(236, 72, 153, 0.23);
    border-radius: 22px;

    background:
        radial-gradient(
            circle at 5% 50%,
            rgba(236, 72, 153, 0.11),
            transparent 24%
        ),
        linear-gradient(
            110deg,
            rgba(47, 9, 30, 0.98),
            rgba(18, 4, 13, 0.99)
        );
}

.star-faq__final-mark {
    display: flex;
    width: 68px;
    height: 68px;
    align-items: center;
    justify-content: center;

    border-radius: 20px;

    background: linear-gradient(
        135deg,
        var(--faq-pink),
        var(--faq-red)
    );

    color: var(--faq-white);
    font-size: 28px;
    font-weight: 850;
}

.star-faq__final h3 {
    margin: 0 0 9px;
    color: var(--faq-white);
    font-size: clamp(26px, 3vw, 35px);
    font-weight: 750;
}

.star-faq__final p {
    margin: 0;
    color: var(--faq-text);
    font-size: 13px;
    line-height: 1.67;
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .star-faq__layout {
        grid-template-columns: 1fr;
    }

    .star-faq__summary {
        position: static;
    }

    .star-faq__summary-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {

    .star-faq {
        padding: 72px 0;
    }

    .star-faq__container {
        width: min(100% - 28px, 670px);
    }

    .star-faq__heading {
        margin-bottom: 40px;
    }

    .star-faq__heading h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .star-faq__summary {
        padding: 24px;
    }

    .star-faq__answer {
        padding-left: 21px;
    }
}

@media (max-width: 500px) {

    .star-faq__container {
        width: min(100% - 22px, 460px);
    }

    .star-faq__heading h2 {
        font-size: 31px;
    }

    .star-faq__summary-list {
        grid-template-columns: 1fr;
    }

    .star-faq__item summary {
        grid-template-columns: auto 1fr auto;
        gap: 12px;
        padding: 15px;
    }

    .star-faq__question {
        font-size: 13px;
    }

    .star-faq__number {
        width: 37px;
        height: 37px;
    }

    .star-faq__answer {
        padding: 0 16px 18px;
    }

    .star-faq__final {
        grid-template-columns: 1fr;
        padding: 24px;
    }
}


/* =========================================================
   LEGAL PAGES — JUPITERS HOTEL & CASINO GOLD COAST
   ========================================================= */
.legal-page{background:radial-gradient(circle at 12% 16%,rgba(236,72,153,.09),transparent 28%),radial-gradient(circle at 88% 30%,rgba(220,38,38,.07),transparent 26%),#0b0308;color:#d8cfd5;text-align:left}
.legal-main{width:100%;overflow:hidden}
.legal-container{width:min(1280px,calc(100% - 48px));margin:0 auto}
.legal-hero{position:relative;padding:110px 0 74px;background:linear-gradient(135deg,rgba(24,5,17,.98),rgba(10,2,8,.99));border-bottom:1px solid rgba(236,72,153,.18)}
.legal-hero:after{content:"";position:absolute;inset:auto 0 0;height:2px;background:linear-gradient(90deg,transparent,#ec4899,#ef4444,transparent);opacity:.7}
.legal-eyebrow,.legal-kicker{display:inline-flex;align-items:center;gap:8px;color:#f9a8d4;font-family:'Ubuntu',Arial,sans-serif;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.legal-eyebrow{padding:9px 14px;margin-bottom:20px;border:1px solid rgba(236,72,153,.28);border-radius:999px;background:rgba(236,72,153,.06)}
.legal-eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#ec4899,#ef4444);box-shadow:0 0 12px rgba(236,72,153,.5)}
.legal-hero h1{max-width:920px;margin:0 0 22px;color:#fff;font-family:'Ubuntu',Arial,sans-serif;font-size:clamp(42px,6vw,72px);font-weight:800;line-height:1.03;letter-spacing:-.035em}
.legal-lead{max-width:900px;margin:0;color:#d8cfd5;font-size:15px;line-height:1.85}
.legal-update{display:inline-flex;align-items:center;gap:9px;margin-top:28px;padding:10px 13px;border:1px solid rgba(236,72,153,.16);border-radius:12px;background:rgba(255,255,255,.025)}
.legal-update span{color:#9e929a;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.legal-update strong{color:#fff;font-size:11px}
.legal-layout{padding:58px 0 90px}
.legal-layout__grid{display:grid;grid-template-columns:minmax(230px,.3fr) minmax(0,1.7fr);gap:28px;align-items:start}
.legal-toc{position:sticky;top:112px;padding:24px;border:1px solid rgba(236,72,153,.16);border-radius:20px;background:linear-gradient(145deg,rgba(32,7,22,.96),rgba(14,3,10,.98));box-shadow:0 20px 45px rgba(0,0,0,.22)}
.legal-toc h2{margin:8px 0 18px;color:#fff;font-family:'Ubuntu',Arial,sans-serif;font-size:24px}
.legal-toc nav{display:grid;gap:4px}
.legal-toc a{display:grid;grid-template-columns:28px 1fr;gap:8px;align-items:start;padding:8px;border-radius:9px;color:#b7aeb4;font-size:10px;line-height:1.45;transition:.22s ease}
.legal-toc a span{color:#f9a8d4;font-size:8px;font-weight:800;padding-top:2px}
.legal-toc a:hover{color:#fff;background:rgba(236,72,153,.07);transform:translateX(3px)}
.legal-document{min-width:0}
.legal-section{display:grid;grid-template-columns:62px minmax(0,1fr);gap:22px;margin-bottom:13px;padding:29px;border:1px solid rgba(236,72,153,.13);border-radius:19px;background:radial-gradient(circle at 98% 2%,rgba(236,72,153,.055),transparent 32%),linear-gradient(145deg,rgba(30,6,20,.97),rgba(12,3,9,.99))}
.legal-section__number{display:flex;width:52px;height:52px;align-items:center;justify-content:center;border:1px solid rgba(236,72,153,.18);border-radius:15px;background:rgba(236,72,153,.07);color:#f9a8d4;font-size:11px;font-weight:900}
.legal-section__content h2{margin:0 0 14px;color:#fff;font-family:'Ubuntu',Arial,sans-serif;font-size:25px;font-weight:750;line-height:1.25}
.legal-section__content p{margin:0 0 12px;color:#bdb2b9;font-size:12px;line-height:1.78}
.legal-section__content p:last-child{margin-bottom:0}
.legal-section__content strong{color:#fff}
.legal-section__content ul,.legal-section__content ol{display:grid;gap:8px;margin:13px 0;padding-left:20px;color:#bdb2b9;font-size:12px;line-height:1.7}
.legal-section__content li::marker{color:#ec4899}
.legal-notice{margin-top:26px;padding:24px 26px;border:1px solid rgba(239,68,68,.2);border-left:4px solid #ec4899;border-radius:16px;background:rgba(239,68,68,.045)}
.legal-notice>span{display:block;margin-bottom:7px;color:#f9a8d4;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.legal-notice p{margin:0;color:#d8cfd5;font-size:12px;line-height:1.7}
.legal-site-footer{margin-top:0}
@media(max-width:980px){.legal-layout__grid{grid-template-columns:1fr}.legal-toc{position:static}.legal-toc nav{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.legal-container{width:min(100% - 28px,650px)}.legal-hero{padding:76px 0 56px}.legal-hero h1{font-size:38px}.legal-layout{padding:34px 0 62px}.legal-toc{padding:20px}.legal-toc nav{grid-template-columns:1fr}.legal-section{grid-template-columns:1fr;padding:22px}.legal-section__number{width:44px;height:44px}.legal-section__content h2{font-size:21px}}
@media(max-width:420px){.legal-container{width:min(100% - 22px,390px)}.legal-hero h1{font-size:32px}.legal-lead{font-size:13px}.legal-section{padding:19px}}


/* =========================================================
   FOOTER — JUPITERS DARK PINK / RED STYLE
   ========================================================= */

.site-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(236, 72, 153, 0.12),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 80%,
            rgba(239, 68, 68, 0.10),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #17050f 0%,
            #0d0309 52%,
            #080205 100%
        ) !important;

    border-top: 1px solid rgba(236, 72, 153, 0.24) !important;
    color: #cfc2ca;
}


/* =========================
   TOP ACCENT LINE
   ========================= */

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        #ec4899,
        #ef4444,
        transparent
    );

    opacity: 0.85;
}


/* =========================
   DECORATIVE GLOW
   ========================= */

.site-footer .footer-decor-left {
    position: absolute;
    width: 420px;
    height: 420px;
    left: -210px;
    top: -150px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(236, 72, 153, 0.12),
        rgba(236, 72, 153, 0.03) 45%,
        transparent 70%
    );

    pointer-events: none;
}


.site-footer .footer-decor-right {
    position: absolute;
    width: 460px;
    height: 460px;
    right: -230px;
    bottom: -220px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(239, 68, 68, 0.10),
        rgba(239, 68, 68, 0.025) 45%,
        transparent 70%
    );

    pointer-events: none;
}


/* =========================
   CONTAINER
   ========================= */

.site-footer .footer-container {
    position: relative;
    z-index: 2;

    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;

    padding: 70px 0 0;
}


/* =========================
   MAIN GRID
   ========================= */

.site-footer .footer-main {
    display: grid;

    grid-template-columns:
        minmax(280px, 1.45fr)
        minmax(150px, 0.7fr)
        minmax(170px, 0.8fr)
        minmax(170px, 0.8fr);

    gap: 46px;

    padding-bottom: 52px;
}


/* =========================
   BRAND
   ========================= */

.site-footer .footer-brand {
    max-width: 420px;
}


.site-footer .footer-logo {
    display: inline-flex;
    margin-bottom: 22px;
}


.site-footer .footer-logo img {
    display: block;
    max-width: 190px;
    height: auto;

    filter:
        drop-shadow(0 0 18px rgba(236, 72, 153, 0.12));
}


.site-footer .footer-brand p {
    margin: 0;

    color: #bcaeb7 !important;

    font-size: 13px;
    line-height: 1.8;
}


.site-footer .footer-brand strong {
    color: #ffffff !important;
    font-weight: 600;
}


/* =========================
   TRUST ITEMS
   ========================= */

.site-footer .footer-trust-list {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;

    margin-top: 22px;
}


.site-footer .footer-trust-list span {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    padding: 8px 11px;

    color: #d7cbd2 !important;

    font-size: 10px;
    font-weight: 600;

    border: 1px solid rgba(236, 72, 153, 0.16) !important;
    border-radius: 8px;

    background: rgba(236, 72, 153, 0.055) !important;
}


.site-footer .footer-trust-list i {
    color: #ec4899 !important;
    font-size: 11px;
}


/* =========================
   LINK COLUMNS
   ========================= */

.site-footer .footer-links h3,
.site-footer .footer-payments h3 {
    position: relative;

    margin: 0 0 22px;
    padding-bottom: 12px;

    color: #ffffff !important;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}


.site-footer .footer-links h3::after,
.site-footer .footer-payments h3::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 36px;
    height: 2px;

    border-radius: 20px;

    background: linear-gradient(
        90deg,
        #ec4899,
        #ef4444
    ) !important;
}


.site-footer .footer-links ul {
    margin: 0;
    padding: 0;

    list-style: none;
}


.site-footer .footer-links li {
    margin-bottom: 11px;
}


.site-footer .footer-links a {
    position: relative;

    color: #a99ca5 !important;

    font-size: 12px;
    line-height: 1.5;

    text-decoration: none;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}


.site-footer .footer-links a:hover {
    color: #f9a8d4 !important;
}


/* =========================
   PAYMENTS
   ========================= */

.site-footer .footer-payments p {
    margin: 0 0 20px;

    color: #bcaeb7 !important;

    font-size: 11px;
    line-height: 1.7;
}


.site-footer .footer-payment-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 8px;
}


.site-footer .footer-payment-grid span {
    display: flex;

    align-items: center;
    justify-content: center;

    min-height: 44px;

    padding: 8px;

    border: 1px solid rgba(236, 72, 153, 0.14) !important;
    border-radius: 8px;

    background: rgba(255, 255, 255, 0.94) !important;

    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.16);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.site-footer .footer-payment-grid span:hover {
    transform: translateY(-2px);

    box-shadow:
        0 10px 28px rgba(236, 72, 153, 0.12);
}


.site-footer .footer-payment-grid img {
    display: block;

    max-width: 100%;
    max-height: 24px;

    object-fit: contain;
}


/* =========================
   RESPONSIBLE GAMING BLOCK
   ========================= */

.site-footer .footer-notice {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 40px;

    margin-bottom: 0;
    padding: 27px 30px;

    border: 1px solid rgba(236, 72, 153, 0.20) !important;
    border-radius: 16px 16px 0 0;

    background:
        linear-gradient(
            135deg,
            rgba(236, 72, 153, 0.075),
            rgba(239, 68, 68, 0.035)
        ) !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.025);
}


.site-footer .footer-notice > div {
    max-width: 850px;
}


.site-footer .footer-notice h3 {
    margin: 0 0 8px;

    color: #f9a8d4 !important;

    font-size: 15px;
    font-weight: 700;
}


.site-footer .footer-notice p {
    margin: 0;

    color: #bcaeb7 !important;

    font-size: 11px;
    line-height: 1.7;
}


/* =========================
   FOOTER BUTTON
   ========================= */

.site-footer .footer-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    min-width: 145px;

    padding: 13px 22px;

    color: #ffffff !important;

    font-size: 11px;
    font-weight: 700;

    text-decoration: none;

    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 9px;

    background:
        linear-gradient(
            135deg,
            #db2777,
            #dc2626
        ) !important;

    box-shadow:
        0 8px 28px rgba(219, 39, 119, 0.24) !important;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}


.site-footer .footer-btn:hover {
    color: #ffffff !important;

    background:
        linear-gradient(
            135deg,
            #ec4899,
            #ef4444
        ) !important;

    box-shadow:
        0 10px 34px rgba(236, 72, 153, 0.34) !important;

    transform: translateY(-2px);
}


/* =========================
   BOTTOM
   ========================= */

.site-footer .footer-bottom {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    padding: 20px 0;

    border-top: 1px solid rgba(236, 72, 153, 0.12) !important;
}


.site-footer .footer-bottom p {
    margin: 0;

    color: #81757d !important;

    font-size: 10px;
    line-height: 1.6;
}


.site-footer .footer-bottom p:last-child {
    text-align: right;
}


/* =========================
   FOCUS
   ========================= */

.site-footer a:focus-visible {
    outline: 2px solid #ec4899;
    outline-offset: 4px;
}


/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1100px) {

    .site-footer .footer-main {
        grid-template-columns:
            minmax(280px, 1.3fr)
            repeat(2, minmax(170px, 0.7fr));
    }

    .site-footer .footer-payments {
        grid-column: 1 / -1;
    }

    .site-footer .footer-payment-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}


@media (max-width: 800px) {

    .site-footer .footer-container {
        width: min(100% - 32px, 700px);
        padding-top: 50px;
    }

    .site-footer .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 38px 28px;
    }

    .site-footer .footer-brand {
        grid-column: 1 / -1;
        max-width: 100%;
    }

    .site-footer .footer-payments {
        grid-column: 1 / -1;
    }

    .site-footer .footer-payment-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .site-footer .footer-notice {
        align-items: flex-start;
        flex-direction: column;

        gap: 20px;
    }

    .site-footer .footer-bottom {
        align-items: flex-start;
        flex-direction: column;

        gap: 8px;
    }

    .site-footer .footer-bottom p:last-child {
        text-align: left;
    }
}


@media (max-width: 520px) {

    .site-footer .footer-container {
        width: min(100% - 24px, 480px);
    }

    .site-footer .footer-main {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .site-footer .footer-brand,
    .site-footer .footer-payments {
        grid-column: auto;
    }

    .site-footer .footer-payment-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .site-footer .footer-notice {
        padding: 22px 20px;
    }

    .site-footer .footer-btn {
        width: 100%;
    }
}