.page-gdpr__hero-section {
  background-color: var(--background-color, #F4F7FB);
  padding: 10px 0 40px 0;
  text-align: center;
  color: var(--text-main-color, #1F2D3D);
}

.page-gdpr__hero-image-wrapper {
  margin-bottom: 20px;
}

.page-gdpr__hero-image {
  width: 100%;
  max-width: 1200px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.page-gdpr__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-gdpr__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--custom-color-1776249996415, #000000);
  margin-bottom: 20px;
}

.page-gdpr__intro-text {
  font-size: 1.1em;
  line-height: 1.6;
  color: var(--text-main-color, #1F2D3D);
  margin-bottom: 30px;
}

.page-gdpr__link-text {
  color: var(--main-color, #2F6BFF);
  text-decoration: underline;
}

.page-gdpr__link-text:hover {
  color: var(--auxiliary-color, #6FA3FF);
}

.page-gdpr__content-section {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.6;
  color: var(--text-main-color, #1F2D3D);
}

.page-gdpr__section-title {
  font-size: 2em;
  font-weight: 600;
  color: var(--custom-color-1776249996415, #000000);
  margin-bottom: 25px;
  padding-top: 15px;
}

.page-gdpr__paragraph {
  margin-bottom: 15px;
}

.page-gdpr__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-gdpr__list-item {
  margin-bottom: 10px;
  color: var(--text-main-color, #1F2D3D);
}

.page-gdpr__highlight-section {
  background-color: var(--card-bg-color, #FFFFFF);
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-color, #D6E2FF);
}

.page-gdpr__image-wrapper {
  margin: 25px 0;
  text-align: center;
}

.page-gdpr__content-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.page-gdpr__contact-section {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.page-gdpr__contact-button:hover {
  opacity: 0.9;
  box-shadow: 0 6px 15px var(--glow-color, #A5C4FF);
}

.page-gdpr__last-updated {
  font-size: 0.9em;
  color: var(--text-main-color, #1F2D3D);
  margin-top: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-gdpr__hero-section {
    padding: 10px 0 30px 0;
  }

  .page-gdpr__main-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .page-gdpr__intro-text {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-gdpr__content-section {
    margin: 30px auto;
    padding: 0 15px;
  }

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

  .page-gdpr__list {
    padding-left: 15px;
  }

  .page-gdpr__list-item {
    margin-bottom: 8px;
  }

  .page-gdpr__hero-image,
  .page-gdpr__content-image {
    max-width: 100%;
    height: auto;
  }

  .page-gdpr__contact-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}

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

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

  .page-gdpr__intro-text {
    font-size: 0.95em;
  }

  .page-gdpr__paragraph {
    font-size: 0.9em;
  }

  .page-gdpr__list-item {
    font-size: 0.9em;
  }
}