/* Legal pages (privacy policy, terms of service) — DPDPA-compliant notice pages */

.legal-page {
    padding: 120px 0 60px 0;
    background: #fafaf9;
    min-height: calc(100vh - 200px);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #1c1917;
}

.legal-header {
    max-width: 820px;
    margin: 0 auto 40px auto;
    text-align: left;
    border-bottom: 1px solid #e7e5e4;
    padding-bottom: 24px;
}

.legal-header h1 {
    font-size: 36px;
    font-weight: 700;
    color: #1c1917;
    margin: 0 0 12px 0;
    letter-spacing: -0.02em;
}

.legal-meta {
    font-size: 13px;
    color: #78716c;
    margin: 0 0 16px 0;
}

.legal-intro {
    font-size: 15px;
    line-height: 1.6;
    color: #57534e;
    margin: 0;
}

.legal-body {
    max-width: 820px;
    margin: 0 auto;
}

.legal-body section {
    margin-bottom: 36px;
}

.legal-body h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1c1917;
    margin: 0 0 14px 0;
    letter-spacing: -0.01em;
}

.legal-body h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1c1917;
    margin: 20px 0 10px 0;
}

.legal-body p {
    font-size: 14px;
    line-height: 1.7;
    color: #44403c;
    margin: 0 0 12px 0;
}

.legal-body ul, .legal-body ol {
    padding-left: 24px;
    margin: 0 0 12px 0;
}

.legal-body li {
    font-size: 14px;
    line-height: 1.7;
    color: #44403c;
    margin-bottom: 6px;
}

.legal-body a {
    color: #0284c7;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal-body a:hover {
    color: #0369a1;
}

.legal-body strong {
    color: #1c1917;
    font-weight: 600;
}

.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0 16px 0;
    font-size: 13px;
    background: #ffffff;
    border: 1px solid #e7e5e4;
    border-radius: 6px;
    overflow: hidden;
}

.legal-table thead {
    background: #f5f5f4;
}

.legal-table th {
    text-align: left;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #57534e;
    border-bottom: 1px solid #e7e5e4;
}

.legal-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #f5f5f4;
    color: #44403c;
    line-height: 1.55;
    vertical-align: top;
}

.legal-table tr:last-child td {
    border-bottom: none;
}

.legal-footer-links {
    max-width: 820px;
    margin: 40px auto 0 auto;
    padding-top: 24px;
    border-top: 1px solid #e7e5e4;
    display: flex;
    gap: 20px;
    font-size: 13px;
}

.legal-footer-links a {
    color: #57534e;
    text-decoration: none;
}

.legal-footer-links a:hover {
    color: #1c1917;
    text-decoration: underline;
}

.legal-page-footer {
    background: #1c1917;
    color: #d6d3d1;
    padding: 24px 0;
    text-align: center;
    font-size: 13px;
}

.legal-page-footer a {
    color: #fafaf9;
    text-decoration: none;
}

.legal-page-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .legal-page { padding: 100px 0 40px 0; }
    .legal-header h1 { font-size: 28px; }
    .legal-table { font-size: 12px; display: block; overflow-x: auto; }
}

/* Footer privacy links inside authenticated app */
.app-footer-legal {
    display: inline-flex;
    gap: 16px;
    font-size: 12px;
    color: #78716c;
    margin-left: 16px;
}

.app-footer-legal a {
    color: #78716c;
    text-decoration: none;
}

.app-footer-legal a:hover {
    color: #1c1917;
    text-decoration: underline;
}
