.page-resources-phwin-app-download-guide {
  color: #ffffff; /* Light text for dark body background */
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-phwin-app-download-guide__hero-section {
  position: relative;
  text-align: center;
  padding: 80px 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #007bff, #0056b3);
}

.page-resources-phwin-app-download-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-phwin-app-download-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffc107; /* Accent color for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-phwin-app-download-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-phwin-app-download-guide__hero-button,
.page-resources-phwin-app-download-guide__cta-button,
.page-resources-phwin-app-download-guide__button {
  display: inline-block;
  background-color: #ffc107; /* Accent color for buttons */
  color: #000000; /* Dark text for accent button */
  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;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

.page-resources-phwin-app-download-guide__hero-button:hover,
.page-resources-phwin-app-download-guide__cta-button:hover,
.page-resources-phwin-app-download-guide__button:hover {
  background-color: #e0a800; /* Slightly darker accent on hover */
  transform: translateY(-2px);
}

.page-resources-phwin-app-download-guide__hero-image {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.page-resources-phwin-app-download-guide__hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-phwin-app-download-guide__content-section {
  padding: 60px 20px;
  background-color: #343a40; /* Body background color */
}

.page-resources-phwin-app-download-guide__content-section:nth-of-type(even) {
  background-color: #2b3035;
}

.page-resources-phwin-app-download-guide__container {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-phwin-app-download-guide__section-title {
  font-size: 2.5em;
  color: #007bff; /* Primary color for section titles */
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-resources-phwin-app-download-guide__subsection-title {
  font-size: 1.8em;
  color: #ffc107; /* Accent color for subsection titles */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(255, 193, 7, 0.3);
  padding-bottom: 10px;
}

.page-resources-phwin-app-download-guide__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-phwin-app-download-guide__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-phwin-app-download-guide__list-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #007bff;
  border-radius: 5px;
  font-size: 1.05em;
  color: #ffffff;
}

.page-resources-phwin-app-download-guide__list-item strong {
  color: #ffc107;
}

.page-resources-phwin-app-download-guide__download-steps .page-resources-phwin-app-download-guide__section-title {
  color: #ffc107;
}

.page-resources-phwin-app-download-guide__step-card {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 123, 255, 0.3);
}

.page-resources-phwin-app-download-guide__step-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.page-resources-phwin-app-download-guide__step-number {
  background-color: #007bff;
  color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}

.page-resources-phwin-app-download-guide__step-title {
  font-size: 1.5em;
  color: #ffc107;
  margin: 0;
}

.page-resources-phwin-app-download-guide__step-description {
  font-size: 1em;
  color: #e0e0e0;
}

.page-resources-phwin-app-download-guide__step-description a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-phwin-app-download-guide__step-description a:hover {
  text-decoration: underline;
}

.page-resources-phwin-app-download-guide__image-wrapper {
  margin: 40px 0;
  text-align: center;
}

.page-resources-phwin-app-download-guide__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-phwin-app-download-guide__faq-item {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  border-left: 4px solid #ffc107;
}

.page-resources-phwin-app-download-guide__faq-question {
  font-size: 1.3em;
  color: #007bff;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-phwin-app-download-guide__faq-answer {
  font-size: 1em;
  color: #e0e0e0;
}

.page-resources-phwin-app-download-guide__responsible-gaming .page-resources-phwin-app-download-guide__section-title {
  color: #007bff;
}

.page-resources-phwin-app-download-guide__return-link-section {
  text-align: center;
  padding-bottom: 80px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .page-resources-phwin-app-download-guide__hero-title {
    font-size: 2.8em;
  }
  .page-resources-phwin-app-download-guide__hero-description {
    font-size: 1.2em;
  }
  .page-resources-phwin-app-download-guide__section-title {
    font-size: 2.2em;
  }
  .page-resources-phwin-app-download-guide__subsection-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-phwin-app-download-guide__hero-section {
    padding: 60px 15px;
  }
  .page-resources-phwin-app-download-guide__hero-title {
    font-size: 2.2em;
  }
  .page-resources-phwin-app-download-guide__hero-description {
    font-size: 1em;
  }
  .page-resources-phwin-app-download-guide__hero-button,
  .page-resources-phwin-app-download-guide__cta-button,
  .page-resources-phwin-app-download-guide__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-phwin-app-download-guide__section-title {
    font-size: 2em;
  }
  .page-resources-phwin-app-download-guide__subsection-title {
    font-size: 1.4em;
  }
  .page-resources-phwin-app-download-guide__text,
  .page-resources-phwin-app-download-guide__list-item,
  .page-resources-phwin-app-download-guide__step-description,
  .page-resources-phwin-app-download-guide__faq-answer {
    font-size: 0.95em;
  }
  .page-resources-phwin-app-download-guide__step-number {
    width: 35px;
    height: 35px;
    font-size: 1.3em;
  }
  .page-resources-phwin-app-download-guide__step-title {
    font-size: 1.3em;
  }
  .page-resources-phwin-app-download-guide__faq-question {
    font-size: 1.1em;
  }
  /* Ensure images do not overflow on mobile */
  .page-resources-phwin-app-download-guide__container img,
  .page-resources-phwin-app-download-guide__image-wrapper img {
    max-width: 100%;
    height: auto;
  }
  .page-resources-phwin-app-download-guide__hero-image img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-phwin-app-download-guide__hero-title {
    font-size: 1.8em;
  }
  .page-resources-phwin-app-download-guide__hero-description {
    font-size: 0.9em;
  }
  .page-resources-phwin-app-download-guide__section-title {
    font-size: 1.8em;
  }
  .page-resources-phwin-app-download-guide__subsection-title {
    font-size: 1.2em;
  }
}