.page-resources-phwin-app-security-privacy {
  color: #ffffff; /* Dark body background #343a40, so use light text */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

.page-resources-phwin-app-security-privacy__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #2c3136; /* Slightly lighter than body for contrast */
  position: relative;
  overflow: hidden;
}

.page-resources-phwin-app-security-privacy__hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-resources-phwin-app-security-privacy__hero-title {
  font-size: 3.2em;
  color: #ffc107; /* Auxiliary color for emphasis */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-phwin-app-security-privacy__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-phwin-app-security-privacy__hero-cta {
  display: inline-block;
  background-color: #007bff; /* Primary color */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}

.page-resources-phwin-app-security-privacy__hero-cta:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.page-resources-phwin-app-security-privacy__hero-image-wrapper {
  margin-top: 40px;
  width: 100%;
  max-width: 1200px;
}

.page-resources-phwin-app-security-privacy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-phwin-app-security-privacy__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-phwin-app-security-privacy__section-title {
  font-size: 2.5em;
  color: #ffc107;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.page-resources-phwin-app-security-privacy__paragraph {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #e0e0e0;
}

.page-resources-phwin-app-security-privacy__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-phwin-app-security-privacy__feature-card,
.page-resources-phwin-app-security-privacy__info-card,
.page-resources-phwin-app-security-privacy__compliance-item {
  background-color: rgba(0, 123, 255, 0.1); /* Semi-transparent primary color */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: 1px solid rgba(0, 123, 255, 0.2);
}

.page-resources-phwin-app-security-privacy__feature-card:hover,
.page-resources-phwin-app-security-privacy__info-card:hover,
.page-resources-phwin-app-security-privacy__compliance-item:hover {
  transform: translateY(-5px);
  background-color: rgba(0, 123, 255, 0.2);
}

.page-resources-phwin-app-security-privacy__feature-icon {
  width: 200px; /* Min size 200px */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-resources-phwin-app-security-privacy__feature-title,
.page-resources-phwin-app-security-privacy__info-card-title,
.page-resources-phwin-app-security-privacy__compliance-subtitle,
.page-resources-phwin-app-security-privacy__responsible-gaming-subtitle {
  font-size: 1.8em;
  color: #ffc107;
  margin-bottom: 15px;
}

.page-resources-phwin-app-security-privacy__feature-description,
.page-resources-phwin-app-security-privacy__info-card-description,
.page-resources-phwin-app-security-privacy__compliance-description,
.page-resources-phwin-app-security-privacy__responsible-gaming-text {
  font-size: 1em;
  color: #cccccc;
}

.page-resources-phwin-app-security-privacy__info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-phwin-app-security-privacy__responsible-gaming-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 60px;
  align-items: center;
}

.page-resources-phwin-app-security-privacy__responsible-gaming-content {
  flex: 1;
  max-width: 600px;
}

.page-resources-phwin-app-security-privacy__responsible-gaming-image-wrapper {
  flex: 1;
  max-width: 600px;
}

.page-resources-phwin-app-security-privacy__responsible-gaming-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-phwin-app-security-privacy__compliance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-phwin-app-security-privacy__compliance-icon {
  width: 200px; /* Min size 200px */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-resources-phwin-app-security-privacy__faq-container {
  margin-top: 40px;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-phwin-app-security-privacy__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  border-left: 5px solid #007bff;
}

.page-resources-phwin-app-security-privacy__faq-question {
  font-size: 1.3em;
  color: #ffc107;
  margin-top: 0;
  margin-bottom: 10px;
}

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

.page-resources-phwin-app-security-privacy__cta-buttons {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-resources-phwin-app-security-privacy__cta-button {
  display: inline-block;
  background-color: #ffc107; /* Auxiliary color for CTA */
  color: #333333;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.page-resources-phwin-app-security-privacy__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-phwin-app-security-privacy__back-to-resources {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-phwin-app-security-privacy__back-link {
  color: #007bff;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-phwin-app-security-privacy__back-link:hover {
  color: #ffc107;
}

/* Media Queries for Responsiveness */
@media (max-width: 992px) {
  .page-resources-phwin-app-security-privacy__hero-title {
    font-size: 2.5em;
  }
  .page-resources-phwin-app-security-privacy__section-title {
    font-size: 2em;
  }
  .page-resources-phwin-app-security-privacy__responsible-gaming-section {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-resources-phwin-app-security-privacy__hero-title {
    font-size: 2em;
  }
  .page-resources-phwin-app-security-privacy__hero-description {
    font-size: 1em;
  }
  .page-resources-phwin-app-security-privacy__hero-cta {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-phwin-app-security-privacy__content-area {
    padding: 20px 15px;
  }
  .page-resources-phwin-app-security-privacy__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-phwin-app-security-privacy__paragraph {
    font-size: 0.95em;
  }
  .page-resources-phwin-app-security-privacy__feature-grid,
  .page-resources-phwin-app-security-privacy__info-cards,
  .page-resources-phwin-app-security-privacy__compliance-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-phwin-app-security-privacy__feature-card,
  .page-resources-phwin-app-security-privacy__info-card,
  .page-resources-phwin-app-security-privacy__compliance-item {
    padding: 25px;
  }
  .page-resources-phwin-app-security-privacy__feature-title,
  .page-resources-phwin-app-security-privacy__info-card-title,
  .page-resources-phwin-app-security-privacy__compliance-subtitle,
  .page-resources-phwin-app-security-privacy__responsible-gaming-subtitle {
    font-size: 1.5em;
  }
  .page-resources-phwin-app-security-privacy__feature-description,
  .page-resources-phwin-app-security-privacy__info-card-description,
  .page-resources-phwin-app-security-privacy__compliance-description,
  .page-resources-phwin-app-security-privacy__responsible-gaming-text {
    font-size: 0.9em;
  }
  .page-resources-phwin-app-security-privacy__faq-question {
    font-size: 1.1em;
  }
  .page-resources-phwin-app-security-privacy__faq-answer {
    font-size: 0.9em;
  }
  .page-resources-phwin-app-security-privacy__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-resources-phwin-app-security-privacy__hero-image,
  .page-resources-phwin-app-security-privacy__responsible-gaming-image,
  .page-resources-phwin-app-security-privacy__feature-icon,
  .page-resources-phwin-app-security-privacy__compliance-icon {
    max-width: 100%;
    height: auto;
  }
  .page-resources-phwin-app-security-privacy__responsible-gaming-content,
  .page-resources-phwin-app-security-privacy__responsible-gaming-image-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .page-resources-phwin-app-security-privacy__hero-title {
    font-size: 1.8em;
  }
  .page-resources-phwin-app-security-privacy__hero-description {
    font-size: 0.9em;
  }
  .page-resources-phwin-app-security-privacy__section-title {
    font-size: 1.5em;
  }
  .page-resources-phwin-app-security-privacy__feature-title,
  .page-resources-phwin-app-security-privacy__info-card-title,
  .page-resources-phwin-app-security-privacy__compliance-subtitle,
  .page-resources-phwin-app-security-privacy__responsible-gaming-subtitle {
    font-size: 1.3em;
  }
  .page-resources-phwin-app-security-privacy__faq-question {
    font-size: 1em;
  }
  .page-resources-phwin-app-security-privacy__cta-button {
    width: 100%;
    max-width: 280px;
  }
}

/* Ensure no filter is used on images */
.page-resources-phwin-app-security-privacy img {
  filter: none; /* Absolutely no CSS filter to change image color */
}

/* Content area images CSS dimensions lower bound (200px) */
.page-resources-phwin-app-security-privacy__hero-image,
.page-resources-phwin-app-security-privacy__feature-icon,
.page-resources-phwin-app-security-privacy__responsible-gaming-image,
.page-resources-phwin-app-security-privacy__compliance-icon {
  min-width: 200px;
  min-height: 200px;
  object-fit: cover; /* Ensure images fill their space nicely */
}