/* style/privacy-policy.css */

/* Custom Colors */
:root {
  --page-privacy-policy-bg: #08160F;
  --page-privacy-policy-card-bg: #11271B;
  --page-privacy-policy-text-main: #F2FFF6;
  --page-privacy-policy-text-secondary: #A7D9B8;
  --page-privacy-policy-border: #2E7A4E;
  --page-privacy-policy-glow: #57E38D;
  --page-privacy-policy-gold: #F2C14E;
  --page-privacy-policy-divider: #1E3A2A;
  --page-privacy-policy-deep-green: #0A4B2C;
  --page-privacy-policy-btn-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
}

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

.page-privacy-policy__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  text-align: center;
  overflow: hidden;
  background-color: var(--page-privacy-policy-bg);
}

.page-privacy-policy__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 20px; /* Space between image and text */
}

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

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

.page-privacy-policy__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  color: var(--page-privacy-policy-gold);
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

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

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

.page-privacy-policy__btn-primary,
.page-privacy-policy__btn-secondary {
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

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

.page-privacy-policy__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

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

.page-privacy-policy__btn-secondary:hover {
  background-color: var(--page-privacy-policy-gold);
  color: var(--page-privacy-policy-bg);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-privacy-policy__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: var(--page-privacy-policy-card-bg);
  border-radius: 8px;
  margin-top: -40px; /* Overlap with hero for visual flow */
  position: relative;
  z-index: 2;
  box-shadow: 0 0 30px rgba(0,0,0,0.3);
  color: var(--page-privacy-policy-text-main); /* Ensure light text on dark card background */
}

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

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

.page-privacy-policy__section-heading {
  font-size: clamp(1.8em, 3vw, 2.5em);
  color: var(--page-privacy-policy-gold);
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

.page-privacy-policy__sub-heading {
  font-size: clamp(1.4em, 2.5vw, 1.8em);
  color: var(--page-privacy-policy-text-main);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-privacy-policy__text-block {
  font-size: 1em;
  margin-bottom: 15px;
  color: var(--page-privacy-policy-text-secondary);
}

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

.page-privacy-policy__list li {
  margin-bottom: 8px;
  font-size: 1em;
}

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

.page-privacy-policy__link {
  color: var(--page-privacy-policy-glow);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-privacy-policy__link:hover {
  color: var(--page-privacy-policy-gold);
}

.page-privacy-policy__image-block {
  margin: 40px 0;
  text-align: center;
}

.page-privacy-policy__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.page-privacy-policy__contact-info {
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1em;
  color: var(--page-privacy-policy-text-secondary);
}

.page-privacy-policy__contact-info strong {
  color: var(--page-privacy-policy-text-main);
}

.page-privacy-policy__cta-buttons--bottom {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--page-privacy-policy-divider);
}

.page-privacy-policy__faq-section {
  padding: 60px 20px;
  text-align: center;
  background-color: var(--page-privacy-policy-bg);
}

.page-privacy-policy__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
  text-align: left;
}

.page-privacy-policy__faq-item {
  background-color: var(--page-privacy-policy-card-bg);
  border: 1px solid var(--page-privacy-policy-border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.page-privacy-policy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: var(--page-privacy-policy-deep-green);
  color: var(--page-privacy-policy-text-main);
  font-weight: 600;
  font-size: 1.1em;
  border-bottom: 1px solid var(--page-privacy-policy-divider);
  transition: background-color 0.3s ease;
}

.page-privacy-policy__faq-question:hover {
  background-color: #13994A; /* Slightly lighter green on hover */
}

.page-privacy-policy__faq-item[open] .page-privacy-policy__faq-question {
  border-bottom: 1px solid var(--page-privacy-policy-divider);
}

.page-privacy-policy__faq-qtext {
  flex-grow: 1;
  margin-right: 15px;
}

.page-privacy-policy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--page-privacy-policy-glow);
  transition: transform 0.3s ease;
}

.page-privacy-policy__faq-item[open] .page-privacy-policy__faq-toggle {
  transform: rotate(45deg);
}

.page-privacy-policy__faq-answer {
  padding: 20px 25px;
  background-color: var(--page-privacy-policy-card-bg);
  color: var(--page-privacy-policy-text-secondary);
  font-size: 0.95em;
  line-height: 1.7;
  border-top: 1px solid var(--page-privacy-policy-divider);
}

/* Details element native styling reset */
.page-privacy-policy__faq-item summary::-webkit-details-marker {
  display: none;
}
.page-privacy-policy__faq-item summary {
  list-style: none;
}

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

  .page-privacy-policy__hero-section {
    padding: 10px 15px 40px;
  }

  .page-privacy-policy__main-title {
    font-size: 2em; /* Adjusted for mobile */
  }

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

  .page-privacy-policy__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-privacy-policy__btn-primary,
  .page-privacy-policy__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-privacy-policy__content-area {
    padding: 40px 15px;
    margin-top: -30px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-privacy-policy__section-heading {
    font-size: 1.6em;
  }

  .page-privacy-policy__sub-heading {
    font-size: 1.3em;
  }

  .page-privacy-policy__text-block,
  .page-privacy-policy__list li,
  .page-privacy-policy__contact-info,
  .page-privacy-policy__faq-answer {
    font-size: 0.95em;
  }

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

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

  .page-privacy-policy__faq-section {
    padding: 40px 15px;
  }

  .page-privacy-policy__faq-list {
    padding: 0;
  }

  .page-privacy-policy__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-privacy-policy__faq-toggle {
    font-size: 1.3em;
  }

  .page-privacy-policy__faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-privacy-policy__main-title {
    font-size: 1.8em;
  }

  .page-privacy-policy__section-heading {
    font-size: 1.4em;
  }

  .page-privacy-policy__sub-heading {
    font-size: 1.2em;
  }
}