.page-privacy {
  font-family: var(--font-body);
  line-height: 1.75;
  color: #1c2a24;
}

.pp-hero {
  position: relative;
  overflow: hidden;
  padding: 40px 0 56px;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 14%, rgba(212, 160, 23, 0.25) 0%, transparent 30%),
    linear-gradient(145deg, var(--green-deep) 0%, var(--black-night) 100%);
  border-bottom: 4px solid var(--gold);
}

.pp-hero::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 340px;
  width: 120%;
  height: 1px;
  background: rgba(212, 160, 23, 0.3);
  transform: rotate(-6deg);
}

.pp-hero-inner {
  position: relative;
  z-index: 1;
}

.pp-hero .breadcrumb {
  margin-bottom: 30px;
}

.pp-hero .breadcrumb-link,
.pp-hero .breadcrumb-sep {
  color: rgba(255, 255, 255, 0.62);
}

.pp-hero .breadcrumb-current {
  color: var(--gold-sand);
}

.pp-hero-grid {
  display: grid;
  gap: 34px;
}

.pp-hero-main {
  min-width: 0;
}

.pp-hero-title {
  margin: 14px 0 18px;
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 8vw, 4.4rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
  color: var(--white);
  text-transform: uppercase;
}

.pp-hero-lead {
  max-width: 46em;
  margin: 0 0 22px;
  font-size: 1.02rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
}

.pp-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 24px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--gold-sand);
}

.pp-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.pp-hero-meta span::before {
  content: "◆";
  font-size: 0.55em;
  color: rgba(212, 160, 23, 0.8);
}

.pp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pp-index {
  margin-top: 6px;
  padding: 18px 20px;
  border: 1px solid var(--gold);
  border-left: 6px solid var(--gold);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.22);
}

.pp-index-head {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(212, 160, 23, 0.35);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-sand);
}

.pp-index-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pp-index-list li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.pp-index-list li:last-child {
  border-bottom: 0;
}

.pp-index-list a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 10px 2px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  transition: background 0.2s, color 0.2s, padding-left 0.2s;
}

.pp-index-list a:hover {
  padding-left: 8px;
  background: rgba(212, 160, 23, 0.14);
  color: var(--white);
}

.pp-index-num {
  min-width: 28px;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--gold);
}

.pp-section {
  padding: 64px 0;
}

.pp-section-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--green-deep);
}

.pp-section-num {
  display: inline-block;
  padding: 3px 10px;
  font-family: var(--font-mono);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--gold);
  background: var(--green-deep);
}

.pp-section-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 5vw, 2.6rem);
  line-height: 1.15;
  color: var(--green-deep);
}

.pp-section-lead {
  max-width: 56em;
  margin: -6px 0 28px;
  font-size: 1rem;
  line-height: 1.9;
  color: var(--gray-mist);
}

.pp-intro {
  background: var(--white);
}

.pp-intro-grid {
  display: grid;
  gap: 30px;
  align-items: start;
}

.pp-intro-text p {
  margin: 0 0 14px;
  color: #24342d;
}

.pp-intro-text a,
.pp-right-card a,
.pp-updates-block a {
  color: var(--green-deep);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}

.pp-intro-figure {
  margin: 0;
  padding: 8px;
  background: var(--white);
  border: 3px solid var(--green-deep);
  box-shadow: 10px 10px 0 var(--gold);
}

.pp-intro-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e6f0e9;
}

.pp-intro-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pp-intro-figure figcaption {
  padding: 10px 4px 2px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--gray-mist);
}

.pp-collect {
  border-top: 4px solid var(--gold);
  border-bottom: 4px solid var(--gold);
  background:
    linear-gradient(180deg, var(--green-deep) 0%, var(--black-night) 100%);
  color: var(--white);
}

.pp-collect .pp-section-head {
  border-bottom-color: rgba(212, 160, 23, 0.5);
}

.pp-collect .pp-section-title {
  color: var(--white);
}

.pp-collect .pp-section-num {
  background: var(--gold);
  color: var(--black-night);
}

.pp-collect .pp-section-lead {
  color: rgba(255, 255, 255, 0.78);
}

.pp-collect-list {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.pp-collect-item {
  position: relative;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
}

.pp-collect-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--gold);
}

.pp-collect-item-title {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--gold-sand);
}

.pp-collect-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.76);
}

.pp-callout {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border: 2px dashed var(--gold);
  background: rgba(212, 160, 23, 0.08);
}

.pp-callout strong {
  font-family: var(--font-heading);
  font-size: 1rem;
  color: var(--gold-sand);
}

.pp-callout span {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.74);
}

.pp-usage {
  background: var(--white);
}

.pp-usage-grid {
  display: grid;
  gap: 32px;
  max-width: var(--container-wide);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.pp-usage-sticky {
  padding-left: 18px;
  border-left: 6px solid var(--gold);
}

.pp-usage-sticky .pp-section-title {
  margin-top: 12px;
}

.pp-usage-sticky .pp-section-lead {
  margin-top: 14px;
}

.pp-usage-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: usage;
}

.pp-usage-list li {
  position: relative;
  counter-increment: usage;
  padding: 22px 0 22px 58px;
  border-bottom: 1px solid #e3e8e4;
}

.pp-usage-list li::before {
  content: counter(usage, decimal-leading-zero);
  position: absolute;
  top: 20px;
  left: 0;
  font-family: var(--font-mono);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--gold);
}

.pp-usage-list h3 {
  margin: 0 0 6px;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--green-deep);
}

.pp-usage-list p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--gray-mist);
}

.pp-storage {
  border-top: 4px solid var(--black-night);
  background:
    linear-gradient(160deg, rgba(212, 160, 23, 0.16) 0%, transparent 42%),
    linear-gradient(135deg, var(--green-thunder) 0%, var(--green-deep) 100%);
  color: var(--white);
}

.pp-storage .pp-section-head {
  border-bottom-color: rgba(255, 255, 255, 0.28);
}

.pp-storage .pp-section-title {
  color: var(--white);
}

.pp-storage .pp-section-num {
  background: var(--gold);
  color: var(--black-night);
}

.pp-storage-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}

.pp-stat {
  padding: 18px 14px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.18);
}

.pp-stat-value {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--gold-sand);
}

.pp-stat-label {
  display: block;
  margin-top: 6px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.76);
}

.pp-storage-body {
  display: grid;
  gap: 18px;
}

.pp-storage-block {
  padding: 18px 18px 16px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.06);
}

.pp-storage-block h3 {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--gold-sand);
}

.pp-storage-block p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.8);
}

.pp-storage-block strong {
  color: var(--gold-sand);
}

.pp-rights {
  background: var(--white);
}

.pp-rights-grid {
  display: grid;
  gap: 16px;
  margin-top: 8px;
}

.pp-right-card {
  padding: 20px 20px 18px;
  background: var(--white);
  border: 2px solid var(--green-deep);
  box-shadow: 6px 6px 0 rgba(212, 160, 23, 0.55);
  transition: transform 0.15s;
}

.pp-right-card:hover {
  transform: translate(-2px, -2px);
}

.pp-right-title {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: var(--green-deep);
}

.pp-right-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.8;
  color: var(--gray-mist);
}

.pp-updates {
  background:
    repeating-linear-gradient(135deg, rgba(230, 198, 127, 0.06) 0 2px, transparent 2px 22px),
    linear-gradient(135deg, var(--green-deep) 0%, var(--black-night) 100%);
  border-top: 5px solid var(--gold);
  color: var(--white);
}

.pp-updates .pp-section-head {
  border-bottom-color: rgba(212, 160, 23, 0.45);
}

.pp-updates .pp-section-title {
  color: var(--white);
}

.pp-updates .pp-section-num {
  background: var(--gold);
  color: var(--black-night);
}

.pp-updates-block p {
  margin: 0 0 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.84);
}

.pp-updates-history {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  margin-top: 22px;
  padding: 14px 16px;
  border: 1px solid rgba(212, 160, 23, 0.5);
}

.pp-updates-history p {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.9rem;
  color: var(--gold-sand);
}

.pp-footer-cta {
  background: var(--white);
  padding: 60px 0 72px;
}

.pp-footer-cta-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 28px 20px;
  background: var(--gold);
  border: 4px solid var(--black-night);
  box-shadow: 12px 12px 0 var(--green-deep);
  color: var(--black-night);
}

.pp-footer-cta-box .btn-gold {
  background: var(--black-night);
  border-color: var(--black-night);
  box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.4);
  color: var(--gold-sand);
}

.pp-footer-cta-title {
  margin: 0 0 6px;
  font-family: var(--font-heading);
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--black-night);
}

.pp-footer-cta-box p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(13, 31, 25, 0.82);
}

@media (min-width: 960px) {
  .pp-hero {
    padding: 56px 0 72px;
  }

  .pp-hero-grid {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 56px;
    align-items: end;
  }

  .pp-section {
    padding: 84px 0;
  }

  .pp-intro-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: 52px;
  }

  .pp-intro-figure {
    margin-top: 8px;
  }

  .pp-collect-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .pp-usage-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 64px;
  }

  .pp-usage-sticky {
    position: sticky;
    top: 32px;
  }

  .pp-usage-list li {
    padding-left: 72px;
  }

  .pp-usage-list li::before {
    font-size: 1.5rem;
  }

  .pp-storage-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .pp-storage-body {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .pp-rights-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .pp-footer-cta-box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 36px;
  }

  .pp-footer-cta-box p {
    max-width: 36em;
  }
}
