/* Cookie Policy Section */
.cookie-policy-section {
  padding: 2rem 0;
  /*background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);*/
}

.cookie-policy-container {
  margin: 0 auto;
  padding-left: 3.6rem;
  padding-right: 3.49rem;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.05rem;
  margin-bottom: 0.7rem;
  font-size: 0.16rem;
  color: #2c60e2;
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* Title */
.cookie-policy-container h1 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #2c60e2;
  margin-bottom: 0.2rem;
  line-height: 1.2;
}

/* Site Map Content */
.site-map-content {
  display: flex;
  gap: 2rem;
  margin-top: 0.5rem;
}

.site-map-column {
  flex: 1;
}

.site-map-column h2 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.2rem;
}

.site-map-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-map-column li {
  margin-bottom: 0.2rem;
}

.site-map-column li a {
  font-size: 0.18rem;
  color: #666;
  text-decoration: none;
  white-space: nowrap;
}

.site-map-column li a:hover {
  color: #2c60e2;
}

/* Background Wrapper Section */
.bg-wrapper-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bg-wrapper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  will-change: transform;
  transform: translateZ(0);
}

/* Sections inside background wrapper */
.bg-wrapper-section section {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .cookie-policy-section {
    padding: 1.8rem 0.5rem 0.5rem;
    box-sizing: border-box;
  }

  .cookie-policy-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .cookie-policy-container h1 {
    font-size: 0.48rem;
    margin-bottom: 0.2rem;
  }

  .breadcrumb {
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    gap: 0.05rem;
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 0;
  }

  /* Site Map Mobile */
  .site-map-content {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1rem;
  }

  .site-map-column {
    text-align: left;
    width: 100%;
    max-width: 2.4rem;
  }

  .site-map-column ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .site-map-column li {
    white-space: normal;
  }
}

@media (max-width: 1200px) {
  .nav-links {
    gap: 0.2rem;
  }
}

@media (max-width: 992px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(26, 26, 26, 0.95);
    padding: 0.3rem;
    flex-direction: column;
    gap: 0.15rem;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    color: #fff;
  }

  header.scrolled .nav-links a {
    color: #fff;
  }

  .qa-btn {
    display: none;
  }

  .menu-toggle {
    display: block;
    color: #fff;
  }

  header.scrolled .menu-toggle {
    color: #262728;
  }

  .solution-footer-content {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media (max-width: 480px) {
  .header-container {
    padding: 0 0.15rem;
  }

  .solution-footer-content {
    padding-right: 0.15rem;
    padding-left: 0.15rem;
  }
}
