/********** Template CSS **********/
:root {
    --primary: #4a178f;
    --light: #f1f8ff;
    --dark: #111a24;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}
.container {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}


.header {
  background: url('../img/about.jpeg') no-repeat center center/cover;
  position: relative;
  color: white;
  text-align: center;
  padding: 400px 0 100px;
}


.service-item1 {
  font-size: 1.2em;
  color: #333;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.service-item1:last-child {
  border-bottom: none;
}

.service-item1:hover {
  background-color: #f1ac95;
}
.title {
  font-size: 48px;
  margin: 0;
}

.subtitle {
  font-size: 24px;
  margin: 10px 0;
}

.btn-primary {
  background-color: #4a178f;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
}

.section-title {
  margin-top: 40px;
  text-align: center;
}

.details, .program, .special-offer, .reviews, .tickets, .contact, .newsletter, .artist {
  padding: 40px 0;
}

.artist p {
  font-size: 18px;
  line-height: 1.6;
}

ul {
  /* list-style: none; */
  padding: 0;
}

ul li {
  font-size: 18px;
  margin: 10px 0;
}

.ticket-form, .newsletter-form {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
}

.ticket-form label, .newsletter-form label {
  margin: 10px 0 5px;
}

.ticket-form input, .ticket-form select, .newsletter-form input {
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px 0;
}

.social-links {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.social-links li {
  margin: 0 10px;
}

.social-links a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.btn-primary:hover {
  background-color: #969696;
  transition: background-color 0.3s ease;
}
.detailsFlex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .detailsFlex{
    flex-direction: column;
  }
}
.detailsimg {
  width: 50%;
}
@media (max-width: 600px) {
  .detailsimg {
    width: 100%;
  }
}
.programFlex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .programFlex {
    flex-direction: column;
  }
}
.detailsimg2 {
  width: 50%;
}
@media (max-width: 600px) {
  .detailsimg2 {
    width: 100%;
  }
}
.reviews {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 600px) {
  .reviews {
    flex-direction: column;
  }
}
.review {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
  max-width: 400px;
  border: 1px solid #ffbeb2;
  padding: 40px;
  border-radius: 10px;
  background-color: #fffbfb;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #fff; 
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #d1bde1;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 43, 0.7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

/*** Service ***/
.service-item {
    height: 420px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
    transition: 0.5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: 0.5s;
}

.service-item i,
.service-item h5,
.service-item p {
    transition: 0.5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #ffffff !important;
}

/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, 0.1), rgba(15, 23, 43, 0.1)),
        url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}

/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(15, 23, 43, 0.7), rgba(15, 23, 43, 0.7)),
        url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    padding-left: 65px;
    padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
    padding: 30px;
}

.testimonial-item img {
    object-fit: cover;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--primary);
    border-radius: 2px;
    font-size: 18px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: #ffffff;
}

/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: 0.5s;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}

/*** Footer ***/

/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

@media (max-width: 700px) {
    .cookie-wrapper {
        width: 100%;
    }
}
@media (max-width: 600px) {
  .contact-img {
    display: none;
  }
}

.cookie-wrapper {
    position: fixed;
    bottom: 0px;
    right: 0;
    width: 40%;
    background: #fff;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgb(0, 0, 0);
    z-index: 999;
    @media (max-width: 600px) {
        width: 100%;
    }
}
.cookie-wrapper .show {
    right: 20px;
}

.hidden {
    display: none;
}
header i {
    color: #4a178f;
    font-size: 32px;
    text-align: center;
}
header h2 {
    color: #4a178f;
    font-weight: 500;
    text-align: center;
}
.data {
    text-align: center;
}
.data p a {
    color: #4a178f;
    text-decoration: none;
    text-align: center !important;
}
.data p a:hover {
    text-decoration: underline;
}
.buttons {
    padding: 20px 0px;
    text-align: center;
}
.buttons .cookie-button {
    border: 2px solid #4a178f;
    color: #fff;
    padding: 8px 0;
    background: #4a178f;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.5s ease;
    max-width: 150px;
    border-radius: 0;
}
.buttons #acceptBtn:hover {
    background-color: transparent;
    color: #4a178f;
}
#declineBtn {
    background-color: #fff;
    color: #4a178f;
}
#declineBtn:hover {
    background-color: #4a178f;
    color: #fff;
}
/* Footer Style */
.title {
  color: #4a178f;
  font-size: 2.5em;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.song-producer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.step {
  border: 1px solid #fff;
  padding: 20px;
  margin-bottom: 40px;
}
.step:hover {
  border: 1px solid #5b5b5b;

}

.producer {
  flex: 0 0 45%;
  margin: 20px 0;
  padding: 20px;
  text-align: center;
  background-color: rgba(237, 237, 237, 0.08);
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  border-radius: 20px;
}
.producer:hover {
  background-color: #dfefff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.producer-img {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  object-fit: cover;
  margin-bottom: 20px;
}

.producer-name {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 10px;
}

.producer-description {
  font-size: 1.1em;
  color: #555;
  line-height: 1.6;
}
.title2 {
  color: #4a178f;
  font-size: 2.5em;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.client {
  margin: 20px 0;
  text-align: center;
  background: #dfefff;
  padding: 20px;
}
.client:hover {
  background: #fff;
}
.client-img {
  max-width: 550px;
  /* border-radius: 50%; */
  object-fit: cover;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.client-name {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 5px;
}

.client-years {
  font-size: 1.2em;
  color: #666;
}
.block {
  margin-bottom: 20px;
  padding: 40px;
  background-color: rgba(237, 237, 237, 0.08);

  border-radius: 8px;
}
.block:hover {
  background-color: #c3c3c3;
}
.block img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}
.block p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 900px) {
  .header {
  padding: 100px 0 100px;
  }
  .title {
    font-size: 32px;
  }
  
.song-producer {
  display: block;
  flex-wrap: wrap;
  justify-content: space-around;
}
.producer { 
  padding: 3px;
}
.container {
  width: 93%;
}
.block {
  padding: 40px 4px;
}
}
.founder_img {
  width: 50%;
  margin-bottom: 10px;
}

@media (max-width: 700px) {
.founder_img { 
  width: 100%;
}
}
/* new styles  */


  :root {
    --bg-light: #E6F7FA;
    --text-dark: #2C3E50;
    --text-medium: #555555;
    --accent-main: #30CFCF;
  }
/* styles.css */

/* Hero-секція з фон-картинкою */
.hero {
  position: relative;
  height: 100vh;
  background: url('../img/hero-bg.webp') center/cover no-repeat;
  border-radius: 8px;
  overflow: hidden;
}
.hero .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

/* Текст злегка вирізняється на фоні */
.hero h1,
.hero h2 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  color: #fff;
}

/* Кнопка-акцент */
.btn-accent {
  background-color: #4a178f;
  border-color: #4a178f;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s, transform 0.2s;
  color: #fff;

}
.btn-accent:hover {
  background-color: #3a0f6d;
  border-color: #3a0f6d;
  transform: translateY(-2px);
}


  /* new footer */
  :root {
    --footer-bg: #2C3E50;
    --footer-accent: #30CFCF;
    --footer-link-hover: #A0E7E5;
    --footer-text: #ffffff;
    --footer-muted: #BBBBBB;
  }

  .footer {
    background-color: var(--footer-bg);
    color: var(--footer-text);
    padding: 60px 0;
    font-size: 0.95rem;
  }

  .footer a {
    color: var(--footer-muted);
    text-decoration: none;
    transition: color .3s;
  }
  .footer a:hover {
    color: var(--footer-accent);
  }

  .footer .footer-brand {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--footer-accent);
    text-transform: uppercase;
  }

  .footer .footer-section-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
  }


  .footer .footer-links li {
    margin-bottom: 10px;
  }

  .footer .footer-contact p {
    margin-bottom: 10px;
    color: var(--footer-muted);
  }

  .footer-social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    border: 1px solid var(--footer-muted);
    border-radius: 50%;
    text-align: center;
    transition: all .3s;
  }
  .footer-social a:hover {
    background: var(--footer-accent);
    border-color: var(--footer-accent);
    color: #fff;
  }

  .footer-bottom {
    border-top: 1px solid #444;
    padding-top: 20px;
    margin-top: 40px;
    text-align: center;
    color: var(--footer-muted);
  }

  /* new styles  */


#top-games {
  background-color: #f9f9fb;
  padding-top: 60px;
  padding-bottom: 60px;
}
#top-games .section-title {
  font-weight: 700;
  color: #4a178f;
  position: relative;
}


/* Yksittäinen pelikortti */
.game-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}
.game-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.game-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.game-card-body {
  padding: 1.25rem;
}
.game-card-title {
  margin-bottom: 0.75rem;
  color: #4a178f;
  font-size: 1.95rem;
  font-weight: 600;
}
.game-card-body p {
  margin: 0;
  color: #333;
  line-height: 1.5;
}
/* styles.css */

/* — Uudet gadgetit pelaajille — */
#new-gadgets {
  background-color: #ffffff;
}
#new-gadgets .section-title {
  color: #4a178f;
  font-weight: 700;
  position: relative;
}

.gadget-card {
  position: relative;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}

.gadget-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.gadget-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.gadget-card .card-body {
  padding: 1.5rem;
}
.gadget-card .card-title {
  color: #4a178f;
  font-size: 1.9rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.gadget-card .specs li {
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
#gadget-card .lead {
  color: #555;
}

:root {
  --primary-color: #4a178f;
  --primary-light: #6b46c1;
  --primary-dark: #371663;
  --accent-color: #8b5cf6;
  --bg-color: #ffffff;
  --text-dark: #1f2937;
  --text-light: #6b7280;
  --border-radius: 16px;
  --shadow: 0 8px 32px rgba(74, 23, 143, 0.1);
  --gradient: linear-gradient(135deg, #4a178f 0%, #6b46c1 100%);
}
.news-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
  overflow: hidden;
}

.news-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%234a178f" fill-opacity="0.03"><circle cx="30" cy="30" r="2"/></g></svg>') repeat;
  pointer-events: none;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.section-title {
  font-size: 3rem;
  font-weight: 800;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  position: relative;
}

.section-subtitle {
  color: var(--text-light);
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}

.news-card {
  background: var(--bg-color);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
  border: 1px solid rgba(74, 23, 143, 0.1);
  overflow: hidden;
  height: 100%;
  position: relative;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(74, 23, 143, 0.15);
  border-color: var(--primary-color);
}

.news-image {
  width: 100%;
  height: 220px;
  background: var(--gradient);
  position: relative;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-card:hover .news-image img {
  transform: scale(1.05);
}

.news-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(transparent, rgba(0,0,0,0.3));
}

.news-content {
  padding: 25px;
  position: relative;
}

.news-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 15px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.news-card:hover .news-title {
  color: var(--primary-color);
}

.news-excerpt {
  color: var(--text-light);
  font-size: 0.95rem;
  margin-bottom: 20px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e7eb;
}

.news-date {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.news-category {
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.news-author {
  color: var(--text-light);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.read-more-btn {
  background: var(--gradient);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.read-more-btn:hover {
  color: white;
  transform: translateX(4px);
  box-shadow: 0 8px 25px rgba(74, 23, 143, 0.3);
}

.news-location {
  color: var(--text-light);
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.gaming-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 1.2rem;
  z-index: 2;
}

@media (max-width: 768px) {
  .section-title {
      font-size: 2.2rem;
  }
  
  .news-section {
      padding: 50px 0;
  }
  
  .section-header {
      margin-bottom: 40px;
  }
}

.pulse-animation {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}.casino-section {
  padding: 100px 0;
  background: linear-gradient(rgba(74, 23, 143, 0.85), rgba(107, 70, 193, 0.85)), url('../img/casino-section-bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
  position: relative;
  overflow: hidden;
}

.casino-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.05"><circle cx="40" cy="40" r="3"/></g></svg>') repeat;
  pointer-events: none;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 25px;
  position: relative;
}

.section-intro {
  font-size: 1.3rem;
  max-width: 900px;
  margin: 0 auto;
  opacity: 0.95;
  line-height: 1.7;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.content-container {
  position: relative;
  z-index: 2;
}

.bonus-types {
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--border-radius);
  padding: 40px;
  margin: 60px 0;
  box-shadow: var(--shadow);
  color: var(--text-dark);
}

.bonus-types h3 {
  color: var(--primary-color);
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.bonus-list {
  list-style: none;
  padding: 0;
}

.bonus-item {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  border-left: 5px solid var(--primary-color);
  transition: all 0.3s ease;
  position: relative;
}

.bonus-item:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 25px rgba(74, 23, 143, 0.15);
}

.bonus-item strong {
  color: var(--primary-color);
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.bonus-item .material-icons {
  font-size: 1.4rem;
}

.selection-guide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 60px 0;
}

.guide-section {
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--border-radius);
  padding: 40px;
  box-shadow: var(--shadow);
  color: var(--text-dark);
}

.guide-section h3 {
  color: var(--primary-color);
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.guide-list {
  counter-reset: guide-counter;
  list-style: none;
  padding: 0;
}

.guide-item {
  counter-increment: guide-counter;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 60px;
  transition: all 0.3s ease;
}

.guide-item::before {
  content: counter(guide-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--gradient);
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}

.guide-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(74, 23, 143, 0.15);
}

.guide-item strong {
  color: var(--primary-color);
  font-weight: 700;
}

.stats-section {
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--border-radius);
  padding: 40px;
  margin: 60px 0;
  box-shadow: var(--shadow);
  color: var(--text-dark);
}

.stats-section h3 {
  color: var(--primary-color);
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.stat-card {
  background: var(--gradient);
  color: white;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.1"><circle cx="20" cy="20" r="2"/></g></svg>') repeat;
  pointer-events: none;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.stat-label {
  font-size: 0.95rem;
  opacity: 0.9;
  position: relative;
  z-index: 1;
}

.stat-list {
  list-style: none;
  padding: 0;
}

.stat-item {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 12px;
  border-left: 4px solid var(--accent-color);
  font-size: 1rem;
}

.conclusion {
  background: var(--gradient);
  border-radius: var(--border-radius);
  padding: 40px;
  margin-top: 60px;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.conclusion::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.08"><circle cx="30" cy="30" r="3"/></g></svg>') repeat;
  pointer-events: none;
}

.conclusion p {
  font-size: 1.2rem;
  margin: 0;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
  .section-title {
      font-size: 2.5rem;
  }
  
  .selection-guide {
      grid-template-columns: 1fr;
      gap: 30px;
  }
  
  .casino-section {
      padding: 60px 0;
      background-attachment: scroll;
  }
  
  .stats-grid {
      grid-template-columns: 1fr;
  }
}

.floating-element {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.floating-element:nth-child(1) {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.floating-element:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.floating-element:nth-child(3) {
  width: 40px;
  height: 40px;
  top: 80%;
  left: 70%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}
.expert-tips-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
  overflow: hidden;
}

.expert-tips-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%234a178f" fill-opacity="0.02"><circle cx="40" cy="40" r="3"/></g></svg>') repeat;
  pointer-events: none;
}

.section-container {
  position: relative;
  z-index: 2;
}

.section-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  position: relative;
}

.section-subtitle {
  color: var(--text-light);
  font-size: 1.3rem;
  max-width: 600px;
  margin: 0 auto;
}

.tips-container {
  display: flex;
  align-items: center;
  gap: 60px;
  background: var(--bg-color);
  border-radius: var(--border-radius);
  padding: 50px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(74, 23, 143, 0.1);
  position: relative;
  overflow: hidden;
}

.tips-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--gradient);
}

.tips-content {
  flex: 1;
}

.tips-image {
  flex: 0 0 400px;
  position: relative;
}

.tips-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: var(--border-radius);
  box-shadow: 0 20px 60px rgba(74, 23, 143, 0.2);
  transition: transform 0.3s ease;
}

.tips-image:hover img {
  transform: scale(1.02);
}

.expert-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  background: var(--gradient);
  color: white;
  padding: 15px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 8px 25px rgba(74, 23, 143, 0.3);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 3;
}

.tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tip-item {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 25px;
  border-left: 5px solid var(--primary-color);
  position: relative;
  transition: all 0.3s ease;
  counter-increment: tip-counter;
}

.tips-list {
  counter-reset: tip-counter;
}

.tip-item::before {
  content: counter(tip-counter);
  position: absolute;
  left: -15px;
  top: 20px;
  background: var(--gradient);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  box-shadow: 0 4px 15px rgba(74, 23, 143, 0.3);
}

.tip-item:hover {
  transform: translateX(10px);
  box-shadow: 0 15px 40px rgba(74, 23, 143, 0.15);
  border-left-color: var(--accent-color);
}

.tip-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 15px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.tip-title .material-icons {
  font-size: 1.6rem;
}

.tip-description {
  color: var(--text-dark);
  font-size: 1rem;
  line-height: 1.7;
  margin-left: 15px;
}

.gaming-elements {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.05;
  font-size: 300px;
  color: var(--primary-color);
  pointer-events: none;
}

.floating-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.floating-icon {
  position: absolute;
  color: var(--primary-color);
  opacity: 0.1;
  animation: float-icon 8s ease-in-out infinite;
}

.floating-icon:nth-child(1) {
  top: 20%;
  left: 5%;
  font-size: 2rem;
  animation-delay: 0s;
}

.floating-icon:nth-child(2) {
  top: 60%;
  right: 10%;
  font-size: 1.5rem;
  animation-delay: 2s;
}

.floating-icon:nth-child(3) {
  bottom: 20%;
  left: 15%;
  font-size: 1.8rem;
  animation-delay: 4s;
}

.floating-icon:nth-child(4) {
  top: 30%;
  right: 25%;
  font-size: 1.3rem;
  animation-delay: 6s;
}

@keyframes float-icon {
  0%, 100% { 
      transform: translateY(0px) rotate(0deg); 
      opacity: 0.1;
  }
  50% { 
      transform: translateY(-20px) rotate(5deg); 
      opacity: 0.2;
  }
}

.pro-tip-highlight {
  background: var(--gradient);
  color: white;
  padding: 20px;
  border-radius: 12px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.pro-tip-highlight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.1"><circle cx="20" cy="20" r="2"/></g></svg>') repeat;
  pointer-events: none;
}

.pro-tip-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}

.pro-tip-content .material-icons {
  font-size: 2rem;
}

@media (max-width: 1200px) {
  .tips-image {
      flex: 0 0 350px;
  }
}

@media (max-width: 992px) {
  .tips-container {
      flex-direction: column;
      text-align: center;
      gap: 40px;
  }

  .tips-image {
      flex: none;
      width: 100%;
      max-width: 500px;
  }

  .expert-badge {
      top: 15px;
      right: 15px;
  }
}

@media (max-width: 768px) {
  .section-title {
      font-size: 2.5rem;
  }

  .expert-tips-section {
      padding: 60px 0;
  }

  .tips-container {
      padding: 30px;
      margin: 0 15px;
  }

  .tips-image img {
      height: 300px;
  }

  .tip-item {
      padding: 25px;
  }
}
/* Newsletter Section */
.newsletter-section {
  padding: 100px 0;
  background: var(--gradient);
  color: white;
  position: relative;
  overflow: hidden;
}

.newsletter-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.1"><circle cx="30" cy="30" r="3"/></g></svg>') repeat;
  pointer-events: none;
}

.newsletter-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.newsletter-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
}

.newsletter-title .material-icons {
  font-size: 4rem;
}

.newsletter-description {
  font-size: 1.2rem;
  margin-bottom: 50px;
  opacity: 0.95;
  line-height: 1.7;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.form-placeholder {
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--border-radius);
  padding: 50px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  color: var(--text-dark);
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  overflow: hidden;
}

.form-placeholder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--gradient);
}

.form-placeholder h4 {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-placeholder p {
  color: var(--text-light);
  margin-bottom: 0;
  font-style: italic;
}

.floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.floating-element {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: float-newsletter 8s ease-in-out infinite;
}

.floating-element:nth-child(1) {
  width: 100px;
  height: 100px;
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.floating-element:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 70%;
  right: 15%;
  animation-delay: 3s;
}

.floating-element:nth-child(3) {
  width: 80px;
  height: 80px;
  bottom: 20%;
  left: 70%;
  animation-delay: 6s;
}

@keyframes float-newsletter {
  0%, 100% { transform: translateY(0px) scale(1); }
  50% { transform: translateY(-30px) scale(1.1); }
}

/* Contact Section */
.contact-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
}

.contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%234a178f" fill-opacity="0.02"><circle cx="40" cy="40" r="3"/></g></svg>') repeat;
  pointer-events: none;
}

.contact-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.contact-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.contact-title .material-icons {
  color: var(--primary-color);
  font-size: 4rem;
}

.contact-description {
  color: var(--text-dark);
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: 1.7;
}

.contact-subdescription {
  color: var(--text-light);
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  position: relative;
  z-index: 2;
}

.contact-info {
  background: var(--bg-color);
  border-radius: var(--border-radius);
  padding: 50px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(74, 23, 143, 0.1);
  position: relative;
  overflow: hidden;
}

.contact-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--gradient);
}

.contact-info h3 {
  color: var(--primary-color);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 12px;
  transition: all 0.3s ease;
  border-left: 4px solid var(--primary-color);
}

.contact-item:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 25px rgba(74, 23, 143, 0.15);
  border-left-color: var(--accent-color);
}

.contact-item .material-icons {
  color: var(--primary-color);
  font-size: 1.8rem;
  background: rgba(74, 23, 143, 0.1);
  padding: 8px;
  border-radius: 50%;
}

.contact-text {
  flex: 1;
}

.contact-label {
  font-weight: 700;
  color: var(--primary-color);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.contact-value {
  color: var(--text-dark);
  font-size: 1.1rem;
}

.map-container {
  background: var(--bg-color);
  border-radius: var(--border-radius);
  padding: 20px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(74, 23, 143, 0.1);
  position: relative;
  overflow: hidden;
}

.map-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--gradient);
}

.map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 12px;
}

.map-title {
  color: var(--primary-color);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.response-time {
  background: var(--gradient);
  color: white;
  padding: 15px 25px;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 0.9rem;
}

@media (max-width: 992px) {
  .contact-container {
      grid-template-columns: 1fr;
      gap: 40px;
  }
}

@media (max-width: 768px) {
  .newsletter-title,
  .contact-title {
      font-size: 2.5rem;
      flex-direction: column;
      gap: 15px;
  }

  .newsletter-section,
  .contact-section {
      padding: 60px 0;
  }

  .form-placeholder,
  .contact-info {
      padding: 30px;
      margin: 0 15px;
  }

  .contact-header {
      margin-bottom: 50px;
  }

  .map-container iframe {
      height: 300px;
  }
}
  /* Mission Section */
  .mission-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.mission-container {
    display: flex;
    align-items: center;
    gap: 60px;
    background: var(--bg-color);
    border-radius: var(--border-radius);
    padding: 50px;
    box-shadow: var(--shadow);
    border-left: 5px solid var(--primary-color);
}

.mission-content {
    flex: 2;
}

.mission-image {
    flex: 1;
    text-align: center;
}

.mission-image img {
    width: 100%;
    max-width: 300px;
    height: 450px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(74, 23, 143, 0.2);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.section-title .material-icons {
    font-size: 3rem;
    background: var(--gradient);
    color: white;
    padding: 12px;
    border-radius: 50%;
}

.section-text {
    color: var(--text-dark);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* History Section */
.history-section {
    padding: 100px 0;
    background: var(--bg-color);
}

.history-container {
    display: flex;
    align-items: center;
    gap: 60px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: var(--border-radius);
    padding: 50px;
    box-shadow: var(--shadow);
    border-right: 5px solid var(--accent-color);
}

.history-image {
    flex: 1;
    text-align: center;
}

.history-image img {
    width: 100%;
    max-width: 300px;
    height: 550px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(139, 92, 246, 0.2);
}

.history-content {
    flex: 2;
}

/* Values Section */
.values-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.values-container {
    background: var(--bg-color);
    border-radius: var(--border-radius);
    padding: 50px;
    box-shadow: var(--shadow);
    border-top: 5px solid var(--primary-color);
    text-align: center;
}

.values-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.values-title .material-icons {
    font-size: 3rem;
    background: var(--gradient);
    color: white;
    padding: 12px;
    border-radius: 50%;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.value-card {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 12px;
    padding: 30px;
    text-align: left;
    border-left: 4px solid var(--primary-color);
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(74, 23, 143, 0.15);
}

.value-card:nth-child(2) {
    border-left-color: var(--accent-color);
}

.value-card:nth-child(3) {
    border-left-color: var(--primary-light);
}

.value-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.value-icon {
    background: var(--gradient);
    color: white;
    padding: 10px;
    border-radius: 50%;
    font-size: 1.5rem;
}

.value-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-color);
}

.value-description {
    color: var(--text-dark);
    font-size: 1rem;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
    .mission-container,
    .history-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .history-container {
        flex-direction: column-reverse;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .mission-section,
    .history-section,
    .values-section {
        padding: 60px 0;
    }

    .mission-container,
    .history-container,
    .values-container {
        padding: 30px;
        margin: 0 15px;
    }

    .section-title,
    .values-title {
        font-size: 2rem;
        flex-direction: column;
        gap: 10px;
    }

    .mission-image img,
    .history-image img {
        height: 200px;
    }
}
.articles-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
  overflow: hidden;
}

.articles-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%234a178f" fill-opacity="0.03"><circle cx="30" cy="30" r="2"/></g></svg>') repeat;
  pointer-events: none;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: 3rem;
  font-weight: 800;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.section-title .material-icons {
  color: var(--primary-color);
  font-size: 3.5rem;
}

.section-subtitle {
  color: var(--text-light);
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}

.articles-container {
  position: relative;
  z-index: 2;
}

.article-card {
  background: var(--bg-color);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  margin-bottom: 40px;
  overflow: hidden;
  border: 1px solid rgba(74, 23, 143, 0.1);
  transition: all 0.3s ease;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(74, 23, 143, 0.15);
  border-color: var(--primary-color);
}

.article-content {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.article-image {
  flex: 0 0 300px;
  position: relative;
  overflow: hidden;
}

.article-image img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.article-card:hover .article-image img {
  transform: scale(1.05);
}

.category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--gradient);
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
}

.category-badge.gadget {
  background: linear-gradient(135deg, #10b981 0%, #065f46 100%);
}

.category-badge .material-icons {
  font-size: 1rem;
}

.article-text {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.article-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 15px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.article-card:hover .article-title {
  color: var(--primary-color);
}

.article-excerpt {
  color: var(--text-light);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}

.article-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #e5e7eb;
}

.article-author {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.article-author .material-icons {
  font-size: 1.2rem;
}

.read-more {
  background: var(--gradient);
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.read-more:hover {
  color: white;
  transform: translateX(3px);
  box-shadow: 0 4px 15px rgba(74, 23, 143, 0.3);
}

.article-number {
  position: absolute;
  top: -10px;
  right: 20px;
  background: var(--gradient);
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 4px 15px rgba(74, 23, 143, 0.3);
}

@media (max-width: 992px) {
  .article-content {
      flex-direction: column;
  }

  .article-image {
      flex: none;
      height: 200px;
  }

  .article-meta {
      flex-direction: column;
      gap: 15px;
      align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .articles-section {
      padding: 60px 0;
  }

  .section-title {
      font-size: 2.2rem;
      flex-direction: column;
      gap: 10px;
  }

  .article-card {
      margin: 0 15px 30px;
  }

  .article-text {
      padding: 25px;
  }

  .article-title {
      font-size: 1.3rem;
  }
}

.trending-indicator {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary-color);
  padding: 8px;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}
.game-news-section {
  padding: 100px 0;
  background: var(--bg-color);
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: 3rem;
  font-weight: 800;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.section-title .material-icons {
  color: var(--primary-color);
  font-size: 3.5rem;
}

.section-subtitle {
  color: var(--text-light);
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 30px;
  counter-reset: news-counter;
}

.news-card {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: var(--border-radius);
  padding: 30px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(74, 23, 143, 0.1);
  position: relative;
  transition: all 0.3s ease;
  counter-increment: news-counter;
  overflow: hidden;
}

.news-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--gradient);
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(74, 23, 143, 0.15);
  background: var(--bg-color);
}

.news-number {
  position: absolute;
  top: -15px;
  right: 20px;
  background: var(--gradient);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.2rem;
  box-shadow: 0 4px 15px rgba(74, 23, 143, 0.3);
}

.news-number::before {
  content: counter(news-counter);
}

.game-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(74, 23, 143, 0.1);
  color: var(--primary-color);
  padding: 12px;
  border-radius: 50%;
  font-size: 1.8rem;
}

.game-icon.rpg {
  background: rgba(139, 69, 19, 0.1);
  color: #8b4513;
}

.game-icon.fps {
  background: rgba(220, 38, 127, 0.1);
  color: #dc2563;
}

.game-icon.casino {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
}

.news-content {
  margin-top: 40px;
}

.news-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 15px;
  line-height: 1.4;
  padding-right: 50px;
}

.news-description {
  color: var(--text-light);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid rgba(74, 23, 143, 0.1);
}

.game-category {
  background: var(--gradient);
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.game-category.rpg {
  background: linear-gradient(135deg, #8b4513 0%, #5d2f02 100%);
}

.game-category.fps {
  background: linear-gradient(135deg, #dc2563 0%, #9f1239 100%);
}

.game-category.casino {
  background: linear-gradient(135deg, #10b981 0%, #047857 100%);
}

.game-category .material-icons {
  font-size: 1rem;
}

.read-more-btn {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background: var(--primary-color);
  color: white;
  transform: translateX(3px);
}

.platform-tags {
  display: flex;
  gap: 8px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.platform-tag {
  background: rgba(74, 23, 143, 0.1);
  color: var(--primary-color);
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 500;
}

.hot-badge {
  position: absolute;
  top: 15px;
  right: 60px;
  background: #ef4444;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  animation: pulse-hot 2s infinite;
}

@keyframes pulse-hot {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.floating-gamepad {
  position: absolute;
  color: var(--primary-color);
  opacity: 0.05;
  font-size: 8rem;
  animation: float-slow 15s ease-in-out infinite;
}

.floating-gamepad:nth-child(1) {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.floating-gamepad:nth-child(2) {
  top: 60%;
  right: 10%;
  animation-delay: 5s;
}

.floating-gamepad:nth-child(3) {
  bottom: 20%;
  left: 70%;
  animation-delay: 10s;
}

@keyframes float-slow {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-30px) rotate(5deg); }
}

@media (max-width: 768px) {
  .game-news-section {
      padding: 60px 0;
  }

  .section-title {
      font-size: 2.2rem;
      flex-direction: column;
      gap: 10px;
  }

  .news-grid {
      grid-template-columns: 1fr;
      gap: 25px;
      margin: 0 15px;
  }

  .news-card {
      padding: 25px;
  }

  .news-title {
      font-size: 1.2rem;
      padding-right: 30px;
  }

  .news-meta {
      flex-direction: column;
      gap: 15px;
      align-items: flex-start;
  }
}
/* Top Games Section */
.top-games-section {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.section-title {
  font-size: 3rem;
  font-weight: 800;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.game-card {
  background: var(--bg-color);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(74, 23, 143, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(74, 23, 143, 0.15);
}

.game-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.game-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.game-card:hover .game-image img {
  transform: scale(1.1);
}

.rank-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--gradient);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.5rem;
  box-shadow: 0 4px 15px rgba(74, 23, 143, 0.3);
  z-index: 2;
}

.rank-badge.gold {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
}

.rank-badge.silver {
  background: linear-gradient(135deg, #9ca3af 0%, #6b7280 100%);
}

.rank-badge.bronze {
  background: linear-gradient(135deg, #cd7c2f 0%, #92400e 100%);
}

.game-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.game-description {
  color: var(--text-dark);
  line-height: 1.6;
}

/* Reviews Section */
.reviews-section {
  background: var(--bg-color);
}

.review-card {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: var(--border-radius);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.review-card:hover {
  transform: translateX(5px);
  box-shadow: var(--shadow);
}

.review-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: var(--accent-color);
}

.star-rating {
  color: #fbbf24;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.star-rating .material-icons {
  font-size: inherit;
}

.review-game-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.review-text {
  color: var(--text-dark);
  line-height: 1.6;
}

.trophy-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(251, 191, 36, 0.9);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.crown-decoration {
  position: absolute;
  top: -5px;
  right: 20px;
  color: #fbbf24;
  font-size: 2rem;
  z-index: 3;
}

.floating-stars {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.floating-star {
  position: absolute;
  color: var(--primary-color);
  opacity: 0.1;
  animation: float-star 8s ease-in-out infinite;
}

.floating-star:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.floating-star:nth-child(2) {
  top: 60%;
  right: 15%;
  animation-delay: 3s;
}

.floating-star:nth-child(3) {
  bottom: 30%;
  left: 70%;
  animation-delay: 6s;
}

@keyframes float-star {
  0%, 100% { 
      transform: translateY(0px) rotate(0deg); 
      opacity: 0.1;
  }
  50% { 
      transform: translateY(-20px) rotate(180deg); 
      opacity: 0.2;
  }
}

.genre-tag {
  background: rgba(74, 23, 143, 0.1);
  color: var(--primary-color);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .section-title {
      font-size: 2.2rem;
  }
  
  .game-image {
      height: 150px;
  }
}