.page-privacy {
  --pv-gold: #D4A017;
  --pv-gold-soft: rgba(212, 160, 23, 0.15);
  --pv-green-span: linear-gradient(135deg, #062A20 0%, #0B3D2E 60%, #1A5C42 100%);
  scroll-behavior: smooth;
}

.pv-breadcrumb {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 20px var(--container-pad) 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--color-text-muted);
}
.pv-breadcrumb a {
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color var(--transition-fast);
}
.pv-breadcrumb a:hover {
  color: var(--color-primary);
}
.pv-breadcrumb .breadcrumbs-sep {
  opacity: 0.45;
}

.pv-hero {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  background: var(--pv-green-span);
  color: #fff;
}
.pv-hero::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(212, 160, 23, 0.26) 0%, transparent 70%);
  pointer-events: none;
}
.pv-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--pv-gold) 0%, var(--color-accent-light) 55%, transparent 95%);
  opacity: 0.85;
  pointer-events: none;
}
.pv-hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 36px var(--container-pad) 22px;
  display: grid;
  gap: 26px;
}
.pv-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pv-hero-copy h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.14;
}
.pv-hero-lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86);
  max-width: 56ch;
}
.pv-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pv-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  padding: 5px 11px;
  border-radius: 999px;
  white-space: nowrap;
}
.pv-hero-meta svg {
  flex-shrink: 0;
}
.pv-hero-media {
  position: relative;
}
.pv-hero-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 460px;
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.pv-anchor {
  position: relative;
  z-index: 10;
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
}
.pv-anchor-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 12px var(--container-pad);
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}
.pv-anchor-inner::-webkit-scrollbar {
  display: none;
}
.pv-anchor-title {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-primary);
  background: var(--pv-gold-soft);
  border-radius: 999px;
  padding: 5px 12px;
  margin-right: 4px;
}
.pv-anchor-link {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-muted);
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background var(--transition-fast), color var(--transition-fast);
}
.pv-anchor-link:hover {
  color: var(--color-primary);
  background: rgba(11, 61, 46, 0.06);
}
.pv-anchor-link:focus-visible {
  outline: 2px solid var(--pv-gold);
  outline-offset: 2px;
}

.pv-layout {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 32px var(--container-pad) 56px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.pv-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.pv-section {
  position: relative;
  overflow: hidden;
  background: var(--color-surface);
  border-radius: 20px;
  padding: 28px 20px;
  box-shadow: var(--shadow-sm);
  scroll-margin-top: 80px;
}
.pv-section--tint {
  background: linear-gradient(145deg, #f0f6f2 0%, #e7efe9 100%);
}
.pv-section--dark {
  background: linear-gradient(145deg, #062A20 0%, #0B3D2E 72%);
  color: #fff;
}
.pv-section--dark .pv-section-lead {
  color: rgba(255, 255, 255, 0.74);
}
.pv-section--dark .pv-section-head h2 {
  color: #fff;
}
.pv-section--dark .pv-section-icon {
  background: rgba(255, 255, 255, 0.16);
  color: var(--color-accent-light);
}
.pv-section:target {
  box-shadow: 0 0 0 2px var(--pv-gold), var(--shadow-md);
}

.pv-section-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}
.pv-section-num {
  flex-shrink: 0;
  width: 60px;
  font-family: var(--font-data);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: var(--pv-gold);
  opacity: 0.35;
}
.pv-section-num--light {
  color: var(--color-accent-light);
  opacity: 0.6;
}
.pv-section-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pv-section-icon svg {
  width: 20px;
  height: 20px;
}
.pv-section-head h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.pv-section-lead {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--color-text-muted);
}

.pv-collect-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.pv-collect-item {
  background: #f8fafc;
  border-left: 3px solid var(--pv-gold);
  border-radius: 0 12px 12px 0;
  padding: 14px 16px;
  transition: transform var(--transition-fast);
}
.pv-collect-item:hover {
  transform: translateX(3px);
}
.pv-collect-item h3 {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-primary);
}
.pv-collect-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.66;
  color: var(--color-text-muted);
}

.pv-note-inline {
  margin: 20px 0 0;
  padding: 9px 12px;
  font-size: 13px;
  line-height: 1.6;
  background: var(--pv-gold-soft);
  border-left: 3px solid var(--pv-gold);
  border-radius: 0 8px 8px 0;
  color: var(--color-text);
}
.pv-section--dark .pv-note-inline {
  background: rgba(255, 255, 255, 0.08);
  border-left-color: var(--color-accent-light);
  color: rgba(255, 255, 255, 0.82);
}

.pv-use-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.pv-use-item {
  background: var(--color-surface);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(6, 42, 32, 0.07);
}
.pv-use-index {
  display: inline-block;
  font-family: var(--font-data);
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: var(--pv-gold);
  border-radius: 6px;
  padding: 2px 9px;
  margin-bottom: 10px;
}
.pv-use-item h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text);
}
.pv-use-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.66;
  color: var(--color-text-muted);
}

.pv-share-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 22px;
}
.pv-share-item {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  padding: 16px;
}
.pv-share-tag {
  display: inline-block;
  font-family: var(--font-data);
  font-size: 12px;
  font-weight: 700;
  color: var(--color-accent-light);
  border: 1px solid rgba(230, 190, 74, 0.5);
  border-radius: 999px;
  padding: 2px 10px;
  margin-bottom: 8px;
}
.pv-share-item h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.pv-share-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.66;
  color: rgba(255, 255, 255, 0.76);
}

.pv-flow {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 14px 10px;
}
.pv-flow-node {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: var(--color-accent-light);
  background: rgba(212, 160, 23, 0.12);
  border: 1px solid rgba(212, 160, 23, 0.3);
  border-radius: 10px;
  padding: 9px 4px;
  white-space: nowrap;
}
.pv-flow-arrow {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

.pv-rights-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.pv-right-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 16px;
}
.pv-right-check {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--pv-gold-soft);
  color: var(--pv-gold);
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pv-right-item h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
}
.pv-right-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.pv-contact {
  scroll-margin-top: 80px;
}
.pv-contact-card {
  background: linear-gradient(145deg, #ffffff 0%, #fdf8ec 100%);
  border: 1px solid rgba(212, 160, 23, 0.22);
  border-radius: 20px;
  padding: 28px 20px;
  box-shadow: var(--shadow-sm);
}
.pv-contact-head {
  text-align: center;
  margin-bottom: 24px;
}
.pv-contact-head .pv-section-num {
  display: inline-block;
  width: auto;
  font-size: 34px;
  color: var(--pv-gold);
  opacity: 0.5;
  line-height: 1;
  margin-bottom: 6px;
}
.pv-contact-head h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 900;
}
.pv-contact-head p {
  margin: 0 auto;
  max-width: 46ch;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text-muted);
}
.pv-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
.pv-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 14px;
}
.pv-contact-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--color-primary);
  color: var(--color-accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pv-contact-icon svg {
  width: 17px;
  height: 17px;
}
.pv-contact-label {
  display: block;
  font-size: 12px;
  color: var(--color-text-muted);
  margin-bottom: 2px;
}
.pv-contact-item a {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text);
  text-decoration: none;
  word-break: break-all;
  transition: color var(--transition-fast);
}
.pv-contact-item a:hover {
  color: var(--color-primary);
}
.pv-contact-support {
  background: var(--pv-gold-soft);
  border-radius: 14px;
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pv-contact-support p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--color-text);
}
.pv-contact-support p a {
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: none;
}
.pv-contact-support .btn {
  width: 100%;
  justify-content: center;
}

.pv-aside {
  min-width: 0;
}
.pv-aside-card {
  background: var(--color-surface);
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pv-aside-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-primary);
  background: rgba(11, 61, 46, 0.06);
  border-radius: 999px;
  padding: 6px 12px;
}
.pv-aside-status .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
  animation: pv-pulse 2s infinite;
}
@keyframes pv-pulse {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.08);
  }
}
.pv-aside-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}
.pv-aside-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-text-muted);
}
.pv-aside-list li::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  background: var(--pv-gold);
  border-radius: 2px;
  transform: skewX(-20deg);
  margin-top: 7px;
}
.pv-top-btn {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}

.pv-doc-note {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad) 52px;
}
.pv-doc-note-inner {
  display: grid;
  gap: 6px;
  text-align: center;
  background: #f1f5f9;
  border-radius: 16px;
  padding: 20px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--color-text-muted);
}
.pv-doc-note-inner strong {
  color: var(--color-text);
}
.pv-doc-note-inner a {
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: none;
}

@media (min-width: 640px) {
  .pv-section-head {
    flex-wrap: nowrap;
  }
  .pv-section-lead {
    padding-left: 74px;
  }
  .pv-collect-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .pv-share-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .pv-contact-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .pv-hero-inner {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 40px;
    padding: 60px var(--container-pad) 40px;
  }
  .pv-hero-copy {
    gap: 18px;
  }
  .pv-hero-copy h1 {
    font-size: 42px;
  }
  .pv-hero-lead {
    font-size: 16px;
  }
  .pv-hero-meta span {
    font-size: 13px;
  }
  .pv-hero-img {
    max-width: 100%;
  }
  .pv-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 32px;
    padding: 40px var(--container-pad) 64px;
  }
  .pv-aside {
    position: sticky;
    top: 100px;
    align-self: start;
  }
  .pv-section {
    padding: 36px 32px;
  }
  .pv-use-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .pv-rights-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .pv-contact-card {
    padding: 36px 32px;
  }
  .pv-contact-item {
    padding: 16px;
  }
  .pv-contact-support {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .pv-contact-support .btn {
    width: auto;
    flex-shrink: 0;
  }
}

@media (min-width: 1024px) {
  .pv-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
  }
  .pv-collect-grid {
    gap: 16px;
  }
  .pv-share-list {
    gap: 16px;
  }
  .pv-contact-grid {
    gap: 16px;
  }
}
