/* ========================================================================== 
   Privacy policy page
   ========================================================================== */

.privacy-page {
  background: #f4f7f5;
  color: #101922;
}

.privacy-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 88px;
  background:
    radial-gradient(circle at 78% 18%, rgba(0, 245, 138, .15), transparent 34%),
    radial-gradient(circle at 8% 90%, rgba(0, 245, 138, .06), transparent 30%),
    linear-gradient(180deg, #080b0a 0%, #020403 100%);
  color: #fff;
}

.privacy-hero::before,
.privacy-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(0, 245, 138, .09);
  border-radius: 50%;
  pointer-events: none;
}

.privacy-hero::before {
  top: -220px;
  right: -130px;
  width: 520px;
  height: 520px;
  box-shadow: 0 0 0 70px rgba(0, 245, 138, .02);
}

.privacy-hero::after {
  bottom: -260px;
  left: -180px;
  width: 430px;
  height: 430px;
}

.privacy-hero .container {
  position: relative;
  z-index: 1;
}

.privacy-hero-content {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.privacy-hero h1 {
  margin: 0;
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.privacy-hero-content > p {
  max-width: 650px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, .7);
  font-size: 17px;
  line-height: 1.65;
}

.privacy-update {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  padding: 9px 15px;
  border: 1px solid rgba(0, 245, 138, .28);
  border-radius: 999px;
  background: rgba(0, 245, 138, .08);
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
  font-weight: 700;
}

.privacy-update > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(0, 245, 138, .11);
}

.privacy-update time {
  color: #fff;
}

.privacy-content-section {
  padding: 88px 0 104px;
  background:
    linear-gradient(180deg, #edf3ef 0%, #f7f9f8 260px, #fff 100%);
}

.privacy-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 820px);
  justify-content: center;
  gap: clamp(36px, 6vw, 76px);
  align-items: start;
}

.privacy-navigation {
  position: sticky;
  top: 106px;
  padding: 25px;
  border: 1px solid #dce7e0;
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 20px 50px rgba(10, 34, 23, .07);
}

.privacy-navigation > span {
  display: block;
  color: #17241e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.privacy-navigation nav {
  display: grid;
  gap: 4px;
  margin-top: 15px;
}

.privacy-navigation nav a {
  position: relative;
  padding: 9px 0 9px 15px;
  color: #66726c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  transition: color .2s ease, transform .2s ease;
}

.privacy-navigation nav a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c7d8ce;
  transition: background .2s ease, box-shadow .2s ease;
}

.privacy-navigation nav a:hover {
  color: #007d4d;
  transform: translateX(2px);
}

.privacy-navigation nav a:hover::before {
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 245, 138, .12);
}

.privacy-navigation > p {
  margin: 22px 0 8px;
  padding-top: 20px;
  border-top: 1px solid #e4ebe7;
  color: #78847e;
  font-size: 11px;
  line-height: 1.5;
}

.privacy-contact-link {
  display: inline-flex;
  color: #007d4d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.privacy-contact-link::after {
  content: ">";
  margin-left: 7px;
}

.privacy-document {
  overflow: hidden;
  border: 1px solid #e0e8e3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(10, 34, 23, .09);
}

.privacy-document > section {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  padding: clamp(34px, 5vw, 58px);
  scroll-margin-top: 100px;
}

.privacy-document > section + section {
  border-top: 1px solid #e7ede9;
}

.privacy-section-number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(0, 125, 77, .22);
  border-radius: 50%;
  background: #edfaf4;
  color: #007d4d;
  font-size: 11px;
  font-weight: 900;
}

.privacy-eyebrow {
  display: block;
  margin: 1px 0 8px;
  color: #008f58;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.privacy-document h2 {
  margin: 0 0 24px;
  color: #101922;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.privacy-document p {
  margin: 0 0 18px;
  color: #59665f;
  font-size: 15px;
  line-height: 1.78;
}

.privacy-document p:last-child {
  margin-bottom: 0;
}

.privacy-document .privacy-lead {
  color: #26332d;
  font-size: 16px;
  font-weight: 600;
}

.privacy-highlight {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin: 28px 0;
  padding: 20px 22px;
  border: 1px solid rgba(0, 125, 77, .2);
  border-radius: 12px;
  background: linear-gradient(135deg, #edf9f3, #f8fcfa);
}

.privacy-highlight-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #dff5ea;
  color: #007d4d;
}

.privacy-highlight-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.privacy-highlight p {
  margin: 0;
  color: #17432f;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.privacy-commitments {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.privacy-commitments li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid #e2eae5;
  border-radius: 11px;
  background: #fafcfb;
}

.privacy-commitments li > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 9px;
  background: #e5f7ee;
  color: #007d4d;
  font-size: 13px;
  font-weight: 900;
}

.privacy-commitments p {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.65;
}

.privacy-effective-date {
  padding: 15px 18px;
  border-left: 3px solid var(--green);
  border-radius: 0 8px 8px 0;
  background: #f0f8f4;
  color: #2d4037 !important;
  font-size: 13px !important;
  font-weight: 700;
}

.privacy-cta {
  padding: 72px 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(0, 245, 138, .13), transparent 32%),
    #0b0e0d;
  color: #fff;
}

.privacy-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.privacy-cta h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.03em;
}

.privacy-cta p {
  max-width: 650px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.6;
}

.privacy-cta .btn {
  flex: 0 0 auto;
}

@media (max-width: 991.98px) {
  .privacy-layout {
    grid-template-columns: 1fr;
  }

  .privacy-navigation {
    position: static;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 12px 28px;
  }

  .privacy-navigation nav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 18px;
    margin: 0;
  }

  .privacy-navigation > p,
  .privacy-contact-link {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .privacy-hero {
    padding: 72px 0 68px;
  }

  .privacy-content-section {
    padding: 56px 0 70px;
  }

  .privacy-navigation {
    display: block;
    padding: 20px;
  }

  .privacy-navigation nav {
    display: grid;
    margin-top: 10px;
  }

  .privacy-document > section {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 30px 24px;
  }

  .privacy-section-number {
    width: 38px;
    height: 38px;
  }

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

  .privacy-cta {
    padding: 58px 0;
    text-align: center;
  }

  .privacy-cta .container {
    flex-direction: column;
  }
}

@media (max-width: 479.98px) {
  .privacy-update {
    max-width: 300px;
    align-items: flex-start;
    border-radius: 12px;
    line-height: 1.45;
    text-align: left;
  }

  .privacy-update > span {
    flex: 0 0 auto;
    margin-top: 5px;
  }

  .privacy-commitments li {
    grid-template-columns: 1fr;
  }
}

