.privacy-hero-section {
  background: linear-gradient(135deg, #043F6D 0%, #46A2DA 100%);
  position: relative;
  overflow: hidden;
}
.privacy-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" patternUnits="userSpaceOnUse" width="20" height="20"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  opacity: 0.6;
}
.privacy-hero-section .privacy-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  text-align: center;
}
.privacy-hero-section .privacy-hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .privacy-hero-section .privacy-hero-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .privacy-hero-section .privacy-hero-title {
    font-size: 2rem;
  }
}

.privacy-content-section {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 0 2rem;
}
.privacy-content-section h2 {
  font-size: 2.2rem;
  color: #043F6D;
  margin: 4rem 0 2rem 0;
  font-weight: 700;
  position: relative;
}
.privacy-content-section h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #043F6D, #46A2DA);
  border-radius: 2px;
}
@media (max-width: 768px) {
  .privacy-content-section h2 {
    font-size: 1.8rem;
  }
}
.privacy-content-section h3, .privacy-content-section h4, .privacy-content-section h5 {
  color: #043F6D;
  font-weight: 600;
  margin: 2rem 0 1rem 0;
}
@media (max-width: 768px) {
  .privacy-content-section h3, .privacy-content-section h4, .privacy-content-section h5 {
    font-size: 1.4rem;
  }
}
.privacy-content-section p {
  color: #4d5357;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .privacy-content-section p {
    font-size: 0.95rem;
  }
}
.privacy-content-section ul, .privacy-content-section ol {
  color: #4d5357;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.privacy-content-section ul li, .privacy-content-section ol li {
  margin-bottom: 0.5rem;
}
.privacy-content-section a {
  color: #46A2DA;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.privacy-content-section a:hover {
  color: #043F6D;
  border-bottom-color: #043F6D;
}
.privacy-content-section .content-card {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(93, 96, 98, 0.1);
}
@media (max-width: 768px) {
  .privacy-content-section .content-card {
    padding: 1.5rem;
  }
}
.privacy-content-section .highlight-box {
  background: linear-gradient(135deg, rgba(4, 63, 109, 0.03), rgba(70, 162, 218, 0.02));
  border-left: 4px solid #46A2DA;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0 8px 8px 0;
}
.privacy-content-section .highlight-box p {
  margin-bottom: 0;
  font-weight: 500;
}/*# sourceMappingURL=local.css.map */