/**
* template: Catefood

TABLE OF CONTENTS

        + Global
        + Header
        + Header Content
        + About Us
        + Services
        + Menu
        + Portfolio
        + Booking  
        + Contacts    
*/


@import 'reset.css';
@import 'all.min.css';
@import 'magnific-popup.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Suranna&display=swap');


/**************************************
*
*         GLOBAL 
*
***************************************/


:root {
	--color-white: #ffffff;
	--color-dark: #000000;
	--color-light-dark: #222222;
	--color-red: #ff0000;
	--color-gray: #b4b4b4;
}

::-moz-selection {
	background-color: var(--color-red);
	color: var(--color-white);
}

::selection {
	background-color: var(--color-red);
	color: var(--color-white);
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

img {
	height: auto;
	display: block;
}

body {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	line-height: 1.6;
	color: var(--color-gray);
	background-color: var(--color-dark);
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Suranna", serif;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: var(--color-white);
}

h1 {
	font-size: 80px;
}

h2 {
	font-size: 40px;
}

.wrapper {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.container {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.ptb {
	padding-top: 100px;
	padding-bottom: 100px;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.suptitle {
	font-family: "Dancing Script", cursive;
	font-weight: 400;
	font-size: 24px;
	display: inline-block;
	margin-bottom: 10px;
	color: var(--color-red);
	text-transform: capitalize;
}

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

.btn {
	display: inline-block;
	background-color: var(--color-red);
	color: var(--color-white);
	padding: 15px 35px;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid var(--color-red);
	font-weight: 700;
}

.btn:hover {
	background-color: var(--color-dark);
	border-color: var(--color-white);
}

.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 2px;
	margin: 5px 7px;
	background: var(--color-gray);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 50px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--color-red);
}

#scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	padding: 15px 20px;
}

@-webkit-keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--color-dark);
	z-index: 100000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#preload img {
	width: 44px;
	height: auto;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.res-booking {
	display: none;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}

.res-booking .error {
	color: var(--color-red);
}

.res-booking .send {
	color: var(--color-white);
}

#openmenu,
#closemenu {
	font-size: 30px;
	color: var(--color-white);
	display: none;
}

#openmenu:hover,
#closemenu:hover {
	color: var(--color-red);
}


/**************************************
*
*         HEADER 
*
***************************************/


header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.bg-header {
	background-color: var(--color-dark);
}

.wrapper-header {
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#navigation {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu li {
	float: left;
	margin-left: 30px;
}

.menu li a {
	text-transform: capitalize;
	color: var(--color-white);
	font-size: 25px;
	font-family: "Suranna", serif;
	font-weight: 400;
}

.social-link {
	margin-left: 100px;
}

.social-link li {
	margin-left: 15px;
}

.social-link li a {
	color: var(--color-white);
}

.menu li a:hover,
.social-link li a:hover {
	color: var(--color-red);
}


/**************************************
*
*         HEADER CONTENT 
* 
***************************************/


.wrapper-header-content {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(transparent)), url('../images/bg-header.png');
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.7), transparent), url('../images/bg-header.png');
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent), url('../images/bg-header.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 800px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/**************************************
*
*         ABOUT US 
* 
***************************************/


#aboutus {
	background-image: url('../images/bg-tomato.png'), url('../images/bg-basil.png'), url('../images/bg-pattern.jpg');
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: -140px bottom, top right, left top;
	background-attachment: scroll, scroll, fixed;
}

.wrapper-aboutus {
	max-width: 1200px;
}

.aboutus-img {
	width: 40%;
}

.aboutus-img img {
	width: 100%;
}

.aboutus-content {
	width: 60%;
	padding: 30px;
	background-color: var(--color-light-dark);
}

.aboutus-content p {
	margin-bottom: 20px;
}


/**************************************
*
*         SERVICES
* 
***************************************/


.wrapper-services>div {
	width: calc(25% - 20px);
	margin: 10px;
	padding: 30px 10px;
	background-color: var(--color-light-dark);
}

.wrapper-services>div h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.wrapper-services>div img {
	max-width: 64px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}


/**************************************
*
*         MENU
* 
***************************************/


#menu {
	background-image: url('../images/bg-tomato.png'), url('../images/bg-basil.png'), url('../images/bg-pattern.jpg');
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: -140px bottom, top right, left top;
	background-attachment: scroll, scroll, fixed;
}

.menu-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu-list ul {
	overflow: hidden;
}

.menu-list ul li {
	float: left;
	margin: 15px;
}

.menu-list ul li a {
	color: var(--color-white);
	text-transform: uppercase;
	border: 1px solid var(--color-white);
	padding: 8px 16px;
}

.menu-list ul li a:hover,
.menu-list ul li .active {
	color: var(--color-red);
	border: 1px solid var(--color-red);
}

.menu-item {
	margin-top: 50px;
}

.item-product {
	width: calc(50% - 20px);
	margin: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
}

.item-product-img {
	width: 20%;
}

.item-product-img>a {
	position: relative;
	max-width: 110px;
	width: 100%;
	max-height: 110px;
	height: auto;
	border-radius: 100%;
	display: block;
	overflow: hidden;
	color: var(--color-white);
}

.item-product-img>a img {
	max-width: 100%;
}

.item-product-text {
	width: 80%;
	padding-left: 15px;
}

.icon-search {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.item-product-img>a:hover .icon-search {
	opacity: 1;
}

.menu-title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.menu-title h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.menu-title span {
	color: var(--color-white);
	font-size: 20px;
	display: inline-block;
	line-height: 1.1;
	padding-left: 20px;
	margin-bottom: 10px;
}

.item-product-text p {
	margin-bottom: 5px;
}

.menu-ingredients {
	font-family: "Dancing Script", cursive;
	font-weight: 400;
	color: var(--color-red);
	font-size: 18px;
}


/**************************************
*
*         PORTFOLIO
* 
***************************************/


.wrapper-portfolio {
	max-width: 1200px;
	padding-top: 50px;
}

.single-portfolio {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.portfolio-img {
	width: 40%;
	position: relative;
}

.portfolio-img a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--color-white);
	font-size: 60px;
}

.portfolio-img a:hover {
	color: var(--color-red);
}

.portfolio-img img {
	width: 100%;
}

.portfolio-content {
	width: 60%;
	padding-left: 50px;
}

.portfolio-content h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

.portfolio-content p {
	margin-bottom: 20px;
}

.portfolio-content .address {
	color: var(--color-white);
}

.portfolio-content .address i {
	margin-right: 10px;
}


/**************************************
*
*         BOOKING
* 
***************************************/


#booking {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.6))), url('../images/bg-booking.png');
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url('../images/bg-booking.png');
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url('../images/bg-booking.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}

.wrapper-booking {
	max-width: 1000px;
}

.wrapper-input {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrapper-booking input {
	background-color: transparent;
	outline: none;
	border: none;
	display: block;
	padding: 15px 0px;
	margin: 0 20px 20px 0;
	width: calc(50% - 40px);
	color: var(--color-white);
	border-bottom: 1px solid var(--color-white);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-size: 16px;
}

.wrapper-booking input::-webkit-input-placeholder {
	color: var(--color-white);
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

.wrapper-booking input::-moz-placeholder {
	color: var(--color-white);
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

.wrapper-booking input:-ms-input-placeholder {
	color: var(--color-white);
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

.wrapper-booking input::-ms-input-placeholder {
	color: var(--color-white);
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

.wrapper-booking input::placeholder {
	color: var(--color-white);
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

.wrapper-booking input:focus {
	border-color: var(--color-white);
}

button[type="submit"] {
	margin-top: 50px;
	outline: none;
	border: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
	border: 1px solid var(--color-red);
}

button[type="submit"]:hover {
	border-color: var(--color-white);
}


/**************************************
*
*         CONTACTS
*
***************************************/


#contacts {
	background-image: url('../images/bg-pattern.jpg');
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
}

.wrapper-contact {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wrapper-contact>div {
	width: 25%;
	padding: 20px;
}

.wrapper-contact>div .social-link {
	margin-left: 0px;
}

.wrapper-contact>div .social-link li {
	margin-left: 0px;
	margin-right: 15px;
}

.wrapper-contact>div p {
	margin-bottom: 10px;
}

.wrapper-contact>div h3 {
	font-size: 20px;
}

.wrapper-contact>div a {
	color: var(--color-gray);
}

.wrapper-contact>div a:hover {
	color: var(--color-red);
}

.wrapper-map iframe {
	width: 100%;
	height: 400px;
	display: block;
}

.copyright {
	background-color: var(--color-dark);
	padding: 30px 15px;
	text-align: center;
	font-size: 14px;
	color: var(--color-gray);
}

.hero-text {
    font-size: 22px;
    color: #fff;
    display: block;
    margin-top: 10px;
    line-height: 1.6;
    max-width: 720px;
}

@media (max-width: 900px) {
    .hero-text {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .hero-text {
        font-size: 16px;
    }
}

header {
    height: 80px;          
    display: flex;
    align-items: center;   
    background: #000;      
}

.wrapper-header {
    height: 80px;
    align-items: center;
}

#logo img {
    max-height: 50px;
    width: auto;
}

header .btn {
    padding: 10px 20px;
    font-size: 14px;
}


  .games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    justify-content: center;
  }

  .game-card {
    position: relative;
    overflow: hidden;
    background: #1c1c1c;
    border-radius: 8px;
    transition: transform 0.3s ease;
  }

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

  .game-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }

  .play-now {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c20000;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 0 0 8px 8px;
  }

  .game-card:hover .play-now {
    opacity: 1;
  }

  @media (max-width: 768px) {
    .games-grid {
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 15px;
    }

    .play-now {
      font-size: 14px;
      padding: 8px 0;
    }
  }

/* ====== Welcome Steps Section ====== */
.promo-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top center, rgba(212, 175, 55, 0.12), transparent 35%),
        linear-gradient(180deg, #111 0%, #0b0b0b 100%);
    color: #fff;
    text-align: center;
    padding: 90px 0;
}

.promo-section-inner {
    position: relative;
    z-index: 2;
}

.promo-label {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    border: 1px solid rgba(212, 175, 55, 0.45);
    border-radius: 30px;
    background: rgba(212, 175, 55, 0.08);
    color: #d4af37;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.promo-title {
    max-width: 900px;
    margin: 0 auto 18px;
    font-size: 40px;
    line-height: 1.2;
    color: #d4af37;
}

.promo-subtitle {
    max-width: 780px;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 1.7;
    color: #d7d7d7;
}

.promo-bonus-box {
    max-width: 760px;
    margin: 0 auto 42px;
    padding: 22px 28px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.promo-bonus-caption {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.7;
}

.promo-bonus-text {
    display: block;
    font-size: 28px;
    line-height: 1.35;
    color: #fff;
}

.promo-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 28px;
    margin-bottom: 40px;
}

.promo-step-card {
    position: relative;
    padding: 32px 24px 26px;
    border: 1px solid rgba(194, 0, 0, 0.45);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    text-align: left;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    backdrop-filter: blur(4px);
}

.promo-step-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212, 175, 55, 0.7);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.promo-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #c20000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.promo-step-card h3 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
}

.promo-step-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #cfcfcf;
}

.promo-actions {
    margin-top: 10px;
}

.promo-main-btn {
    display: inline-block;
    min-width: 260px;
    padding: 16px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

/* Decorative chips */
.promo-chip {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.promo-chip-1 {
    top: 30px;
    left: 40px;
    width: 40px;
    opacity: 0.6;
}

.promo-chip-2 {
    right: 50px;
    bottom: 20px;
    width: 50px;
    opacity: 0.5;
}

.promo-chip-3 {
    top: 60px;
    right: 120px;
    width: 35px;
    opacity: 0.4;
}

.promo-chip-4 {
    bottom: 100px;
    left: 100px;
    width: 45px;
    opacity: 0.5;
}

/* Responsive */
@media (max-width: 992px) {
    .promo-title {
        font-size: 32px;
    }

    .promo-bonus-text {
        font-size: 24px;
    }

    .promo-steps {
        grid-template-columns: 1fr;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .promo-section {
        padding: 70px 0;
    }

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

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

    .promo-bonus-box {
        padding: 18px 20px;
    }

    .promo-bonus-text {
        font-size: 21px;
    }

    .promo-step-card {
        padding: 26px 20px 22px;
    }

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

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

    .promo-chip-1,
    .promo-chip-2,
    .promo-chip-3,
    .promo-chip-4 {
        opacity: 0.25;
    }
}

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

    .promo-bonus-text {
        font-size: 18px;
    }

    .promo-main-btn {
        width: 100%;
        min-width: unset;
    }
}

/* ===== Premium About Section ===== */

.about-section{
background:linear-gradient(180deg,#0c0c0c,#141414);
color:#fff;
position:relative;
overflow:hidden;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1.2fr;
gap:70px;
align-items:center;
margin-bottom:70px;
}

/* image */

.about-image{
position:relative;
border-radius:18px;
overflow:hidden;
box-shadow:0 30px 70px rgba(0,0,0,0.6);
}

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

.about-image-badge{
position:absolute;
bottom:25px;
left:25px;
background:rgba(0,0,0,0.7);
padding:10px 18px;
border-radius:30px;
font-size:14px;
border:1px solid rgba(212,175,55,0.4);
}

.about-image-badge i{
color:#d4af37;
margin-right:8px;
}

/* text */

.about-title{
font-size:42px;
color:#d4af37;
margin-bottom:20px;
line-height:1.2;
}

.about-subtitle{
font-size:22px;
margin:25px 0 10px 0;
color:#fff;
border-left:3px solid #c20000;
padding-left:12px;
}

.about-content p{
color:#cfcfcf;
line-height:1.8;
font-size:17px;
margin-bottom:18px;
}

/* features */

.about-feature-list{
display:flex;
flex-wrap:wrap;
gap:16px;
margin-top:30px;
}

.about-feature{
display:flex;
align-items:center;
gap:10px;
background:rgba(255,255,255,0.05);
padding:10px 16px;
border-radius:30px;
border:1px solid rgba(212,175,55,0.2);
}

.about-feature i{
color:#d4af37;
font-size:16px;
}

/* cards */

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

.about-card{
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.08);
padding:30px;
border-radius:16px;
transition:0.3s;
}

.about-card:hover{
transform:translateY(-6px);
border-color:#d4af37;
}

.about-card i{
font-size:26px;
color:#c20000;
margin-bottom:15px;
}

.about-card h3{
font-size:20px;
margin-bottom:10px;
}

.about-card p{
font-size:15px;
color:#cfcfcf;
line-height:1.6;
}

/* decor */

.about-decor{
position:absolute;
border-radius:50%;
pointer-events:none;
}

.decor-1{
width:220px;
height:220px;
background:radial-gradient(circle,rgba(212,175,55,0.15),transparent);
top:-60px;
left:-60px;
}

.decor-2{
width:160px;
height:160px;
background:radial-gradient(circle,rgba(194,0,0,0.15),transparent);
bottom:50px;
right:-40px;
}

.decor-3{
width:14px;
height:14px;
background:#d4af37;
bottom:120px;
left:30%;
}

/* responsive */

@media(max-width:1100px){

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

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

}

@media(max-width:700px){

.about-title{
font-size:30px;
}

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

}

/* ===== Online Benefits Section ===== */
.benefits-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        radial-gradient(circle at right top, rgba(212, 175, 55, 0.10), transparent 30%),
        radial-gradient(circle at left bottom, rgba(194, 0, 0, 0.08), transparent 24%),
        linear-gradient(180deg, #111 0%, #0c0c0c 100%);
    color: #fff;
}

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

.benefits-grid {
    display: grid;
    grid-template-columns: minmax(320px, 1.1fr) minmax(320px, 0.9fr);
    gap: 60px;
    align-items: center;
    margin-bottom: 48px;
}

.benefits-kicker {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.32);
    background: rgba(212, 175, 55, 0.08);
    color: #d4af37;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.benefits-title {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.18;
    color: #d4af37;
}

.benefits-subtitle {
    margin: 0 0 18px;
    padding-left: 14px;
    border-left: 3px solid #c20000;
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
}

.benefits-lead {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.85;
    color: #ececec;
}

.benefits-content p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.85;
    color: #cfcfcf;
}

.benefits-content strong {
    color: #fff;
}

.benefits-points {
    margin-top: 30px;
    display: grid;
    gap: 18px;
}

.benefit-point {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.benefit-point i {
    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.10);
    border: 1px solid rgba(212, 175, 55, 0.22);
    color: #d4af37;
    font-size: 18px;
}

.benefit-point h4 {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
}

.benefit-point p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #cfcfcf;
}

.benefits-media {
    position: relative;
}

.benefits-image-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.24);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.benefits-image {
    display: block;
    width: 100%;
    height: 920px;
    object-fit: cover;
}

.benefits-image-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.32) 100%);
    z-index: 1;
}

.benefits-badge {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(10, 10, 10, 0.62);
    border: 1px solid rgba(255,255,255,0.14);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

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

.benefits-badge-top {
    top: 22px;
    right: 22px;
}

.benefits-badge-bottom {
    left: 22px;
    bottom: 22px;
}

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

.benefits-card {
    padding: 28px 24px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.025) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.benefits-card:hover {
    transform: translateY(-7px);
    border-color: rgba(212, 175, 55, 0.42);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.30);
}

.benefits-card i {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(194, 0, 0, 0.08);
    border: 1px solid rgba(194, 0, 0, 0.16);
    color: #c20000;
    font-size: 22px;
}

.benefits-card h3 {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.3;
    color: #fff;
}

.benefits-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #cfcfcf;
}

/* Decorative elements */
.benefits-decor {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.benefits-decor-1 {
    top: 70px;
    left: -60px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.16), transparent 72%);
}

.benefits-decor-2 {
    right: -40px;
    bottom: 80px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(194, 0, 0, 0.14), transparent 72%);
}

.benefits-decor-3 {
    left: 42%;
    bottom: 110px;
    width: 12px;
    height: 12px;
    background: #d4af37;
    box-shadow: 0 0 18px rgba(212, 175, 55, 0.45);
}

/* Responsive */
@media (max-width: 1200px) {
    .benefits-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

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

    .benefits-title {
        font-size: 36px;
    }

    .benefits-image {
        height: 600px;
    }
}

@media (max-width: 992px) {
    .benefits-section {
        padding: 90px 0;
    }

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

    .benefits-title {
        font-size: 32px;
    }

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

    .benefits-image {
        height: 520px;
    }
}

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

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

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

    .benefits-lead,
    .benefits-content p {
        font-size: 16px;
        line-height: 1.75;
    }

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

    .benefits-image {
        height: 420px;
    }

    .benefit-point {
        padding: 16px;
    }
}

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

    .benefits-kicker,
    .benefits-badge {
        font-size: 11px;
    }

    .benefits-image {
        height: 340px;
    }
}

/* ===== Bonuses & Loyalty Section ===== */
.bonuses-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        radial-gradient(circle at top left, rgba(212, 175, 55, 0.12), transparent 30%),
        radial-gradient(circle at bottom right, rgba(194, 0, 0, 0.08), transparent 26%),
        linear-gradient(180deg, #0d0d0d 0%, #151515 100%);
    color: #fff;
}

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

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

.bonuses-kicker {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.32);
    background: rgba(212, 175, 55, 0.08);
    color: #d4af37;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bonuses-title {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.18;
    color: #d4af37;
}

.bonuses-intro {
    margin: 0 auto;
    max-width: 860px;
    font-size: 18px;
    line-height: 1.85;
    color: #d2d2d2;
}

.bonuses-intro strong {
    color: #fff;
}

.bonuses-main-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 36px;
}

.bonus-panel {
    position: relative;
    padding: 34px 30px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.025) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 48px rgba(0,0,0,0.24);
}

.bonus-panel-top h3 {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.3;
    color: #fff;
}

.bonus-panel-top p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #cfcfcf;
}

.bonus-panel-top strong {
    color: #fff;
}

.bonus-type-badge {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.10);
    border: 1px solid rgba(212, 175, 55, 0.28);
    color: #d4af37;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bonus-type-badge-red {
    background: rgba(194, 0, 0, 0.10);
    border-color: rgba(194, 0, 0, 0.24);
    color: #ff6c6c;
}

.bonus-highlight-box {
    margin: 26px 0 24px;
    padding: 22px 22px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(212, 175, 55, 0.22);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.bonus-highlight-label {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #d4af37;
}

.bonus-highlight-box strong {
    display: block;
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
}

.bonus-feature-list {
    display: grid;
    gap: 18px;
}

.bonus-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.bonus-feature-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.bonus-feature-dot {
    width: 12px;
    height: 12px;
    margin-top: 8px;
    border-radius: 50%;
    background: #d4af37;
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.4);
    flex: 0 0 12px;
}

.bonus-feature-item h4 {
    margin: 0 0 6px;
    font-size: 19px;
    line-height: 1.3;
    color: #fff;
}

.bonus-feature-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #cfcfcf;
}

.bonus-mini-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.bonus-mini-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(212,175,55,0.16);
    color: #f2f2f2;
    font-size: 13px;
    font-weight: 600;
}

.online-loyalty-note {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 16px;
    background: rgba(194, 0, 0, 0.06);
    border: 1px solid rgba(194, 0, 0, 0.14);
}

.online-loyalty-note i {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(212,175,55,0.10);
    border: 1px solid rgba(212,175,55,0.18);
    color: #d4af37;
    font-size: 18px;
}

.online-loyalty-note p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #d2d2d2;
}

.promo-cards-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(180px, 1fr));
    gap: 20px;
    margin-bottom: 34px;
}

.promo-card {
    position: relative;
    min-height: 100%;
    padding: 26px 22px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 16px 36px rgba(0,0,0,0.22);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.promo-card:hover {
    transform: translateY(-7px);
    border-color: rgba(212,175,55,0.38);
    box-shadow: 0 22px 44px rgba(0,0,0,0.28);
}

.promo-card-featured {
    border-color: rgba(212,175,55,0.28);
    background:
        radial-gradient(circle at top right, rgba(212,175,55,0.10), transparent 38%),
        linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
}

.promo-card-badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(212,175,55,0.10);
    border: 1px solid rgba(212,175,55,0.20);
    color: #d4af37;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.promo-card h3 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
}

.promo-card-value {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
}

.promo-card-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #cfcfcf;
}

.bonuses-bottom-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 24px;
}

.bonuses-info-box {
    padding: 26px 26px;
    border-radius: 20px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.08);
}

.bonuses-info-box h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
}

.bonuses-info-box p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #cfcfcf;
}

/* Decorative elements */
.bonuses-decor {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.bonuses-decor-1 {
    top: 60px;
    left: -50px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(212,175,55,0.14), transparent 72%);
}

.bonuses-decor-2 {
    top: 180px;
    right: -30px;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(194,0,0,0.14), transparent 72%);
}

.bonuses-decor-3 {
    left: 14%;
    bottom: 100px;
    width: 18px;
    height: 18px;
    background: #d4af37;
    box-shadow: 0 0 18px rgba(212,175,55,0.45);
}

.bonuses-decor-4 {
    right: 12%;
    bottom: 120px;
    width: 12px;
    height: 12px;
    background: #c20000;
    box-shadow: 0 0 16px rgba(194,0,0,0.35);
}

/* Responsive */
@media (max-width: 1280px) {
    .promo-cards-grid {
        grid-template-columns: repeat(3, minmax(220px, 1fr));
    }
}

@media (max-width: 1100px) {
    .bonuses-main-grid,
    .bonuses-bottom-grid {
        grid-template-columns: 1fr;
    }

    .bonuses-title {
        font-size: 36px;
    }
}

@media (max-width: 900px) {
    .promo-cards-grid {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
}

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

    .bonuses-title {
        font-size: 30px;
    }

    .bonuses-intro {
        font-size: 16px;
        line-height: 1.75;
    }

    .bonus-panel {
        padding: 26px 22px;
    }

    .bonus-panel-top h3 {
        font-size: 24px;
    }

    .bonus-highlight-box strong {
        font-size: 20px;
    }

    .bonuses-info-box h3 {
        font-size: 21px;
    }
}

@media (max-width: 560px) {
    .promo-cards-grid {
        grid-template-columns: 1fr;
    }

    .bonuses-title {
        font-size: 25px;
    }

    .bonus-panel-top h3 {
        font-size: 22px;
    }

    .promo-card-value {
        font-size: 24px;
    }
}

.online-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.online-benefit-card {
    padding: 20px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.online-benefit-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 175, 55, 0.35);
}

.online-benefit-card i {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(212, 175, 55, 0.10);
    border: 1px solid rgba(212, 175, 55, 0.18);
    color: #d4af37;
    font-size: 18px;
}

.online-benefit-card h4 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
}

.online-benefit-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #cfcfcf;
}

.online-promo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.online-promo-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(194, 0, 0, 0.16);
    color: #f2f2f2;
    font-size: 13px;
    font-weight: 600;
}

/* adaptive */
@media (max-width: 768px) {
    .online-benefits-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== Gaming Experience Section ===== */
.gaming-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.10), transparent 30%),
        radial-gradient(circle at bottom left, rgba(194, 0, 0, 0.08), transparent 24%),
        linear-gradient(180deg, #111 0%, #0b0b0b 100%);
    color: #fff;
}

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

.gaming-heading {
    max-width: 950px;
    margin: 0 auto 54px;
    text-align: center;
}

.gaming-kicker {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.30);
    background: rgba(212, 175, 55, 0.08);
    color: #d4af37;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gaming-title {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.18;
    color: #d4af37;
}

.gaming-intro {
    margin: 0 auto;
    max-width: 860px;
    font-size: 18px;
    line-height: 1.85;
    color: #d2d2d2;
}

.gaming-intro strong {
    color: #fff;
}

.gaming-main-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 34px;
}

.gaming-panel {
    position: relative;
    padding: 34px 30px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.025) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 48px rgba(0,0,0,0.24);
}

.gaming-panel-badge {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.10);
    border: 1px solid rgba(212, 175, 55, 0.26);
    color: #d4af37;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gaming-panel-badge-red {
    background: rgba(194, 0, 0, 0.10);
    border-color: rgba(194, 0, 0, 0.22);
    color: #ff7373;
}

.gaming-panel h3 {
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.25;
    color: #fff;
}

.gaming-panel p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.82;
    color: #cfcfcf;
}

.gaming-panel strong {
    color: #fff;
}

.gaming-highlight-box,
.gaming-online-feature-box {
    margin: 24px 0 24px;
    padding: 22px 22px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(212, 175, 55, 0.22);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.gaming-highlight-label {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #d4af37;
}

.gaming-highlight-box strong,
.gaming-online-feature-box strong {
    display: block;
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
}

.gaming-game-list {
    display: grid;
    gap: 18px;
}

.gaming-game-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.gaming-game-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.gaming-game-item i {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(212,175,55,0.10);
    border: 1px solid rgba(212,175,55,0.18);
    color: #d4af37;
    font-size: 19px;
}

.gaming-game-item h4 {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
}

.gaming-game-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #cfcfcf;
}

.gaming-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.gaming-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(212,175,55,0.16);
    color: #f2f2f2;
    font-size: 13px;
    font-weight: 600;
}

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

.gaming-online-card {
    padding: 20px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.gaming-online-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212,175,55,0.34);
}

.gaming-online-card i {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(212,175,55,0.10);
    border: 1px solid rgba(212,175,55,0.18);
    color: #d4af37;
    font-size: 18px;
}

.gaming-online-card h4 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
}

.gaming-online-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.68;
    color: #cfcfcf;
}

.gaming-bottom-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 24px;
}

.gaming-bottom-card {
    padding: 28px 24px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.025) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 14px 36px rgba(0,0,0,0.22);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.gaming-bottom-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212,175,55,0.38);
}

.gaming-card-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(212,175,55,0.10);
    border: 1px solid rgba(212,175,55,0.18);
    color: #d4af37;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gaming-card-label-red {
    background: rgba(194,0,0,0.10);
    border-color: rgba(194,0,0,0.20);
    color: #ff7676;
}

.gaming-bottom-card h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
}

.gaming-bottom-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #cfcfcf;
}

/* Decorative elements */
.gaming-decor {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.gaming-decor-1 {
    top: 70px;
    left: -55px;
    width: 190px;
    height: 190px;
    background: radial-gradient(circle, rgba(212,175,55,0.14), transparent 72%);
}

.gaming-decor-2 {
    top: 190px;
    right: -35px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(194,0,0,0.14), transparent 72%);
}

.gaming-decor-3 {
    left: 12%;
    bottom: 110px;
    width: 16px;
    height: 16px;
    background: #d4af37;
    box-shadow: 0 0 18px rgba(212,175,55,0.45);
}

.gaming-decor-4 {
    right: 14%;
    bottom: 90px;
    width: 12px;
    height: 12px;
    background: #c20000;
    box-shadow: 0 0 16px rgba(194,0,0,0.35);
}

/* Responsive */
@media (max-width: 1200px) {
    .gaming-bottom-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gaming-bottom-card-large {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1100px) {
    .gaming-main-grid {
        grid-template-columns: 1fr;
    }

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

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

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

    .gaming-intro {
        font-size: 16px;
        line-height: 1.75;
    }

    .gaming-panel {
        padding: 26px 22px;
    }

    .gaming-panel h3 {
        font-size: 25px;
    }

    .gaming-highlight-box strong,
    .gaming-online-feature-box strong {
        font-size: 20px;
    }

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

    .gaming-game-item h4 {
        font-size: 18px;
    }
}

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

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

    .gaming-panel-badge,
    .gaming-card-label {
        font-size: 10px;
    }
}

/* ===== Slots Section ===== */

.slots-section{
background:linear-gradient(180deg,#0c0c0c,#141414);
color:#fff;
position:relative;
overflow:hidden;
}

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

.slots-kicker{
display:inline-block;
margin-bottom:15px;
padding:8px 18px;
border-radius:30px;
border:1px solid rgba(212,175,55,.4);
background:rgba(212,175,55,.08);
color:#d4af37;
font-size:13px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
}

.slots-title{
font-size:42px;
color:#d4af37;
margin-bottom:20px;
}

.slots-intro{
font-size:18px;
color:#cfcfcf;
line-height:1.8;
}

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

.slots-panel{
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
padding:34px;
border-radius:20px;
}

.slots-badge{
display:inline-block;
margin-bottom:15px;
padding:7px 14px;
border-radius:20px;
background:rgba(212,175,55,.12);
border:1px solid rgba(212,175,55,.25);
color:#d4af37;
font-size:12px;
font-weight:700;
text-transform:uppercase;
}

.slots-badge-red{
background:rgba(194,0,0,.1);
border-color:rgba(194,0,0,.25);
color:#ff6b6b;
}

.slots-highlight{
margin:25px 0;
padding:20px;
border:1px solid rgba(212,175,55,.2);
border-radius:14px;
background:rgba(255,255,255,.04);
}

.slots-highlight span{
display:block;
color:#d4af37;
font-size:12px;
margin-bottom:6px;
text-transform:uppercase;
}

.slots-feature{
display:flex;
gap:14px;
margin-bottom:20px;
}

.slots-feature i{
color:#d4af37;
font-size:20px;
margin-top:4px;
}

.slots-special-zones{
display:grid;
grid-template-columns:1fr 1fr;
gap:16px;
margin-top:20px;
}

.slot-zone{
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.08);
padding:20px;
border-radius:14px;
}

.slots-tags{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-top:20px;
}

.slots-tags span{
padding:7px 12px;
border-radius:20px;
background:rgba(255,255,255,.05);
border:1px solid rgba(212,175,55,.15);
font-size:13px;
}

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

.slot-category{
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.08);
padding:20px;
border-radius:14px;
}

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

.slots-info-box{
margin-top:25px;
padding:20px;
border-radius:14px;
border:1px solid rgba(212,175,55,.2);
background:rgba(255,255,255,.04);
}

.slots-info-box span{
display:block;
color:#d4af37;
margin-bottom:6px;
font-size:12px;
text-transform:uppercase;
}

@media(max-width:900px){

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

.slots-title{
font-size:32px;
}

}

/* ===== Table Games Section ===== */

.tables-section{
background:linear-gradient(180deg,#0c0c0c,#151515);
color:#fff;
position:relative;
overflow:hidden;
}

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

.tables-kicker{
display:inline-block;
margin-bottom:15px;
padding:8px 18px;
border-radius:30px;
border:1px solid rgba(212,175,55,.4);
background:rgba(212,175,55,.08);
color:#d4af37;
font-size:13px;
font-weight:700;
text-transform:uppercase;
}

.tables-title{
font-size:40px;
color:#d4af37;
margin-bottom:18px;
}

.tables-intro{
font-size:18px;
line-height:1.8;
color:#cfcfcf;
}

.tables-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
}

.tables-panel{
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
padding:34px;
border-radius:20px;
}

.tables-badge{
display:inline-block;
margin-bottom:14px;
padding:7px 14px;
border-radius:20px;
background:rgba(212,175,55,.12);
border:1px solid rgba(212,175,55,.25);
color:#d4af37;
font-size:12px;
font-weight:700;
text-transform:uppercase;
}

.tables-badge-red{
background:rgba(194,0,0,.1);
border-color:rgba(194,0,0,.25);
color:#ff6b6b;
}

.tables-highlight{
margin:25px 0;
padding:20px;
border-radius:14px;
border:1px solid rgba(212,175,55,.2);
background:rgba(255,255,255,.04);
}

.tables-highlight span{
display:block;
color:#d4af37;
font-size:12px;
margin-bottom:6px;
text-transform:uppercase;
}

.tables-games-grid,
.live-games-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:16px;
margin-top:20px;
}

.table-game-card,
.live-game-card{
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.08);
padding:20px;
border-radius:14px;
}

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

.tables-tags{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-top:20px;
}

.tables-tags span{
padding:7px 12px;
border-radius:20px;
background:rgba(255,255,255,.05);
border:1px solid rgba(212,175,55,.15);
font-size:13px;
}

@media(max-width:900px){

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

.tables-title{
font-size:30px;
}

}

/* ===== Poker Section ===== */
.poker-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        radial-gradient(circle at top left, rgba(212, 175, 55, 0.10), transparent 28%),
        radial-gradient(circle at bottom right, rgba(194, 0, 0, 0.08), transparent 24%),
        linear-gradient(180deg, #0c0c0c 0%, #151515 100%);
    color: #fff;
}

.poker-top {
    display: grid;
    grid-template-columns: minmax(320px, 1.1fr) minmax(320px, 0.9fr);
    gap: 56px;
    align-items: center;
    margin-bottom: 34px;
}

.poker-kicker {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.32);
    background: rgba(212, 175, 55, 0.08);
    color: #d4af37;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.poker-title {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.18;
    color: #d4af37;
}

.poker-subtitle {
    margin: 0 0 18px;
    padding-left: 14px;
    border-left: 3px solid #c20000;
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
}

.poker-lead {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.85;
    color: #ececec;
}

.poker-content p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.82;
    color: #cfcfcf;
}

.poker-content strong,
.poker-info-box strong,
.poker-bottom-card strong {
    color: #fff;
}

.poker-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.poker-feature-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.18);
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 600;
}

.poker-feature-item i {
    color: #d4af37;
    font-size: 15px;
}

.poker-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(212, 175, 55, 0.24);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.poker-image {
    display: block;
    width: 100%;
    height: 640px;
    object-fit: cover;
}

.poker-image-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.32) 100%);
    z-index: 1;
}

.poker-badge {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(10, 10, 10, 0.62);
    border: 1px solid rgba(255,255,255,0.14);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

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

.poker-badge-top {
    top: 22px;
    left: 22px;
}

.poker-badge-bottom {
    left: 22px;
    bottom: 22px;
}

.poker-info-box {
    margin-bottom: 30px;
    padding: 24px 26px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(212, 175, 55, 0.20);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.poker-info-label {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #d4af37;
}

.poker-info-box p {
    margin: 0;
    font-size: 16px;
    line-height: 1.82;
    color: #d2d2d2;
}

.poker-games-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 22px;
    margin-bottom: 30px;
}

.poker-game-card {
    position: relative;
    padding: 28px 24px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.025) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 14px 36px rgba(0,0,0,0.22);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.poker-game-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212,175,55,0.36);
}

.poker-game-card-featured {
    border-color: rgba(212, 175, 55, 0.24);
    background:
        radial-gradient(circle at top right, rgba(212,175,55,0.08), transparent 38%),
        linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.025) 100%);
}

.poker-card-badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(212,175,55,0.10);
    border: 1px solid rgba(212,175,55,0.20);
    color: #d4af37;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.poker-game-card h3 {
    margin: 0 0 12px;
    font-size: 23px;
    line-height: 1.3;
    color: #fff;
}

.poker-game-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #cfcfcf;
}

.poker-bottom-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 24px;
}

.poker-bottom-card {
    padding: 26px 24px;
    border-radius: 20px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.08);
}

.poker-card-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(212,175,55,0.10);
    border: 1px solid rgba(212,175,55,0.18);
    color: #d4af37;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.poker-card-label-red {
    background: rgba(194,0,0,0.10);
    border-color: rgba(194,0,0,0.20);
    color: #ff7272;
}

.poker-bottom-card h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
}

.poker-bottom-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #cfcfcf;
}

/* Responsive */
@media (max-width: 1200px) {
    .poker-games-grid {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
    }
}

@media (max-width: 992px) {
    .poker-section {
        padding: 90px 0;
    }

    .poker-top {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .poker-title {
        font-size: 34px;
    }

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

    .poker-image {
        height: 520px;
    }
}

@media (max-width: 768px) {
    .poker-section {
        padding: 70px 0;
    }

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

    .poker-subtitle {
        font-size: 18px;
    }

    .poker-lead,
    .poker-content p,
    .poker-info-box p {
        font-size: 16px;
        line-height: 1.75;
    }

    .poker-games-grid,
    .poker-bottom-row {
        grid-template-columns: 1fr;
    }

    .poker-image {
        height: 420px;
    }
}

@media (max-width: 480px) {
    .poker-title {
        font-size: 24px;
    }

    .poker-kicker,
    .poker-badge {
        font-size: 11px;
    }

    .poker-image {
        height: 340px;
    }
}

/* ===== Visit Guide Section ===== */

.visit-section{
background:linear-gradient(180deg,#0b0b0b,#141414);
color:#fff;
padding:110px 0;
}

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

.visit-kicker{
display:inline-block;
margin-bottom:16px;
padding:8px 18px;
border-radius:30px;
border:1px solid rgba(212,175,55,.35);
background:rgba(212,175,55,.08);
color:#d4af37;
font-size:13px;
font-weight:700;
text-transform:uppercase;
letter-spacing:1px;
}

.visit-title{
font-size:40px;
color:#d4af37;
margin-bottom:18px;
}

.visit-intro{
font-size:18px;
line-height:1.8;
color:#cfcfcf;
}

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

.visit-card{
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
padding:26px;
border-radius:18px;
transition:all .25s ease;
}

.visit-card:hover{
transform:translateY(-6px);
border-color:rgba(212,175,55,.35);
}

.visit-card i{
font-size:22px;
color:#d4af37;
margin-bottom:12px;
}

.visit-card h3{
font-size:20px;
margin-bottom:10px;
}

.visit-card p{
font-size:15px;
line-height:1.7;
color:#cfcfcf;
}

.visit-highlight{
margin-top:60px;
padding:28px;
border-radius:16px;
border:1px solid rgba(212,175,55,.25);
background:rgba(255,255,255,.03);
text-align:center;
}

.visit-highlight span{
display:block;
margin-bottom:8px;
font-size:12px;
color:#d4af37;
text-transform:uppercase;
}

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

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

.visit-title{
font-size:30px;
}
}

/* ===== Resort Experience Section ===== */

.resort-section{
background:linear-gradient(180deg,#0b0b0b,#151515);
color:#fff;
padding:110px 0;
}

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

.resort-kicker{
display:inline-block;
margin-bottom:16px;
padding:8px 18px;
border-radius:30px;
border:1px solid rgba(212,175,55,.35);
background:rgba(212,175,55,.08);
color:#d4af37;
font-size:13px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
}

.resort-title{
font-size:40px;
color:#d4af37;
margin-bottom:18px;
}

.resort-intro{
font-size:18px;
line-height:1.8;
color:#cfcfcf;
}

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

.resort-card{
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
padding:26px;
border-radius:18px;
transition:all .25s ease;
}

.resort-card:hover{
transform:translateY(-6px);
border-color:rgba(212,175,55,.35);
}

.resort-card i{
font-size:22px;
color:#d4af37;
margin-bottom:12px;
}

.resort-card h3{
font-size:20px;
margin-bottom:10px;
}

.resort-card p{
font-size:15px;
line-height:1.7;
color:#cfcfcf;
}

.resort-highlight{
margin-top:60px;
padding:28px;
border-radius:16px;
border:1px solid rgba(212,175,55,.25);
background:rgba(255,255,255,.03);
text-align:center;
}

.resort-highlight span{
display:block;
margin-bottom:10px;
font-size:12px;
color:#d4af37;
text-transform:uppercase;
}

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

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

.resort-title{
font-size:30px;
}
}

/* ===== Login Section ===== */

.login-section{
background:linear-gradient(180deg,#0b0b0b,#151515);
color:#fff;
padding:110px 0;
}

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

.login-kicker{
display:inline-block;
margin-bottom:16px;
padding:8px 18px;
border-radius:30px;
border:1px solid rgba(212,175,55,.35);
background:rgba(212,175,55,.08);
color:#d4af37;
font-size:13px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
}

.login-title{
font-size:40px;
color:#d4af37;
margin-bottom:18px;
}

.login-intro{
font-size:18px;
line-height:1.8;
color:#cfcfcf;
}

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

.login-card{
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
padding:26px;
border-radius:18px;
}

.login-card i{
font-size:22px;
color:#d4af37;
margin-bottom:12px;
}

.login-card h3{
font-size:20px;
margin-bottom:10px;
}

.login-card p{
font-size:15px;
line-height:1.7;
color:#cfcfcf;
}

.login-steps{
margin-top:10px;
padding-left:18px;
}

.login-steps li{
margin-bottom:6px;
font-size:14px;
}

.login-features{
margin-top:10px;
padding-left:18px;
}

.login-features li{
margin-bottom:6px;
font-size:14px;
}

.login-highlight{
margin-top:60px;
padding:28px;
border-radius:16px;
border:1px solid rgba(212,175,55,.25);
background:rgba(255,255,255,.03);
text-align:center;
}

.login-highlight span{
display:block;
margin-bottom:10px;
font-size:12px;
color:#d4af37;
text-transform:uppercase;
}

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

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

.login-title{
font-size:30px;
}
}

/* ===== Online Casino App Section ===== */
.app-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.10), transparent 30%),
        radial-gradient(circle at bottom left, rgba(194, 0, 0, 0.08), transparent 24%),
        linear-gradient(180deg, #0c0c0c 0%, #151515 100%);
    color: #fff;
}

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

.app-kicker {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.32);
    background: rgba(212, 175, 55, 0.08);
    color: #d4af37;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.app-title {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.18;
    color: #d4af37;
}

.app-intro {
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.85;
    color: #cfcfcf;
}

.app-intro strong {
    color: #fff;
}

.app-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
    gap: 34px;
    align-items: start;
}

.app-media-col,
.app-content-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.app-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(212, 175, 55, 0.24);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.app-main-image{
    display:block;
    max-width:100%;
    height:auto;
    margin:0 auto;
    object-fit:contain;
}
.app-image-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.28) 100%);
    z-index: 1;
}

.app-badge {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(10, 10, 10, 0.62);
    border: 1px solid rgba(255,255,255,0.14);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

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

.app-badge-top {
    top: 22px;
    left: 22px;
}

.app-badge-bottom {
    left: 22px;
    bottom: 22px;
}

.app-media-text {
    padding: 28px 26px;
    border-radius: 22px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.app-media-text h3 {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.3;
    color: #fff;
}

.app-media-text p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.8;
    color: #cfcfcf;
}

.app-store-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.app-store-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(212,175,55,0.18);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.app-store-btn:hover {
    transform: translateY(-4px);
    border-color: rgba(212,175,55,0.34);
}

.app-store-btn img {
    display: block;
    max-width: 170px;
    width: 100%;
    height: auto;
}

.app-info-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 22px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.025) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 12px 30px rgba(0,0,0,0.20);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.app-info-card:hover {
    transform: translateY(-5px);
    border-color: rgba(212,175,55,0.34);
}

.app-info-card > i {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(212,175,55,0.10);
    border: 1px solid rgba(212,175,55,0.18);
    color: #d4af37;
    font-size: 20px;
}

.app-info-card h3 {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
}

.app-info-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #cfcfcf;
}

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

    .app-title {
        font-size: 36px;
    }
}

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

    .app-title {
        font-size: 30px;
    }

    .app-intro {
        font-size: 16px;
        line-height: 1.75;
    }

    .app-main-image {
        height: 420px;
    }

    .app-media-text h3 {
        font-size: 24px;
    }

    .app-info-card {
        padding: 18px 18px;
    }

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

@media (max-width: 480px) {
    .app-title {
        font-size: 25px;
    }

    .app-kicker,
    .app-badge {
        font-size: 11px;
    }

    .app-main-image {
        height: 320px;
    }

    .app-store-buttons {
        flex-direction: column;
    }

    .app-store-btn {
        width: 100%;
    }
}

/* ===== Payments Section ===== */
.payments-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        radial-gradient(circle at top left, rgba(212, 175, 55, 0.10), transparent 30%),
        radial-gradient(circle at bottom right, rgba(194, 0, 0, 0.08), transparent 24%),
        linear-gradient(180deg, #0b0b0b 0%, #151515 100%);
    color: #fff;
}

.payments-heading {
    max-width: 960px;
    margin: 0 auto 56px;
    text-align: center;
}

.payments-kicker {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(212,175,55,0.32);
    background: rgba(212,175,55,0.08);
    color: #d4af37;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.payments-title {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.18;
    color: #d4af37;
}

.payments-intro {
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.85;
    color: #cfcfcf;
}

.payments-intro strong,
.payments-info-card strong,
.payments-note-box strong {
    color: #fff;
}

.payments-top-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 28px;
    margin-bottom: 36px;
}

.payments-info-card {
    padding: 30px 28px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.025) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 16px 36px rgba(0,0,0,0.20);
}

.payments-info-badge {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(212,175,55,0.10);
    border: 1px solid rgba(212,175,55,0.20);
    color: #d4af37;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.payments-info-badge-red {
    background: rgba(194,0,0,0.10);
    border-color: rgba(194,0,0,0.22);
    color: #ff7171;
}

.payments-info-card h3 {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.28;
    color: #fff;
}

.payments-info-card p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.8;
    color: #d0d0d0;
}

.payments-bullet-list {
    margin: 14px 0 0;
    padding-left: 18px;
}

.payments-bullet-list li {
    margin-bottom: 8px;
    color: #cfcfcf;
    font-size: 15px;
    line-height: 1.7;
}

.payments-mini-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.payments-mini-tags span {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(212,175,55,0.16);
    color: #f1f1f1;
    font-size: 13px;
    font-weight: 600;
}

/* centered payment table */
.payments-table-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 38px;
}

.payments-table-inner {
    width: 100%;
    max-width: 980px;
    padding: 28px 22px 22px;
    border-radius: 26px;
    background:
        radial-gradient(circle at top center, rgba(212,175,55,0.08), transparent 30%),
        linear-gradient(180deg, #1a120d 0%, #120d0a 100%);
    border: 1px solid rgba(212,175,55,0.24);
    box-shadow: 0 22px 48px rgba(0,0,0,0.28);
}

.payments-toolbar {
    margin-bottom: 20px;
}

.payments-selects {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.payments-select-card {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(212,175,55,0.20);
}

.payments-select-card label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    color: #bfb2a5;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.payments-select-value {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.payments-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.payments-tab {
    padding: 11px 22px;
    border-radius: 12px;
    border: 1px solid rgba(212,175,55,0.24);
    background: rgba(255,255,255,0.05);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
}

.payments-tab.is-active {
    background: linear-gradient(180deg, #f5cb56 0%, #d4af37 100%);
    color: #1a120d;
    border-color: rgba(245,203,86,0.6);
}

.payments-table-panel {
    display: none;
}

.payments-table-panel.is-active {
    display: block;
}

.payments-table-header,
.payments-row {
    display: grid;
    grid-template-columns: minmax(260px, 1.6fr) minmax(120px, 0.7fr) minmax(120px, 0.8fr);
    gap: 16px;
    align-items: center;
}

.payments-table-header {
    padding: 12px 14px;
    margin-bottom: 8px;
    color: #d4af37;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.payments-row {
    padding: 12px 14px;
    margin-bottom: 10px;
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(212,175,55,0.22);
}

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

.payments-logo {
    width: 74px;
    height: 34px;
    flex: 0 0 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 10px;
    background: rgba(0,0,0,0.24);
    border: 1px solid rgba(255,255,255,0.10);
}

.payments-logo img {
    width: 58px;
    height: 20px;
    object-fit: contain;
    display: block;
}

.payments-name,
.payments-type,
.payments-limit {
    font-size: 15px;
    line-height: 1.4;
    color: #f1ede8;
}

.payments-limit {
    justify-self: end;
    font-weight: 700;
    color: #f5cb56;
}

.payments-bottom-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 24px;
    margin-bottom: 28px;
}

.payments-bottom-card {
    padding: 26px 22px;
    border-radius: 20px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 14px 34px rgba(0,0,0,0.18);
}

.payments-bottom-card i {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(212,175,55,0.10);
    border: 1px solid rgba(212,175,55,0.20);
    color: #d4af37;
    font-size: 20px;
}

.payments-bottom-card h3 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.3;
    color: #fff;
}

.payments-bottom-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #cfcfcf;
}

.payments-note-box {
    padding: 26px 26px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.025) 100%);
    border: 1px solid rgba(212,175,55,0.22);
    text-align: center;
}

.payments-note-label {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #d4af37;
}

.payments-note-box p {
    margin: 0;
    font-size: 16px;
    line-height: 1.82;
    color: #d2d2d2;
}

/* Responsive */
@media (max-width: 1200px) {
    .payments-bottom-grid {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
    }
}

@media (max-width: 992px) {
    .payments-section {
        padding: 90px 0;
    }

    .payments-title {
        font-size: 34px;
    }

    .payments-top-grid {
        grid-template-columns: 1fr;
    }

    .payments-table-header,
    .payments-row {
        grid-template-columns: minmax(220px, 1.4fr) minmax(100px, 0.7fr) minmax(100px, 0.9fr);
    }
}

@media (max-width: 768px) {
    .payments-section {
        padding: 70px 0;
    }

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

    .payments-intro {
        font-size: 16px;
        line-height: 1.75;
    }

    .payments-table-inner {
        padding: 20px 14px 16px;
    }

    .payments-selects {
        grid-template-columns: 1fr;
    }

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

    .payments-table-header {
        display: none;
    }

    .payments-row {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px 12px;
    }

    .payments-method {
        align-items: center;
    }

    .payments-type,
    .payments-limit {
        justify-self: start;
        padding-left: 88px;
    }

    .payments-type::before {
        content: "Type: ";
        color: #bfb2a5;
        font-weight: 600;
    }

    .payments-limit::before {
        content: "Limits: ";
        color: #bfb2a5;
        font-weight: 600;
    }
}

@media (max-width: 480px) {
    .payments-title {
        font-size: 24px;
    }

    .payments-kicker {
        font-size: 11px;
    }

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

    .payments-logo {
        width: 68px;
        height: 32px;
        flex-basis: 68px;
    }

    .payments-logo img {
        width: 54px;
        height: 18px;
    }

    .payments-name {
        font-size: 14px;
    }
}

/* ===== Trust, Compliance & Player Care ===== */
.trust-section{
    position:relative;
    overflow:hidden;
    padding:110px 0;
    background:
        radial-gradient(circle at top left, rgba(212,175,55,.10), transparent 30%),
        radial-gradient(circle at bottom right, rgba(194,0,0,.08), transparent 24%),
        linear-gradient(180deg,#0b0b0b 0%, #151515 100%);
    color:#fff;
}

.trust-heading{
    max-width:960px;
    margin:0 auto 56px;
    text-align:center;
}

.trust-kicker{
    display:inline-block;
    margin-bottom:16px;
    padding:8px 16px;
    border-radius:999px;
    border:1px solid rgba(212,175,55,.32);
    background:rgba(212,175,55,.08);
    color:#d4af37;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.trust-title{
    margin:0 0 18px;
    font-size:42px;
    line-height:1.18;
    color:#d4af37;
}

.trust-intro{
    margin:0 auto;
    font-size:18px;
    line-height:1.85;
    color:#cfcfcf;
}

.trust-intro strong,
.trust-card strong,
.trust-bottom-note strong{
    color:#fff;
}

.trust-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(280px, 1fr));
    gap:26px;
    margin-bottom:28px;
}

.trust-card{
    padding:30px 26px;
    border-radius:22px;
    background:linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.025) 100%);
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 16px 38px rgba(0,0,0,.20);
}

.trust-card-wide{
    grid-column:span 2;
}

.trust-badge{
    display:inline-block;
    margin-bottom:16px;
    padding:7px 14px;
    border-radius:999px;
    background:rgba(212,175,55,.10);
    border:1px solid rgba(212,175,55,.22);
    color:#d4af37;
    font-size:11px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.trust-badge-red{
    background:rgba(194,0,0,.10);
    border-color:rgba(194,0,0,.22);
    color:#ff7474;
}

.trust-card h3{
    margin:0 0 14px;
    font-size:28px;
    line-height:1.28;
    color:#fff;
}

.trust-card p{
    margin:0 0 16px;
    font-size:16px;
    line-height:1.8;
    color:#d1d1d1;
}

.trust-highlight{
    margin-top:18px;
    padding:20px 20px;
    border-radius:16px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(212,175,55,.22);
}

.trust-highlight span{
    display:block;
    margin-bottom:8px;
    color:#d4af37;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.trust-highlight strong{
    display:block;
    font-size:18px;
    line-height:1.6;
}

.trust-list{
    margin:8px 0 0;
    padding-left:18px;
}

.trust-list li{
    margin-bottom:8px;
    color:#cfcfcf;
    font-size:15px;
    line-height:1.75;
}

.trust-support-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(180px,1fr));
    gap:14px;
    margin-top:8px;
}

.trust-support-item{
    padding:16px 16px;
    border-radius:16px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(212,175,55,.18);
}

.trust-support-item strong{
    display:block;
    margin-bottom:6px;
    font-size:14px;
    color:#fff;
}

.trust-support-item span{
    font-size:15px;
    color:#d4af37;
    font-weight:700;
}

.trust-provider-tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin:14px 0 14px;
}

.trust-provider-tags span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(212,175,55,.18);
    color:#f3f3f3;
    font-size:14px;
    font-weight:600;
}

.trust-small-note{
    margin-top:4px;
    font-size:14px !important;
    color:#bfbfbf !important;
}

.trust-bottom-note{
    padding:24px 24px;
    border-radius:20px;
    background:rgba(255,255,255,.035);
    border:1px solid rgba(212,175,55,.22);
    text-align:center;
}

.trust-note-label{
    display:block;
    margin-bottom:10px;
    color:#d4af37;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.trust-bottom-note p{
    margin:0;
    font-size:16px;
    line-height:1.8;
    color:#d2d2d2;
}

@media (max-width: 992px){
    .trust-section{
        padding:90px 0;
    }

    .trust-title{
        font-size:34px;
    }

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

    .trust-card-wide{
        grid-column:span 1;
    }
}

@media (max-width: 768px){
    .trust-section{
        padding:70px 0;
    }

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

    .trust-intro{
        font-size:16px;
        line-height:1.75;
    }

    .trust-card{
        padding:24px 20px;
    }

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

    .trust-support-grid{
        grid-template-columns:1fr;
    }
}

@media (max-width: 480px){
    .trust-title{
        font-size:24px;
    }

    .trust-kicker,
    .trust-badge{
        font-size:10px;
    }
}

/* ===== FAQ Section ===== */

.faq-section{
background:linear-gradient(180deg,#0b0b0b,#151515);
color:#fff;
}

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

.faq-kicker{
display:inline-block;
margin-bottom:14px;
padding:8px 18px;
border-radius:30px;
border:1px solid rgba(212,175,55,.35);
background:rgba(212,175,55,.08);
color:#d4af37;
font-size:13px;
font-weight:700;
text-transform:uppercase;
}

.faq-title{
font-size:40px;
color:#d4af37;
margin-bottom:18px;
}

.faq-intro{
font-size:18px;
line-height:1.8;
color:#cfcfcf;
}

.faq-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
}

.faq-item{
margin-bottom:16px;
border-radius:16px;
border:1px solid rgba(255,255,255,.08);
background:rgba(255,255,255,.04);
overflow:hidden;
}

.faq-question{
width:100%;
padding:18px 22px;
background:none;
border:none;
color:#fff;
font-size:17px;
text-align:left;
cursor:pointer;
font-weight:600;
}

.faq-answer{
display:none;
padding:0 22px 20px;
color:#cfcfcf;
line-height:1.8;
font-size:16px;
}

.faq-item.active .faq-answer{
display:block;
}

@media(max-width:900px){

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

.faq-title{
font-size:30px;
}

}

/* ====== Footer ====== */
.site-footer{
    background: linear-gradient(180deg, #0a0a0a 0%, #131313 100%);
    color: #fff;
    border-top: 1px solid rgba(212,175,55,0.15);
}

.footer-top{
    padding: 70px 0 40px;
}

.footer-grid{
    display:grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 36px;
}

.footer-brand{
    max-width: 420px;
}

.footer-logo{
    display:inline-block;
    margin-bottom: 20px;
}

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

.footer-description{
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.8;
    color: #cfcfcf;
}

.footer-social{
    gap: 12px;
    flex-wrap: wrap;
}

.footer-social li{
    list-style:none;
}

.footer-social a{
    width: 42px;
    height: 42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(212,175,55,0.18);
    color: #d4af37;
    transition: all .25s ease;
}

.footer-social a:hover{
    transform: translateY(-3px);
    border-color: rgba(212,175,55,0.4);
    color: #fff;
}

.footer-links-block h3{
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.3;
    color: #d4af37;
}

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

.footer-links li{
    margin-bottom: 12px;
}

.footer-links a{
    color: #d2d2d2;
    font-size: 15px;
    line-height: 1.6;
    text-decoration: none;
    transition: color .2s ease;
}

.footer-links a:hover{
    color: #d4af37;
}

.footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 18px 0;
    background: rgba(0,0,0,0.2);
}

.footer-bottom-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-bottom p{
    margin: 0;
    font-size: 14px;
    color: #bfbfbf;
}

.footer-disclaimer{
    text-align: right;
}

/* Responsive */
@media (max-width: 1100px){
    .footer-grid{
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 700px){
    .footer-top{
        padding: 55px 0 30px;
    }

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

    .footer-logo img{
        max-width: 190px;
    }

    .footer-links-block h3{
        font-size: 18px;
    }

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

    .footer-disclaimer{
        text-align: left;
    }
}

.casino-parallax-banner{
    position: relative;
    overflow: hidden;
    padding: 140px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
}

.banner-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55); 
    z-index: 1;
}

.banner-content{
    position: relative;
    z-index: 2;
    max-width: 820px;
}

.banner-kicker{
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 18px;
    border-radius: 30px;
    border: 1px solid rgba(212,175,55,.4);
    background: rgba(212,175,55,.08);
    color: #d4af37;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.banner-title{
    margin: 0 0 20px;
    font-size: 48px;
    line-height: 1.2;
    color: #d4af37;
}

.banner-text{
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.8;
    color: #e0e0e0;
}

.banner-btn{
    display: inline-block;
    padding: 16px 36px;
    border-radius: 8px;
    background: #c20000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.banner-btn:hover{
    transform: translateY(-2px);
    background: #df0000;
}

@media (max-width: 900px){
    .casino-parallax-banner{
        padding: 90px 0;
        background-attachment: scroll;
    }

    .banner-title{
        font-size: 32px;
    }

    .banner-text{
        font-size: 16px;
    }
}