.page-privacy {
  position: relative;
  background-color: var(--c-bg-dark);
  background-image:
    linear-gradient(to right, rgba(198, 40, 40, 0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(198, 40, 40, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  color: var(--c-text);
  overflow-x: hidden;
}
.page-privacy a:focus-visible,
.page-privacy .pp-hint:focus-visible {
  outline: 2px solid var(--c-gold);
  outline-offset: 2px;
}
.page-privacy .section-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  background: rgba(198, 40, 40, 0.25);
  border-left: 3px solid var(--c-gold);
  font-family: var(--font-head);
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--c-gold-grad-2);
}
.page-privacy .breadcrumbs {
  margin: 0 0 22px;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--c-text-secondary);
}
.page-privacy .breadcrumbs a {
  color: var(--c-gold);
  text-decoration: none;
}
.page-privacy .breadcrumbs a:hover {
  color: var(--c-gold-grad-2);
  text-decoration: underline;
}
.page-privacy .page-lead {
  margin: 0 0 14px;
  font-family: var(--font-body);
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.9;
  color: var(--c-text-secondary);
}

.pp-banner {
  position: relative;
  padding: 44px 0 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(245, 197, 24, 0.25);
  background:
    radial-gradient(circle at 88% 12%, rgba(245, 197, 24, 0.12), transparent 55%),
    radial-gradient(circle at 6% 100%, rgba(198, 40, 40, 0.16), transparent 60%);
}
.pp-banner::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(245, 197, 24, 0.14) 0%, transparent 65%);
  pointer-events: none;
}
.pp-banner::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 18%;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(198, 40, 40, 0.16) 0%, transparent 65%);
  pointer-events: none;
}
.pp-banner-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 16px;
}
.pp-banner-body {
  max-width: 820px;
}
.pp-banner h1 {
  margin: 0 0 18px;
  font-family: var(--font-head);
  font-size: clamp(28px, 5vw, 54px);
  line-height: 1.22;
  letter-spacing: 0.01em;
  color: var(--c-text);
  text-wrap: balance;
}
.pp-banner-note {
  display: block;
  margin: 0 0 26px;
  padding: 12px 16px;
  border: 1px solid rgba(245, 197, 24, 0.3);
  border-left: 4px solid var(--c-gold);
  background: rgba(245, 197, 24, 0.05);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.9;
  color: var(--c-gold-grad-2);
}
.pp-banner-media {
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid rgba(198, 40, 40, 0.4);
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
}
.pp-banner-media img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center 40%;
}

.pp-layout {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 16px 72px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}
.pp-toc-card {
  background: var(--c-bg-card);
  border: 1px solid rgba(245, 197, 24, 0.22);
  border-left: 3px solid var(--c-gold);
  border-radius: var(--radius);
  padding: 20px 18px 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}
.pp-toc-title {
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(245, 197, 24, 0.35);
  font-family: var(--font-head);
  font-size: 17px;
  letter-spacing: 0.16em;
  color: var(--c-gold);
}
.pp-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pp-toc-list li {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.pp-toc-list li:last-child {
  border-bottom: 0;
}
.pp-toc-list a {
  display: block;
  padding: 11px 6px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  color: var(--c-text-secondary);
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.pp-toc-list a:hover,
.pp-toc-list a:focus {
  color: var(--c-gold);
  padding-left: 12px;
}
.pp-toc-extra {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px dashed rgba(198, 40, 40, 0.55);
  border-radius: var(--radius);
  background: rgba(198, 40, 40, 0.08);
}
.pp-toc-extra p {
  margin: 0 0 10px;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.6;
  color: var(--c-text-secondary);
}
.page-privacy .pp-toc-extra .btn-outline {
  display: block;
  width: 100%;
  text-align: center;
  padding: 9px 12px;
  font-size: 14px;
}

.pp-doc {
  min-width: 0;
}
.pp-section {
  margin-bottom: 52px;
  scroll-margin-top: calc(var(--header-h) + 18px);
}
.pp-section-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(245, 197, 24, 0.28);
}
.pp-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 46px;
  padding: 0 12px;
  background: var(--c-primary);
  border-left: 3px solid var(--c-gold);
  border-radius: 2px;
  font-family: var(--font-num);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.pp-section-head h2 {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.25;
  color: var(--c-text);
  text-wrap: balance;
}
.pp-section-intro,
.pp-text,
.pp-sub-text {
  margin: 0 0 16px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.95;
  color: var(--c-text-secondary);
}
.pp-section strong {
  color: var(--c-gold);
  font-weight: 600;
}
.pp-accent {
  color: var(--c-accent-red);
  font-weight: 600;
  border-bottom: 1px solid rgba(229, 115, 115, 0.4);
}
.pp-highlight-line {
  margin: 20px 0 0;
  padding: 14px 18px;
  background: rgba(198, 40, 40, 0.12);
  border-left: 3px solid var(--c-accent-red);
  border-radius: 0 2px 2px 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.9;
  color: var(--c-text);
}
.pp-cookie-note {
  margin: 18px 0 0;
  padding: 12px 14px;
  background: rgba(245, 197, 24, 0.04);
  border: 1px solid rgba(245, 197, 24, 0.2);
  border-radius: 2px;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.85;
  color: var(--c-text-secondary);
}
.pp-table {
  margin: 20px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
}
.pp-table-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.pp-table-row:last-child {
  border-bottom: 0;
}
.pp-table-head {
  background: rgba(198, 40, 40, 0.25);
}
.pp-table-head span {
  color: var(--c-gold);
  font-family: var(--font-head);
  font-size: 14px;
  letter-spacing: 0.04em;
}
.pp-table-row span {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-text-secondary);
}
.pp-table-row span:first-child {
  color: var(--c-text);
  font-weight: 600;
}

.pp-usage-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 20px 0 24px;
}
.pp-usage-item {
  padding: 18px 16px;
  background: var(--c-bg-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 2px solid var(--c-primary);
  border-radius: 2px;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.pp-usage-item:hover {
  transform: translateY(-3px);
  border-top-color: var(--c-gold);
  background: rgba(245, 197, 24, 0.04);
}
.pp-usage-id {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  background: var(--c-deep-red);
  color: var(--c-gold);
  font-family: var(--font-num);
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
}
.pp-usage-item h3 {
  margin: 0 0 8px;
  font-family: var(--font-head);
  font-size: 17px;
  color: var(--c-text);
}
.pp-usage-item p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.75;
  color: var(--c-text-secondary);
}
.pp-sub-text {
  margin-top: 18px;
}

.pp-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.pp-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.8;
  color: var(--c-text-secondary);
}
.pp-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.72em;
  width: 8px;
  height: 8px;
  background: var(--c-gold);
  transform: rotate(45deg);
}

.pp-flow-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 22px 0;
  border: 1px solid rgba(245, 197, 24, 0.2);
  border-radius: 2px;
}
.pp-flow {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 24px;
}
.pp-flow-step {
  flex: 1;
  padding: 14px 12px;
  background: var(--c-bg-card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.pp-flow-step:hover {
  background: rgba(245, 197, 24, 0.08);
  border-color: var(--c-gold);
  transform: translateY(-2px);
}
.pp-flow-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  background: var(--c-primary);
  color: #ffffff;
  font-family: var(--font-num);
  font-size: 15px;
  font-weight: 700;
  border-radius: 50%;
  transition: background 0.2s ease, color 0.2s ease;
}
.pp-flow-step:hover .pp-flow-num {
  background: var(--c-gold);
  color: #1a1a1d;
}
.pp-flow-step p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.55;
  color: var(--c-text-secondary);
}
.pp-flow-line {
  width: 2px;
  height: 18px;
  margin: 0 auto;
  background: linear-gradient(to bottom, var(--c-gold), rgba(245, 197, 24, 0.2));
}
.pp-section-outro {
  margin: 20px 0 0;
  padding: 12px 14px;
  border-left: 3px solid var(--c-primary);
  background: rgba(198, 40, 40, 0.06);
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.8;
  color: var(--c-text-secondary);
}

.pp-rights-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 20px 0 24px;
}
.pp-right-item {
  padding: 18px;
  background: var(--c-bg-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid var(--c-gold);
  border-radius: 2px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.pp-right-item:hover {
  background: rgba(245, 197, 24, 0.045);
  transform: translateY(-2px);
}
.pp-right-tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 10px;
  background: rgba(198, 40, 40, 0.2);
  border: 1px solid rgba(229, 115, 115, 0.35);
  border-radius: 2px;
  font-family: var(--font-head);
  font-size: 13px;
  letter-spacing: 0.05em;
  color: var(--c-accent-red);
}
.pp-right-item p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.75;
  color: var(--c-text-secondary);
}
.pp-guide {
  margin: 20px 0 0;
  padding: 14px 16px;
  background: rgba(245, 197, 24, 0.06);
  border: 1px dashed rgba(245, 197, 24, 0.4);
  border-radius: 2px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.85;
  color: var(--c-text);
}
.pp-guide a {
  color: var(--c-gold);
  text-decoration: underline;
}
.pp-guide a:hover {
  color: var(--c-gold-grad-2);
}
.pp-note {
  margin: 18px 0 0;
  padding: 12px 14px;
  background: rgba(198, 40, 40, 0.1);
  border-left: 3px solid var(--c-accent-red);
  border-radius: 0 2px 2px 0;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.8;
  color: var(--c-text-secondary);
}
.pp-note a {
  color: var(--c-gold);
  text-decoration: underline;
}
.pp-note a:hover {
  color: var(--c-gold-grad-2);
}

.pp-contact-box {
  margin: 20px 0 0;
  padding: 20px;
  background: linear-gradient(135deg, rgba(198, 40, 40, 0.12), rgba(245, 197, 24, 0.04));
  border: 1px solid rgba(245, 197, 24, 0.28);
  border-radius: 2px;
}
.pp-contact-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.pp-contact-row:last-child {
  border-bottom: 0;
}
.pp-contact-label {
  font-family: var(--font-head);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--c-gold);
}
.pp-contact-value {
  font-family: var(--font-num), var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--c-text);
}
.pp-trust-line {
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.7;
  color: var(--c-text-secondary);
}

.pp-hint {
  position: relative;
  cursor: help;
  color: var(--c-gold-grad-2);
  border-bottom: 1px dashed var(--c-gold);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.pp-hint:hover,
.pp-hint:focus {
  color: var(--c-gold);
  border-bottom-color: var(--c-accent-red);
  outline: none;
}
.pp-hint::after {
  content: attr(title);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(2px);
  z-index: 30;
  width: max-content;
  max-width: 240px;
  padding: 9px 12px;
  background: var(--c-bg-card);
  border: 1px solid rgba(245, 197, 24, 0.55);
  border-top: 2px solid var(--c-gold);
  border-radius: 2px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  color: var(--c-text);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.pp-hint:hover::after,
.pp-hint:focus::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (min-width: 768px) {
  .pp-banner {
    padding-top: 56px;
  }
  .pp-banner-inner {
    padding: 0 24px;
  }
  .pp-banner-media {
    margin-top: 30px;
  }
  .pp-banner-media img {
    height: 260px;
    object-position: center 50%;
  }
  .pp-layout {
    padding: 44px 24px 96px;
  }
  .pp-usage-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .pp-rights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pp-flow {
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
  }
  .pp-flow-line {
    width: 24px;
    height: auto;
    margin: auto 0;
    background: linear-gradient(to right, var(--c-gold), rgba(245, 197, 24, 0.2));
  }
  .pp-flow-img {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .pp-table-row {
    grid-template-columns: 1.2fr 2fr 1.6fr;
    gap: 12px;
    align-items: center;
  }
  .pp-contact-row {
    flex-direction: row;
    align-items: baseline;
    gap: 18px;
  }
  .pp-contact-label {
    min-width: 110px;
  }
}

@media (min-width: 992px) {
  .pp-layout {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 48px;
    padding-top: 56px;
  }
  .pp-toc {
    position: sticky;
    top: calc(var(--header-h) + 24px);
  }
  .pp-section {
    margin-bottom: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-privacy *,
  .page-privacy *::before,
  .page-privacy *::after {
    transition: none !important;
    transform: none !important;
  }
}
