/* style/gdpr.css */
:root {
  --gacam67-primary: #11A84E;
  --gacam67-secondary: #22C768;
  --gacam67-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --gacam67-card-bg: #11271B;
  --gacam67-background: #08160F;
  --gacam67-text-main: #F2FFF6;
  --gacam67-text-secondary: #A7D9B8;
  --gacam67-border: #2E7A4E;
  --gacam67-glow: #57E38D;
  --gacam67-gold: #F2C14E;
  --gacam67-divider: #1E3A2A;
  --gacam67-deep-green: #0A4B2C;
}

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

.page-gdpr__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background-color: var(--gacam67-deep-green);
  overflow: hidden;
}

.page-gdpr__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 30px;
}

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

.page-gdpr__hero-content {
  max-width: 900px;
  text-align: center;
  z-index: 1;
  color: var(--gacam67-text-main);
}

.page-gdpr__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--gacam67-text-main);
}

.page-gdpr__intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--gacam67-text-secondary);
}

.page-gdpr__btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background: var(--gacam67-button-gradient);
  color: var(--gacam67-text-main);
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-gdpr__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-gdpr__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-gdpr__section-wrapper {
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.page-gdpr__light-bg {
  background-color: var(--gacam67-card-bg);
  color: var(--gacam67-text-main);
}

.page-gdpr__dark-section {
  background-color: var(--gacam67-deep-green);
  color: var(--gacam67-text-main);
}

.page-gdpr__section-title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--gacam67-glow);
  text-align: center;
}

.page-gdpr__paragraph {
  margin-bottom: 15px;
  line-height: 1.7;
  color: var(--gacam67-text-secondary);
}

.page-gdpr__highlight {
  color: var(--gacam67-glow);
  font-weight: 600;
}

.page-gdpr__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-gdpr__list-item {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: var(--gacam67-text-main);
}

.page-gdpr__list-item::before {
  content: '✓';
  color: var(--gacam67-glow);
  position: absolute;
  left: 0;
  font-weight: bold;
}

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

.page-gdpr__image--left {
  float: left;
  margin-right: 20px;
  max-width: 40%;
}

.page-gdpr__image--right {
  float: right;
  margin-left: 20px;
  max-width: 40%;
}

.page-gdpr__image--bottom {
  display: block;
  margin: 30px auto 0;
  max-width: 60%;
}

.page-gdpr__link {
  color: var(--gacam67-glow);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-gdpr__link:hover {
  color: var(--gacam67-gold);
  text-decoration: underline;
}

.page-gdpr__faq-section {
  padding-bottom: 60px;
}

.page-gdpr__faq-list {
  margin-top: 30px;
}

.page-gdpr__faq-item {
  background-color: var(--gacam67-background);
  border: 1px solid var(--gacam67-border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-gdpr__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: 600;
  color: var(--gacam67-text-main);
  background-color: var(--gacam67-card-bg);
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-gdpr__faq-question:hover {
  background-color: var(--gacam67-deep-green);
}

.page-gdpr__faq-question::-webkit-details-marker {
  display: none;
}

.page-gdpr__faq-item[open] .page-gdpr__faq-question {
  background-color: var(--gacam67-deep-green);
}

.page-gdpr__faq-qtext {
  flex-grow: 1;
  color: var(--gacam67-glow);
}

.page-gdpr__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: var(--gacam67-glow);
}

.page-gdpr__faq-answer {
  padding: 0 25px 20px;
  color: var(--gacam67-text-secondary);
  font-size: 0.95em;
}

.page-gdpr__faq-answer p {
  margin-bottom: 0;
}

/* Clear floats */
.page-gdpr__section-wrapper::after {
  content: '';
  display: table;
  clear: both;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-gdpr__hero-content {
    padding: 0 15px;
  }

  .page-gdpr__section-title {
    font-size: 1.8em;
  }

  .page-gdpr__image--left, .page-gdpr__image--right {
    max-width: 100%;
    float: none;
    margin: 20px auto;
  }
}

@media (max-width: 768px) {
  .page-gdpr {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-gdpr__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-gdpr__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }

  .page-gdpr__intro-text {
    font-size: 1em;
  }

  .page-gdpr__btn-primary {
    padding: 10px 20px;
    font-size: 0.9em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-gdpr__section-wrapper {
    padding: 20px;
    margin-bottom: 30px;
  }

  .page-gdpr__section-title {
    font-size: 1.5em;
  }

  .page-gdpr__paragraph {
    font-size: 0.95em;
  }

  .page-gdpr__list-item {
    padding-left: 20px;
  }

  .page-gdpr__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-gdpr__image-wrapper,
  .page-gdpr__content-area,
  .page-gdpr__section-wrapper,
  .page-gdpr__faq-section,
  .page-gdpr__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-gdpr__faq-question {
    padding: 15px 20px;
    font-size: 0.95em;
  }

  .page-gdpr__faq-answer {
    padding: 0 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-gdpr__hero-section {
    padding: 30px 10px;
    padding-top: 10px !important;
  }

  .page-gdpr__main-title {
    font-size: clamp(1.5em, 7vw, 2em);
  }

  .page-gdpr__intro-text {
    font-size: 0.9em;
  }

  .page-gdpr__section-title {
    font-size: 1.3em;
  }

  .page-gdpr__paragraph {
    font-size: 0.9em;
  }
}