.page-gdpr {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF1E8; /* Main text color for dark background */
  background-color: #140C0C; /* Overall page background */
}

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

.page-gdpr__hero-section {
  position: relative;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  background-color: #140C0C;
}

.page-gdpr__hero-image {
  width: 100%;
  height: auto;
  display: block;
  max-height: 600px; /* Limit height for hero image */
  object-fit: cover;
}

.page-gdpr__hero-content {
  padding: 40px 20px;
  background: linear-gradient(180deg, rgba(20, 12, 12, 0.8) 0%, #140C0C 100%);
  color: #FFF1E8;
  position: relative;
  z-index: 1;
}

.page-gdpr__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: bold;
  color: #F3C54D;
  margin-bottom: 20px;
  line-height: 1.2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-gdpr__hero-description {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-gdpr__btn-primary,
.page-gdpr__btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-gdpr__btn-primary {
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  color: #140C0C;
  border: none;
}

.page-gdpr__btn-primary:hover {
  background: linear-gradient(180deg, #D86A14 0%, #FFB04A 100%);
  color: #FFF1E8;
}

.page-gdpr__btn-secondary {
  background: #2A1212;
  color: #F3C54D;
  border: 2px solid #6A1E1E;
  margin-left: 20px;
}

.page-gdpr__btn-secondary:hover {
  background: #F3C54D;
  color: #140C0C;
  border-color: #F3C54D;
}

.page-gdpr__principles-section,
.page-gdpr__security-section {
  background-color: #140C0C;
  padding: 60px 0;
  color: #FFF1E8;
}

.page-gdpr__rights-section,
.page-gdpr__contact-section {
  background-color: #2A1212;
  padding: 60px 0;
  color: #FFF1E8;
}

.page-gdpr__conclusion-section {
  background-color: #140C0C;
  padding: 60px 0;
  color: #FFF1E8;
}

.page-gdpr__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #F3C54D;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-gdpr__section-description {
  font-size: 1.1rem;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #FFF1E8;
}

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

.page-gdpr__card {
  background-color: #2A1212;
  border: 1px solid #6A1E1E;
  border-radius: 10px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #FFF1E8;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.page-gdpr__card--dark {
  background-color: #140C0C;
  border-color: #7E0D0D;
}

.page-gdpr__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

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

.page-gdpr__card-text {
  font-size: 1rem;
  color: #FFF1E8;
  flex-grow: 1;
}

.page-gdpr__security-item {
  background-color: #2A1212;
  border: 1px solid #6A1E1E;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #FFF1E8;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.page-gdpr__security-image {
  width: 100%;
  height: 250px;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
}

.page-gdpr__security-title {
  font-size: 1.5rem;
  color: #F3C54D;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-gdpr__security-text {
  font-size: 1rem;
  color: #FFF1E8;
  flex-grow: 1;
}

.page-gdpr__contact-info {
  text-align: center;
  margin-top: 30px;
  font-size: 1.1rem;
  color: #FFF1E8;
}

.page-gdpr__text-link {
  color: #F3C54D;
  text-decoration: underline;
}

.page-gdpr__text-link:hover {
  color: #FFB04A;
}

.page-gdpr__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-gdpr__container {
    padding: 20px 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-gdpr__hero-section {
    padding-top: 10px !important; /* Small top padding, body handles header offset */
  }

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

  .page-gdpr__main-title {
    font-size: 2rem;
  }

  .page-gdpr__hero-description {
    font-size: 1rem;
  }

  /* Buttons responsiveness */
  .page-gdpr__btn-primary,
  .page-gdpr__btn-secondary,
  .page-gdpr a[class*="button"],
  .page-gdpr a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 10px 15px;
  }

  .page-gdpr__cta-buttons {
    flex-direction: column !important;
    gap: 15px !important;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* General images responsiveness */
  .page-gdpr img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-gdpr__card-image,
  .page-gdpr__security-image {
    height: auto !important; /* Allow images to scale proportionally */
    max-height: 250px !important;
    object-fit: contain !important;
  }

  /* Grid layout for cards and security items */
  .page-gdpr__grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .page-gdpr__card,
  .page-gdpr__security-item {
    padding: 20px 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-gdpr__section-title {
    font-size: 1.8rem;
  }

  .page-gdpr__section-description {
    font-size: 1rem;
  }

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

  .page-gdpr__card-text,
  .page-gdpr__security-text,
  .page-gdpr__contact-info p {
    font-size: 0.95rem;
  }
}