.privacy-hero {
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0 6rem;
  color: #fff;
  background: linear-gradient(132deg, #061d39 0%, #073c5b 54%, #08766e 100%);
}

.privacy-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.glow-one {
  top: -220px;
  right: -80px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(128, 255, 233, 0.13);
  box-shadow:
    0 0 0 85px rgba(83, 229, 208, 0.035),
    0 0 0 170px rgba(83, 229, 208, 0.02);
}

.glow-two {
  bottom: -180px;
  left: 25%;
  width: 360px;
  height: 360px;
  background: rgba(19, 121, 207, 0.14);
  filter: blur(70px);
}

.privacy-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 3rem;
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.78rem;
}

.privacy-breadcrumb a {
  color: rgba(255, 255, 255, 0.77);
}

.privacy-breadcrumb i {
  font-size: 0.65rem;
}

.privacy-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #7cf1d8;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.privacy-kicker i {
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: #58dfc2;
}

.privacy-hero h1 {
  max-width: 790px;
  margin: 1.2rem 0 1rem;
  font-size: clamp(2.5rem, 5.5vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.privacy-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.67);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.75;
}

.privacy-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-top: 2rem;
}

.privacy-meta span,
.privacy-meta a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
}

.privacy-meta span {
  color: rgba(255, 255, 255, 0.61);
}

.privacy-meta a {
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

.privacy-meta a:hover {
  background: rgba(255, 255, 255, 0.14);
}

.privacy-visual {
  position: relative;
  display: grid;
  min-height: 400px;
  place-items: center;
}

.privacy-orbit {
  position: absolute;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(126, 241, 216, 0.24);
  border-radius: 50%;
}

.privacy-orbit::before,
.privacy-orbit::after {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #79efd5;
  box-shadow: 0 0 18px rgba(121, 239, 213, 0.9);
  content: "";
}

.privacy-orbit::before {
  top: 12%;
  left: 17%;
}

.privacy-orbit::after {
  right: 6%;
  bottom: 25%;
}

.orbit-one {
  animation: privacy-spin 18s linear infinite;
}

.orbit-two {
  width: 390px;
  height: 390px;
  border-style: dashed;
  opacity: 0.55;
  animation: privacy-spin 28s linear infinite reverse;
}

.privacy-shield {
  position: relative;
  z-index: 2;
  display: flex;
  width: 205px;
  height: 235px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  clip-path: polygon(50% 0, 93% 17%, 88% 70%, 50% 100%, 12% 70%, 7% 17%);
  color: #0b3151;
  background: linear-gradient(155deg, #fff, #bcfff0);
  box-shadow: 0 30px 70px rgba(0, 14, 36, 0.35);
}

.privacy-shield i {
  margin-bottom: 0.8rem;
  color: #087d75;
  font-size: 3.2rem;
}

.privacy-shield strong {
  font-size: 1.05rem;
}

.privacy-shield span {
  margin-top: 0.2rem;
  color: #617b8f;
  font-size: 0.66rem;
}

.privacy-chip {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(5, 37, 62, 0.78);
  box-shadow: 0 14px 35px rgba(0, 10, 28, 0.3);
  backdrop-filter: blur(10px);
  font-size: 0.74rem;
  font-weight: 700;
  animation: privacy-float 4s ease-in-out infinite;
}

.privacy-chip i {
  color: #79efd5;
}

.chip-one {
  top: 12%;
  left: 4%;
}

.chip-two {
  top: 31%;
  right: 0;
  animation-delay: 0.8s;
}

.chip-three {
  bottom: 12%;
  left: 8%;
  animation-delay: 1.6s;
}

.privacy-principles {
  position: relative;
  z-index: 4;
  margin-top: -2.2rem;
}

.privacy-principle-grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #dce9ec;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(15, 64, 84, 0.13);
}

.privacy-principle-grid article {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  border-right: 1px solid #e4eef0;
}

.privacy-principle-grid article:last-child {
  border-right: 0;
}

.principle-icon {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  font-size: 1.1rem;
}

.principle-icon.blue {
  color: #1767e8;
  background: #eaf2ff;
}

.principle-icon.teal {
  color: #078477;
  background: #e2f9f4;
}

.principle-icon.violet {
  color: #7d4ed8;
  background: #f1eafd;
}

.privacy-principle-grid strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #102b40;
  font-size: 0.88rem;
}

.privacy-principle-grid p {
  margin: 0;
  color: #708292;
  font-size: 0.72rem;
  line-height: 1.55;
}

.privacy-content-section {
  background:
    radial-gradient(circle at 10% 35%, rgba(38, 184, 164, 0.06), transparent 25%),
    #f8fbfc;
}

.privacy-heading {
  max-width: 690px;
  margin-bottom: 2.2rem;
}

.privacy-heading > span {
  color: #078477;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.privacy-heading h2 {
  margin: 0.6rem 0 0.7rem;
  color: #0c263d;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.privacy-heading p {
  color: #6b7f90;
  font-size: 0.92rem;
}

.privacy-topic-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.privacy-topic-nav a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.9rem 1rem;
  color: #455f70;
  border: 1px solid #dce8eb;
  border-radius: 14px;
  background: #fff;
  font-size: 0.74rem;
  font-weight: 700;
}

.privacy-topic-nav a:hover {
  color: #087b72;
  border-color: #a9ddd5;
  transform: translateY(-2px);
}

.privacy-topic-nav i {
  color: #099286;
  font-size: 1rem;
}

.privacy-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.privacy-policy-card {
  padding: 1.7rem;
  border: 1px solid #dce8eb;
  border-radius: 20px;
  background: #fff;
  scroll-margin-top: 150px;
}

.privacy-featured {
  grid-column: 1 / -1;
}

.policy-card-heading {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
}

.policy-card-heading > span {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: #087e75;
  background: #e4f8f4;
  font-size: 0.72rem;
  font-weight: 800;
}

.policy-card-heading small {
  display: block;
  margin-bottom: 0.15rem;
  color: #8b9da8;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.policy-card-heading h3 {
  margin: 0;
  color: #102b40;
  font-size: 1.18rem;
  font-weight: 800;
}

.privacy-policy-card > p,
.privacy-policy-card li {
  color: #647785;
  font-size: 0.82rem;
  line-height: 1.8;
}

.privacy-policy-card > p:last-child,
.privacy-policy-card ul:last-child {
  margin-bottom: 0;
}

.privacy-policy-card li + li {
  margin-top: 0.4rem;
}

.privacy-data-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.privacy-data-list > div {
  display: flex;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid #e3edef;
  border-radius: 15px;
  background: #f8fbfc;
}

.privacy-data-list i {
  color: #0a8c81;
  font-size: 1.15rem;
}

.privacy-data-list span {
  display: grid;
  gap: 0.2rem;
}

.privacy-data-list strong {
  color: #18364b;
  font-size: 0.77rem;
}

.privacy-data-list small {
  color: #748794;
  font-size: 0.68rem;
  line-height: 1.55;
}

.privacy-contact-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.3rem;
  margin-top: 1.5rem;
  padding: 1.7rem;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(125deg, #092a47, #087d74);
  box-shadow: 0 20px 45px rgba(13, 74, 80, 0.18);
}

.privacy-contact-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 1.45rem;
}

.privacy-contact-card span {
  color: #76ead5;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.privacy-contact-card h2 {
  margin: 0.2rem 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 800;
}

.privacy-contact-card p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  line-height: 1.65;
}

.privacy-contact-card p a {
  color: #fff;
  font-weight: 700;
}

@keyframes privacy-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes privacy-float {
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 991.98px) {
  .privacy-hero {
    padding-top: 4rem;
  }

  .privacy-visual {
    min-height: 360px;
  }

  .privacy-topic-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .privacy-contact-card {
    grid-template-columns: auto 1fr;
  }

  .privacy-contact-card > .btn {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .privacy-hero {
    padding: 3rem 0 5rem;
  }

  .privacy-breadcrumb {
    margin-bottom: 2rem;
  }

  .privacy-principle-grid,
  .privacy-policy-grid,
  .privacy-data-list {
    grid-template-columns: 1fr;
  }

  .privacy-principle-grid article {
    border-right: 0;
    border-bottom: 1px solid #e4eef0;
  }

  .privacy-principle-grid article:last-child {
    border-bottom: 0;
  }

  .privacy-featured {
    grid-column: auto;
  }

  .privacy-topic-nav {
    grid-template-columns: 1fr;
  }

  .privacy-contact-card {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .privacy-orbit,
  .privacy-chip {
    animation: none;
  }
}
