* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: url(/wp-content/themes/techfile_6zf3wv7u/images/home-bg.png) no-repeat center;
    background-size: cover;
    color: #ffffff;
    line-height: 1.2;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.cookie-banner.hidden {
    display: none;
}

.cookie-content {
    background-color: #000000;
    border-radius: 30px;
    padding: 50px;
    max-width: 700px;
    width: 100%;
    text-align: center;
}

.cookie-content h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 30px;
}

.cookie-content p {
    font-size: 18px;
    color: #b8b8b8;
    margin-bottom: 40px;
    line-height: 1.6;
}

.cookie-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-accept,
.btn-decline {
    background-color: rgba(182, 149, 217, 1);
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 50px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: 'Montserrat', sans-serif;
}

.btn-accept:hover,
.btn-decline:hover {
    background-color: #a593d7;
}

/* Navigation */
.navbar {
    background-color: rgba(182, 149, 217, 1);
    padding: 8px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.nav-links {
    display: flex;
    gap: 10px;
}

.nav-link {
    background-color: transparent;
    color: #000000;
    padding: 12px 32px;
    line-height: 1;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
}

.nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.nav-link.active {
    background-color: #ffffff;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    background: url(/wp-content/themes/techfile_6zf3wv7u/images/bg.png) no-repeat center;
    background-size: cover;
    padding: 8px 24px;
    line-height: 1;
    border-radius: 16px;
    text-decoration: none;
}

.logo img {
    width: 32px;
    height: 32px;
}

.logo span {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.nav-spacer {
    width: 128px;
}

/* Hero Section */
.hero {
  padding: 20px;
}

.hero .container {
  display: grid;
  grid-template-columns: 1fr 250px 1fr;
  gap: 12px;
}

.hero-title {
  display: flex;
  flex-direction: column;
 background: rgba(182, 149, 217, 1) url(/wp-content/themes/techfile_6zf3wv7u/images/1.png) no-repeat center right / 260px;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  padding: 20px 8px;
}

.hero-decor {
  background: url(/wp-content/themes/techfile_6zf3wv7u/images/bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.hero h1 {
  margin-top: auto;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 52px;
}

.hero-text {
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
}

/* Games Grid */
.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin-bottom: 60px;
}

.game-card {
    aspect-ratio: 1;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s;
    display: block;
}

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

.game-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-text {
  display: flex;
  flex-direction: column;
  gap: 340px;
  background: rgba(182, 149, 217, 1) url(/wp-content/themes/techfile_6zf3wv7u/images/2.png) no-repeat bottom center;
  background-size: contain;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  padding: 32px 8px 20px;
}

.hero-btn {
  display: flex;
  width: max-content;
  max-width: 100%;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
  padding: 14px 60px;
  color: rgba(100, 58, 146, 1);
  font-weight: 600;
  font-size: 20px;
  line-height: 132%;
  border-radius: 100px;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  transform: scale(1.02);
}


/* About Section */
.about-section {
    padding: 60px 20px;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.1;
}

.section-title-lg {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.4;
}

.values-grid {

    margin-bottom: 20px;

}

.values-grid img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

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

.value-circle {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border: 2px solid #4a4458;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.value-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.value-content p {
    font-size: 14px;
    color: #b8b8b8;
}

.about-text {
    text-align: center;
    font-size: 18px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto 80px;
    line-height: 1.8;
}

.about-text span {
  color: rgba(182, 149, 217, 1);
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    align-items: flex-end;
    margin-bottom: 80px;
}

.info-card {
    border-radius: 30px;
}

.info-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.features-list {
    list-style: none;
    color: #fff;
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.features-list li {
    margin-bottom: 10px;
}

/* FAQ Section */
.faq-section {
    margin-top: 80px;
}

.faq-header {
    margin-bottom: 20px;
}

.faq-badge {
    background: transparent;
    border: 1px solid rgba(182, 149, 217, 1);
    color: #fff;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.faq-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}



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

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
  border-bottom: 2px solid rgba(182, 149, 217, 1);

}

.faq-item summary {
    display: flex;
  gap: 10px;
  font-size: 24px;
  justify-content: space-between;
  align-items: center;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::after {
  content: '';
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  background: url(/wp-content/themes/techfile_6zf3wv7u/images/cta.svg) no-repeat center;
  background-size: contain;
  padding-bottom: 8px;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-answer {
    margin-bottom: 16px;
    color: rgba(217, 217, 217, 1);
    padding-right: 60px;
}

/* Footer */
.footer {
    background-color: rgba(182, 149, 217, 1);
    padding: 40px 20px;
    margin-top: 60px;
}

.footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

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

.footer-logo img {
    width: 32px;
    height: 32px;
}

.footer-logo span {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.footer-links {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-links a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    background-color: #00acee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link:last-child {
    background-color: #3b5998;
}

.social-link img {
    width: 20px;
    height: 20px;
}

.footer-copyright {
    color: #4a4458;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 48px;
    }

    .hero-text {
        font-size: 18px;
    }

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

    .nav-spacer {
        display: none;
    }

    .navbar .container {
        flex-direction: column;
        gap: 8px;
    }

    .hero .container {
      grid-template-columns: 1fr;
    }

    .section-title,
    .section-title-lg,
    .faq-title {
        font-size: 38px;
    }

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

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

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

@media (max-width: 480px) {
    .hero h1 {
        font-size: 36px;
    }

    .cookie-content {
        padding: 30px;
    }

    .cookie-content h2 {
        font-size: 36px;
    }
}

/* Game Page Styles */
.game-page {
    padding: 80px 0;
}

.game-page h1 {
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.game-description {
    max-width: 1000px;
    margin: 0 auto 60px;
}

.game-description p {
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    text-align: center;
}

.game-image-container {
    max-width: 220px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: center;
}

.game-featured-image {
    width: 100%;
    max-width: 220px;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.game-content {
    max-width: 720px;
    margin-left: auto;
    margin-bottom: 60px;
}

.game-content p {
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    text-align: right;
}

.game-screenshot {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.game-screenshot img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .game-page h1 {
        font-size: 48px;
    }

    .game-description p,
    .game-content p {
        font-size: 16px;
    }

    .game-featured-image {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .game-page h1 {
        font-size: 36px;
    }

    #about .section-title {
      margin-bottom: 0;
    }
  .values-grid img {
    content: url(/wp-content/themes/techfile_6zf3wv7u/images/about-mob.png);
  }

  .about-section,
  .hero {
    padding-left: 0;
    padding-right: 0;
  }

}

.games {
  padding-top: 60px;

}

.games p {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

.games p span {
  color: rgba(182, 149, 217, 1);
}

.games .games-grid {
  margin-top: 20px;
}

.game-content + a {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.policy {
  padding-top: 60px;
  padding-bottom: 40px;
}

.policy h1 {
  margin-bottom: 40px;
}

.policy-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.policy-content li {
  list-style-position: inside;
}

.policy-content a {
  color: #fff;
  text-decoration: none;
}