/* Header */
.site-header {
  position: fixed;
  top: 0;
  transition: background 0.2s ease-in-out, transform 0.4s ease, opacity 0.3s ease;
  width: 100%;
  z-index: 100;
}
.site-header.scrolled {
  background: #952259;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.3019607843);
}
.site-header.scrolled .header-container {
  padding: 10px 20px;
}
.site-header.scrolled .header-container .logo {
  width: 50px;
}
@media (min-width: 1024px) {
  .site-header.scrolled .header-container {
    padding: 10px 0;
  }
}
.site-header::before {
  background: linear-gradient(180deg, #06152c, rgba(0, 0, 0, 0.5607843137) 50.62%, rgba(147, 29, 84, 0));
  content: "";
  height: 100%;
  opacity: 0.75;
  position: absolute;
  transition: opacity 0.1s ease-in-out;
  width: 100%;
  z-index: -1;
}
.site-header .header-container {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  justify-items: center;
  padding: 20px;
  transition: all 0.3s ease;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.site-header .header-container .logo {
  justify-self: start;
  transition: width 0.3s ease-in-out;
  width: 80px;
  display: inline-block;
}
.site-header .header-container .logo img {
  width: 100%;
}
.site-header .header-container .header-right {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  justify-self: end;
}
.site-header .header-container .header-right .social-icons {
  display: none;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.site-header .header-container .header-right .social-icons .social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  border-radius: 50%;
}
.site-header .header-container .header-right .social-icons .social-icon:hover {
  box-shadow: inset 0 0 0.4em rgba(255, 255, 255, 0.4);
}
.site-header .header-container .header-right .button {
  font-size: 1.4rem;
}
.site-header .header-container .main-nav {
  display: none;
}
.site-header .header-container .mobile-menu-toggle {
  --nav-button-size: 60px;
  --nav-button-space: 6;
  --nav-button-gap: calc(var(--nav-button-size) / var(--nav-button-space));
  aspect-ratio: 1;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  gap: var(--nav-button-gap);
  justify-content: center;
  outline: 0;
  padding: 10px;
  transition: all 0.6s;
  width: var(--nav-button-size);
  z-index: 100;
}
.site-header .header-container .mobile-menu-toggle span {
  background-color: #fff;
  border-radius: 4px;
  height: 4px;
  transition: transform 0.3s, opacity 0.3s;
  width: 40px;
  display: block;
}
.site-header .header-container .mobile-menu-toggle.active {
  transform: rotate(90deg);
}
.site-header .header-container .mobile-menu-toggle.active span:first-child {
  transform: translateY(14px) rotate(45deg);
}
.site-header .header-container .mobile-menu-toggle.active span:nth-child(2) {
  transform: rotate(135deg);
}
.site-header .header-container .mobile-menu-toggle.active span:last-child {
  opacity: 0;
}
@media (min-width: 769px) {
  .site-header .header-container .logo {
    width: 100px;
  }
}
@media (min-width: 1024px) {
  .site-header .header-container {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .site-header .header-container .logo {
    width: 120px;
  }
  .site-header .header-container .main-nav {
    display: block;
  }
  .site-header .header-container .main-nav .nav-list {
    display: flex;
    gap: 32px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .site-header .header-container .main-nav .nav-list .nav-item {
    line-height: 1;
    text-wrap: nowrap;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .site-header .header-container .mobile-menu-toggle {
    display: none;
  }
}
@media (min-width: 1280px) {
  .site-header .header-container {
    max-width: 95%;
    padding: 30px 0;
  }
  .site-header .header-container .logo {
    width: 140px;
  }
  .site-header .header-container .header-right .social-icons {
    display: flex;
  }
}
@media (min-width: 1440px) {
  .site-header .header-container .main-nav .nav-list .nav-item {
    font-size: 2.2rem;
  }
}

.mobile-menu .nav-list {
  display: flex;
  list-style: none;
  gap: 29px;
  align-items: center;
}
.mobile-menu .nav-list .nav-item a {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
  transition: color 0.3s;
  position: relative;
  padding-bottom: 0.25rem;
}
.mobile-menu .nav-list .nav-item a:hover, .mobile-menu .nav-list .nav-item--active a {
  text-decoration: underline;
}
.mobile-menu .nav-list .nav-item--active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold);
}
@font-face {
  font-display: block;
  font-family: Arpona;
  font-style: normal;
  font-weight: 400;
  src: url(/public/fonts/ArponaRegular.woff2) format("woff2");
}
@font-face {
  font-display: block;
  font-family: Arpona;
  font-style: normal;
  font-weight: 500;
  src: url(/public/fonts/ArponaMedium.woff2) format("woff2");
}
@font-face {
  font-display: block;
  font-family: Arpona;
  font-style: normal;
  font-weight: 600;
  src: url(/public/fonts/ArponaSemiBold.woff2) format("woff2");
}
@font-face {
  font-display: block;
  font-family: Arpona;
  font-style: normal;
  font-weight: 700;
  src: url(/public/fonts/ArponaBold.woff2) format("woff2");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --font-family: "Arpona", sans-serif;
  --font-family-size--px: 16px;
  --font-family-size--rem: 1.6rem;
  --selection-background: #f0f;
  --selection-color: #fff;
}

html {
  font-size: 10px !important;
  line-height: 1.15 !important;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  background: linear-gradient(180deg, #962157, #842c6c 35%, #2567d8);
  color: #fff;
  font-family: var(--font-family);
  font-size: var(--font-family-size--px);
  font-size: var(--font-family-size--rem);
  font-synthesis: none;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body::-moz-selection {
  background: var(--selection-background);
  color: var(--selection-color);
}
body::selection {
  background: var(--selection-background);
  color: var(--selection-color);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
  block-size: auto;
  max-width: 100%;
}

.button {
  backface-visibility: hidden;
  background: url(/public/images/_site/button-pattern.png) 50%/auto 100% repeat-x;
  background-clip: padding-box;
  border: 0;
  border-inline: 1.25em solid transparent;
  color: #264500;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5;
  outline: 0;
  padding-inline: 0.45em;
  position: relative;
  text-decoration: none;
  text-shadow: 0.0454545455em 0.0909090909em 0.2727272727em hsla(0, 0%, 100%, 0.8);
  text-transform: uppercase;
  transform: translateZ(0);
  transition: transform 0.1s ease-in-out;
  white-space: nowrap;
  z-index: 0;
}
.button::before {
  background: #aaef36;
  border-radius: 100px;
  content: "";
  inset: 0.18em -0.95em;
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
}
.button::after {
  background: url(/public/images/_site/button-left.png) 0/auto 100% no-repeat, url(/public/images/_site/button-right.png) 100%/auto 100% no-repeat;
  content: "";
  inset: 0 -1.2727272727em;
  position: absolute;
  z-index: -2;
}
.button:hover {
  transform: scale(1.1);
}

.banner-container {
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 20px;
  position: relative;
}
.banner-container .banner {
  align-content: center;
  border-radius: 10px;
  display: flex;
  height: 468px;
  justify-content: center;
  max-width: 373px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.banner-container .banner .banner-content {
  padding: 26px 20px;
  text-align: center;
  z-index: 1;
  position: absolute;
}
.banner-container .banner .banner-content .banner-text h2,
.banner-container .banner .banner-content .banner-text h3 {
  margin: 0;
  padding: 0;
}
.banner-container .banner .banner-content .banner-text h2 {
  font-size: 3.2rem;
  font-weight: 800;
  padding-bottom: 10px;
}
.banner-container .banner .banner-content .banner-text h3 {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 24px;
}
.banner-container .banner .banner-content .banner-text .banner-button {
  font-size: 2.2rem;
}
.banner-container .banner .banner-content .banner-image {
  position: absolute;
}
@media (max-width: 768px) {
  .banner-container .banner .banner-content .banner-image {
    display: block;
    height: 100%;
    inset: 0;
    margin: 0 auto;
    object-fit: cover;
    object-position: left bottom;
    width: 100%;
  }
}

.benefit-card {
  width: 350px;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  height: 340px;
  overflow: hidden;
}
.benefit-card .decorated-frame {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.benefit-card .decorated-frame::before {
  border: 25px solid;
  border-image: url(/public/images/_site/decorated-frame.png) 45;
  border-radius: 0;
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.benefit-card .benefit-card-content {
  align-items: center;
  background: linear-gradient(rgba(255, 255, 255, 0.2) 46%, rgba(255, 255, 255, 0.2));
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  max-width: 100%;
  padding: 60px 20px 0;
  position: relative;
  text-align: center;
}
.benefit-card .benefit-card-content .benefit-card-title {
  font-size: 1.8rem;
  font-weight: 800;
  padding: 0 20px;
}
.benefit-card .benefit-card-content .benefit-card-subtitle {
  font-size: 1.6rem;
}
.benefit-card .benefit-card-content .benefit-card-icon {
  height: 100px;
  width: auto;
}

.p-section {
  align-items: center;
  background: var(--bgColor);
  display: flex;
  justify-content: center;
  min-height: 300px;
  position: relative;
}
.p-section.p-hero {
  display: flex;
  flex-direction: column;
  height: 100vh;
  position: relative;
  width: 100vw;
}
.p-section.p-hero .p-hero-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  margin-top: -1px;
  overflow: hidden;
  right: 0;
}
.p-section.p-hero .p-hero-bg .p-hero-bg-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}
.p-section .p-container {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.p-section .p-container.p-hero-meta {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: flex-start;
  padding: 40% 24px 24px;
  text-align: center;
  z-index: 1;
}
.p-section .p-container.p-hero-meta::before {
  background: radial-gradient(circle, rgba(35, 4, 44, 0.6) 0, transparent 50%, transparent 100%);
  content: "";
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.p-section .p-container.p-hero-meta h1,
.p-section .p-container.p-hero-meta h2 {
  margin: 0;
}
.p-section .p-container.p-hero-meta h1 {
  font-size: 3.4rem;
  font-weight: 800;
  margin-bottom: 12px;
  width: 80%;
}
.p-section .p-container.p-hero-meta h2 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 20px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #952259;
  z-index: 99;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.mobile-menu.active {
  display: flex;
}
.mobile-menu .nav-list {
  flex-direction: column;
  gap: 2rem;
}
.mobile-menu .nav-item a {
  font-size: 1.5rem;
}
.mobile-menu .mobile-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}

.list-dot::before {
  background-color: #9d0395;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: -16px;
  position: absolute;
  top: 40%;
  width: 8px;
}

.radio-button:checked::before {
  background-color: #171717;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
}

.article-item {
  display: inline-block;
  height: 600px;
  width: 100%;
}
.article-item a {
  display: inline-block;
  height: 100%;
}
@media (max-width: 768px) {
  .article-item {
    display: inline-block;
    height: 600px;
    width: 100%;
  }
  .article-item a {
    display: inline-block;
    height: 100%;
  }
}

.frame::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  border: 22px solid;
  border-image: url(/public/images/_site/border.png) 35 round;
  top: 0;
  z-index: 20;
}
.frame::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  --frame-backdrop-rotation: 0deg;
  --frame-backdrop-transparency: 65.2%;
  background: linear-gradient(var(--frame-backdrop-rotation, 0deg), rgba(0, 0, 0, 0.8) 15.63%, transparent var(--frame-backdrop-transparency, 65.2%));
  height: 100%;
  max-height: 80%;
  z-index: 10;
}
@media (max-width: 768px) {
  .frame::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    border: 22px solid;
    border-image: url(/public/images/_site/border.png) 35 round;
    top: 0;
    z-index: 20;
  }
  .frame::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    --frame-backdrop-rotation: 0deg;
    --frame-backdrop-transparency: 65.2%;
    background: linear-gradient(var(--frame-backdrop-rotation, 0deg), rgba(0, 0, 0, 0.8) 15.63%, transparent var(--frame-backdrop-transparency, 65.2%));
    height: 100%;
    max-height: 80%;
    z-index: 10;
  }
}

.text-shadow {
  text-shadow: 0 0.077em 0.077em rgba(129, 27, 86, 0.89);
  transition: font-size 0.3s ease-in-out;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.swiper {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.swiper-navigation-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  overflow: hidden;
  gap: 12px;
}
.swiper-navigation-custom .swiper-button-prev,
.swiper-navigation-custom .swiper-button-next {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 90px;
  color: #fff;
  font-size: 15px;
  width: 44px;
  height: 44px;
  margin: 0;
}
.swiper-navigation-custom .swiper-button-prev::after,
.swiper-navigation-custom .swiper-button-next::after {
  font-size: 15px;
  font-weight: 700;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hero Section */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  font-size: 0;
  color: transparent;
}
.hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(10, 5, 21, 0.3) 0%, rgba(10, 5, 21, 0.6) 100%);
  z-index: 1;
}
.hero .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}
.hero .hero-content .hero-title {
  font-size: clamp(2rem, 8vw, 4.5rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: white;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  white-space: pre-line;
  font-size: 4rem;
  font-weight: 800;
  margin: 0;
}
.hero .hero-content .hero-subtitle {
  font-size: clamp(1rem, 3vw, 1.5rem);
  margin-bottom: 3rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 2.6rem;
  font-weight: 500;
}
.hero .hero-content .btn-play-hero {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  color: white;
  padding: 1.2rem 3.5rem;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  box-shadow: 0 8px 25px rgba(126, 211, 33, 0.4);
  display: inline-block;
}
.hero .hero-content .btn-play-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(126, 211, 33, 0.6);
}

/* Games Carousel Section */
.games-carousel {
  background: linear-gradient(135deg, #a8336a 0%, #7d2453 100%);
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.games-carousel .games-carousel-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 2rem;
}
.games-carousel .games-carousel-header .games-carousel-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: white;
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .games-carousel .games-carousel-header .games-carousel-title {
    font-size: 3.2rem;
    font-weight: 900;
    padding: 80px 20px 0;
  }
}
.games-carousel .games-carousel-header .games-carousel-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  color: rgba(255, 255, 255, 0.95);
}
@media (max-width: 768px) {
  .games-carousel .games-carousel-header .games-carousel-subtitle {
    font-size: 1.6rem;
    font-weight: 300;
    padding: 12px 0 63px;
  }
}
.games-carousel .games-carousel-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .games-carousel .games-carousel-container {
    padding: 0;
  }
}
.games-carousel .games-carousel-container .games-carousel-wrapper {
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .games-carousel .games-carousel-container .games-carousel-wrapper {
    padding: 2rem 0;
  }
}
.games-carousel .games-carousel-container .games-carousel-wrapper .games-carousel-track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 768px) {
  .games-carousel .games-carousel-container .games-carousel-wrapper .games-carousel-track {
    gap: 1rem;
    padding-left: 30px;
  }
}
.games-carousel .games-carousel-container .games-carousel-wrapper .games-carousel-track .game-card-carousel {
  flex: 0 0 240px;
  background: linear-gradient(135deg, rgba(74, 44, 111, 0.5) 0%, rgba(45, 27, 78, 0.6) 100%);
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid rgba(255, 215, 0, 0.6);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transform: scale(0.85);
  opacity: 0.7;
}
.games-carousel .games-carousel-container .games-carousel-wrapper .games-carousel-track .game-card-carousel.active {
  flex: 0 0 320px;
  transform: scale(1);
  z-index: 10;
  opacity: 1;
}
.games-carousel .games-carousel-container .games-carousel-wrapper .games-carousel-track .game-card-carousel.active .game-card-image {
  height: 360px;
}
.games-carousel .games-carousel-container .games-carousel-wrapper .games-carousel-track .game-card-carousel.active .game-card-description {
  display: block !important;
}
.games-carousel .games-carousel-container .games-carousel-wrapper .games-carousel-track .game-card-carousel:hover {
  opacity: 1;
}
.games-carousel .games-carousel-container .games-carousel-wrapper .games-carousel-track .game-card-carousel .game-card-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
.games-carousel .games-carousel-container .games-carousel-wrapper .games-carousel-track .game-card-carousel .game-card-content {
  padding: 1.5rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.games-carousel .games-carousel-container .games-carousel-wrapper .games-carousel-track .game-card-carousel .game-card-content .game-card-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffd700;
  margin-bottom: 0.75rem;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
  letter-spacing: 0.5px;
}
.games-carousel .games-carousel-container .games-carousel-wrapper .games-carousel-track .game-card-carousel .game-card-content .game-card-description {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  display: none;
  color: white;
}
.games-carousel .games-carousel-container .games-carousel-wrapper .games-carousel-track .game-card-carousel .game-card-content .game-card-btn {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  display: inline-block;
  box-shadow: 0 5px 15px rgba(126, 211, 33, 0.4);
}
.games-carousel .games-carousel-container .games-carousel-wrapper .games-carousel-track .game-card-carousel .game-card-content .game-card-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(126, 211, 33, 0.6);
}
@media (max-width: 768px) {
  .games-carousel .games-carousel-container .games-carousel-wrapper .games-carousel-track .game-card-carousel {
    flex: 0 0 220px;
    transform: scale(0.9);
  }
  .games-carousel .games-carousel-container .games-carousel-wrapper .games-carousel-track .game-card-carousel.active {
    flex: 0 0 280px;
    transform: scale(1);
  }
  .games-carousel .games-carousel-container .games-carousel-wrapper .games-carousel-track .game-card-carousel.active .game-card-image {
    height: 264px;
  }
  .games-carousel .games-carousel-container .games-carousel-wrapper .games-carousel-track .game-card-carousel .game-card-image {
    width: 100%;
    height: 264px;
  }
}
.games-carousel .games-carousel-container {
  /* Carousel Navigation */
}
.games-carousel .games-carousel-container .carousel-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.games-carousel .games-carousel-container .carousel-nav .carousel-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.5rem;
}
.games-carousel .games-carousel-container .carousel-nav .carousel-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: white;
  transform: scale(1.1);
}
.games-carousel .games-carousel-container .carousel-nav .carousel-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .games-carousel {
    padding: 3rem 0;
  }
}

/* Free Upgrades Section */
.free-upgrades {
  background: linear-gradient(135deg, #c4479d 0%, #a8336a 50%, #7d2453 100%);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.free-upgrades .free-upgrades-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .free-upgrades .free-upgrades-container {
    padding: 0;
  }
}
.free-upgrades .free-upgrades-header {
  text-align: center;
  margin-bottom: 3rem;
}
.free-upgrades .free-upgrades-header .free-upgrades-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .free-upgrades .free-upgrades-header .free-upgrades-title {
    font-size: 3.2rem;
    font-weight: 900;
    padding: 70px 20px 0;
  }
}
.free-upgrades .free-upgrades-header .free-upgrades-subtitle {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .free-upgrades .free-upgrades-header .free-upgrades-subtitle {
    font-size: 1.6rem;
    font-weight: 500;
    padding-bottom: 23px;
  }
}
.free-upgrades .upgrades-content {
  position: relative;
  padding: 15px;
}
@media (max-width: 768px) {
  .free-upgrades .upgrades-content {
    overflow: visible;
    padding: 5px 1rem;
  }
}
.free-upgrades .upgrades-content .upgrades-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 36px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .free-upgrades .upgrades-content .upgrades-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1200px) {
  .free-upgrades .upgrades-content .upgrades-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .free-upgrades .upgrades-content .upgrades-grid {
    display: flex;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    gap: 36px;
    padding: 10px 5px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .free-upgrades .upgrades-content .upgrades-grid::-webkit-scrollbar {
    display: none;
  }
}
.free-upgrades .upgrades-content .upgrades-grid .upgrade-card {
  position: relative;
  aspect-ratio: 4/5;
  perspective: 1000px;
}
@media (max-width: 768px) {
  .free-upgrades .upgrades-content .upgrades-grid .upgrade-card {
    flex: 0 0 280px;
    scroll-snap-align: center;
    aspect-ratio: 3/4;
  }
}
.free-upgrades .upgrades-content .upgrades-grid .upgrade-card .upgrade-card-border {
  position: absolute;
  inset: -8px;
  background: url("/public/images/_site/decorated-frame.png") no-repeat center center;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .free-upgrades .upgrades-content .upgrades-grid .upgrade-card .upgrade-card-border {
    inset: -8px;
  }
}
.free-upgrades .upgrades-content .upgrades-grid .upgrade-card .upgrade-card-inner {
  height: 100%;
  background: rgba(139, 92, 246, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .free-upgrades .upgrades-content .upgrades-grid .upgrade-card .upgrade-card-inner {
    padding: 1.5rem 1rem;
  }
}
.free-upgrades .upgrades-content .upgrades-grid .upgrade-card .upgrade-card-inner .upgrade-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .free-upgrades .upgrades-content .upgrades-grid .upgrade-card .upgrade-card-inner .upgrade-icon {
    width: 100%;
    height: 100px;
  }
}
.free-upgrades .upgrades-content .upgrades-grid .upgrade-card .upgrade-card-inner .upgrade-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.free-upgrades .upgrades-content .upgrades-grid .upgrade-card .upgrade-card-inner .upgrade-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
@media (max-width: 1400px) {
  .free-upgrades .upgrades-content .upgrades-grid .upgrade-card .upgrade-card-inner .upgrade-title {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .free-upgrades .upgrades-content .upgrades-grid .upgrade-card .upgrade-card-inner .upgrade-title {
    font-size: 1.8rem;
    font-weight: 800;
    padding: 0 20px;
  }
}
.free-upgrades .upgrades-content .upgrades-grid .upgrade-card .upgrade-card-inner .upgrade-description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
@media (max-width: 1400px) {
  .free-upgrades .upgrades-content .upgrades-grid .upgrade-card .upgrade-card-inner .upgrade-description {
    font-size: 0.85rem;
  }
}
@media (max-width: 768px) {
  .free-upgrades .upgrades-content .upgrades-grid .upgrade-card .upgrade-card-inner .upgrade-description {
    font-size: 1.6rem;
  }
}
.free-upgrades .upgrades-content {
  /* Navigation Buttons */
}
.free-upgrades .upgrades-content .upgrades-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 3;
}
.free-upgrades .upgrades-content .upgrades-nav-btn.upgrades-nav-prev {
  left: -25px;
}
@media (max-width: 768px) {
  .free-upgrades .upgrades-content .upgrades-nav-btn.upgrades-nav-prev {
    left: 50%;
    margin-left: -60px;
  }
}
.free-upgrades .upgrades-content .upgrades-nav-btn.upgrades-nav-next {
  right: -25px;
}
@media (max-width: 768px) {
  .free-upgrades .upgrades-content .upgrades-nav-btn.upgrades-nav-next {
    right: 50%;
    margin-right: -60px;
  }
}
.free-upgrades .upgrades-content .upgrades-nav-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: white;
  transform: translateY(-50%) scale(1.1);
}
@media (max-width: 768px) {
  .free-upgrades .upgrades-content .upgrades-nav-btn:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .free-upgrades .upgrades-content .upgrades-nav-btn {
    display: flex;
    width: 45px;
    height: 45px;
    bottom: -120px;
    top: auto;
    transform: none;
  }
}
.free-upgrades .upgrades-content {
  /* Mascot */
}
.free-upgrades .upgrades-content .upgrades-mascot {
  position: absolute;
  right: -50px;
  top: -80px;
  width: 250px;
  z-index: 4;
  pointer-events: none;
}
.free-upgrades .upgrades-content .upgrades-mascot img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1400px) {
  .free-upgrades .upgrades-content .upgrades-mascot {
    width: 200px;
    right: -30px;
  }
}
@media (max-width: 1200px) {
  .free-upgrades .upgrades-content .upgrades-mascot {
    display: none;
  }
}
@media (max-width: 768px) {
  .free-upgrades .upgrades-content .upgrades-mascot {
    display: none;
  }
}
@media (max-width: 768px) {
  .free-upgrades {
    padding: 3rem 0;
    padding-bottom: calc(4rem + 120px);
  }
}

/* Social Cards Section */
.social-cards {
  padding: 5rem 0;
  background: linear-gradient(180deg, #962157, #842c6c 45.73%, #233d88);
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .social-cards {
    padding: 3rem 0;
  }
}
.social-cards .social-cards-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
.social-cards .social-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 768px) {
  .social-cards .social-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.social-cards {
  /* Left Side - Images */
}
.social-cards .social-images {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .social-cards .social-images {
    height: 400px;
  }
}
.social-cards .social-images .social-island {
  width: 100%;
  max-width: 600px;
  height: auto;
  position: relative;
  z-index: 1;
  animation: float 6s ease-in-out infinite;
}
@media (max-width: 768px) {
  .social-cards .social-images .social-island {
    max-width: 400px;
  }
}
.social-cards .social-images .social-coins {
  position: absolute;
  width: 692px;
  height: auto;
}
@media (max-width: 768px) {
  .social-cards .social-images .social-coins {
    width: 390px;
  }
}
.social-cards {
  /* Right Side - Content */
}
.social-cards .social-info {
  padding: 2rem 0;
}
.social-cards .social-info .social-title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 1rem;
  color: white;
}
@media (max-width: 768px) {
  .social-cards .social-info .social-title {
    font-size: 3.4rem;
    font-weight: 700;
    text-align: center;
  }
}
.social-cards .social-info .social-description {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .social-cards .social-info .social-description {
    font-size: 1.6rem;
    font-weight: 400;
    margin: 12px 0 28px;
    text-align: center;
  }
}
.social-cards .social-info .social-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.social-cards .social-info .social-grid .social-card {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  gap: 1.2rem;
  padding: 1.5rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}
.social-cards .social-info .social-grid .social-card:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .social-cards .social-info .social-grid .social-card:hover {
    transform: none;
  }
}
.social-cards .social-info .social-grid .social-card .social-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .social-cards .social-info .social-grid .social-card .social-card-icon {
    width: 50px;
    height: 50px;
  }
}
.social-cards .social-info .social-grid .social-card .social-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.social-cards .social-info .social-grid .social-card .social-card-body {
  flex: 1;
  min-width: 0;
}
.social-cards .social-info .social-grid .social-card .social-card-body .social-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: white;
}
@media (max-width: 768px) {
  .social-cards .social-info .social-grid .social-card .social-card-body .social-card-title {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.social-cards .social-info .social-grid .social-card .social-card-body .social-card-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
}
@media (max-width: 768px) {
  .social-cards .social-info .social-grid .social-card .social-card-body .social-card-desc {
    font-size: 15px;
  }
}
.social-cards .social-info .social-grid .social-card .social-card-btn {
  padding: 0.6rem 1.5rem;
  background: white;
  color: #741e4b;
  border-radius: 25px;
  font-weight: 700;
  font-size: 0.9rem;
  white-space: nowrap;
  transition: all 0.3s;
  text-transform: capitalize;
}
.social-cards .social-info .social-grid .social-card .social-card-btn:hover {
  background: #ffd700;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}
@media (max-width: 768px) {
  .social-cards .social-info .social-grid .social-card .social-card-btn {
    grid-column: 1/-1;
    text-align: center;
    margin-top: 0.5rem;
    font-size: 1.6rem;
    font-weight: 800;
  }
}
@media (max-width: 768px) {
  .social-cards .social-info .social-grid .social-card {
    grid-template-columns: 50px 1fr;
    gap: 1rem;
    padding: 1rem;
  }
}

/* CTA Final Section */
.cta-final {
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
  min-height: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cta-final {
    padding: 4rem 0;
    min-height: 900px;
  }
}
.cta-final .cta-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cta-final .cta-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-final .cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 5, 21, 0.3);
  z-index: 1;
}
.cta-final .cta-final-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
.cta-final .cta-final-container .cta-final-heading {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 900;
  margin-bottom: 1.5rem;
  color: white;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}
@media (max-width: 768px) {
  .cta-final .cta-final-container .cta-final-heading {
    font-size: 3.4rem;
    font-weight: 800;
    margin-bottom: 12px;
    text-align: center;
  }
}
.cta-final .cta-final-container .cta-final-desc {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 2.5rem;
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .cta-final .cta-final-container .cta-final-desc {
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  }
}
.cta-final .cta-final-container .cta-final-btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  color: white;
  padding: 1.2rem 3rem;
  border-radius: 50px;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(126, 211, 33, 0.4);
  transition: all 0.3s;
  border: 3px solid rgba(255, 255, 255, 0.3);
}
.cta-final .cta-final-container .cta-final-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(126, 211, 33, 0.6);
  border-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .cta-final .cta-final-container .cta-final-btn {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}

/* Player Reviews Section */
.player-reviews {
  padding: 5rem 0;
  background: linear-gradient(180deg, #591e9b 0%, #4a1574 50%, #2d0e4d 100%);
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .player-reviews {
    padding: 3rem 0;
  }
}
.player-reviews .reviews-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
.player-reviews .reviews-container .reviews-title {
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 3rem;
  color: white;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .player-reviews .reviews-container .reviews-title {
    font-size: 3.2rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
  }
}
.player-reviews .reviews-container .reviews-wrapper {
  overflow: hidden;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .player-reviews .reviews-container .reviews-wrapper {
    padding: 1rem 0;
    overflow: hidden;
  }
}
.player-reviews .reviews-container .reviews-wrapper .reviews-track {
  display: flex;
  gap: 2rem;
  transition: transform 0.5s ease;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.player-reviews .reviews-container .reviews-wrapper .reviews-track .review-card {
  flex: 0 0 calc(33.333% - 1.333rem);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .player-reviews .reviews-container .reviews-wrapper .reviews-track .review-card {
    flex: 0 0 calc(85% - 1rem);
  }
}
.player-reviews .reviews-container .reviews-wrapper .reviews-track .review-card .review-quote h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .player-reviews .reviews-container .reviews-wrapper .reviews-track .review-card .review-quote h3 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    height: 70px;
  }
}
.player-reviews .reviews-container .reviews-wrapper .reviews-track .review-card .review-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  flex: 1;
}
@media (max-width: 768px) {
  .player-reviews .reviews-container .reviews-wrapper .reviews-track .review-card .review-text {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 1.4;
    max-height: 400px;
  }
}
.player-reviews .reviews-container .reviews-wrapper .reviews-track .review-card .review-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.player-reviews .reviews-container .reviews-wrapper .reviews-track .review-card .review-author .author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.player-reviews .reviews-container .reviews-wrapper .reviews-track .review-card .review-author .author-name {
  font-size: 1rem;
  font-weight: 700;
  color: white;
}
@media (max-width: 768px) {
  .player-reviews .reviews-container .reviews-wrapper .reviews-track .review-card .review-author .author-name {
    font-size: 2.2rem;
    font-weight: 600;
  }
}
.player-reviews .reviews-container {
  /* Navigation */
}
.player-reviews .reviews-container .reviews-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.player-reviews .reviews-container .reviews-nav .reviews-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.5rem;
}
.player-reviews .reviews-container .reviews-nav .reviews-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: white;
  transform: scale(1.1);
}
.player-reviews .reviews-container .reviews-nav .reviews-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* Blogs Section */
.blogs-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, #2d0e4d 0%, #1f0a35 50%, #0f051e 100%);
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blogs-section {
    padding: 3rem 0;
  }
}
.blogs-section .blogs-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
.blogs-section .blogs-container .blogs-title {
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 3rem;
  color: white;
}
@media (max-width: 768px) {
  .blogs-section .blogs-container .blogs-title {
    font-size: 3.2rem;
    font-weight: 900;
    margin-bottom: 2rem;
  }
}
.blogs-section .blogs-container .blogs-wrapper {
  overflow: hidden;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .blogs-section .blogs-container .blogs-wrapper {
    padding: 1rem 0;
    overflow: hidden;
  }
}
.blogs-section .blogs-container .blogs-wrapper .blogs-track {
  display: flex;
  gap: 2rem;
  transition: transform 0.5s ease;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.blogs-section .blogs-container .blogs-wrapper .blogs-track .blog-card {
  flex: 0 0 calc(33.333% - 1.333rem);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid var(--gold);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.blogs-section .blogs-container .blogs-wrapper .blogs-track .blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}
.blogs-section .blogs-container .blogs-wrapper .blogs-track .blog-card:hover .blog-image img {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .blogs-section .blogs-container .blogs-wrapper .blogs-track .blog-card {
    flex: 0 0 calc(85% - 1rem);
  }
}
.blogs-section .blogs-container .blogs-wrapper .blogs-track .blog-card .blog-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blogs-section .blogs-container .blogs-wrapper .blogs-track .blog-card .blog-image {
    height: 200px;
  }
}
.blogs-section .blogs-container .blogs-wrapper .blogs-track .blog-card .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.blogs-section .blogs-container .blogs-wrapper .blogs-track .blog-card .blog-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blogs-section .blogs-container .blogs-wrapper .blogs-track .blog-card .blog-content .blog-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .blogs-section .blogs-container .blogs-wrapper .blogs-track .blog-card .blog-content .blog-meta {
    font-size: 1.6rem;
  }
}
.blogs-section .blogs-container .blogs-wrapper .blogs-track .blog-card .blog-content .blog-meta .blog-separator {
  color: rgba(255, 255, 255, 0.4);
}
.blogs-section .blogs-container .blogs-wrapper .blogs-track .blog-card .blog-content .blog-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .blogs-section .blogs-container .blogs-wrapper .blogs-track .blog-card .blog-content .blog-title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.blogs-section .blogs-container .blogs-wrapper .blogs-track .blog-card .blog-content .blog-excerpt {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 1rem;
  flex: 1;
}
@media (max-width: 768px) {
  .blogs-section .blogs-container .blogs-wrapper .blogs-track .blog-card .blog-content .blog-excerpt {
    font-size: 0.9rem;
  }
}
.blogs-section .blogs-container .blogs-wrapper .blogs-track .blog-card .blog-content .blog-btn {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid var(--gold);
  padding: 0.6rem 1.5rem;
  border-radius: 25px;
  transition: all 0.3s;
  align-self: flex-start;
  margin-top: auto;
}
.blogs-section .blogs-container .blogs-wrapper .blogs-track .blog-card .blog-content .blog-btn:hover {
  background: var(--gold);
  color: #0f051e;
}
@media (max-width: 768px) {
  .blogs-section .blogs-container .blogs-wrapper .blogs-track .blog-card .blog-content .blog-btn {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 800;
    padding: 14px 24px;
    text-decoration: none;
  }
}
.blogs-section .blogs-container {
  /* Navigation */
}
.blogs-section .blogs-container .blogs-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.blogs-section .blogs-container .blogs-nav .blogs-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.5rem;
}
.blogs-section .blogs-container .blogs-nav .blogs-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: white;
  transform: scale(1.1);
}
.blogs-section .blogs-container .blogs-nav .blogs-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* FAQ Section */
.faq-section {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
  min-height: 800px;
}
@media (max-width: 768px) {
  .faq-section {
    padding: 4rem 0;
    min-height: auto;
  }
}
.faq-section .faq-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.faq-section .faq-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-section .faq-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.faq-section .faq-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
.faq-section .faq-container .faq-title {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 3rem;
  color: white;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .faq-section .faq-container .faq-title {
    font-size: 3.2rem;
    font-weight: 900;
    margin-bottom: 2rem;
  }
}
.faq-section .faq-container .faq-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.faq-section .faq-container .faq-list .faq-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.faq-section .faq-container .faq-list .faq-item .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  background: transparent;
  border: none;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s;
}
.faq-section .faq-container .faq-list .faq-item .faq-question:hover {
  background: rgba(255, 255, 255, 0.05);
}
.faq-section .faq-container .faq-list .faq-item .faq-question .faq-icon {
  flex-shrink: 0;
  transition: transform 0.3s;
}
.faq-section .faq-container .faq-list .faq-item .faq-question[aria-expanded=true] .faq-icon {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .faq-section .faq-container .faq-list .faq-item .faq-question {
    padding: 1.2rem 1.5rem;
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.faq-section .faq-container .faq-list .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding: 0 2rem;
}
.faq-section .faq-container .faq-list .faq-item .faq-answer.active {
  padding: 0 2rem 1.5rem 2rem;
}
.faq-section .faq-container .faq-list .faq-item .faq-answer p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}
@media (max-width: 768px) {
  .faq-section .faq-container .faq-list .faq-item .faq-answer p {
    font-size: 1.4rem;
  }
}
