.page-gdpr {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-gdpr-hero {
  background: linear-gradient(135deg, var(--primary-color-dark), var(--secondary-color-dark)); /* Using darker shades for background to ensure contrast */
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-gdpr-hero-image {
  width: 100%;
  height: 400px; /* Adjusted for better visual impact */
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}

.page-gdpr-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.page-gdpr-hero h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: var(--primary-color-light);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-gdpr-hero p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-gdpr-cta-button {
  display: inline-block;
  background: var(--primary-color);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid var(--primary-color);
}

.page-gdpr-cta-button:hover {
  background-color: var(--secondary-color);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border-color: var(--secondary-color);
}

.page-gdpr-section {
  padding: 60px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}

.page-gdpr-section:last-of-type {
  border-bottom: none;
}

.page-gdpr-introduction {
  background-color: #fefefe;
}

.page-gdpr-section h2 {
  font-size: 2.5em;
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-gdpr-section h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: var(--primary-color);
  margin: 15px auto 0;
  border-radius: 2px;
}

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

.page-gdpr-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-gdpr-content-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

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

.page-gdpr-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-gdpr-card h3 {
  color: var(--secondary-color-dark);
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-gdpr-rights ul {
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: 30px;
}

.page-gdpr-rights ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-gdpr-rights ul li strong {
  color: var(--secondary-color);
}

.page-gdpr-security {
  background-color: #f2f2f2;
}

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

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

.page-gdpr-security-item:hover {
  transform: translateY(-5px);
}

.page-gdpr-icon {
  width: 120px; /* Increased size from 64px to 120px */
  height: 120px; /* Increased size from 64px to 120px */
  margin-bottom: 20px;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-gdpr-security-item h3 {
  color: var(--primary-color-dark);
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-gdpr-contact ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
}

.page-gdpr-contact ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-gdpr-contact ul li strong {
  color: var(--secondary-color);
}

.page-gdpr-faq-list {
  margin-top: 40px;
}

/* FAQ default state - answer hidden */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  text-align: justify;
}

/* FAQ expanded state */
.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px;
  border-top: 1px solid #e0e0e0;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Question style */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 10px; /* Space between FAQ items */
}

.faq-question:hover {
  background: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

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

/* Toggle icon */
.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: var(--secondary-color);
}

/* Variables for color scheme */
:root {
  --primary-color: #FFD700; /* Gold */
  --primary-color-dark: #DAA520; /* Darker Gold for text */
  --primary-color-light: #FFEB80; /* Lighter Gold for highlights */
  --secondary-color: #8B0000; /* Dark Red */
  --secondary-color-dark: #660000; /* Darker Red for text */
  --secondary-color-light: #CC0000; /* Lighter Red for highlights */
  --text-color-dark: #333333;
  --text-color-light: #ffffff;
  --background-light: #f8f8f8;
  --background-dark: #1a1a1a;
}

/* Responsive design */
@media (max-width: 1024px) {
  .page-gdpr-hero h1 {
    font-size: 2.8em;
  }
  .page-gdpr-hero p {
    font-size: 1.1em;
  }
  .page-gdpr-section h2 {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-gdpr-hero {
    padding: 40px 0;
  }
  .page-gdpr-hero h1 {
    font-size: 2.2em;
  }
  .page-gdpr-hero p {
    font-size: 1em;
  }
  .page-gdpr-cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-gdpr-section {
    padding: 40px 0;
  }
  .page-gdpr-section h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-gdpr-section h3 {
    font-size: 1.4em;
  }
  .page-gdpr-grid, .page-gdpr-security-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-gdpr-card, .page-gdpr-security-item {
    padding: 20px;
  }
  .page-gdpr-rights ul {
    padding-left: 20px;
  }
  .page-gdpr-icon {
    width: 90px; /* Adjusted for mobile */
    height: 90px; /* Adjusted for mobile */
  }
  .faq-question {
    padding: 12px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .page-gdpr-hero h1 {
    font-size: 1.8em;
  }
  .page-gdpr-hero p {
    font-size: 0.9em;
  }
  .page-gdpr-hero-image {
    height: 250px;
  }
  .page-gdpr-section h2 {
    font-size: 1.5em;
  }
  .page-gdpr-cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-gdpr-icon {
    width: 70px; /* Adjusted for smaller mobile */
    height: 70px; /* Adjusted for smaller mobile */
  }
}