.page-online-entertainment {
  font-family: 'Arial', sans-serif;
  color: #f2e4d5; /* Light text for dark background */
  background-color: #0D1B2A;
}

.page-online-entertainment__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-online-entertainment__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-online-entertainment__subtitle {
  font-size: 1.3em;
  color: #e0e0e0;
  text-align: center;
  margin-bottom: 60px;
}

.page-online-entertainment__text {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #f2e4d5;
}

.page-online-entertainment__text--center {
  text-align: center;
}

.page-online-entertainment__button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-align: center;
}

.page-online-entertainment__button--primary {
  background-color: #FFD700;
  color: #0D1B2A;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-online-entertainment__button--primary:hover {
  background-color: #e0bb00;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-online-entertainment__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
}

.page-online-entertainment__button--secondary:hover {
  background-color: #FFD700;
  color: #0D1B2A;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.page-online-entertainment__button--learn-more {
  background-color: #1a2a3c;
  color: #FFD700;
  border: 1px solid #FFD700;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 1em;
}

.page-online-entertainment__button--learn-more:hover {
  background-color: #FFD700;
  color: #0D1B2A;
}

.page-online-entertainment__button--details {
  background-color: #FFD700;
  color: #0D1B2A;
  padding: 10px 20px;
  font-size: 0.95em;
  border-radius: 5px;
  margin-top: 15px;
}

.page-online-entertainment__button--details:hover {
  background-color: #e0bb00;
}

.page-online-entertainment__button--cta-full {
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
  padding: 18px 40px;
  font-size: 1.3em;
  background-color: #FFD700;
  color: #0D1B2A;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
}

.page-online-entertainment__button--cta-full:hover {
  background-color: #e0bb00;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.7);
}

.page-online-entertainment__button--app-store,
.page-online-entertainment__button--google-play {
  background-color: #1a2a3c;
  color: #FFD700;
  border: 1px solid #FFD700;
  padding: 12px 25px;
  margin: 10px 10px 10px 0;
  font-size: 1em;
  display: inline-flex;
  align-items: center;
}

.page-online-entertainment__button--app-store::before {
  content: ''; /* Apple logo */
  margin-right: 8px;
  font-size: 1.2em;
}

.page-online-entertainment__button--google-play::before {
  content: '▶'; /* Play button triangle */
  margin-right: 8px;
  font-size: 1.2em;
}

.page-online-entertainment__button--app-store:hover,
.page-online-entertainment__button--google-play:hover {
  background-color: #FFD700;
  color: #0D1B2A;
}

/* Hero Section */
.page-online-entertainment__hero {
  background: linear-gradient(135deg, #0D1B2A 0%, #1a2a3c 100%);
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.page-online-entertainment__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top left, rgba(255, 215, 0, 0.1) 0%, transparent 50%);
  opacity: 0.7;
  pointer-events: none;
}

.page-online-entertainment__hero-content {
  max-width: 600px;
  text-align: left;
  z-index: 1;
}

.page-online-entertainment__hero-title {
  font-size: 3.8em;
  color: #FFD700;
  margin-bottom: 25px;
  line-height: 1.2;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}

.page-online-entertainment__hero-description {
  font-size: 1.4em;
  color: #e0e0e0;
  margin-bottom: 40px;
  line-height: 1.6;
}

.page-online-entertainment__hero-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-online-entertainment__hero-image-wrapper {
  z-index: 1;
}

.page-online-entertainment__hero-image {
  max-width: 550px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}

/* About Section */
.page-online-entertainment__about {
  padding: 80px 0;
  background-color: #1a2a3c;
  text-align: center;
}

/* Game Categories Section */
.page-online-entertainment__game-categories {
  padding: 80px 0;
  background-color: #0D1B2A;
}

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

.page-online-entertainment__category-card {
  background-color: #1a2a3c;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-online-entertainment__category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
}

.page-online-entertainment__category-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-online-entertainment__card-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-online-entertainment__card-description {
  font-size: 1em;
  color: #e0e0e0;
  line-height: 1.7;
  flex-grow: 1;
  margin-bottom: 20px;
}

/* Why Choose Us Section */
.page-online-entertainment__why-choose-us {
  padding: 80px 0;
  background-color: #1a2a3c;
  text-align: center;
}

.page-online-entertainment__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-online-entertainment__feature-item {
  background-color: #0D1B2A;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-online-entertainment__feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-online-entertainment__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-online-entertainment__feature-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-online-entertainment__feature-description {
  font-size: 0.95em;
  color: #e0e0e0;
  line-height: 1.6;
}

/* Promotions Section */
.page-online-entertainment__promotions {
  padding: 80px 0;
  background-color: #0D1B2A;
}

.page-online-entertainment__promotion-card {
  background-color: #1a2a3c;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px;
}

.page-online-entertainment__promotion-image {
  flex: 1 1 400px;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.page-online-entertainment__promotion-content {
  flex: 1 1 500px;
}

.page-online-entertainment__list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.page-online-entertainment__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #f2e4d5;
  display: flex;
  align-items: center;
}

.page-online-entertainment__list-icon {
  color: #FFD700;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 10px;
}

/* App Download Section */
.page-online-entertainment__app-download {
  padding: 80px 0;
  background-color: #1a2a3c;
}

.page-online-entertainment__app-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

.page-online-entertainment__app-info {
  flex: 1 1 500px;
  max-width: 600px;
}

.page-online-entertainment__app-image-wrapper {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
}

.page-online-entertainment__app-image {
  max-width: 350px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.page-online-entertainment__download-buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* Final CTA Section */
.page-online-entertainment__cta-final {
  padding: 80px 0;
  background-color: #0D1B2A;
  text-align: center;
}

.page-online-entertainment__cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-online-entertainment__hero {
    flex-direction: column;
    text-align: center;
    padding: 80px 20px;
  }

  .page-online-entertainment__hero-content {
    max-width: 100%;
    text-align: center;
  }

  .page-online-entertainment__hero-actions {
    justify-content: center;
  }

  .page-online-entertainment__hero-image {
    max-width: 450px;
  }

  .page-online-entertainment__hero-title {
    font-size: 3em;
  }

  .page-online-entertainment__hero-description {
    font-size: 1.2em;
  }

  .page-online-entertainment__promotion-card,
  .page-online-entertainment__app-flex {
    flex-direction: column;
    padding: 30px;
    gap: 30px;
  }

  .page-online-entertainment__promotion-image,
  .page-online-entertainment__app-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-online-entertainment__section-title {
    font-size: 2.2em;
  }

  .page-online-entertainment__subtitle {
    font-size: 1.1em;
  }

  .page-online-entertainment__hero-title {
    font-size: 2.5em;
  }

  .page-online-entertainment__hero-description {
    font-size: 1.1em;
  }

  .page-online-entertainment__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-online-entertainment__button--cta-full {
    font-size: 1.1em;
    padding: 15px 30px;
  }

  .page-online-entertainment__category-card {
    padding: 20px;
  }

  .page-online-entertainment__card-title {
    font-size: 1.5em;
  }

  .page-online-entertainment__download-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-online-entertainment__button--app-store,
  .page-online-entertainment__button--google-play {
    width: 80%;
    max-width: 300px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .page-online-entertainment__section-title {
    font-size: 1.8em;
  }

  .page-online-entertainment__hero-title {
    font-size: 2em;
  }

  .page-online-entertainment__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-online-entertainment__button {
    width: 100%;
  }

  .page-online-entertainment__category-grid,
  .page-online-entertainment__features-grid {
    grid-template-columns: 1fr;
  }

  .page-online-entertainment__promotion-card,
  .page-online-entertainment__app-flex {
    padding: 20px;
  }

  .page-online-entertainment__list li {
    font-size: 1em;
  }

  .page-online-entertainment__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}