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

.page-gdpr__hero-section {
  position: relative;
  padding: 80px 20px;
  padding-top: calc(var(--header-offset, 120px) + 80px); /* Adjust for fixed header */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.page-gdpr__hero-content {
  max-width: 900px;
  z-index: 1;
  position: relative;
}

.page-gdpr__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-gdpr__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-gdpr__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-gdpr__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.page-gdpr__cta-button {
  display: inline-block;
  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;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-gdpr__btn-primary {
  background-color: #FFD700;
  color: #1E90FF;
  border: 2px solid #FFD700;
}

.page-gdpr__btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-gdpr__btn-secondary {
  background-color: #1E90FF;
  color: #ffffff;
  border: 2px solid #1E90FF;
}

.page-gdpr__btn-secondary:hover {
  background-color: #1a7fd1;
  transform: translateY(-2px);
}

.page-gdpr__content-section {
  padding: 60px 20px;
  text-align: center;
  color: #ffffff; /* For dark background */
}

.page-gdpr__dark-bg {
  background-color: #1E90FF;
  color: #ffffff;
}

.page-gdpr__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-gdpr__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: inherit;
}

.page-gdpr__section-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: inherit;
}

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

.page-gdpr__right-item, .page-gdpr__compliance-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-gdpr__right-item:hover, .page-gdpr__compliance-item:hover {
  transform: translateY(-5px);
}

.page-gdpr__right-icon {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-gdpr__right-title, .page-gdpr__compliance-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #FFD700;
}

.page-gdpr__right-text, .page-gdpr__compliance-text {
  font-size: 1em;
  color: #f0f0f0;
}

.page-gdpr__compliance-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #f8f8f8;
  color: #333333;
}

.page-gdpr__compliance-section .page-gdpr__section-title,
.page-gdpr__compliance-section .page-gdpr__section-description {
  color: #333333;
}

.page-gdpr__compliance-item {
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-gdpr__compliance-item .page-gdpr__compliance-title {
  color: #1E90FF;
}

.page-gdpr__compliance-item .page-gdpr__compliance-text {
  color: #555555;
}

.page-gdpr__cta-wrapper {
  margin-top: 40px;
}

.page-gdpr__importance-section {
  padding: 60px 20px;
  text-align: center;
  color: #ffffff;
}

.page-gdpr__dark-section {
  background-color: #FFD700;
  color: #1E90FF;
}

.page-gdpr__dark-section .page-gdpr__section-title,
.page-gdpr__dark-section .page-gdpr__section-description {
  color: #1E90FF;
}

.page-gdpr__importance-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-gdpr__importance-item {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-gdpr__importance-subtitle {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-gdpr__importance-text {
  font-size: 0.95em;
  color: #f0f0f0;
}

.page-gdpr__faq-section {
  padding: 60px 20px;
  background-color: #f8f8f8;
  color: #333333;
  text-align: center;
}

.page-gdpr__faq-section .page-gdpr__section-title,
.page-gdpr__faq-section .page-gdpr__section-description {
  color: #333333;
}

.page-gdpr__faq-list {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.page-gdpr__faq-item {
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.page-gdpr__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  background-color: #1E90FF;
  color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}

.page-gdpr__faq-question:hover {
  background-color: #1a7fd1;
}

.page-gdpr__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

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

.page-gdpr__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-gdpr__faq-item.active .page-gdpr__faq-answer {
  max-height: 1000px !important; /* Use !important to ensure it overrides */
  padding: 20px;
  padding-top: 0;
}

.page-gdpr__faq-answer p {
  margin: 0;
  font-size: 0.95em;
}

.page-gdpr__contact-section {
  padding: 60px 20px;
  text-align: center;
  color: #1E90FF;
}

.page-gdpr__contact-section .page-gdpr__section-title,
.page-gdpr__contact-section .page-gdpr__section-description {
  color: #1E90FF;
}

.page-gdpr__contact-info {
  margin-top: 30px;
  font-size: 1.1em;
  margin-bottom: 40px;
}

.page-gdpr__contact-info p {
  margin-bottom: 10px;
}

.page-gdpr__contact-link {
  color: #1E90FF;
  text-decoration: underline;
}

.page-gdpr__contact-link:hover {
  color: #007bff;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-gdpr__hero-title {
    font-size: 2.8em;
  }
  .page-gdpr__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-gdpr__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Mobile fixed header spacing */
    padding-bottom: 40px;
  }
  .page-gdpr__hero-title {
    font-size: 2.2em;
  }
  .page-gdpr__hero-description {
    font-size: 1em;
  }
  .page-gdpr__section-title {
    font-size: 1.8em;
  }
  .page-gdpr__section-description {
    font-size: 0.95em;
  }
  .page-gdpr__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-gdpr__rights-grid, .page-gdpr__compliance-grid {
    grid-template-columns: 1fr;
  }
  .page-gdpr__importance-list {
    grid-template-columns: 1fr;
  }
  .page-gdpr__right-item, .page-gdpr__compliance-item, .page-gdpr__importance-item {
    padding: 25px;
  }
  .page-gdpr__faq-question {
    padding: 15px;
    font-size: 1em;
  }
  .page-gdpr__faq-answer {
    padding: 0 15px;
  }
  .page-gdpr__faq-item.active .page-gdpr__faq-answer {
    padding: 15px;
    padding-top: 0;
  }

  /* Image responsiveness */
  .page-gdpr img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-gdpr__hero-image-wrapper,
  .page-gdpr__rights-grid,
  .page-gdpr__compliance-grid,
  .page-gdpr__importance-list,
  .page-gdpr__faq-list,
  .page-gdpr__contact-section,
  .page-gdpr__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Ensure no horizontal scroll */
  }
}

@media (max-width: 480px) {
  .page-gdpr__hero-title {
    font-size: 1.8em;
  }
  .page-gdpr__section-title {
    font-size: 1.5em;
  }
  .page-gdpr__cta-button {
    font-size: 0.9em;
  }
  .page-gdpr__right-title, .page-gdpr__compliance-title {
    font-size: 1.3em;
  }
  .page-gdpr__importance-subtitle {
    font-size: 1.1em;
  }
}