/**
* 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-tagline {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.4;
  color: var(--color-white);
  max-width: 760px;
}

.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;
    }
  }
  
  /* ==============================
   Steps / Getting Started Section
   ============================== */

.section-steps {
  position: relative;
  overflow: hidden;
  background: #111;
  color: var(--color-white);
}

.section-steps__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.section-steps__header {
  max-width: 920px;
  margin: 0 auto 40px;
}

.section-steps__title {
  margin-bottom: 16px;
}

.section-steps__subtitle {
  max-width: 780px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  color: var(--color-gray);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 22px;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto 34px;
}

.step-card {
  text-align: left;
  padding: 22px 22px 20px;
  border-radius: 14px;
  background: rgba(34, 34, 34, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

/* Strong hover effect for step cards */
.step-card {
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
}

.step-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: var(--color-red);
  box-shadow:
    0 0 0 1px rgba(255, 0, 0, 0.6),
    0 0 18px rgba(255, 0, 0, 0.45),
    0 0 40px rgba(255, 0, 0, 0.25);
  background: rgba(40, 10, 10, 0.9);
}

.step-card__num {
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.12);
  color: var(--color-white);
  margin-bottom: 12px;
}

.step-card__title {
  font-size: 20px;
  margin-bottom: 10px;
}

.step-card__text {
  margin: 0;
  color: #cfcfcf;
  line-height: 1.65;
}

.section-steps__cta {
  margin-top: 10px;
}

.btn.btn-bonus {
  border-radius: 10px;
  font-size: 16px;
  padding: 16px 28px;
}

.section-steps__note {
  margin-top: 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

/* Decorative chips */
.chip {
  position: absolute;
  z-index: 1;
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
}

.chip--a {
  top: 30px;
  left: 40px;
  width: 40px;
}

.chip--b {
  bottom: 20px;
  right: 50px;
  width: 50px;
  opacity: 0.45;
}

.chip--c {
  top: 60px;
  right: 120px;
  width: 35px;
  opacity: 0.35;
}

.chip--d {
  bottom: 100px;
  left: 100px;
  width: 45px;
  opacity: 0.45;
}

/* Responsive */
@media (max-width: 992px) {
  .steps-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 640px) {
  .section-steps__subtitle {
    font-size: 16px;
  }

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

  .step-card {
    text-align: left;
  }
}

/* ==============================
   About Resort Section
   ============================== */

.section-about {
  background: #111;
  color: var(--color-white);
}

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

.about-media img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

.about-title {
  margin-bottom: 20px;
}

.about-subtitle {
  font-size: 22px;
  margin-bottom: 18px;
  color: var(--color-red);
}

.about-content p {
  margin-bottom: 16px;
  line-height: 1.75;
}

.about-highlights {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
}

.about-highlights li {
  margin-bottom: 10px;
  color: #d4d4d4;
}

/* Bottom feature blocks */

.about-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}

.about-feature {
  background: rgba(34,34,34,0.85);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.25s ease;
}

.about-feature:hover {
  transform: translateY(-6px);
  border-color: rgba(255,0,0,0.4);
  box-shadow: 0 0 25px rgba(255,0,0,0.2);
}

.about-feature h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.about-feature p {
  color: #cfcfcf;
  line-height: 1.7;
}

/* Responsive */

@media (max-width: 992px) {
  .about-layout {
    grid-template-columns: 1fr;
  }

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

/* ==============================
   Advantages Section (solid / premium)
   ============================== */

.section-advantages {
  position: relative;
  overflow: hidden;
  background: radial-gradient(1200px 600px at 20% 10%, rgba(255,0,0,0.12), transparent 55%),
              radial-gradient(900px 500px at 80% 60%, rgba(255,0,0,0.08), transparent 60%),
              #0f0f0f;
}

.advantages-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 46px;
}

.advantages-title {
  margin-bottom: 16px;
}

.advantages-subtitle {
  margin: 0 auto;
  max-width: 860px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--color-gray);
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 22px;
  max-width: 1200px;
  margin: 0 auto;
}

.adv-card {
  position: relative;
  overflow: hidden;
  background: rgba(34,34,34,0.82);
  border-radius: 16px;
  padding: 26px 24px 22px;
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow: 0 18px 55px rgba(0,0,0,0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.adv-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(500px 120px at 20% 0%, rgba(255,0,0,0.22), transparent 65%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.adv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,0,0,0.45);
  box-shadow:
    0 0 0 1px rgba(255,0,0,0.35),
    0 18px 55px rgba(0,0,0,0.45),
    0 0 28px rgba(255,0,0,0.18);
}

.adv-card:hover::before {
  opacity: 1;
}

.adv-card--highlight {
  border-color: rgba(255,0,0,0.35);
}

.adv-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  background: rgba(255,0,0,0.12);
  border: 1px solid rgba(255,0,0,0.22);
  color: var(--color-red);
}

.adv-icon svg {
  width: 22px;
  height: 22px;
}

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

.adv-text {
  margin: 0;
  color: #cfcfcf;
  line-height: 1.7;
}

.advantages-cta {
  text-align: center;
  margin-top: 44px;
}

.advantages-note {
  margin-top: 12px;
  font-size: 13px;
  color: rgba(255,255,255,0.62);
}

/* Decorative elements (no images required) */
.adv-deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  border-radius: 999px;
  opacity: 0.55;
  filter: blur(0.2px);
}

.adv-deco--ring {
  width: 360px;
  height: 360px;
  left: -140px;
  bottom: -160px;
  border: 1px solid rgba(255,0,0,0.18);
  box-shadow: inset 0 0 0 18px rgba(255,0,0,0.04);
}

.adv-deco--ring2 {
  width: 240px;
  height: 240px;
  right: -110px;
  top: 110px;
  border: 1px solid rgba(255,0,0,0.16);
  box-shadow: inset 0 0 0 14px rgba(255,0,0,0.03);
}

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

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

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

.adv-icon i {
  font-size: 20px;
  color: var(--color-red);
}

.adv-card:hover .adv-icon {
  background: rgba(255,0,0,0.2);
  box-shadow: 0 0 18px rgba(255,0,0,0.35);
}

/* Center align advantages cards */
.adv-card {
  text-align: center;
  align-items: center;
}

/* Центрируем иконку */
.adv-icon {
  margin-left: auto;
  margin-right: auto;
}

.adv-text {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

/* ==============================
   Bonuses / Loyalty / Promotions
   ============================== */

.section-promos {
  position: relative;
  overflow: hidden;
  background: radial-gradient(900px 520px at 15% 10%, rgba(255,0,0,0.12), transparent 60%),
              radial-gradient(900px 520px at 85% 70%, rgba(255,0,0,0.08), transparent 60%),
              #0f0f0f;
}

.promos-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 46px;
}

.promos-title {
  margin-bottom: 16px;
}

.promos-subtitle {
  margin: 0 auto;
  max-width: 860px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--color-gray);
}

.promos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 24px;
  align-items: start;
  max-width: 1250px;
  margin: 0 auto;
}

.promo-col {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  background: rgba(34,34,34,0.82);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 22px 70px rgba(0,0,0,0.38);
  overflow: hidden;
}

.promo-col--accent {
  border-color: rgba(255,0,0,0.22);
}

.promo-col__header {
  display: flex;
  gap: 14px;
  padding: 22px 22px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(180deg, rgba(255,0,0,0.08), transparent);
}

.promo-col__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,0,0,0.12);
  border: 1px solid rgba(255,0,0,0.22);
  color: var(--color-red);
  flex: 0 0 auto;
}

.promo-col__icon i {
  font-size: 18px;
}

.promo-col__title {
  font-size: 22px;
  margin-bottom: 6px;
}

.promo-col__lead {
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
}

.promo-panel {
  padding: 18px 22px 22px;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  justify-content: flex-start;
}

.badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.86);
}

.badge--outline {
  background: transparent;
  border-color: rgba(255,0,0,0.25);
  color: rgba(255,255,255,0.9);
}

.badge--solid {
  background: rgba(255,0,0,0.16);
  border-color: rgba(255,0,0,0.28);
}

.promo-h4 {
  margin: 18px 0 10px;
  font-size: 18px;
}

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

.promo-list li {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  color: #d3d3d3;
  line-height: 1.65;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.promo-list li:last-child {
  border-bottom: none;
}

.li-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin-top: 2px;
  background: rgba(255,0,0,0.12);
  border: 1px solid rgba(255,0,0,0.22);
  color: var(--color-red);
  flex: 0 0 auto;
}

.li-icon i {
  font-size: 12px;
}

.promo-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.mini-card {
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 14px 14px 12px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.mini-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,0,0,0.28);
  box-shadow: 0 0 22px rgba(255,0,0,0.12);
}

.mini-card h5 {
  margin: 0 0 8px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.mini-card p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.55;
  font-size: 14px;
}

.feature-banner {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,0,0,0.22);
  background: radial-gradient(600px 180px at 10% 0%, rgba(255,0,0,0.18), transparent 60%),
              rgba(0,0,0,0.22);
  box-shadow: 0 0 28px rgba(255,0,0,0.12);
}

.feature-title {
  margin: 10px 0 8px;
  font-size: 18px;
}

.feature-note {
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
  font-size: 14px;
  max-width: 560px;
}

.btn-ghost {
  background: transparent;
  border-color: rgba(255,255,255,0.35);
}

.btn-ghost:hover {
  border-color: rgba(255,0,0,0.45);
}

.promo-table {
  margin-top: 10px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}

.promo-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(0,0,0,0.18);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.promo-row:nth-child(even) {
  background: rgba(0,0,0,0.26);
}

.promo-row:last-child {
  border-bottom: none;
}

.promo-name {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.92);
  font-weight: 700;
}

.promo-value {
  text-align: right;
  color: #dcdcdc;
  font-weight: 700;
}

.promo-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255,0,0,0.12);
  border: 1px solid rgba(255,0,0,0.22);
  color: rgba(255,255,255,0.9);
}

.terms-box {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.terms-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,0,0,0.12);
  border: 1px solid rgba(255,0,0,0.22);
  color: var(--color-red);
  flex: 0 0 auto;
}

.terms-icon i {
  font-size: 16px;
}

.terms-text {
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
  font-size: 13px;
}

.promos-footer {
  margin-top: 36px;
  text-align: center;
}

.promos-footer__panel {
  max-width: 1050px;
  margin: 0 auto;
  padding: 26px 22px;
  border-radius: 18px;
  background: rgba(34,34,34,0.72);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 60px rgba(0,0,0,0.32);
  position: relative;
  overflow: hidden;
}

.promos-footer__panel::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(800px 220px at 50% 0%, rgba(255,0,0,0.18), transparent 65%);
  opacity: 0.9;
  pointer-events: none;
}

.promos-footer__title {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.promos-footer__text {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto 18px;
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
}

.promos-footer__actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Decorative elements */
.promo-deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  border-radius: 999px;
  opacity: 0.55;
}

.promo-deco--ring {
  width: 380px;
  height: 380px;
  left: -170px;
  top: 120px;
  border: 1px solid rgba(255,0,0,0.16);
  box-shadow: inset 0 0 0 18px rgba(255,0,0,0.03);
}

.promo-deco--ring2 {
  width: 260px;
  height: 260px;
  right: -120px;
  bottom: -140px;
  border: 1px solid rgba(255,0,0,0.16);
  box-shadow: inset 0 0 0 14px rgba(255,0,0,0.03);
}

.promo-deco--line {
  width: 820px;
  height: 820px;
  left: 50%;
  top: -520px;
  transform: translateX(-50%);
  border: 1px solid rgba(255,0,0,0.08);
  opacity: 0.35;
}

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

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

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

  .promo-value {
    text-align: left;
  }

  .badge-row {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .promos-subtitle {
    font-size: 16px;
  }

  .feature-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ==============================
   Grey Eagle Gaming Experience
   ============================== */

.section-gaming {
  position: relative;
  overflow: hidden;
  background: #111;
}

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

.gaming-subtitle {
  color: var(--color-gray);
  font-size: 18px;
  line-height: 1.75;
}

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

.gaming-media img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.45);
}

.gaming-content h4 {
  color: var(--color-red);
  margin-top: 18px;
  margin-bottom: 8px;
}

.gaming-content p {
  color: #d0d0d0;
  line-height: 1.75;
}

.gaming-list {
  margin: 10px 0 20px;
  padding-left: 18px;
}

.gaming-list li {
  margin-bottom: 6px;
}

.gaming-online {
  background: rgba(34,34,34,0.8);
  border-radius: 18px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.08);
}

.gaming-online__title {
  text-align: center;
  margin-bottom: 14px;
}

.gaming-online__lead {
  text-align: center;
  color: var(--color-gray);
  margin-bottom: 24px;
}

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

.gaming-card {
  background: rgba(0,0,0,0.3);
  border-radius: 14px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: all .25s ease;
}

.gaming-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,0,0,0.4);
  box-shadow: 0 0 25px rgba(255,0,0,0.2);
}

.gaming-card h4 {
  color: var(--color-white);
  margin-bottom: 8px;
}

.gaming-card p {
  color: #cfcfcf;
  line-height: 1.65;
}

.gaming-deco {
  position: absolute;
  border-radius: 999px;
  opacity: .4;
  pointer-events: none;
}

.gaming-deco--left {
  width: 300px;
  height: 300px;
  left: -120px;
  top: 200px;
  border: 1px solid rgba(255,0,0,0.2);
}

.gaming-deco--right {
  width: 220px;
  height: 220px;
  right: -100px;
  bottom: 80px;
  border: 1px solid rgba(255,0,0,0.2);
}

@media(max-width:1000px){
  .gaming-layout{
    grid-template-columns:1fr;
  }
  .gaming-features{
    grid-template-columns:1fr;
  }
}

/* ==============================
   Slots Section (premium structure)
   ============================== */

.section-slotsx{
  position: relative;
  overflow: hidden;
  background: radial-gradient(900px 520px at 15% 10%, rgba(255,0,0,0.12), transparent 60%),
              radial-gradient(900px 520px at 85% 70%, rgba(255,0,0,0.08), transparent 60%),
              #0f0f0f;
}

.slotsx-head{
  text-align:center;
  max-width: 980px;
  margin: 0 auto 46px;
}

.slotsx-title{ margin-bottom: 16px; }

.slotsx-subtitle{
  margin: 0 auto;
  max-width: 900px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--color-gray);
}

.slotsx-badges{
  margin-top: 18px;
  display:flex;
  gap: 10px;
  justify-content:center;
  flex-wrap:wrap;
}

/* Grid */
.slotsx-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 24px;
  align-items: start;
  max-width: 1250px;
  margin: 0 auto;
}

/* Column shell */
.slotsx-col{
  border-radius: 18px;
  background: rgba(34,34,34,0.82);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 22px 70px rgba(0,0,0,0.38);
  overflow: hidden;
}

.slotsx-col--accent{
  border-color: rgba(255,0,0,0.22);
}

/* Column header */
.slotsx-col__header{
  display:flex;
  gap: 14px;
  padding: 22px 22px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(180deg, rgba(255,0,0,0.08), transparent);
}

.slotsx-col__icon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  background: rgba(255,0,0,0.12);
  border: 1px solid rgba(255,0,0,0.22);
  color: var(--color-red);
  flex: 0 0 auto;
}

.slotsx-col__icon i{ font-size: 18px; }

.slotsx-col__title{
  font-size: 22px;
  margin-bottom: 6px;
}

.slotsx-col__lead{
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
}

/* Inner panel */
.slotsx-panel{ padding: 18px 22px 22px; }

.slotsx-h4{
  margin: 18px 0 10px;
  font-size: 18px;
  color: var(--color-white);
}

.slotsx-tags{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.tag{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,0,0,0.12);
  border: 1px solid rgba(255,0,0,0.22);
  color: rgba(255,255,255,0.9);
}

/* Stats */
.slotsx-stats{
  display:grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 12px;
  margin-bottom: 10px;
}

.stat-tile{
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 12px 12px 10px;
  text-align: center;
}

.stat-value{
  font-size: 22px;
  font-weight: 800;
  color: var(--color-white);
  letter-spacing: 0.02em;
}

.stat-label{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.65);
  margin-top: 4px;
}

/* Mini cards */
.slotsx-cards{
  display:grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.mini-card{
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 14px 14px 12px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.mini-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255,0,0,0.28);
  box-shadow: 0 0 22px rgba(255,0,0,0.12);
}

.mini-card h5{
  margin: 0 0 8px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.mini-card p{
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.55;
  font-size: 14px;
}

/* Lists */
.slotsx-list{
  list-style:none;
  padding: 0;
  margin: 0;
}

.slotsx-list li{
  display:flex;
  gap: 10px;
  padding: 10px 0;
  color: #d3d3d3;
  line-height: 1.65;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.slotsx-list li:last-child{ border-bottom: none; }

.li-icon{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  margin-top: 2px;
  background: rgba(255,0,0,0.12);
  border: 1px solid rgba(255,0,0,0.22);
  color: var(--color-red);
  flex: 0 0 auto;
}

.li-icon i{ font-size: 12px; }

/* Feature banner + table reused from promos style */
.feature-banner{
  display:flex;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,0,0,0.22);
  background: radial-gradient(600px 180px at 10% 0%, rgba(255,0,0,0.18), transparent 60%),
              rgba(0,0,0,0.22);
  box-shadow: 0 0 28px rgba(255,0,0,0.12);
  margin-top: 6px;
}

.feature-title{ margin: 10px 0 8px; font-size: 18px; }
.feature-note{
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
  font-size: 14px;
  max-width: 560px;
}

.promo-table{
  margin-top: 10px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}

.promo-row{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(0,0,0,0.18);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.promo-row:nth-child(even){ background: rgba(0,0,0,0.26); }
.promo-row:last-child{ border-bottom: none; }

.promo-name{
  display:flex;
  align-items:center;
  gap: 10px;
  color: rgba(255,255,255,0.92);
  font-weight: 700;
}

.promo-value{
  text-align:right;
  color: #dcdcdc;
  font-weight: 700;
}

.promo-badge{
  display:inline-block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255,0,0,0.12);
  border: 1px solid rgba(255,0,0,0.22);
  color: rgba(255,255,255,0.9);
}

/* Note */
.slotsx-note{
  margin-top: 16px;
  display:flex;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.slotsx-note__icon{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  background: rgba(255,0,0,0.12);
  border: 1px solid rgba(255,0,0,0.22);
  color: var(--color-red);
  flex: 0 0 auto;
}

.slotsx-note__icon i{ font-size: 16px; }

.slotsx-note__text{
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
  font-size: 13px;
}

/* CTA */
.slotsx-cta{
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.btn-ghost{
  background: transparent;
  border-color: rgba(255,255,255,0.35);
}

.btn-ghost:hover{
  border-color: rgba(255,0,0,0.45);
}

/* Decorative elements */
.slotsx-deco{
  position:absolute;
  z-index: 0;
  pointer-events:none;
  user-select:none;
  border-radius:999px;
  opacity:0.55;
}

.slotsx-deco--ring{
  width: 360px;
  height: 360px;
  left: -160px;
  bottom: -160px;
  border: 1px solid rgba(255,0,0,0.16);
  box-shadow: inset 0 0 0 18px rgba(255,0,0,0.03);
}

.slotsx-deco--ring2{
  width: 240px;
  height: 240px;
  right: -110px;
  top: 110px;
  border: 1px solid rgba(255,0,0,0.16);
  box-shadow: inset 0 0 0 14px rgba(255,0,0,0.03);
}

/* Responsive */
@media (max-width: 1100px){
  .slotsx-grid{ grid-template-columns: 1fr; }
  .slotsx-cards{ grid-template-columns: 1fr; }
  .promo-row{ grid-template-columns: 1fr; }
  .promo-value{ text-align: left; }
}

@media (max-width: 640px){
  .slotsx-subtitle{ font-size: 16px; }
  .feature-banner{ flex-direction: column; align-items: flex-start; }
  .slotsx-stats{ grid-template-columns: 1fr; }
}

/* ==============================
   Table Games & Live Casino
   ============================== */

.section-tablesx{
  position:relative;
  overflow:hidden;
  background:#101010;
}

.tablesx-head{
  text-align:center;
  max-width:950px;
  margin:0 auto 50px;
}

.tablesx-subtitle{
  color:var(--color-gray);
  line-height:1.75;
  font-size:18px;
}

.tablesx-badges{
  margin-top:20px;
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
}

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

.tablesx-col{
  background:rgba(34,34,34,0.85);
  border-radius:18px;
  padding:0;
  border:1px solid rgba(255,255,255,0.08);
  box-shadow:0 18px 60px rgba(0,0,0,0.4);
  overflow:hidden;
}

.tablesx-col--accent{
  border-color:rgba(255,0,0,0.25);
}

.tablesx-col__header{
  display:flex;
  gap:14px;
  padding:22px;
  border-bottom:1px solid rgba(255,255,255,0.06);
  background:linear-gradient(180deg, rgba(255,0,0,0.08), transparent);
}

.tablesx-col__icon{
  width:44px;
  height:44px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(255,0,0,0.12);
  border:1px solid rgba(255,0,0,0.22);
  color:var(--color-red);
}

.tablesx-panel{
  padding:22px;
}

.tablesx-h4{
  color:var(--color-red);
  margin:18px 0 8px;
}

.tablesx-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.tablesx-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:12px;
}

.tablesx-list{
  list-style:none;
  padding:0;
}

.tablesx-list li{
  display:flex;
  gap:10px;
  padding:8px 0;
}

.tablesx-cta{
  display:flex;
  gap:12px;
  margin-top:16px;
}

.tablesx-deco{
  position:absolute;
  border-radius:999px;
  opacity:.4;
}

.tablesx-deco--left{
  width:260px;
  height:260px;
  left:-120px;
  top:140px;
  border:1px solid rgba(255,0,0,0.2);
}

.tablesx-deco--right{
  width:220px;
  height:220px;
  right:-100px;
  bottom:80px;
  border:1px solid rgba(255,0,0,0.2);
}

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

/* ==============================
   Rules & Online Access Section
   ============================== */

.section-access{
  position: relative;
  overflow: hidden;
  background: radial-gradient(900px 520px at 15% 10%, rgba(255,0,0,0.12), transparent 60%),
              radial-gradient(900px 520px at 85% 70%, rgba(255,0,0,0.08), transparent 60%),
              #0f0f0f;
}

.access-head{
  text-align: center;
  max-width: 980px;
  margin: 0 auto 46px;
}

.access-title{ margin-bottom: 16px; }

.access-subtitle{
  margin: 0 auto;
  max-width: 900px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--color-gray);
}

.access-badges{
  margin-top: 18px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.access-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 24px;
  align-items: start;
  max-width: 1250px;
  margin: 0 auto;
}

.access-col{
  border-radius: 18px;
  background: rgba(34,34,34,0.82);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 22px 70px rgba(0,0,0,0.38);
  overflow: hidden;
}

.access-col--accent{
  border-color: rgba(255,0,0,0.22);
}

.access-col__header{
  display: flex;
  gap: 14px;
  padding: 22px 22px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(180deg, rgba(255,0,0,0.08), transparent);
}

.access-col__icon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,0,0,0.12);
  border: 1px solid rgba(255,0,0,0.22);
  color: var(--color-red);
  flex: 0 0 auto;
}

.access-col__icon i{ font-size: 18px; }

.access-col__title{
  font-size: 22px;
  margin-bottom: 6px;
}

.access-col__lead{
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
}

.access-panel{ padding: 18px 22px 22px; }

.access-h4{
  margin: 18px 0 10px;
  font-size: 18px;
  color: var(--color-white);
}

/* Reuse your mini-card look */
.access-cards{
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 10px;
}

/* Accordion */
.access-accordion{
  margin-top: 10px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}

.acc-item{
  background: rgba(0,0,0,0.20);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.acc-item:last-child{ border-bottom: none; }

.acc-summary{
  cursor: pointer;
  padding: 14px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255,255,255,0.92);
  font-weight: 800;
}

.acc-summary i{
  color: rgba(255,255,255,0.7);
  transition: transform 0.2s ease;
}

.acc-item[open] .acc-summary i{
  transform: rotate(180deg);
  color: var(--color-red);
}

.acc-body{
  padding: 0 14px 14px;
  color: rgba(255,255,255,0.76);
  line-height: 1.65;
}

/* Lists */
.access-list{
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.access-list li{
  display: flex;
  gap: 10px;
  padding: 10px 0;
  color: #d3d3d3;
  line-height: 1.65;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.access-list li:last-child{ border-bottom: none; }

/* Steps */
.access-steps{
  list-style: none;
  padding: 0;
  margin: 0;
}

.access-steps li{
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.access-steps li:last-child{ border-bottom: none; }

.step-badge{
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  background: rgba(255,0,0,0.14);
  border: 1px solid rgba(255,0,0,0.24);
  color: rgba(255,255,255,0.92);
  flex: 0 0 auto;
  margin-top: 2px;
}

.access-steps p{
  margin: 6px 0 0;
  color: rgba(255,255,255,0.74);
  line-height: 1.6;
}

/* Note box */
.access-note{
  margin-top: 16px;
  display: flex;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.access-note__icon{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,0,0,0.12);
  border: 1px solid rgba(255,0,0,0.22);
  color: var(--color-red);
  flex: 0 0 auto;
}

.access-note__icon i{ font-size: 16px; }

.access-note__text{
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
  font-size: 13px;
}

/* Actions */
.access-actions{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 16px;
}

/* Decorative elements */
.access-deco{
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  border-radius: 999px;
  opacity: 0.55;
}

.access-deco--ring{
  width: 380px;
  height: 380px;
  left: -170px;
  top: 120px;
  border: 1px solid rgba(255,0,0,0.16);
  box-shadow: inset 0 0 0 18px rgba(255,0,0,0.03);
}

.access-deco--ring2{
  width: 260px;
  height: 260px;
  right: -120px;
  bottom: -140px;
  border: 1px solid rgba(255,0,0,0.16);
  box-shadow: inset 0 0 0 14px rgba(255,0,0,0.03);
}

.access-deco--line{
  width: 820px;
  height: 820px;
  left: 50%;
  top: -520px;
  transform: translateX(-50%);
  border: 1px solid rgba(255,0,0,0.08);
  opacity: 0.35;
}

/* Responsive */
@media (max-width: 1100px){
  .access-grid{ grid-template-columns: 1fr; }
  .access-cards{ grid-template-columns: 1fr; }
  .promo-row{ grid-template-columns: 1fr; }
  .promo-value{ text-align: left; }
}

@media (max-width: 640px){
  .access-subtitle{ font-size: 16px; }
}

.access-grid{
  align-items: stretch;
}

.access-col{
  display:flex;
  flex-direction:column;
}

/* ==============================
   Online Casino App Section
   ============================== */

.section-app{
  position: relative;
  overflow: hidden;
  background: radial-gradient(900px 520px at 15% 10%, rgba(255,0,0,0.12), transparent 60%),
              radial-gradient(900px 520px at 85% 70%, rgba(255,0,0,0.08), transparent 60%),
              #0f0f0f;
}

.app-head{
  text-align: center;
  max-width: 980px;
  margin: 0 auto 46px;
}

.app-title{ margin-bottom: 16px; }

.app-subtitle{
  margin: 0 auto;
  max-width: 900px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--color-gray);
}

.app-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 24px;
  align-items: start;
  max-width: 1250px;
  margin: 0 auto;
}

.app-col{
  border-radius: 18px;
  background: rgba(34,34,34,0.82);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 22px 70px rgba(0,0,0,0.38);
  overflow: hidden;
}

.app-col--accent{
  border-color: rgba(255,0,0,0.22);
}

.app-media{
  padding: 18px 18px 0;
  background: linear-gradient(180deg, rgba(255,0,0,0.08), transparent);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.app-media img{
  width: 100%;
  max-width: 420px;   
  margin: 0 auto;     
}

.app-col__header{
  display: flex;
  gap: 14px;
  padding: 22px 22px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(180deg, rgba(255,0,0,0.08), transparent);
}

.app-col__icon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,0,0,0.12);
  border: 1px solid rgba(255,0,0,0.22);
  color: var(--color-red);
  flex: 0 0 auto;
}

.app-col__icon i{ font-size: 18px; }

.app-col__title{
  font-size: 22px;
  margin-bottom: 8px;
}

.app-col__lead{
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
}

.app-panel{
  padding: 18px 22px 22px;
}

.app-mini{
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.app-h4{
  margin: 18px 0 10px;
  font-size: 18px;
  color: var(--color-white);
}

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

.app-list li{
  display: flex;
  gap: 10px;
  padding: 10px 0;
  color: #d3d3d3;
  line-height: 1.65;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.app-list li:last-child{ border-bottom: none; }

.app-split{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 12px;
}

.app-box{
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 14px 14px 12px;
}

.app-steps{
  list-style: none;
  padding: 0;
  margin: 0;
}

.app-steps li{
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.82);
  line-height: 1.6;
}

.app-steps li:last-child{ border-bottom: none; }

.step-badge{
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  background: rgba(255,0,0,0.14);
  border: 1px solid rgba(255,0,0,0.24);
  color: rgba(255,255,255,0.92);
  flex: 0 0 auto;
  margin-top: 2px;
}

.store-badges{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.store-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.store-badge img{
  height: 42px;
  width: auto;
  display: block;
}

.store-badge:hover{
  transform: translateY(-4px);
  border-color: rgba(255,0,0,0.28);
  box-shadow: 0 0 22px rgba(255,0,0,0.12);
}

.app-note{
  margin-top: 10px;
  color: rgba(255,255,255,0.58);
  font-size: 13px;
  line-height: 1.5;
}

.app-callout{
  margin-top: 16px;
  display: flex;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.app-callout__icon{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,0,0,0.12);
  border: 1px solid rgba(255,0,0,0.22);
  color: var(--color-red);
  flex: 0 0 auto;
}

.app-callout__icon i{ font-size: 16px; }

.app-callout__text{
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
  font-size: 13px;
}

.app-actions{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.app-deco{
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  border-radius: 999px;
  opacity: 0.55;
}

.app-deco--ring{
  width: 360px;
  height: 360px;
  left: -160px;
  bottom: -160px;
  border: 1px solid rgba(255,0,0,0.16);
  box-shadow: inset 0 0 0 18px rgba(255,0,0,0.03);
}

.app-deco--ring2{
  width: 240px;
  height: 240px;
  right: -110px;
  top: 110px;
  border: 1px solid rgba(255,0,0,0.16);
  box-shadow: inset 0 0 0 14px rgba(255,0,0,0.03);
}

/* Responsive */
@media (max-width: 1100px){
  .app-grid{ grid-template-columns: 1fr; }
  .app-mini{ grid-template-columns: 1fr; }
  .app-split{ grid-template-columns: 1fr; }
  .store-badge img{ height: 40px; }
}

@media (max-width: 640px){
  .app-subtitle{ font-size: 16px; }
}

/* ==============================
   Grey Eagle Resort Complex
   ============================== */

.section-resort{
  position:relative;
  overflow:hidden;
  background:#101010;
}

.resort-head{
  text-align:center;
  max-width:950px;
  margin:0 auto 50px;
}

.resort-subtitle{
  color:var(--color-gray);
  font-size:18px;
  line-height:1.75;
}

.resort-badges{
  margin-top:20px;
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
}

.resort-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:stretch;
}

.resort-col{
  background:rgba(34,34,34,0.85);
  border-radius:18px;
  border:1px solid rgba(255,255,255,0.08);
  box-shadow:0 18px 60px rgba(0,0,0,0.4);
  display:flex;
  flex-direction:column;
}

.resort-col--accent{
  border-color:rgba(255,0,0,0.25);
}

.resort-col__header{
  display:flex;
  gap:14px;
  padding:22px;
  border-bottom:1px solid rgba(255,255,255,0.06);
  background:linear-gradient(180deg, rgba(255,0,0,0.08), transparent);
}

.resort-col__icon{
  width:44px;
  height:44px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(255,0,0,0.12);
  border:1px solid rgba(255,0,0,0.22);
  color:var(--color-red);
}

.resort-panel{
  padding:22px;
}

.resort-h4{
  color:var(--color-red);
  margin:18px 0 8px;
}

.resort-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.resort-list{
  list-style:none;
  padding:0;
}

.resort-list li{
  display:flex;
  gap:10px;
  padding:8px 0;
}

.resort-deco{
  position:absolute;
  border-radius:999px;
  opacity:.4;
}

.resort-deco--left{
  width:260px;
  height:260px;
  left:-120px;
  top:120px;
  border:1px solid rgba(255,0,0,0.2);
}

.resort-deco--right{
  width:220px;
  height:220px;
  right:-100px;
  bottom:80px;
  border:1px solid rgba(255,0,0,0.2);
}

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

/* ==============================
   Payments Section
   ============================== */

.section-payments{
  position: relative;
  overflow: hidden;
  background: #0f0f0f;
}

.payments-head{
  text-align:center;
  max-width: 980px;
  margin: 0 auto 36px;
}

.payments-subtitle{
  margin: 0 auto;
  max-width: 900px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--color-gray);
}

.payments-badges{
  margin-top: 18px;
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
}

/* On-site text block */
.payments-onsite{
  max-width: 1150px;
  margin: 0 auto 28px;
  background: rgba(34,34,34,0.78);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0,0,0,0.35);
  padding: 22px;
}

.payments-h3{
  margin: 0 0 10px;
  font-size: 24px;
}

.payments-h3--center{
  text-align: center;
  margin-top: 34px;
}

.payments-onsite__lead{
  margin: 0 0 16px;
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
}

.payments-onsite__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.payments-onsite__note{
  margin-top: 16px;
  display:flex;
  gap:12px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
  font-size: 13px;
}

/* Online wrapper */
.payments-online{
  max-width: 1150px;
  margin: 0 auto;
}

/* Tabs */
.pm-tabs{
  display:flex;
  justify-content:center;
  gap: 10px;
  margin: 14px 0 14px;
}

.pm-tab-radio{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.pm-tab{
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.88);
  font-weight: 800;
  letter-spacing: 0.03em;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.pm-tab:hover{
  transform: translateY(-2px);
  border-color: rgba(255,0,0,0.25);
  box-shadow: 0 0 18px rgba(255,0,0,0.12);
}

#pmTabDeposit:checked + .pm-tab{
  background: rgba(255,0,0,0.14);
  border-color: rgba(255,0,0,0.25);
}

#pmTabWithdraw:checked + .pm-tab{
  background: rgba(255,0,0,0.14);
  border-color: rgba(255,0,0,0.25);
}

/* panels display control (fixed) */
.pm-panels .pm-panel { display: none; }

#pmTabDeposit:checked ~ label[for="pmTabDeposit"] { /* optional */ }
#pmTabWithdraw:checked ~ label[for="pmTabWithdraw"] { /* optional */ }

.payments-online:has(#pmTabDeposit:checked) #pmPanelDeposit { display: flex; }
.payments-online:has(#pmTabWithdraw:checked) #pmPanelWithdraw { display: flex; }

/* Centered dark table container (not full width) */
.pm-panel{
  display:flex;
  justify-content:center;
}

.pm-table{
  width: min(900px, 100%);
  background: rgba(18,18,18,0.92);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  overflow:hidden;
  box-shadow: 0 22px 70px rgba(0,0,0,0.40);
}

/* Rows */
.pm-row{
  display:grid;
  grid-template-columns: 1fr 220px;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.pm-row:nth-child(even){
  background: rgba(255,255,255,0.02);
}

.pm-row:last-child{
  border-bottom:none;
}

.pm-cell{
  display:flex;
  align-items:center;
}

.pm-method{
  gap: 12px;
  min-width: 0;
}

.pm-name{
  font-weight: 800;
  color: rgba(255,255,255,0.92);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pm-limit{
  justify-content: flex-end;
  font-weight: 900;
  color: rgba(255,255,255,0.86);
}

/* SVG icons: fixed size always */
.pm-ico{
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  background: rgba(255,0,0,0.12);
  border: 1px solid rgba(255,0,0,0.22);
  color: var(--color-red);
  flex: 0 0 auto;
}

.pm-icon{
  width: 18px;   
  height: 18px;  
  display:block;
}

.pm-icon rect,
.pm-icon circle{
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.note-icon .pm-icon{
  width: 18px;
  height: 18px;
}

/* After table info */
.payments-after{
  margin-top: 18px;
}

.payments-after__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.payments-after__note{
  margin-top: 14px;
  display:flex;
  gap:12px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 980px){
  .payments-onsite__grid,
  .payments-after__grid{
    grid-template-columns: 1fr;
  }

  .pm-row{
    grid-template-columns: 1fr;
  }

  .pm-limit{
    justify-content: flex-start;
    margin-left: 48px; /* aligns with icon column */
  }
}

@media (max-width: 640px){
  .payments-subtitle{ font-size: 16px; }
  .pm-tab{ width: 100%; max-width: 220px; }
}

/* ===== Payments: icon fix (no overlap) ===== */

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

.pm-ico{
  width: 58px;
  height: 58px;
  border-radius: 18px;
  flex: 0 0 58px;
}

.pm-ico img.pm-img{
  width: 34px !important;
  height: 34px !important;
}
.pm-name{
  display: block;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.15;
}

/* ===== Trust section: layout fix (no huge gaps) ===== */

.section-trust{
  background: transparent;     
  position: relative;
  overflow: hidden;
}

.section-trust,
.section-trust .container,
.section-trust .trust-grid{
  height: auto !important;
  min-height: 0 !important;
}

.trust-head{
  text-align: center;
  max-width: 980px;
  margin: 0 auto 34px;
}

.trust-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: start;
  margin-top: 0;
}

.trust-col{
  display: grid;
  gap: 18px;
}

.trust-panel{
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

.trust-footer{
  margin-top: 22px;
}

.trust-footer__box{
  max-width: 980px;
  margin: 0 auto;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
}

/* Responsive */
@media (max-width: 980px){
  .trust-grid{ grid-template-columns: 1fr; }
  .trust-head{ margin-bottom: 24px; }
}

/* ===== Trust: kill oversized decorative shapes ===== */

.trust-panel{
  position: relative;
  overflow: hidden; 
}

.trust-panel::before,
.trust-panel::after{
  content: none !important;
  display: none !important;
}

.trust-panel svg{
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.trust-icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255,0,0,0.12);
  border: 1px solid rgba(255,0,0,0.22);
  flex: 0 0 44px;
}

.trust-icon svg{
  width: 20px !important;
  height: 20px !important;
  display: block;
  fill: currentColor;
  color: #ff2a2a;
  opacity: 1 !important;
}

.trust-panel__header{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

/* ===== Trust: remove icons + add inner mini-badges + equal-height cards ===== */

.trust-panel__header{
  display: block;
  margin-bottom: 10px;
}

/* Mini-badges inside each card */
.trust-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.trust-tag{
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .02em;
  color: rgba(255,255,255,0.88);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

.trust-tag--outline{
  background: transparent;
  border-color: rgba(255,0,0,0.28);
  color: rgba(255,255,255,0.92);
}

/* Make columns stretch so cards can be equal height */
.trust-grid{
  align-items: stretch;
}

/* Each column = 2 fixed-height cards */
.trust-col{
  display: grid;
  gap: 18px;
  grid-template-rows: repeat(2, minmax(0, 1fr)); 
  align-items: stretch;
}

/* Card becomes a flexible container */
.trust-panel{
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Compact lists at bottom */
.trust-list--compact{
  margin-top: 14px;
}

/* If you want lists pushed down to align bottoms nicely */
.trust-panel .trust-list,
.trust-panel .trust-mini-grid{
  margin-top: 14px;
}

/* Let the first text blocks take space, and keep lower blocks aligned */
.trust-panel p{
  margin: 0 0 12px;
}

.trust-panel p:last-of-type{
  margin-bottom: 0;
}

/* Tighter provider badges row */
.badge-row--tight{
  gap: 8px;
  margin-top: 10px;
}

/* Mobile: no forced equal height (better readability) */
@media (max-width: 980px){
  .trust-col{
    grid-template-rows: none; /* снимаем фикс высоту */
  }
}

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

.section-faq{ position:relative; }

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

.faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:start;
}

.faq-col{
  display:grid;
  gap:14px;
}

.faq-item{
  border-radius:16px;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.08);
  overflow:hidden;
  transition:.25s ease;
}

.faq-q{
  width:100%;
  text-align:left;
  padding:18px 20px;
  font-size:16px;
  font-weight:600;
  color:#fff;
  background:transparent;
  border:none;
  cursor:pointer;
  position:relative;
}

.faq-q::after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  font-size:20px;
  color:#ff2a2a;
  transition:.25s;
}

.faq-item.active .faq-q::after{
  transform:translateY(-50%) rotate(45deg);
}

.faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
}

.faq-a p{
  padding:0 20px 18px;
  color:#ccc;
  line-height:1.6;
}

.faq-item.active{
  border-color:rgba(255,0,0,0.35);
  background:rgba(255,0,0,0.05);
}

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

/* ===== Reviews Slider ===== */

.section-reviews{ position: relative; }

.reviews-head{
  text-align: center;
  max-width: 980px;
  margin: 0 auto 34px;
}

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

.reviews-media{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
  min-height: 420px;
}

.reviews-img{
  width: 70%;
  height: 70%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.reviews-media__note{
  position: absolute;
  left: 18px;
  bottom: 18px;
  right: 18px;
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(0,0,0,0.50);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(8px);
}

.reviews-media__note strong{
  display:block;
  color:#fff;
  font-size: 15px;
  margin-bottom: 4px;
}

.reviews-media__note span{
  color: rgba(255,255,255,0.82);
  font-size: 13px;
}

.reviews-slider{
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 14px;
}

.reviews-card{
  border-radius: 20px;
  padding: 22px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
  min-height: 420px;
  display: flex;
  flex-direction: column;
}

.reviews-card.fade-out{ opacity: 0; transform: translateY(8px); }
.reviews-card.fade-in{ opacity: 1; transform: translateY(0); }
.reviews-card{ transition: .28s ease; }

.reviews-card__top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.reviews-type{
  display:inline-flex;
  align-items:center;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.90);
}
.reviews-type--onsite{ border-color: rgba(255,0,0,0.22); }
.reviews-type--online{ border-color: rgba(255,0,0,0.35); background: rgba(255,0,0,0.06); }

.reviews-h3{
  font-size: 20px;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.25;
}

.reviews-text{
  color: #cfcfcf;
  line-height: 1.7;
  margin: 0 0 16px;
  flex: 1;
}

.reviews-meta{
  display:flex;
  align-items:center;
  gap: 10px;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  margin-bottom: 12px;
}

.reviews-divider{
  width: 18px;
  height: 1px;
  background: rgba(255,255,255,0.16);
}

.reviews-tags{
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reviews-tag{
  display:inline-flex;
  align-items:center;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  color: rgba(255,255,255,0.88);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

/* Stars (pure CSS, no emoji) */
.reviews-stars{ display:flex; gap: 6px; }
.star{
  width: 12px; height: 12px;
  display:inline-block;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background: rgba(255,255,255,0.20);
}
.star.active{ background: rgba(255,0,0,0.75); }

/* Controls */
.reviews-controls{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
}

.reviews-btn{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  cursor: pointer;
  display:grid;
  place-items:center;
  transition: .2s ease;
}
.reviews-btn:hover{
  border-color: rgba(255,0,0,0.35);
  background: rgba(255,0,0,0.06);
}

.chev{
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255,255,255,0.80);
  border-bottom: 2px solid rgba(255,255,255,0.80);
  display:block;
}
.chev.left{ transform: rotate(135deg); }
.chev.right{ transform: rotate(-45deg); }

.reviews-dots{
  display:flex;
  gap: 10px;
  justify-content:center;
  flex: 1;
}

.reviews-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
  cursor:pointer;
  transition:.2s ease;
}
.reviews-dot.active{
  border-color: rgba(255,0,0,0.45);
  background: rgba(255,0,0,0.35);
}

/* Responsive */
@media (max-width: 980px){
  .reviews-layout{ grid-template-columns: 1fr; }
  .reviews-media{ min-height: 260px; }
  .reviews-card{ min-height: 340px; }
}

.reviews-media{
  display:flex;
  align-items:center;      
  justify-content:center;  
}

/* ===== Footer (solid / official-style) ===== */

.site-footer{
  background: #0b0b0b;
  color: rgba(255,255,255,0.86);
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-top{
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 1fr 1fr;
  gap: 26px;
  padding: 56px 0 38px;
}

.footer-brand{ min-width: 0; }

.footer-logo{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 14px;
}

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

.footer-desc{
  margin: 0 0 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.78);
  max-width: 560px;
}

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

.footer-badge{
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.88);
}

.footer-h3{
  margin: 6px 0 14px;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.02em;
}

.footer-links{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-links a{
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  transition: .2s ease;
}

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

.footer-note{
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.70);
  line-height: 1.7;
}

.footer-contact{
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.footer-contact__row{
  display: grid;
  gap: 6px;
}

.footer-label{
  font-size: 12px;
  color: rgba(255,255,255,0.58);
}

.footer-value{
  color: rgba(255,255,255,0.86);
  text-decoration: none;
}

a.footer-value:hover{ color: #fff; }

.footer-social{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}

.footer-social a{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: rgba(255,255,255,0.90);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  transition: .2s ease;
}

.footer-social a:hover{
  background: rgba(255,0,0,0.08);
  border-color: rgba(255,0,0,0.32);
}

/* Bottom bar */
.footer-bottom{
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 18px 0;
}

.footer-bottom__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-copy{
  margin: 0;
  color: rgba(255,255,255,0.70);
  font-size: 13px;
}

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

.footer-bottom__links a{
  color: rgba(255,255,255,0.70);
  text-decoration: none;
  font-size: 13px;
}

.footer-bottom__links a:hover{ color: #fff; }

/* Responsive */
@media (max-width: 980px){
  .footer-top{
    grid-template-columns: 1fr;
    padding: 44px 0 28px;
  }
  .footer-desc{ max-width: 100%; }
}

/* ===== Mobile hero overlap fix ===== */
@media (max-width: 768px){

  :root{
    --mobile-header-h: 84px; 
  }

  header,
  .header{
    z-index: 999;
  }

  .wrapper-header-content,
  .hero,
  .main-hero,
  .slider,
  .top-slider{
    padding-top: var(--mobile-header-h);
  }

  header .container,
  .header .container{
    min-height: var(--mobile-header-h);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #logo img{
    height: 34px;     
    width: auto;
    display: block;
  }

  .header .btn,
  header .btn,
  .header a.btn{
    padding: 10px 14px;
    font-size: 14px;
    border-radius: 12px;
    white-space: nowrap;
  }
}


/* ==============================
   About the Destination
   ============================== */

.section-about {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 12% 8%, rgba(255, 0, 0, 0.10), transparent 60%),
    radial-gradient(700px 420px at 88% 48%, rgba(255, 0, 0, 0.07), transparent 62%),
    #0f0f0f;
  color: var(--color-white);
}

.about-intro {
  max-width: 1050px;
  margin: 0 auto 52px;
}

.about-title {
  margin-bottom: 18px;
}

.about-lead {
  max-width: 960px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #d2d2d2;
}

.about-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: stretch;
  margin-bottom: 34px;
}

.about-media {
  position: relative;
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: #1b1b1b;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.about-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.72));
  pointer-events: none;
}

.about-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.about-media:hover img {
  transform: scale(1.04);
}

.about-content {
  padding: 34px;
  border-radius: 22px;
  background: rgba(34, 34, 34, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.about-eyebrow,
.about-detail-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.13);
  border: 1px solid rgba(255, 0, 0, 0.24);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-subtitle {
  margin-bottom: 18px;
  color: var(--color-white);
  font-size: 30px;
}

.about-content p,
.about-detail-card p {
  margin-bottom: 16px;
  color: #d0d0d0;
  line-height: 1.78;
}

.about-content p:last-child,
.about-detail-card p:last-child {
  margin-bottom: 0;
}

.about-content strong,
.about-detail-card strong {
  color: var(--color-white);
}

.about-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 22px;
  margin: 36px 0;
}

.about-fact-card {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 24px;
  border-radius: 18px;
  text-align: center;
  background: rgba(34, 34, 34, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.3);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.about-fact-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(420px 120px at 50% 0%, rgba(255, 0, 0, 0.22), transparent 66%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.about-fact-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 0, 0, 0.22),
    0 22px 65px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(255, 0, 0, 0.16);
}

.about-fact-card:hover::before {
  opacity: 1;
}

.about-fact-icon {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--color-red);
  background: rgba(255, 0, 0, 0.12);
  border: 1px solid rgba(255, 0, 0, 0.25);
}

.about-fact-icon i {
  font-size: 21px;
}

.about-fact-card h3,
.about-fact-card p {
  position: relative;
  z-index: 1;
}

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

.about-fact-card p {
  margin: 0;
  color: #cfcfcf;
  line-height: 1.68;
}

.about-detail-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
  align-items: stretch;
}

.about-detail-card {
  padding: 28px;
  border-radius: 20px;
  background: rgba(34, 34, 34, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 62px rgba(0, 0, 0, 0.32);
}

.about-detail-card--large {
  grid-row: span 2;
  background:
    radial-gradient(700px 220px at 20% 0%, rgba(255, 0, 0, 0.14), transparent 65%),
    rgba(34, 34, 34, 0.82);
}

.about-detail-card h3 {
  margin-bottom: 14px;
  font-size: 24px;
}

.about-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-feature-list li {
  position: relative;
  padding: 12px 0 12px 30px;
  color: #d0d0d0;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.about-feature-list li:last-child {
  border-bottom: none;
}

.about-feature-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--color-red);
  font-size: 13px;
}

/* Responsive */

@media (max-width: 1100px) {
  .about-layout,
  .about-detail-grid {
    grid-template-columns: 1fr;
  }

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

  .about-detail-card--large {
    grid-row: auto;
  }

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

@media (max-width: 700px) {
  .about-lead {
    font-size: 16px;
  }

  .about-content,
  .about-detail-card {
    padding: 22px;
  }

  .about-subtitle {
    font-size: 24px;
  }

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

  .about-media img {
    min-height: 320px;
  }
}

/* ==============================
   About the Destination
   ============================== */

.about-destination {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 12% 8%, rgba(255, 0, 0, 0.12), transparent 60%),
    radial-gradient(700px 420px at 90% 45%, rgba(255, 0, 0, 0.08), transparent 62%),
    #0f0f0f;
  color: var(--color-white);
}

.about-destination__head {
  max-width: 1050px;
  margin: 0 auto 54px;
}

.about-destination__head h2 {
  margin-bottom: 18px;
}

.about-destination__head p {
  max-width: 940px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #d0d0d0;
}

.about-destination__hero {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: stretch;
  margin-bottom: 30px;
}

.about-destination__image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 24px;
  background: #1b1b1b;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.about-destination__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.78));
}

.about-destination__image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-destination__image:hover img {
  transform: scale(1.05);
}

.about-destination__image-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.about-destination__image-badge span {
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  backdrop-filter: blur(8px);
}

.about-destination__content {
  padding: 36px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 0, 0, 0.06), transparent 40%),
    rgba(34, 34, 34, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.36);
}

.about-destination__label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-destination__content h3,
.about-feature-panel h3 {
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 1.15;
}

.about-destination__content p,
.about-feature-panel p,
.about-info-card p {
  color: #d0d0d0;
  line-height: 1.76;
}

.about-destination__content p {
  margin-bottom: 16px;
}

.about-destination__content p:last-child {
  margin-bottom: 0;
}

.about-destination__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 32px 0;
}

.about-stat {
  padding: 24px 18px;
  text-align: center;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-stat span {
  display: block;
  margin-bottom: 8px;
  color: var(--color-white);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.about-stat p {
  margin: 0;
  color: #c8c8c8;
  font-size: 14px;
  line-height: 1.5;
}

.about-destination__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.about-info-card {
  position: relative;
  overflow: hidden;
  padding: 26px 22px;
  border-radius: 20px;
  background: rgba(34, 34, 34, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.about-info-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(420px 130px at 50% 0%, rgba(255, 0, 0, 0.22), transparent 66%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.about-info-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 0, 0, 0.2),
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(255, 0, 0, 0.16);
}

.about-info-card:hover::before {
  opacity: 1;
}

.about-info-card__icon,
.about-info-card h3,
.about-info-card p {
  position: relative;
  z-index: 1;
}

.about-info-card__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 0, 0, 0.13);
  border: 1px solid rgba(255, 0, 0, 0.26);
  color: var(--color-red);
}

.about-info-card__icon i {
  font-size: 20px;
}

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

.about-info-card p {
  margin: 0;
  font-size: 15px;
}

.about-destination__bottom {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
}

.about-feature-panel {
  padding: 30px;
  border-radius: 22px;
  background: rgba(34, 34, 34, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.32);
}

.about-feature-panel--large {
  background:
    radial-gradient(720px 220px at 18% 0%, rgba(255, 0, 0, 0.15), transparent 65%),
    rgba(34, 34, 34, 0.84);
}

.about-feature-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-feature-panel li {
  position: relative;
  padding: 12px 0 12px 30px;
  color: #d0d0d0;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.about-feature-panel li:last-child {
  border-bottom: none;
}

.about-feature-panel li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--color-red);
  font-size: 13px;
}

/* Responsive */

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

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

@media (max-width: 992px) {
  .about-destination__hero,
  .about-destination__bottom {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .about-destination__head p {
    font-size: 16px;
  }

  .about-destination__content,
  .about-feature-panel {
    padding: 24px;
  }

  .about-destination__content h3,
  .about-feature-panel h3 {
    font-size: 24px;
  }

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

  .about-destination__image,
  .about-destination__image img {
    min-height: 320px;
  }
}


/* ==============================
   Locations / Halifax vs Sydney
   ============================== */

.section-locations {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 15% 10%, rgba(255, 0, 0, 0.11), transparent 60%),
    radial-gradient(780px 480px at 85% 55%, rgba(255, 0, 0, 0.07), transparent 65%),
    #111;
}

.locations-head {
  max-width: 980px;
  margin: 0 auto 50px;
}

.locations-head h2 {
  margin-bottom: 16px;
}

.locations-head p {
  max-width: 850px;
  margin: 0 auto;
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.75;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 26px;
}

.location-card {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border-radius: 26px;
  background: #1b1b1b;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.location-card__image {
  position: absolute;
  inset: 0;
}

.location-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.location-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.9)),
    radial-gradient(700px 360px at 20% 100%, rgba(255, 0, 0, 0.28), transparent 65%);
}

.location-card:hover .location-card__image img {
  transform: scale(1.06);
}

.location-card__content {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
}

.location-card__badge {
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.17);
  border: 1px solid rgba(255, 0, 0, 0.32);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.location-card h3 {
  margin-bottom: 14px;
  font-size: 42px;
}

.location-card p {
  max-width: 620px;
  margin-bottom: 20px;
  color: #d7d7d7;
  line-height: 1.72;
}

.location-features {
  display: grid;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.location-features li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 12px 13px;
  border-radius: 14px;
  color: #ededed;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.location-features li:hover {
  transform: translateX(6px);
  background: rgba(255, 0, 0, 0.14);
  border-color: rgba(255, 0, 0, 0.28);
}

.location-features i {
  width: 20px;
  margin-top: 3px;
  color: var(--color-red);
  text-align: center;
}

.locations-compare {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.compare-item {
  padding: 22px 18px;
  text-align: center;
  border-radius: 18px;
  background: rgba(34, 34, 34, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.compare-item span {
  display: block;
  margin-bottom: 8px;
  color: #bdbdbd;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.compare-item strong {
  display: block;
  color: var(--color-white);
  font-size: 22px;
}

/* Responsive */

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

  .location-card,
  .location-card__content {
    min-height: 560px;
  }
}

@media (max-width: 640px) {
  .locations-head p {
    font-size: 16px;
  }

  .location-card,
  .location-card__content {
    min-height: 520px;
  }

  .location-card__content {
    padding: 24px;
  }

  .location-card h3 {
    font-size: 32px;
  }
}

/* ==============================
   Locations / Halifax vs Sydney
   ============================== */

.section-locations {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 15% 10%, rgba(255, 0, 0, 0.11), transparent 60%),
    radial-gradient(780px 480px at 85% 55%, rgba(255, 0, 0, 0.07), transparent 65%),
    #111;
}

.locations-head {
  max-width: 980px;
  margin: 0 auto 50px;
}

.locations-head h2 {
  margin-bottom: 16px;
}

.locations-head p {
  max-width: 850px;
  margin: 0 auto;
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.75;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 26px;
}

.location-card {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  border-radius: 26px;
  background: #1b1b1b;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.location-card__image {
  position: absolute;
  inset: 0;
}

.location-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.location-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.92)),
    radial-gradient(700px 360px at 20% 100%, rgba(255, 0, 0, 0.28), transparent 65%);
}

.location-card:hover .location-card__image img {
  transform: scale(1.06);
}

.location-card__content {
  position: relative;
  z-index: 2;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
}

.location-card__badge {
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.17);
  border: 1px solid rgba(255, 0, 0, 0.32);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.location-card h3 {
  margin-bottom: 14px;
  font-size: 42px;
}

.location-card p {
  max-width: 620px;
  margin-bottom: 20px;
  color: #d7d7d7;
  line-height: 1.72;
}

.location-features {
  display: grid;
  gap: 10px;
  position: relative;
}

.location-feature {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 14px;
  border-radius: 15px;
  color: #ededed;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(8px);
  cursor: default;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.location-feature:hover {
  transform: translateX(6px);
  background: rgba(255, 0, 0, 0.14);
  border-color: rgba(255, 0, 0, 0.30);
  box-shadow: 0 0 24px rgba(255, 0, 0, 0.15);
}

.location-feature__icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(255, 0, 0, 0.16);
  border: 1px solid rgba(255, 0, 0, 0.32);
  color: var(--color-white);
}

.location-feature__icon i {
  font-size: 15px;
  line-height: 1;
}

.location-feature__text {
  padding-top: 5px;
  font-weight: 700;
  line-height: 1.4;
}

.location-feature__popup {
  position: absolute;
  left: 58px;
  bottom: calc(100% + 10px);
  z-index: 20;
  width: min(340px, calc(100vw - 70px));
  padding: 16px 16px 15px;
  border-radius: 16px;
  background: rgba(18, 18, 18, 0.96);
  border: 1px solid rgba(255, 0, 0, 0.30);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.45),
    0 0 28px rgba(255, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
  pointer-events: none;
}

.location-feature__popup::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: -8px;
  width: 14px;
  height: 14px;
  background: rgba(18, 18, 18, 0.96);
  border-right: 1px solid rgba(255, 0, 0, 0.30);
  border-bottom: 1px solid rgba(255, 0, 0, 0.30);
  transform: rotate(45deg);
}

.location-feature:hover .location-feature__popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.location-feature__popup strong {
  display: block;
  margin-bottom: 7px;
  color: var(--color-white);
  font-size: 15px;
  line-height: 1.3;
}

.location-feature__popup p {
  margin: 0;
  color: #d1d1d1;
  font-size: 13px;
  line-height: 1.6;
}

.locations-compare {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.compare-item {
  padding: 22px 18px;
  text-align: center;
  border-radius: 18px;
  background: rgba(34, 34, 34, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.compare-item span {
  display: block;
  margin-bottom: 8px;
  color: #bdbdbd;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.compare-item strong {
  display: block;
  color: var(--color-white);
  font-size: 22px;
}

/* Responsive */

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

  .location-card,
  .location-card__content {
    min-height: 620px;
  }
}

@media (max-width: 640px) {
  .locations-head p {
    font-size: 16px;
  }

  .location-card,
  .location-card__content {
    min-height: 620px;
  }

  .location-card__content {
    padding: 24px;
  }

  .location-card h3 {
    font-size: 32px;
  }

  .location-feature {
    padding: 12px;
  }

  .location-feature__popup {
    left: 0;
    bottom: calc(100% + 10px);
    width: 100%;
  }
}


/* ==============================
   Casino Floor Experience
   ============================== */

.section-gaming-experience {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 12% 8%, rgba(255, 0, 0, 0.13), transparent 62%),
    radial-gradient(720px 460px at 88% 50%, rgba(255, 0, 0, 0.08), transparent 64%),
    linear-gradient(180deg, #0f0f0f 0%, #141414 100%);
  color: var(--color-white);
}

.gaming-experience-head {
  max-width: 1030px;
  margin: 0 auto 52px;
}

.gaming-experience-head h2 {
  margin-bottom: 16px;
}

.gaming-experience-head p {
  max-width: 900px;
  margin: 0 auto;
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.78;
}

.gaming-experience-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.gaming-experience-main,
.gaming-experience-panel,
.gaming-zone-card,
.gaming-bottom-card {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(34, 34, 34, 0.82);
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.32);
}

.gaming-experience-main {
  padding: 36px;
  border-radius: 24px;
  background:
    radial-gradient(720px 240px at 18% 0%, rgba(255, 0, 0, 0.16), transparent 68%),
    rgba(34, 34, 34, 0.84);
}

.gaming-experience-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gaming-experience-main h3 {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.15;
}

.gaming-experience-main p {
  margin-bottom: 16px;
  color: #d0d0d0;
  line-height: 1.78;
}

.gaming-experience-main p:last-child {
  margin-bottom: 0;
}

.gaming-experience-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
}

.gaming-mini-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 120px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gaming-mini-stat strong {
  display: block;
  margin-bottom: 8px;
  color: var(--color-white);
  font-size: 30px;
  line-height: 1;
}

.gaming-mini-stat span {
  color: #cfcfcf;
  line-height: 1.5;
}

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

.gaming-zone-card {
  position: relative;
  min-height: 250px;
  padding: 28px 24px;
  border-radius: 22px;
  overflow: visible;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.gaming-zone-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: radial-gradient(420px 130px at 50% 0%, rgba(255, 0, 0, 0.20), transparent 66%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.gaming-zone-card:hover {
  z-index: 8;
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 0, 0, 0.20),
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(255, 0, 0, 0.16);
}

.gaming-zone-card:hover::before {
  opacity: 1;
}

.gaming-zone-icon,
.gaming-zone-card h3,
.gaming-zone-card p {
  position: relative;
  z-index: 1;
}

.gaming-zone-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 17px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
}

.gaming-zone-icon i {
  font-size: 21px;
}

.gaming-zone-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.gaming-zone-card p {
  margin: 0;
  color: #d0d0d0;
  line-height: 1.68;
}

.gaming-zone-popup {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: calc(100% + 12px);
  z-index: 12;
  padding: 17px 17px 16px;
  border-radius: 17px;
  background: rgba(18, 18, 18, 0.97);
  border: 1px solid rgba(255, 0, 0, 0.32);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.45),
    0 0 28px rgba(255, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
  pointer-events: none;
}

.gaming-zone-popup::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -8px;
  width: 14px;
  height: 14px;
  background: rgba(18, 18, 18, 0.97);
  border-right: 1px solid rgba(255, 0, 0, 0.32);
  border-bottom: 1px solid rgba(255, 0, 0, 0.32);
  transform: rotate(45deg);
}

.gaming-zone-card:hover .gaming-zone-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gaming-zone-popup strong {
  display: block;
  margin-bottom: 7px;
  color: var(--color-white);
  font-size: 15px;
}

.gaming-zone-popup p {
  margin: 0;
  color: #d1d1d1;
  font-size: 13px;
  line-height: 1.6;
}

.gaming-experience-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gaming-bottom-card {
  padding: 24px 22px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 0, 0, 0.08), transparent 55%),
    rgba(34, 34, 34, 0.82);
}

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

.gaming-bottom-card strong {
  display: block;
  color: var(--color-white);
  font-size: 20px;
  line-height: 1.4;
}

/* Responsive */

@media (max-width: 1100px) {
  .gaming-experience-layout,
  .gaming-zones-grid,
  .gaming-experience-bottom {
    grid-template-columns: 1fr;
  }

  .gaming-zone-popup {
    left: 18px;
    right: 18px;
  }
}

@media (max-width: 640px) {
  .gaming-experience-head p {
    font-size: 16px;
  }

  .gaming-experience-main,
  .gaming-experience-panel,
  .gaming-zone-card,
  .gaming-bottom-card {
    padding: 24px;
  }

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

  .gaming-zone-card {
    min-height: auto;
  }

  .gaming-zone-popup {
    position: static;
    margin-top: 14px;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .gaming-zone-popup::after {
    display: none;
  }
}


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

.section-slots {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(950px 560px at 12% 8%, rgba(255, 0, 0, 0.14), transparent 62%),
    radial-gradient(780px 480px at 88% 52%, rgba(255, 0, 0, 0.08), transparent 65%),
    linear-gradient(180deg, #101010 0%, #151515 100%);
  color: var(--color-white);
}

.slots-head {
  max-width: 1050px;
  margin: 0 auto 52px;
}

.slots-head h2 {
  margin-bottom: 16px;
}

.slots-head p {
  max-width: 930px;
  margin: 0 auto;
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.78;
}

.slots-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.slots-hero__main,
.slots-hero__stats,
.slot-category-card,
.slots-arrivals-panel,
.slots-bottom-card {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(34, 34, 34, 0.82);
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.32);
}

.slots-hero__main {
  padding: 38px;
  border-radius: 24px;
  background:
    radial-gradient(760px 250px at 18% 0%, rgba(255, 0, 0, 0.17), transparent 68%),
    rgba(34, 34, 34, 0.84);
}

.slots-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.slots-hero__main h3,
.slots-arrivals-content h3 {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.15;
}

.slots-hero__main p,
.slot-category-card p,
.slots-arrivals-content p,
.arrival-item span {
  color: #d0d0d0;
  line-height: 1.76;
}

.slots-hero__main p {
  margin-bottom: 16px;
}

.slots-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.slots-hero__tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #eeeeee;
  font-size: 13px;
  font-weight: 700;
}

.slots-hero__stats {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
}

.slots-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 112px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.slots-stat--accent {
  background:
    radial-gradient(360px 130px at 20% 0%, rgba(255, 0, 0, 0.22), transparent 68%),
    rgba(0, 0, 0, 0.32);
  border-color: rgba(255, 0, 0, 0.28);
}

.slots-stat strong {
  display: block;
  margin-bottom: 8px;
  color: var(--color-white);
  font-size: 34px;
  line-height: 1;
}

.slots-stat span {
  color: #cfcfcf;
  line-height: 1.5;
}

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

.slot-category-card {
  position: relative;
  min-height: 275px;
  padding: 28px 24px;
  border-radius: 22px;
  overflow: visible;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.slot-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: radial-gradient(420px 130px at 50% 0%, rgba(255, 0, 0, 0.20), transparent 66%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.slot-category-card:hover {
  z-index: 8;
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 0, 0, 0.20),
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(255, 0, 0, 0.16);
}

.slot-category-card:hover::before {
  opacity: 1;
}

.slot-category-icon,
.slot-category-card h3,
.slot-category-card p {
  position: relative;
  z-index: 1;
}

.slot-category-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 17px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
}

.slot-category-icon i {
  font-size: 21px;
}

.slot-category-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.slot-category-card p {
  margin: 0;
}

.slot-category-popup {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: calc(100% + 12px);
  z-index: 12;
  padding: 17px 17px 16px;
  border-radius: 17px;
  background: rgba(18, 18, 18, 0.97);
  border: 1px solid rgba(255, 0, 0, 0.32);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.45),
    0 0 28px rgba(255, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
  pointer-events: none;
}

.slot-category-popup::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -8px;
  width: 14px;
  height: 14px;
  background: rgba(18, 18, 18, 0.97);
  border-right: 1px solid rgba(255, 0, 0, 0.32);
  border-bottom: 1px solid rgba(255, 0, 0, 0.32);
  transform: rotate(45deg);
}

.slot-category-card:hover .slot-category-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.slot-category-popup strong {
  display: block;
  margin-bottom: 7px;
  color: var(--color-white);
  font-size: 15px;
}

.slot-category-popup p {
  margin: 0;
  color: #d1d1d1;
  font-size: 13px;
  line-height: 1.6;
}

.slots-arrivals-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
  padding: 30px;
  border-radius: 24px;
  margin-bottom: 28px;
  background:
    radial-gradient(760px 240px at 18% 0%, rgba(255, 0, 0, 0.16), transparent 68%),
    rgba(34, 34, 34, 0.84);
}

.slots-arrivals-content p {
  margin: 0;
}

.slots-arrivals-list {
  display: grid;
  gap: 14px;
}

.arrival-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.arrival-item i {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
}

.arrival-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--color-white);
  font-size: 17px;
}

.arrival-item span {
  display: block;
  font-size: 14px;
}

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

.slots-bottom-card {
  padding: 24px 22px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 0, 0, 0.08), transparent 55%),
    rgba(34, 34, 34, 0.82);
}

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

.slots-bottom-card strong {
  display: block;
  color: var(--color-white);
  font-size: 20px;
  line-height: 1.4;
}

/* Responsive */

@media (max-width: 1100px) {
  .slots-hero,
  .slots-categories,
  .slots-arrivals-panel,
  .slots-bottom-grid {
    grid-template-columns: 1fr;
  }

  .slot-category-popup {
    left: 18px;
    right: 18px;
  }
}

@media (max-width: 640px) {
  .slots-head p {
    font-size: 16px;
  }

  .slots-hero__main,
  .slots-hero__stats,
  .slot-category-card,
  .slots-arrivals-panel,
  .slots-bottom-card {
    padding: 24px;
  }

  .slots-hero__main h3,
  .slots-arrivals-content h3 {
    font-size: 25px;
  }

  .slot-category-card {
    min-height: auto;
  }

  .slot-category-popup {
    position: static;
    margin-top: 14px;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .slot-category-popup::after {
    display: none;
  }

  .arrival-item {
    flex-direction: column;
  }
}

/* ==============================
   Live Table Games & Poker
   ============================== */

.section-table-games {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(920px 540px at 14% 10%, rgba(255, 0, 0, 0.13), transparent 62%),
    radial-gradient(760px 460px at 88% 50%, rgba(255, 0, 0, 0.08), transparent 65%),
    linear-gradient(180deg, #101010 0%, #151515 100%);
  color: var(--color-white);
}

.table-games-head {
  max-width: 1050px;
  margin: 0 auto 52px;
}

.table-games-head h2 {
  margin-bottom: 16px;
}

.table-games-head p {
  max-width: 930px;
  margin: 0 auto;
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.78;
}

.table-games-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.table-games-main,
.table-games-side,
.table-game-card,
.table-bottom-panel {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(34, 34, 34, 0.82);
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.32);
}

.table-games-main {
  padding: 38px;
  border-radius: 24px;
  background:
    radial-gradient(760px 250px at 18% 0%, rgba(255, 0, 0, 0.17), transparent 68%),
    rgba(34, 34, 34, 0.84);
}

.table-games-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.table-games-main h3,
.table-bottom-panel h3 {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.15;
}

.table-games-main p,
.table-game-card p,
.table-bottom-panel p {
  color: #d0d0d0;
  line-height: 1.76;
}

.table-games-main p {
  margin-bottom: 16px;
}

.table-games-main p:last-child {
  margin-bottom: 0;
}

.table-games-main strong,
.table-bottom-panel strong {
  color: var(--color-white);
}

.table-games-side {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
}

.table-side-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 118px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.table-side-card--accent {
  background:
    radial-gradient(360px 130px at 20% 0%, rgba(255, 0, 0, 0.22), transparent 68%),
    rgba(0, 0, 0, 0.32);
  border-color: rgba(255, 0, 0, 0.28);
}

.table-side-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--color-white);
  font-size: 28px;
  line-height: 1;
}

.table-side-card span {
  color: #cfcfcf;
  line-height: 1.5;
}

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

.table-game-card {
  position: relative;
  min-height: 270px;
  padding: 28px 24px;
  border-radius: 22px;
  overflow: visible;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.table-game-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: radial-gradient(420px 130px at 50% 0%, rgba(255, 0, 0, 0.20), transparent 66%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.table-game-card:hover {
  z-index: 8;
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 0, 0, 0.20),
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(255, 0, 0, 0.16);
}

.table-game-card:hover::before {
  opacity: 1;
}

.table-game-card--highlight {
  border-color: rgba(255, 0, 0, 0.24);
}

.table-game-icon,
.table-game-card h3,
.table-game-card p {
  position: relative;
  z-index: 1;
}

.table-game-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 17px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
}

.table-game-icon i {
  font-size: 21px;
}

.table-game-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.table-game-card p {
  margin: 0;
}

.table-game-popup {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: calc(100% + 12px);
  z-index: 12;
  padding: 17px 17px 16px;
  border-radius: 17px;
  background: rgba(18, 18, 18, 0.97);
  border: 1px solid rgba(255, 0, 0, 0.32);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.45),
    0 0 28px rgba(255, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
  pointer-events: none;
}

.table-game-popup::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -8px;
  width: 14px;
  height: 14px;
  background: rgba(18, 18, 18, 0.97);
  border-right: 1px solid rgba(255, 0, 0, 0.32);
  border-bottom: 1px solid rgba(255, 0, 0, 0.32);
  transform: rotate(45deg);
}

.table-game-card:hover .table-game-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.table-game-popup strong {
  display: block;
  margin-bottom: 7px;
  color: var(--color-white);
  font-size: 15px;
}

.table-game-popup p {
  margin: 0;
  color: #d1d1d1;
  font-size: 13px;
  line-height: 1.6;
}

.table-games-bottom {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
}

.table-bottom-panel {
  padding: 30px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 0, 0, 0.08), transparent 55%),
    rgba(34, 34, 34, 0.82);
}

.table-bottom-panel--large {
  background:
    radial-gradient(720px 220px at 18% 0%, rgba(255, 0, 0, 0.15), transparent 65%),
    rgba(34, 34, 34, 0.84);
}

.table-bottom-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table-bottom-panel li {
  position: relative;
  padding: 12px 0 12px 30px;
  color: #d0d0d0;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.table-bottom-panel li:last-child {
  border-bottom: none;
}

.table-bottom-panel li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--color-red);
  font-size: 13px;
}

/* Responsive */

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

  .table-game-popup {
    left: 18px;
    right: 18px;
  }
}

@media (max-width: 640px) {
  .table-games-head p {
    font-size: 16px;
  }

  .table-games-main,
  .table-games-side,
  .table-game-card,
  .table-bottom-panel {
    padding: 24px;
  }

  .table-games-main h3,
  .table-bottom-panel h3 {
    font-size: 25px;
  }

  .table-game-card {
    min-height: auto;
  }

  .table-game-popup {
    position: static;
    margin-top: 14px;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .table-game-popup::after {
    display: none;
  }
}


/* ==============================
   Live Table Games & Poker
   ============================== */

.section-table-games {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(920px 540px at 14% 10%, rgba(255, 0, 0, 0.13), transparent 62%),
    radial-gradient(760px 460px at 88% 50%, rgba(255, 0, 0, 0.08), transparent 65%),
    linear-gradient(180deg, #101010 0%, #151515 100%);
  color: var(--color-white);
}

.table-games-head {
  max-width: 1050px;
  margin: 0 auto 52px;
}

.table-games-head h2 {
  margin-bottom: 16px;
}

.table-games-head p {
  max-width: 930px;
  margin: 0 auto;
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.78;
}

.table-games-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.table-games-main,
.table-games-side,
.table-game-card,
.table-bottom-panel {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(34, 34, 34, 0.82);
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.32);
}

.table-games-main {
  padding: 38px;
  border-radius: 24px;
  background:
    radial-gradient(760px 250px at 18% 0%, rgba(255, 0, 0, 0.17), transparent 68%),
    rgba(34, 34, 34, 0.84);
}

.table-games-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.table-games-main h3,
.table-bottom-panel h3 {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.15;
}

.table-games-main p,
.table-game-card p,
.table-bottom-panel p {
  color: #d0d0d0;
  line-height: 1.76;
}

.table-games-main p {
  margin-bottom: 16px;
}

.table-games-main p:last-child {
  margin-bottom: 0;
}

.table-games-main strong,
.table-bottom-panel strong {
  color: var(--color-white);
}

.table-games-side {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
}

.table-side-card {
  min-height: 118px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.table-side-card i {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 17px;
}

.table-side-card--accent {
  background:
    radial-gradient(360px 130px at 20% 0%, rgba(255, 0, 0, 0.22), transparent 68%),
    rgba(0, 0, 0, 0.32);
  border-color: rgba(255, 0, 0, 0.28);
}

.table-side-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--color-white);
  font-size: 26px;
  line-height: 1;
}

.table-side-card span {
  color: #cfcfcf;
  line-height: 1.5;
}

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

.table-game-card {
  position: relative;
  min-height: 285px;
  padding: 28px 24px;
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.table-game-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: radial-gradient(420px 130px at 50% 0%, rgba(255, 0, 0, 0.20), transparent 66%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.table-game-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 0, 0, 0.20),
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(255, 0, 0, 0.16);
}

.table-game-card:hover::before {
  opacity: 1;
}

.table-game-card--highlight {
  border-color: rgba(255, 0, 0, 0.26);
}

.table-game-card--wide {
  grid-column: span 3;
  min-height: auto;
  display: grid;
  grid-template-columns: 70px 170px 1fr;
  gap: 18px;
  align-items: center;
}

.table-game-icon,
.table-game-card h3,
.table-game-card p,
.table-game-tag {
  position: relative;
  z-index: 1;
}

.table-game-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
}

.table-game-icon i {
  font-size: 22px;
}

.table-game-tag {
  display: inline-block;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #dddddd;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.table-game-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.table-game-card p {
  margin: 0;
}

.table-game-card--wide .table-game-icon,
.table-game-card--wide .table-game-tag,
.table-game-card--wide h3 {
  margin-bottom: 0;
}

.table-games-bottom {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
}

.table-bottom-panel {
  padding: 30px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 0, 0, 0.08), transparent 55%),
    rgba(34, 34, 34, 0.82);
}

.table-bottom-panel--large {
  background:
    radial-gradient(720px 220px at 18% 0%, rgba(255, 0, 0, 0.15), transparent 65%),
    rgba(34, 34, 34, 0.84);
}

.table-bottom-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table-bottom-panel li {
  position: relative;
  padding: 12px 0 12px 30px;
  color: #d0d0d0;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.table-bottom-panel li:last-child {
  border-bottom: none;
}

.table-bottom-panel li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--color-red);
  font-size: 13px;
}

/* Responsive */

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

  .table-game-card--wide {
    grid-column: auto;
    display: block;
  }

  .table-game-card--wide .table-game-icon {
    margin-bottom: 16px;
  }

  .table-game-card--wide .table-game-tag {
    margin-bottom: 12px;
  }

  .table-game-card--wide h3 {
    margin-bottom: 12px;
  }
}

@media (max-width: 640px) {
  .table-games-head p {
    font-size: 16px;
  }

  .table-games-main,
  .table-games-side,
  .table-game-card,
  .table-bottom-panel {
    padding: 24px;
  }

  .table-games-main h3,
  .table-bottom-panel h3 {
    font-size: 25px;
  }

  .table-game-card {
    min-height: auto;
  }
}

/* ==============================
   Live Table Games & Poker
   ============================== */

.section-table-games {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(920px 540px at 14% 10%, rgba(255, 0, 0, 0.13), transparent 62%),
    radial-gradient(760px 460px at 88% 50%, rgba(255, 0, 0, 0.08), transparent 65%),
    linear-gradient(180deg, #101010 0%, #151515 100%);
  color: var(--color-white);
}

.table-games-head {
  max-width: 1050px;
  margin: 0 auto 52px;
}

.table-games-head h2 {
  margin-bottom: 16px;
}

.table-games-head p {
  max-width: 930px;
  margin: 0 auto;
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.78;
}

.table-games-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.table-games-main,
.table-games-side,
.table-game-card,
.table-bottom-panel {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(34, 34, 34, 0.82);
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.32);
}

.table-games-main {
  padding: 38px;
  border-radius: 24px;
  background:
    radial-gradient(760px 250px at 18% 0%, rgba(255, 0, 0, 0.17), transparent 68%),
    rgba(34, 34, 34, 0.84);
}

.table-games-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.table-games-main h3,
.table-bottom-panel h3 {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.15;
}

.table-games-main p,
.table-game-card p,
.table-bottom-panel p {
  color: #d0d0d0;
  line-height: 1.76;
}

.table-games-main p {
  margin-bottom: 16px;
}

.table-games-main p:last-child {
  margin-bottom: 0;
}

.table-games-main strong,
.table-bottom-panel strong {
  color: var(--color-white);
}

.table-games-side {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
}

.table-side-card {
  min-height: 118px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.table-side-card i {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 17px;
}

.table-side-card--accent {
  background:
    radial-gradient(360px 130px at 20% 0%, rgba(255, 0, 0, 0.22), transparent 68%),
    rgba(0, 0, 0, 0.32);
  border-color: rgba(255, 0, 0, 0.28);
}

.table-side-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--color-white);
  font-size: 26px;
  line-height: 1;
}

.table-side-card span {
  color: #cfcfcf;
  line-height: 1.5;
}

/* Table game cards */

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

.table-game-card {
  position: relative;
  min-height: 285px;
  padding: 28px 24px;
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.table-game-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: radial-gradient(420px 130px at 50% 0%, rgba(255, 0, 0, 0.20), transparent 66%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.table-game-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 0, 0, 0.20),
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(255, 0, 0, 0.16);
}

.table-game-card:hover::before {
  opacity: 1;
}

.table-game-card--highlight {
  border-color: rgba(255, 0, 0, 0.26);
}

.table-game-icon,
.table-game-card h3,
.table-game-card p,
.table-game-tag {
  position: relative;
  z-index: 1;
}

.table-game-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
}

.table-game-icon i {
  font-size: 22px;
}

.table-game-tag {
  display: inline-block;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #dddddd;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.table-game-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.table-game-card p {
  margin: 0;
}

/* Premium full-width card */

.table-game-card--premium {
  grid-column: span 3;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 30px;
  background:
    radial-gradient(620px 180px at 10% 0%, rgba(255, 0, 0, 0.18), transparent 68%),
    rgba(34, 34, 34, 0.84);
  border-color: rgba(255, 0, 0, 0.26);
}

.table-game-card--premium .table-game-icon {
  margin-bottom: 0;
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  border-radius: 20px;
}

.table-game-card--premium .table-game-card__content {
  flex: 1;
}

.table-game-card--premium .table-game-tag {
  margin-bottom: 10px;
}

.table-game-card--premium h3 {
  margin-bottom: 10px;
}

/* Bottom panels */

.table-games-bottom {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
}

.table-bottom-panel {
  padding: 30px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 0, 0, 0.08), transparent 55%),
    rgba(34, 34, 34, 0.82);
}

.table-bottom-panel--large {
  background:
    radial-gradient(720px 220px at 18% 0%, rgba(255, 0, 0, 0.15), transparent 65%),
    rgba(34, 34, 34, 0.84);
}

.table-bottom-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table-bottom-panel li {
  position: relative;
  padding: 12px 0 12px 30px;
  color: #d0d0d0;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.table-bottom-panel li:last-child {
  border-bottom: none;
}

.table-bottom-panel li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--color-red);
  font-size: 13px;
}

/* Responsive */

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

  .table-game-card--premium {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .table-games-head p {
    font-size: 16px;
  }

  .table-games-main,
  .table-games-side,
  .table-game-card,
  .table-bottom-panel {
    padding: 24px;
  }

  .table-games-main h3,
  .table-bottom-panel h3 {
    font-size: 25px;
  }

  .table-game-card {
    min-height: auto;
  }

  .table-game-card--premium {
    display: block;
  }

  .table-game-card--premium .table-game-icon {
    margin-bottom: 16px;
  }
}


/* ==============================
   Electronic Table Games
   ============================== */

.section-electronic-games {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 12% 8%, rgba(255, 0, 0, 0.12), transparent 62%),
    radial-gradient(760px 460px at 90% 48%, rgba(255, 0, 0, 0.08), transparent 65%),
    linear-gradient(180deg, #0f0f0f 0%, #151515 100%);
  color: var(--color-white);
}

.electronic-head {
  max-width: 1030px;
  margin: 0 auto 52px;
}

.electronic-head h2 {
  margin-bottom: 16px;
}

.electronic-head p {
  max-width: 900px;
  margin: 0 auto;
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.78;
}

.electronic-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  margin-bottom: 28px;
}

.electronic-main,
.electronic-side,
.electronic-game-card,
.electronic-compare-card {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(34, 34, 34, 0.82);
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.32);
}

.electronic-main {
  padding: 38px;
  border-radius: 24px;
  background:
    radial-gradient(760px 250px at 18% 0%, rgba(255, 0, 0, 0.17), transparent 68%),
    rgba(34, 34, 34, 0.84);
}

.electronic-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.electronic-main h3 {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.15;
}

.electronic-main p,
.electronic-game-card p,
.electronic-compare-card p {
  color: #d0d0d0;
  line-height: 1.76;
}

.electronic-main p {
  margin-bottom: 16px;
}

.electronic-main p:last-child {
  margin-bottom: 0;
}

.electronic-side {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
}

.electronic-side-card {
  min-height: 118px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.electronic-side-card i {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 17px;
}

.electronic-side-card--accent {
  background:
    radial-gradient(360px 130px at 20% 0%, rgba(255, 0, 0, 0.22), transparent 68%),
    rgba(0, 0, 0, 0.32);
  border-color: rgba(255, 0, 0, 0.28);
}

.electronic-side-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--color-white);
  font-size: 26px;
  line-height: 1;
}

.electronic-side-card span {
  color: #cfcfcf;
  line-height: 1.5;
}

.electronic-games-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.electronic-game-card {
  position: relative;
  min-height: 300px;
  padding: 28px 24px;
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.electronic-game-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: radial-gradient(420px 130px at 50% 0%, rgba(255, 0, 0, 0.20), transparent 66%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.electronic-game-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 0, 0, 0.20),
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(255, 0, 0, 0.16);
}

.electronic-game-card:hover::before {
  opacity: 1;
}

.electronic-game-icon,
.electronic-game-tag,
.electronic-game-card h3,
.electronic-game-card p {
  position: relative;
  z-index: 1;
}

.electronic-game-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
}

.electronic-game-icon i {
  font-size: 22px;
}

.electronic-game-tag {
  display: inline-block;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #dddddd;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.electronic-game-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.electronic-game-card p {
  margin: 0;
}

.electronic-compare {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.electronic-compare-card {
  padding: 26px 24px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 0, 0, 0.08), transparent 55%),
    rgba(34, 34, 34, 0.82);
}

.electronic-compare-card i {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 19px;
}

.electronic-compare-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.electronic-compare-card p {
  margin: 0;
}

/* Responsive */

@media (max-width: 1100px) {
  .electronic-hero,
  .electronic-games-grid,
  .electronic-compare {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .electronic-head p {
    font-size: 16px;
  }

  .electronic-main,
  .electronic-side,
  .electronic-game-card,
  .electronic-compare-card {
    padding: 24px;
  }

  .electronic-main h3 {
    font-size: 25px;
  }

  .electronic-game-card {
    min-height: auto;
  }
}


/* ==============================
   Jackpots & Winning Opportunities
   ============================== */

.section-jackpots {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(920px 540px at 14% 10%, rgba(255, 0, 0, 0.13), transparent 62%),
    radial-gradient(760px 460px at 88% 52%, rgba(255, 0, 0, 0.08), transparent 65%),
    linear-gradient(180deg, #101010 0%, #151515 100%);
  color: var(--color-white);
}

.jackpots-head {
  max-width: 1060px;
  margin: 0 auto 52px;
}

.jackpots-head h2 {
  margin-bottom: 16px;
}

.jackpots-head p {
  max-width: 940px;
  margin: 0 auto;
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.78;
}

.jackpots-hero {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.jackpots-hero__media,
.jackpots-hero__content,
.jackpot-card,
.jackpots-showcase,
.jackpots-bottom-card {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(34, 34, 34, 0.82);
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.32);
}

.jackpots-hero__media {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 24px;
}

.jackpots-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.34)),
    radial-gradient(520px 220px at 20% 100%, rgba(255, 0, 0, 0.20), transparent 70%);
}

.jackpots-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jackpots-hero__content {
  padding: 38px;
  border-radius: 24px;
  background:
    radial-gradient(760px 250px at 18% 0%, rgba(255, 0, 0, 0.17), transparent 68%),
    rgba(34, 34, 34, 0.84);
}

.jackpots-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jackpots-hero__content h3,
.jackpots-showcase__content h3,
.jackpots-bottom-card h3 {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.15;
}

.jackpots-hero__content p,
.jackpot-card p,
.jackpots-showcase__content p,
.jackpots-bottom-card p {
  color: #d0d0d0;
  line-height: 1.76;
}

.jackpots-hero__content p {
  margin-bottom: 16px;
}

.jackpots-hero__content p:last-child {
  margin-bottom: 0;
}

/* Jackpot cards */

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

.jackpot-card {
  position: relative;
  min-height: 290px;
  padding: 28px 24px;
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.jackpot-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: radial-gradient(420px 130px at 50% 0%, rgba(255, 0, 0, 0.20), transparent 66%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.jackpot-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 0, 0, 0.20),
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(255, 0, 0, 0.16);
}

.jackpot-card:hover::before {
  opacity: 1;
}

.jackpot-card__icon,
.jackpot-card__tag,
.jackpot-card h3,
.jackpot-card p {
  position: relative;
  z-index: 1;
}

.jackpot-card__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
}

.jackpot-card__icon i {
  font-size: 22px;
}

.jackpot-card__tag {
  display: inline-block;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #dddddd;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.jackpot-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.jackpot-card p {
  margin: 0;
}

/* Showcase */

.jackpots-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
  padding: 30px;
  border-radius: 24px;
  margin-bottom: 28px;
  background:
    radial-gradient(760px 240px at 18% 0%, rgba(255, 0, 0, 0.16), transparent 68%),
    rgba(34, 34, 34, 0.84);
}

.jackpots-showcase__content p {
  margin: 0;
}

.jackpots-showcase__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.jackpot-mini-card {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.jackpot-mini-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.jackpot-mini-card__body {
  padding: 16px;
}

.jackpot-mini-card__body strong {
  display: block;
  margin-bottom: 6px;
  color: var(--color-white);
  font-size: 17px;
}

.jackpot-mini-card__body span {
  display: block;
  color: #d0d0d0;
  line-height: 1.6;
  font-size: 14px;
}

/* Bottom */

.jackpots-bottom {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
}

.jackpots-bottom-card {
  padding: 30px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 0, 0, 0.08), transparent 55%),
    rgba(34, 34, 34, 0.82);
}

.jackpots-bottom-card--large {
  background:
    radial-gradient(720px 220px at 18% 0%, rgba(255, 0, 0, 0.15), transparent 65%),
    rgba(34, 34, 34, 0.84);
}

.jackpots-bottom-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jackpots-bottom-card li {
  position: relative;
  padding: 12px 0 12px 30px;
  color: #d0d0d0;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.jackpots-bottom-card li:last-child {
  border-bottom: none;
}

.jackpots-bottom-card li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--color-red);
  font-size: 13px;
}

/* Responsive */

@media (max-width: 1100px) {
  .jackpots-hero,
  .jackpots-grid,
  .jackpots-showcase,
  .jackpots-showcase__cards,
  .jackpots-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .jackpots-head p {
    font-size: 16px;
  }

  .jackpots-hero__content,
  .jackpot-card,
  .jackpots-showcase,
  .jackpots-bottom-card {
    padding: 24px;
  }

  .jackpots-hero__content h3,
  .jackpots-showcase__content h3,
  .jackpots-bottom-card h3 {
    font-size: 25px;
  }

  .jackpot-card {
    min-height: auto;
  }

  .jackpots-hero__media {
    min-height: 300px;
  }

  .jackpot-mini-card img {
    height: 200px;
  }
}

/* ==============================
   Players Club
   ============================== */

.section-players-club {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(920px 540px at 14% 10%, rgba(255, 0, 0, 0.13), transparent 62%),
    radial-gradient(760px 460px at 88% 52%, rgba(255, 0, 0, 0.08), transparent 65%),
    linear-gradient(180deg, #101010 0%, #151515 100%);
  color: var(--color-white);
}

.players-head {
  max-width: 1060px;
  margin: 0 auto 52px;
}

.players-head h2 {
  margin-bottom: 16px;
}

.players-head p,
.players-tiers-head p {
  max-width: 940px;
  margin: 0 auto;
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.78;
}

.players-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.players-main,
.players-side,
.players-benefit-card,
.players-tiers,
.players-tier-card,
.players-bottom-card {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(34, 34, 34, 0.82);
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.32);
}

.players-main {
  padding: 38px;
  border-radius: 24px;
  background:
    radial-gradient(760px 250px at 18% 0%, rgba(255, 0, 0, 0.17), transparent 68%),
    rgba(34, 34, 34, 0.84);
}

.players-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.players-main h3,
.players-tiers-head h3,
.players-bottom-card h3 {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.15;
}

.players-main p,
.players-benefit-card p,
.players-tier-card p,
.players-bottom-card p {
  color: #d0d0d0;
  line-height: 1.76;
}

.players-main p {
  margin-bottom: 16px;
}

.players-main p:last-child {
  margin-bottom: 0;
}

.players-side {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
}

.players-side-card {
  min-height: 118px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.players-side-card i {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 17px;
}

.players-side-card--accent {
  background:
    radial-gradient(360px 130px at 20% 0%, rgba(255, 0, 0, 0.22), transparent 68%),
    rgba(0, 0, 0, 0.32);
  border-color: rgba(255, 0, 0, 0.28);
}

.players-side-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--color-white);
  font-size: 26px;
  line-height: 1;
}

.players-side-card span {
  color: #cfcfcf;
  line-height: 1.5;
}

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

.players-benefit-card {
  position: relative;
  min-height: 285px;
  padding: 28px 24px;
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.players-benefit-card::before,
.players-tier-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(420px 130px at 50% 0%, rgba(255, 0, 0, 0.20), transparent 66%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.players-benefit-card:hover,
.players-tier-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 0, 0, 0.20),
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(255, 0, 0, 0.16);
}

.players-benefit-card:hover::before,
.players-tier-card:hover::before {
  opacity: 1;
}

.players-benefit-icon,
.players-card-tag,
.players-benefit-card h3,
.players-benefit-card p,
.players-tier-icon,
.players-tier-card span,
.players-tier-card h4,
.players-tier-card p {
  position: relative;
  z-index: 1;
}

.players-benefit-icon,
.players-tier-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
}

.players-benefit-icon i,
.players-tier-icon i {
  font-size: 22px;
}

.players-card-tag,
.players-tier-card span {
  display: inline-block;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #dddddd;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.players-benefit-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.players-benefit-card p {
  margin: 0;
}

.players-tiers {
  padding: 34px;
  border-radius: 24px;
  margin-bottom: 28px;
  background:
    radial-gradient(760px 240px at 18% 0%, rgba(255, 0, 0, 0.16), transparent 68%),
    rgba(34, 34, 34, 0.84);
}

.players-tiers-head {
  max-width: 950px;
  margin: 0 auto 30px;
}

.players-tier-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.players-tier-card {
  position: relative;
  padding: 26px 22px;
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.players-tier-card--prive {
  border-color: rgba(255, 0, 0, 0.30);
  background:
    radial-gradient(360px 140px at 20% 0%, rgba(255, 0, 0, 0.18), transparent 68%),
    rgba(34, 34, 34, 0.86);
}

.players-tier-card h4 {
  margin-bottom: 12px;
  font-size: 24px;
}

.players-tier-card p {
  margin: 0;
}

.players-bottom {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
}

.players-bottom-card {
  padding: 30px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 0, 0, 0.08), transparent 55%),
    rgba(34, 34, 34, 0.82);
}

.players-bottom-card--large {
  background:
    radial-gradient(720px 220px at 18% 0%, rgba(255, 0, 0, 0.15), transparent 65%),
    rgba(34, 34, 34, 0.84);
}

.players-bottom-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.players-bottom-card li {
  position: relative;
  padding: 12px 0 12px 30px;
  color: #d0d0d0;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.players-bottom-card li:last-child {
  border-bottom: none;
}

.players-bottom-card li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--color-red);
  font-size: 13px;
}

/* Responsive */

@media (max-width: 1100px) {
  .players-hero,
  .players-benefits-grid,
  .players-tier-grid,
  .players-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .players-head p,
  .players-tiers-head p {
    font-size: 16px;
  }

  .players-main,
  .players-side,
  .players-benefit-card,
  .players-tiers,
  .players-tier-card,
  .players-bottom-card {
    padding: 24px;
  }

  .players-main h3,
  .players-tiers-head h3,
  .players-bottom-card h3 {
    font-size: 25px;
  }

  .players-benefit-card {
    min-height: auto;
  }
}

/* ==============================
   Dining & Restaurants
   ============================== */

.section-dining {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(920px 540px at 14% 10%, rgba(255, 0, 0, 0.13), transparent 62%),
    radial-gradient(760px 460px at 88% 52%, rgba(255, 0, 0, 0.08), transparent 65%),
    linear-gradient(180deg, #101010 0%, #151515 100%);
  color: var(--color-white);
}

.dining-head {
  max-width: 1060px;
  margin: 0 auto 52px;
}

.dining-head h2 {
  margin-bottom: 16px;
}

.dining-head p {
  max-width: 940px;
  margin: 0 auto;
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.78;
}

.dining-showcase {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  margin-bottom: 28px;
}

.dining-feature {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(34, 34, 34, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.32);
}

.dining-feature--large {
  grid-row: span 2;
}

.dining-feature__image {
  height: 270px;
  overflow: hidden;
}

.dining-feature--large .dining-feature__image {
  height: 420px;
}

.dining-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.dining-feature:hover .dining-feature__image img {
  transform: scale(1.05);
}

.dining-feature__content {
  padding: 28px;
}

.dining-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dining-feature h3,
.dining-bottom-card h3 {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1.15;
}

.dining-feature p,
.dining-card p,
.dining-bottom-card p {
  margin: 0;
  color: #d0d0d0;
  line-height: 1.76;
}

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

.dining-card,
.dining-bottom-card {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(34, 34, 34, 0.82);
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.32);
}

.dining-card {
  position: relative;
  min-height: 275px;
  padding: 28px 24px;
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.dining-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: radial-gradient(420px 130px at 50% 0%, rgba(255, 0, 0, 0.20), transparent 66%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.dining-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 0, 0, 0.20),
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(255, 0, 0, 0.16);
}

.dining-card:hover::before {
  opacity: 1;
}

.dining-card__icon,
.dining-card__tag,
.dining-card h3,
.dining-card p {
  position: relative;
  z-index: 1;
}

.dining-card__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
}

.dining-card__icon i {
  font-size: 22px;
}

.dining-card__tag {
  display: inline-block;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #dddddd;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.dining-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.dining-bottom {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
}

.dining-bottom-card {
  padding: 30px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 0, 0, 0.08), transparent 55%),
    rgba(34, 34, 34, 0.82);
}

.dining-bottom-card--large {
  background:
    radial-gradient(720px 220px at 18% 0%, rgba(255, 0, 0, 0.15), transparent 65%),
    rgba(34, 34, 34, 0.84);
}

.dining-bottom-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dining-bottom-card li {
  position: relative;
  padding: 12px 0 12px 30px;
  color: #d0d0d0;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.dining-bottom-card li:last-child {
  border-bottom: none;
}

.dining-bottom-card li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--color-red);
  font-size: 13px;
}

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

  .dining-feature--large {
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .dining-head p {
    font-size: 16px;
  }

  .dining-feature__image,
  .dining-feature--large .dining-feature__image {
    height: 260px;
  }

  .dining-feature__content,
  .dining-card,
  .dining-bottom-card {
    padding: 24px;
  }

  .dining-feature h3,
  .dining-bottom-card h3 {
    font-size: 25px;
  }

  .dining-card {
    min-height: auto;
  }
}

/* ==============================
   Entertainment & Events
   ============================== */

.section-entertainment {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(920px 540px at 14% 10%, rgba(255, 0, 0, 0.13), transparent 62%),
    radial-gradient(760px 460px at 88% 52%, rgba(255, 0, 0, 0.08), transparent 65%),
    linear-gradient(180deg, #101010 0%, #151515 100%);
  color: var(--color-white);
}

.entertainment-head {
  max-width: 1060px;
  margin: 0 auto 52px;
}

.entertainment-head h2 {
  margin-bottom: 16px;
}

.entertainment-head p {
  max-width: 940px;
  margin: 0 auto;
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.78;
}

.entertainment-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.entertainment-main,
.entertainment-side,
.entertainment-card,
.entertainment-bottom-card {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(34, 34, 34, 0.82);
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.32);
}

.entertainment-main {
  padding: 38px;
  border-radius: 24px;
  background:
    radial-gradient(760px 250px at 18% 0%, rgba(255, 0, 0, 0.17), transparent 68%),
    rgba(34, 34, 34, 0.84);
}

.entertainment-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.entertainment-main h3,
.entertainment-bottom-card h3 {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.15;
}

.entertainment-main p,
.entertainment-card p,
.entertainment-bottom-card p {
  color: #d0d0d0;
  line-height: 1.76;
}

.entertainment-main p {
  margin-bottom: 16px;
}

.entertainment-main p:last-child {
  margin-bottom: 0;
}

.entertainment-main strong,
.entertainment-bottom-card strong {
  color: var(--color-white);
}

.entertainment-side {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
}

.entertainment-side-card {
  min-height: 118px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.entertainment-side-card i {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 17px;
}

.entertainment-side-card--accent {
  background:
    radial-gradient(360px 130px at 20% 0%, rgba(255, 0, 0, 0.22), transparent 68%),
    rgba(0, 0, 0, 0.32);
  border-color: rgba(255, 0, 0, 0.28);
}

.entertainment-side-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--color-white);
  font-size: 26px;
  line-height: 1;
}

.entertainment-side-card span {
  color: #cfcfcf;
  line-height: 1.5;
}

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

.entertainment-card {
  position: relative;
  min-height: 285px;
  padding: 28px 24px;
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.entertainment-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: radial-gradient(420px 130px at 50% 0%, rgba(255, 0, 0, 0.20), transparent 66%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.entertainment-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 0, 0, 0.20),
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(255, 0, 0, 0.16);
}

.entertainment-card:hover::before {
  opacity: 1;
}

.entertainment-card__icon,
.entertainment-card__tag,
.entertainment-card h3,
.entertainment-card p {
  position: relative;
  z-index: 1;
}

.entertainment-card__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
}

.entertainment-card__icon i {
  font-size: 22px;
}

.entertainment-card__tag {
  display: inline-block;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #dddddd;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.entertainment-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.entertainment-card p {
  margin: 0;
}

.entertainment-bottom {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
}

.entertainment-bottom-card {
  padding: 30px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 0, 0, 0.08), transparent 55%),
    rgba(34, 34, 34, 0.82);
}

.entertainment-bottom-card--large {
  background:
    radial-gradient(720px 220px at 18% 0%, rgba(255, 0, 0, 0.15), transparent 65%),
    rgba(34, 34, 34, 0.84);
}

.entertainment-bottom-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.entertainment-bottom-card li {
  position: relative;
  padding: 12px 0 12px 30px;
  color: #d0d0d0;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.entertainment-bottom-card li:last-child {
  border-bottom: none;
}

.entertainment-bottom-card li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--color-red);
  font-size: 13px;
}

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

@media (max-width: 640px) {
  .entertainment-head p {
    font-size: 16px;
  }

  .entertainment-main,
  .entertainment-side,
  .entertainment-card,
  .entertainment-bottom-card {
    padding: 24px;
  }

  .entertainment-main h3,
  .entertainment-bottom-card h3 {
    font-size: 25px;
  }

  .entertainment-card {
    min-height: auto;
  }
}


/* ==============================
   Activities / Golf Simulator
   ============================== */

.section-activities {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(920px 540px at 14% 10%, rgba(255, 0, 0, 0.13), transparent 62%),
    radial-gradient(760px 460px at 88% 52%, rgba(255, 0, 0, 0.08), transparent 65%),
    linear-gradient(180deg, #101010 0%, #151515 100%);
  color: var(--color-white);
}

.activities-head {
  max-width: 1060px;
  margin: 0 auto 52px;
}

.activities-head h2 {
  margin-bottom: 16px;
}

.activities-head p {
  max-width: 940px;
  margin: 0 auto;
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.78;
}

.activities-hero {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.activities-hero__media,
.activities-hero__content,
.activity-info-card,
.activity-card,
.activities-bottom-card {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(34, 34, 34, 0.82);
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.32);
}

.activities-hero__media {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 24px;
}

.activities-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.34)),
    radial-gradient(520px 220px at 20% 100%, rgba(255, 0, 0, 0.18), transparent 70%);
}

.activities-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activities-hero__content {
  padding: 38px;
  border-radius: 24px;
  background:
    radial-gradient(760px 250px at 18% 0%, rgba(255, 0, 0, 0.17), transparent 68%),
    rgba(34, 34, 34, 0.84);
}

.activities-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.activities-hero__content h3,
.activities-bottom-card h3 {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.15;
}

.activities-hero__content p,
.activity-info-card p,
.activity-card p,
.activities-bottom-card p {
  color: #d0d0d0;
  line-height: 1.76;
}

.activities-hero__content p {
  margin-bottom: 16px;
}

.activities-hero__content p:last-child {
  margin-bottom: 0;
}

/* top info cards */

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

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

.activity-info-card--accent {
  background:
    radial-gradient(420px 140px at 20% 0%, rgba(255, 0, 0, 0.20), transparent 68%),
    rgba(34, 34, 34, 0.84);
  border-color: rgba(255, 0, 0, 0.28);
}

.activity-info-card__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
}

.activity-info-card__icon i {
  font-size: 22px;
}

.activity-info-card__tag {
  display: inline-block;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #dddddd;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.activity-info-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

/* main activity cards */

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

.activity-card {
  position: relative;
  min-height: 290px;
  padding: 28px 24px;
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.activity-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: radial-gradient(420px 130px at 50% 0%, rgba(255, 0, 0, 0.20), transparent 66%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.activity-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 0, 0, 0.20),
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(255, 0, 0, 0.16);
}

.activity-card:hover::before {
  opacity: 1;
}

.activity-card__icon,
.activity-card__tag,
.activity-card h3,
.activity-card p {
  position: relative;
  z-index: 1;
}

.activity-card__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
}

.activity-card__icon i {
  font-size: 22px;
}

.activity-card__tag {
  display: inline-block;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #dddddd;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.activity-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.activity-card p {
  margin: 0;
}

/* bottom */

.activities-bottom {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
}

.activities-bottom-card {
  padding: 30px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 0, 0, 0.08), transparent 55%),
    rgba(34, 34, 34, 0.82);
}

.activities-bottom-card--large {
  background:
    radial-gradient(720px 220px at 18% 0%, rgba(255, 0, 0, 0.15), transparent 65%),
    rgba(34, 34, 34, 0.84);
}

.activities-bottom-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.activities-bottom-card li {
  position: relative;
  padding: 12px 0 12px 30px;
  color: #d0d0d0;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.activities-bottom-card li:last-child {
  border-bottom: none;
}

.activities-bottom-card li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--color-red);
  font-size: 13px;
}

/* responsive */

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

@media (max-width: 640px) {
  .activities-head p {
    font-size: 16px;
  }

  .activities-hero__content,
  .activity-info-card,
  .activity-card,
  .activities-bottom-card {
    padding: 24px;
  }

  .activities-hero__content h3,
  .activities-bottom-card h3 {
    font-size: 25px;
  }

  .activity-card {
    min-height: auto;
  }

  .activities-hero__media {
    min-height: 300px;
  }
}


/* ==============================
   Visit Planning
   ============================== */

.section-visit-planning {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(920px 540px at 14% 10%, rgba(255, 0, 0, 0.13), transparent 62%),
    radial-gradient(760px 460px at 88% 52%, rgba(255, 0, 0, 0.08), transparent 65%),
    linear-gradient(180deg, #101010 0%, #151515 100%);
  color: var(--color-white);
}

.visit-head {
  max-width: 1060px;
  margin: 0 auto 52px;
}

.visit-head h2 {
  margin-bottom: 16px;
}

.visit-head p {
  max-width: 940px;
  margin: 0 auto;
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.78;
}

.visit-locations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}

.visit-location-card,
.visit-card,
.visit-bottom-card {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(34, 34, 34, 0.82);
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.32);
}

.visit-location-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 24px;
  background:
    radial-gradient(720px 220px at 18% 0%, rgba(255, 0, 0, 0.15), transparent 65%),
    rgba(34, 34, 34, 0.84);
}

.visit-location-icon,
.visit-card__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
}

.visit-location-icon i,
.visit-card__icon i {
  font-size: 22px;
}

.visit-label,
.visit-card__tag {
  display: inline-block;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.visit-location-card h3,
.visit-bottom-card h3 {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1.15;
}

.visit-location-card p,
.visit-card p,
.visit-bottom-card p {
  color: #d0d0d0;
  line-height: 1.76;
}

.visit-location-card p {
  margin-bottom: 18px;
}

.visit-location-card strong,
.visit-bottom-card strong {
  color: var(--color-white);
}

.visit-location-card ul,
.visit-bottom-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.visit-location-card li,
.visit-bottom-card li {
  position: relative;
  padding: 10px 0 10px 30px;
  color: #d0d0d0;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.visit-location-card li:last-child,
.visit-bottom-card li:last-child {
  border-bottom: none;
}

.visit-location-card li::before,
.visit-bottom-card li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 12px;
  color: var(--color-red);
  font-size: 13px;
}

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

.visit-card {
  position: relative;
  min-height: 270px;
  padding: 28px 24px;
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.visit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: radial-gradient(420px 130px at 50% 0%, rgba(255, 0, 0, 0.20), transparent 66%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.visit-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 0, 0, 0.20),
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(255, 0, 0, 0.16);
}

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

.visit-card__icon,
.visit-card__tag,
.visit-card h3,
.visit-card p {
  position: relative;
  z-index: 1;
}

.visit-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.visit-card p {
  margin: 0;
}

.visit-bottom {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
}

.visit-bottom-card {
  padding: 30px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 0, 0, 0.08), transparent 55%),
    rgba(34, 34, 34, 0.82);
}

.visit-bottom-card--large {
  background:
    radial-gradient(720px 220px at 18% 0%, rgba(255, 0, 0, 0.15), transparent 65%),
    rgba(34, 34, 34, 0.84);
}

/* responsive */

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

@media (max-width: 640px) {
  .visit-head p {
    font-size: 16px;
  }

  .visit-location-card,
  .visit-card,
  .visit-bottom-card {
    padding: 24px;
  }

  .visit-location-card h3,
  .visit-bottom-card h3 {
    font-size: 25px;
  }

  .visit-card {
    min-height: auto;
  }
}


/* ==============================
   Responsible Gaming & Support
   ============================== */

.section-rg {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(920px 540px at 14% 10%, rgba(255, 0, 0, 0.13), transparent 62%),
    radial-gradient(760px 460px at 88% 52%, rgba(255, 0, 0, 0.08), transparent 65%),
    linear-gradient(180deg, #101010 0%, #151515 100%);
  color: var(--color-white);
}

.rg-head {
  max-width: 1060px;
  margin: 0 auto 52px;
}

.rg-head h2 {
  margin-bottom: 16px;
}

.rg-head p {
  max-width: 940px;
  margin: 0 auto;
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.78;
}

/* hero */

.rg-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.rg-main,
.rg-side,
.rg-card,
.rg-support-main,
.rg-help-panel,
.rg-bottom-card,
.rg-support-card {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(34, 34, 34, 0.82);
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.32);
}

.rg-main {
  padding: 38px;
  border-radius: 24px;
  background:
    radial-gradient(760px 250px at 18% 0%, rgba(255, 0, 0, 0.17), transparent 68%),
    rgba(34, 34, 34, 0.84);
}

.rg-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rg-main h3,
.rg-support-main h3,
.rg-bottom-card h3 {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.15;
}

.rg-main p,
.rg-card p,
.rg-support-card p,
.rg-bottom-card p,
.rg-help-panel li {
  color: #d0d0d0;
  line-height: 1.76;
}

.rg-main p {
  margin-bottom: 16px;
}

.rg-main p:last-child {
  margin-bottom: 0;
}

.rg-side {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
}

.rg-side-card {
  min-height: 118px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.rg-side-card i {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 17px;
}

.rg-side-card--accent {
  background:
    radial-gradient(360px 130px at 20% 0%, rgba(255, 0, 0, 0.22), transparent 68%),
    rgba(0, 0, 0, 0.32);
  border-color: rgba(255, 0, 0, 0.28);
}

.rg-side-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--color-white);
  font-size: 24px;
  line-height: 1.1;
}

.rg-side-card span {
  color: #cfcfcf;
  line-height: 1.5;
}

/* main cards */

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

.rg-card {
  position: relative;
  min-height: 370px;
  padding: 28px 24px;
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.rg-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: radial-gradient(420px 130px at 50% 0%, rgba(255, 0, 0, 0.20), transparent 66%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.rg-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 0, 0, 0.20),
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(255, 0, 0, 0.16);
}

.rg-card:hover::before {
  opacity: 1;
}

.rg-card__icon,
.rg-card__tag,
.rg-card h3,
.rg-card p {
  position: relative;
  z-index: 1;
}

.rg-card__icon,
.rg-support-card__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
}

.rg-card__icon i,
.rg-support-card__icon i {
  font-size: 22px;
}

.rg-card__tag {
  display: inline-block;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #dddddd;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.rg-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.rg-card p {
  margin: 0 0 14px;
}

.rg-card p:last-child {
  margin-bottom: 0;
}

/* support block */

.rg-support {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  margin-bottom: 28px;
}

.rg-support-main {
  padding: 32px;
  border-radius: 24px;
  background:
    radial-gradient(720px 220px at 18% 0%, rgba(255, 0, 0, 0.15), transparent 65%),
    rgba(34, 34, 34, 0.84);
}

.rg-support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.rg-support-card {
  min-height: 220px;
  padding: 24px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.22);
}

.rg-support-card h4 {
  margin-bottom: 12px;
  font-size: 21px;
  color: var(--color-white);
}

.rg-support-card p {
  margin: 0 0 12px;
}

.rg-support-card p:last-child {
  margin-bottom: 0;
}

.rg-help-panel {
  padding: 30px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 0, 0, 0.08), transparent 55%),
    rgba(34, 34, 34, 0.82);
}

.rg-help-panel__label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rg-help-panel h3 {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.15;
}

.rg-help-panel ul,
.rg-bottom-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rg-help-panel li,
.rg-bottom-card li {
  position: relative;
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.rg-help-panel li:last-child,
.rg-bottom-card li:last-child {
  border-bottom: none;
}

.rg-help-panel li::before,
.rg-bottom-card li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--color-red);
  font-size: 13px;
}

/* bottom */

.rg-bottom {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
}

.rg-bottom-card {
  padding: 30px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 0, 0, 0.08), transparent 55%),
    rgba(34, 34, 34, 0.82);
}

.rg-bottom-card--large {
  background:
    radial-gradient(720px 220px at 18% 0%, rgba(255, 0, 0, 0.15), transparent 65%),
    rgba(34, 34, 34, 0.84);
}

/* responsive */

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

@media (max-width: 640px) {
  .rg-head p {
    font-size: 16px;
  }

  .rg-main,
  .rg-side,
  .rg-card,
  .rg-support-main,
  .rg-help-panel,
  .rg-bottom-card,
  .rg-support-card {
    padding: 24px;
  }

  .rg-main h3,
  .rg-support-main h3,
  .rg-bottom-card h3 {
    font-size: 25px;
  }

  .rg-help-panel h3 {
    font-size: 23px;
  }

  .rg-card,
  .rg-support-card {
    min-height: auto;
  }
}


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

.section-faq {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(920px 540px at 14% 10%, rgba(255, 0, 0, 0.12), transparent 62%),
    radial-gradient(760px 460px at 88% 52%, rgba(255, 0, 0, 0.07), transparent 65%),
    linear-gradient(180deg, #101010 0%, #151515 100%);
  color: var(--color-white);
}

.faq-head {
  max-width: 980px;
  margin: 0 auto 52px;
}

.faq-head h2 {
  margin-bottom: 16px;
}

.faq-head p {
  max-width: 850px;
  margin: 0 auto;
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.78;
}

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

.faq-column {
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: 18px;
  background: rgba(34, 34, 34, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.26);
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  padding: 20px 54px 20px 22px;
  color: var(--color-white);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.28);
  color: var(--color-white);
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.25s ease, background 0.25s ease;
}

.faq-item[open] summary::after {
  content: "−";
  background: rgba(255, 0, 0, 0.24);
}

.faq-item p {
  margin: 0;
  padding: 0 22px 22px;
  color: #d0d0d0;
  line-height: 1.72;
}

.faq-item:hover {
  border-color: rgba(255, 0, 0, 0.32);
}

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

@media (max-width: 640px) {
  .faq-head p {
    font-size: 16px;
  }

  .faq-item summary {
    padding: 18px 50px 18px 18px;
    font-size: 16px;
  }

  .faq-item p {
    padding: 0 18px 18px;
  }
}

/* ============================================
   Legal Pages - Casino Nova Scotia
   ============================================ */
.legal-wrapper header {
  background-color: var(--color-dark);
}

.legal-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 90px;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.88), rgba(0,0,0,0.58)),
    url('../images/bg-header.png');
  background-size: cover;
  background-position: center;
}

.legal-hero .container {
  max-width: 1120px;
}

.legal-hero h1 {
  font-size: clamp(46px, 7vw, 86px);
  margin-bottom: 20px;
}

.legal-hero p {
  max-width: 880px;
  font-size: 19px;
  line-height: 1.75;
  color: #e2e2e2;
}

.legal-updated {
  display: inline-block;
  margin-top: 24px;
  padding: 10px 16px;
  border-left: 3px solid var(--color-red);
  background: rgba(255,255,255,0.06);
  color: var(--color-white) !important;
  font-size: 14px !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.legal-quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.legal-quick-nav a {
  color: var(--color-white);
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(34,34,34,0.82);
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.legal-quick-nav a:hover {
  color: var(--color-white);
  border-color: var(--color-red);
  background: rgba(255,0,0,0.18);
}

.legal-overview {
  background:
    radial-gradient(circle at top left, rgba(255,0,0,0.12), transparent 36%),
    url('../images/bg-pattern.jpg');
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, fixed;
}

.legal-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 42px;
}

.legal-info-card,
.legal-content-block {
  background: rgba(34,34,34,0.88);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 55px rgba(0,0,0,0.32);
}

.legal-info-card {
  padding: 26px 24px;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.legal-info-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,0,0,0.14), transparent 45%);
  opacity: 0;
  transition: opacity .3s ease;
}

.legal-info-card:hover::before {
  opacity: 1;
}

.legal-info-card span {
  color: var(--color-red);
  font-weight: 800;
  letter-spacing: 0.08em;
  position: relative;
}

.legal-info-card h3 {
  font-size: 24px;
  margin: 12px 0 12px;
  position: relative;
}

.legal-info-card p {
  color: #d0d0d0;
  line-height: 1.7;
  position: relative;
}

.legal-content-shell {
  max-width: 1080px;
  margin: 0 auto;
}

.legal-content-block {
  padding: 34px;
  margin-bottom: 24px;
}

.legal-content-block h2 {
  font-size: 34px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.legal-content-block p {
  color: #cfcfcf;
  line-height: 1.85;
  margin-bottom: 16px;
}

.legal-content-block p:last-child {
  margin-bottom: 0;
}

.footer-links a[href*='terms-and-conditions'],
.footer-links a[href*='privacy-policy'],
.footer-links a[href*='responsible-gambling'],
.footer-bottom__links a[href*='terms-and-conditions'],
.footer-bottom__links a[href*='privacy-policy'],
.footer-bottom__links a[href*='responsible-gambling'] {
  color: var(--color-white);
}

.footer-links a[href*='terms-and-conditions']:hover,
.footer-links a[href*='privacy-policy']:hover,
.footer-links a[href*='responsible-gambling']:hover,
.footer-bottom__links a[href*='terms-and-conditions']:hover,
.footer-bottom__links a[href*='privacy-policy']:hover,
.footer-bottom__links a[href*='responsible-gambling']:hover {
  color: var(--color-red);
}

@media (max-width: 992px) {
  .legal-card-grid {
    grid-template-columns: 1fr;
  }
  .legal-hero {
    padding-top: 150px;
  }
}

@media (max-width: 640px) {
  .legal-hero p {
    font-size: 16px;
  }
  .legal-content-block {
    padding: 24px 20px;
  }
  .legal-content-block h2 {
    font-size: 27px;
  }
  .legal-quick-nav a {
    width: 100%;
    text-align: center;
  }
}
