.page-privacy {
  --pr-gap: 48px;
  --pr-radius: 24px;
  --pr-bg-grid: rgba(30, 58, 138, 0.05);
  --pr-bg-deep: var(--ll-deep-blue);
  --pr-bg-blue: var(--ll-blue);
  --pr-accent: var(--ll-orange);
  --pr-accent-light: var(--ll-light-orange);
  --pr-border: var(--ll-line);
  --pr-card-bg: var(--ll-white);
  display: block;
  background:
    linear-gradient(var(--pr-bg-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--pr-bg-grid) 1px, transparent 1px);
  background-size: 32px 32px;
  padding-bottom: 0;
  color: var(--ll-text);
  font-family: var(--ll-font-body);
  overflow-x: hidden;
}

.page-privacy .container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.page-privacy .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 16px 0 0;
}

.page-privacy .breadcrumbs li {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--ll-muted);
}

.page-privacy .breadcrumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: var(--ll-orange);
  font-family: var(--ll-font-data);
  font-size: 12px;
}

.page-privacy .breadcrumbs a {
  color: var(--ll-text);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.page-privacy .breadcrumbs a:hover {
  border-bottom-color: var(--ll-orange);
  color: var(--ll-orange);
}

.page-privacy .breadcrumbs span[aria-current="page"] {
  color: var(--ll-text);
}

.privacy-hero {
  position: relative;
  background: var(--ll-deep-blue);
  border-radius: 0 0 40px 40px;
  overflow: hidden;
  padding-bottom: 56px;
  color: var(--ll-white);
}

.privacy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.privacy-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border: 2px solid rgba(255, 106, 0, 0.5);
  transform: rotate(45deg);
  border-radius: 24px;
  pointer-events: none;
}

.privacy-hero .container {
  position: relative;
  z-index: 1;
}

.privacy-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  padding-top: 56px;
}

.privacy-hero-copy {
  position: relative;
}

.privacy-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: var(--ll-light-orange);
  margin: 0 0 16px;
  font-family: var(--ll-font-data);
  text-transform: uppercase;
}

.kicker-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ll-orange);
  box-shadow: 0 0 12px rgba(255, 106, 0, 0.8);
}

.privacy-hero h1 {
  margin: 0;
  font-family: var(--ll-font-head);
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--ll-white);
}

.privacy-hero-desc {
  max-width: 560px;
  margin: 24px 0 0;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
}

.privacy-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 36px;
}

.meta-cell {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 8px 16px;
  backdrop-filter: blur(6px);
}

.meta-ico {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: var(--ll-orange);
  display: inline-block;
  flex-shrink: 0;
}

.ico-shield {
  background: var(--ll-orange);
  border-radius: 50%;
  position: relative;
}

.ico-shield::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
}

.ico-clock {
  border-radius: 50%;
  background: var(--ll-blue);
  position: relative;
}

.ico-clock::after {
  content: "↻";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}

.privacy-hero-figure {
  margin: 0;
  position: relative;
}

.privacy-hero-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.privacy-fig-note {
  margin-top: 14px;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  font-family: var(--ll-font-data);
  text-align: right;
}

.privacy-coord {
  position: absolute;
  font-family: var(--ll-font-data);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.35);
  z-index: 2;
}

.coord-tl {
  top: 100px;
  right: 20px;
  writing-mode: vertical-rl;
}

.coord-br {
  bottom: 20px;
  left: 20px;
}

.privacy-principles {
  padding: 80px 0 24px;
}

.section-lead {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 48px;
}

.lead-index {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--ll-orange);
  color: var(--ll-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ll-font-data);
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(255, 106, 0, 0.3);
}

.lead-title {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: var(--ll-muted);
  text-transform: uppercase;
  padding-top: 4px;
}

.section-lead h2 {
  margin: 8px 0 0;
  font-family: var(--ll-font-head);
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--ll-deep-blue);
}

.principles-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.principle-card {
  position: relative;
  background: var(--ll-white);
  border: 1px solid var(--ll-line);
  border-radius: var(--pr-radius);
  padding: 32px 28px 28px;
  box-shadow: 0 4px 20px rgba(10, 30, 60, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.principle-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(10, 30, 60, 0.1);
}

.principle-num {
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: var(--ll-font-data);
  font-size: 36px;
  font-weight: 700;
  color: rgba(30, 58, 138, 0.08);
}

.principle-icon {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--ll-deep-blue);
  color: var(--ll-white);
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  font-family: var(--ll-font-data);
}

.principle-card h3 {
  margin: 0;
  font-family: var(--ll-font-head);
  font-size: 20px;
  color: var(--ll-deep-blue);
}

.principle-card p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--ll-muted);
}

.privacy-chapters {
  padding: 56px 0 0;
}

.privacy-chapter {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-bottom: 72px;
}

.privacy-chapter:last-of-type {
  padding-bottom: 32px;
}

.chapter-index {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.chapter-index span {
  display: inline-flex;
  min-width: 56px;
  height: 56px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--ll-orange);
  color: var(--ll-white);
  font-family: var(--ll-font-data);
  font-size: 18px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(255, 106, 0, 0.32);
  letter-spacing: 0.05em;
}

.chapter-index::after {
  content: "";
  position: absolute;
  top: 62px;
  left: 28px;
  width: 1px;
  height: calc(100% - 24px);
  background: linear-gradient(to bottom, var(--ll-line) 0%, var(--ll-line) 100%);
}

.privacy-chapter:last-of-type .chapter-index::after {
  display: none;
}

.chapter-content {
  min-width: 0;
}

.chapter-head {
  margin-bottom: 20px;
}

.chapter-tag {
  margin: 0;
  font-family: var(--ll-font-data);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ll-orange);
}

.chapter-head h2 {
  margin: 10px 0 0;
  font-family: var(--ll-font-head);
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ll-deep-blue);
}

.chapter-intro {
  font-size: 15px;
  line-height: 1.8;
  color: var(--ll-muted);
  margin: 0 0 28px;
  max-width: 640px;
  border-left: 3px solid var(--ll-orange);
  padding-left: 16px;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.info-card {
  background: var(--ll-white);
  border: 1px solid var(--ll-line);
  border-radius: 18px;
  padding: 26px 24px;
  box-shadow: 0 4px 16px rgba(10, 30, 60, 0.04);
}

.info-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.info-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--ll-deep-blue);
  color: var(--ll-white);
  font-size: 12px;
  font-weight: 700;
  padding: 0 8px;
  letter-spacing: 0.05em;
  font-family: var(--ll-font-body);
}

.info-card:nth-child(2) .info-icon {
  background: var(--ll-blue);
}

.info-card:nth-child(3) .info-icon {
  background: var(--ll-orange);
}

.info-card-head h3 {
  margin: 0;
  font-family: var(--ll-font-head);
  font-size: 17px;
  color: var(--ll-deep-blue);
}

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

.info-list li {
  position: relative;
  padding: 8px 0 8px 22px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ll-text);
  border-bottom: 1px dashed var(--ll-line);
}

.info-list li:last-child {
  border-bottom: none;
}

.info-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 17px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--ll-orange);
  transform: rotate(45deg);
}

.legal-note,
.security-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #FFF8F0;
  border: 1px dashed rgba(255, 106, 0, 0.5);
  border-radius: 14px;
  padding: 20px 22px;
  margin-top: 24px;
}

.note-mark {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ll-orange);
  color: var(--ll-white);
  font-size: 12px;
  font-weight: 700;
  font-family: var(--ll-font-data);
}

.legal-note p,
.security-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
  color: var(--ll-text);
}

.usage-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--ll-line);
  border-radius: 18px;
  background: var(--ll-white);
  overflow: hidden;
}

.usage-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--ll-line);
}

.usage-row:last-child {
  border-bottom: none;
}

.usage-code {
  font-family: var(--ll-font-data);
  font-size: 12px;
  color: var(--ll-orange);
  letter-spacing: 0.08em;
}

.usage-row h3 {
  margin: 0;
  font-family: var(--ll-font-head);
  font-size: 16px;
  color: var(--ll-deep-blue);
}

.usage-row p {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ll-muted);
}

.usage-footnote {
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--ll-muted);
  border-left: 3px solid var(--ll-blue);
  padding-left: 14px;
}

.cookie-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.cookie-main {
  position: relative;
  background: var(--ll-white);
  border: 1px solid var(--ll-line);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(10, 30, 60, 0.04);
}

.cookie-flag {
  display: inline-block;
  background: var(--ll-blue);
  color: var(--ll-white);
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.cookie-main p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ll-text);
}

.privacy-details-group {
  margin-top: 8px;
}

.privacy-detail {
  border: 1px solid var(--ll-line);
  border-radius: 16px;
  background: var(--ll-white);
  margin-bottom: 14px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.privacy-detail[open] {
  box-shadow: 0 8px 24px rgba(10, 30, 60, 0.08);
  border-color: rgba(255, 106, 0, 0.35);
}

.privacy-detail summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 22px 54px 22px 24px;
  font-family: var(--ll-font-head);
  font-size: 15px;
  color: var(--ll-deep-blue);
  line-height: 1.5;
  transition: background-color 0.25s ease;
}

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

.privacy-detail summary:hover {
  background: rgba(255, 106, 0, 0.05);
}

.privacy-detail summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--ll-deep-blue);
  color: var(--ll-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  transform: translateY(-50%);
  transition: transform 0.3s ease, background 0.3s ease;
}

.privacy-detail[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
  background: var(--ll-orange);
}

.detail-body {
  padding: 0 24px 22px;
  border-top: 1px dashed var(--ll-line);
  margin: 0 16px 0;
  padding: 18px 8px 20px;
}

.detail-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--ll-muted);
}

.security-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.security-card {
  background: var(--ll-deep-blue);
  border-radius: 18px;
  padding: 28px 24px;
  color: var(--ll-white);
  position: relative;
  overflow: hidden;
}

.security-card::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -20px;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  transform: rotate(30deg);
}

.security-step {
  display: inline-block;
  font-family: var(--ll-font-data);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--ll-light-orange);
  margin-bottom: 16px;
}

.security-card h3 {
  margin: 0;
  font-family: var(--ll-font-head);
  font-size: 18px;
  color: var(--ll-white);
}

.security-card p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
}

.security-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 32px;
  background: var(--ll-blue);
  border-radius: 18px;
  padding: 28px 16px;
  text-align: center;
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stat-num {
  font-family: var(--ll-font-data);
  font-size: 22px;
  font-weight: 700;
  color: var(--ll-white);
  letter-spacing: 0.02em;
}

.stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.rights-table {
  border: 1px solid var(--ll-line);
  border-radius: 18px;
  background: var(--ll-white);
  overflow: hidden;
}

.rights-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 24px;
  border-bottom: 1px solid var(--ll-line);
}

.rights-row:last-child {
  border-bottom: none;
}

.rights-code {
  font-family: var(--ll-font-data);
  font-size: 12px;
  color: var(--ll-blue);
  letter-spacing: 0.1em;
}

.rights-copy h3 {
  margin: 0;
  font-family: var(--ll-font-head);
  font-size: 17px;
  color: var(--ll-deep-blue);
}

.rights-copy p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ll-muted);
}

.rights-process {
  background: var(--ll-deep-blue);
  border-radius: 18px;
  padding: 28px 24px;
  margin-top: 24px;
  color: var(--ll-white);
}

.rights-process h3 {
  margin: 0 0 20px;
  font-family: var(--ll-font-head);
  font-size: 18px;
  color: var(--ll-white);
}

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

.process-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.process-list li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.process-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--ll-orange);
  color: var(--ll-orange);
  font-family: var(--ll-font-data);
  font-size: 14px;
  font-weight: 700;
}

.privacy-footer-cta {
  margin-top: 80px;
  padding-bottom: 80px;
}

.cta-card {
  background: var(--ll-deep-blue);
  border-radius: 28px;
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  color: var(--ll-white);
}

.cta-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ll-orange), var(--ll-light-orange), var(--ll-orange));
  background-size: 200% 100%;
  animation: slider-glow 3s ease-in-out infinite;
}

@keyframes slider-glow {
  0%, 100% { background-position: 0% 0; }
  50% { background-position: 100% 0; }
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

.cta-index {
  font-family: var(--ll-font-data);
  font-size: 13px;
  letter-spacing: 0.15em;
  color: var(--ll-light-orange);
}

.cta-copy h2 {
  margin: 14px 0 12px;
  font-family: var(--ll-font-head);
  font-size: 30px;
  line-height: 1.2;
  color: var(--ll-white);
}

.cta-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  max-width: 480px;
}

.cta-copy a {
  color: var(--ll-light-orange);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.cta-copy a:hover {
  color: var(--ll-orange);
}

.cta-channels {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cta-channel {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 18px 22px;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

a.cta-channel:hover {
  background: rgba(255, 106, 0, 0.15);
  border-color: var(--ll-orange);
  transform: translateY(-2px);
}

.channel-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.channel-value {
  font-family: var(--ll-font-data);
  font-size: 15px;
  color: var(--ll-white);
}

.cta-foot {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cta-foot p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  max-width: 720px;
}

.cta-back {
  align-self: flex-start;
}

.page-privacy .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--ll-font-body);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.page-privacy .btn:active {
  transform: scale(0.96);
}

.page-privacy .btn--primary {
  background: var(--ll-orange);
  color: var(--ll-white);
  box-shadow: 0 8px 24px rgba(255, 106, 0, 0.3);
}

.page-privacy .btn--primary:hover {
  background: var(--ll-light-orange);
  color: var(--ll-deep-blue);
  box-shadow: 0 10px 28px rgba(255, 181, 77, 0.35);
}

@media (min-width: 640px) {
  .page-privacy .privacy-hero h1 {
    font-size: 72px;
  }

  .page-privacy .principles-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-privacy .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-privacy .cookie-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-privacy .security-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-privacy .rights-row {
    grid-template-columns: 64px 1fr;
    align-items: start;
  }

  .page-privacy .usage-row {
    grid-template-columns: 80px 1fr;
    align-items: start;
  }

  .page-privacy .cta-channels {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .page-privacy .privacy-hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
    gap: 60px;
    padding-top: 72px;
  }

  .page-privacy .privacy-hero-desc {
    font-size: 18px;
  }

  .page-privacy .privacy-chapter {
    grid-template-columns: 100px 1fr;
    gap: 48px;
  }

  .page-privacy .chapter-index {
    justify-content: center;
    padding-top: 8px;
  }

  .page-privacy .chapter-index::after {
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
    width: 1px;
    height: calc(100% - 50px);
  }

  .page-privacy .chapter-head h2 {
    font-size: 42px;
  }

  .page-privacy .info-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-privacy .cookie-block {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-privacy .security-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-privacy .security-stats {
    grid-template-columns: repeat(3, 1fr);
    padding: 36px 24px;
  }

  .page-privacy .stat-num {
    font-size: 28px;
  }

  .page-privacy .cta-card {
    padding: 56px 48px;
  }

  .page-privacy .cta-grid {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
  }

  .page-privacy .cta-foot {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .page-privacy .chapters-container-inner {
    max-width: 880px;
    margin: 0 auto;
  }
}
