.page-privacy-policy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #FFFFFF; /* Assuming body background is light */
}

.page-privacy-policy__hero-section {
  display: flex;
  flex-direction: column; /* Image on top, content below */
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #26A9E0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-privacy-policy__hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover; /* Cover the area */
  margin-bottom: 20px;
}

.page-privacy-policy__hero-content {
  max-width: 900px;
  padding: 0 20px 40px;
  z-index: 1; /* Ensure content is above any potential background layers */
}

.page-privacy-policy__main-title {
  font-size: clamp(2em, 3.5vw, 2.8em);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-privacy-policy__hero-description {
  font-size: clamp(1em, 1.5vw, 1.2em);
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-privacy-policy__content-area {
  padding: 40px 0;
  background-color: #ffffff;
  color: #333333;
}

.page-privacy-policy__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-privacy-policy__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-privacy-policy__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-privacy-policy__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-privacy-policy__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-privacy-policy__list-heading {
  font-size: 1.2em;
  color: #26A9E0;
  margin-bottom: 5px;
}

.page-privacy-policy__image-content {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-privacy-policy__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-privacy-policy__cta-button {
  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;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-privacy-policy__btn-primary {
  background-color: #EA7C07; /* Login color */
  color: #FFFFFF;
  border: 2px solid transparent;
}

.page-privacy-policy__btn-primary:hover {
  background-color: #d16b06;
}

.page-privacy-policy__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-privacy-policy__btn-secondary:hover {
  background-color: #e0f7fa;
  color: #26A9E0;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-privacy-policy {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-privacy-policy__hero-section {
    padding-top: 10px !important;
  }

  .page-privacy-policy__hero-image {
    object-fit: contain !important; /* Ensure image is fully visible, not cropped */
    aspect-ratio: unset !important;
    max-height: none !important;
  }

  .page-privacy-policy__main-title {
    font-size: 2em;
  }

  .page-privacy-policy__hero-description {
    font-size: 1em;
  }

  .page-privacy-policy__content-area {
    padding: 20px 0;
  }

  .page-privacy-policy__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-privacy-policy__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-privacy-policy__text-block,
  .page-privacy-policy__list-item {
    font-size: 1em;
  }

  .page-privacy-policy__list-heading {
    font-size: 1.1em;
  }

  .page-privacy-policy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-privacy-policy__image-content {
    margin: 20px auto;
  }

  .page-privacy-policy__cta-buttons {
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-privacy-policy__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
}

/* Generic mobile image and container rules */
@media (max-width: 768px) {
  .page-privacy-policy__section,
  .page-privacy-policy__card,
  .page-privacy-policy__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Placeholder for FAQ, winner list, game grid, blog specific mobile rules if they were present */
/* As this is a privacy policy page, these modules are not expected, but if they were, their 768px rules would be here. */
/* Game grid (if present on a non-homepage) */
@media (max-width: 768px) {
  /* .page-privacy-policy__game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; overflow-x: hidden; } */
  /* .page-privacy-policy__game-tile img { aspect-ratio: 1/1; object-fit: cover; } */
}

/* Winner list (if present on a non-homepage) */
@media (max-width: 768px) {
  /* .page-privacy-policy__winner-list { display: flex; flex-direction: column; overflow-x: hidden; } */
  /* .page-privacy-policy__winner-item { flex-direction: row; align-items: center; justify-content: space-between; padding: 10px; border-bottom: 1px solid #eee; } */
  /* .page-privacy-policy__winner-thumbnail { width: 70px; height: 70px; object-fit: cover; } */
  /* .page-privacy-policy__winner-details { flex: 1; margin-left: 10px; } */
}

/* Blog section (if present on a non-homepage) */
@media (max-width: 768px) {
  /* .page-privacy-policy__blog-section { padding: 20px 0; } */
  /* .page-privacy-policy__blog-grid { grid-template-columns: 1fr; } */
}