.page-e-games {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0;
  background-color: #1a1a1a;
  line-height: 1.6;
}

.page-e-games .page-e-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-e-games .page-e-games__hero {
  position: relative;
  background: linear-gradient(135deg, #CC0000 0%, #a00000 100%);
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
  color: #fff;
}

.page-e-games__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.page-e-games__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #FFD700;
}

.page-e-games__hero-title .highlight {
  color: #fff;
}

.page-e-games__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-e-games__hero-btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}

.page-e-games__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-e-games__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.page-e-games__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
  font-weight: bold;
}

.page-e-games__section-title .highlight {
  color: #CC0000;
}

.page-e-games__intro p,
.page-e-games__responsible-gaming p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-e-games__intro strong,
.page-e-games__responsible-gaming strong {
  color: #FFD700;
}

.page-e-games__categories {
  padding: 60px 0;
  background-color: #222;
}

.page-e-games__category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-e-games__category-item {
  background-color: #2e2e2e;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-e-games__category-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6);
}

.page-e-games__category-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-e-games__category-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  padding: 0 20px;
}

.page-e-games__category-description {
  font-size: 1em;
  color: #ccc;
  padding: 0 20px;
  margin-bottom: 25px;
}

.page-e-games__category-btn {
  display: inline-block;
  padding: 10px 25px;
  font-size: 0.95em;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.page-e-games__features {
  padding: 80px 0;
}

.page-e-games__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-e-games__feature-item {
  background-color: #2e2e2e;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-e-games__feature-item:hover {
  transform: translateY(-5px);
}

.page-e-games__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-e-games__feature-heading {
  font-size: 1.5em;
  color: #CC0000;
  margin-bottom: 15px;
}

.page-e-games__feature-item p {
  color: #ccc;
  font-size: 0.95em;
}

.page-e-games__cta {
  background: linear-gradient(90deg, #CC0000 0%, #FFD700 100%);
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

.page-e-games__cta .page-e-games__section-title {
  color: #fff;
}

.page-e-games__cta .page-e-games__section-title .highlight {
  color: #1a1a1a;
}

.page-e-games__cta p {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #eee;
}

.page-e-games__cta-buttons .btn {
  margin: 0 10px;
}

.page-e-games__detail-pages {
  padding: 80px 0;
  background-color: #1a1a1a;
}

.page-e-games__detail-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-e-games__detail-item {
  background-color: #2e2e2e;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-e-games__detail-item:hover {
  transform: translateY(-5px);
}

.page-e-games__detail-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-e-games__detail-title a {
  color: #FFD700;
  text-decoration: none;
}

.page-e-games__detail-title a:hover {
  color: #CC0000;
  text-decoration: underline;
}

.page-e-games__detail-description {
  color: #ccc;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-e-games__responsible-gaming {
  padding: 80px 0;
  background-color: #222;
}

/* General Button Styles */
.page-e-games .btn {
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  border: none;
}

.page-e-games .btn--primary {
  background-color: #FFD700;
  color: #1a1a1a;
}

.page-e-games .btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-e-games .btn--secondary {
  background-color: #CC0000;
  color: #fff;
}

.page-e-games .btn--secondary:hover {
  background-color: #a00000;
  transform: translateY(-2px);
}

.page-e-games .btn--tertiary {
  background-color: #444;
  color: #fff;
}

.page-e-games .btn--tertiary:hover {
  background-color: #666;
  transform: translateY(-2px);
}

.page-e-games .btn--link {
  background: none;
  color: #CC0000;
  padding: 0;
  border-bottom: 1px solid #CC0000;
  border-radius: 0;
}

.page-e-games .btn--link:hover {
  color: #FFD700;
  border-color: #FFD700;
  transform: none;
}

/* Floating Promo */
.page-e-games__promo-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #CC0000;
  padding: 10px 15px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  animation: pulse 2s infinite;
}

.page-e-games__promo-float a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.page-e-games__promo-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  filter: drop-shadow(0 0 3px #FFD700);
}

.page-e-games__promo-text {
  font-size: 0.9em;
  white-space: nowrap;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-e-games__hero-title {
    font-size: 2.5em;
  }

  .page-e-games__hero-description {
    font-size: 1.1em;
  }

  .page-e-games__section-title {
    font-size: 2em;
  }

  .page-e-games__category-grid,
  .page-e-games__feature-grid,
  .page-e-games__detail-list {
    grid-template-columns: 1fr;
  }

  .page-e-games__cta-buttons .btn {
    margin: 10px 0;
    display: block;
    width: 100%;
  }

  .page-e-games__promo-float {
    bottom: 15px;
    right: 15px;
    padding: 8px 12px;
  }

  .page-e-games__promo-icon {
    width: 25px;
    height: 25px;
    margin-right: 8px;
  }

  .page-e-games__promo-text {
    font-size: 0.8em;
  }
}

@media (max-width: 480px) {
  .page-e-games__hero-title {
    font-size: 2em;
  }

  .page-e-games__hero-description {
    font-size: 1em;
  }

  .page-e-games__section-title {
    font-size: 1.8em;
  }

  .page-e-games__category-title,
  .page-e-games__feature-heading,
  .page-e-games__detail-title {
    font-size: 1.4em;
  }

  .page-e-games__intro p,
  .page-e-games__responsible-gaming p,
  .page-e-games__category-description,
  .page-e-games__feature-item p,
  .page-e-games__detail-description {
    font-size: 0.9em;
  }
}