:root {
    --main-color: #18003A;
    --main-light-color: #8B809C;
    --primary-color: #FFFFFF;
    --secondary-color: #F4EDED;
    --hover-black: #000000;
    --red-color: #FF0000;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: unset;
}

:focus-visible {
    outline: unset;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--hover-black);
    text-decoration: none;
    background-color: transparent;
}

.mt-50 {
    margin-top: 50px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

body {
    font-family: 'Roboto';
}

/* Loader */
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-image: url(assets/images/ajax_loader.gif);
    background-position: 50% 50%;
    background-color: var(--secondary-color);
    background-repeat: no-repeat;
    opacity: .9;
}

/* bak to top */
.scrollToTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    color: var(--primary-color);
    background: var(--main-color);
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px 5px rgb(255 255 255 / 50%);
    -moz-box-shadow: 0 0 10px 5px rgb(255 255 255 / 50%);
    -ms-box-shadow: 0 0 10px 5px rgb(255 255 255 / 50%);
    -o-box-shadow: 0 0 10px 5px rgb(255 255 255 / 50%);
    box-shadow: 0 0 10px 5px rgb(255 255 255 / 50%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    animation: 1s ease 0s infinite normal none running top-to-bottom;
}

@-webkit-keyframes top-to-bottom {

    0% {
        margin-top: 0;
    }

    50% {
        margin-bottom: -20px;
    }

    100% {
        margin-top: 0;
    }
}

.scrollToTop i {
    font-size: 21px;
    display: block;
    line-height: 52px;
}

.scrollToTop:hover,
.scrollToTop:focus {
    opacity: 0.7;
    color: var(--secondary-color);
}

/* top nav  */
#top {
    background: var(--main-color);
    font-family: 'Roboto';
}

.currency {
    color: var(--primary-color);
    padding-top: 12px;
}

.currency .symbol {
    display: none;
}

.currency i {
    padding-left: 7px;
}

.currency li {
    list-style: none;
}

.currency li a:hover {
    opacity: 0.5;
    transition: 1s;
}

.top-right {
    display: flex;
    justify-content: flex-end;
}

.contact-info a:hover {
    opacity: 0.5;
    transition: 1s;
}

.contact-info {
    padding-top: 12px;
}

.contact-info a {
    color: var(--primary-color);
    text-decoration: none;
}

.dropdown-menu {
    overflow: hidden;
}

/* header  */
header {
    position: relative;
    box-shadow: 0px 4px 40px 1px rgba(24, 0, 58, 0.5);
}

header.header-fixed {
    position: fixed;
    background: var(--primary-color);
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

header.header-fixed .logo img {
    max-width: 100px;
}

header.header-fixed .logo {
    margin-top: 0;
}

.logo {
    position: relative;
}

.logo a {
    display: block;
    text-align: center;
}

.logo img {
    margin: auto;
    width: 100px;
    float: left;
}

.slotclub-menu .main-menu {
    text-align: center;
    list-style: none;
}

.slotclub-menu .main-menu li {
    display: inline-block;
    position: relative;
    padding: 0px 10px 10px 10px;
    outline: none;
}

.slotclub-menu .main-menu li a {
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    color: var(--main-color);
    font-size: 20px;
    font-weight: 400;
    font-family: 'Inter';
    text-transform: capitalize;
    letter-spacing: 0px;
    text-decoration: none;
}

.ac-button {
    width: 124px;
    height: 34px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    background: linear-gradient(to top, var(--main-color) 50%, var(--primary-color) 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: all 1s;
}

.ac-button:hover {
    background-position: bottom;
    color: var(--primary-color);
    border: 1px solid var(--main-color);
    border-radius: 5px;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* home banner slider */
.home-demo.home-banner.container-fluid .large-12.columns {
    padding: 0px;
}

.home-banner {
    position: sticky;
}

.owl-nav {
    text-align: center;
    position: absolute;
    top: calc(50% - 25px);
    display: flex;
    justify-content: space-between;
    right: 0;
    left: 0;
}

.owl-carousel-banner .owl-nav button.owl-prev,
.owl-carousel-banner .owl-nav button.owl-next {
    height: 50px;
    width: 50px;
    background: rgba(255, 255, 255, 0.3) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 100%;
    position: relative;
    padding: 0 !important;
    font-size: 26px;
    line-height: 2px;
    color: var(--primary-color) !important;
    margin: 0 22px;
}

.owl-carousel-banner .owl-nav button.owl-prev:hover {
    background: var(--hover-black) !important;
    transition: 1s;
}

.owl-carousel-banner .owl-nav button.owl-next:hover {
    background: var(--hover-black) !important;
    transition: 1s;
}

/* Welcome to slot section */
.welcome-slot {
    display: inline-flex;
}

.slot-info {
    display: flex;
    align-items: center;
}

.slot-bg {
    padding-left: 0px;
}

.welcome-info {
    max-width: 700px;
}

.welcome-info h1 {
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    color: var(--main-color);
}

.welcome-info p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--main-light-color);
}

.submenu {
    display: inline-flex;
    margin-bottom: 35px;
}

.submenu img {
    margin-right: 50px;
}

.submenu-info h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: var(--main-color);
}

.submenu-info a {
    color: var(--main-color);
}

.submenu-info a:hover {
    opacity: 0.7;
}

/* be in control section  */
.title {
    text-align: center;
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    color: var(--main-color);
}

.advice {
    margin-top: 30px;
}

.control-banner {
    background-color: var(--main-color);
}

.control-img a:hover {
    opacity: 0.8;
    transition: 0.7s;
}

.control-info {
    padding: 35px;
}

.control-info a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.control-info h2 {
    color: var(--primary-color);
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
}

.control-info p {
    color: var(--secondary-color);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin: 0px;
}

.support {
    margin-bottom: 0px !important;
}

/* offer section */
.offer-section a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

/* Review section */
.review-section p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: var(--main-light-color);
}

.review-banner {
    background-color: var(--main-color);
    padding: 26px;
    display: flex;
}

.review {
    padding-left: 22px;
}

.review-sub p {
    font-size: 18px;
}

.review h2 {
    font-size: 22px;
    padding-top: 12px;
}

.review h2:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.review p {
    text-align: left;
}

.review-sub {
    display: flex;
    justify-content: space-between;
}

.banner-img img {
    width: 600px;
    height: 180px;
}

.review-banner p,
h2 {
    color: var(--primary-color);
    font-family: 'Roboto';
}

.review-sub i {
    color: var(--red-color);
}

.review-sub span {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    font-size: 16px;
    padding: 0px 5px 0px 5px;
    margin-left: 22px;
    margin-right: 22px;
}

.review-desc img {
    width: 100% !important;
    height: 100% !important;
}

.review-desc p {
    font-size: 14px;
}

.detail {
    margin-bottom: 41px;
}

.review-img {
    margin: auto;
}

/* jackpot section */

.jackpot-section {
    background-color: var(--main-color);
    border-radius: 0px 0px 50px 50px;
    height: 760px;
    margin-top: 30px;
}

.jackpot-section h2 {
    padding-top: 24px;
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    text-transform: capitalize;
    color: var(--primary-color);
}

.winners {
    text-align: center;
    padding: 2px 49px 2px 49px;
    display: flex;
    justify-content: space-between;
}

.winners img {
    width: 30px;
    height: 30px;
    margin-right: 25px;
}

.winners-price {
    display: flex;
}

.winners p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    color: var(--primary-color);
}

.line {
    text-align: center;
}

/* running jackpot */
.running {
    margin-top: 17px;
    text-align: center;
    color: var(--primary-color);
}

.running p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    padding: 11px 0px 0px 0px;
}

.running button {
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: var(--primary-color);
    background: var(--main-color);
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    width: 150px;
    height: 40px;
    transition: 1s;
    padding: 0;
    background: linear-gradient(to top, var(--primary-color) 50%, var(--main-color) 50%);
    background-size: 100% 200%;
    background-position: top;
}

.running button:hover {
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    color: var(--main-color);
    background-position: bottom;
}

.running button:active {
    color: var(--main-color) !important;
    background: var(--primary-color) !important;
}

.running button:focus-visible {
    border: 2px solid var(--primary-color) !important;
}

.running i {
    font-size: 32px;
}

/* jackpot time */
.time {
    margin: auto;
    color: var(--primary-color);
    background: var(--main-color);
    border: 2px solid var(--primary-color);
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 30px;
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
}

.time h1 {
    font-size: 70px;
    font-family: 'Aclonica';
    padding-top: 36px;
}

.time p {
    margin-top: -20px;
}

.arrow {
    text-align: center;
}

.jackpot-time {
    margin-bottom: 22px;
}

/* footer */
footer {
    background-color: var(--main-color);
    color: var(--primary-color);
}

footer h5 {
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
}

.footer-top {
    padding-top: 50px;
}

.contact_site a {
    color: var(--primary-color);
}

.contact_site i {
    font-size: 19px;
    margin-right: 5px;
}

.contact_site:hover {
    opacity: 0.7;
}

.site {
    margin-top: 27px;
}

.footer-logo {
    width: 100px;
    border-radius: 10px;
    background: var(--primary-color);
}

.footer-top .col-lg-2 {
    width: 20%;
}

.footer-description p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: var(--secondary-color);
    margin-top: 14px;
}

.footer-jackpot {
    margin-top: 16px;
}

.game-div {
    margin-top: 28px;
}

.game-desc {
    display: flex;
}

.game-desc img {
    width: 60px;
    margin-right: 10px;
}

.game-info {
    width: 118px;
    display: flex;
    flex-direction: column;
}

.game-info a {
    margin: 0;
    line-height: 1.1;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: var(--primary-color);
}

.game-info a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.price {
    display: flex;
    justify-content: space-between;
    padding-top: 11px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #FFE600 !important;
}

.rating {
    color: var(--red-color);
    font-size: 9px;
}

.newsletter {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: var(--secondary-color);
    margin-top: 21px;
}

.newsletter .form-group {
    margin-bottom: 17px;
}

footer form {
    text-align: center;
}

footer form .btn-primary {
    width: 150px;
    background: var(--main-color);
    box-shadow: 0px 0px 10px 5px var(--primary-color);
    border-radius: 5px;
    border: 1px solid var(--primary-color);
}

footer form .btn-primary:hover {
    background: var(--primary-color) !important;
    color: var(--main-color);
    border: 1px solid var(--primary-color) !important;
    box-shadow: none;
    transition: 1s;
}

footer form .btn-primary:active {
    background-color: var(--main-color) !important;
}

footer form .btn-primary:focus-visible {
    background-color: var(--main-color);
    box-shadow: none;
}

.social-media {
    margin-bottom: 10px;
}

.social-media a,
.payment-method a {
    color: var(--primary-color);
    margin-right: 20px;
}

.payment-method a:hover,
.social-media a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

p.copyright {
    text-align: center;
    padding: 25px;
    border-top: 1px solid var(--primary-color);
    margin-top: 30px;
    margin-bottom: 0px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: var(--primary-color);
}

footer form .btn:hover {
    background: var(--main-color);
}

.toggled.active .fa-chevron-down:before {
    content: "\f077";
}

.logo-section p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: var(--secondary-color);
    margin-top: 14px;
    margin-bottom: 0px;
}

/* question section  */

.question-section {
    margin-top: 30px;
}

.question {
    background-color: var(--main-color);
    border-radius: 0px 500px 500px 0px;
    height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;

}

.accordion {
    --bs-accordion-bg: var(--main-color);
    --bs-accordion-color: var(--primary-color);
    --bs-accordion-btn-color: var(--primary-color);
    --bs-accordion-btn-focus-border-color: none;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-bg: var(--main-color);
    --bs-accordion-active-color: var(--primary-color);
    --bs-accordion-border-width: 0px;
}

.accordion-body {
    margin-top: -8px;
    padding: 0px;
}

.question-desc {
    padding: 0px 86px;
}

.faq {
    padding-bottom: 50px;
}

.accordian-tittle {
    margin: 52px 0px 0px 65px;
}

.right-list i {
    padding-right: 23px;
}

.accordion-button img {
    display: none;
}

.accordion-button:not(.collapsed) img {
    display: block;
    width: 100%;
    margin-right: -100px;
}

.accordion-button+span .fa-circle-plus::before {
    content: "\f055" !important;
    font-family: "FontAwesome";
    margin-left: 8px;
    margin-right: 10px;
    width: auto;
    height: auto;
    font-size: 24px;
}

.accordion-button:not(.collapsed) span .fa-circle-plus::before {
    content: "\f056" !important;
}

.right-list button {
    border: none !important;
}

.right-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    background: var(--main-color);
    width: auto;
    padding: 5px 10px 5px 15px;
    border: 1px solid var(--primary-color);
    border-radius: 0px 50px 50px 0px !important;
}

.accordion-button:not(.collapsed) .right-title {
    border: none;
}

.accordion-button span i {
    padding: 0px 10px 0px 10px;
    font-size: 28px;
}

.accordion-button {
    display: block;
    padding: 0px 16px 0px 22px;
}

.accordion-item {
    background: none;
}

.qeustion-line {
    padding-left: 59px;
    margin-top: -15px;
}

.question h2 button {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    width: auto;
}

.accordion-button:not(.collapsed) {
    border: none;
}

.info p {
    color: var(--primary-color);
    padding-left: 99px;
    padding-right: 266px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.faq-button {
    margin-top: 0px !important;
}

.question h2 span {
    display: inline-block;
    font-size: 22px;
}

.question-img {
    text-align: right;
}

.question-img:hover {
    opacity: 0.5;
    transition: 0.7s;
}

.accordion-body-desc {
    padding-left: 53px;
    padding-right: 70px;
    padding-top: 10px;
}

.right-desc {
    padding: 0;
}

.right-list {
    margin-left: 200px !important;
}

.right-body {
    margin-left: 275px;
}

.left-list {
    padding-left: 60px;
    padding-top: 80px;
}


/* About us */
.slot-machine h1 {
    text-align: left;
}

.slot-machine p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: var(--main-color);
}

.slot-machine {
    text-align: left;
}

.slot-machine button {
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 5px;
    width: 150px;
    height: 40px;
    background: linear-gradient(to top, var(--main-color) 50%, var(--primary-color) 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: 1s;
}

.slot-machine button:focus-visible {
    border: 2px solid var(--main-color) !important;
}

.slot-machine button:hover {
    background-position: bottom;
    color: var(--primary-color) !important;
    border: 2px solid var(--main-color);
    border-radius: 5px;
}

/* tournament section */
.tournament {
    margin-top: 30px;
}

.tournament-section {
    background-color: var(--main-color);
    color: var(--primary-color);
}

.tournament button {
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: var(--primary-color);
    background: var(--main-color);
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    background: linear-gradient(to top, var(--primary-color) 50%, var(--main-color) 50%);
    background-size: 101% 200%;
    background-position: top;
    transition: 1s;
}

.tournament button:hover {
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    color: var(--main-color) !important;
    background-position: bottom;
}

.tournament button:active {
    color: var(--main-color) !important;
    border: 2px solid var(--primary-color) !important;
}

.tournament-section {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
}

.tornament-price {
    width: 162px;
    height: 108px;
    background: var(--primary-color);
    color: var(--main-color);
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 29px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 5px;
    padding-top: 15px;
    margin: auto;
    margin-bottom: 22px;
    box-shadow: inset 0px 0px 14px var(--hover-black);
}

.tournament-info p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 0px 8px 0px 8px;
    text-align: center;
}

/* account page */
.account-detail {
    margin-top: 30px;
}

.ac-title {
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    padding: 13px 30px 10px 30px;
    text-transform: capitalize;
    background: var(--main-color);
    color: var(--primary-color);
}

.account {
    margin-bottom: 50px;
}

.account,
.information,
.register-account,
.login-account {
    border: 2px solid var(--main-color);
}

.list ul {
    list-style: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: var(--main-color) !important;
}

label.form-check-label {
    margin-top: 3px;
    margin-bottom: 10px;
}

.list ul li {
    padding-top: 20px;
}

.list ul li a {
    color: var(--main-color) !important;
}

.list ul li a:hover {
    opacity: 0.7;
}

.account-label::before {
    content: "*";
    color: var(--red-color);
}

.register-form {
    padding: 22px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: var(--main-color);
}

.register-form input::placeholder {
    color: var(--primary-color) !important;
}

.form-input {
    background: var(--main-light-color);
    border-radius: 20px;
    padding: 8px 20px;
    color: var(--primary-color);
    margin-bottom: 10px;
    margin-top: 3px;
}

.form-check input {
    padding: 0px;
    border: 1px solid var(--hover-black);
}

.register-form button {
    border-radius: 20px;
    color: var(--main-color);
    font-family: 'Aclonica';
    font-style: normal;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    padding: 10px 32px 10px 32px;
    background: linear-gradient(to top, var(--main-color) 50%, var(--primary-color) 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: 1s;
}

.register-form button:hover {
    background-position: bottom;
    color: var(--primary-color);
    border: 1px solid var(--main-color);
    border-radius: 20px;
}

.register-form button:active {
    color: var(--primary-color) !important;
    border: 1px solid var(--main-color) !important;

}

.login-account a {
    color: var(--main-color) !important;
    font-weight: 500;
}

.login-account a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.forget_password {
    margin-bottom: 21px;
}

.form-control:focus {
    border-color: var(--main-color);
    box-shadow: none;
    color: var(--main-color);
    transition: 0.5s;
}

.form-check-input:checked {
    background-color: var(--main-light-color);
    border-color: var(--main-color);
    box-shadow: none;
}

.form-check-input:focus {
    border-color: var(--main-color);
    outline: 0;
    box-shadow: none;
}

/* contact us */

.contact-us textarea {
    background: var(--main-light-color);
    border-radius: 20px;
    padding: 8px 20px;
    color: var(--primary-color);
    margin-bottom: 10px;
    margin-top: 3px;
}

.contact-us textarea::placeholder {
    color: var(--primary-color) !important;
}

.address a {
    color: var(--main-color) !important;
}

.address-menu {
    padding-top: 1px;
}

.address i {
    margin-right: 9px;
}

.submitted {
    display: none;
    color: #5c9d22;
    margin-bottom: 15px;
    text-align: center;
}

/* media queries */
@media (min-width: 1551px) {
    .container {
        max-width: 1470px;
    }

    .question-img {
        padding-top: 30px;
    }
}

@media (min-width: 1400px) {
    .register {
        margin-right: 14px;
    }

    .header-right {
        justify-content: flex-end;
    }

}

@media (min-width: 1200px) {
    .position-footer-right {
        padding-left: 37px;
    }

}

@media (max-width: 1600px) {
    .space {
        display: none;
    }

    .submenu {
        margin-bottom: 7px;
    }
}

@media (max-width: 1200px) {
    .question-img {
        text-align: center;
        margin-top: 30px;
    }

}

@media (min-width: 992px) {

    .header_menu li a:hover,
    .header_menu li a.active {
        background-color: var(--main-color);
        border-radius: 0px 0px 20px 20px;
        color: var(--primary-color);
        transition: 1s;
    }

    .header_menu li a {
        padding: 35px 12px 25px 12px;
    }

    footer .fa-chevron-down {
        display: none;
    }

    .offer-img img {
        height: 500px;
    }

    .offer-section {
        margin-top: 30px;
    }

    .logo-section {
        display: none;
    }

    .footer-top {
        padding-top: 30px;
    }

}

@media (max-width: 991px) {

    body.active:before {
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        display: block;
        position: fixed;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 1;
        transition: opacity 0.2s cubic-bezier(0, 0, .3, 1);
        transition-delay: 0.1s;
    }

    body.active {
        overflow: hidden;
    }

    .loader {
        background-size: 250px;
    }

    .phone-menu {
        text-align: right;
        padding: 0;
        z-index: 9;
    }

    #show-header_menu {
        border: none;
        border-radius: 5px;
        background: var(--main-color);
        color: var(--primary-color);
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .welcome-img img.img-fluid {
        max-width: 80%;
    }

    .slotclub-menu .main-menu-outer {
        position: fixed;
        left: 0;
        top: 0;
        background: var(--primary-color);
        min-width: 250px;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: hidden;
        -webkit-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }

    .slotclub-menu .menu-title {
        background: var(--secondary-color);
        color: var(--main-color);
        font-weight: 500;
        font-size: 20px;
        padding: 10px 15px;
        text-align: left;
    }

    .slotclub-menu .menu-title i {
        float: right;
        font-size: 26px;
    }

    .slotclub-menu .main-menu {
        text-align: left;
        padding: 5px;
    }

    .slotclub-menu .main-menu li {
        padding: 10px;
        display: block;
    }

    .slotclub-menu .main-menu-outer.main-menu-active {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .toggled_tittle {
        border-bottom: 1px solid var(--primary-color);
    }

    footer .fa-chevron-down {
        float: right;
    }

    .footer-top .col-lg-2 {
        width: 100%;
    }

    .logo img {
        width: 70px;
    }

    .footer-description {
        display: none;
    }

    .footer_collaps {
        display: none;
        padding-bottom: 22px;
    }

    .footer-top {
        padding-top: 30px;
    }

    .position-footer-right {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .toggled_tittle {
        margin-bottom: 22px;
        padding-bottom: 8px;
    }

    .owl-carousel-banner .owl-nav button.owl-prev,
    .owl-carousel-banner .owl-nav button.owl-next {
        height: 35px;
        width: 35px;
        font-size: 14px;
    }

    .control-section h1 {
        font-size: 32px;
    }

    .welcome-info h1 {
        font-size: 36px;
        line-height: 30px;
    }

    .welcome-info {
        margin: auto;
        padding: 25px 20px 0px 20px;
    }

    .title {
        font-size: 32px;
    }

    .detail {
        margin-bottom: 30px;
    }

    .offer-img {
        margin-top: 30px;
        text-align: center;
    }

    .slot-machine {
        margin-top: 30px;
    }

    .register-account,
    .login-account,
    .information_sec {
        margin-bottom: 50px;
    }

    .address_sec {
        margin-bottom: 0px;
    }

    .jackpot-slot {
        margin-top: -15px;
    }

    .account-detail {
        margin-top: 15px;
    }

    .right-body {
        margin-left: 220px;
    }

    .owl-nav {
        top: calc(50% - 15px);
    }

    p.copyright {
        margin-top: 0px;
    }

    .accordian-tittle {
        margin-left: 25px;
    }

    .accordion-body-desc {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .toggled_tittle {
        padding-bottom: 3px;
    }

    footer h5 {
        font-size: 18px;
    }

    .advice {
        margin-top: 15px;
    }

    .contact-info span {
        display: none;
    }

    .offer-img img {
        height: 252px;
    }

    .ac-button {
        font-size: 14px;
        padding-top: 4px;
    }

    .mt-50 {
        margin-top: 20px;
    }

    .review-sub {
        display: block;
    }

    .review-desc p {
        font-size: 12px;
    }

    .review-banner {
        padding: 12px;
    }

    .review-sub p {
        margin-bottom: 5px;
    }

    .review-rating {
        margin-bottom: 5px;
    }

    .offer-img {
        margin-top: 30px;
        text-align: center;
    }

    .standard {
        margin-bottom: 30px;
    }

    .information,
    .register-account,
    .account {
        margin-bottom: 20px;
    }

    .banner-img img {
        height: 141px;
    }

    a.banner-img {
        padding-top: 40px;
    }

    .accordion-button:not(.collapsed) {
        margin-left: 0px;
    }

    .right-list {
        margin-left: 30px !important;
    }

    .question-desc {
        padding: 0px 20px;
    }

    .right-body {
        margin-left: 72px;
    }

    .question-desc img {
        width: 330px;
    }

    .question h2 button {
        font-size: 16px;
    }

    .accordian-tittle {
        margin: 15px 0px 0px 0px;
    }

    .accordion-body-desc {
        font-size: 14px;
    }

    .accordion-button span i {
        padding-left: 0px;
        font-size: 22px;
    }

    .accordion-button:not(.collapsed) .right-title {
        padding-right: 0px;
    }

    .accordion-button {
        padding-left: 15px;
    }

    .tournament {
        margin-top: 15px;
    }

    .question-section {
        margin-top: 20px;
    }

    .faq {
        padding-bottom: 0px;
    }

    .accordion-body-desc {
        padding-left: 33px;
    }

    .accordion-button:not(.collapsed) .left-img {
        margin-right: -144px;
    }
}

@media (max-width: 676px) {
    .submenu-info h2 {
        font-size: 18px;
    }

    .welcome-info p {
        margin-top: -8px;
        font-size: 14px;
    }
}

@media (max-width: 495px) {
    .question h2 span {
        font-size: 14px !important;
    }

    .accordion-button span i {
        font-size: 18px;
    }

    .question {
        border-radius: 0px 100px 100px 0px;
    }

    .accordion-button:not(.collapsed) .left-img {
        margin-right: -200px;
    }

    .accordion-button:not(.collapsed) img {
        margin-right: -144px;
    }

    .right-body {
        margin-left: 56px;
    }
}

@media (max-width: 391px) {
    .accordian-tittle {
        margin-top: 0px !important;
    }
}

@media (max-width: 575px) {
    .control-banner {
        margin-bottom: 22px;
    }

    .welcome-info h1 {
        font-size: 28px;
    }

    .header-right {
        justify-content: center;
    }

    .register {
        margin-right: 10px;
    }

    .jackpot-section {
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        padding: 0 5px 20px 5px;
    }

    .winners p {
        line-height: 22px;
    }

    .winners img {
        width: 24px;
        height: 24px;
    }

    .time {
        width: 100px;
        height: 100px;
    }

    .time h1 {
        font-size: 40px;
        padding-top: 18px;
    }

    .time p {
        font-size: 16px;
    }

}

@media (max-width: 566px) {
    .ac-button {
        width: 80px;
        font-size: 14px;
    }

    .question h2 span {
        padding-left: 2px;
        font-size: 18px;
    }

    .qeustion-line img {
        width: 260px;
    }

    .qeustion-line {
        padding-left: 14px;
        margin-top: -23px;
    }

    .info p {
        font-size: 14px;
        padding-left: 40px;
        padding-right: 89px;
    }

    .right-list {
        padding-left: 22px;
        padding-top: 3px;
    }

    .left-list {
        padding-top: 18px;
    }

    .question-play {
        padding-top: 20px;
    }

    .question {
        height: 395px;
    }

    .right-list i {
        font-size: 18px;
        padding-right: 5px;
    }

    .question-info h2 {
        padding-top: 15px;
        padding-left: 11px;
    }

    .review-sub span {
        margin-left: 7px;
        margin-right: 0px;
    }

    .submenu img {
        margin-right: 90px;
    }

    .accordion-body-desc {
        padding-right: 42px;
        padding-left: 0px;
    }

    .accordion-body-desc p {
        font-size: 14px !important;
    }

    .question h2 button {
        margin-left: 0px;
    }

    .right-list {
        margin-left: -22px !important;
    }

    .right-title {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 487px) {
    .question h2 button {
        font-size: 12px;
        margin-top: 9px;
    }

    .question-desc img {
        width: 240px;
    }

    .right-desc {
        padding: 0px 5px;
    }

    .accordion-body-desc p {
        font-size: 12px !important;
    }

    .faq_title {
        line-height: 40px;
    }
}

@media (max-width: 438px) {
    .currency i {
        padding: 0;
    }

    .accordian-tittle {
        margin-top: 0px !important;
    }
}

@media (max-width: 432px) {
    .review-banner {
        display: block;
        text-align: center;
    }

    .review-sub {
        display: flex;
    }

    .currency .symbol {
        display: unset;
    }

    .code {
        display: none;
    }

    .welcome-info h1 {
        font-size: 22px;
    }

    .slot-machine p {
        font-size: 12px;
    }

    .review {
        padding-left: 0px;
    }

    .banner-img img {
        width: auto;
    }

}

@media (max-width: 375px) {

    .currency {
        margin: -4px;
    }

    .contact-info {
        padding-top: 9px;
    }

    .social-media a,
    .payment-method a {
        margin-right: 10px;
    }

    .ac-button {
        font-size: 12px;
        padding: 6px 4px 0px 4px;
    }

    .jackpot-section h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .line img {
        width: 222px;
    }

    .winners {
        padding: 2px 35px 2px 35px;
    }

    .slot-machine h1 {
        font-size: 26px;
    }

    .top-right {
        font-size: 14px;
    }

    .question h2 button {
        font-size: 10px;
    }

    .accordion-body-desc p {
        font-size: 10px !important;
        padding-top: 8px;
    }

    .accordion-body-desc {
        margin-top: -3px;
    }

    .accordion-button:not(.collapsed) {
        margin-bottom: -12px;
    }

    .accordion-body-desc {
        padding-right: 8px;
    }

    .question-desc img {
        margin-top: 16px;
    }
}

@media (max-width: 425px) {
    .question {
        height: 369px;
    }


    .info p {
        font-size: 12px;
        padding-left: 32px;
        padding-right: 25px;
    }

    .owl-carousel-banner .owl-nav button.owl-prev,
    .owl-carousel-banner .owl-nav button.owl-next {
        height: 25px;
        width: 25px;
        font-size: 12px;
        line-height: 24px;
        margin: 0 12px;
    }

}

@media (max-width: 354px) {
    .info p {
        padding-right: 0px;
        padding-left: 10px;
    }

    .left-list {
        padding-left: 19px !important;
    }

    .qeustion-line {
        padding-left: 10px;
    }

    .welcome-info h1 {
        font-size: 20px;
    }
}

@media (max-width:380px) {
    .question h2 span {
        font-size: 10px !important;
    }

    .accordion-button span i {
        font-size: 14px;
    }

    .accordion-button:not(.collapsed) img {
        margin-right: -219px;
        height: 3px;
    }

    .accordion-button:not(.collapsed) .left-img {
        margin-right: -252px;
    }

    .accordion-body-desc {
        padding-right: 0px;
    }

}

@media (max-width: 390px) {
    .title {
        line-height: 38px;
    }
}

@media (max-width: 320px) {
    .review-rating {
        font-size: 12px;
    }

    .review-sub p {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .slot-machine p {
        font-size: 14px;
    }

    .review-img {
        margin-bottom: 26px;
    }
}

@media (min-width:500px) and (max-width:575px) {
    .control-img img {
        width: 545px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .slotclub-menu .main-menu li a {
        font-size: 18px;
        padding: 38px 12px 25px 12px;
    }
}

@media (min-width:991px) and (max-width:1199px) {

    .price p {
        margin-bottom: 3px;
    }

    .price {
        padding-top: 7px;
    }

    .game-div {
        margin-top: 20px;
    }

    .newsletter {
        margin-top: 12px;
    }

    .right-body {
        margin-left: 280px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .ac-button {
        width: 99px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .jackpot-section h2 {
        font-size: 22px;
        line-height: 27px;
    }

    .winners {
        padding: 2px 10px 2px 10px;
    }
}

@media (min-width:768px) and (max-width:991px) {

    .qeustion-line {
        padding-left: 28px;
    }

    .info p {
        padding-left: 65px;
        padding-right: 210px;
    }

    .question h2 button {
        font-size: 20px;
    }

    .right-list {
        margin-left: 104px !important;
    }
}

@media (min-width:567px) and (max-width:767px) {
    .ac-button {
        width: 70px;
    }

    .line img {
        width: 210px;
    }

    .running img {
        width: 200px;
    }

    .running p {
        font-size: 18px;
    }

    .question h2 span {
        padding-left: 7px;
        font-size: 18px;
    }

    .qeustion-line img {
        width: 260px;
    }

    .qeustion-line {
        padding-left: 40px;
        margin-top: -20px;
    }

    .info p {
        font-size: 14px;
        padding-left: 40px;
        padding-right: 89px;
    }


    .left-list {
        padding-top: 37px;
    }

    .question-play {
        padding-top: 37px;
    }

    .question {
        height: 453px;
    }

    .accordion-body-desc {
        margin-left: 0px;
    }

}

@media (min-width:576px) and (max-width:991px) {
    .control-info {
        padding: 20px;
    }

    .control-info h2 {
        font-size: 16px;
    }

    .control-info p {
        font-size: 12px;
    }

    .tournament-info p {
        font-size: 12px;
    }

}

@media (min-width:992px) and (max-width:1199px) {
    .slotclub-menu .main-menu li a {
        font-size: 16px;
        padding: 38px 6px 28px 6px;
    }

    .rating {
        font-size: 8px;
    }

    .price {
        flex-direction: column;
    }

    .offer-img img {
        height: 342px;
    }

    .review-img {
        text-align: center;
    }

    .jackpot-section h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .line img {
        width: 178px;
    }

    .winners {
        padding: 2px 10px 2px 10px;
    }

    .winners img {
        margin-right: 9px;
    }

    .running img {
        width: 181px;
    }

    .running p {
        font-size: 16px;
    }

    .slot-machine h1 {
        font-size: 34px;
    }

    .tournament-info p {
        font-size: 12px;
    }

    .banner-img img {
        width: 400px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .offer-img img {
        height: 408px;
    }

    .jackpot-section h2 {
        font-size: 24px;
    }

    .line img {
        width: 183px;
    }

    .winners {
        padding: 2px 16px 2px 16px;
    }

    .running img {
        width: 217px;
    }

    .running p {
        font-size: 18px;
    }

    .question h2 {
        font-size: 20px;
    }

    .question h2 span {
        padding-left: 12px;
        font-size: 20px;
    }

    .info p {
        padding-left: 90px;
        padding-right: 126px;
        font-size: 14px;
    }

    .question-list h2 {
        font-size: 20px;
    }

    .question-img {
        padding-top: 100px;
    }

    .slot-machine p {
        font-size: 16px;
    }

    .tournament-info p {
        font-size: 14px;
    }

    .banner-img img {
        width: 550px;
        height: 150px;
        margin-top: 15px;
        padding-left: 10px;
    }

    .question h2 button {
        font-size: 18px;
    }

    .right-list {
        margin-left: 100px !important;
    }


    .right-body {
        margin-left: 164px;
    }

    .accordian-tittle {
        margin-left: 30px;
    }

    .accordion-button {
        padding-left: 5px;
    }

    .left-desc {
        padding: 0px 30px;
    }
}

@media (min-width:1350px) and (max-width:1399px) {
    .detail {
        margin-bottom: 19px;
    }

    .review-banner {
        padding: 6px;
    }

    .review-desc p {
        font-size: 12px;
        margin-bottom: 4px;
    }
}

@media (min-width:1200px) and (max-width:1349px) {
    .detail {
        margin-bottom: 15px;
    }

    .review-banner {
        padding: 7px;
    }

    .review-desc p {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .review h2 {
        font-size: 22px;
    }
}

@media (min-width:1400px) and (max-width:1550px) {
    .review-banner {
        padding: 12px;
    }

    .review-desc p {
        font-size: 12px;
    }

    .offer-img img {
        height: 473px;
    }

    .question-img {
        padding-top: 30px;
    }

    .right-list {
        margin-left: 130px !important;
    }

    .right-info {
        padding-left: 19px;
    }

    .right-body {
        margin-left: 240px;
    }
}

@media (min-width:992px) and (max-width:1440px) {
    .welcome-info p {
        font-size: 12px;
        margin-top: -10px;
    }

    .submenu-info h2 {
        font-size: 16px;
    }

    .submenu img {
        max-width: 83%;
        margin-right: 34px;
    }

    .submenu {
        margin-bottom: 4px;
    }
}

@media (min-width:992px) and (max-width:1463px) {
    .welcome-info h1 {
        font-size: 31px;
    }
}

/* ===== HERO BANNER (Mindil Beach Casino Resort) ===== */

.home-banner {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
}

.home-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* overlay */

.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

/* text */

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    max-width: 750px;
    padding: 20px;
}

.banner-text h1 {
    font-family: 'Aclonica', sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.banner-subtitle {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.banner-description {
    font-size: 1.05rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.btn-banner {
    display: inline-block;
    padding: 14px 28px;
    background: #d4af37;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-banner:hover {
    background: #b8962e;
}

/* responsive */

@media (max-width: 768px) {

    .home-banner {
        height: 360px;
    }

    .banner-text h1 {
        font-size: 2rem;
    }

    .banner-subtitle {
        font-size: 1.1rem;
    }

    .banner-description {
        font-size: 0.95rem;
    }

}


.top-games-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 0 10px;
}

.game-card {
  position: relative;
  width: calc(100% / 6 - 16px);
  background-color: #0A1931;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  transition: transform 0.3s ease;
}

.game-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  padding: 10px;
  background-color: #fff;
  border-radius: 12px;
}

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

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

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

.btn-play {
  background-color: #d4af37;
  color: #0A1931;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 0.9rem;
  text-decoration: none;
}

.btn-play:hover {
  background-color: #b8902e;
  color: #fff;
}

@media (max-width: 1200px) {
  .game-card {
    width: calc(100% / 4 - 16px);
  }
}
@media (max-width: 992px) {
  .game-card {
    width: calc(100% / 3 - 16px);
  }
}
@media (max-width: 600px) {
  .game-card {
    width: calc(100% / 2 - 16px);
  }
}
@media (max-width: 420px) {
  .game-card {
    width: 100%;
  }
}

/* ===== PREMIUM ABOUT SECTION ===== */

.about-section-block {
    position: relative;
}

.about-layout {
    align-items: center;
}

.about-media-wrap {
    position: relative;
    padding: 30px 30px 30px 0;
}

.about-image-card {
    position: relative;
    background: var(--primary-color);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(24, 0, 58, 0.16);
    border: 1px solid rgba(24, 0, 58, 0.08);
    z-index: 2;
}

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

.about-media-accent {
    position: absolute;
    background: linear-gradient(135deg, var(--main-color), #2b0a5a);
    border-radius: 22px;
    z-index: 1;
}

.about-media-accent-top {
    width: 170px;
    height: 170px;
    top: 0;
    right: 0;
    opacity: 0.10;
}

.about-media-accent-bottom {
    width: 220px;
    height: 220px;
    left: -18px;
    bottom: 0;
    opacity: 0.08;
}

.about-floating-badge {
    position: absolute;
    left: 25px;
    bottom: 22px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(24, 0, 58, 0.92);
    color: var(--primary-color);
    padding: 12px 18px;
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(24, 0, 58, 0.25);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.about-floating-badge i {
    color: #d4af37;
}

.about-content-box {
    padding: 10px 0 10px 24px;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.section-eyebrow-line {
    width: 56px;
    height: 2px;
    background: linear-gradient(to right, var(--main-color), #d4af37);
    display: inline-block;
}

.section-eyebrow-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--main-color);
}

.section-title-main {
    font-family: 'Aclonica', sans-serif;
    font-size: 42px;
    line-height: 1.2;
    color: var(--main-color);
    margin-bottom: 18px;
}

.section-title-main span {
    color: #5a2ca0;
}

.section-subtitle {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 22px;
    padding-left: 18px;
}

.section-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #d4af37, var(--main-color));
}

.section-description {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 1.75;
    color: var(--main-light-color);
    margin-bottom: 18px;
}

.about-feature-list {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    background: #ffffff;
    border: 1px solid rgba(24, 0, 58, 0.08);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(24, 0, 58, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(24, 0, 58, 0.10);
}

.about-feature-icon {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--main-color), #2b0a5a);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 18px rgba(24, 0, 58, 0.18);
}

.about-feature-text h4 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 6px;
}

.about-feature-text p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: var(--main-light-color);
}

.about-action-row {
    margin-top: 28px;
}

.about-primary-btn {
    display: inline-block;
    min-width: 220px;
    text-align: center;
    padding: 14px 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--main-color), #2b0a5a);
    color: var(--primary-color);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(24, 0, 58, 0.22);
    transition: all 0.3s ease;
}

.about-primary-btn:hover {
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(24, 0, 58, 0.28);
}

/* responsive */

@media (max-width: 1199px) {
    .section-title-main {
        font-size: 36px;
    }

    .section-subtitle {
        font-size: 20px;
    }

    .about-image-card img {
        height: 560px;
    }
}

@media (max-width: 991px) {
    .about-media-wrap {
        padding: 0;
        margin-bottom: 30px;
    }

    .about-content-box {
        padding: 0;
    }

    .about-image-card img {
        height: 480px;
    }
}

@media (max-width: 767px) {
    .section-title-main {
        font-size: 30px;
    }

    .section-subtitle {
        font-size: 18px;
        padding-left: 14px;
    }

    .section-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-image-card img {
        height: 560px;
    }

    .about-feature-item {
        padding: 16px;
    }

    .about-feature-icon {
        width: 48px;
        height: 48px;
        font-size: 18px;
        flex-basis: 48px;
    }

    .about-feature-text h4 {
        font-size: 16px;
    }

    .about-feature-text p {
        font-size: 14px;
    }

    .about-floating-badge {
        left: 16px;
        bottom: 16px;
        padding: 10px 14px;
        font-size: 13px;
    }
}

/* ===== WHY CHOOSE / BENEFITS SECTION ===== */

.benefits-section-block {
    position: relative;
}

.benefits-heading {
    max-width: 900px;
    margin: 0 auto 34px;
}

.benefits-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.benefits-eyebrow-line {
    width: 46px;
    height: 2px;
    background: linear-gradient(to right, var(--main-color), #d4af37);
    display: inline-block;
}

.benefits-eyebrow-text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--main-color);
}

.benefits-title {
    font-family: 'Aclonica', sans-serif;
    font-size: 42px;
    line-height: 1.2;
    color: var(--main-color);
    margin-bottom: 16px;
}

.benefits-title span {
    color: #5a2ca0;
}

.benefits-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: var(--main-light-color);
    max-width: 820px;
    margin: 0 auto;
}

.benefits-grid {
    row-gap: 26px;
}

.benefit-card {
    position: relative;
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #fbf9fd 100%);
    border: 1px solid rgba(24, 0, 58, 0.08);
    border-radius: 22px;
    padding: 30px 24px;
    box-shadow: 0 14px 36px rgba(24, 0, 58, 0.08);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.benefit-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    width: 64px;
    height: 4px;
    border-radius: 20px;
    background: linear-gradient(to right, #d4af37, var(--main-color));
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(24, 0, 58, 0.14);
    border-color: rgba(24, 0, 58, 0.16);
}

.benefit-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--main-color), #2b0a5a);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 22px;
    box-shadow: 0 10px 24px rgba(24, 0, 58, 0.18);
}

.benefit-card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 14px;
}

.benefit-card p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: var(--main-light-color);
}

/* responsive */

@media (max-width: 1199px) {
    .benefits-title {
        font-size: 36px;
    }

    .benefit-card h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .benefits-heading {
        margin-bottom: 26px;
    }

    .benefits-subtitle {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .benefits-title {
        font-size: 30px;
    }

    .benefits-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .benefit-card {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .benefit-icon {
        width: 56px;
        height: 56px;
        font-size: 20px;
        margin-bottom: 18px;
    }

    .benefit-card h3 {
        font-size: 18px;
    }

    .benefit-card p {
        font-size: 14px;
        line-height: 1.7;
    }

    .benefits-eyebrow {
        gap: 10px;
    }

    .benefits-eyebrow-line {
        width: 30px;
    }
}

/* ===== PROMO / WELCOME BONUS SECTION ===== */

.promo-section-block {
    position: relative;
}

.promo-wrap {
    background: linear-gradient(180deg, #ffffff 0%, #faf7fd 100%);
    border: 1px solid rgba(24, 0, 58, 0.08);
    border-radius: 28px;
    padding: 36px;
    box-shadow: 0 18px 42px rgba(24, 0, 58, 0.08);
    overflow: hidden;
}

.promo-media {
    position: relative;
    padding-right: 22px;
}

.promo-media-shape {
    position: absolute;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--main-color), #2b0a5a);
    opacity: 0.08;
}

.promo-media-shape-top {
    width: 180px;
    height: 180px;
    top: -12px;
    right: 0;
}

.promo-image-card {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(24, 0, 58, 0.16);
    background: var(--primary-color);
}

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

.promo-badge {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(24, 0, 58, 0.92);
    color: var(--primary-color);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(24, 0, 58, 0.24);
}

.promo-badge i {
    color: #d4af37;
}

.promo-content {
    padding-left: 18px;
}

.promo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.promo-eyebrow-line {
    width: 54px;
    height: 2px;
    background: linear-gradient(to right, var(--main-color), #d4af37);
    display: inline-block;
}

.promo-eyebrow-text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--main-color);
}

.promo-title {
    font-family: 'Aclonica', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    color: var(--main-color);
    margin-bottom: 16px;
}

.promo-title span {
    color: #5a2ca0;
}

.promo-subtitle {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 22px;
    padding: 18px 22px;
    border-radius: 18px;
    background: rgba(24, 0, 58, 0.04);
    border-left: 4px solid #d4af37;
}

.promo-description {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 1.75;
    color: var(--main-light-color);
    margin-bottom: 18px;
}

.promo-steps {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.promo-step-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    background: #ffffff;
    border: 1px solid rgba(24, 0, 58, 0.08);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(24, 0, 58, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo-step-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(24, 0, 58, 0.10);
}

.promo-step-number {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--main-color), #2b0a5a);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(24, 0, 58, 0.18);
}

.promo-step-text h4 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 6px;
}

.promo-step-text p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: var(--main-light-color);
}

.promo-action-row {
    margin-top: 28px;
}

.promo-primary-btn {
    display: inline-block;
    min-width: 220px;
    text-align: center;
    padding: 15px 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--main-color), #2b0a5a);
    color: var(--primary-color);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(24, 0, 58, 0.22);
    transition: all 0.3s ease;
}

.promo-primary-btn:hover {
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(24, 0, 58, 0.28);
}

/* responsive */

@media (max-width: 1199px) {
    .promo-title {
        font-size: 34px;
    }

    .promo-subtitle {
        font-size: 21px;
    }

    .promo-image-card img {
        height: 560px;
    }
}

@media (max-width: 991px) {
    .promo-wrap {
        padding: 26px;
    }

    .promo-media {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .promo-content {
        padding-left: 0;
    }

    .promo-image-card img {
        height: 560px;
    }
}

@media (max-width: 767px) {
    .promo-wrap {
        padding: 18px;
        border-radius: 20px;
    }

    .promo-title {
        font-size: 28px;
    }

    .promo-subtitle {
        font-size: 18px;
        padding: 14px 16px;
        border-radius: 14px;
    }

    .promo-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .promo-image-card img {
        height: 340px;
    }

    .promo-step-item {
        padding: 16px;
    }

    .promo-step-number {
        width: 50px;
        height: 50px;
        font-size: 16px;
        flex-basis: 50px;
    }

    .promo-step-text h4 {
        font-size: 16px;
    }

    .promo-step-text p {
        font-size: 14px;
    }

    .promo-badge {
        left: 14px;
        bottom: 14px;
        padding: 10px 14px;
        font-size: 12px;
    }

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

/* ===== REWARDS / LOYALTY / PROMOTIONS SECTION ===== */

.rewards-section-block {
    position: relative;
}

.rewards-shell {
    position: relative;
    padding: 38px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #faf7fd 100%);
    border: 1px solid rgba(24, 0, 58, 0.08);
    box-shadow: 0 18px 44px rgba(24, 0, 58, 0.08);
    overflow: hidden;
}

.rewards-shell::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(90, 44, 160, 0.05);
}

.rewards-shell::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.05);
}

.rewards-top {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto 34px;
}

.rewards-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.rewards-eyebrow-line {
    width: 46px;
    height: 2px;
    display: inline-block;
    background: linear-gradient(to right, var(--main-color), #d4af37);
}

.rewards-eyebrow-text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--main-color);
}

.rewards-title {
    font-family: 'Aclonica', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    color: var(--main-color);
    margin-bottom: 16px;
}

.rewards-title span {
    color: #5a2ca0;
}

.rewards-subtitle {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: var(--main-light-color);
}

.rewards-main-grid {
    position: relative;
    z-index: 2;
}

.rewards-panel {
    height: 100%;
    border-radius: 26px;
    padding: 30px 26px;
    position: relative;
    overflow: hidden;
}

.rewards-panel-dark {
    background: linear-gradient(135deg, var(--main-color), #2b0a5a);
    color: var(--primary-color);
    box-shadow: 0 18px 40px rgba(24, 0, 58, 0.18);
}

.rewards-panel-dark::before {
    content: "";
    position: absolute;
    right: -30px;
    top: -30px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.rewards-panel-light {
    background: #ffffff;
    border: 1px solid rgba(24, 0, 58, 0.08);
    box-shadow: 0 16px 36px rgba(24, 0, 58, 0.08);
}

.panel-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, 0.12);
    color: #f3d57a;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.panel-badge-gold {
    background: rgba(212, 175, 55, 0.12);
    color: var(--main-color);
    border: 1px solid rgba(24, 0, 58, 0.08);
}

.panel-title {
    font-family: 'Aclonica', sans-serif;
    font-size: 30px;
    line-height: 1.28;
    color: var(--primary-color);
    margin-bottom: 18px;
}

.panel-title-dark {
    color: var(--main-color);
}

.panel-description {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.86);
    margin-bottom: 24px;
}

.mini-highlight-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.mini-highlight-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--primary-color);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.mini-highlight-item i {
    color: #d4af37;
}

.offers-group {
    margin-top: 8px;
}

.offers-group-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.offers-group-head h4 {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: inherit;
}

.offers-chip {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.10);
    color: #f3d57a;
}

.offers-chip-dark {
    background: rgba(24, 0, 58, 0.08);
    color: var(--main-color);
}

.offer-card-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.offer-card-simple {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.offer-card-icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.16);
    color: #f3d57a;
    font-size: 18px;
}

.offer-card-text h5 {
    margin: 0 0 6px;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--primary-color);
}

.offer-card-text p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
}

/* right side */

.hero-offer-box {
    margin-bottom: 24px;
    padding: 24px 22px;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--main-color), #2b0a5a);
    color: var(--primary-color);
    box-shadow: 0 16px 34px rgba(24, 0, 58, 0.18);
    position: relative;
    overflow: hidden;
}

.hero-offer-box::before {
    content: "";
    position: absolute;
    right: -24px;
    top: -24px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.10);
}

.hero-offer-label {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f3d57a;
}

.hero-offer-value {
    position: relative;
    z-index: 1;
    font-family: 'Aclonica', sans-serif;
    font-size: 28px;
    line-height: 1.35;
    margin-bottom: 12px;
    color: var(--primary-color);
}

.hero-offer-note {
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.86);
}

.offers-group-light .offers-group-head h4 {
    color: var(--main-color);
}

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

.promo-tile {
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbf9fd 100%);
    border: 1px solid rgba(24, 0, 58, 0.08);
    box-shadow: 0 10px 24px rgba(24, 0, 58, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(24, 0, 58, 0.10);
}

.promo-tile-wide {
    grid-column: 1 / -1;
}

.promo-tile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.promo-kind {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.14);
    color: var(--main-color);
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.promo-tile-top i {
    color: #d4af37;
    font-size: 18px;
}

.promo-tile h5 {
    margin: 0 0 8px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--main-color);
}

.promo-tile p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--main-light-color);
    font-weight: 600;
}

.rewards-cta-row {
    margin-top: 24px;
}

.rewards-primary-btn {
    display: inline-block;
    min-width: 220px;
    text-align: center;
    padding: 15px 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--main-color), #2b0a5a);
    color: var(--primary-color);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(24, 0, 58, 0.18);
    transition: all 0.3s ease;
}

.rewards-primary-btn:hover {
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(24, 0, 58, 0.24);
}

/* responsive */

@media (max-width: 1199px) {
    .rewards-title {
        font-size: 34px;
    }

    .panel-title {
        font-size: 26px;
    }

    .hero-offer-value {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .rewards-shell {
        padding: 26px;
    }

    .promo-grid-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .rewards-shell {
        padding: 18px;
        border-radius: 22px;
    }

    .rewards-title {
        font-size: 28px;
    }

    .rewards-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .panel-title {
        font-size: 22px;
    }

    .panel-description {
        font-size: 15px;
    }

    .rewards-panel {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .hero-offer-value {
        font-size: 20px;
    }

    .promo-grid-list {
        grid-template-columns: 1fr;
    }

    .promo-tile-wide {
        grid-column: auto;
    }

    .offers-group-head {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .mini-highlight-item {
        width: 100%;
        justify-content: flex-start;
    }
}


.live-games-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 0 10px;
}

.game-card {
  position: relative;
  width: calc(100% / 6 - 16px);
  background-color: #0A1931;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  transition: transform 0.3s ease;
}

.game-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  padding: 10px;
  background-color: #fff;
  border-radius: 12px;
}

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

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

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

.btn-play {
  background-color: #d4af37;
  color: #0A1931;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 0.9rem;
  text-decoration: none;
}

.btn-play:hover {
  background-color: #b8902e;
  color: #fff;
}

@media (max-width: 1200px) {
  .game-card {
    width: calc(100% / 4 - 16px);
  }
}
@media (max-width: 992px) {
  .game-card {
    width: calc(100% / 3 - 16px);
  }
}
@media (max-width: 600px) {
  .game-card {
    width: calc(100% / 2 - 16px);
  }
}
@media (max-width: 420px) {
  .game-card {
    width: 100%;
  }
}

/* ===== GAMING OPTIONS SECTION ===== */

.gaming-section-block {
    position: relative;
}

.gaming-shell {
    position: relative;
    padding: 38px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #faf7fd 100%);
    border: 1px solid rgba(24, 0, 58, 0.08);
    box-shadow: 0 18px 44px rgba(24, 0, 58, 0.08);
    overflow: hidden;
}

.gaming-shell::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(90, 44, 160, 0.05);
}

.gaming-shell::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.05);
}

.gaming-top {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto 34px;
}

.gaming-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.gaming-eyebrow-line {
    width: 46px;
    height: 2px;
    display: inline-block;
    background: linear-gradient(to right, var(--main-color), #d4af37);
}

.gaming-eyebrow-text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--main-color);
}

.gaming-title {
    font-family: 'Aclonica', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    color: var(--main-color);
    margin-bottom: 16px;
}

.gaming-title span {
    color: #5a2ca0;
}

.gaming-subtitle {
    max-width: 920px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: var(--main-light-color);
}

.gaming-panel {
    height: 100%;
    border-radius: 26px;
    padding: 30px 26px;
    position: relative;
    overflow: hidden;
}

.gaming-panel-dark {
    background: linear-gradient(135deg, var(--main-color), #2b0a5a);
    color: var(--primary-color);
    box-shadow: 0 18px 40px rgba(24, 0, 58, 0.18);
}

.gaming-panel-dark::before {
    content: "";
    position: absolute;
    right: -30px;
    top: -30px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.gaming-panel-light {
    background: #ffffff;
    border: 1px solid rgba(24, 0, 58, 0.08);
    box-shadow: 0 16px 36px rgba(24, 0, 58, 0.08);
}

.gaming-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, 0.12);
    color: #f3d57a;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.gaming-badge-light {
    background: rgba(212, 175, 55, 0.12);
    color: var(--main-color);
    border: 1px solid rgba(24, 0, 58, 0.08);
}

.gaming-panel-title {
    font-family: 'Aclonica', sans-serif;
    font-size: 30px;
    line-height: 1.28;
    color: var(--primary-color);
    margin-bottom: 18px;
}

.gaming-panel-title-dark {
    color: var(--main-color);
}

.gaming-panel-description {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.86);
    margin-bottom: 24px;
}

.gaming-panel-description-dark {
    color: var(--main-light-color);
}

.gaming-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.gaming-highlight-item {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.gaming-highlight-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f3d57a;
    margin-bottom: 8px;
}

.gaming-highlight-item strong {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: var(--primary-color);
}

.gaming-info-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.gaming-info-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.gaming-info-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.16);
    color: #f3d57a;
    font-size: 18px;
}

.gaming-info-text h4 {
    margin: 0 0 6px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--primary-color);
}

.gaming-info-text p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
}

/* online categories */

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

.gaming-category-box {
    padding: 20px 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fbf9fd 100%);
    border: 1px solid rgba(24, 0, 58, 0.08);
    box-shadow: 0 10px 24px rgba(24, 0, 58, 0.06);
}

.gaming-category-box h4 {
    margin: 0 0 14px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--main-color);
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(24, 0, 58, 0.08);
}

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

.gaming-category-box ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: var(--main-light-color);
}

.gaming-category-box ul li:last-child {
    margin-bottom: 0;
}

.gaming-category-box ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d4af37;
}

.gaming-note-box {
    margin-top: 22px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(24, 0, 58, 0.04);
    border-left: 4px solid #d4af37;
}

.gaming-note-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.14);
    color: var(--main-color);
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.gaming-note-box p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: var(--main-light-color);
}

/* responsive */

@media (max-width: 1199px) {
    .gaming-title {
        font-size: 34px;
    }

    .gaming-panel-title {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .gaming-shell {
        padding: 26px;
    }
}

@media (max-width: 767px) {
    .gaming-shell {
        padding: 18px;
        border-radius: 22px;
    }

    .gaming-title {
        font-size: 28px;
    }

    .gaming-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .gaming-panel {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .gaming-panel-title {
        font-size: 22px;
    }

    .gaming-panel-description,
    .gaming-panel-description-dark {
        font-size: 15px;
    }

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

    .gaming-info-card {
        padding: 14px;
    }

    .gaming-info-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 16px;
    }

    .gaming-info-text h4 {
        font-size: 16px;
    }

    .gaming-info-text p,
    .gaming-category-box ul li,
    .gaming-note-box p {
        font-size: 14px;
    }
}

/* SLOTS SECTION */

.slots-section-block{
position:relative;
}

.slots-shell{
padding:38px;
border-radius:28px;
background:linear-gradient(180deg,#ffffff 0%,#faf7fd 100%);
border:1px solid rgba(24,0,58,0.08);
box-shadow:0 18px 44px rgba(24,0,58,0.08);
}

.slots-heading{
max-width:900px;
margin:0 auto 34px;
}

.slots-eyebrow{
display:inline-flex;
align-items:center;
gap:14px;
margin-bottom:18px;
}

.slots-eyebrow-line{
width:46px;
height:2px;
background:linear-gradient(to right,var(--main-color),#d4af37);
}

.slots-eyebrow-text{
font-family:'Inter';
font-size:13px;
font-weight:700;
letter-spacing:.14em;
text-transform:uppercase;
color:var(--main-color);
}

.slots-title{
font-family:'Aclonica';
font-size:40px;
color:var(--main-color);
margin-bottom:14px;
}

.slots-title span{
color:#5a2ca0;
}

.slots-subtitle{
font-size:18px;
line-height:1.7;
color:var(--main-light-color);
}

/* panels */

.slots-panel{
height:100%;
border-radius:24px;
padding:28px;
}

.slots-panel-dark{
background:linear-gradient(135deg,var(--main-color),#2b0a5a);
color:#fff;
}

.slots-panel-light{
background:#fff;
border:1px solid rgba(24,0,58,0.08);
box-shadow:0 16px 36px rgba(24,0,58,0.08);
}

.slots-badge{
display:inline-block;
padding:7px 14px;
border-radius:999px;
font-size:12px;
font-weight:800;
letter-spacing:.12em;
text-transform:uppercase;
background:rgba(255,255,255,.15);
color:#f3d57a;
margin-bottom:14px;
}

.slots-badge-light{
background:rgba(212,175,55,.15);
color:var(--main-color);
}

.slots-panel-title{
font-family:'Aclonica';
font-size:28px;
margin-bottom:16px;
}

.slots-panel-title-dark{
color:var(--main-color);
}

.slots-panel-text{
line-height:1.8;
font-size:16px;
color:rgba(255,255,255,.85);
margin-bottom:22px;
}

.slots-panel-text-dark{
color:var(--main-light-color);
}

/* features */

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

.slots-feature{
background:rgba(255,255,255,.08);
padding:14px;
border-radius:14px;
}

.slots-feature-label{
display:block;
font-size:11px;
text-transform:uppercase;
letter-spacing:.1em;
color:#f3d57a;
margin-bottom:4px;
}

/* categories */

.slots-category-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:14px;
margin-top:12px;
}

.slot-category{
background:#faf7fd;
border:1px solid rgba(24,0,58,.08);
border-radius:16px;
padding:18px;
}

.slot-category h4{
font-size:18px;
margin-bottom:10px;
color:var(--main-color);
}

.slot-category p{
margin:0;
font-size:14px;
line-height:1.6;
}

/* providers */

.slots-providers{
margin-top:24px;
}

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

.provider-badges span{
padding:8px 14px;
border-radius:999px;
background:rgba(212,175,55,.15);
font-size:13px;
font-weight:600;
color:var(--main-color);
}

/* TABLE GAMES SECTION */

.tables-shell{
padding:38px;
border-radius:28px;
background:linear-gradient(180deg,#ffffff 0%,#faf7fd 100%);
border:1px solid rgba(24,0,58,0.08);
box-shadow:0 18px 44px rgba(24,0,58,0.08);
}

.tables-heading{
max-width:900px;
margin:0 auto 34px;
}

.tables-eyebrow{
display:inline-flex;
align-items:center;
gap:14px;
margin-bottom:18px;
}

.tables-eyebrow-line{
width:46px;
height:2px;
background:linear-gradient(to right,var(--main-color),#d4af37);
}

.tables-eyebrow-text{
font-size:13px;
font-weight:700;
letter-spacing:.14em;
text-transform:uppercase;
color:var(--main-color);
}

.tables-title{
font-family:'Aclonica';
font-size:40px;
color:var(--main-color);
margin-bottom:14px;
}

.tables-title span{
color:#5a2ca0;
}

.tables-subtitle{
font-size:18px;
line-height:1.7;
color:var(--main-light-color);
}

/* panels */

.tables-panel{
height:100%;
border-radius:24px;
padding:28px;
}

.tables-panel-dark{
background:linear-gradient(135deg,var(--main-color),#2b0a5a);
color:#fff;
}

.tables-panel-light{
background:#fff;
border:1px solid rgba(24,0,58,0.08);
box-shadow:0 16px 36px rgba(24,0,58,0.08);
}

.tables-badge{
display:inline-block;
padding:7px 14px;
border-radius:999px;
font-size:12px;
font-weight:800;
letter-spacing:.12em;
text-transform:uppercase;
background:rgba(255,255,255,.15);
color:#f3d57a;
margin-bottom:14px;
}

.tables-badge-light{
background:rgba(212,175,55,.15);
color:var(--main-color);
}

.tables-panel-title{
font-family:'Aclonica';
font-size:28px;
margin-bottom:16px;
}

.tables-panel-title-dark{
color:var(--main-color);
}

.tables-panel-text{
line-height:1.8;
font-size:16px;
color:rgba(255,255,255,.85);
margin-bottom:22px;
}

.tables-panel-text-dark{
color:var(--main-light-color);
}

/* cards */

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

.table-card,
.live-card{
background:rgba(255,255,255,.08);
border-radius:16px;
padding:18px;
}

.tables-panel-light .live-card{
background:#faf7fd;
border:1px solid rgba(24,0,58,0.08);
}

.table-card i,
.live-card i{
font-size:20px;
color:#d4af37;
margin-bottom:8px;
}

.table-card h4,
.live-card h4{
font-size:17px;
margin-bottom:6px;
}

.table-card p,
.live-card p{
font-size:14px;
line-height:1.6;
}

/* info box */

.tables-info-box{
margin-top:20px;
padding:16px;
border-radius:16px;
background:rgba(255,255,255,.12);
}

.tables-info-box span{
font-size:12px;
letter-spacing:.12em;
text-transform:uppercase;
color:#f3d57a;
display:block;
margin-bottom:6px;
}


.bonus-games-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 0 10px;
}

.game-card {
  position: relative;
  width: calc(100% / 6 - 16px);
  background-color: #0A1931;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  transition: transform 0.3s ease;
}

.game-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  padding: 10px;
  background-color: #fff;
  border-radius: 12px;
}

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

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

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

.btn-play {
  background-color: #d4af37;
  color: #0A1931;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 0.9rem;
  text-decoration: none;
}

.btn-play:hover {
  background-color: #b8902e;
  color: #fff;
}

@media (max-width: 1200px) {
  .game-card {
    width: calc(100% / 4 - 16px);
  }
}
@media (max-width: 992px) {
  .game-card {
    width: calc(100% / 3 - 16px);
  }
}
@media (max-width: 600px) {
  .game-card {
    width: calc(100% / 2 - 16px);
  }
}
@media (max-width: 420px) {
  .game-card {
    width: 100%;
  }
}

/* RESORT SERVICES SECTION */

.resort-shell{
padding:40px;
border-radius:28px;
background:linear-gradient(180deg,#ffffff 0%,#faf7fd 100%);
border:1px solid rgba(24,0,58,0.08);
box-shadow:0 18px 44px rgba(24,0,58,0.08);
}

.resort-heading{
max-width:900px;
margin:0 auto 36px;
}

.resort-eyebrow{
display:inline-flex;
align-items:center;
gap:14px;
margin-bottom:18px;
}

.resort-eyebrow-line{
width:46px;
height:2px;
background:linear-gradient(to right,var(--main-color),#d4af37);
}

.resort-eyebrow-text{
font-size:13px;
font-weight:700;
letter-spacing:.14em;
text-transform:uppercase;
color:var(--main-color);
}

.resort-title{
font-family:'Aclonica';
font-size:40px;
color:var(--main-color);
margin-bottom:16px;
}

.resort-title span{
color:#5a2ca0;
}

.resort-subtitle{
font-size:18px;
line-height:1.7;
color:var(--main-light-color);
}

.resort-grid{
margin-top:20px;
}

/* cards */

.resort-card{
height:100%;
padding:26px;
border-radius:20px;
background:#fff;
border:1px solid rgba(24,0,58,0.08);
box-shadow:0 12px 28px rgba(24,0,58,0.08);
transition:all .3s ease;
}

.resort-card:hover{
transform:translateY(-5px);
box-shadow:0 18px 36px rgba(24,0,58,0.15);
}

.resort-icon{
width:52px;
height:52px;
border-radius:14px;
display:flex;
align-items:center;
justify-content:center;
background:rgba(212,175,55,.15);
color:#d4af37;
font-size:20px;
margin-bottom:14px;
}

.resort-card h3{
font-size:20px;
margin-bottom:10px;
color:var(--main-color);
}

.resort-card p{
font-size:15px;
line-height:1.7;
color:var(--main-light-color);
margin:0;
}

/* bottom panel */

.resort-info-panel{
margin-top:36px;
padding:28px;
border-radius:20px;
background:linear-gradient(135deg,var(--main-color),#2b0a5a);
color:#fff;
}

.resort-info-panel h3{
font-size:26px;
margin-bottom:12px;
}

.resort-info-panel p{
font-size:16px;
line-height:1.8;
opacity:.9;
margin-bottom:10px;
}

/* VISITOR GUIDE SECTION */

.visitor-shell{
padding:40px;
border-radius:28px;
background:linear-gradient(180deg,#ffffff 0%,#faf7fd 100%);
border:1px solid rgba(24,0,58,0.08);
box-shadow:0 18px 44px rgba(24,0,58,0.08);
}

.visitor-heading{
max-width:900px;
margin:0 auto 36px;
}

.visitor-eyebrow{
display:inline-flex;
align-items:center;
gap:14px;
margin-bottom:18px;
}

.visitor-eyebrow-line{
width:46px;
height:2px;
background:linear-gradient(to right,var(--main-color),#d4af37);
}

.visitor-eyebrow-text{
font-size:13px;
font-weight:700;
letter-spacing:.14em;
text-transform:uppercase;
color:var(--main-color);
}

.visitor-title{
font-family:'Aclonica';
font-size:40px;
color:var(--main-color);
margin-bottom:16px;
}

.visitor-title span{
color:#5a2ca0;
}

.visitor-subtitle{
font-size:18px;
line-height:1.7;
color:var(--main-light-color);
}

/* cards */

.visitor-card{
height:100%;
padding:26px;
border-radius:20px;
background:#fff;
border:1px solid rgba(24,0,58,0.08);
box-shadow:0 12px 28px rgba(24,0,58,0.08);
transition:all .3s ease;
}

.visitor-card:hover{
transform:translateY(-4px);
box-shadow:0 18px 36px rgba(24,0,58,0.15);
}

.visitor-icon{
width:52px;
height:52px;
border-radius:14px;
display:flex;
align-items:center;
justify-content:center;
background:rgba(212,175,55,.15);
color:#d4af37;
font-size:20px;
margin-bottom:14px;
}

.visitor-card h3{
font-size:20px;
margin-bottom:10px;
color:var(--main-color);
}

.visitor-card p{
font-size:15px;
line-height:1.7;
color:var(--main-light-color);
margin:0;
}

/* bottom info */

.visitor-info-panel{
margin-top:36px;
padding:28px;
border-radius:20px;
background:linear-gradient(135deg,var(--main-color),#2b0a5a);
color:#fff;
}

.visitor-info-panel h3{
font-size:26px;
margin-bottom:12px;
}

.visitor-info-panel p{
font-size:16px;
line-height:1.8;
opacity:.9;
margin-bottom:10px;
}

/* PLAYER ACCESS GUIDE */

.access-shell{
padding:40px;
border-radius:28px;
background:linear-gradient(180deg,#ffffff 0%,#faf7fd 100%);
border:1px solid rgba(24,0,58,0.08);
box-shadow:0 18px 44px rgba(24,0,58,0.08);
}

.access-heading{
max-width:900px;
margin:0 auto 36px;
}

.access-eyebrow{
display:inline-flex;
align-items:center;
gap:14px;
margin-bottom:18px;
}

.access-eyebrow-line{
width:46px;
height:2px;
background:linear-gradient(to right,var(--main-color),#d4af37);
}

.access-eyebrow-text{
font-size:13px;
font-weight:700;
letter-spacing:.14em;
text-transform:uppercase;
color:var(--main-color);
}

.access-title{
font-family:'Aclonica';
font-size:40px;
color:var(--main-color);
margin-bottom:14px;
}

.access-title span{
color:#5a2ca0;
}

.access-subtitle{
font-size:18px;
line-height:1.7;
color:var(--main-light-color);
}

/* panels */

.access-panel{
padding:30px;
border-radius:24px;
height:100%;
}

.access-panel-dark{
background:linear-gradient(135deg,var(--main-color),#2b0a5a);
color:#fff;
}

.access-panel-light{
background:#fff;
border:1px solid rgba(24,0,58,0.08);
box-shadow:0 16px 36px rgba(24,0,58,0.08);
}

.access-badge{
display:inline-block;
padding:8px 14px;
border-radius:999px;
font-size:12px;
font-weight:800;
letter-spacing:.12em;
text-transform:uppercase;
background:rgba(255,255,255,.15);
color:#f3d57a;
margin-bottom:14px;
}

.access-badge-light{
background:rgba(212,175,55,.15);
color:var(--main-color);
}

.access-panel-title{
font-family:'Aclonica';
font-size:28px;
margin-bottom:16px;
}

.access-panel-title-dark{
color:var(--main-color);
}

.access-panel-text{
font-size:16px;
line-height:1.8;
margin-bottom:20px;
}

.access-panel-text-dark{
color:var(--main-light-color);
}

/* features */

.access-feature-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:12px;
margin-bottom:20px;
}

.access-feature{
background:rgba(255,255,255,.08);
padding:14px;
border-radius:14px;
}

.access-panel-light .access-feature{
background:#faf7fd;
border:1px solid rgba(24,0,58,.08);
}

/* benefits */

.access-benefits{
display:flex;
flex-direction:column;
gap:12px;
margin-top:18px;
}

.benefit-item{
display:flex;
align-items:center;
gap:10px;
font-size:15px;
}

.benefit-item i{
color:#d4af37;
}

/* info boxes */

.access-info-box{
margin-top:20px;
padding:18px;
border-radius:16px;
background:rgba(255,255,255,.12);
}

.access-info-light{
background:#faf7fd;
border:1px solid rgba(24,0,58,.08);
}

.access-info-box h4{
margin-bottom:8px;
}

/* ===== MOBILE APP SECTION ===== */

.mobile-section-block {
    position: relative;
}

.mobile-shell {
    position: relative;
    padding: 40px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #faf7fd 100%);
    border: 1px solid rgba(24, 0, 58, 0.08);
    box-shadow: 0 18px 44px rgba(24, 0, 58, 0.08);
    overflow: hidden;
}

.mobile-shell::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(90, 44, 160, 0.05);
}

.mobile-shell::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.05);
}

.mobile-heading {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin: 0 auto 36px;
}

.mobile-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.mobile-eyebrow-line {
    width: 46px;
    height: 2px;
    display: inline-block;
    background: linear-gradient(to right, var(--main-color), #d4af37);
}

.mobile-eyebrow-text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--main-color);
}

.mobile-title {
    font-family: 'Aclonica', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    color: var(--main-color);
    margin-bottom: 16px;
}

.mobile-title span {
    color: #5a2ca0;
}

.mobile-subtitle {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: var(--main-light-color);
}

/* panels */

.mobile-panel {
    position: relative;
    height: 100%;
    border-radius: 26px;
    padding: 28px;
    overflow: hidden;
}

.mobile-panel-featured {
    background: linear-gradient(135deg, var(--main-color), #2b0a5a);
    color: var(--primary-color);
    box-shadow: 0 18px 40px rgba(24, 0, 58, 0.18);
}

.mobile-panel-featured::before {
    content: "";
    position: absolute;
    right: -36px;
    top: -36px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.mobile-panel-light {
    background: #ffffff;
    border: 1px solid rgba(24, 0, 58, 0.08);
    box-shadow: 0 16px 36px rgba(24, 0, 58, 0.08);
}

.mobile-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.12);
    color: #f3d57a;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.mobile-badge-light {
    background: rgba(212, 175, 55, 0.12);
    color: var(--main-color);
    border: 1px solid rgba(24, 0, 58, 0.08);
}

.mobile-panel-title {
    font-family: 'Aclonica', sans-serif;
    font-size: 28px;
    line-height: 1.3;
    color: var(--primary-color);
    margin-bottom: 16px;
}

.mobile-panel-title-dark {
    color: var(--main-color);
}

.mobile-panel-text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.86);
    margin-bottom: 16px;
}

/* left featured image */

.mobile-app-image-wrap {
    position: relative;
    margin-bottom: 26px;
}

.mobile-app-shape {
    position: absolute;
    top: -16px;
    right: -12px;
    width: 150px;
    height: 150px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.22), rgba(255, 255, 255, 0.06));
    z-index: 1;
}

.mobile-app-card {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 18px 34px rgba(0,0,0,0.18);

    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
}

.mobile-app-card img {
    max-width:40%;
    height:auto;
    display:block;
}

.mobile-app-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}

.mobile-panel-content {
    position: relative;
    z-index: 2;
}

.mobile-benefit-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.mobile-benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
}

.mobile-benefit-item i {
    color: #f3d57a;
    font-size: 16px;
}

/* right content cards */

.mobile-info-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 8px;
}

.mobile-info-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbf9fd 100%);
    border: 1px solid rgba(24, 0, 58, 0.08);
    box-shadow: 0 10px 24px rgba(24, 0, 58, 0.06);
}

.mobile-info-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.14);
    color: var(--main-color);
    font-size: 20px;
}

.mobile-info-text h4 {
    margin: 0 0 6px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--main-color);
}

.mobile-info-text p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: var(--main-light-color);
}

/* store buttons */

.mobile-store-block {
    margin-top: 24px;
    padding: 22px;
    border-radius: 20px;
    background: rgba(24, 0, 58, 0.04);
    border-left: 4px solid #d4af37;
}

.mobile-store-block h4 {
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color);
}

.mobile-store-block p {
    margin-bottom: 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: var(--main-light-color);
}

.mobile-store-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.mobile-store-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 8px 0;
}

.mobile-store-link img {
    max-height: 52px;
    width: auto;
    display: block;
}

/* bottom note */

.mobile-bottom-note {
    margin-top: 22px;
    padding: 18px 20px;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--main-color), #2b0a5a);
    color: var(--primary-color);
    box-shadow: 0 14px 28px rgba(24, 0, 58, 0.16);
}

.mobile-note-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: #f3d57a;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.mobile-bottom-note p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
}

/* responsive */

@media (max-width: 1199px) {
    .mobile-title {
        font-size: 34px;
    }

    .mobile-panel-title {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .mobile-shell {
        padding: 26px;
    }

    .mobile-app-card img {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .mobile-shell {
        padding: 18px;
        border-radius: 22px;
    }

    .mobile-title {
        font-size: 28px;
    }

    .mobile-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .mobile-panel {
        padding: 20px 18px;
        border-radius: 20px;
    }

    .mobile-panel-title {
        font-size: 22px;
    }

    .mobile-panel-text,
    .mobile-info-text p,
    .mobile-store-block p,
    .mobile-bottom-note p {
        font-size: 14px;
    }

    .mobile-info-card {
        padding: 14px;
    }

    .mobile-info-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 18px;
    }

    .mobile-info-text h4 {
        font-size: 16px;
    }

    .mobile-app-card img {
        height: 240px;
    }

    .mobile-store-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ===== PARALLAX CTA BANNER ===== */

.cta-banner-section {
    --banner-overlay-opacity: 0.55; 
    --banner-min-height: 460px;     

    position: relative;
    min-height: var(--banner-min-height);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    background-image: url("assets/images/banners/cta-banner-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-radius: 28px;
}

.cta-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(24, 0, 58, var(--banner-overlay-opacity));
    z-index: 1;
}

.cta-banner-content {
    position: relative;
    z-index: 2;
    max-width: 860px;
    margin: 0 auto;
    padding: 40px 20px;
    color: var(--primary-color);
}

.cta-banner-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #f3d57a;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cta-banner-content h2 {
    font-family: 'Aclonica', sans-serif;
    font-size: 42px;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 18px;
}

.cta-banner-content p {
    max-width: 720px;
    margin: 0 auto 26px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}

.cta-banner-btn {
    display: inline-block;
    min-width: 220px;
    padding: 15px 30px;
    border-radius: 8px;
    background: #d4af37;
    color: var(--primary-color);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
}

.cta-banner-btn:hover {
    background: #b8962e;
    color: var(--primary-color);
    transform: translateY(-2px);
}

/* better fallback for tablets/mobile */
@media (max-width: 991px) {
    .cta-banner-section {
        min-height: 380px;
        background-attachment: scroll;
    }

    .cta-banner-content h2 {
        font-size: 34px;
    }

    .cta-banner-content p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .cta-banner-section {
        min-height: 320px;
        border-radius: 20px;
    }

    .cta-banner-content {
        padding: 30px 14px;
    }

    .cta-banner-content h2 {
        font-size: 28px;
    }

    .cta-banner-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .cta-banner-btn {
        width: 100%;
        max-width: 280px;
    }
}

/* PLATFORM INTEGRITY SECTION */

.integrity-shell{
padding:40px;
border-radius:28px;
background:linear-gradient(180deg,#ffffff 0%,#faf7fd 100%);
border:1px solid rgba(24,0,58,0.08);
box-shadow:0 18px 44px rgba(24,0,58,0.08);
}

.integrity-heading{
max-width:920px;
margin:0 auto 36px;
}

.integrity-eyebrow{
display:inline-flex;
align-items:center;
gap:14px;
margin-bottom:18px;
}

.integrity-eyebrow-line{
width:46px;
height:2px;
background:linear-gradient(to right,var(--main-color),#d4af37);
}

.integrity-eyebrow-text{
font-size:13px;
font-weight:700;
letter-spacing:.14em;
text-transform:uppercase;
color:var(--main-color);
}

.integrity-title{
font-family:'Aclonica';
font-size:40px;
color:var(--main-color);
margin-bottom:16px;
}

.integrity-title span{
color:#5a2ca0;
}

.integrity-subtitle{
font-size:18px;
line-height:1.7;
color:var(--main-light-color);
}

.integrity-card{
height:100%;
padding:26px;
border-radius:20px;
background:#fff;
border:1px solid rgba(24,0,58,0.08);
box-shadow:0 12px 28px rgba(24,0,58,0.08);
transition:.3s ease;
}

.integrity-card:hover{
transform:translateY(-4px);
box-shadow:0 18px 36px rgba(24,0,58,0.14);
}

.integrity-icon{
width:52px;
height:52px;
border-radius:14px;
display:flex;
align-items:center;
justify-content:center;
background:rgba(212,175,55,.15);
color:#d4af37;
font-size:20px;
margin-bottom:14px;
}

.integrity-card h3{
font-size:20px;
margin-bottom:10px;
color:var(--main-color);
}

.integrity-card p{
font-size:15px;
line-height:1.7;
color:var(--main-light-color);
}

.integrity-info-panel{
margin-top:36px;
padding:28px;
border-radius:20px;
background:linear-gradient(135deg,var(--main-color),#2b0a5a);
color:#fff;
}

.integrity-info-panel h3{
font-size:26px;
margin-bottom:12px;
}

.integrity-info-panel p{
font-size:16px;
line-height:1.8;
opacity:.9;
}

/* ===== PAYMENT METHODS SECTION ===== */

.banking-section-block {
    position: relative;
}

.banking-shell {
    position: relative;
    padding: 40px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #faf7fd 100%);
    border: 1px solid rgba(24, 0, 58, 0.08);
    box-shadow: 0 18px 44px rgba(24, 0, 58, 0.08);
    overflow: hidden;
}

.banking-shell::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(90, 44, 160, 0.05);
}

.banking-shell::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.05);
}

/* heading */

.banking-heading {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto 34px;
}

.banking-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.banking-eyebrow-line {
    width: 46px;
    height: 2px;
    display: inline-block;
    background: linear-gradient(to right, var(--main-color), #d4af37);
}

.banking-eyebrow-text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--main-color);
}

.banking-title {
    font-family: 'Aclonica', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    color: var(--main-color);
    margin-bottom: 16px;
}

.banking-title span {
    color: #5a2ca0;
}

.banking-subtitle {
    max-width: 930px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: var(--main-light-color);
}

/* intro cards */

.banking-intro-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

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

.banking-intro-card-dark {
    background: linear-gradient(135deg, var(--main-color), #2b0a5a);
    color: var(--primary-color);
    box-shadow: 0 18px 40px rgba(24, 0, 58, 0.18);
}

.banking-intro-card-light {
    background: #ffffff;
    border: 1px solid rgba(24, 0, 58, 0.08);
    box-shadow: 0 16px 36px rgba(24, 0, 58, 0.08);
}

.banking-intro-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 14px;
    background: rgba(255, 255, 255, 0.12);
    color: #f3d57a;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.banking-intro-badge-light {
    background: rgba(212, 175, 55, 0.12);
    color: var(--main-color);
    border: 1px solid rgba(24, 0, 58, 0.08);
}

.banking-intro-card h3 {
    margin-bottom: 12px;
    font-family: 'Aclonica', sans-serif;
    font-size: 26px;
    line-height: 1.3;
}

.banking-intro-card-dark h3 {
    color: var(--primary-color);
}

.banking-intro-card-light h3 {
    color: var(--main-color);
}

.banking-intro-card p {
    margin-bottom: 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.8;
}

.banking-intro-card-dark p {
    color: rgba(255, 255, 255, 0.86);
}

.banking-intro-card-light p {
    color: var(--main-light-color);
}

/* payment table panel */

.banking-table-panel {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto;
    padding: 28px 24px;
    border-radius: 28px;
    background: linear-gradient(135deg, #140028 0%, #220046 100%);
    border: 1px solid rgba(212, 175, 55, 0.20);
    box-shadow: 0 22px 44px rgba(24, 0, 58, 0.22);
}

.banking-controls {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}

.banking-tab-btn {
    min-width: 150px;
    border: 1px solid rgba(212, 175, 55, 0.26);
    background: rgba(255, 255, 255, 0.06);
    color: #f3d57a;
    border-radius: 10px;
    padding: 13px 22px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.banking-tab-btn:hover,
.banking-tab-btn.active {
    background: #d4af37;
    color: #1b0034;
    border-color: #d4af37;
    box-shadow: 0 8px 18px rgba(212, 175, 55, 0.22);
}

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

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

.banking-table-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.banking-table-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 18px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(52, 20, 92, 0.96) 0%, rgba(74, 34, 122, 0.92) 100%);
    border: 1px solid rgba(212, 175, 55, 0.34);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.banking-table-row:hover {
    transform: translateY(-2px);
    border-color: rgba(212, 175, 55, 0.55);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

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

.banking-method-icon {
    flex: 0 0 72px;
    width: 72px;
    height: 42px;
    border-radius: 10px;
    background: rgba(20, 0, 40, 0.68);
    border: 1px solid rgba(212, 175, 55, 0.26);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
}

.banking-method-icon img {
    width: 52px;
    height: 24px;
    object-fit: contain;
    display: block;
}

.banking-method-name {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.95);
    word-break: break-word;
}

.banking-method-limit {
    flex: 0 0 auto;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #f3d57a;
    text-align: right;
    white-space: nowrap;
}

/* bottom info cards */

.banking-info-row {
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

.banking-info-card {
    height: 100%;
    padding: 24px 20px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(24, 0, 58, 0.08);
    box-shadow: 0 12px 28px rgba(24, 0, 58, 0.08);
    transition: all 0.3s ease;
}

.banking-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(24, 0, 58, 0.14);
}

.banking-info-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.15);
    color: #d4af37;
    font-size: 20px;
    margin-bottom: 14px;
}

.banking-info-card h3 {
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--main-color);
}

.banking-info-card p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: var(--main-light-color);
}

/* responsive */

@media (max-width: 1199px) {
    .banking-title {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .banking-shell {
        padding: 26px;
    }

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

    .banking-table-panel {
        padding: 22px 16px;
    }
}

@media (max-width: 767px) {
    .banking-shell {
        padding: 18px;
        border-radius: 22px;
    }

    .banking-title {
        font-size: 28px;
    }

    .banking-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .banking-intro-card {
        padding: 20px 18px;
        border-radius: 20px;
    }

    .banking-intro-card h3 {
        font-size: 22px;
    }

    .banking-intro-card p,
    .banking-info-card p {
        font-size: 14px;
    }

    .banking-controls {
        flex-direction: column;
        align-items: center;
    }

    .banking-tab-btn {
        width: 100%;
        max-width: 280px;
    }

    .banking-table-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 14px;
    }

    .banking-method {
        width: 100%;
    }

    .banking-method-limit {
        width: 100%;
        text-align: left;
        font-size: 13px;
    }

    .banking-method-icon {
        flex-basis: 68px;
        width: 68px;
        height: 40px;
    }

    .banking-method-icon img {
        width: 50px;
        height: 22px;
    }
}

/* ===== REVIEWS SECTION ===== */

.reviews-section-block {
    position: relative;
}

.reviews-shell {
    position: relative;
    padding: 40px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #faf7fd 100%);
    border: 1px solid rgba(24, 0, 58, 0.08);
    box-shadow: 0 18px 44px rgba(24, 0, 58, 0.08);
    overflow: hidden;
}

.reviews-shell::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(90, 44, 160, 0.05);
}

.reviews-shell::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.05);
}

/* heading */

.reviews-heading {
    position: relative;
    z-index: 2;
    max-width: 960px;
    margin: 0 auto 34px;
}

.reviews-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.reviews-eyebrow-line {
    width: 46px;
    height: 2px;
    display: inline-block;
    background: linear-gradient(to right, var(--main-color), #d4af37);
}

.reviews-eyebrow-text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--main-color);
}

.reviews-title {
    font-family: 'Aclonica', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    color: var(--main-color);
    margin-bottom: 16px;
}

.reviews-title span {
    color: #5a2ca0;
}

.reviews-subtitle {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: var(--main-light-color);
}

/* main split */

.reviews-group-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.reviews-column {
    border-radius: 26px;
    padding: 28px 24px;
    height: 100%;
}

.reviews-column-dark {
    background: linear-gradient(135deg, var(--main-color), #2b0a5a);
    color: var(--primary-color);
    box-shadow: 0 18px 40px rgba(24, 0, 58, 0.18);
}

.reviews-column-light {
    background: #ffffff;
    border: 1px solid rgba(24, 0, 58, 0.08);
    box-shadow: 0 16px 36px rgba(24, 0, 58, 0.08);
}

.reviews-group-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 14px;
    background: rgba(255, 255, 255, 0.12);
    color: #f3d57a;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.reviews-group-badge-light {
    background: rgba(212, 175, 55, 0.12);
    color: var(--main-color);
    border: 1px solid rgba(24, 0, 58, 0.08);
}

.reviews-group-title {
    margin-bottom: 12px;
    font-family: 'Aclonica', sans-serif;
    font-size: 28px;
    line-height: 1.3;
    color: var(--primary-color);
}

.reviews-group-title-dark {
    color: var(--main-color);
}

.reviews-group-text {
    margin-bottom: 22px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.86);
}

.reviews-group-text-dark {
    color: var(--main-light-color);
}

/* review cards */

.review-card {
    border-radius: 20px;
    padding: 20px 18px;
    margin-bottom: 16px;
}

.review-card:last-child {
    margin-bottom: 0;
}

.review-card-dark {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.review-card-light {
    background: linear-gradient(180deg, #ffffff 0%, #fbf9fd 100%);
    border: 1px solid rgba(24, 0, 58, 0.08);
    box-shadow: 0 10px 24px rgba(24, 0, 58, 0.06);
}

.review-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
}

.review-card-top h4 {
    margin: 0 0 4px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.review-card-dark .review-card-top h4 {
    color: var(--primary-color);
}

.review-card-light .review-card-top h4 {
    color: var(--main-color);
}

.review-card-top p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

.review-card-dark .review-card-top p {
    color: rgba(255, 255, 255, 0.72);
}

.review-card-light .review-card-top p {
    color: var(--main-light-color);
}

.review-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
    color: #f3d57a;
    font-size: 14px;
}

.review-stars span {
    margin-left: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #f3d57a;
}

.review-stars-dark {
    color: #d4af37;
}

.review-stars-dark span {
    color: var(--main-color);
}

.review-copy {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}

.review-copy-dark {
    color: var(--main-light-color);
}

/* bottom note */

.reviews-bottom-note {
    position: relative;
    z-index: 2;
    margin-top: 28px;
    padding: 22px 24px;
    border-radius: 22px;
    background: rgba(24, 0, 58, 0.04);
    border-left: 4px solid #d4af37;
}

.reviews-note-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.14);
    color: var(--main-color);
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.reviews-bottom-note p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: var(--main-light-color);
}

/* responsive */

@media (max-width: 1199px) {
    .reviews-title {
        font-size: 34px;
    }

    .reviews-group-title {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .reviews-shell {
        padding: 26px;
    }

    .reviews-group-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .reviews-shell {
        padding: 18px;
        border-radius: 22px;
    }

    .reviews-title {
        font-size: 28px;
    }

    .reviews-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .reviews-column {
        padding: 20px 18px;
        border-radius: 20px;
    }

    .reviews-group-title {
        font-size: 22px;
    }

    .reviews-group-text,
    .review-copy,
    .review-copy-dark,
    .reviews-bottom-note p {
        font-size: 14px;
    }

    .review-card-top {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ===== FAQ SECTION ===== */

.faq-section-block {
    position: relative;
}

.faq-shell {
    position: relative;
    padding: 40px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #faf7fd 100%);
    border: 1px solid rgba(24, 0, 58, 0.08);
    box-shadow: 0 18px 44px rgba(24, 0, 58, 0.08);
    overflow: hidden;
}

.faq-shell::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(90, 44, 160, 0.05);
}

.faq-shell::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.05);
}

/* heading */

.faq-heading {
    position: relative;
    z-index: 2;
    max-width: 960px;
    margin: 0 auto 34px;
}

.faq-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.faq-eyebrow-line {
    width: 46px;
    height: 2px;
    display: inline-block;
    background: linear-gradient(to right, var(--main-color), #d4af37);
}

.faq-eyebrow-text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--main-color);
}

.faq-title {
    font-family: 'Aclonica', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    color: var(--main-color);
    margin-bottom: 16px;
}

.faq-title span {
    color: #5a2ca0;
}

.faq-subtitle {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: var(--main-light-color);
}

/* grid */

.faq-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

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

/* item */

.faq-item {
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(24, 0, 58, 0.08);
    box-shadow: 0 12px 28px rgba(24, 0, 58, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 18px 36px rgba(24, 0, 58, 0.12);
}

.faq-question {
    width: 100%;
    border: none;
    background: transparent;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    text-align: left;
    cursor: pointer;
}

.faq-question span {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    color: var(--main-color);
}

.faq-question i {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.14);
    color: #d4af37;
    font-size: 16px;
    transition: all 0.3s ease;
}

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

.faq-answer p {
    margin: 0;
    padding-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: var(--main-light-color);
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 22px 22px;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
    background: linear-gradient(135deg, var(--main-color), #2b0a5a);
    color: var(--primary-color);
}

/* responsive */

@media (max-width: 1199px) {
    .faq-title {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .faq-shell {
        padding: 26px;
    }

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

@media (max-width: 767px) {
    .faq-shell {
        padding: 18px;
        border-radius: 22px;
    }

    .faq-title {
        font-size: 28px;
    }

    .faq-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .faq-question {
        padding: 18px 16px;
    }

    .faq-question span {
        font-size: 16px;
    }

    .faq-answer {
        padding: 0 16px;
    }

    .faq-item.active .faq-answer {
        padding: 0 16px 18px;
    }

    .faq-answer p {
        font-size: 14px;
    }

    .faq-question i {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 14px;
    }
}

/* ===== NEW FOOTER ===== */

.site-footer {
    position: relative;
    background: linear-gradient(135deg, #140028 0%, #220046 100%);
    color: var(--primary-color);
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.06);
}

.site-footer::after {
    content: "";
    position: absolute;
    left: -110px;
    bottom: -110px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}

.footer-main {
    position: relative;
    z-index: 2;
    padding: 46px 0 24px;
}

/* brand */

.footer-brand {
    padding-right: 20px;
}

.footer-logo-link {
    display: inline-block;
    margin-bottom: 16px;
}

.footer-logo-img {
    width: 110px;
    height: auto;
    display: block;
    border-radius: 12px;
    background: #ffffff;
    padding: 6px;
}

.footer-brand-title {
    margin-bottom: 14px;
    font-family: 'Aclonica', sans-serif;
    font-size: 28px;
    line-height: 1.3;
    color: var(--primary-color);
}

.footer-brand-text {
    margin-bottom: 18px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.82);
}

.footer-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-trust-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.18);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

.footer-trust-list i {
    color: #d4af37;
}

/* links */

.footer-links-block h4,
.footer-note-block h4 {
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--primary-color);
}

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

.footer-links-list li {
    margin-bottom: 10px;
}

.footer-links-list li:last-child {
    margin-bottom: 0;
}

.footer-links-list a {
    color: rgba(255, 255, 255, 0.78);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-links-list a:hover {
    color: #f3d57a;
    padding-left: 4px;
}

/* note */

.footer-note-block p {
    margin-bottom: 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.78);
}

/* legal panel */

.footer-legal-panel {
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-legal-text {
    max-width: 980px;
    margin-bottom: 18px;
}

.footer-legal-text p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.72);
}

.footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-copyright {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.76);
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #f3d57a;
}

/* responsive */

@media (max-width: 991px) {
    .footer-main {
        padding: 36px 0 22px;
    }

    .footer-brand {
        padding-right: 0;
    }

    .footer-brand-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .footer-main {
        padding: 28px 0 20px;
    }

    .footer-brand-title {
        font-size: 22px;
    }

    .footer-brand-text,
    .footer-links-list a,
    .footer-note-block p,
    .footer-legal-text p,
    .footer-copyright,
    .footer-bottom-links a {
        font-size: 14px;
    }

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

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

    .footer-bottom-links {
        gap: 12px;
    }
}

/* ===== HERO BANNER ===== */

.home-banner {
    position: relative;
    width: 100%;
    min-height: 620px;
    overflow: hidden;
}

.home-banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(24, 0, 58, 0.48);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 80px; 
}

.banner-text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.banner-text h1 {
    font-family: 'Aclonica', sans-serif;
    font-size: 3.2rem;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 14px;
    color: #fff;
}

.banner-subtitle {
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 14px;
    color: #fff;
}

.banner-description {
    font-size: 1.08rem;
    line-height: 1.7;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.95);
}

.btn-banner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 15px 28px;
    background: #d4af37;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 10px; 
}

.btn-banner:hover {
    background: #b8962e;
    color: #fff;
    transform: translateY(-2px);
}

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

@media (max-width: 991px) {
    .home-banner {
        min-height: 560px;
    }

    .banner-content {
        min-height: 560px;
        padding: 50px 18px 70px; 
    }

    .banner-text h1 {
        font-size: 2.5rem;
    }

    .banner-subtitle {
        font-size: 1.15rem;
    }

    .banner-description {
        font-size: 1rem;
    }
}

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

@media (max-width: 767px) {
    .home-banner {
        min-height: auto;
    }

    .home-banner img {
        height: 100%;
    }

    .banner-content {
        min-height: auto;
        padding: 36px 16px 70px; 
    }

    .banner-text {
        max-width: 100%;
    }

    .banner-text h1 {
        font-size: 1.95rem;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .banner-subtitle {
        font-size: 1rem;
        line-height: 1.45;
        margin-bottom: 10px;
    }

    .banner-description {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .btn-banner {
        width: 100%;
        max-width: 300px;
        min-width: unset;
        padding: 14px 20px;
        font-size: 14px;
    }
}

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

@media (max-width: 480px) {
    .banner-content {
        padding: 30px 14px 60px; 
    }

    .banner-text h1 {
        font-size: 1.75rem;
    }

    .banner-subtitle {
        font-size: 0.96rem;
    }

    .banner-description {
        font-size: 0.92rem;
    }
}

/* ===== GAME CARD GRIDS ===== */

.top-games-grid,
.live-games-grid,
.bonus-games-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 26px;
}

.top-games-grid .game-card,
.live-games-grid .game-card,
.bonus-games-grid .game-card {
    position: relative;
    width: 100%;
    min-width: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(24, 0, 58, 0.10);
}

.top-games-grid .game-card img,
.live-games-grid .game-card img,
.bonus-games-grid .game-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 24px;
}

.top-games-grid .overlay,
.live-games-grid .overlay,
.bonus-games-grid .overlay {
    position: absolute;
    inset: 0;
    background: rgba(24, 0, 58, 0.38);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 24px;
}

.top-games-grid .game-card:hover .overlay,
.live-games-grid .game-card:hover .overlay,
.bonus-games-grid .game-card:hover .overlay {
    opacity: 1;
}

.top-games-grid .btn-play,
.live-games-grid .btn-play,
.bonus-games-grid .btn-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 12px 20px;
    border-radius: 8px;
    background: #d4af37;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.top-games-grid .btn-play:hover,
.live-games-grid .btn-play:hover,
.bonus-games-grid .btn-play:hover {
    background: #b8962e;
    color: #fff;
    transform: translateY(-2px);
}

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

@media (max-width: 991px) {
    .top-games-grid,
    .live-games-grid,
    .bonus-games-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }
}

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

@media (max-width: 767px) {
    .top-games-grid,
    .live-games-grid,
    .bonus-games-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        margin-top: 20px;
    }

    .top-games-grid .game-card,
    .live-games-grid .game-card,
    .bonus-games-grid .game-card {
        border-radius: 18px;
    }

    .top-games-grid .game-card img,
    .live-games-grid .game-card img,
    .bonus-games-grid .game-card img,
    .top-games-grid .overlay,
    .live-games-grid .overlay,
    .bonus-games-grid .overlay {
        border-radius: 18px;
    }

    .top-games-grid .btn-play,
    .live-games-grid .btn-play,
    .bonus-games-grid .btn-play {
        min-width: 110px;
        padding: 10px 14px;
        font-size: 12px;
    }
}

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

@media (max-width: 420px) {
    .top-games-grid,
    .live-games-grid,
    .bonus-games-grid {
        gap: 12px;
    }

    .top-games-grid .btn-play,
    .live-games-grid .btn-play,
    .bonus-games-grid .btn-play {
        min-width: 96px;
        font-size: 11px;
        padding: 9px 12px;
    }
}