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

.page-resources-best-phwin-slot-games__container {
  max-width: 800px; /* Article content width */
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-best-phwin-slot-games__hero-section {
  position: relative;
  text-align: center;
  color: #ffffff;
  padding: 0;
  overflow: hidden;
  background-color: #1A202C; /* Fallback dark background */
}

.page-resources-best-phwin-slot-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Darken image for text readability, not changing color */
}

.page-resources-best-phwin-slot-games__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 90%;
  width: 700px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-best-phwin-slot-games__main-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FFD700; /* Gold for main title */
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-best-phwin-slot-games__intro-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-best-phwin-slot-games__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-best-phwin-slot-games__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text on gold */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-resources-best-phwin-slot-games__cta-button:hover {
  background-color: #e6c200; /* Darker gold on hover */
  transform: translateY(-2px);
}

.page-resources-best-phwin-slot-games__cta-button--secondary {
  background-color: #1A202C; /* Dark button */
  color: #FFD700; /* Gold text on dark */
  border: 2px solid #FFD700;
}

.page-resources-best-phwin-slot-games__cta-button--secondary:hover {
  background-color: #2c3647; /* Slightly lighter dark on hover */
}

.page-resources-best-phwin-slot-games__cta-button--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-resources-best-phwin-slot-games__section {
  padding: 60px 0;
  border-bottom: 1px solid #e0e0e0;
}

.page-resources-best-phwin-slot-games__section:last-of-type {
  border-bottom: none;
}

.page-resources-best-phwin-slot-games__section-title {
  font-size: 2.2em;
  color: #1A202C; /* Dark title */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-best-phwin-slot-games__section-title--light {
  color: #FFD700; /* Gold title for dark background */
}

.page-resources-best-phwin-slot-games__section-intro {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
}

.page-resources-best-phwin-slot-games__section-intro--light {
  color: #f0f0f0;
}

.page-resources-best-phwin-slot-games__why-choose {
  background-color: #fcfcfc;
}

.page-resources-best-phwin-slot-games__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-best-phwin-slot-games__feature-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  border: 1px solid #eee;
}

.page-resources-best-phwin-slot-games__feature-card:hover {
  transform: translateY(-8px);
}

.page-resources-best-phwin-slot-games__feature-icon {
  width: 250px; /* Min size 200x200px, larger for feature card */
  height: 187px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-resources-best-phwin-slot-games__feature-title {
  font-size: 1.5em;
  color: #1A202C;
  margin-bottom: 15px;
}

.page-resources-best-phwin-slot-games__feature-description {
  font-size: 1em;
  color: #666666;
}

.page-resources-best-phwin-slot-games__cta-center {
  text-align: center;
  margin-top: 50px;
}

.page-resources-best-phwin-slot-games__top-games {
  background-color: #f8f8f8;
}

.page-resources-best-phwin-slot-games__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-best-phwin-slot-games__game-card {
  background-color: #1A202C; /* Dark background for game cards */
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-best-phwin-slot-games__game-card:hover {
  transform: translateY(-8px);
}

.page-resources-best-phwin-slot-games__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-best-phwin-slot-games__game-title {
  font-size: 1.6em;
  color: #FFD700; /* Gold title */
  margin-bottom: 10px;
}

.page-resources-best-phwin-slot-games__game-description {
  font-size: 0.95em;
  color: #cccccc;
  margin-bottom: 20px;
  flex-grow: 1;
}

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

.page-resources-best-phwin-slot-games__game-button:hover {
  background-color: #e6c200;
}

.page-resources-best-phwin-slot-games__how-to-start {
  background-color: #fcfcfc;
}

.page-resources-best-phwin-slot-games__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-best-phwin-slot-games__step-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  border: 1px solid #eee;
}

.page-resources-best-phwin-slot-games__step-card:hover {
  transform: translateY(-8px);
}

.page-resources-best-phwin-slot-games__step-number {
  font-size: 2.5em;
  color: #FFD700;
  font-weight: bold;
  margin-bottom: 15px;
  background-color: #1A202C;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.page-resources-best-phwin-slot-games__step-title {
  font-size: 1.5em;
  color: #1A202C;
  margin-bottom: 15px;
}

.page-resources-best-phwin-slot-games__step-description {
  font-size: 1em;
  color: #666666;
  margin-bottom: 20px;
}

.page-resources-best-phwin-slot-games__step-button {
  display: inline-block;
  background-color: #1A202C; /* Dark button */
  color: #FFD700; /* Gold text */
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

.page-resources-best-phwin-slot-games__step-button:hover {
  background-color: #2c3647;
}

.page-resources-best-phwin-slot-games__bonuses {
  background-color: #f8f8f8;
}

.page-resources-best-phwin-slot-games__bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-best-phwin-slot-games__bonus-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  border: 1px solid #eee;
}

.page-resources-best-phwin-slot-games__bonus-card:hover {
  transform: translateY(-8px);
}

.page-resources-best-phwin-slot-games__bonus-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-best-phwin-slot-games__bonus-title {
  font-size: 1.6em;
  color: #1A202C;
  margin-bottom: 10px;
}

.page-resources-best-phwin-slot-games__bonus-description {
  font-size: 0.95em;
  color: #666666;
  margin-bottom: 20px;
}

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

.page-resources-best-phwin-slot-games__bonus-button:hover {
  background-color: #e6c200;
}

.page-resources-best-phwin-slot-games__faq {
  background-color: #fcfcfc;
}

.page-resources-best-phwin-slot-games__accordion {
  margin-top: 40px;
}

.page-resources-best-phwin-slot-games__accordion-item {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-best-phwin-slot-games__accordion-header {
  background-color: #1A202C; /* Dark header */
  color: #FFD700; /* Gold text */
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-resources-best-phwin-slot-games__accordion-header:hover {
  background-color: #2c3647;
}

.page-resources-best-phwin-slot-games__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-best-phwin-slot-games__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-best-phwin-slot-games__accordion-content {
  padding: 0 25px;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-resources-best-phwin-slot-games__accordion-content.active {
  max-height: 200px; /* Adjust as needed */
  padding: 15px 25px;
}

.page-resources-best-phwin-slot-games__accordion-content p {
  margin: 0;
  color: #555555;
}

.page-resources-best-phwin-slot-games__final-cta {
  background-color: #1A202C; /* Dark background for final CTA */
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.page-resources-best-phwin-slot-games__final-cta-content {
  max-width: 700px;
}

.page-resources-best-phwin-slot-games__back-to-resources-link-wrapper {
  text-align: center;
  padding: 30px 20px;
  background-color: #f0f0f0;
}

.page-resources-best-phwin-slot-games__back-to-resources-link {
  color: #1A202C;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-best-phwin-slot-games__back-to-resources-link:hover {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-best-phwin-slot-games__hero-content {
    width: 95%;
  }
  .page-resources-best-phwin-slot-games__main-title {
    font-size: 2em;
  }
  .page-resources-best-phwin-slot-games__intro-description {
    font-size: 1em;
  }
  .page-resources-best-phwin-slot-games__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-best-phwin-slot-games__cta-button {
    width: 100%;
    padding: 12px 20px;
  }
  .page-resources-best-phwin-slot-games__section-title {
    font-size: 1.8em;
  }
  .page-resources-best-phwin-slot-games__section-intro {
    font-size: 1em;
  }
  .page-resources-best-phwin-slot-games__feature-card,
  .page-resources-best-phwin-slot-games__game-card,
  .page-resources-best-phwin-slot-games__step-card,
  .page-resources-best-phwin-slot-games__bonus-card {
    padding: 20px;
  }
  .page-resources-best-phwin-slot-games__feature-icon,
  .page-resources-best-phwin-slot-games__game-image,
  .page-resources-best-phwin-slot-games__bonus-image {
    max-width: 100%; /* Ensure images don't overflow */
    height: auto;
  }
  .page-resources-best-phwin-slot-games__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-resources-best-phwin-slot-games__accordion-content {
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-best-phwin-slot-games__main-title {
    font-size: 1.6em;
  }
  .page-resources-best-phwin-slot-games__section-title {
    font-size: 1.6em;
  }
  .page-resources-best-phwin-slot-games__cta-button--large {
    font-size: 1.1em;
    padding: 15px 30px;
  }
}