/* 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;
}

/* Content */
.cookie-content {
  margin-bottom: 1rem;
}

.cookie-content p {
  font-size: 0.3rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 0.7rem;
  text-align: justify;
}

.cookie-content .cookie-first-paragraph {
  color: #2c60e2;
  font-size: 0.24rem;
}

/* Required Cookies Section */
.required-cookies h2 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #2c60e2;
  margin-bottom: 0.2rem;
}

.required-cookies p {
  font-size: 0.3rem;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 0.2rem;
  text-align: justify;
}

.required-cookies .table-label {
  font-size: 0.24rem;
  color: #2c60e2;
  margin-bottom: 1rem;
}

/* Legal Info Section */
.legal-info {
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}

.legal-info h3 {
  font-size: 0.28rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}

.legal-info p {
  font-size: 0.26rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0.3rem;
}

.legal-info p:last-child {
  margin-bottom: 0.8rem;
}

.legal-info p:last-of-type {
  margin-bottom: 0;
}

/* 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);
}
.cookie-policy-container p span{
   text-wrap-mode: unset !important; 
}
/* 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;
  }

  .cookie-content {
    width: 100%;
  }

  .cookie-content p {
    font-size: 0.3rem;
    line-height: 1.8;
    margin-bottom: 0.7rem;
    text-align: justify;
    word-wrap: break-word;
  }

  .required-cookies h2 {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }

  .required-cookies p {
    font-size: 0.3rem;
    line-height: 1.8;
    margin-bottom: 0.7rem;
    text-align: justify;
    word-wrap: break-word;
  }
}

@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;
  }
}
