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

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

.page-gdpr__hero-section {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, relies on body padding-top from shared */
}

.page-gdpr__hero-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
}

.page-gdpr__hero-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-gdpr__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 30px auto 0;
  padding: 0 20px;
  color: #FFF3E6;
}

.page-gdpr__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFF3E6;
}

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

.page-gdpr__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}

.page-gdpr__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(255, 165, 58, 0.4);
}

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

.page-gdpr__introduction-section {
  background-color: #0D0E12;
}

.page-gdpr__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #FF8C1A; /* Main color */
  text-align: center;
  margin-bottom: 40px;
}

.page-gdpr__section-title--light {
  color: #FFF3E6;
}

.page-gdpr__text-block {
  font-size: 17px;
  margin-bottom: 20px;
  color: #FFF3E6;
  text-align: justify;
}

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

.page-gdpr__principles-section {
  background-color: #17191F; /* Card BG */
}

.page-gdpr__grid {
  display: grid;
  gap: 30px;
}

.page-gdpr__grid--3-cols {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.page-gdpr__grid--2-cols {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.page-gdpr__card {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #FFF3E6;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-gdpr__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

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

.page-gdpr__card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #FFB04D; /* Glow */
}

.page-gdpr__card-description {
  font-size: 16px;
  color: #FFF3E6;
  text-align: justify;
}

.page-gdpr__card--alt {
  background-color: #0D0E12; /* Background */
  border-color: #FF8C1A;
}

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

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

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

.page-gdpr__faq-section {
  background-color: #0D0E12;
}

details.page-gdpr__faq-item {
  margin-bottom: 15px;
  border-radius: 12px;
  border: 1px solid #A84F0C; /* Border */
  overflow: hidden;
  background: #17191F; /* Card BG */
  color: #FFF3E6;
}

details.page-gdpr__faq-item summary.page-gdpr__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}

details.page-gdpr__faq-item summary.page-gdpr__faq-question::-webkit-details-marker {
  display: none;
}

details.page-gdpr__faq-item summary.page-gdpr__faq-question:hover {
  background: #1f222b;
}

.page-gdpr__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFB04D; /* Glow */
}

.page-gdpr__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #FFA53A; /* Auxiliary color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}

details.page-gdpr__faq-item .page-gdpr__faq-answer {
  padding: 0 25px 25px;
  background: #0D0E12; /* Background */
  border-radius: 0 0 12px 12px;
  color: #FFF3E6;
}

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

/* Mobile responsiveness */
@media (max-width: 1024px) {
  .page-gdpr__hero-content {
    padding: 0 40px;
  }
  .page-gdpr__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-gdpr__hero-description {
    font-size: clamp(0.9rem, 1.8vw, 1.15rem);
  }
  .page-gdpr__grid--3-cols {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-gdpr__grid--2-cols {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-gdpr__hero-section {
    padding-bottom: 30px;
    padding-top: 10px; /* Small top padding for mobile */
  }
  .page-gdpr__hero-image {
    padding-bottom: 75%; /* Adjust aspect ratio for mobile */
  }
  .page-gdpr__hero-image img {
    object-fit: contain !important; /* Ensure image is fully visible, no cropping */
    aspect-ratio: unset !important;
  }
  .page-gdpr__hero-content {
    margin-top: 20px;
    padding: 0 15px;
  }
  .page-gdpr__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 15px;
  }
  .page-gdpr__hero-description {
    font-size: clamp(0.9rem, 3.5vw, 1.1rem);
    margin-bottom: 25px;
  }

  /* 产品展示图区域 (GDPR page typically doesn't have this, but for completeness as per rules) */
  .page-gdpr__products-grid {
    grid-template-columns: 1fr 1fr; /* 2 columns for mobile */
    overflow-x: hidden;
  }
  .page-gdpr__products-section {
    overflow-x: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* 装饰主标题 + 长文 SEO 区 */
  .page-gdpr__section-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .page-gdpr__text-block {
    font-size: 16px;
    padding: 0 15px;
    text-align: left;
  }
  .page-gdpr__article-body {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .page-gdpr__article-figure {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto 20px !important;
    padding: 0 15px;
    box-sizing: border-box;
  }

  /* 通用图片与容器 */
  .page-gdpr img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
  }
  .page-gdpr__container,
  .page-gdpr__section,
  .page-gdpr__card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* 按钮与按钮容器 */
  .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;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
  .page-gdpr__cta-buttons,
  .page-gdpr__button-group,
  .page-gdpr__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
  }

  .page-gdpr__section {
    padding: 40px 0;
  }
  .page-gdpr__grid--3-cols {
    grid-template-columns: 1fr;
  }
  .page-gdpr__grid--2-cols {
    grid-template-columns: 1fr;
  }
  .page-gdpr__card {
    padding: 25px;
  }
  .page-gdpr__card-title {
    font-size: 20px;
  }
  .page-gdpr__card-description {
    font-size: 15px;
  }
  .page-gdpr__list {
    margin-left: 20px;
    padding: 0 15px;
  }
  .page-gdpr__list-item {
    font-size: 16px;
  }
  details.page-gdpr__faq-item summary.page-gdpr__faq-question {
    padding: 15px 20px;
  }
  .page-gdpr__faq-qtext {
    font-size: 16px;
  }
  .page-gdpr__faq-toggle {
    font-size: 24px;
    width: 24px;
  }
  details.page-gdpr__faq-item .page-gdpr__faq-answer {
    padding: 0 20px 20px;
  }
}