/**
* 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;
  }
}