/* style/gdpr.css */
:root {
  --primary-color: #FFD700; /* Gold */
  --secondary-color: #8B0000; /* Dark Red */
  --text-light: #ffffff;
  --text-dark: #333333;
  --bg-dark: #0a0a0a;
  --bg-light: #f8f9fa;
  --card-bg: rgba(255, 255, 255, 0.08);
  --border-color: rgba(255, 255, 255, 0.15);
}

.page-gdpr {
  color: var(--text-light); /* Dark body background, so light text */
  background-color: var(--bg-dark); /* Inherited from shared.css, but explicitly set for clarity */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-gdpr__hero-section {
  position: relative;
  padding: 120px 20px 80px; /* Padding-top to clear fixed header */
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
  color: var(--text-light);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

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

.page-gdpr__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--text-light);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-gdpr__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-light);
}

.page-gdpr__link-text {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

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

.page-gdpr__hero-cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: var(--primary-color);
  color: var(--secondary-color);
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
}

.page-gdpr__hero-cta-button:hover {
  background: #fff;
  color: var(--secondary-color);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-gdpr__content-section {
  padding: 80px 0;
  border-bottom: 1px solid var(--border-color);
}

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

.page-gdpr__section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.page-gdpr__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: var(--secondary-color);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-gdpr__text-center {
  text-align: center;
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 30px;
  color: var(--text-light);
}

.page-gdpr__text-image-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-gdpr__text-image-block--reversed {
  flex-direction: row-reverse;
}

.page-gdpr__text-block {
  flex: 1;
}

.page-gdpr__text-block h3 {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-gdpr__text-block p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: var(--text-light);
}

.page-gdpr__image-block {
  flex: 1;
  min-width: 300px;
}

.page-gdpr__image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-gdpr__commitment-list,
.page-gdpr__data-list,
.page-gdpr__security-list,
.page-gdpr__sharing-list,
.page-gdpr__cookie-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: grid;
  gap: 15px;
}

.page-gdpr__commitment-list li,
.page-gdpr__data-list li,
.page-gdpr__security-list li,
.page-gdpr__sharing-list li,
.page-gdpr__cookie-list li {
  background: var(--card-bg);
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 1.1em;
  color: var(--text-light);
  border-left: 5px solid var(--primary-color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-gdpr__commitment-list li strong,
.page-gdpr__data-list li strong,
.page-gdpr__security-list li strong,
.page-gdpr__sharing-list li strong,
.page-gdpr__cookie-list li strong {
  color: var(--primary-color);
}

.page-gdpr__cta-area {
  text-align: center;
  margin-top: 50px;
}

.page-gdpr__cta-button {
  display: inline-block;
  padding: 15px 35px;
  background: var(--primary-color);
  color: var(--secondary-color);
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-gdpr__cta-button:hover {
  background: #fff;
  color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

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

.page-gdpr__right-item {
  background: var(--card-bg);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid var(--border-color);
  transition: transform 0.3s ease;
}

.page-gdpr__right-item:hover {
  transform: translateY(-5px);
}

.page-gdpr__right-item h3 {
  font-size: 1.6em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-gdpr__right-item p {
  font-size: 1em;
  color: var(--text-light);
}

.page-gdpr__rights-note {
  margin-top: 40px;
  font-style: italic;
  color: var(--text-light);
}

.page-gdpr__contact-info {
  text-align: center;
  margin-top: 40px;
  font-size: 1.2em;
}

.page-gdpr__contact-info p {
  margin-bottom: 10px;
  color: var(--text-light);
}

.page-gdpr__contact-link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-gdpr__contact-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-gdpr__hero-title {
    font-size: 2.8em;
  }
  .page-gdpr__section-title {
    font-size: 2em;
  }
  .page-gdpr__text-image-block {
    flex-direction: column;
    text-align: center;
  }
  .page-gdpr__text-image-block--reversed {
    flex-direction: column;
  }
  .page-gdpr__text-block h3 {
    font-size: 1.5em;
  }
  .page-gdpr__image-block {
    order: -1; /* Image appears above text on mobile for reversed blocks */
  }
}

@media (max-width: 768px) {
  .page-gdpr__hero-section {
    padding-top: 100px !important; /* Mobile padding-top to clear fixed header */
    padding-bottom: 60px;
  }
  .page-gdpr__hero-title {
    font-size: 2.2em;
  }
  .page-gdpr__hero-description {
    font-size: 1.1em;
  }
  .page-gdpr__hero-cta-button {
    padding: 15px 30px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-gdpr__container {
    padding: 0 15px;
  }
  .page-gdpr__content-section {
    padding: 60px 0;
  }
  .page-gdpr__section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
  .page-gdpr__text-block p,
  .page-gdpr__text-center {
    font-size: 1em;
  }
  .page-gdpr__text-block h3 {
    font-size: 1.4em;
  }
  .page-gdpr__commitment-list li,
  .page-gdpr__data-list li,
  .page-gdpr__security-list li,
  .page-gdpr__sharing-list li,
  .page-gdpr__cookie-list li {
    font-size: 1em;
    padding: 12px 15px;
  }
  .page-gdpr__cta-button {
    font-size: 1em;
    padding: 12px 25px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-gdpr__rights-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-gdpr__right-item {
    padding: 20px;
  }
  .page-gdpr__right-item h3 {
    font-size: 1.4em;
  }
  .page-gdpr__contact-info {
    font-size: 1em;
  }

  /* Image and video responsive adaptation */
  .page-gdpr img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-gdpr__image-block,
  .page-gdpr__text-image-block {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden !important;
  }
  .page-gdpr__hero-cta-button,
  .page-gdpr__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-gdpr__cta-area {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}