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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #0a0a0a;
  color: #ffffff;
  line-height: 1.6;
}

.age-gate-banner {
  background-color: #1a1a1a;
  border-bottom: 2px solid #ff6b35;
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.age-gate-content {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  max-width: 1200px;
  flex-wrap: wrap;
}

.age-badge {
  background-color: #ff6b35;
  color: #0a0a0a;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
}

.age-text {
  color: #e0e0e0;
}

.header {
  background-color: #111111;
  border-bottom: 1px solid #1a1a1a;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 15px 0;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.logo-text::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ff6b35;
  border-radius: 50%;
  margin-right: 8px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

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

.nav-link:hover,
.nav-link.active {
  color: #ff6b35;
}

.btn-cta {
  background-color: #ff6b35;
  color: #0a0a0a;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-cta:hover {
  background-color: #e55a2b;
}

.hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
}

.hero-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.hero-subtext {
  font-size: 18px;
  color: #b0b0b0;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.trust-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 50px 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
  background-color: #1a1a1a;
  border-radius: 8px;
  border: 1px solid #2a2a2a;
}

.trust-icon {
  font-size: 24px;
  font-weight: 700;
  color: #ff6b35;
}

.trust-label {
  font-size: 14px;
  color: #b0b0b0;
}

.btn-primary {
  background-color: #ff6b35;
  color: #0a0a0a;
  border: none;
  padding: 14px 32px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.btn-primary:hover {
  background-color: #e55a2b;
}

.btn-primary.btn-large {
  padding: 16px 40px;
  font-size: 18px;
}

.btn-full {
  width: 100%;
}

.disclaimer-short {
  font-size: 13px;
  color: #888;
  margin-top: 15px;
}

.compliance-journey {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}

.compliance-journey h2 {
  font-size: 36px;
  margin-bottom: 15px;
  text-align: center;
}

.section-intro {
  text-align: center;
  color: #b0b0b0;
  margin-bottom: 50px;
  font-size: 16px;
}

.journey-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.step {
  padding: 30px;
  background-color: #1a1a1a;
  border-radius: 8px;
  border-left: 4px solid #ff6b35;
  text-align: center;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #ff6b35;
  color: #0a0a0a;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.step h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.step p {
  color: #b0b0b0;
  font-size: 14px;
}

.compliance-note {
  background-color: #1a1a1a;
  border-left: 4px solid #ff6b35;
  padding: 20px;
  border-radius: 4px;
  color: #e0e0e0;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.gaming-hub {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}

.gaming-hub h2 {
  font-size: 36px;
  margin-bottom: 15px;
  text-align: center;
}

.transparency-box {
  background-color: #1a1a1a;
  border: 2px solid #ff6b35;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  margin: 30px 0 40px 0;
  color: #e0e0e0;
  font-weight: 500;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.games-grid-single {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.games-grid-single .game-card {
  max-width: 400px;
  width: 100%;
}

.game-card {
  background-color: #1a1a1a;
  border-radius: 8px;
  padding: 25px;
  border: 1px solid #2a2a2a;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.game-card:hover {
  border-color: #ff6b35;
  box-shadow: 0 0 15px rgba(255, 107, 53, 0.1);
}

.game-header {
  margin-bottom: 15px;
}

.game-header h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.game-badges {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.badge-free {
  background-color: #ff6b35;
  color: #0a0a0a;
}

.badge-virtual {
  background-color: #2a2a2a;
  color: #ff6b35;
  border: 1px solid #ff6b35;
}

.game-description {
  color: #b0b0b0;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.btn-play {
  width: 100%;
  background-color: #ff6b35;
  color: #0a0a0a;
  border: none;
  padding: 12px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-play:hover {
  background-color: #e55a2b;
}

.authority-section {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}

.about-content {
  background-color: #1a1a1a;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 60px;
  border-left: 4px solid #ff6b35;
}

.about-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.about-content p {
  color: #b0b0b0;
  font-size: 16px;
  line-height: 1.8;
}

.testimonials {
  margin-bottom: 60px;
}

.testimonials h2 {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.testimonial-card {
  background-color: #1a1a1a;
  padding: 25px;
  border-radius: 8px;
  border-left: 4px solid #ff6b35;
}

.testimonial-text {
  color: #e0e0e0;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-style: italic;
}

.testimonial-author {
  color: #ff6b35;
  font-weight: 600;
  font-size: 14px;
}

.support-callout {
  background-color: #1a1a1a;
  border: 2px solid #ff6b35;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
}

.support-callout h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.support-callout p {
  color: #b0b0b0;
  margin-bottom: 15px;
  font-size: 15px;
}

.support-callout strong {
  color: #ff6b35;
  font-size: 16px;
}

.informed-decision {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

.informed-decision h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.checklist {
  background-color: #1a1a1a;
  padding: 40px;
  border-radius: 8px;
  margin: 40px 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.checklist-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 15px;
  color: #e0e0e0;
}

.checklist-item:last-child {
  margin-bottom: 0;
}

.checkmark {
  color: #ff6b35;
  font-weight: bold;
  font-size: 20px;
  flex-shrink: 0;
}

.full-disclaimer {
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  padding: 40px;
  border-radius: 8px;
  max-width: 1200px;
  margin: 80px auto;
}

.disclaimer-content {
  color: #b0b0b0;
  line-height: 1.8;
}

.disclaimer-content h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 15px;
}

.disclaimer-content p {
  margin-bottom: 15px;
  font-size: 14px;
}

.disclaimer-content strong {
  color: #ff6b35;
}

.footer {
  background-color: #0a0a0a;
  border-top: 1px solid #1a1a1a;
  padding: 60px 20px 20px;
  margin-top: 100px;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-section h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer-section p {
  color: #888;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.footer-section ul {
  list-style: none;
}

.footer-section li {
  margin-bottom: 8px;
}

.footer-section a {
  color: #888;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: #ff6b35;
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid #1a1a1a;
  text-align: center;
  color: #666;
  font-size: 12px;
}


.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #e0e0e0;
}

.form-group input[type="email"],
.form-group input[type="text"],
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px;
  background-color: #0a0a0a;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.form-group input[type="email"]:focus,
.form-group input[type="text"]:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #ff6b35;
}

.form-group input[type="checkbox"] {
  margin-right: 8px;
  cursor: pointer;
}

.form-group input[type="checkbox"] + label {
  display: inline;
}

@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    gap: 15px;
  }

  .nav-menu {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .nav-link {
    display: block;
  }

  .btn-cta {
    width: 100%;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-subtext {
    font-size: 16px;
  }

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

  .compliance-journey h2,
  .gaming-hub h2,
  .authority-section h2,
  .testimonials h2,
  .informed-decision h2 {
    font-size: 28px;
  }

  .journey-steps {
    grid-template-columns: 1fr;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .modal-content {
    width: 95%;
    padding: 30px 20px;
  }

  .age-gate-content {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .age-gate-content {
    gap: 8px;
  }

  .hero-content h1 {
    font-size: 24px;
  }

  .hero-subtext {
    font-size: 14px;
  }

  .trust-badges {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 40px 20px;
  }

  .compliance-journey,
  .gaming-hub,
  .authority-section,
  .informed-decision,
  .full-disclaimer {
    margin: 40px auto;
  }
}
