.page-privacy-policy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--background);
}

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

.page-privacy-policy__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  background: linear-gradient(180deg, #0A4B2C 0%, #08160F 100%);
  position: relative;
  overflow: hidden;
}

.page-privacy-policy__hero-image-wrapper {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.page-privacy-policy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-privacy-policy__hero-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.page-privacy-policy__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  color: var(--text-main);
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -0.02em;
}

.page-privacy-policy__description {
  font-size: 1.1em;
  color: var(--text-secondary);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-privacy-policy__btn-primary,
.page-privacy-policy__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-privacy-policy__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: var(--text-main);
  border: none;
}

.page-privacy-policy__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px var(--glow);
}

.page-privacy-policy__btn-secondary {
  background: transparent;
  color: var(--text-main);
  border: 2px solid var(--border);
}

.page-privacy-policy__btn-secondary:hover {
  background: var(--border);
  color: var(--background);
}

.page-privacy-policy__content-section {
  padding: 60px 0;
  border-bottom: 1px solid var(--divider);
}

.page-privacy-policy__dark-section {
  background-color: var(--background);
  color: var(--text-main);
}

.page-privacy-policy__light-bg {
  background-color: var(--card-b-g);
  color: var(--text-main);
}

.page-privacy-policy__section-title {
  font-size: 2.5em;
  color: var(--text-main);
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}

.page-privacy-policy__sub-title {
  font-size: 1.8em;
  color: var(--gold);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-privacy-policy__text-block {
  font-size: 1.05em;
  color: var(--text-secondary);
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
}

.page-privacy-policy__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-secondary);
}

.page-privacy-policy__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
  line-height: 1.6;
}

.page-privacy-policy__list-item strong {
  color: var(--text-main);
}

.page-privacy-policy__image-wrapper {
  text-align: center;
  margin: 40px auto;
  max-width: 800px;
}

.page-privacy-policy__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.page-privacy-policy__contact-list {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}

.page-privacy-policy__contact-item {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: var(--text-main);
}

.page-privacy-policy__contact-link {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-privacy-policy__contact-link:hover {
  color: var(--glow);
  text-decoration: underline;
}

.page-privacy-policy__cta-section {
  background: linear-gradient(90deg, var(--deep-green) 0%, var(--background) 100%);
  padding: 80px 20px;
  text-align: center;
  border-top: 1px solid var(--divider);
}

.page-privacy-policy__cta-title {
  font-size: 2.8em;
  color: var(--text-main);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-privacy-policy__cta-description {
  font-size: 1.2em;
  color: var(--text-secondary);
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-privacy-policy__main-title {
    font-size: clamp(2em, 5vw, 2.8em);
  }

  .page-privacy-policy__section-title {
    font-size: 2.2em;
  }

  .page-privacy-policy__sub-title {
    font-size: 1.6em;
  }

  .page-privacy-policy__cta-title {
    font-size: 2.4em;
  }
}

@media (max-width: 768px) {
  .page-privacy-policy__container {
    padding: 15px;
  }

  .page-privacy-policy__hero-section {
    padding-top: 10px !important; /* Specific mobile top padding */
    padding-bottom: 30px;
  }

  .page-privacy-policy__hero-content {
    padding: 15px;
  }

  .page-privacy-policy__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
    margin-bottom: 15px;
  }

  .page-privacy-policy__description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-privacy-policy__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-privacy-policy__btn-primary,
  .page-privacy-policy__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-privacy-policy__content-section {
    padding: 40px 0;
  }

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

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

  .page-privacy-policy__text-block,
  .page-privacy-policy__list-item {
    font-size: 0.95em;
    line-height: 1.5;
  }

  .page-privacy-policy__list {
    margin-left: 20px;
  }

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

  .page-privacy-policy__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-privacy-policy__cta-section {
    padding: 50px 15px;
  }

  .page-privacy-policy__cta-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-privacy-policy__cta-description {
    font-size: 1em;
    margin-bottom: 30px;
  }

  /* General image and container rules for mobile */
  .page-privacy-policy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .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;
    overflow-x: hidden;
  }
  
  /* Ensure no horizontal scroll for product/game displays if they existed */
  .page-privacy-policy__products-section,
  .page-privacy-policy__games-grid {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    display: block;
  }
}