@charset "utf-8";

.privacy-page {
  background: #f4f6f8;
  color: #171b21;
}

.privacy-container {
  width: min(100% - 40px, 960px);
  margin-inline: auto;
}

.privacy-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 11vw, 150px) 24px clamp(74px, 9vw, 120px);
  background:
    radial-gradient(circle at 88% 18%, rgba(208, 0, 0, .34), transparent 30%),
    #12151a;
  color: #ffffff;
  text-align: center;
}

.privacy-hero::after {
  position: absolute;
  right: -100px;
  bottom: -260px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, .02), 0 0 0 140px rgba(255, 255, 255, .012);
  content: "";
  pointer-events: none;
}

.privacy-hero .privacy-container {
  position: relative;
  z-index: 1;
  width: min(100%, 1040px);
}

.privacy-hero__eyebrow {
  color: #F36D30;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}

.privacy-hero h1 {
  margin: 17px 0 0;
  font-size: clamp(38px, 6vw, 70px);
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.4;
}

.privacy-content {
  padding: clamp(48px, 7vw, 88px) 0 clamp(72px, 9vw, 120px);
}

.privacy-policy-card {
  padding: clamp(28px, 5vw, 62px);
  border: 1px solid #e0e4e8;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(20, 25, 31, .08);
}

.privacy-policy-card h2 {
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 2px solid #e7e9ec;
  color: #171b21;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.55;
}

.privacy-policy__lead,
.privacy-policy__section p {
  color: #424952;
  font-size: clamp(15px, 1.4vw, 17px);
  font-weight: 500;
  line-height: 2.05;
}

.privacy-policy__lead {
  margin: 28px 0 0;
}

.privacy-policy__section {
  margin-top: clamp(38px, 5vw, 54px);
}

.privacy-policy__section h3 {
  margin: 0;
  padding: 2px 0 2px 15px;
  border-left: 5px solid #F36D30;
  color: #20252b;
  font-size: clamp(20px, 2.3vw, 26px);
  font-weight: 900;
  line-height: 1.55;
}

.privacy-policy__section p {
  margin: 18px 0 0;
}

@media (max-width: 640px) {
  .privacy-hero h1 {
    font-size: clamp(30px, 8.5vw, 38px);
  }

  .privacy-container {
    width: min(100% - 28px, 960px);
  }

  .privacy-hero {
    padding-inline: 18px;
  }

  .privacy-policy-card {
    padding: 26px 19px 32px;
    border-radius: 15px;
  }

  .privacy-policy-card h2 {
    font-size: 22px;
  }

  .privacy-policy__lead,
  .privacy-policy__section p {
    line-height: 1.9;
  }
}
