.page-gdpr {
  background-color: #F4F7FB;
  color: #1F2D3D;
}

.page-gdpr__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  background: linear-gradient(180deg, #2F6BFF 0%, #6FA3FF 100%);
  padding-top: 10px; /* Small top padding */
}

.page-gdpr__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

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

.page-gdpr__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  color: #FFFFFF;
}

.page-gdpr__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
}

.page-gdpr__description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-gdpr__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  color: #FFFFFF;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-gdpr__cta-button:hover {
  opacity: 0.9;
}

.page-gdpr__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #1F2D3D;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 60px;
}

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

.page-gdpr__text {
  font-size: 1em;
  line-height: 1.6;
  color: #1F2D3D;
  margin-bottom: 20px;
  text-align: justify;
}

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

.page-gdpr__principle-card {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #D6E2FF;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-gdpr__card-title {
  font-size: 1.3em;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 10px;
}

.page-gdpr__card-text {
  font-size: 0.95em;
  line-height: 1.5;
  color: #1F2D3D;
}

.page-gdpr__rights-list,
.page-gdpr__security-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}

.page-gdpr__list-item {
  background-color: #FFFFFF;
  border-left: 5px solid #2F6BFF;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  color: #1F2D3D;
  font-size: 1em;
  line-height: 1.5;
}

.page-gdpr__list-item strong {
  color: #000000;
}

.page-gdpr__image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-gdpr__image--center {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.page-gdpr__image--left {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  max-width: 45%;
}

.page-gdpr__image--right {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  max-width: 45%;
}

.page-gdpr__contact-section {
  clear: both;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

.page-gdpr__cta-button--secondary {
  background: #6FA3FF;
  margin-right: 15px;
}

.page-gdpr__cta-button--secondary:hover {
  background: #2F6BFF;
}

.page-gdpr__link {
  color: #2F6BFF;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-top: 20px;
}

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

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-gdpr__main-title {
    font-size: 1.8em;
  }

  .page-gdpr__section-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .page-gdpr__hero-content {
    padding: 0 15px;
  }

  .page-gdpr__principles-grid {
    grid-template-columns: 1fr;
  }

  .page-gdpr__image--left,
  .page-gdpr__image--right {
    float: none;
    margin: 20px auto;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .page-gdpr__cta-button {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .page-gdpr__cta-button--secondary {
    margin-right: 0;
  }

  .page-gdpr__link {
    margin-top: 10px;
  }

  .page-gdpr__container {
    padding: 15px;
  }

  .page-gdpr__text {
    text-align: left;
  }

  .page-gdpr__principles-section,
  .page-gdpr__user-rights-section,
  .page-gdpr__data-security-section,
  .page-gdpr__contact-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* Critical for mobile image overflow */
  .page-gdpr img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-gdpr__main-title {
    font-size: 1.5em;
  }

  .page-gdpr__section-title {
    font-size: 1.5em;
  }

  .page-gdpr__description {
    font-size: 1em;
  }

  .page-gdpr__cta-button {
    padding: 10px 20px;
  }
}