.privacy-policy-main {
  position: relative;
  padding: 118px 20px 88px;
  background:
    radial-gradient(
      circle at top left,
      rgba(194, 164, 109, 0.18),
      transparent 32%
    ),
    radial-gradient(
      circle at top right,
      rgba(255, 255, 255, 0.08),
      transparent 22%
    ),
    linear-gradient(
      180deg,
      #070707 0,
      #121212 33rem,
      #f2efe8 33rem,
      #f6f4ee 100%
    );
}

.privacy-policy-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
  opacity: 0.3;
}

.privacy-policy-main > * {
  position: relative;
  z-index: 1;
}

.privacy-policy-hero,
.privacy-policy-shell {
  width: min(1120px, calc(100vw - 40px));
  margin: 0 auto;
}

.privacy-policy-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.privacy-policy-hero--single {
  grid-template-columns: minmax(0, 860px);
}

.privacy-policy-hero__content {
  padding: 10px 0;
}

.privacy-policy-hero__eyebrow {
  margin: 0 0 12px;
  color: rgba(241, 231, 210, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 0.78rem;
}

.privacy-policy-main h1 {
  margin: 0 0 18px;
  text-align: left;
  color: #f8f3e8;
  font-family: "Arnaud-Regular", Arial, sans-serif;
  font-size: clamp(2.7rem, 5vw, 4.65rem);
  letter-spacing: 0.06em;
  line-height: 0.95;
}

.privacy-policy-hero__effective {
  margin: 0 0 22px;
  color: #d2ba8f;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.privacy-policy-hero__lead {
  max-width: 760px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.04rem;
  line-height: 1.85;
}

.privacy-policy-hero__lead:last-child {
  margin-bottom: 0;
}

.privacy-policy-hero__aside {
  padding: 24px;
  border: 1px solid rgba(210, 186, 143, 0.35);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.privacy-policy-hero__aside-label {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.62);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
}

.privacy-policy-hero__aside a {
  color: #f2dbb0;
  font-size: 1.12rem;
  word-break: break-word;
}

.privacy-policy-hero__aside-copy {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  font-size: 0.95rem;
}

.privacy-policy-document {
  overflow: hidden;
  border: 1px solid rgba(168, 145, 102, 0.18);
  border-radius: 30px;
  padding: clamp(28px, 4vw, 54px);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.96),
    rgba(247, 244, 236, 0.97)
  );
  box-shadow:
    0 26px 70px rgba(10, 10, 10, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.privacy-policy-section + .privacy-policy-section {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid rgba(40, 40, 40, 0.08);
}

.privacy-policy-section h2,
.privacy-policy-section h3 {
  text-align: left;
}

.privacy-policy-section h2 {
  margin: 0 0 14px;
  color: #16120c;
  font-family: "Arnaud-Medium", Arial, sans-serif;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  letter-spacing: 0.03em;
}

.privacy-policy-section h3 {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  color: #1f1a14;
  font-family: "Arnaud-Bold", Arial, sans-serif;
  font-size: 1.1rem;
}

.privacy-policy-section p {
  margin: 0 0 16px;
  color: #2c2b29;
  line-height: 1.86;
  font-size: 1rem;
}

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

.privacy-policy-subsection + .privacy-policy-subsection {
  margin-top: 24px;
}

.privacy-policy-subsection {
  padding-left: 18px;
  border-left: 3px solid rgba(194, 164, 109, 0.34);
}

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

.privacy-policy-list li {
  position: relative;
  padding-left: 24px;
  color: #2c2b29;
  line-height: 1.75;
}

.privacy-policy-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #c8aa70, #9f7f46);
  box-shadow: 0 0 0 5px rgba(200, 170, 112, 0.12);
}

.privacy-policy-contact-card {
  margin-top: 18px;
  padding: 22px 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, #131313, #1c1a17);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.privacy-policy-contact-card p {
  color: rgba(249, 244, 236, 0.92);
}

.privacy-policy-contact-card a {
  color: #f2dbb0;
}

.privacy-policy-contact-card--final {
  margin-top: 10px;
}

.privacy-policy-document a {
  text-decoration: none;
}

.privacy-policy-document a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .privacy-policy-main {
    padding-top: 106px;
  }

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

  .privacy-policy-hero__aside {
    max-width: 520px;
  }
}

@media (max-width: 640px) {
  .privacy-policy-main {
    padding: 96px 14px 72px;
    background:
      radial-gradient(
        circle at top,
        rgba(194, 164, 109, 0.14),
        transparent 28%
      ),
      linear-gradient(
        180deg,
        #070707 0,
        #111111 45rem,
        #f2efe8 45rem,
        #f6f4ee 100%
      );
  }

  .privacy-policy-hero,
  .privacy-policy-shell {
    width: min(1120px, calc(100vw - 28px));
  }

  .privacy-policy-document {
    border-radius: 24px;
    padding: 24px 18px;
  }

  .privacy-policy-section + .privacy-policy-section {
    margin-top: 28px;
    padding-top: 28px;
  }

  .privacy-policy-subsection {
    padding-left: 14px;
  }

  .privacy-policy-hero__lead,
  .privacy-policy-section p,
  .privacy-policy-list li {
    font-size: 0.98rem;
  }
}
