/*============
Template Name: Gaming  HTML5 Template
Author:https://www.templatemonster.com/authors/templateland/
Version: 1.0
============*/

/* Table of contents */
/*====================
01.Header Top Bar CSS
02.Header Area Css
03.Hero Area Css
04.Treanding Slot Area Css
05.Gaming Area Css
06.Card Area Css
07.Footer Area Css
08.Deposit Page Css
09.Sing Up Page Css
====================*/

/* ==========
    Base CSS
============ */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html, body {
    scroll-behavior: smooth;
    font-family: "Raleway", sans-serif;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 0;
    font-family: "Roboto Slab", serif;
}
a{
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.al-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
ul{
    margin: 0;
    padding: 0;
}
.wrapper{
    overflow: hidden;
}
.sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    z-index: 99;
    background: #fff;
}
/* header-top bar start */
.herader-top-bar {
    background: #2A2A28;
    color: #fff;
    padding: 20px 0;
}

.top-bar-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.top-bar-left p span {
    font-weight: 600;
    margin-left: 5px;
    display: inline-block;
}

.top-bar-left p:last-child span {
    color: #F79E10;
    font-weight: 400;
}
.cuarincy-btn .carincy-btn-wrap{
    border: 1px solid #F79E10;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 48px;
    line-height: 48px;
}
.carincy-btn-wrap img {
    margin-left: 10px;
    margin-right: 5px;
}

.cuarincy-btn select {
    border: none;
    display: inline-block;
    outline: none;
    color: #713B12;
    width: 50%;
    border-radius: 0px 16px 16px 0px;
    padding: 0 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fac515),to(#fa9e15));
    background: -o-linear-gradient(top, #fac515 0%,#fa9e15 100%);
    background: linear-gradient(to bottom, #fac515 0%,#fa9e15 100%);
}

.cuarincy-btn a span {
    color: #F79E10;
    padding-left: 30px;
}
/* header area */
.header-area {
    background: #1F1F1C;
    padding: 24px 0;
}

.header-area li {
    display: inline-block;
}

.header-area li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    padding: 10px 24px;
    color: #fff;
}

.header-area li a:hover {
    color: #EAAA08;
}

ul.submanu {
    position: absolute;
    text-align: left;
    top:78px;
    min-width: 200px;
    background-color:#FABA15;
    padding: 15px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
   visibility: hidden;
   border-radius: 6px;
   z-index: 99;
}

ul.submanu li {
    display: block;
    margin: 0;
}

ul.submanu li a {
    padding: 5px 20px;
    display: inline-block;
    color:#713B12;
}

ul.submanu li a::after {
    display: none;
}

ul.submanu li a:hover{
    color: #fff;
}

.main-manu ul li:hover ul.submanu {
    top:40px;
    opacity: 1;
    visibility: visible;
}

.main-manu {
    text-align: right;
    position: relative;
    z-index: 1;
}

a.login {
    background: #302C23;
    border: 1px solid #FAC515;
    color: #fff;
    border-radius: 99px;
    margin-left: 40px;
}

a.login:hover {
    background: #EAAA08;
    color: #fff !important;
}

a.join {
    background: -webkit-gradient(linear, left top, left bottom, from(#fac515),to(#fa9e15));
    background: -o-linear-gradient(top, #fac515 0%,#fa9e15 100%);
    background: linear-gradient(to bottom, #fac515 0%,#fa9e15 100%);
    color: #713B12 !important;
    border-radius: 99px;
    margin-left: 5px;
}
/* hero area start */
.hero-area {
    background-image: url(../images/home/hero-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0;
}
.double-content h2 {
    font-size: 200px;
    font-weight: 800;
    line-height: 200px;
    margin-bottom: 16px;
}

.double-content .up {
    color: #fa8700;
}

.double-content .down {
    color: #ffb847;
    position: absolute;
    top: 0;
    left: -8px;
}

.double-content {
    position: relative;
    z-index: 1;
}

.hero-content span {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    display: inline-block;
    margin-bottom: 16px;
}

.hero-all-content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    margin-bottom: 16px;
}

.hero-btn a {
    display: inline-block;
    color: #713B12;
    background: #fff;
    padding: 16px 56px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 99px;
}

.hero-btn a:hover {
    background: #EAAA08;
    color: #fff;
}

.hero-btn a i {
    padding-left: 13px;
}
/* trending slot area */
.trading-area {
    background: #171715;
    padding: 72px 0;
    position: relative;
    z-index: 1;
}
.trading-area::after {
    position: absolute;
    left: -88%;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background:#171715;
    z-index: 2;
}
.trading-tittle h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.single-trending-item {
    background: #2a2a28;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    border-radius: 8px;
    padding: 16px;
}

.trending-left {
    width: 40%;
}

.trending-right {
    width: 60%;
}

.trending-left img {
    width: 100%;
}

.trending-right h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 4px;
}

.trending-right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 13px;
}

a.primary-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #713B12;
    background: -webkit-gradient(linear, left top, left bottom, from(#fac515),to(#fa9e15));
    background: -o-linear-gradient(top, #fac515 0%,#fa9e15 100%);
    background: linear-gradient(to bottom, #fac515 0%,#fa9e15 100%);
    padding: 10px 24px;
    border-radius: 99px;
}
.trending-slider.owl-carousel .owl-stage-outer {
   overflow: visible;
}
/* gaming ara */
.gaming-area {
    background: #1d1d1a;
    color: #fff;
    padding: 40px 0;
}

ul.filter-project {
    background: #262623;
    border: 1px solid #3f351a;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 8px;
    margin-bottom: 24px;
}

ul.filter-project li {
    display: inline-block;
    padding: 20px 40px;
    text-align: center;
    cursor: pointer;
}

ul.filter-project li.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#fac515),to(#fa9e15));
    background: -o-linear-gradient(top, #fac515 0%,#fa9e15 100%);
    background: linear-gradient(to bottom, #fac515 0%,#fa9e15 100%);
    border-radius: 4px;
}

ul.filter-project li span {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    display: block;
}

ul.filter-project li img {
    height: 24px;
    width: 24px;
    margin-bottom: 8px;
}
.gaming-img img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single-gaming-item {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    margin-bottom: 24px;
}

.gaming-hover a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 70px;
    text-align: center;
    border: 1.5px solid #FAC515;
    border-radius: 99px;
    width: 221px;
}

.gaming-hover .play-now {
    margin-bottom: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fac515),to(#fa9e15));
    background: -o-linear-gradient(top, #fac515 0%,#fa9e15 100%);
    background: linear-gradient(to bottom, #fac515 0%,#fa9e15 100%);
    color: #713B12;
}

.gaming-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.gaming-hover .demo {
    color: #fff;
    background: #302C23;
}

.single-gaming-item::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    z-index: 1;
    border-radius: 8px;
    opacity: .2;
    visibility: hidden;
}

.single-gaming-item:hover::after {
    visibility: visible;
}

.single-gaming-item:hover .gaming-hover {
    opacity: 1;
    visibility: visible;
}
.gaming-btn {
    text-align: center;
}

.gaming-btn a {
    display: inline-block;
    border: 1px solid #fac515;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 24px;
    border-radius: 50px;
    color: #ffff;
    background: #302C23;
}

.gaming-btn a:hover {
    background: #EAAA08;
}

.gaming-btn {
    padding-top: 40px;
}
/* card area start */
.card-area {
    background: #171715;
    color: #fff;
    padding-top: 72px;
}

.cart-img img {
    border-radius: 16px;
}

.card-content h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 16px;
}

.card-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.card-content {
    padding: 32px;
    position: absolute;
    bottom: 0;
}

.single-card-item {
    position: relative;
    z-index: 1;
}

.single-card-item {
    height: 412px;
    width: 100%;
    margin-bottom: 30px;
}

.single-card-item.larze {
    height: 745px;
    margin-bottom: 0;
}
.single-card-item.small {
    height: 309px;
    margin-bottom: 0;
}
.cta-ara {
    text-align: center;
    padding: 80px 0;
}

.cta-ara h2 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 800;
    margin-bottom: 48px;
    text-shadow: 4px 0px 0px #d87400;
    color: #ffdf61;
}

.cta-btn a {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #713B12;
    background: #fff;
    display: inline-block;
    padding: 16px 56px;
    border-radius: 99px;
}

.cta-btn a:hover {
    background: #EAAA08;
    color: #fff;
}

.cta-btn a i {
    font-size: 22px;
    display: inline-block;
}
/* footer area start */
footer.footer-area {
    background: #1F1F1C;
    color: #FFFFFF;
    padding: 40px 0;
}

.logo-part .logo {
    margin-bottom: 30px;
}

.logo-part p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
}

footer.footer-area h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #EAAA08;
    margin-bottom: 8px;
}

footer.footer-area li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

footer.footer-area li a:hover {
    color: #EAAA08;
}

footer.footer-area li {
    padding: 10px 0;
}

.social-part {
    padding-top: 40px;
}

.social-part li {
    display: inline-block;
    margin-left: 8px;
}

footer.footer-area li:first-child {
    margin-left: 0;
}

.social-part li a {
    height: 52px;
    width: 52px;
    display: block;
    background: #353533;
    text-align: center;
    line-height: 52px !important;
    font-size: 25px !important;
    border-radius: 4px;
}

.social-part li a:hover {
    background: #fff;
    color:#EAAA08;
}

.copyright-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.left-copyright p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
}

.right-copyright li {
    display: inline-block;
}

.right-copyright li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #666666;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.right-copyright li a:hover{
    color:#EAAA08 ;
}

.right-copyright li:first-child {
    margin-right: 40px;
}

.copyright-area {
    padding: 24px 0;
}
/* deposit page start */
.deposite-area {
    background: #1F1F1C;
    color: #fff;
}

.diposite-head {
    width: 671px;
    margin: 0 auto;
    text-align: center;
}

.deposite-tittle h2 span img {
    height: 80px;
    width: 80px;
}

.deposite-tittle h2 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 800;
    text-shadow: 4px 0px 0px #d87400;
    color: #ffdf61;
    margin-bottom: 26px;
}

.deposite-tittle p {
    font-size: 26px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 38px;
}

.deposit-btn a {
    border-radius: 8px;
    border: 1px solid #654a1d;
    height: 80px;
    line-height: 80px;
}

.deposit-btn a select {
    border-radius: 8px;
    background: #262623;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    border-radius: 0px 8px 8px 0px;
    width: 65%;
}

.deposit-btn a span {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    width: 36%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fac515),to(#fa9e15));
    background: -o-linear-gradient(top, #fac515 0%,#fa9e15 100%);
    background: linear-gradient(to bottom, #fac515 0%,#fa9e15 100%);
    border-radius: 8px 0px 0px 8px;
}

.deposit-btn a span img {
    height: 18px;
    margin-right: 10px;
}

.cuarincy-btn:first-child {
    margin-bottom: 40px;
}
.deposit-qr {
    border: 1px solid #F79E10;
    text-align: center;
    border-radius: 8px;
    margin-top: 60px;
}

.qr-bar {
    background: #4f3725;
    border-radius: 8px 8px 0px 0px;
    padding: 16px 0;
    border-bottom: 1px solid #e6930f;
}

.qr-bar p {
    font-size: 26px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 0;
}

.qr-bar p span {
    color: #F79E10;
}

.qr-tittle p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.qr-tittle p span {
    color: #F79E10;
}

.qr-tittle p:last-child {
    color: #F79E10;
}

.qr-tittle {
    padding-top: 39px;
    margin-bottom: 40px;
}

.qr-tittle p:first-child {
    margin-bottom: 12px;
}

a.copy-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    padding: 6px 24px;
    border: 1px solid #FAC515;
    border-radius: 99px;
    margin-left: 10px;
}

.deposit-qr img {
    margin-bottom: 40px;
}

.deposit-checking {
    text-align: center;
    padding: 65px 0;
    border-bottom: 1px solid #F79E10;
}

.deposit-checking p {
    color: #887B7B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.deposit-bottom {
    padding: 40px 0;
    width: 1143px;
    margin: 0 auto;
}

.bottom-bar {
    text-align: center;
}

.bottom-bar p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FAFAFA;
    margin-bottom: 40px;
}

.deposite-bottom-btn {
    text-align: center;
}

.deposite-bottom-btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FEFBE8;
    border: 1px solid #FAC515;
    padding: 10px 24px;
    border-radius: 99px;
    background: #302c23;
}

.deposite-bottom-two a {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #1E0605;
    background: #F79E10;
    padding: 19px 65px;
    border-radius: 8px;
}

.deposite-bottom-two {
    text-align: center;
    padding-top: 40px;
}

.deposite-btoom-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FAFAFA;
}

.deposite-btoom-text {
    padding-top: 40px;
}
/* sing up page */
.sing-up-area {
    background: #302C23;
    width: 634px;
    margin: 0 auto;
    color: #fff;
    padding: 35px;
    border-radius: 8px;
}

.singup-tittle h4 {
    font-size: 26px;
    font-weight: 800;
    line-height: 26px;
}

.singup-tittle {
    text-align: center;
    margin-bottom: 30px;
}

.singup-form label {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 13px;
}

.singup-form input {
    display: inline-block;
    width: 100%;
    padding: 13px;
    outline: none;
    background: #262623;
    border: 1px solid #654a1d;
    margin-bottom: 30px;
    color: #fff;
}

.form-bottm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
}

.form-bottm input {
    height: 30px;
    width: 30px;
    border: 1px solid #f2994a;
    margin-bottom: 0;
    margin-right: 15px;
}

.form-bottm span {
    margin-right: 73px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.singleup-btn a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    background: #F2994A;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-area {
  background: rgba(8, 8, 8, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo img {
  max-height: 54px;
  width: auto;
  display: block;
}

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

.main-menu ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.main-menu li {
  list-style: none;
}

.main-menu a {
  display: inline-flex;
  align-items: center;
  padding: 10px 13px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
}

.main-menu a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.header-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 12px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f4d37b 0%, #b88a2d 48%, #f7e4a8 100%);
  color: #111111;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.22);
}

.header-play-btn:hover {
  color: #111111;
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(212, 175, 55, 0.34);
}

@media (max-width: 991px) {
  .header-inner {
    flex-wrap: wrap;
  }

  .main-menu {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .main-menu ul {
    gap: 4px;
    white-space: nowrap;
  }

  .main-menu a {
    font-size: 12px;
    padding: 9px 11px;
  }

  .header-play-btn {
    min-width: auto;
    padding: 11px 18px;
  }
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 860px;
  padding: 160px 0 120px;
  color: #ffffff;
  background:
    linear-gradient(
      90deg,
      rgba(10,10,10,0.62) 0%,
      rgba(10,10,10,0.48) 35%,
      rgba(10,10,10,0.22) 62%,
      rgba(10,10,10,0.48) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,0.12) 0%,
      rgba(0,0,0,0.38) 100%
    ),
    url("../images/home/hero-bg.jpg");

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent);
  pointer-events: none;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 78% 28%,
      rgba(214, 176, 82, 0.26),
      transparent 30%
    );
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  align-items: center;
  gap: 70px;
}

.hero-content {
  max-width: 820px;
}

.hero-eyebrow {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 9px 16px;
  border: 1px solid rgba(244, 211, 123, 0.35);
  border-radius: 999px;
  color: #f4d37b;
  background: rgba(255, 255, 255, 0.05);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-content h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: clamp(48px, 6vw, 86px);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.65;
}

.hero-offer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 780px;
  margin-bottom: 36px;
  overflow: hidden;
  border: 1px solid rgba(244, 211, 123, 0.18);
  border-radius: 24px;
  background: rgba(244, 211, 123, 0.18);
}

.hero-offer div {
  padding: 22px 20px;
  background: rgba(12, 12, 12, 0.82);
}

.hero-offer span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-offer strong {
  display: block;
  color: #f6dc93;
  font-size: 20px;
  line-height: 1.25;
}

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

.hero-primary-btn,
.hero-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}

.hero-primary-btn {
  color: #111111;
  background: linear-gradient(135deg, #f4d37b 0%, #b88a2d 48%, #f7e4a8 100%);
  box-shadow: 0 18px 46px rgba(212, 175, 55, 0.28);
}

.hero-primary-btn:hover {
  color: #111111;
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(212, 175, 55, 0.38);
}

.hero-primary-btn i {
  margin-left: 10px;
}

.hero-secondary-btn {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.hero-secondary-btn:hover {
  color: #f4d37b;
  border-color: rgba(244, 211, 123, 0.42);
}

.hero-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
}

.hero-panel {
  display: grid;
  gap: 18px;
}

.hero-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid rgba(244, 211, 123, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.035));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.hero-card--featured {
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.08), rgba(0,0,0,0.34)),
    radial-gradient(circle at 70% 25%, rgba(244, 211, 123, 0.28), transparent 42%),
    rgba(255,255,255,0.06);
}

.hero-card span {
  display: block;
  margin-bottom: 10px;
  color: #f4d37b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  max-width: 90%;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .hero-section {
    min-height: auto;
    padding: 110px 0 80px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hero-offer {
    grid-template-columns: 1fr;
  }

  .hero-content h1 {
    font-size: 48px;
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-card--featured {
    min-height: auto;
  }
}

.games-showcase {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(244, 211, 123, 0.12), transparent 32%),
    linear-gradient(180deg, #070707 0%, #11100d 100%);
  color: #ffffff;
}

.games-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

/* section heading */

.section-heading {
  position: relative;
  z-index: 2;

  max-width: 760px;

  margin: 0 auto 44px;

  text-align: center;
}

.section-heading span {
  display: inline-block;
  margin-bottom: 14px;

  color: #f4d37b;

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin-bottom: 18px;

  color: #ffffff;

  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.section-heading p {
  max-width: 620px;

  margin: 0 auto;

  color: rgba(255,255,255,0.68);

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

/* slider */

.games-showcase-slider {
  position: relative;
  z-index: 2;
}

.games-showcase .owl-stage {
  display: flex;
}

.games-showcase .owl-item {
  display: flex;
  justify-content: center;
}

/* cards */

.game-showcase-card {
  position: relative;
  overflow: hidden;

  width: 100%;
  max-width: 265px;

  min-height: 430px;

  padding: 14px;

  border: 1px solid rgba(244, 211, 123, 0.16);
  border-radius: 26px;

  background:
    linear-gradient(145deg, rgba(255,255,255,0.10), rgba(255,255,255,0.035));

  box-shadow: 0 22px 60px rgba(0,0,0,0.34);

  backdrop-filter: blur(16px);
}

.game-showcase-card::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at 70% 10%,
      rgba(244, 211, 123, 0.18),
      transparent 34%
    );

  opacity: 0;

  transition: opacity 0.35s ease;

  pointer-events: none;
}

.game-showcase-card:hover::after {
  opacity: 1;
}

/* images */

.game-showcase-img {
  position: relative;
  overflow: hidden;

  height: 205px;

  margin-bottom: 18px;

  border-radius: 20px;

  background: rgba(0,0,0,0.20);

  display: flex;
  align-items: center;
  justify-content: center;
}

.game-showcase-img img {
  width: 100%;
  height: 100%;

  object-fit: contain;

  display: block;

  transition: transform 0.45s ease;
}

.game-showcase-card:hover .game-showcase-img img {
  transform: scale(1.03);
}

/* content */

.game-showcase-content {
  position: relative;
  z-index: 2;
}

.game-showcase-content span {
  display: block;

  margin-bottom: 8px;

  color: #f4d37b;

  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.game-showcase-content h3 {
  margin-bottom: 10px;

  color: #ffffff;

  font-size: 21px;
  line-height: 1.15;
  font-weight: 800;
}

.game-showcase-content p {
  min-height: 66px;

  margin-bottom: 18px;

  color: rgba(255,255,255,0.64);

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

/* button */

.game-showcase-content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 42px;

  padding: 0 20px;

  border-radius: 999px;

  color: #111111;

  background:
    linear-gradient(
      135deg,
      #f4d37b 0%,
      #b88a2d 48%,
      #f7e4a8 100%
    );

  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;

  box-shadow: 0 12px 28px rgba(212,175,55,0.24);
}

.game-showcase-content a:hover {
  color: #111111;

  transform: translateY(-1px);

  box-shadow: 0 16px 34px rgba(212,175,55,0.34);
}

/* owl */

.games-showcase .owl-stage-outer {
  overflow: visible;
}

/* responsive */

@media (max-width: 1199px) {
  .game-showcase-card {
    max-width: 280px;
  }
}

@media (max-width: 991px) {
  .games-showcase {
    padding: 76px 0;
  }

  .game-showcase-card {
    max-width: 300px;
    min-height: auto;
  }

  .game-showcase-img {
    height: 220px;
  }
}

.game-grid-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: #080b12;
  color: #ffffff;
}

.game-grid-section .container {
  position: relative;
  z-index: 2;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  align-items: start;
}

.game-grid-item {
  min-width: 0;
}

.game-card {
  position: relative;
  overflow: hidden;

  width: 100%;
  aspect-ratio: 0.72 / 1;

  padding: 0 !important;
  border: 0 !important;
  border-radius: 18px;

  background: transparent !important;
  box-shadow: none !important;
}

.game-img-wrapper {
  width: 100%;
  height: 100%;

  padding: 0 !important;
  border: 0 !important;

  border-radius: 18px;
  background: transparent !important;

  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

.game-img-wrapper img {
  width: 100%;
  height: 100%;

  object-fit: contain;

  display: block;
  border-radius: 18px;

  transition: transform 0.35s ease, filter 0.35s ease;
}

.game-card:hover .game-img-wrapper img {
  transform: scale(1.04);
  filter: brightness(0.55);
}

.game-card a {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 3;

  transform: translate(-50%, 14px);
  opacity: 0;
  visibility: hidden;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 42px;
  padding: 0 24px;

  border-radius: 999px;

  color: #111111;
  background: linear-gradient(135deg, #f4d37b 0%, #b88a2d 48%, #f7e4a8 100%);

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;

  box-shadow: 0 14px 34px rgba(0,0,0,0.45);

  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.game-card:hover a {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

@media (min-width: 1200px) {
  .game-grid-section .container {
    max-width: 1500px;
  }

  .game-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .game-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .game-grid-section {
    padding: 64px 0;
  }

  .game-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .game-card,
  .game-img-wrapper,
  .game-img-wrapper img {
    border-radius: 16px;
  }

  .game-card a {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);

    bottom: 14px;

    min-height: 38px;
    padding: 0 18px;

    font-size: 10px;
  }

  .game-card .game-img-wrapper img {
    filter: brightness(0.72);
  }
}

.about-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(244, 211, 123, 0.11), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.06), transparent 28%),
    linear-gradient(180deg, #080b12 0%, #11100d 100%);
  color: #ffffff;
}

.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.about-section::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -220px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 211, 123, 0.16), transparent 62%);
  pointer-events: none;
}

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

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 58px;
  align-items: center;
}

.about-media {
  position: relative;
}

.about-image {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  box-shadow: 0 28px 80px rgba(0,0,0,0.42);
}

.about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.38) 100%),
    radial-gradient(circle at 70% 20%, rgba(244, 211, 123, 0.18), transparent 32%);
  pointer-events: none;
}

.about-image img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
}

.about-floating-card {
  position: absolute;
  left: 28px;
  bottom: 28px;
  max-width: 320px;
  padding: 22px 24px;
  border: 1px solid rgba(244, 211, 123, 0.26);
  border-radius: 24px;
  background: rgba(8, 8, 8, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.38);
}

.about-floating-card span {
  display: block;
  margin-bottom: 8px;
  color: #f4d37b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-floating-card strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
}

.about-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.about-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(244, 211, 123, 0.28);
  border-radius: 999px;
  color: #f4d37b;
  background: rgba(255,255,255,0.04);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-content h3 {
  max-width: 720px;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.about-content p {
  max-width: 760px;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.75;
}

.about-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.about-info-card {
  padding: 24px;
  border: 1px solid rgba(244, 211, 123, 0.16);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03));
  box-shadow: 0 18px 50px rgba(0,0,0,0.26);
}

.about-info-card span {
  display: block;
  margin-bottom: 16px;
  color: rgba(244, 211, 123, 0.74);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.about-info-card h4 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
}

.about-info-card p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: 14px;
  line-height: 1.6;
}

.about-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 58px;
}

.about-service-card {
  padding: 30px;
  border: 1px solid rgba(244, 211, 123, 0.16);
  border-radius: 30px;
  background: rgba(255,255,255,0.045);
  box-shadow: 0 22px 60px rgba(0,0,0,0.26);
}

.about-service-card h4 {
  margin-bottom: 18px;
  color: #f4d37b;
  font-size: 22px;
  line-height: 1.2;
}

.about-service-card ul {
  margin: 0;
  padding: 0;
}

.about-service-card li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 22px;
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.55;
}

.about-service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f4d37b;
  box-shadow: 0 0 16px rgba(244, 211, 123, 0.5);
}

@media (max-width: 991px) {
  .about-section {
    padding: 82px 0;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .about-image,
  .about-image img {
    min-height: 420px;
  }

  .about-info-grid,
  .about-services {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .about-image,
  .about-image img {
    min-height: 340px;
  }

  .about-floating-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .about-info-card,
  .about-service-card {
    padding: 22px;
  }
}

.advantages-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 85% 14%, rgba(244, 211, 123, 0.12), transparent 32%),
    radial-gradient(circle at 12% 80%, rgba(255,255,255,0.055), transparent 28%),
    linear-gradient(180deg, #090909 0%, #11100d 100%);
  color: #ffffff;
}

.advantages-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.advantages-section .container {
  position: relative;
  z-index: 2;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.advantage-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 30px;
  border: 1px solid rgba(244, 211, 123, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.095), rgba(255,255,255,0.028));
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.advantage-card::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 211, 123, 0.18), transparent 66%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.advantage-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244, 211, 123, 0.36);
  box-shadow: 0 32px 86px rgba(0,0,0,0.42);
}

.advantage-card:hover::after {
  opacity: 1;
}

.advantage-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 26px;
  border: 1px solid rgba(244, 211, 123, 0.28);
  border-radius: 50%;
  color: #f4d37b;
  background: rgba(255,255,255,0.04);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.advantage-card h3 {
  max-width: 360px;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.advantage-card p {
  max-width: 380px;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.68;
}

.advantage-card--large {
  grid-column: span 2;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(145deg, rgba(244, 211, 123, 0.14), rgba(255,255,255,0.035)),
    radial-gradient(circle at 78% 20%, rgba(244, 211, 123, 0.22), transparent 36%);
}

.advantage-card--large h3 {
  max-width: 560px;
  font-size: clamp(34px, 4vw, 54px);
}

.advantage-card--large p {
  max-width: 650px;
  font-size: 17px;
}

.advantage-card--accent {
  background:
    linear-gradient(145deg, rgba(244, 211, 123, 0.16), rgba(255,255,255,0.035)),
    radial-gradient(circle at 75% 18%, rgba(244, 211, 123, 0.24), transparent 36%);
}

@media (max-width: 991px) {
  .advantages-section {
    padding: 82px 0;
  }

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

  .advantage-card,
  .advantage-card--large {
    grid-column: auto;
    min-height: auto;
  }

  .advantage-card--large h3 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .advantage-card {
    padding: 24px;
    border-radius: 24px;
  }

  .advantage-card h3 {
    font-size: 24px;
  }

  .advantage-card--large h3 {
    font-size: 30px;
  }
}

/* ===== Sticky Header ===== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header-area {
  padding: 18px 0;
  border-bottom: 1px solid rgba(244, 211, 123, 0.10);
  background: rgba(8, 8, 8, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.28);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: 100%;
}

.logo {
  flex: 0 0 auto;
}

.logo img {
  max-height: 54px;
  width: auto;
  display: block;
}

.main-menu {
  flex: 1 1 auto;
  min-width: 0;
}

.main-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.7vw, 28px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu ul li a {
  position: relative;
  color: rgba(255,255,255,0.82);
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.main-menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: #f4d37b;
  transition: width 0.3s ease;
}

.main-menu ul li a:hover {
  color: #f4d37b;
}

.main-menu ul li a:hover::after {
  width: 100%;
}

.header-play-btn {
  flex: 0 0 auto;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 118px;
  min-height: 52px;
  padding: 0 18px;

  border-radius: 999px;

  color: #111111;
  background: linear-gradient(
    135deg,
    #f4d37b 0%,
    #c89b3c 45%,
    #f7e4a8 100%
  );

  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;

  box-shadow: 0 14px 36px rgba(244, 211, 123, 0.22);
  transition: all 0.3s ease;
}

.header-play-btn:hover {
  color: #111111;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(244, 211, 123, 0.34);
}

/* ===== Remove gray stripe ===== */

body {
  padding-top: 0;
}

/* ===== Hero spacing ===== */

.hero-section {
  padding-top: 250px;
}

/* ===== Mobile ===== */

@media (max-width: 991px) {

  .header-area {
    padding: 14px 0;
  }

  .main-menu {
    display: none;
  }

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

  .header-play-btn {
    min-width: 112px;
    min-height: 46px;
    padding: 0 16px;
    font-size: 11px;
  }

  .hero-section {
    padding-top: 180px;
  }
}

/* ===== Bonuses Section ===== */

.charlevoix-bonuses {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at top left, rgba(244,211,123,0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(244,211,123,0.10), transparent 30%),
    linear-gradient(180deg, #060606 0%, #12100d 100%);
}

.charlevoix-bonuses::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);

  background-size: 70px 70px;
  pointer-events: none;
}

.charlevoix-bonuses .container {
  position: relative;
  z-index: 2;
}

/* ===== Heading ===== */

.bonuses-heading {
  max-width: 900px;
  margin: 0 auto 70px;
  text-align: center;
}

.bonuses-heading span {
  display: inline-block;
  margin-bottom: 18px;

  color: #f4d37b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bonuses-heading h2 {
  margin-bottom: 24px;

  color: #ffffff;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.05;
  font-weight: 900;
}

.bonuses-heading h2 span {
  color: #f4d37b;
  font-size: inherit;
  letter-spacing: inherit;
}

.bonuses-heading p {
  max-width: 760px;
  margin: 0 auto;

  color: rgba(255,255,255,0.70);
  font-size: 19px;
  line-height: 1.8;
}

/* ===== Feature Cards ===== */

.bonuses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 60px;
}

.bonus-feature-card {
  position: relative;
  overflow: hidden;

  padding: 34px;
  border-radius: 30px;

  border: 1px solid rgba(244,211,123,0.16);

  background:
    linear-gradient(145deg,
      rgba(255,255,255,0.08),
      rgba(255,255,255,0.03));

  backdrop-filter: blur(14px);

  transition: all 0.35s ease;
}

.bonus-feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244,211,123,0.30);
}

.bonus-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at top right,
      rgba(244,211,123,0.14),
      transparent 35%);

  pointer-events: none;
}

.bonus-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 34px;
  padding: 0 16px;
  margin-bottom: 22px;

  border-radius: 999px;

  background: rgba(244,211,123,0.12);
  border: 1px solid rgba(244,211,123,0.18);

  color: #f4d37b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.bonus-feature-card h3 {
  margin-bottom: 18px;

  color: #ffffff;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
}

.bonus-feature-card p {
  margin-bottom: 24px;

  color: rgba(255,255,255,0.70);
  font-size: 16px;
  line-height: 1.8;
}

.bonus-feature-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bonus-feature-card ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;

  color: rgba(255,255,255,0.82);
  font-size: 15px;
}

.bonus-feature-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;

  width: 10px;
  height: 10px;

  border-radius: 50%;
  background: #f4d37b;
}

/* ===== VIP Highlight ===== */

.vip-highlight-box {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;

  padding: 50px;
  margin-bottom: 60px;

  border-radius: 34px;

  background:
    linear-gradient(135deg,
      rgba(244,211,123,0.12),
      rgba(255,255,255,0.03));

  border: 1px solid rgba(244,211,123,0.16);
}

.vip-mini-title {
  display: inline-block;
  margin-bottom: 18px;

  color: #f4d37b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vip-highlight-content h3 {
  margin-bottom: 22px;

  color: #ffffff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 900;
}

.vip-highlight-content p {
  margin: 0;

  color: rgba(255,255,255,0.74);
  font-size: 18px;
  line-height: 1.9;
}

.vip-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.vip-stat-card {
  padding: 28px;
  border-radius: 24px;

  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(244,211,123,0.10);
}

.vip-stat-card strong {
  display: block;
  margin-bottom: 10px;

  color: #f4d37b;
  font-size: 32px;
  font-weight: 900;
}

.vip-stat-card span {
  color: rgba(255,255,255,0.74);
  font-size: 15px;
  line-height: 1.6;
}

/* ===== Loyalty Cards ===== */

.loyalty-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.loyalty-card {
  position: relative;

  padding: 34px 28px;
  border-radius: 28px;

  background:
    linear-gradient(145deg,
      rgba(255,255,255,0.06),
      rgba(255,255,255,0.02));

  border: 1px solid rgba(244,211,123,0.10);
}

.loyalty-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;
  margin-bottom: 24px;

  border-radius: 50%;

  border: 1px solid rgba(244,211,123,0.24);

  color: #f4d37b;
  font-size: 18px;
  font-weight: 900;
}

.loyalty-card h4 {
  margin-bottom: 16px;

  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
}

.loyalty-card p {
  margin: 0;

  color: rgba(255,255,255,0.70);
  font-size: 15px;
  line-height: 1.8;
}

/* ===== Responsive ===== */

@media (max-width: 1199px) {

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

  .vip-highlight-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {

  .charlevoix-bonuses {
    padding: 90px 0;
  }

  .bonuses-grid,
  .loyalty-benefits-grid,
  .vip-stats-grid {
    grid-template-columns: 1fr;
  }

  .bonus-feature-card,
  .vip-highlight-box,
  .loyalty-card {
    padding: 28px;
  }

  .bonus-feature-card h3 {
    font-size: 28px;
  }

  .vip-highlight-content h3 {
    font-size: 36px;
  }
}

.gaming-experience-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at top left, rgba(244,211,123,0.10), transparent 32%),
    radial-gradient(circle at bottom right, rgba(244,211,123,0.08), transparent 28%),
    #060606;
  color: #ffffff;
}

.gaming-experience-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 70px 70px;
  pointer-events: none;
}

.gaming-experience-section .container {
  position: relative;
  z-index: 2;
}

/* Heading */

.section-heading.center {
  max-width: 920px;
  margin: 0 auto 76px;
  text-align: center;
}

.section-heading.center span {
  display: inline-block;
  margin-bottom: 18px;
  color: #f4d37b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading.center h2 {
  margin-bottom: 26px;
  color: #ffffff;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.section-heading.center h2 strong {
  color: #f4d37b;
  font-weight: 900;
}

.section-heading.center p {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255,255,255,0.72);
  font-size: 19px;
  line-height: 1.8;
}

/* Main land-based cards */

.gaming-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 38px;
}

.gaming-category-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 30px;
  border: 1px solid rgba(244,211,123,0.12);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  backdrop-filter: blur(18px);
  transition: all 0.35s ease;
}

.gaming-category-card:hover {
  transform: translateY(-8px);
  border-color: rgba(244,211,123,0.30);
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
}

.category-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.category-icon {
  width: 62px;
  height: 62px;
  min-width: 62px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(244,211,123,0.22), rgba(244,211,123,0.08));
  border: 1px solid rgba(244,211,123,0.18);
  color: #f4d37b;
  font-size: 22px;
}

.category-top h3,
.category-top h4 {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
}

.gaming-category-card p {
  margin-bottom: 26px;
  color: rgba(255,255,255,0.70);
  font-size: 16px;
  line-height: 1.8;
}

.gaming-category-card ul,
.online-category-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gaming-category-card li,
.online-category-card li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 1.5;
}

.gaming-category-card li::before,
.online-category-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f4d37b;
  box-shadow: 0 0 14px rgba(244,211,123,0.55);
}

/* Highlight */

.gaming-highlight-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
  margin: 40px 0 70px;
  padding: 44px;
  border: 1px solid rgba(244,211,123,0.16);
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 18%, rgba(244,211,123,0.18), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
}

.gaming-highlight-box span,
.games-category-heading span {
  display: inline-block;
  margin-bottom: 14px;
  color: #f4d37b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gaming-highlight-box h3,
.games-category-heading h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 900;
}

.gaming-highlight-box p,
.games-category-heading p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.8;
}

/* Online categories */

.gaming-online-wrapper {
  margin-top: 40px;
}

.games-category-heading {
  max-width: 850px;
  margin: 0 auto 42px;
  text-align: center;
}

.games-category-heading h3 {
  margin-bottom: 18px;
}

.online-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.online-category-card {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(244,211,123,0.12);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.065), rgba(255,255,255,0.02));
  backdrop-filter: blur(16px);
  transition: all 0.35s ease;
}

.online-category-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244,211,123,0.28);
}

.online-category-card ul {
  margin-top: 24px;
}

/* Responsive */

@media (max-width: 1199px) {
  .gaming-grid,
  .online-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 767px) {
  .gaming-experience-section {
    padding: 90px 0;
  }

  .section-heading.center {
    margin-bottom: 54px;
  }

  .section-heading.center h2 {
    font-size: 40px;
  }

  .section-heading.center p {
    font-size: 16px;
  }

  .gaming-grid,
  .online-category-grid {
    grid-template-columns: 1fr;
  }

  .gaming-category-card,
  .online-category-card,
  .gaming-highlight-box {
    padding: 26px;
    border-radius: 24px;
  }

  .category-top {
    align-items: flex-start;
  }

  .category-top h3,
  .category-top h4 {
    font-size: 24px;
  }
}

/* ===================================== */
/* TABLE GAMES SECTION */
/* ===================================== */

.charlevoix-tables-section {
  position: relative;
  overflow: hidden;
  padding: 140px 0;
  background:
    radial-gradient(circle at top left, rgba(244,211,123,0.10), transparent 32%),
    radial-gradient(circle at bottom right, rgba(244,211,123,0.08), transparent 28%),
    #060606;
}

.charlevoix-tables-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);

  background-size: 70px 70px;
  pointer-events: none;
}

/* intro */

.table-intro-box {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 34px;

  margin-bottom: 34px;
  padding: 42px;

  border-radius: 34px;

  border: 1px solid rgba(244,211,123,0.14);

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.06),
      rgba(255,255,255,0.02)
    );
}

.intro-content span {
  display: inline-block;
  margin-bottom: 16px;

  color: #f4d37b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.intro-content h3 {
  margin-bottom: 20px;

  color: #ffffff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  font-weight: 900;
}

.intro-content p {
  margin: 0;

  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.85;
}

.intro-stats {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.intro-stat-card {
  padding: 24px;
  border-radius: 24px;

  border: 1px solid rgba(244,211,123,0.12);

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.05),
      rgba(255,255,255,0.015)
    );
}

.intro-stat-card strong {
  display: block;
  margin-bottom: 8px;

  color: #f4d37b;
  font-size: 42px;
  font-weight: 900;
}

.intro-stat-card span {
  color: rgba(255,255,255,0.72);
  font-size: 15px;
}

/* games */

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

  margin-bottom: 38px;
}

.table-game-card {
  position: relative;
  overflow: hidden;

  padding: 34px;
  border-radius: 30px;

  border: 1px solid rgba(244,211,123,0.12);

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.06),
      rgba(255,255,255,0.02)
    );

  transition: all 0.35s ease;
}

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

  border-color: rgba(244,211,123,0.28);

  box-shadow:
    0 30px 80px rgba(0,0,0,0.42);
}

.game-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 24px;

  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      rgba(244,211,123,0.24),
      rgba(244,211,123,0.10)
    );

  color: #f4d37b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.table-game-icon,
.feature-icon,
.online-live-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;

  border-radius: 18px;

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

  background:
    linear-gradient(
      135deg,
      rgba(244,211,123,0.24),
      rgba(244,211,123,0.08)
    );

  color: #f4d37b;
  font-size: 24px;
}

.table-game-card h3,
.table-feature-card h4,
.online-live-card h4 {
  margin-bottom: 18px;

  color: #ffffff;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
}

.table-game-card p,
.table-feature-card p {
  margin-bottom: 24px;

  color: rgba(255,255,255,0.70);
  font-size: 16px;
  line-height: 1.75;
}

.table-game-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.meta-item {
  padding: 16px;
  border-radius: 18px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.04),
      rgba(255,255,255,0.015)
    );
}

.meta-item span {
  display: block;
  margin-bottom: 8px;

  color: rgba(255,255,255,0.54);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.meta-item strong {
  color: #ffffff;
  font-size: 18px;
}

/* features */

.table-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;

  margin-bottom: 80px;
}

.table-feature-card,
.online-live-card {
  padding: 30px;
  border-radius: 28px;

  border: 1px solid rgba(244,211,123,0.12);

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.05),
      rgba(255,255,255,0.015)
    );
}

/* online */

.online-live-heading {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.online-live-heading span {
  display: inline-block;
  margin-bottom: 14px;

  color: #f4d37b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.online-live-heading h3 {
  margin-bottom: 20px;

  color: #ffffff;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
  font-weight: 900;
}

.online-live-heading p {
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  line-height: 1.8;
}

.online-live-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.online-live-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.online-live-card ul li {
  position: relative;

  margin-bottom: 14px;
  padding-left: 24px;

  color: rgba(255,255,255,0.76);
  font-size: 15px;
}

.online-live-card ul li::before {
  content: "";

  position: absolute;
  left: 0;
  top: 8px;

  width: 8px;
  height: 8px;
  border-radius: 50%;

  background: #f4d37b;
}

/* responsive */

@media (max-width: 1199px) {

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

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

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

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

@media (max-width: 767px) {

  .charlevoix-tables-section {
    padding: 90px 0;
  }

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

  .table-game-card,
  .table-feature-card,
  .online-live-card,
  .table-intro-box {
    padding: 26px;
  }

  .intro-content h3,
  .online-live-heading h3 {
    font-size: 38px;
  }

  .table-game-card h3 {
    font-size: 28px;
  }
}

.slots-section {
  padding: 100px 0;
  background: #070707;
  color: #fff;
}

.slots-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 60px;
}

.slots-block h3 {
  font-size: 32px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.slots-block h3 i {
  color: #f4d37b;
}

.slots-block p {
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin-bottom: 20px;
}

/* LIST */

.slots-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.slots-features li {
  margin-bottom: 10px;
  font-size: 15px;
}

.slots-features i {
  color: #f4d37b;
  margin-right: 8px;
}

/* CARDS LEFT */

.slots-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.slot-card {
  padding: 20px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  transition: 0.3s;
}

.slot-card:hover {
  transform: translateY(-5px);
  border-color: rgba(244,211,123,0.3);
}

.slot-card i {
  font-size: 20px;
  color: #f4d37b;
  margin-bottom: 10px;
}

.slot-card h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

.slot-card p {
  font-size: 13px;
  line-height: 1.5;
}

/* RIGHT */

.slots-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.category-card {
  padding: 20px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}

.category-card h4 {
  margin-bottom: 10px;
  color: #f4d37b;
}

.category-card p {
  font-size: 13px;
}

/* MOBILE */

@media (max-width: 991px) {
  .slots-grid {
    grid-template-columns: 1fr;
  }

  .slots-cards,
  .slots-categories {
    grid-template-columns: 1fr;
  }
}

.providers-section {
  padding: 100px 0;
  background: #070707;
  color: #fff;
}

.providers-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.provider-card {
  padding: 24px;
  border-radius: 18px;
  text-align: center;

  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);

  transition: 0.3s ease;
}

.provider-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244,211,123,0.4);
}

.provider-card img {
  height: 40px;
  object-fit: contain;
  margin-bottom: 16px;
}

.provider-card h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

.provider-card p {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 10px;
}

.provider-card span {
  font-size: 12px;
  color: #f4d37b;
}

/* Responsive */

@media (max-width: 1200px) {
  .providers-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991px) {
  .providers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.first-visit-section {
  padding: 110px 0;
  background: #070707;
  color: #fff;
}

.visit-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.visit-card {
  padding: 28px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  transition: 0.3s ease;
}

.visit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244,211,123,0.4);
}

.visit-card h3 {
  font-size: 20px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.visit-card h3 i {
  color: #f4d37b;
}

.visit-card p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
  margin-bottom: 12px;
}

.visit-card ul {
  padding-left: 16px;
}

.visit-card ul li {
  font-size: 13px;
  margin-bottom: 6px;
  color: rgba(255,255,255,0.75);
}

/* Highlight card */

.visit-card.highlight {
  background: linear-gradient(
    135deg,
    rgba(244,211,123,0.08),
    rgba(255,255,255,0.02)
  );
  border-color: rgba(244,211,123,0.3);
}

/* Responsive */

@media (max-width: 991px) {
  .visit-grid {
    grid-template-columns: 1fr;
  }
}

.first-visit-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(244,211,123,0.10), transparent 32%),
    radial-gradient(circle at 86% 20%, rgba(255,255,255,0.045), transparent 28%),
    linear-gradient(180deg, #070707 0%, #11100d 100%);
  color: #ffffff;
}

.first-visit-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.first-visit-section .container {
  position: relative;
  z-index: 2;
}

.visit-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.visit-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025));
  border: 1px solid rgba(244,211,123,0.12);
  box-shadow: 0 22px 60px rgba(0,0,0,0.24);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.visit-card::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,211,123,0.14), transparent 65%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.visit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244,211,123,0.34);
  box-shadow: 0 30px 78px rgba(0,0,0,0.38);
}

.visit-card:hover::after {
  opacity: 1;
}

.visit-card h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 800;
}

.visit-card h3 i {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f4d37b;
  background:
    linear-gradient(135deg, rgba(244,211,123,0.20), rgba(244,211,123,0.06));
  border: 1px solid rgba(244,211,123,0.18);
  font-size: 18px;
}

.visit-card p {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.78;
}

.visit-card ul {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.visit-card ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 1.5;
}

.visit-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f4d37b;
  box-shadow: 0 0 14px rgba(244,211,123,0.55);
}

.visit-card.highlight {
  background:
    radial-gradient(circle at 90% 10%, rgba(244,211,123,0.18), transparent 38%),
    linear-gradient(145deg, rgba(244,211,123,0.10), rgba(255,255,255,0.025));
  border-color: rgba(244,211,123,0.28);
}

@media (max-width: 991px) {
  .first-visit-section {
    padding: 82px 0;
  }

  .visit-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 44px;
  }

  .visit-card {
    padding: 26px;
    border-radius: 24px;
  }
}

@media (max-width: 575px) {
  .visit-card h3 {
    align-items: flex-start;
    font-size: 22px;
  }

  .visit-card p {
    font-size: 15px;
  }
}

.app-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at 15% 12%, rgba(244,211,123,0.10), transparent 32%),
    radial-gradient(circle at 88% 22%, rgba(255,255,255,0.05), transparent 28%),
    linear-gradient(180deg, #070707 0%, #11100d 100%);
  color: #ffffff;
}

.app-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.app-section .container {
  position: relative;
  z-index: 2;
}

.app-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 56px;
  align-items: start;
  margin-top: 60px;
}

.app-image-card {
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(244,211,123,0.16);
  background:
    radial-gradient(circle at 70% 20%, rgba(244,211,123,0.18), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025));
  box-shadow: 0 28px 80px rgba(0,0,0,0.36);
}

.app-image-card img {
  width: 90%;
  display: block;
}

.app-store-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 26px 0;
}

.app-store-buttons a {
  display: inline-flex;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.app-store-buttons a:hover {
  transform: translateY(-3px);
  opacity: 0.86;
}

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

.app-note-card,
.app-install-box {
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(244,211,123,0.14);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02));
}

.app-note-card h3,
.app-install-box h3 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
}

.app-note-card p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.75;
}

.app-feature-list {
  display: grid;
  gap: 22px;
  margin-bottom: 28px;
}

.app-feature-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(244,211,123,0.12);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.065), rgba(255,255,255,0.02));
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.app-feature-item:hover {
  transform: translateY(-5px);
  border-color: rgba(244,211,123,0.30);
}

.app-feature-item i {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f4d37b;
  font-size: 24px;
  background:
    linear-gradient(135deg, rgba(244,211,123,0.22), rgba(244,211,123,0.07));
  border: 1px solid rgba(244,211,123,0.18);
}

.app-feature-item h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 800;
}

.app-feature-item p,
.app-install-box p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.65;
}

.install-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.install-steps div {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.04);
}

.install-steps span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #f4d37b;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

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

  .app-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

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

@media (max-width: 575px) {
  .app-feature-item {
    grid-template-columns: 1fr;
    padding: 24px;
  }

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

  .app-note-card,
  .app-install-box {
    padding: 24px;
  }
}

.payment-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at 15% 12%, rgba(244,211,123,0.10), transparent 32%),
    radial-gradient(circle at 88% 22%, rgba(255,255,255,0.05), transparent 28%),
    linear-gradient(180deg, #070707 0%, #11100d 100%);
  color: #ffffff;
}

.payment-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.payment-section .container {
  position: relative;
  z-index: 2;
}

.payment-intro {
  max-width: 980px;
  margin: 0 auto 42px;
  padding: 34px;
  border: 1px solid rgba(244,211,123,0.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 18%, rgba(244,211,123,0.14), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.065), rgba(255,255,255,0.02));
}

.payment-intro h3 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
}

.payment-intro p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.75;
}

.payment-intro-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.payment-intro-badges span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(244,211,123,0.18);
  border-radius: 999px;
  color: #f4d37b;
  background: rgba(255,255,255,0.04);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.payment-table-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid rgba(244,211,123,0.16);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018));
  box-shadow: 0 26px 80px rgba(0,0,0,0.34);
}

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

.payment-tab {
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid rgba(244,211,123,0.38);
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.3s ease;
}

.payment-tab:first-child {
  border-radius: 999px 0 0 999px;
}

.payment-tab:last-child {
  border-radius: 0 999px 999px 0;
}

.payment-tab.active {
  color: #111111;
  background: linear-gradient(135deg, #f4d37b 0%, #c89b3c 45%, #f7e4a8 100%);
  box-shadow: 0 16px 40px rgba(244,211,123,0.24);
}

.payment-panel {
  display: none;
}

.payment-panel.active {
  display: block;
}

.payment-table {
  display: grid;
  gap: 10px;
}

.payment-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 62px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,0.075);
  border-radius: 16px;
  background: rgba(10, 12, 16, 0.78);
}

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

.payment-method img {
  width: 34px;
  height: 24px;
  min-width: 34px;
  max-width: 34px;
  max-height: 24px;
  object-fit: contain;
  display: block;
}

.payment-icons-double {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: 48px;
  min-width: 48px;
}

.payment-icons-double img {
  width: 24px;
  min-width: 24px;
}

.payment-method span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.payment-row strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.payment-info-grid {
  max-width: 1180px;
  margin: 54px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.payment-info-card {
  padding: 28px;
  border: 1px solid rgba(244,211,123,0.12);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.065), rgba(255,255,255,0.02));
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.payment-info-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244,211,123,0.30);
}

.payment-info-card i {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f4d37b;
  font-size: 22px;
  background:
    linear-gradient(135deg, rgba(244,211,123,0.22), rgba(244,211,123,0.07));
  border: 1px solid rgba(244,211,123,0.18);
}

.payment-info-card h3 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.18;
  font-weight: 800;
}

.payment-info-card p {
  margin: 0;
  color: rgba(255,255,255,0.70);
  font-size: 15px;
  line-height: 1.68;
}

@media (max-width: 1199px) {
  .payment-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .payment-section {
    padding: 84px 0;
  }

  .payment-intro,
  .payment-table-card {
    padding: 20px;
    border-radius: 24px;
  }

  .payment-intro h3 {
    font-size: 27px;
  }

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

  .payment-tab,
  .payment-tab:first-child,
  .payment-tab:last-child {
    border-radius: 999px;
  }

  .payment-row {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }

  .payment-row strong {
    padding-left: 48px;
  }

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

.compliance-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(244,211,123,0.08), transparent 30%),
    radial-gradient(circle at 82% 20%, rgba(255,255,255,0.04), transparent 30%),
    linear-gradient(180deg, #070707 0%, #11100d 100%);
  color: #ffffff;
}

.compliance-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.compliance-section .container {
  position: relative;
  z-index: 2;
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 60px;
}

.compliance-card {
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(244,211,123,0.14);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.065), rgba(255,255,255,0.02));
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.compliance-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244,211,123,0.32);
}

.compliance-card i {
  width: 64px;
  height: 64px;
  margin-bottom: 22px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f4d37b;
  font-size: 24px;
  background:
    linear-gradient(135deg, rgba(244,211,123,0.22), rgba(244,211,123,0.06));
  border: 1px solid rgba(244,211,123,0.18);
}

.compliance-card h3 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.compliance-card p {
  margin-bottom: 16px;
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.7;
}

.compliance-card ul {
  margin: 0 0 16px;
  padding-left: 18px;
}

.compliance-card ul li {
  margin-bottom: 6px;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 1199px) {
  .compliance-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .compliance-section {
    padding: 80px 0;
  }

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

  .compliance-card {
    padding: 26px;
  }
}

.faq-section {
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(244,211,123,0.08), transparent 30%),
    linear-gradient(180deg, #070707 0%, #11100d 100%);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 60px;
}

.faq-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
}

.faq-question {
  width: 100%;
  padding: 20px 22px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question i {
  color: #f4d37b;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  padding: 0 22px 20px;
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  max-height: 200px;
}

@media (max-width: 767px) {
  .faq-section {
    padding: 80px 0;
  }

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

.reviews-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(244,211,123,0.10), transparent 32%),
    linear-gradient(180deg, #070707 0%, #11100d 100%);
  color: #ffffff;
}

.reviews-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.reviews-section .container {
  position: relative;
  z-index: 2;
}

.reviews-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.reviews-media {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border-radius: 34px;
  border: 1px solid rgba(244,211,123,0.16);
  box-shadow: 0 28px 80px rgba(0,0,0,0.40);
}

.reviews-media img {
  width: 100%;
  height: 80%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.reviews-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.48) 100%),
    radial-gradient(circle at 70% 22%, rgba(244,211,123,0.18), transparent 34%);
  pointer-events: none;
}

.reviews-media-badge {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(244,211,123,0.24);
  background: rgba(8,8,8,0.72);
  backdrop-filter: blur(18px);
}

.reviews-media-badge span {
  display: block;
  margin-bottom: 8px;
  color: #f4d37b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reviews-media-badge strong {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.25;
}

.reviews-heading {
  text-align: left;
  margin-bottom: 36px;
}

.reviews-heading h2 {
  color: #ffffff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
  font-weight: 900;
}

.reviews-heading h2 strong {
  color: #f4d37b;
}

.reviews-slider {
  position: relative;
  min-height: 360px;
}

.review-card {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  padding: 38px;
  border-radius: 32px;
  border: 1px solid rgba(244,211,123,0.16);
  background:
    radial-gradient(circle at 86% 16%, rgba(244,211,123,0.16), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025));
  box-shadow: 0 24px 70px rgba(0,0,0,0.30);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.review-card.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.review-rating {
  display: flex;
  gap: 6px;
  margin-bottom: 22px;
  color: #f4d37b;
  font-size: 16px;
}

.review-card p {
  margin-bottom: 28px;
  color: rgba(255,255,255,0.78);
  font-size: 20px;
  line-height: 1.75;
}

.review-author strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}

.review-author span {
  color: rgba(255,255,255,0.56);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reviews-controls {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}

.review-control {
  width: 38px;
  height: 6px;
  border: none;
  border-radius: 999px;
  background: rgba(255,255,255,0.20);
  cursor: pointer;
  transition: all 0.3s ease;
}

.review-control.active {
  width: 62px;
  background: #f4d37b;
}

@media (max-width: 991px) {
  .reviews-section {
    padding: 82px 0;
  }

  .reviews-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .reviews-media,
  .reviews-media img {
    min-height: 420px;
  }

  .reviews-slider {
    min-height: 440px;
  }

  .review-card {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .reviews-media,
  .reviews-media img {
    min-height: 340px;
  }

  .reviews-slider {
    min-height: 520px;
  }

  .review-card p {
    font-size: 17px;
  }

  .reviews-media-badge {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}

.providers-carousel {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(244,211,123,0.08), transparent 30%),
    linear-gradient(180deg, #070707 0%, #11100d 100%);
}

.providers-carousel .container {
  position: relative;
  z-index: 2;
}

/* ===== Carousel ===== */

.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
}

.carousel-track {
  display: flex;
  width: max-content;
  gap: 60px;
  align-items: center;

  animation: providersScroll 40s linear infinite;
}

.carousel-track img {
  width: 120px;
  height: 40px;
  object-fit: contain;

  filter: brightness(0) invert(1);
  opacity: 0.7;

  transition: opacity 0.3s ease, transform 0.3s ease;
}

.carousel-track img:hover {
  opacity: 1;
  transform: translateY(-3px);
}

/* ===== Animation ===== */

@keyframes providersScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ===== Responsive ===== */

@media (max-width: 991px) {
  .providers-carousel {
    padding: 70px 0;
  }

  .carousel-track {
    gap: 40px;
  }

  .carousel-track img {
    width: 100px;
    height: 34px;
  }
}

@media (max-width: 575px) {
  .carousel-track {
    gap: 30px;
  }

  .carousel-track img {
    width: 85px;
    height: 30px;
  }
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 90px 0 34px;
  background:
    radial-gradient(circle at 16% 12%, rgba(244,211,123,0.10), transparent 32%),
    linear-gradient(180deg, #080808 0%, #030303 100%);
  color: #ffffff;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.site-footer .container {
  position: relative;
  z-index: 2;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr 0.75fr 0.85fr;
  gap: 46px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-logo img {
  max-height: 64px;
  width: auto;
  margin-bottom: 24px;
}

.footer-brand p,
.footer-notice p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.75;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(244,211,123,0.22);
  color: #f4d37b;
  background: rgba(255,255,255,0.04);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column h4,
.footer-payments h4 {
  margin-bottom: 18px;
  color: #f4d37b;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.footer-column li {
  margin-bottom: 11px;
}

.footer-column a,
.footer-legal-links a {
  color: rgba(255,255,255,0.70);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column a:hover,
.footer-legal-links a:hover {
  color: #f4d37b;
}

.footer-payments {
  padding: 36px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-payment-icons img {
  width: 58px;
  height: 38px;
  padding: 8px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.footer-notice {
  max-width: 980px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding-top: 28px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,0.58);
  font-size: 13px;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

@media (max-width: 991px) {
  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 575px) {
  .site-footer {
    padding: 70px 0 30px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-payment-icons img {
    width: 52px;
    height: 34px;
  }

  .footer-legal-links {
    flex-direction: column;
    gap: 10px;
  }
}