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

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

.page-gdpr__hero {
  background-color: #003366;
  color: #fff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.page-gdpr__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

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

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

.page-gdpr__section:last-of-type {
  border-bottom: none;
}

.page-gdpr__section-title {
  font-size: 2.5em;
  color: #003366;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

.page-gdpr__section-title .highlight {
  color: #FFCC00;
}

.page-gdpr__introduction p,
.page-gdpr__principles p,
.page-gdpr__user-rights p,
.page-gdpr__contact p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
}

.page-gdpr__introduction strong,
.page-gdpr__principles strong,
.page-gdpr__user-rights strong,
.page-gdpr__contact strong {
  color: #003366;
}

.page-gdpr__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

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

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

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

.page-gdpr__grid-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #FFCC00;
}

.page-gdpr__grid-item h3 {
  color: #003366;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-gdpr__user-rights ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-gdpr__user-rights ul li {
  background-color: #e6f2ff; /* Light blue */
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 4px solid #003366;
  border-radius: 4px;
  font-size: 1.05em;
  color: #222;
}

.page-gdpr__user-rights ul li strong {
  color: #003366;
}

.page-gdpr__contact {
  text-align: center;
  background-color: #003366;
  color: #fff;
  padding: 80px 0;
}

.page-gdpr__contact .page-gdpr__section-title {
  color: #fff;
}

.page-gdpr__contact .highlight {
  color: #FFCC00;
}

.page-gdpr__link {
  color: #FFCC00;
  text-decoration: none;
  font-weight: bold;
}

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

.page-gdpr__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 10px;
}

.page-gdpr__btn--primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-gdpr__btn--primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
}

.page-gdpr__btn--secondary {
  background-color: #003366;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

.page-gdpr__btn--secondary:hover {
  background-color: #002244;
  border-color: #e6b800;
}

.page-gdpr__btn--tertiary {
  background-color: transparent;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

.page-gdpr__btn--tertiary:hover {
  background-color: #FFCC00;
  color: #003366;
}

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

/* Responsive Design */
@media (max-width: 992px) {
  .page-gdpr__hero-title {
    font-size: 2.5em;
  }
  .page-gdpr__section-title {
    font-size: 2em;
  }
  .page-gdpr__image--right,
  .page-gdpr__image--left {
    float: none;
    margin: 0 auto 30px auto;
    max-width: 60%;
    display: block;
  }
}

@media (max-width: 768px) {
  .page-gdpr__hero-title {
    font-size: 2em;
  }
  .page-gdpr__hero-subtitle {
    font-size: 1em;
  }
  .page-gdpr__section {
    padding: 40px 0;
  }
  .page-gdpr__section-title {
    font-size: 1.8em;
  }
  .page-gdpr__grid {
    grid-template-columns: 1fr;
  }
  .page-gdpr__grid-item {
    padding: 20px;
  }
  .page-gdpr__image--right,
  .page-gdpr__image--left {
    max-width: 80%;
  }
  .page-gdpr__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-gdpr__hero-title {
    font-size: 1.8em;
  }
  .page-gdpr__hero-subtitle {
    font-size: 0.9em;
  }
  .page-gdpr__section-title {
    font-size: 1.5em;
  }
  .page-gdpr__introduction p,
  .page-gdpr__principles p,
  .page-gdpr__user-rights p,
  .page-gdpr__contact p {
    font-size: 0.95em;
  }
  .page-gdpr__user-rights ul li {
    font-size: 0.9em;
    padding: 10px 15px;
  }
  .page-gdpr__btn {
    display: block;
    margin: 10px auto;
  }
}