body.page-privacy {
  background: var(--page-canvas);
}

body.page-privacy main {
  padding: 14px 0 34px;
}

body.page-privacy .site-breadcrumb {
  margin: 6px 0 12px;
}

.privacy-header {
  margin: 0 0 16px;
  padding: clamp(22px, 3.5vw, 34px) clamp(18px, 3vw, 34px);
  border-radius: 16px;
  background: var(--hero-card-bg);
  border: 1px solid var(--hero-card-border);
  box-shadow: var(--hero-card-shadow);
}

.privacy-header h1 {
  margin: 0;
  color: var(--primary);
  font-size: clamp(1.35rem, 2.8vw, 2.02rem);
  line-height: 1.24;
  letter-spacing: -0.015em;
}

.page-offer .privacy-header h1 {
  max-width: min(980px, 100%);
}

.last-updated {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #dfe7f8;
  background: #f2f6ff;
  color: #2e3550;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.25;
}

.last-updated i {
  color: var(--secondary);
}

.privacy-content {
  background: #fff;
  border: 1px solid var(--surface-border);
  border-radius: 16px;
  box-shadow: var(--shadow-soft-card);
  padding: clamp(18px, 2.8vw, 30px);
  margin-bottom: 24px;
}

.privacy-section {
  margin-bottom: clamp(20px, 2.8vw, 28px);
  padding-bottom: clamp(16px, 2.2vw, 22px);
  border-bottom: 1px solid var(--surface-border-soft);
}

.privacy-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.privacy-section h2 {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf1fa;
  color: var(--primary);
  font-family: "Onest", "Segoe UI", "Roboto", sans-serif;
  font-size: clamp(1.06rem, 2vw, 1.3rem);
  font-weight: 700;
  line-height: 1.28;
}

.privacy-section p,
.privacy-section ul {
  margin: 0 0 12px;
  color: var(--text-muted-strong);
  font-size: 0.96rem;
  line-height: 1.58;
}

.privacy-section p:last-child,
.privacy-section ul:last-child {
  margin-bottom: 0;
}

.privacy-section ul {
  padding-left: 20px;
}

.privacy-section li {
  margin-bottom: 8px;
}

.privacy-section li:last-child {
  margin-bottom: 0;
}

.privacy-section strong {
  color: var(--primary);
}

.contact-info {
  background: #f8faff;
  border: 1px solid var(--surface-border);
  border-radius: 14px;
  padding: clamp(14px, 2.2vw, 18px);
}

.contact-info p {
  margin: 0;
}

.contact-info p + p {
  margin-top: 10px;
}

.contact-info a {
  color: var(--secondary);
  font-weight: 600;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.page-offer .privacy-section > p[style] {
  margin: 0 !important;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--surface-border);
  background: #f8fbff;
  line-height: 1.5;
}

.page-offer main > .container > div[style*="text-align: center"] {
  margin: 24px 0 0 !important;
}

.back-to-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  background: var(--secondary);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: var(--transition-smooth);
}

.back-to-home:hover {
  background: var(--secondary-strong);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(34, 85, 245, 0.22);
}

.back-to-home i {
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  body.page-privacy main {
    padding: 10px 0 30px;
  }

  .privacy-header,
  .privacy-content,
  .contact-info {
    border-radius: 14px;
  }

  .privacy-content {
    padding: 16px;
  }

  .privacy-section {
    margin-bottom: 18px;
    padding-bottom: 14px;
  }

  .privacy-header h1 {
    font-size: 1.32rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-home {
    transition: none !important;
  }

  .back-to-home:hover {
    transform: none !important;
  }
}
