/* PRIVACY POLICY PAGE */

.PP_main {
  padding: 42px 0 60px;
  background:
    radial-gradient(
      circle at top left,
      rgba(37, 99, 235, 0.09),
      transparent 28%
    ),
    #f3f6fb;
}

.PP_wrap {
  width: min(900px, 92%);
  margin: 0 auto;
}

.PP_intro {
  margin-bottom: 20px;
  padding: 34px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.PP_eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 12px;
  background: rgba(37, 99, 235, 0.10);
  color: #1d4ed8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.PP_intro h1 {
  margin: 0;
  color: #101828;
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.PP_intro-text {
  max-width: 720px;
  margin: 16px 0 0;
  color: #475467;
  font-size: 16px;
  line-height: 1.7;
}

.PP_notice {
  margin-top: 22px;
  padding: 16px 18px;
  background: #eff6ff;
  color: #1e3a8a;
  border-left: 4px solid #2563eb;
  border-radius: 0 14px 14px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.PP_content {
  padding: 10px 34px 30px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.PP_section {
  padding: 24px 0;
  border-bottom: 1px solid #e5e7eb;
}

.PP_section:last-of-type {
  border-bottom: 0;
}

.PP_section h2 {
  margin: 0 0 9px;
  color: #101828;
  font-size: 22px;
  line-height: 1.3;
}

.PP_section p {
  margin: 0;
  color: #475467;
  font-size: 16px;
  line-height: 1.75;
}

.PP_section p + p,
.PP_section .PP_list + p {
  margin-top: 11px;
}

.PP_section a {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.PP_list {
  margin: 12px 0 0;
  padding-left: 22px;
  color: #475467;
  font-size: 16px;
  line-height: 1.7;
}

.PP_list li + li {
  margin-top: 7px;
}

.PP_list li::marker {
  color: #2563eb;
}

.PP_list strong {
  color: #344054;
}

.PP_updated {
  margin: 18px 0 0;
  color: #667085;
  font-size: 14px;
  font-weight: 700;
}

.H_footer-links a[href="privacy-policy.html"] {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 960px) {
  .pc-header-stats .pc-header-stat:nth-child(2) {
    display: none;
  }

  .H_footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .H_footer-newsletter {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .PP_main {
    padding: 26px 0 42px;
  }

  .PP_intro {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .PP_content {
    padding: 6px 20px 24px;
    border-radius: 18px;
  }

  .PP_intro-text,
  .PP_section p,
  .PP_list {
    font-size: 15px;
  }

  .pc-header-stats .pc-header-stat:nth-child(2),
  .pc-header-stats .pc-header-stat:nth-child(3) {
    display: none;
  }

  .H_footer-main {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .H_footer-newsletter {
    grid-column: auto;
  }
}
