.policy,
.success {
  padding-block: 120px 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;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  color: #ffffff;
 background: linear-gradient(135deg, #000000 0%, #211A40 50%, #0E040C 100%);
  overflow-x: hidden;
}

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

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

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

/* Buttons */
.btn-primary {
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
  color: white;
  padding: 16px 32px;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: inline-block;
  text-align: center;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
}

.btn-secondary {
  background: transparent;
  color: #a855f7;
  padding: 16px 32px;
  border: 2px solid #a855f7;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-secondary:hover {
  background: #a855f7;
  color: white;
}

.btn-link {
  background: none;
  border: none;
  color: #a855f7;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  margin-top: 10px;
}

/* Modals */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.modal-content {
  background: linear-gradient(135deg, #2d1b69, #1a1a2e);
  margin: 5% auto;
  padding: 40px;
  border-radius: 20px;
  width: 90%;
  height: fit-content;
  max-width: 500px;
  text-align: center;
  border: 1px solid #8b5cf6;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.age-modal-content h2 {
  font-size: 28px;
  margin: 20px 0;
  color: white;
}

.age-modal-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #e5e7eb;
}

.age-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin: 0 auto 20px;
}

.cookie-icon {
  font-size: 50px;
  margin-bottom: 20px;
}

.cookie-modal-content h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: white;
}

.cookie-modal-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #e5e7eb;
}

/* Black Screen */
.black-screen {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  color: white;
  justify-content: center;
  align-items: center;
}

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

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

/* Main Content */
.main-content {
  display: block;
}

/* Header */
.header {
  background: rgba(26, 26, 46, 0.95);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(139, 92, 246, 0.2);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-brand a {
  font-size: 24px;
  font-weight: 700;
  color: #8b5cf6;
}

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

.nav-link {
  color: #e5e7eb;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #8b5cf6;
}

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

.hamburger span {
  width: 25px;
  height: 3px;
  background: #8b5cf6;
  transition: 0.3s;
}

/* Hero Section */
.hero {
  padding: 120px 0 80px;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  border: 1px solid #9c93fa99;
  border-radius: 12px;
  padding: 24px;
  background: #9c93fa33;
}

.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.notice {
  margin-top: 80px;
  margin-bottom: 30px;
  gap: 10px;
  font-size: 14px;
}

.notice-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: 1px solid #573ad6;
  background: #ffffff05;
}

.notice-icon {
  color: white;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 12px;
}

.hero h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: white;
}

.hero p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}

.dice-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(139, 92, 246, 0.3));
}

/* Browser Gaming Section */
.browser-gaming {
  padding: 80px 0;
}

.browser-gaming h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: white;
}

.browser-gaming > .container > p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.feature-card {
  background: linear-gradient(
    135deg,
    rgba(139, 92, 246, 0.1),
    rgba(168, 85, 247, 0.05)
  );
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid rgba(139, 92, 246, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(139, 92, 246, 0.2);
}

.feature-icon {
  margin-bottom: 20px;
}

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

.feature-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: white;
}

.feature-card p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

/* Best Games Section */
.best-games {
  padding: 80px 0;

}

.best-games h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: white;
}

.best-games h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #8b5cf6;
}

.best-games p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.game-container {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

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

/* Why Play Section */
.why-play {
  padding: 80px 0;

}

.why-play h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  color: white;
}

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

.benefit-card {
  background: radial-gradient(67% 140% at 4.6% 40.8%, #9c93fa 0%, #573ad6 100%);
  padding: 30px;
  border-radius: 15px;
  color: white;
  transition: transform 0.3s ease;
}

.benefit-card:nth-child(odd) {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

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

.benefit-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.benefit-card p {
  line-height: 1.6;
  opacity: 0.9;
}

/* Fun Section */
.fun-section {
  padding: 80px 0;

}

.fun-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 32px;
  background: #fff;
  border-radius: 12px;
}

.fun-text h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
}

.fun-text h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0 15px;
  color: #000000;
}

.fun-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
}

.fun-text ul {
  list-style: none;
  margin-bottom: 30px;
}

.fun-text li {
  padding: 8px 0;
  position: relative;
  padding-left: 20px;
  color: rgba(0, 0, 0, 0.8);
}

.fun-text li:before {
  content: "•";
  color: #8b5cf6;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.fun-image {
  display: flex;
  justify-content: center;
}

.cards-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(139, 92, 246, 0.3));
}

/* Reviews Section */
.reviews {
  padding: 80px 0;

}

.reviews h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: white;
}

.reviews > .container > p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.review-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease;
}

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

.reviewer-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 15px;
  overflow: hidden;
}

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

.review-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: white;
}

.review-card p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-style: italic;
}

/* Contact Section */
.contact {
  padding: 80px 0;

}

.contact h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: white;
}

.contact > .container > p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contact-info {
  text-align: center;
  margin-bottom: 40px;
}

.contact-info p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.contact-form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form input {
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: white;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.contact-form input:focus {
  outline: none;
  border-color: #8b5cf6;
}

.contact-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* Disclaimer Section */
.disclaimer {
  padding: 80px 0;
}

.disclaimer-content {
  text-align: center;
  margin: 0 auto;
  background: #ffff;
  padding: 32px;
  border-radius: 12px;
}

.disclaimer-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin: 0 auto 30px;
}

.disclaimer h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
}

.disclaimer p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
}

/* Footer */
.footer {
  background: #000;
  padding: 60px 0 20px;
  border-top: 1px solid rgba(139, 92, 246, 0.2);
}

.footer-brand h3 {
  font-size: 24px;
  font-weight: 700;
  color: #8b5cf6;
  text-align: center;
  margin-bottom: 30px;
}

.footer-platforms {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.footer-platforms img {
  height: 60px;
  object-fit: contain;
}

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

.footer-nav a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #8b5cf6;
}

.footer-badges {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  background: #fff;
  padding: 16px;
  border-radius: 24px;
}

.footer-badges img {
  height: 40px;
  width: auto;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #8b5cf6;
}

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

  .nav-menu {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 70px);
    background: rgba(26, 26, 46, 0.98);
    backdrop-filter: blur(10px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    transition: left 0.3s ease;
  }

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

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

  .hero h1 {
    font-size: 36px;
  }

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

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

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

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

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

  .footer-nav {
    gap: 15px;
  }

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

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

@media (max-width: 480px) {
  .hero {
    padding: 100px 0 60px;
  }

  .hero h1 {
    font-size: 28px;
  }

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

  .features-grid {
    gap: 20px;
  }

  .feature-card {
    padding: 30px 20px;
  }

  .benefits-grid {
    gap: 20px;
  }

  .benefit-card {
    padding: 25px 20px;
  }

  .contact-form {
    padding: 0 10px;
  }

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

/* Animation for hamburger menu */
.hamburger.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

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

.hamburger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}
