.page-resources-78win-your-online-entertainment-choice {
  --primary-color: #1A237E;
  --secondary-color: #FFD700;
  --text-color-dark: #333;
  --text-color-light: #f8f8f8;
  --background-light: hsl(0, 0%, 98%); /* Slightly off-white */
  --background-dark: var(--primary-color);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark);
  background-color: var(--background-light);
}

.page-resources-78win-your-online-entertainment-choice__hero-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, #303F9F 50%, var(--secondary-color) 100%);
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text-color-light);
  position: relative;
  overflow: hidden;
}

.page-resources-78win-your-online-entertainment-choice__hero-content {
  max-width: 900px;
  z-index: 1;
}

.page-resources-78win-your-online-entertainment-choice__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: var(--text-color-light);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-78win-your-online-entertainment-choice__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: var(--text-color-light);
}

.page-resources-78win-your-online-entertainment-choice__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-78win-your-online-entertainment-choice__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  border: none;
}

.page-resources-78win-your-online-entertainment-choice__btn--primary {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.page-resources-78win-your-online-entertainment-choice__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-78win-your-online-entertainment-choice__btn--secondary {
  background-color: transparent;
  color: var(--text-color-light);
  border: 2px solid var(--secondary-color);
}

.page-resources-78win-your-online-entertainment-choice__btn--secondary:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
}

.page-resources-78win-your-online-entertainment-choice__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 5px;
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.page-resources-78win-your-online-entertainment-choice__btn--small:hover {
  background-color: #e6c200;
  transform: translateY(-1px);
}

.page-resources-78win-your-online-entertainment-choice__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.2;
  z-index: 0;
}

.page-resources-78win-your-online-entertainment-choice__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-resources-78win-your-online-entertainment-choice__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-resources-78win-your-online-entertainment-choice__section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-78win-your-online-entertainment-choice__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
  border-radius: 2px;
}

.page-resources-78win-your-online-entertainment-choice__section-intro {
  font-size: 1.1em;
  color: var(--text-color-dark);
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-78win-your-online-entertainment-choice__section-text {
  font-size: 1em;
  color: var(--text-color-dark);
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-78win-your-online-entertainment-choice__feature-grid, 
.page-resources-78win-your-online-entertainment-choice__portal-grid, 
.page-resources-78win-your-online-entertainment-choice__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-78win-your-online-entertainment-choice__feature-item,
.page-resources-78win-your-online-entertainment-choice__portal-item,
.page-resources-78win-your-online-entertainment-choice__step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.page-resources-78win-your-online-entertainment-choice__feature-item:hover,
.page-resources-78win-your-online-entertainment-choice__portal-item:hover,
.page-resources-78win-your-online-entertainment-choice__step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.page-resources-78win-your-online-entertainment-choice__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2));
}

.page-resources-78win-your-online-entertainment-choice__feature-title,
.page-resources-78win-your-online-entertainment-choice__portal-title,
.page-resources-78win-your-online-entertainment-choice__step-title {
  font-size: 1.5em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-resources-78win-your-online-entertainment-choice__feature-description,
.page-resources-78win-your-online-entertainment-choice__portal-description,
.page-resources-78win-your-online-entertainment-choice__step-description {
  font-size: 1em;
  color: var(--text-color-dark);
  margin-bottom: 15px;
}

.page-resources-78win-your-online-entertainment-choice__link-text {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-78win-your-online-entertainment-choice__link-text:hover {
  color: var(--secondary-color);
}

.page-resources-78win-your-online-entertainment-choice__portal-image,
.page-resources-78win-your-online-entertainment-choice__step-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-78win-your-online-entertainment-choice__actions-bottom {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-78win-your-online-entertainment-choice__section--testimonials {
  background-color: var(--primary-color);
  color: var(--text-color-light);
  padding: 80px 20px;
}

.page-resources-78win-your-online-entertainment-choice__section--testimonials .page-resources-78win-your-online-entertainment-choice__section-title {
  color: var(--secondary-color);
}

.page-resources-78win-your-online-entertainment-choice__section--testimonials .page-resources-78win-your-online-entertainment-choice__section-title::after {
  background-color: var(--text-color-light);
}

.page-resources-78win-your-online-entertainment-choice__testimonial-carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.page-resources-78win-your-online-entertainment-choice__testimonial-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 12px;
  max-width: 350px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-resources-78win-your-online-entertainment-choice__testimonial-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 3px solid var(--secondary-color);
}

.page-resources-78win-your-online-entertainment-choice__testimonial-text {
  font-style: italic;
  margin-bottom: 15px;
  color: var(--text-color-light);
  font-size: 1.1em;
}

.page-resources-78win-your-online-entertainment-choice__testimonial-author {
  font-weight: bold;
  color: var(--secondary-color);
}

.page-resources-78win-your-online-entertainment-choice__faq-list {
  text-align: left;
  margin-top: 40px;
}

.page-resources-78win-your-online-entertainment-choice__faq-item {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-78win-your-online-entertainment-choice__faq-question {
  font-size: 1.3em;
  color: var(--primary-color);
  padding: 20px 25px;
  cursor: pointer;
  margin: 0;
  background-color: #f9f9f9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-resources-78win-your-online-entertainment-choice__faq-question::after {
  content: '+';
  font-size: 1.5em;
  color: var(--secondary-color);
  transition: transform 0.3s ease;
}

.page-resources-78win-your-online-entertainment-choice__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-78win-your-online-entertainment-choice__faq-answer {
  padding: 0 25px 20px;
  color: var(--text-color-dark);
  display: none;
  font-size: 1em;
}

.page-resources-78win-your-online-entertainment-choice__faq-question.active + .page-resources-78win-your-online-entertainment-choice__faq-answer {
  display: block;
}

.page-resources-78win-your-online-entertainment-choice__section--cta-final {
  background-color: var(--primary-color);
  color: var(--text-color-light);
  padding: 80px 20px;
  text-align: center;
}

.page-resources-78win-your-online-entertainment-choice__section--cta-final .page-resources-78win-your-online-entertainment-choice__section-title {
  color: var(--secondary-color);
}

.page-resources-78win-your-online-entertainment-choice__section--cta-final .page-resources-78win-your-online-entertainment-choice__section-title::after {
  background-color: var(--text-color-light);
}

.page-resources-78win-your-online-entertainment-choice__section--cta-final .page-resources-78win-your-online-entertainment-choice__section-intro {
  color: var(--text-color-light);
}

.highlight-keyword {
  color: var(--secondary-color);
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-78win-your-online-entertainment-choice__hero-title {
    font-size: 2.5em;
  }

  .page-resources-78win-your-online-entertainment-choice__hero-description {
    font-size: 1.1em;
  }

  .page-resources-78win-your-online-entertainment-choice__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-78win-your-online-entertainment-choice__btn {
    width: 80%;
    max-width: 300px;
  }

  .page-resources-78win-your-online-entertainment-choice__section-title {
    font-size: 2em;
  }

  .page-resources-78win-your-online-entertainment-choice__feature-grid,
  .page-resources-78win-your-online-entertainment-choice__portal-grid,
  .page-resources-78win-your-online-entertainment-choice__step-by-step {
    grid-template-columns: 1fr;
  }

  .page-resources-78win-your-online-entertainment-choice__feature-item,
  .page-resources-78win-your-online-entertainment-choice__portal-item,
  .page-resources-78win-your-online-entertainment-choice__step-item {
    text-align: center;
  }

  .page-resources-78win-your-online-entertainment-choice__feature-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .page-resources-78win-your-online-entertainment-choice__testimonial-item {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .page-resources-78win-your-online-entertainment-choice__hero-title {
    font-size: 2em;
  }

  .page-resources-78win-your-online-entertainment-choice__hero-description {
    font-size: 1em;
  }

  .page-resources-78win-your-online-entertainment-choice__section-title {
    font-size: 1.8em;
  }

  .page-resources-78win-your-online-entertainment-choice__feature-title,
  .page-resources-78win-your-online-entertainment-choice__portal-title,
  .page-resources-78win-your-online-entertainment-choice__step-title {
    font-size: 1.3em;
  }

  .page-resources-78win-your-online-entertainment-choice__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-resources-78win-your-online-entertainment-choice__faq-answer {
    padding: 0 20px 15px;
  }
}