.page-privacy-policy {
  color: #ffffff; /* Default text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: var(--dark-bg-1);
}

.page-privacy-policy__hero-section {
  position: relative;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; /* Assuming shared.css handles body padding-top */
  margin-top: 0;
  background-color: #8B0000; /* Auxiliary color for hero background */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px; /* Adjust height as needed */
}

.page-privacy-policy__hero-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-privacy-policy__main-title {
  font-size: 42px;
  font-weight: 700;
  color: #FFD700; /* Gold color for main title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-privacy-policy__intro-text {
  font-size: 18px;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-privacy-policy__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: var(--dark-bg-1); /* Ensure content background matches body */
}

.page-privacy-policy__container {
  max-width: 900px;
  margin: 0 auto;
}

.page-privacy-policy__section-block {
  margin-bottom: 40px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08); /* Slightly transparent white for cards/sections */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-privacy-policy__section-title {
  font-size: 32px;
  font-weight: 700;
  color: #FFD700; /* Gold color for section titles */
  margin-bottom: 25px;
  border-bottom: 2px solid #8B0000; /* Red underline */
  padding-bottom: 10px;
}

.page-privacy-policy__sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #FFD700; /* Gold color for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-privacy-policy p {
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-privacy-policy ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-privacy-policy ul li {
  margin-bottom: 8px;
  color: #f0f0f0;
}

.page-privacy-policy a {
  color: #FFD700; /* Gold color for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-privacy-policy a:hover {
  color: #ffd700cc; /* Slightly darker gold on hover */
  text-decoration: underline;
}

.page-privacy-policy__image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  margin-top: 25px;
  margin-bottom: 25px;
  object-fit: cover;
}

.page-privacy-policy__contact-list {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.page-privacy-policy__contact-list li {
  margin-bottom: 10px;
  color: #f0f0f0;
}

.page-privacy-policy__cta-text {
  font-size: 20px;
  font-weight: 600;
  color: #FFD700;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
}

.page-privacy-policy__btn-primary {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 15px 30px;
  background-color: #FFD700; /* Gold background */
  color: #8B0000; /* Dark red text for contrast */
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}

.page-privacy-policy__btn-primary:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  color: #6a0000;
  transform: translateY(-3px);
}

/* Mobile responsive styles */
@media (max-width: 1024px) {
  .page-privacy-policy__main-title {
    font-size: 36px;
  }
  .page-privacy-policy__intro-text {
    font-size: 16px;
  }
  .page-privacy-policy__section-title {
    font-size: 28px;
  }
  .page-privacy-policy__sub-title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .page-privacy-policy__hero-section {
    padding-top: 0 !important;
    min-height: 200px;
  }
  .page-privacy-policy__hero-container {
    padding: 30px 15px;
  }
  .page-privacy-policy__main-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .page-privacy-policy__intro-text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .page-privacy-policy__content-area {
    padding: 40px 15px;
  }
  .page-privacy-policy__section-block {
    padding: 20px;
    margin-bottom: 30px;
  }
  .page-privacy-policy__section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page-privacy-policy__sub-title {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .page-privacy-policy p,
  .page-privacy-policy ul li {
    font-size: 15px;
  }
  .page-privacy-policy__cta-text {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-privacy-policy__btn-primary {
    padding: 12px 25px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* General image responsive styles for content area */
  .page-privacy-policy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  /* Ensure no logo-item specific overrides as this page doesn't have it, but for completeness */
  .page-privacy-policy__logo-item {
    width: 80px !important; 
    height: 80px !important; 
    max-width: 80px !important; 
    box-sizing: border-box;
  }
  .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;
  }

  /* Button containers for mobile */
  .page-privacy-policy__cta-buttons,
  .page-privacy-policy__button-group,
  .page-privacy-policy__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-privacy-policy__cta-buttons {
    display: flex;
    flex-direction: column;
  }
}