.policy,
.success {
  padding-block: 210px 60px;
  min-height: 92vh;
}

.success__text {
  margin-bottom: 27px;
}

.policy__title,
.success__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 110%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 28px;
}

.policy__text h2 {
  text-align: left;
  font-size: 22px;
}

.policy__text ul {
  padding-left: 20px;
}

.policy__text h2,
.policy__text p,
.policy__text ul {
  margin-bottom: 19px;
}

.policy__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
}

.policy__link {
  color: #fff;
}

h1,
h2,
h3,
h4 {
  word-break: break-word;
}

html {
  scroll-behavior: smooth;
}

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

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  color: #ffffff;
  background: #000000;
  overflow-x: hidden;
}

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

/* Utility Classes */
.hidden {
  display: none !important;
}

.btn-primary {
  background: #e6ff33;
  color: #000000;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-primary:hover {
  background: #d4f020;
  transform: translateY(-2px);
}

.btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-secondary:hover {
  background: #ffffff;
  color: #000000;
}

.btn-large {
  padding: 16px 32px;
  font-size: 16px;
}

/* Black Screen */
.black-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.black-screen-content {
  text-align: center;
}

.black-screen-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.black-screen-content p {
  font-size: 1.2rem;
  color: #cccccc;
}

/* Popup Styles */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.popup-content {
  background: #2a2a2a;
  border-radius: 16px;
  padding: 40px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

/* Age Verification Popup */
.age-popup-content .age-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.age-popup-content h2 {
  font-size: 1.8rem;
  margin-bottom: 16px;
  color: #ffffff;
}

.age-popup-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #cccccc;
}

.age-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Cookie Popup */
.cookie-popup-content .cookie-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.cookie-popup-content h2 {
  font-size: 1.5rem;
  margin-bottom: 16px;
  color: #ffffff;
}

.cookie-popup-content p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #cccccc;
}

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

/* Success Popup */
.success-popup-content h2 {
  color: #4ade80;
  margin-bottom: 16px;
}

.success-popup-content p {
  margin-bottom: 20px;
  color: #cccccc;
}

/* Header */
.header {
  background: #000000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #efff5c;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
}

.nav-brand a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e6ff33;
  text-decoration: none;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.nav-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #e6ff33;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.bar {
  width: 25px;
  height: 3px;
  background: #ffffff;
  margin: 3px 0;
  transition: 0.3s;
}

.age-disclaimer {
  padding: 8px 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
}

.age-badge {
  color: white;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 0.7rem;
  min-width: 50px;
  text-align: center;
}

.disclaimer-text {
  color: #cccccc;
}

/* Hero Section */
.hero {
  background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
  padding: 140px 0 80px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.hero-text h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.2;
}

.hero-text p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #cccccc;
  line-height: 1.6;
}

/* Features Section */
.features {
  padding: 80px 0;
  background: #000000;
}

.features h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #ffffff;
}

.section-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #cccccc;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.feature-card {
  background: #1a1a1a;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon img {
  width: 60px;
  height: 60px;
}

.feature-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.feature-card p {
  color: #cccccc;
  line-height: 1.6;
}

/* Fun Section */
.fun-section {
  padding: 80px 0;
  background: #111111;
}

.fun-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.fun-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.fun-text h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.fun-text p {
  font-size: 1rem;
  color: #cccccc;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.fun-feature {
  background: rgba(230, 255, 51, 0.1);
  padding: 1.5rem;
  border-radius: 8px;
  margin: 2rem 0;
}

.fun-feature h3 {
  color: #e6ff33;
  margin-bottom: 0.5rem;
}

.fun-feature p {
  color: #ffffff;
  margin-bottom: 0;
}

/* Games Section */
.games-section {
  padding: 80px 0;
  background: #000000;
}

.games-section h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #ffffff;
}

.games-intro {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.games-intro h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #e6ff33;
}

.games-intro p {
  color: #cccccc;
  line-height: 1.6;
}

.game-showcase {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.game-showcase iframe {
  width: 100%;
  height: 600px;
  border: none;
}

/* Testimonials Section */
.testimonials {
  padding: 80px 0;
  background: #111111;
}

.testimonials h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #ffffff;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.testimonial-card {
  background: #2a2a2a;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
}

.testimonial-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 1rem;
  overflow: hidden;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-card h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #e6ff33;
}

.testimonial-card p {
  color: #cccccc;
  font-style: italic;
  line-height: 1.6;
}

/* Why Choose Section */
.why-choose {
  padding: 80px 0;
  background: #000000;
}

.why-choose h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #ffffff;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.why-card {
  background: #e6ff33;
  color: #000000;
  padding: 2rem;
  border-radius: 12px;
}

.why-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.why-card p {
  line-height: 1.6;
}

/* Contact Section */
.contact {
  padding: 80px 0;
  background: #111111;
}

.contact h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #ffffff;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 3rem;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-item {
  background: #2a2a2a;
  padding: 1.5rem;
  border-radius: 8px;
  color: #ffffff;
  font-size: 1rem;
}

.contact-form {
  background: #e6ff33;
  padding: 2rem;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-group input {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  background: #ffffff;
  color: #000000;
}

.form-group input::placeholder {
  color: #666666;
}

.contact-form .btn-primary {
  background: #000000;
  color: #e6ff33;
  margin-top: 1rem;
}

.contact-form .btn-primary:hover {
  background: #333333;
}

/* Footer */
.footer {
  background: #1a1a1a;
  padding: 60px 0 20px;
}

.footer-disclaimer {
  background: #2a2a2a;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.age-badge-footer {
  color: white;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 1rem;
  min-width: 50px;
  text-align: center;
  flex-shrink: 0;
}

.footer-disclaimer p {
  color: #cccccc;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.footer-brand {
  text-align: center;
  margin: 2rem 0;
}

.footer-brand h3 {
  font-size: 2rem;
  color: #e6ff33;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-column a {
  color: #cccccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #e6ff33;
}

.footer-certifications {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 24px;
  padding: 14px;
}

.cert-logo {
  height: 50px;
  width: auto;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  color: #666666;
  font-size: 0.9rem;
}

.footer-policies {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-policies a {
  color: #cccccc;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-policies a:hover {
  color: #e6ff33;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    flex-direction: column;
    background-color: #000000;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    z-index: 999;
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-list {
    flex-direction: column;
    padding: 2rem 0;
    gap: 1rem;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2rem;
  }

  .fun-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .contact-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

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

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

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

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .popup-content {
    margin: 20px;
    padding: 30px;
  }

  .age-buttons,
  .cookie-buttons {
    flex-direction: column;
  }

  .game-showcase iframe {
    height: 400px;
  }

  .navbar {
    padding: 1rem;
  }

  .age-disclaimer {
    padding: 8px 1rem;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .footer-disclaimer {
    flex-direction: column;
    text-align: center;
  }

  .footer-certifications {
    gap: 1rem;
  }

  .cert-logo {
    height: 40px;
  }
}

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

  .hero {
    padding: 210px 0 60px;
  }

  .features,
  .testimonials,
  .games-section,
  .contact,
  .why-choose {
    padding: 60px 0;
  }

  .fun-section {
    padding: 60px 0;
  }

  .container {
    padding: 0 15px;
  }

  .popup-content {
    padding: 20px;
  }

  .game-showcase iframe {
    height: 300px;
  }
}

.platform-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

.platform-icons img {
  height: 50px;
  object-fit: contain;
}
