.page-gdpr {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--background-color, #f5f5f5);
}

.page-gdpr__hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px; /* Small top padding to prevent overlap with fixed header */
  padding-bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-gdpr__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.page-gdpr__hero-content {
  text-align: center;
  padding: 40px 20px;
  background-color: #B71C1C; /* Custom background color for hero content */
  color: #FFF5E1; /* Custom text color for hero content */
  width: 100%;
  box-sizing: border-box;
}

.page-gdpr__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-gdpr__description {
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto;
}

.page-gdpr__content-section {
  padding: 60px 0;
  background-color: #ffffff;
  color: #333333;
}

.page-gdpr__dark-section {
  background-color: #B71C1C; /* Custom background color */
  color: #FFF5E1; /* Custom text color */
}

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

.page-gdpr__section-heading {
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: inherit;
}

.page-gdpr__sub-heading {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: inherit;
}

.page-gdpr__text-block {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.7;
  color: inherit;
}

.page-gdpr__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-gdpr__principles-list, .page-gdpr__usage-list, .page-gdpr__security-list, .page-gdpr__sharing-list, .page-gdpr__cookie-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-gdpr__principle-item, .page-gdpr__usage-item, .page-gdpr__security-item, .page-gdpr__sharing-item, .page-gdpr__cookie-item {
  background-color: #D32F2F; /* Card Background Custom Color */
  color: #FFF5E1; /* Text Main Custom Color */
  padding: 25px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.page-gdpr__principle-item:hover, .page-gdpr__usage-item:hover, .page-gdpr__security-item:hover, .page-gdpr__sharing-item:hover, .page-gdpr__cookie-item:hover {
  transform: translateY(-5px);
}

.page-gdpr__principle-title, .page-gdpr__usage-title, .page-gdpr__security-title, .page-gdpr__data-card-title, .page-gdpr__right-title, .page-gdpr__sharing-item strong, .page-gdpr__cookie-item strong {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFCC66; /* Glow Custom Color */
}

.page-gdpr__principle-description, .page-gdpr__usage-description, .page-gdpr__security-description, .page-gdpr__data-card-description, .page-gdpr__right-description, .page-gdpr__sharing-item, .page-gdpr__cookie-item {
  font-size: 1em;
  line-height: 1.6;
  color: inherit;
}

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

.page-gdpr__data-card, .page-gdpr__right-card {
  background-color: #D32F2F; /* Card Background Custom Color */
  color: #FFF5E1; /* Text Main Custom Color */
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.page-gdpr__data-card:hover, .page-gdpr__right-card:hover {
  transform: translateY(-5px);
}

.page-gdpr__contact-section {
  padding: 60px 0;
  text-align: center;
  background-color: #B71C1C; /* Background Custom Color */
  color: #FFF5E1; /* Text Main Custom Color */
}

.page-gdpr__contact-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.page-gdpr__contact-item {
  font-size: 1.1em;
  color: inherit;
}

.page-gdpr__contact-link {
  color: #FFCC66; /* Glow Custom Color */
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-gdpr__contact-link:hover {
  color: #F4D34D; /* Gold Custom Color */
}

.page-gdpr__cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-gdpr__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button Custom Color */
  color: #7A0E0E; /* Deep Red Custom Color for text on gold button */
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #F2B544; /* Border Custom Color */
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-gdpr__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-gdpr__main-title {
    font-size: 2.5em;
  }
  .page-gdpr__section-heading {
    font-size: 2em;
  }
  .page-gdpr__sub-heading {
    font-size: 1.4em;
  }
  .page-gdpr__data-collection-grid, .page-gdpr__rights-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-gdpr__hero-section {
    padding-top: 10px !important;
  }
  .page-gdpr__hero-image-wrapper {
    max-height: 300px;
  }
  .page-gdpr__main-title {
    font-size: clamp(2em, 8vw, 2.5em);
    margin-bottom: 15px;
  }
  .page-gdpr__description {
    font-size: 1em;
  }

  /* 其他内容模块 */
  .page-gdpr__content-section {
    padding: 40px 0;
  }
  .page-gdpr__container {
    padding: 0 15px;
  }
  .page-gdpr__section-heading {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .page-gdpr__sub-heading {
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .page-gdpr__text-block {
    font-size: 0.95em;
    line-height: 1.5;
  }

  /* 通用图片与容器 */
  .page-gdpr img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-gdpr__section, .page-gdpr__card, .page-gdpr__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-gdpr__principles-list, .page-gdpr__usage-list, .page-gdpr__security-list, .page-gdpr__sharing-list, .page-gdpr__cookie-list {
    margin-top: 20px;
  }
  .page-gdpr__principle-item, .page-gdpr__usage-item, .page-gdpr__security-item, .page-gdpr__sharing-item, .page-gdpr__cookie-item, .page-gdpr__data-card, .page-gdpr__right-card {
    padding: 20px;
    margin-bottom: 10px;
  }
  .page-gdpr__principle-title, .page-gdpr__usage-title, .page-gdpr__security-title, .page-gdpr__data-card-title, .page-gdpr__right-title, .page-gdpr__sharing-item strong, .page-gdpr__cookie-item strong {
    font-size: 1.2em;
    margin-bottom: 8px;
  }
  .page-gdpr__data-collection-grid, .page-gdpr__rights-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  /* 按钮与按钮容器 */
  .page-gdpr__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-gdpr__btn-primary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
  }
  .page-gdpr__contact-list {
    gap: 10px;
  }
  .page-gdpr__contact-item {
    font-size: 1em;
  }
}