.page-gdpr {
  --primary-color: #0A192F;
  --secondary-color: #FFD700;
  --text-light: #FFFFFF;
  --text-dark: #333333;
  --bg-light: #F8F8F8;
  --bg-dark: #0A192F;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

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

.page-gdpr section {
  padding: 60px 0;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-gdpr .section-title {
  font-size: 3em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-gdpr .section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: var(--text-dark);
}

.page-gdpr .highlight {
  color: var(--secondary-color);
}

.page-gdpr a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-gdpr a:hover {
  color: var(--secondary-color);
}

/* Hero Banner Section */
.page-gdpr .hero-banner {
  background: linear-gradient(135deg, var(--bg-dark) 0%, #1A2E4B 100%);
  color: var(--text-light);
  padding: 80px 0;
  text-align: center;
}

.page-gdpr .hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-gdpr .hero-content {
  max-width: 800px;
  margin-bottom: 40px;
}

.page-gdpr .hero-title {
  font-size: 3.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--text-light);
}

.page-gdpr .hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-gdpr .hero-description a {
  color: var(--secondary-color);
  font-weight: bold;
}

.page-gdpr .cta-button {
  display: inline-block;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.page-gdpr .cta-button:hover {
  background-color: #FFC107; /* Slightly lighter gold */
  transform: translateY(-3px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
}

.page-gdpr .hero-image-wrapper {
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
}

.page-gdpr .hero-main-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

/* Principles Section */
.page-gdpr .section-principles {
  background-color: var(--bg-light);
  padding: 80px 0;
}

.page-gdpr .principles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-gdpr .principle-item {
  background-color: var(--text-light);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-gdpr .principle-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-gdpr .principle-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-gdpr .principle-heading {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-gdpr .principle-text {
  font-size: 1em;
  color: var(--text-dark);
}

.page-gdpr .principle-text a {
  color: var(--primary-color);
  font-weight: bold;
}

/* Rights Section */
.page-gdpr .section-rights {
  background-color: #F0F4F8; /* Light blue-grey */
  padding: 80px 0;
}

.page-gdpr .rights-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-gdpr .right-item {
  background-color: var(--text-light);
  border-left: 5px solid var(--secondary-color);
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.page-gdpr .right-item:hover {
  transform: translateX(5px);
}

.page-gdpr .right-heading {
  font-size: 1.6em;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.page-gdpr .right-text {
  font-size: 1em;
  color: var(--text-dark);
}

/* Security Section */
.page-gdpr .section-security {
  background-color: var(--bg-dark);
  color: var(--text-light);
  padding: 80px 0;
}

.page-gdpr .section-security .section-title {
  color: var(--text-light);
}

.page-gdpr .section-security .section-intro {
  color: var(--text-light);
  opacity: 0.8;
}

.page-gdpr .section-security .section-intro a {
  color: var(--secondary-color);
  font-weight: bold;
}

.page-gdpr .security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-gdpr .feature-item {
  background-color: #1A2E4B; /* Slightly lighter dark blue */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-gdpr .feature-item:hover {
  background-color: #2A426A;
  transform: translateY(-5px);
}

.page-gdpr .feature-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-gdpr .feature-heading {
  font-size: 1.7em;
  color: var(--secondary-color);
  margin-bottom: 15px;
}

.page-gdpr .feature-text {
  font-size: 1em;
  color: var(--text-light);
  opacity: 0.9;
}

.page-gdpr .feature-text a {
  color: var(--secondary-color);
  font-weight: bold;
}

.page-gdpr .outro-text {
  margin-top: 50px;
  font-size: 1.1em;
  text-align: center;
  color: var(--text-light);
  opacity: 0.9;
}

.page-gdpr .outro-text a {
  color: var(--secondary-color);
  font-weight: bold;
}

/* FAQ Section */
.page-gdpr .section-faq {
  background-color: var(--bg-light);
  padding: 80px 0;
}

.page-gdpr .faq-container {
  max-width: 900px;
  margin: 50px auto 0 auto;
}

.page-gdpr .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-gdpr .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background: var(--text-light);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.page-gdpr .faq-question:hover {
  background: #f5f5f5;
  border-color: var(--secondary-color);
}

.page-gdpr .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: var(--primary-color);
}

.page-gdpr .faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.page-gdpr .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  color: var(--text-dark);
}

.page-gdpr .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 20px 25px;
  border-top: 1px solid #e0e0e0;
}

.page-gdpr .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: var(--secondary-color);
}

.page-gdpr .faq-answer p {
  margin-bottom: 10px;
}

.page-gdpr .faq-answer p:last-child {
  margin-bottom: 0;
}

.page-gdpr .faq-answer a {
  color: var(--primary-color);
  font-weight: bold;
}

/* Contact CTA Section */
.page-gdpr .section-contact-cta {
  background-color: #E6EBF0; /* Lighter blue-grey */
  padding: 80px 0;
  text-align: center;
}

.page-gdpr .cta-group {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-gdpr .cta-button.secondary-cta {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-gdpr .cta-button.secondary-cta:hover {
  background-color: #1A2E4B;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-gdpr .hero-title {
    font-size: 3em;
  }
  .page-gdpr .principles-grid, .page-gdpr .rights-list, .page-gdpr .security-features {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-gdpr section {
    padding: 40px 0;
  }
  .page-gdpr .section-title {
    font-size: 2.5em;
  }
  .page-gdpr .hero-title {
    font-size: 2.5em;
  }
  .page-gdpr .hero-description {
    font-size: 1.1em;
  }
  .page-gdpr .cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-gdpr .principles-grid, .page-gdpr .rights-list, .page-gdpr .security-features {
    grid-template-columns: 1fr;
  }
  .page-gdpr .principle-icon, .page-gdpr .feature-icon {
    width: 80px;
    height: 80px;
  }
  .page-gdpr .principle-heading, .page-gdpr .right-heading, .page-gdpr .feature-heading {
    font-size: 1.5em;
  }
  .page-gdpr .faq-question h3 {
    font-size: 1.1em;
  }
  .page-gdpr .faq-toggle {
    font-size: 1.5em;
  }
  .page-gdpr .cta-group {
    flex-direction: column;
  }
  .page-gdpr .hero-container {
    padding: 0 15px;
  }
  .page-gdpr .hero-main-image {
    border-radius: 8px;
  }
}

@media (max-width: 480px) {
  .page-gdpr .section-title {
    font-size: 2em;
  }
  .page-gdpr .hero-title {
    font-size: 2em;
  }
  .page-gdpr .hero-description {
    font-size: 1em;
  }
  .page-gdpr .cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }
  .page-gdpr .principle-heading, .page-gdpr .right-heading, .page-gdpr .feature-heading {
    font-size: 1.3em;
  }
  .page-gdpr .faq-question {
    padding: 15px 20px;
  }
  .page-gdpr .faq-question h3 {
    font-size: 1em;
  }
  .page-gdpr .faq-answer {
    padding: 0 20px;
  }
  .page-gdpr .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}