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

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

.page-gdpr__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding as shared.css handles body padding-top */
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-gdpr__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Limit height for hero image */
  overflow: hidden;
}

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

.page-gdpr__hero-content {
  padding: 40px 20px;
  background: linear-gradient(180deg, rgba(13, 14, 18, 0.8) 0%, #0D0E12 100%);
  width: 100%;
  box-sizing: border-box;
}

.page-gdpr__main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  color: #FFB04D;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.page-gdpr__hero-description {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: #FFF3E6;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.page-gdpr__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #FFF3E6;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-gdpr__cta-button:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
}

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

.page-gdpr__section {
  padding: 60px 0;
  border-bottom: 1px solid #A84F0C;
}

.page-gdpr__section--alt-bg {
  background-color: #17191F;
}

.page-gdpr__section-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: #FFB04D;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-gdpr__sub-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: #FFA53A;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-gdpr__text-block {
  font-size: 1.05rem;
  color: #FFF3E6;
  margin-bottom: 20px;
}

.page-gdpr__text-block--highlight {
  font-style: italic;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #A84F0C;
  border-radius: 8px;
  background-color: rgba(255, 165, 58, 0.1);
}

.page-gdpr__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #FFF3E6;
}

.page-gdpr__list-item {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

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

.page-gdpr a {
  color: #FFA53A;
  text-decoration: underline;
}

.page-gdpr a:hover {
  color: #FFB04D;
}

.page-gdpr__image-with-text {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.page-gdpr__image-wrapper {
  flex: 1;
  min-width: 400px;
}

.page-gdpr__text-content {
  flex: 2;
}

.page-gdpr__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-gdpr__content-image--center {
  margin: 40px auto;
  max-width: 800px;
}

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

.page-gdpr__security-card {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-gdpr__security-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(255, 140, 26, 0.2);
}

.page-gdpr__card-icon {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-gdpr__card-title {
  font-size: 1.4rem;
  color: #FFA53A;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-gdpr__card-description {
  font-size: 0.95rem;
  color: #FFF3E6;
}

.page-gdpr__contact-info {
  margin-top: 30px;
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 10px;
  padding: 30px;
}

.page-gdpr__contact-list {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}

.page-gdpr__contact-item {
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #FFF3E6;
}

.page-gdpr__contact-item a {
  color: #FFA53A;
  text-decoration: none;
  font-weight: bold;
}

.page-gdpr__contact-item a:hover {
  color: #FFB04D;
  text-decoration: underline;
}

/* --- Responsive Styles --- */

@media (max-width: 1024px) {
  .page-gdpr__container {
    padding: 0 15px;
  }

  .page-gdpr__image-with-text {
    flex-direction: column;
    align-items: center;
  }

  .page-gdpr__image-wrapper {
    min-width: unset;
    width: 100%;
  }

  .page-gdpr__text-content {
    width: 100%;
  }

  .page-gdpr__security-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .page-gdpr__card-icon {
    max-width: 180px;
  }
}

@media (max-width: 768px) {
  .page-gdpr__hero-section {
    padding-top: 10px !important; /* Small top padding as shared.css handles body padding-top */
  }

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

  .page-gdpr__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem) !important;
  }

  .page-gdpr__hero-description {
    font-size: clamp(0.9rem, 3.5vw, 1.1rem) !important;
    margin-bottom: 20px;
  }

  .page-gdpr__cta-button {
    padding: 12px 20px !important;
    font-size: 1rem !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-gdpr__section {
    padding: 40px 0;
  }

  .page-gdpr__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-gdpr__section-title {
    font-size: clamp(1.8rem, 6vw, 2.2rem) !important;
    margin-bottom: 30px;
  }

  .page-gdpr__sub-title {
    font-size: clamp(1.3rem, 5vw, 1.6rem) !important;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-gdpr__text-block,
  .page-gdpr__list-item,
  .page-gdpr__card-description {
    font-size: 1rem !important;
  }

  .page-gdpr__list {
    margin-left: 20px;
  }

  .page-gdpr__image-with-text {
    gap: 20px;
  }

  .page-gdpr__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-gdpr__content-image--center {
    margin: 30px auto;
  }

  .page-gdpr__security-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-gdpr__security-card {
    padding: 20px;
  }

  .page-gdpr__card-icon {
    max-width: 150px;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-gdpr__card-title {
    font-size: 1.2rem;
  }

  .page-gdpr__contact-info {
    padding: 20px;
  }

  .page-gdpr__contact-item {
    font-size: 1rem;
  }
}