.page-index-phwin-slot-features {
  padding-top: var(--header-offset, 120px); /* Ensures content starts below fixed header */
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-index-phwin-slot-features__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background-color: #1A202C; /* Auxiliary dark background for hero */
  color: #FFFFFF;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-phwin-slot-features__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-bottom: 40px;
}

.page-index-phwin-slot-features__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  font-weight: bold;
  line-height: 1.2;
}

.page-index-phwin-slot-features__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-phwin-slot-features__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-index-phwin-slot-features__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  border: none;
}

.page-index-phwin-slot-features__button--primary {
  background-color: #FFD700;
  color: #1A202C;
}

.page-index-phwin-slot-features__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-index-phwin-slot-features__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-phwin-slot-features__button--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-2px);
}

.page-index-phwin-slot-features__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-index-phwin-slot-features__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2; /* Subtle overlay */
}

.page-index-phwin-slot-features__section-title {
  font-size: 2.5em;
  color: #1A202C;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-phwin-slot-features__section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #555555;
}

.page-index-phwin-slot-features__features-overview-section,
.page-index-phwin-slot-features__how-to-play-section,
.page-index-phwin-slot-features__why-us-section,
.page-index-phwin-slot-features__testimonials-section,
.page-index-phwin-slot-features__cta-final-section {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-index-phwin-slot-features__feature-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-phwin-slot-features__feature-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.page-index-phwin-slot-features__feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-index-phwin-slot-features__feature-icon {
  width: 200px; /* Minimum size requirement */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-index-phwin-slot-features__card-title {
  font-size: 1.6em;
  color: #1A202C;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-phwin-slot-features__card-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-index-phwin-slot-features__card-link {
  display: inline-block;
  background-color: #FFD700;
  color: #1A202C;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease;
}

.page-index-phwin-slot-features__card-link:hover {
  background-color: #e6c200;
}

.page-index-phwin-slot-features__how-to-play-section {
  background-color: #f0f0f0;
}

.page-index-phwin-slot-features__steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-index-phwin-slot-features__step-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-index-phwin-slot-features__step-icon {
  width: 200px; /* Minimum size requirement */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-index-phwin-slot-features__step-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-index-phwin-slot-features__step-description {
  font-size: 0.95em;
  color: #555555;
}

.page-index-phwin-slot-features__cta-bottom {
  text-align: center;
  margin-top: 50px;
}

.page-index-phwin-slot-features__advantages-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.page-index-phwin-slot-features__advantage-item {
  background-color: #FFFFFF;
  border-left: 5px solid #FFD700;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.page-index-phwin-slot-features__advantage-item:hover {
  transform: translateX(10px);
}

.page-index-phwin-slot-features__advantage-title {
  font-size: 1.5em;
  color: #1A202C;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-index-phwin-slot-features__advantage-description {
  font-size: 1em;
  color: #555555;
}

.page-index-phwin-slot-features__testimonials-section {
  background-color: #1A202C;
  color: #FFFFFF;
}

.page-index-phwin-slot-features__testimonials-section .page-index-phwin-slot-features__section-title {
  color: #FFD700;
}

.page-index-phwin-slot-features__testimonials-section .page-index-phwin-slot-features__section-intro {
  color: #e0e0e0;
}

.page-index-phwin-slot-features__testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-phwin-slot-features__testimonial-card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-phwin-slot-features__testimonial-avatar {
  width: 200px; /* Minimum size requirement */
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 4px solid #FFD700;
}

.page-index-phwin-slot-features__testimonial-text {
  font-size: 1.1em;
  font-style: italic;
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-index-phwin-slot-features__testimonial-author {
  font-weight: bold;
  color: #FFD700;
  font-size: 1em;
}

.page-index-phwin-slot-features__cta-final-section {
  text-align: center;
  padding: 100px 20px;
  background: linear-gradient(135deg, #1A202C, #333d4a);
  color: #FFFFFF;
  border-radius: 15px;
  margin: 80px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-index-phwin-slot-features__cta-final-section .page-index-phwin-slot-features__section-title {
  color: #FFD700;
  font-size: 3em;
}

.page-index-phwin-slot-features__cta-final-section .page-index-phwin-slot-features__section-intro {
  color: #e0e0e0;
  font-size: 1.2em;
  margin-bottom: 40px;
}

.page-index-phwin-slot-features__cta-buttons {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-phwin-slot-features__hero-title {
    font-size: 3em;
  }
  .page-index-phwin-slot-features__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-index-phwin-slot-features__hero-section {
    padding: 60px 15px;
  }
  .page-index-phwin-slot-features__hero-title {
    font-size: 2.5em;
  }
  .page-index-phwin-slot-features__hero-description {
    font-size: 1.1em;
  }
  .page-index-phwin-slot-features__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-phwin-slot-features__button {
    width: 100%;
    max-width: 300px;
  }
  .page-index-phwin-slot-features__features-overview-section,
  .page-index-phwin-slot-features__how-to-play-section,
  .page-index-phwin-slot-features__why-us-section,
  .page-index-phwin-slot-features__testimonials-section,
  .page-index-phwin-slot-features__cta-final-section {
    padding: 60px 15px;
  }
  .page-index-phwin-slot-features__feature-cards,
  .page-index-phwin-slot-features__steps-container,
  .page-index-phwin-slot-features__advantages-list,
  .page-index-phwin-slot-features__testimonials-grid {
    grid-template-columns: 1fr;
  }
  .page-index-phwin-slot-features__section-title {
    font-size: 1.8em;
  }
  .page-index-phwin-slot-features__section-intro {
    font-size: 1em;
  }
  .page-index-phwin-slot-features__cta-final-section .page-index-phwin-slot-features__section-title {
    font-size: 2.2em;
  }
  .page-index-phwin-slot-features__cta-final-section .page-index-phwin-slot-features__section-intro {
    font-size: 1em;
  }

  /* CRITICAL: Mobile content area image constraint */
  .page-index-phwin-slot-features img {
    max-width: 100%;
    height: auto;
  }
}