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

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

.page-gdpr-section {
  padding: 60px 0;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-gdpr-section:nth-child(odd) {
  background-color: #fdfdfd;
}

.page-gdpr h1, .page-gdpr h2, .page-gdpr h3 {
  color: #2D3E50;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}

.page-gdpr h1 {
  font-size: 2.8em;
  color: #ffffff;
  margin-bottom: 15px;
}

.page-gdpr h2 {
  font-size: 2.2em;
  border-bottom: 3px solid #E7B10A;
  padding-bottom: 15px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.page-gdpr h3 {
  font-size: 1.6em;
  color: #2D3E50;
  text-align: left;
  margin-bottom: 15px;
}

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

.page-gdpr ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #555555;
}

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

.page-gdpr-hero {
  background: linear-gradient(135deg, #2D3E50 0%, #3D5A7F 100%);
  padding: 80px 20px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-gdpr-hero-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  gap: 40px;
}

.page-gdpr-hero-content {
  flex: 1;
  text-align: left;
}

.page-gdpr-hero-content p {
  color: #e0e0e0;
  font-size: 1.2em;
  line-height: 1.8;
  text-align: left;
}

.page-gdpr-hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-gdpr-hero-image .page-gdpr-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-gdpr-cta-button {
  display: inline-block;
  background-color: #E7B10A;
  color: #2D3E50;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 30px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-gdpr-cta-button:hover {
  background-color: #FFC107;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

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

.page-gdpr-card {
  background-color: #fdfdfd;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 5px solid #E7B10A;
}

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

.page-gdpr-card h3 {
  color: #2D3E50;
  margin-top: 0;
  text-align: left;
}

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

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

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

.page-gdpr-protection-item .page-gdpr-icon {
  width: 120px; /* Increased size for content image, not small icon */
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-gdpr-protection-item h3 {
  color: #2D3E50;
  font-size: 1.5em;
  margin-bottom: 15px;
  text-align: center;
}

.page-gdpr-protection-item p {
  color: #666666;
  font-size: 1em;
  text-align: center;
}

.page-gdpr-contact ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.page-gdpr-contact ul li {
  background-color: #f0f3f5;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #2D3E50;
  border-left: 4px solid #E7B10A;
}

/* FAQ styles */
.faq-list {
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: #fdfdfd;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.3em;
  color: #2D3E50;
  text-align: left;
  flex-grow: 1;
}

.faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: #E7B10A;
  transition: transform 0.3s ease;
  margin-left: 15px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 25px;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #2D3E50;
}

.page-gdpr-conclusion {
  text-align: center;
  background-color: #2D3E50;
  color: #ffffff;
  padding: 80px 20px;
  border-radius: 8px;
  margin-top: 40px;
}

.page-gdpr-conclusion h2 {
  color: #E7B10A;
  border-bottom-color: #ffffff;
}

.page-gdpr-conclusion p {
  color: #e0e0e0;
  font-size: 1.15em;
  max-width: 900px;
  margin: 0 auto 30px auto;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-gdpr-hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-gdpr-hero-content {
    text-align: center;
  }

  .page-gdpr-hero-content p {
    text-align: center;
  }

  .page-gdpr-hero-image {
    margin-top: 40px;
  }

  .page-gdpr h1 {
    font-size: 2.4em;
  }

  .page-gdpr h2 {
    font-size: 1.8em;
  }

  .page-gdpr h3 {
    font-size: 1.4em;
  }

  .page-gdpr-section {
    padding: 40px 0;
  }

  .page-gdpr-card {
    padding: 25px;
  }

  .page-gdpr-protection-item {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .page-gdpr-container {
    padding: 15px;
  }

  .page-gdpr h1 {
    font-size: 2em;
  }

  .page-gdpr h2 {
    font-size: 1.6em;
  }

  .page-gdpr h3 {
    font-size: 1.3em;
  }

  .page-gdpr p {
    font-size: 1em;
  }

  .page-gdpr-hero {
    padding: 60px 15px;
  }

  .page-gdpr-cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-gdpr-grid, .page-gdpr-protection-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .faq-question {
    padding: 15px 20px;
  }

  .faq-question h3 {
    font-size: 1.1em;
  }

  .faq-toggle {
    font-size: 1.5em;
  }

  .faq-answer {
    padding: 0 20px;
  }

  .faq-item.active .faq-answer {
    padding: 20px;
  }

  .page-gdpr-conclusion {
    padding: 60px 15px;
  }

  .page-gdpr-protection-item .page-gdpr-icon {
    width: 100px;
    height: 100px;
  }
}