/* style/popular-games-featured-sports.css */
.page-popular-games-featured-sports {
  font-family: 'Arial', sans-serif;
  color: #e0e0e0; /* Light gray for general text */
  background-color: #1a1a1a; /* Dark background for contrast */
}

.page-popular-games-featured-sports__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-popular-games-featured-sports__section {
  padding: 60px 0;
  text-align: center;
}

.page-popular-games-featured-sports__section:nth-child(even) {
  background-color: #0d0d0d;
}

.page-popular-games-featured-sports__section-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for titles */
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.page-popular-games-featured-sports__hero {
  background: linear-gradient(135deg, #003366, #001a33);
  color: #ffffff;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.page-popular-games-featured-sports__hero-content {
  max-width: 600px;
  z-index: 1;
  padding: 20px;
}

.page-popular-games-featured-sports__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
}

.page-popular-games-featured-sports__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #c0c0c0;
}

.page-popular-games-featured-sports__hero-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.page-popular-games-featured-sports__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.page-popular-games-featured-sports__text-block {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-popular-games-featured-sports__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  margin: 10px;
  cursor: pointer;
}

.page-popular-games-featured-sports__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #003366; /* Dark blue */
  border: 2px solid #FFD700;
}

.page-popular-games-featured-sports__btn--primary:hover {
  background-color: #e6c200;
  color: #001a33;
  transform: translateY(-2px);
}

.page-popular-games-featured-sports__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-popular-games-featured-sports__btn--secondary:hover {
  background-color: #FFD700;
  color: #003366;
  transform: translateY(-2px);
}

.page-popular-games-featured-sports__btn--small {
  padding: 8px 18px;
  font-size: 0.9em;
}

.page-popular-games-featured-sports__btn--large {
  padding: 15px 35px;
  font-size: 1.2em;
}

.page-popular-games-featured-sports__features-grid, .page-popular-games-featured-sports__steps-grid, .page-popular-games-featured-sports__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-popular-games-featured-sports__feature-item, .page-popular-games-featured-sports__step-item, .page-popular-games-featured-sports__promo-item {
  background-color: #003366; /* Dark blue for feature boxes */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}

.page-popular-games-featured-sports__feature-icon, .page-popular-games-featured-sports__promo-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-popular-games-featured-sports__feature-title, .page-popular-games-featured-sports__step-title, .page-popular-games-featured-sports__promo-title {
  font-size: 1.6em;
  color: #FFD700; /* Gold for feature titles */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-popular-games-featured-sports__feature-item p, .page-popular-games-featured-sports__promo-item p {
  font-size: 1em;
  line-height: 1.6;
  color: #e0e0e0;
}

.page-popular-games-featured-sports__step-number {
  background-color: #FFD700;
  color: #003366;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-popular-games-featured-sports__event-category {
  background-color: #001a33; /* Slightly lighter dark blue */
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 40px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-popular-games-featured-sports__category-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-popular-games-featured-sports__event-category p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #c0c0c0;
}

.page-popular-games-featured-sports__event-category ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-popular-games-featured-sports__event-category ul li {
  background-color: #003366;
  padding: 12px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 1.05em;
  color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-popular-games-featured-sports__event-category ul li::before {
  content: '⚡';
  margin-right: 10px;
  color: #FFD700;
}

.page-popular-games-featured-sports__event-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-popular-games-featured-sports__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-popular-games-featured-sports__tips-list li {
  background-color: #003366;
  padding: 20px 25px;
  margin-bottom: 15px;
  border-radius: 10px;
  font-size: 1.1em;
  line-height: 1.7;
  color: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  border-left: 5px solid #FFD700;
}

.page-popular-games-featured-sports__tips-list li strong {
  color: #FFD700;
  font-weight: bold;
}

.page-popular-games-featured-sports__tips-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-popular-games-featured-sports__responsible-gaming p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-popular-games-featured-sports__cta .page-popular-games-featured-sports__section-title {
  color: #FFD700;
}

.page-popular-games-featured-sports__contact-text {
  margin-top: 30px;
  font-size: 1.1em;
  color: #e0e0e0;
}

.page-popular-games-featured-sports__contact-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-popular-games-featured-sports__contact-link:hover {
  text-decoration: underline;
  color: #e6c200;
}

.text-highlight {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-popular-games-featured-sports__hero {
    flex-direction: column;
    text-align: center;
    padding: 80px 20px;
  }

  .page-popular-games-featured-sports__hero-content {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .page-popular-games-featured-sports__hero-title {
    font-size: 2.8em;
  }

  .page-popular-games-featured-sports__hero-subtitle {
    font-size: 1.3em;
  }

  .page-popular-games-featured-sports__hero-image-wrapper {
    position: static;
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .page-popular-games-featured-sports__section-title {
    font-size: 2.2em;
  }

  .page-popular-games-featured-sports__category-title {
    font-size: 1.8em;
  }

  .page-popular-games-featured-sports__feature-title, .page-popular-games-featured-sports__step-title, .page-popular-games-featured-sports__promo-title {
    font-size: 1.4em;
  }

  .page-popular-games-featured-sports__event-category {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .page-popular-games-featured-sports__hero-title {
    font-size: 2.2em;
  }

  .page-popular-games-featured-sports__hero-subtitle {
    font-size: 1.1em;
  }

  .page-popular-games-featured-sports__section-title {
    font-size: 1.8em;
  }

  .page-popular-games-featured-sports__category-title {
    font-size: 1.6em;
  }

  .page-popular-games-featured-sports__feature-item, .page-popular-games-featured-sports__step-item, .page-popular-games-featured-sports__promo-item {
    padding: 25px;
  }

  .page-popular-games-featured-sports__feature-icon, .page-popular-games-featured-sports__promo-icon {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .page-popular-games-featured-sports__hero {
    padding: 60px 15px;
  }

  .page-popular-games-featured-sports__hero-title {
    font-size: 1.8em;
  }

  .page-popular-games-featured-sports__hero-subtitle {
    font-size: 1em;
  }

  .page-popular-games-featured-sports__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-popular-games-featured-sports__section {
    padding: 40px 0;
  }

  .page-popular-games-featured-sports__section-title {
    font-size: 1.6em;
  }

  .page-popular-games-featured-sports__text-block {
    font-size: 0.95em;
  }

  .page-popular-games-featured-sports__feature-item p, .page-popular-games-featured-sports__promo-item p {
    font-size: 0.9em;
  }

  .page-popular-games-featured-sports__event-category {
    padding: 20px;
  }

  .page-popular-games-featured-sports__event-category ul li {
    font-size: 0.95em;
  }
}