.page-privacy {
  position: relative;
  background:
    radial-gradient(ellipse at 85% 12%, rgba(255, 42, 109, 0.10), transparent 46%),
    radial-gradient(ellipse at 12% 78%, rgba(245, 192, 122, 0.07), transparent 42%),
    var(--deep-night);
  color: var(--text-primary);
  font-family: var(--font-body);
  overflow: hidden;
}

.page-privacy::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.018) 0px,
    rgba(255, 255, 255, 0.018) 1px,
    transparent 1px,
    transparent 3px
  );
  opacity: .6;
}

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

.page-privacy .site-breadcrumbs {
  max-width: var(--container);
  margin: 0 auto;
  padding: 1.5rem 1.25rem 0;
  font-size: .875rem;
  color: var(--text-secondary);
}

.page-privacy .site-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-privacy .site-breadcrumbs a {
  color: var(--soft-lavender);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .3s;
}

.page-privacy .site-breadcrumbs a:hover {
  border-bottom-color: var(--soft-lavender);
}

.privacy-cover {
  max-width: var(--container);
  margin: 0 auto;
  padding: 2.5rem 1.25rem 1.75rem;
}

.privacy-cover__inner {
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

.privacy-cover__content {
  position: relative;
}

.privacy-cover__eyebrow {
  display: inline-block;
  padding: .4rem 1rem;
  border: 1px solid rgba(245, 192, 122, .45);
  border-radius: 999px;
  font-size: .8125rem;
  letter-spacing: .14em;
  color: var(--muted-gold);
  background: rgba(245, 192, 122, .07);
  margin-bottom: 1.5rem;
}

.privacy-cover__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .15rem;
  font-family: var(--font-title);
  font-weight: 700;
  line-height: 1.08;
  font-size: 1.9rem;
  color: var(--text-primary);
  margin: 0 0 1.25rem;
  letter-spacing: .02em;
}

.privacy-cover__title-head {
  color: var(--neon-pink);
}

.privacy-cover__title-brand {
  color: var(--muted-gold);
}

.privacy-cover__title-desc {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-secondary);
  width: 100%;
  letter-spacing: .12em;
  margin-top: .15rem;
  padding-top: .65rem;
  border-top: 1px solid rgba(184, 169, 255, .16);
}

.privacy-cover__title-mark {
  color: var(--neon-pink);
  opacity: .65;
  font-size: .6em;
}

.privacy-cover__slogan {
  font-family: var(--font-title);
  font-size: 1.55rem;
  font-style: italic;
  color: var(--soft-lavender);
  line-height: 1.4;
  margin: .25rem 0 1rem;
}

.privacy-cover__desc {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-secondary);
  margin: 0 0 1.75rem;
  max-width: 42em;
}

.privacy-cover__index {
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-cover__index li {
  display: flex;
  align-items: baseline;
  gap: .75rem;
  padding: .8rem 0;
  border-bottom: 1px dashed rgba(184, 169, 255, .16);
}

.privacy-cover__index li:first-child {
  border-top: 1px dashed rgba(184, 169, 255, .16);
}

.privacy-cover__index .index-list__no {
  font-family: var(--font-title);
  color: var(--muted-gold);
  font-size: 1.1rem;
  font-weight: 700;
  min-width: 2rem;
}

.privacy-cover__index .index-list__title {
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  border-bottom: 1px solid transparent;
  transition: border-color .3s, color .3s;
}

.privacy-cover__index .index-list__title:hover {
  color: var(--neon-pink);
  border-bottom-color: rgba(255, 42, 109, .45);
}

.privacy-cover__index .index-list__meta {
  margin-left: auto;
  font-size: .8125rem;
  color: var(--text-secondary);
  white-space: nowrap;
}

.privacy-cover__media {
  position: relative;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 42, 109, .25);
  box-shadow: 0 0 42px rgba(255, 42, 109, .13), 0 24px 64px rgba(0, 0, 0, .4);
  background: var(--night-purple);
}

.privacy-cover__media::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(245, 192, 122, .5);
  border-radius: 4px;
  pointer-events: none;
}

.privacy-cover__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.privacy-cover__caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 16px;
  z-index: 2;
  font-size: .8125rem;
  color: rgba(240, 239, 244, .88);
  text-shadow: 0 2px 8px rgba(0, 0, 0, .7);
  text-align: center;
}

.privacy-chapter {
  position: relative;
  max-width: var(--container);
  margin: 0 auto 3.25rem;
  padding: 2.25rem 1.25rem 2.5rem;
  background:
    linear-gradient(145deg, rgba(27, 21, 52, .94), rgba(11, 12, 26, .98));
  border: 1px solid rgba(184, 169, 255, .14);
  border-radius: 6px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .3);
}

.privacy-chapter::before,
.privacy-chapter::after {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  height: 8px;
  background-image: radial-gradient(circle, rgba(245, 192, 122, .7) 1.5px, transparent 2.2px);
  background-size: 16px 8px;
  background-repeat: repeat-x;
}

.privacy-chapter::before {
  top: -4px;
}

.privacy-chapter::after {
  bottom: -4px;
}

.privacy-chapter__head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.privacy-chapter__num {
  font-size: 2.7rem;
  line-height: 1;
  color: var(--muted-gold);
  position: relative;
}

.privacy-chapter__num::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 44px;
  height: 44px;
  border: 2px dashed rgba(245, 192, 122, .35);
  border-radius: 50%;
  opacity: .55;
}

.privacy-chapter__heading p {
  margin: .15rem 0 .3rem;
  font-size: .75rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--neon-pink);
}

.privacy-chapter__heading h2 {
  font-family: var(--font-title);
  font-size: 1.55rem;
  line-height: 1.25;
  margin: 0;
  color: var(--text-primary);
}

.privacy-chapter__body {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-secondary);
}

.privacy-chapter__body p {
  margin: 0 0 1.15rem;
}

.privacy-chapter__body strong {
  color: var(--text-primary);
  font-weight: 600;
}

.privacy-chapter__body a {
  color: var(--soft-lavender);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(184, 169, 255, .45);
  transition: color .3s, text-decoration-color .3s;
}

.privacy-chapter__body a:hover {
  color: var(--neon-pink);
  text-decoration-color: var(--neon-pink);
}

.privacy-chapter__list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 1.75rem;
}

.privacy-chapter__list li {
  position: relative;
  padding-left: 1.9rem;
  margin-bottom: 1rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

.privacy-chapter__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--neon-pink);
  box-shadow: 0 0 10px rgba(255, 42, 109, .6);
}

.privacy-chapter__note {
  border-left: 3px solid var(--warm-orange);
  padding: .5rem 0 .5rem 1rem;
  background: rgba(255, 167, 36, .05);
  font-size: .9375rem;
}

.privacy-chapter__more {
  margin-top: 1.5rem;
  border-top: 1px dashed rgba(184, 169, 255, .2);
  padding-top: .9rem;
}

.privacy-chapter__more summary {
  cursor: pointer;
  list-style: none;
  color: var(--muted-gold);
  font-weight: 600;
  font-size: .9375rem;
  transition: color .3s;
}

.privacy-chapter__more summary::-webkit-details-marker {
  display: none;
}

.privacy-chapter__more summary::before {
  content: "+";
  display: inline-block;
  margin-right: .55rem;
  color: var(--neon-pink);
  font-weight: 700;
}

.privacy-chapter__more[open] summary::before {
  content: "−";
}

.privacy-chapter__more summary:hover {
  color: var(--neon-pink);
}

.privacy-chapter__more p {
  margin: .9rem 0 0;
  font-size: .9375rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

.privacy-chapter .btn--outline {
  margin-top: .65rem;
}

.privacy-end {
  max-width: var(--container);
  margin: 0 auto 4.5rem;
  padding: 0 1.25rem;
}

.privacy-end__inner {
  position: relative;
  padding: 2.75rem 1.75rem;
  background:
    linear-gradient(135deg, rgba(255, 42, 109, .09), rgba(255, 167, 36, .04)),
    var(--night-purple);
  border: 1px solid rgba(255, 42, 109, .22);
  border-radius: 6px;
  text-align: center;
}

.privacy-end__inner::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(245, 192, 122, .3);
  border-radius: 3px;
  pointer-events: none;
}

.privacy-end__eyebrow {
  display: inline-block;
  font-family: var(--font-title);
  font-size: .9rem;
  letter-spacing: .3em;
  color: var(--muted-gold);
  text-transform: uppercase;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(245, 192, 122, .4);
  padding-bottom: .4rem;
}

.privacy-end__lead {
  font-family: var(--font-title);
  font-size: 1.25rem;
  line-height: 1.65;
  color: var(--text-primary);
  margin: 0 auto 1.1rem;
  max-width: 32em;
}

.privacy-end__text {
  font-size: .9875rem;
  line-height: 1.85;
  color: var(--text-secondary);
  max-width: 34em;
  margin: 0 auto 1.4rem;
}

.privacy-end__text a {
  color: var(--soft-lavender);
  text-underline-offset: 3px;
  text-decoration-color: rgba(184, 169, 255, .4);
}

.privacy-end__text a:hover {
  color: var(--neon-pink);
  text-decoration-color: var(--neon-pink);
}

.privacy-end__sign {
  font-family: var(--font-title);
  font-size: 1rem;
  font-style: italic;
  color: var(--muted-gold);
  margin: 0 0 .7rem;
}

.privacy-end__icp {
  font-size: .8125rem;
  color: var(--text-secondary);
  margin: 0;
  letter-spacing: .08em;
}

@media (min-width: 768px) {
  .page-privacy .site-breadcrumbs {
    padding-top: 2.25rem;
  }

  .privacy-cover {
    padding: 4rem 1.5rem 3.5rem;
  }

  .privacy-cover__inner {
    grid-template-columns: 1.1fr .8fr;
    gap: 3.75rem;
  }

  .privacy-cover__title {
    font-size: 2.7rem;
  }

  .privacy-cover__title-desc {
    font-size: 1.1rem;
  }

  .privacy-chapter {
    padding: 3.25rem 3.75rem 3.5rem;
    margin-bottom: 4.25rem;
  }

  .privacy-chapter::before,
  .privacy-chapter::after {
    left: 2rem;
    right: 2rem;
  }

  .privacy-chapter__head {
    gap: 1.5rem;
    margin-bottom: 2.25rem;
  }

  .privacy-chapter__num {
    font-size: 3.4rem;
  }

  .privacy-chapter__heading h2 {
    font-size: 2rem;
  }

  .privacy-end__inner {
    padding: 4rem 5rem;
  }

  .privacy-end__lead {
    font-size: 1.55rem;
  }
}

@media (min-width: 1024px) {
  .privacy-cover {
    padding: 5.5rem 1.5rem 4rem;
  }

  .privacy-cover__content {
    padding-right: 1rem;
  }

  .privacy-cover__desc {
    font-size: 1.0625rem;
  }

  .privacy-chapter__body {
    font-size: 1.0625rem;
  }

  .privacy-chapter {
    padding: 4rem 5rem 4.5rem;
  }
}
