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

body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #374151;
  background-color: #f9fafb;
}

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

/* Utility Classes */
.gradient-text {
  background: linear-gradient(to right, #f97316, #eab308);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-text-purple {
  background: linear-gradient(to right, #8b5cf6, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 8px;
}

.btn-primary {
  background: linear-gradient(to right, #f97316, #eab308);
  color: white;
}

.btn-primary:hover {
  background: linear-gradient(to right, #ea580c, #d97706);
  transform: translateY(-2px);
}

.btn-success {
  background: linear-gradient(to right, #10b981, #059669);
  color: white;
}

.btn-success:hover {
  background: linear-gradient(to right, #059669, #047857);
}

.btn-outline {
  background: transparent;
  border: 2px solid #374151;
  color: #374151;
}

.btn-outline:hover {
  background: #374151;
  color: white;
}

.btn-outline-orange {
  background: transparent;
  border: 2px solid #f97316;
  color: #f97316;
}

.btn-outline-orange:hover {
  background: #f97316;
  color: white;
}

.btn-small {
  padding: 8px 16px;
  font-size: 14px;
}

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

.btn-icon {
  background: transparent;
  border: 2px solid #d1d5db;
  color: #6b7280;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-icon:hover {
  border-color: #f97316;
  color: #f97316;
}

.btn-link {
  background: transparent;
  border: none;
  color: #6b7280;
  text-decoration: underline;
  cursor: pointer;
  padding: 8px 0;
}

.btn-link:hover {
  color: #374151;
}

/* Link buttons */
a.btn {
  text-decoration: none;
  display: inline-flex;
}

a.btn:hover {
  text-decoration: none;
}

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

.badge-purple {
  background: #ede9fe;
  color: #7c3aed;
}

.badge-green {
  background: #dcfce7;
  color: #16a34a;
}

.badge-blue {
  background: #dbeafe;
  color: #2563eb;
}

.badge-orange {
  background: #fed7aa;
  color: #ea580c;
}

.badge-red {
  background: #fecaca;
  color: #dc2626;
}

.badge-pink {
  background: #fce7f3;
  color: #ec4899;
}

/* Navigation */
.navbar {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-brand a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #111827;
  font-size: 20px;
  font-weight: 700;
}

.nav-brand a:hover {
  transform: translateY(-1px);
  color: #f97316;
}

.logo {
  width: 32px;
  height: 32px;
  background: linear-gradient(to right, #f97316, #eab308);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.brand-text {
  transition: color 0.3s ease;
}

.brand-text:hover {
  color: #f97316 !important;
}

.nav-menu {
  display: flex;
  gap: 32px;
}

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

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

.mobile-menu-btn {
  display: none;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #111827;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e5e7eb;
  padding: 24px;
}

.mobile-menu.show {
  display: block;
}

.mobile-nav-link {
  display: block;
  color: #374151;
  text-decoration: none;
  padding: 12px 0;
  font-weight: 500;
  transition: color 0.3s ease;
}

.mobile-nav-link:hover {
  color: #f97316;
}

.category-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 24px;
  background: linear-gradient(135deg, #fef3c7 0%, #ffffff 50%, #fef3c7 100%);
}

/* Hero Section */
.hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
  background: linear-gradient(135deg, #fef3c7 0%, #ffffff 50%, #fef3c7 100%);
}

.hero-content {
  max-width: 800px;
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #111827;
}

.hero-subtitle {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  color: #374151;
  margin-bottom: 16px;
}

.hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #6b7280;
  margin-bottom: 48px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-buttons .btn {
  width: 100%;
  max-width: 300px;
}

/* Sections */
.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.section-title {
  font-size: clamp(1.875rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 16px;
  color: #111827;
}

.section-description {
  font-size: 18px;
  color: #374151;
  max-width: 600px;
  margin: 0 auto;
}

.section-footer {
  text-align: center;
  margin-top: 48px;
}

.separator {
  height: 80px;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.games-grid-large {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

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

.game-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.game-card:hover {
  border-color: #fed7aa;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

/* Game card hover effects for links */
.game-card:hover a.btn {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
}

.game-image {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #fed7aa, #fef3c7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.game-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.game-logo {
  width: 48px;
  height: 48px;
  background: linear-gradient(to right, #f97316, #eab308);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-bottom: 12px;
}

.game-brand {
  text-align: center;
}

.brand-name {
  font-size: 10px;
  font-weight: 600;
  color: #ea580c;
}

.hit-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #f97316;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
}

.game-info {
  padding: 16px;
}

.game-name {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px;
}

.game-category {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 12px;
}

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

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

.feature-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.feature-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  font-size: 48px;
  color: #f97316;
  margin-bottom: 16px;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
}

.feature-description {
  color: #6b7280;
}

/* Content Sections */
.content-sections {
  padding: 20px 0;
  background: #f9fafb;
}

.content-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 80px;
}

.content-row:last-child {
  margin-bottom: 0;
}

.content-row-reverse {
  direction: rtl;
}

.content-row-reverse > * {
  direction: ltr;
}

.content-title {
  font-size: clamp(1.875rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 24px;
  color: #111827;
}

.content-description {
  font-size: 18px;
  color: #374151;
  margin-bottom: 24px;
  line-height: 1.7;
}

.content-subdescription {
  color: #6b7280;
  margin-bottom: 32px;
  line-height: 1.7;
}

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

.image-placeholder {
  width: 100%;
  height: 320px;
  background: linear-gradient(135deg, #fed7aa, #fef3c7);
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #f97316;
}

.image-placeholder-alt {
  background: linear-gradient(135deg, #dbeafe, #fed7aa);
}

.image-placeholder i {
  font-size: 64px;
  margin-bottom: 16px;
}

.image-placeholder p {
  color: #374151;
  font-weight: 500;
}

/* All Games Section */
.all-games {
  padding: 80px 0;
  background: white;
}

/* CTA Section */
.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #fed7aa, #fef3c7);
  text-align: center;
}

.cta-title {
  font-size: clamp(1.875rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 24px;
  color: #111827;
}

.cta-description {
  font-size: 18px;
  color: #374151;
  max-width: 600px;
  margin: 0 auto 32px;
  line-height: 1.7;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Footer */
.footer {
  background: #f3f4f6;
  border-top: 1px solid #e5e7eb;
  padding: 64px 0 32px;
}

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

.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.footer-description {
  color: #6b7280;
  margin-bottom: 24px;
  line-height: 1.6;
}

.social-links {
  display: flex;
  gap: 16px;
}

.social-link {
  color: #9ca3af;
  font-size: 20px;
  transition: color 0.3s ease;
}

.social-link:hover {
  color: #f97316;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 24px;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.3s ease;
}

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

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

.copyright {
  color: #6b7280;
  font-size: 14px;
}

.footer-bottom-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-bottom-links a {
  color: #6b7280;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #f97316;
}

/* Age Verification Modal */
.age-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 16px;
}

.age-modal-content {
  background: white;
  border-radius: 12px;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
}

.age-modal-header {
  background: linear-gradient(to right, #f97316, #eab308);
  color: white;
  padding: 24px;
  text-align: center;
}

.age-modal-header h3 {
  font-size: 18px;
  font-weight: 700;
}

.age-modal-body {
  padding: 24px;
  text-align: center;
}

.age-modal-body p {
  color: #374151;
  margin-bottom: 24px;
}

.age-modal-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Breadcrumb */
.breadcrumb {
  background: white;
  border-bottom: 1px solid #e5e7eb;
  padding: 16px 0;
}

.breadcrumb-content {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6b7280;
}

.breadcrumb-content a {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.breadcrumb-content a:hover {
  color: #f97316;
  text-decoration: underline;
}

.breadcrumb-current {
  color: #111827;
  font-weight: 500;
}

/* Game Review Styles */
.game-review-container {
  padding: 32px 0;
}

.btn-back {
  margin-bottom: 24px;
}

.game-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.game-preview {
  display: flex;
  flex-direction: column;
}

.main-image {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 24px;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.main-image:hover img {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.main-image:hover .image-overlay {
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.play-icon {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #111827;
}

.thumbnail-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}

.thumbnail {
  aspect-ratio: 16 / 9;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  background: none;
  padding: 0;
}

.thumbnail:hover {
  border-color: #d1d5db;
}

.thumbnail.active {
  border-color: #f97316;
  box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.2);
}

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

.image-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.image-info {
  text-align: center;
}

.image-info h3 {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px;
}

.image-info p {
  font-size: 14px;
  color: #6b7280;
}

.action-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.game-info {
  display: flex;
  flex-direction: column;
}

.game-header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}

.game-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
}

.game-badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.game-actions {
  display: flex;
  gap: 8px;
}

.game-rating {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.stars {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fbbf24;
}

.stars span {
  color: #6b7280;
  margin-left: 8px;
}

.players-count {
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 4px;
}

.game-description {
  font-size: 18px;
  color: #374151;
  line-height: 1.7;
  margin-bottom: 32px;
}

.game-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.stat-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 24px;
  text-align: center;
}

.stat-icon {
  font-size: 32px;
  margin-bottom: 8px;
}

.stat-icon-green {
  color: #10b981;
}

.stat-icon-orange {
  color: #f97316;
}

.stat-value {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
}

.stat-label {
  font-size: 14px;
  color: #6b7280;
}

.game-details {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  margin-bottom: 48px;
}

.game-features h2 {
  margin-bottom: 24px;
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
}

.feature-description {
  color: #374151;
  margin-bottom: 16px;
  line-height: 1.6;
}

.feature-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.technical-info h2 {
  margin-bottom: 24px;
}

.info-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
}

.info-row:last-child {
  border-bottom: none;
}

.info-label {
  color: #6b7280;
}

.info-value {
  font-weight: 500;
  color: #111827;
}

.info-value-success {
  color: #10b981;
}

.demo-card {
  background: linear-gradient(135deg, #fed7aa, #fef3c7);
  border: 1px solid #f97316;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.demo-icon {
  font-size: 32px;
  color: #ea580c;
  margin-bottom: 12px;
}

.demo-title {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
}

.demo-description {
  color: #374151;
  font-size: 14px;
  margin-bottom: 16px;
}

.related-games {
  margin-bottom: 48px;
}

.related-games h2 {
  margin-bottom: 24px;
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 16px;
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 1000px;
  width: 100%;
}

.lightbox-close {
  position: absolute;
  top: -48px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 32px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.lightbox-close:hover {
  color: #d1d5db;
}

.lightbox-image-container {
  position: relative;
}

.lightbox-image-container img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 24px;
  padding: 16px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.lightbox-nav:hover {
  background: rgba(0, 0, 0, 0.7);
}

.lightbox-prev {
  left: 16px;
}

.lightbox-next {
  right: 16px;
}

.lightbox-counter {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
}

.lightbox-info {
  margin-top: 16px;
  text-align: center;
  color: white;
}

.lightbox-info h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.lightbox-info p {
  color: #d1d5db;
}

.lightbox-thumbnails {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.lightbox-thumbnails button {
  flex-shrink: 0;
  width: 64px;
  height: 40px;
  border: 2px solid #6b7280;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s ease;
  background: none;
  padding: 0;
}

.lightbox-thumbnails button:hover {
  border-color: #d1d5db;
}

.lightbox-thumbnails button.active {
  border-color: #f97316;
}

.lightbox-thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Game Play Page Styles */
.game-play-container {
  padding: 32px 0;
}

.game-play-header {
  text-align: center;
  margin-bottom: 48px;
}

.game-play-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 24px;
  color: #111827;
}

.game-play-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.game-play-description {
  font-size: 18px;
  color: #374151;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

.game-demo-section {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  margin-bottom: 48px;
}

.game-player-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.game-mode-selector {
  background: #f9fafb;
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mode-buttons {
  display: flex;
  gap: 8px;
}

.mode-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: white;
  color: #374151;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}

.mode-btn.active {
  background: #10b981;
  color: white;
  border-color: #10b981;
}

.mode-btn:not(.active):hover {
  border-color: #9ca3af;
}

.mode-status {
  font-size: 14px;
  color: #6b7280;
}

.game-frame {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #ede9fe, #fce7f3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.game-content {
  text-align: center;
}

.game-logo-large {
  width: 80px;
  height: 80px;
  background: linear-gradient(to right, #8b5cf6, #ec4899);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 40px;
  margin: 0 auto 24px;
}

.game-frame-title {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

.game-frame-subtitle {
  color: #6b7280;
  margin-bottom: 24px;
}

.game-ui-overlay {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.game-ui-info {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.game-controls {
  padding: 16px;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.control-info {
  display: flex;
  gap: 16px;
}

.control-item {
  font-size: 14px;
}

.control-label {
  color: #6b7280;
}

.control-value {
  font-weight: 600;
  margin-left: 4px;
}

.control-buttons {
  display: flex;
  gap: 8px;
}

.game-features-section {
  margin-top: 32px;
}

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

.feature-card-small {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
}

.feature-icon-container {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 24px;
}

.feature-icon-purple {
  background: #ede9fe;
  color: #8b5cf6;
}

.feature-icon-red {
  background: #fecaca;
  color: #dc2626;
}

.feature-content {
  margin-bottom: 16px;
}

.feature-title-small {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px;
}

.feature-subtitle {
  font-size: 14px;
  color: #6b7280;
}

.feature-description-small {
  color: #374151;
  font-size: 14px;
  line-height: 1.5;
}

.game-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
}

.sidebar-card-gradient {
  background: linear-gradient(135deg, #dbeafe, #ede9fe);
  border-color: #3b82f6;
  text-align: center;
}

.sidebar-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
}

.play-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.security-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: #dbeafe;
  border-radius: 8px;
  color: #1e40af;
  font-size: 14px;
}

.game-stats-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stat-label {
  color: #6b7280;
}

.stat-value {
  font-weight: 600;
  color: #111827;
}

.stat-value-success {
  color: #10b981;
}

.stat-value-orange {
  color: #ea580c;
}

.stat-value-purple {
  color: #8b5cf6;
}

.mobile-icon {
  font-size: 48px;
  color: #3b82f6;
  margin-bottom: 12px;
}

.sidebar-description {
  color: #374151;
  font-size: 14px;
  line-height: 1.5;
}

.bonus-offers {
  margin-bottom: 48px;
}

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

.bonus-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.bonus-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.bonus-header {
  padding: 24px;
  text-align: center;
  color: white;
}

.bonus-header-green {
  background: linear-gradient(to right, #10b981, #059669);
}

.bonus-header-purple {
  background: linear-gradient(to right, #8b5cf6, #ec4899);
}

.bonus-header-orange {
  background: linear-gradient(to right, #f97316, #eab308);
}

.bonus-header i {
  font-size: 48px;
  margin-bottom: 12px;
}

.bonus-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.bonus-amount {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.bonus-description {
  color: rgba(255, 255, 255, 0.9);
}

.bonus-body {
  padding: 24px;
}

.bonus-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.bonus-code-label {
  color: #6b7280;
  font-size: 14px;
}

.bonus-code-value {
  background: #f3f4f6;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  font-family: monospace;
}

.bonus-terms {
  color: #6b7280;
  font-size: 12px;
  margin-bottom: 16px;
}

.similar-games {
  margin-bottom: 48px;
}

.why-play {
  margin-bottom: 48px;
}

.why-play-card {
  background: linear-gradient(135deg, #ede9fe, #fce7f3);
  border: 1px solid #8b5cf6;
  border-radius: 12px;
  padding: 32px;
}

.why-play-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.why-play-item {
  text-align: center;
}

.why-play-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 32px;
  color: white;
}

.why-play-icon-purple {
  background: #8b5cf6;
}

.why-play-icon-pink {
  background: #ec4899;
}

.why-play-icon-orange {
  background: #f97316;
}

.why-play-title {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
}

.why-play-description {
  color: #374151;
  font-size: 14px;
  line-height: 1.5;
}

/* ContentBlock default tag styles */
.content-sections .container h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 28px;
  text-align: left;
  line-height: 1.1;
  margin-top: 40px;
}

.content-sections .container h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: left;
  line-height: 1.2;
}

.content-sections .container h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #111827;
  margin-top: 32px;
  margin-bottom: 16px;
  text-align: left;
  line-height: 1.2;
}

.content-sections .container p {
  font-size: 18px;
  color: #374151;
  margin-bottom: 24px;
  line-height: 1.7;
  max-width: none;
  text-align: left;
}

.content-sections .container p + h1,
.content-sections .container p + h2,
.content-sections .container p + h3 {
  margin-top: 40px;
}

.content-sections .container ul {
  padding-left: 40px;
  margin-bottom: 24px;
  list-style-type: disc;
}

.content-sections .container ul li {
  margin-bottom: 12px;
  font-size: 18px;
  color: #374151;
  line-height: 1.7;
}

/* Table Styles */
.content-sections table,
.conclusion-block table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 1rem;
  color: #333;
}

.content-sections th,
.content-sections td,
.conclusion-block th,
.conclusion-block td {
  border: 1px solid #ddd;
  padding: 0.75rem;
  text-align: justify;
}

.content-sections th,
.conclusion-block th {
  background-color: #f4f4f4;
  color: #111;
  text-align: center;
  font-weight: 700;
}

.content-sections tr:nth-child(even),
.conclusion-block tr:nth-child(even) {
  background-color: #fafafa;
}

.content-sections tr:hover,
.conclusion-block tr:hover {
  background-color: #f1f1f1;
}

.content-sections td,
.conclusion-block td {
  vertical-align: top;
}

/* FAQ Drop-down styles */
.faq-section details {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 8px;
  padding: 0 0 8px 0;
  background: none;
}

.faq-section details[open] {
  background: none;
}

.faq-section summary {
  list-style: none;
  outline: none;
  font-size: 1.2rem;
  margin-top: 20px;
  color: #111827;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s;
  padding: 12px 0;
  position: relative;
}

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

.faq-section summary:after {
  content: "▼";
  font-size: 1.1em;
  color: #f97316;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s;
  display: inline-block;
}

.faq-section details[open] summary:after {
  content: "▲";
  transform: translateY(-50%) rotate(0deg);
}

.faq-section p {
  margin: 0 0 0 0;
  padding: 12px 0 0 0;
  animation: fadeInFaq 0.2s;
}

@keyframes fadeInFaq {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .nav-menu {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
  }

  .content-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .game-header {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .game-details {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .game-demo-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-buttons .btn {
    width: 100%;
    max-width: 300px;
  }

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

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

  .thumbnail-gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .action-buttons {
    grid-template-columns: 1fr;
  }

  .game-play-meta {
    flex-direction: column;
    gap: 12px;
  }

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

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

@media (max-width: 480px) {
  .nav-container {
    padding: 16px;
  }

  .hero {
    padding: 32px 16px;
  }

  .game-stats {
    grid-template-columns: 1fr;
  }

  .mode-buttons {
    flex-direction: column;
    width: 100%;
  }

  .mode-btn {
    justify-content: center;
  }

  .game-controls {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }

  .control-buttons {
    justify-content: center;
  }
}

/* Hidden class for JavaScript */
.hidden {
  display: none !important;
}

/* Favorite button active state */
.btn-icon.favorite {
  border-color: #dc2626;
  color: #dc2626;
}

.btn-icon.favorite i {
  color: #dc2626;
}

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

/* Section anchors */
section[id] {
  scroll-margin-top: 80px;
}
