/* Style specyficzne dla strony Polityki Prywatności — reużywają zmiennych/nav/footer z main.css */

.pp-hero { background: var(--light); padding: 64px 48px 48px; border-bottom: 1px solid var(--border); margin-top: var(--nav-height); }
.pp-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange); margin-bottom: 16px; }
.pp-title { font-family: var(--serif); font-size: clamp(36px, 5vw, 56px); line-height: 1.05; margin-bottom: 16px; }
.pp-meta { font-size: 13px; color: var(--mid); }

.pp-layout { max-width: 900px; margin: 0 auto; padding: 64px 48px; display: grid; grid-template-columns: 220px 1fr; gap: 64px; align-items: start; }
.pp-toc { position: sticky; top: 84px; }
.pp-toc-title { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); margin-bottom: 12px; }
.pp-toc ul { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.pp-toc a { font-size: 13px; color: var(--mid); text-decoration: none; display: block; padding: 5px 0 5px 10px; border-left: 2px solid transparent; transition: color 0.2s, border-color 0.2s; line-height: 1.4; }
.pp-toc a:hover, .pp-toc a.active { color: var(--orange); border-left-color: var(--orange); }

.pp-content { min-width: 0; }
.pp-section { margin-bottom: 52px; scroll-margin-top: 84px; }
.pp-section h2 { font-family: var(--serif); font-size: 26px; line-height: 1.2; margin-bottom: 16px; color: var(--dark); }
.pp-section h3 { font-size: 15px; font-weight: 700; margin: 20px 0 8px; color: var(--dark); }
.pp-section p { font-size: 14px; line-height: 1.8; color: var(--mid); margin-bottom: 12px; }
.pp-section ul, .pp-section ol { padding-left: 20px; margin-bottom: 12px; display: flex; flex-direction: column; gap: 6px; }
.pp-section li { font-size: 14px; line-height: 1.7; color: var(--mid); }
.pp-section strong { color: var(--dark); }
.pp-section a { color: var(--orange); }

.pp-box { background: var(--light); border: 1px solid var(--border); border-radius: 6px; padding: 20px 24px; margin-bottom: 16px; }
.pp-box p { margin-bottom: 0; }

.pp-table { width: 100%; border-collapse: collapse; margin-bottom: 16px; font-size: 13px; }
.pp-table th { text-align: left; padding: 10px 14px; background: var(--light); border: 1px solid var(--border); font-weight: 600; color: var(--dark); }
.pp-table td { padding: 10px 14px; border: 1px solid var(--border); color: var(--mid); vertical-align: top; line-height: 1.5; }

.pp-divider { height: 1px; background: var(--border); margin: 40px 0; }

@media (max-width: 768px) {
  .pp-hero { padding: 40px 20px 32px; }
  .pp-layout { grid-template-columns: 1fr; padding: 40px 20px; gap: 40px; }
  .pp-toc { position: static; }
}
