/* Styles for the legal pages (privacy.html, terms.html) only. The shell -
   colours, fonts, header, footer - comes from index.css; this adds the
   reading column those pages need and the rest of the site does not. */

.legal-header {
    border-bottom: 1px solid #e2e8f0;
    padding: 1rem 0;
}

.legal-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.legal-header .logo {
    height: 48px;
    width: auto;
}

.legal-page {
    max-width: 820px;
    margin: 0 auto;
    padding: 3rem 1.5rem 4.5rem;
    color: #1e293b;
}

.legal-page h1 {
    font-size: clamp(1.9rem, 4vw, 2.5rem);
    margin-bottom: 1.5rem;
}

.legal-page h2 {
    font-size: 1.3rem;
    margin: 2.3rem 0 0.7rem;
}

.legal-page p {
    line-height: 1.75;
    margin-bottom: 0.9rem;
}

.legal-page a {
    color: var(--dardanialabs-accent, #1e40af);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-meta {
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 1.8rem;
    font-size: 0.95rem;
}

.legal-updated {
    font-size: 0.85rem;
    opacity: 0.7;
}

@media (max-width: 640px) {
    .legal-page { padding: 2.2rem 1.2rem 3.2rem; }
}
