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

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

.page-gdpr__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

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

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

.page-gdpr h1 {
  font-size: 3em;
  margin-bottom: 20px;
}

.page-gdpr h2 {
  font-size: 2.5em;
  margin-bottom: 40px;
}

.page-gdpr h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

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

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

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

.page-gdpr strong {
  color: #FFD700;
}

.page-gdpr__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0A192F, #2A3B5B);
  color: #FFFFFF;
}

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

.page-gdpr__hero-content h1 {
  color: #FFD700;
  font-size: 3.5em;
  margin-bottom: 15px;
}

.page-gdpr__hero-content p {
  font-size: 1.3em;
  color: #E0E0E0;
  margin-bottom: 30px;
}

.page-gdpr__hero-image {
  width: 100%;
  max-width: 900px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-gdpr__hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.page-gdpr__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background-color: #FFD700;
  color: #0A192F;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-gdpr__cta-button:hover {
  background-color: #DC143C;
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-gdpr__cta-button--large {
  padding: 20px 50px;
  font-size: 1.4em;
  margin-top: 30px;
}

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

.page-gdpr__principle-item {
  background-color: #1A2B4C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-gdpr__principle-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-gdpr__principle-item p {
  font-size: 1em;
  color: #D0D0D0;
  text-align: center;
  flex-grow: 1;
}

.page-gdpr__principle-item img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-top: 20px;
  border-radius: 8px;
  object-fit: cover;
}

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

.page-gdpr__security-item {
  background-color: #1A2B4C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-gdpr__security-item img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-gdpr__security-item h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-gdpr__security-item p {
  font-size: 1em;
  color: #D0D0D0;
  text-align: center;
}

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

.page-gdpr__contact li {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-gdpr__contact li strong {
  color: #FFD700;
}

.page-gdpr__link {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-gdpr__link:hover {
  color: #DC143C;
  text-decoration: underline;
}

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

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

.page-gdpr .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #1A2B4C;
  border: 1px solid #3A4F7A;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-gdpr .faq-question:hover {
  background: #2A3B5B;
}

.page-gdpr .faq-question h3 {
  margin: 0;
  color: #FFD700;
  font-size: 1.3em;
  text-align: left;
}

.page-gdpr .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  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: #0A192F;
  border-left: 1px solid #3A4F7A;
  border-right: 1px solid #3A4F7A;
  border-bottom: 1px solid #3A4F7A;
  border-radius: 0 0 8px 8px;
}

.page-gdpr .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 20px 25px;
}

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

.page-gdpr .faq-answer p {
  color: #D0D0D0;
  font-size: 1em;
  margin-bottom: 0;
}

.page-gdpr__conclusion {
  text-align: center;
  padding-bottom: 80px;
}

.page-gdpr__conclusion p {
  max-width: 800px;
  margin: 0 auto 30px auto;
  font-size: 1.2em;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-gdpr h1 {
    font-size: 2.8em;
  }
  .page-gdpr h2 {
    font-size: 2em;
  }
  .page-gdpr h3 {
    font-size: 1.6em;
  }
  .page-gdpr__hero-content p {
    font-size: 1.1em;
  }
  .page-gdpr__principles-grid, .page-gdpr__security-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-gdpr__section {
    padding: 40px 0;
  }
  .page-gdpr__hero {
    padding: 60px 15px;
  }
  .page-gdpr__hero-content h1 {
    font-size: 2.2em;
  }
  .page-gdpr__hero-content p {
    font-size: 1em;
  }
  .page-gdpr__cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-gdpr__cta-button--large {
    padding: 15px 40px;
    font-size: 1.2em;
  }
  .page-gdpr h1 {
    font-size: 2.5em;
  }
  .page-gdpr h2 {
    font-size: 1.8em;
  }
  .page-gdpr h3 {
    font-size: 1.4em;
  }
  .page-gdpr p, .page-gdpr li {
    font-size: 0.95em;
  }
  .page-gdpr__principles-grid, .page-gdpr__security-grid {
    grid-template-columns: 1fr;
  }
  .page-gdpr .faq-question h3 {
    font-size: 1.1em;
  }
  .page-gdpr .faq-toggle {
    font-size: 20px;
  }
  .page-gdpr .faq-answer p {
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-gdpr__hero-content h1 {
    font-size: 1.8em;
  }
  .page-gdpr h1 {
    font-size: 2em;
  }
  .page-gdpr h2 {
    font-size: 1.6em;
  }
  .page-gdpr h3 {
    font-size: 1.2em;
  }
  .page-gdpr__cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }
  .page-gdpr__cta-button--large {
    padding: 12px 30px;
    font-size: 1.1em;
  }
  .page-gdpr .faq-question h3 {
    font-size: 1em;
  }
}