/* Legal pages (privacy, algemene voorwaarden) */
body.legal .hero-bar { margin-top: 70px; }
.hero-bar { background: var(--purple); padding: 3.5rem 4rem 3rem; }
.hero-bar .eyebrow { font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--yellow); margin-bottom: .75rem; display: flex; align-items: center; gap: .5rem; }
.hero-bar .eyebrow::before { content: ''; width: 1.5rem; height: 2px; background: var(--yellow); display: block; }
.hero-bar h1 { font-family: var(--fd); font-style: italic; font-weight: 900; font-size: clamp(1.8rem, 3.5vw, 2.8rem); color: #fff; letter-spacing: -.025em; line-height: 1.15; margin-bottom: .75rem; }
.hero-bar-meta { font-size: .85rem; font-weight: 300; color: rgba(255,255,255,.5); }
.hero-eu-note { display: inline-flex; align-items: center; gap: .6rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: var(--r); padding: .55rem 1rem; font-size: .82rem; color: rgba(255,255,255,.85); font-weight: 300; margin-top: 1.25rem; }
.content-wrap { max-width: 860px; margin: 0 auto; padding: 4rem; }
.section { margin-bottom: 3rem; padding-bottom: 3rem; border-bottom: 1px solid var(--border); }
.section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.section-header { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1rem; }
.section-icon { font-size: 1.75rem; flex-shrink: 0; line-height: 1; }
.section h2 { font-family: var(--fd); font-style: italic; font-weight: 700; font-size: 1.3rem; color: var(--ink); letter-spacing: -.015em; }
.section p { font-size: .95rem; font-weight: 300; color: var(--ink-muted); line-height: 1.8; margin-bottom: .9rem; }
.section p:last-child { margin-bottom: 0; }
.section strong { font-weight: 700; color: var(--ink); }
.section a { color: var(--purple); font-weight: 700; text-decoration: none; }
.section a:hover { text-decoration: underline; }
.eu-box { background: var(--purple-light); border-left: 3px solid var(--purple); padding: 1.1rem 1.25rem; border-radius: 0 var(--r) var(--r) 0; margin-top: 1rem; }
.eu-box p { color: var(--ink-muted); font-size: .9rem; margin-bottom: 0; }
.cookie-box { background: #e6f5ff; border-left: 3px solid var(--blue); padding: 1.1rem 1.25rem; border-radius: 0 var(--r) var(--r) 0; margin-top: 1rem; }
.cookie-box p { color: #003d66; font-size: .9rem; margin-bottom: 0; }
.rights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1rem; }
.right-item { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--r); padding: 1rem 1.1rem; }
.right-item h4 { font-size: .9rem; font-weight: 700; color: var(--ink); margin-bottom: .3rem; display: flex; align-items: center; gap: .4rem; }
.right-item p { font-size: .83rem; font-weight: 300; color: var(--ink-muted); line-height: 1.6; margin-bottom: 0; }
.contact-cta { background: var(--purple); border-radius: 8px; padding: 1.75rem 2rem; color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; margin-top: 1.5rem; }
.contact-cta p { font-size: .95rem; font-weight: 300; color: rgba(255,255,255,.8); margin-bottom: 0; max-width: 50ch; }
.contact-cta a { font-size: .875rem; font-weight: 700; padding: .65rem 1.5rem; background: var(--yellow); color: #5a4200; border-radius: var(--r); text-decoration: none; white-space: nowrap; transition: background .2s; }
.contact-cta a:hover { background: #e6b800; }

.article { margin-bottom: 3rem; padding-bottom: 3rem; border-bottom: 1px solid var(--border); }
.article:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.article-header { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1rem; }
.article-num { font-family: var(--fd); font-style: italic; font-weight: 900; font-size: 2.5rem; color: var(--purple-light); letter-spacing: -.03em; line-height: 1; flex-shrink: 0; width: 3.5rem; }
.article h2 { font-family: var(--fd); font-style: italic; font-weight: 700; font-size: 1.3rem; color: var(--ink); letter-spacing: -.015em; }
.article p { font-size: .95rem; font-weight: 300; color: var(--ink-muted); line-height: 1.8; margin-bottom: .9rem; }
.article p:last-child { margin-bottom: 0; }
.article strong { font-weight: 700; color: var(--ink); }
.article a { color: var(--purple); font-weight: 700; text-decoration: none; }
.article a:hover { text-decoration: underline; }
.highlight-box { background: var(--purple-light); border-left: 3px solid var(--purple); padding: 1rem 1.25rem; border-radius: 0 var(--r) var(--r) 0; margin-top: 1rem; }
.highlight-box p { color: var(--ink-muted); font-size: .9rem; margin-bottom: 0; }

/* Space before shared footer on legal pages */
body.legal footer { margin-top: 4rem; }

@media (max-width: 720px) {
  .hero-bar { padding: 2.5rem 1.5rem 2rem; }
  .content-wrap { padding: 2.5rem 1.5rem; }
  .rights-grid { grid-template-columns: 1fr; }
  .contact-cta { flex-direction: column; }
}
