/* Legal Pages - Privacy & Terms */
.legal-hero {
    background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 100%);
    padding: 80px 0 60px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.legal-h1 {
    font-size: 56px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: #111;
    margin-bottom: 16px;
}

.legal-subtitle {
    font-size: 15px;
    color: #888;
    font-weight: 500;
}

.legal-content {
    padding: 60px 0 100px;
    background: #fff;
}

.legal-container {
    max-width: 800px;
}

.legal-container h2 {
    font-size: 28px;
    font-weight: 600;
    color: #111;
    margin-top: 48px;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.legal-container h2:first-child {
    margin-top: 0;
}

.legal-container p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 16px;
}

.legal-container ul {
    list-style: disc;
    padding-left: 24px;
    margin-bottom: 16px;
}

.legal-container ul li {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 8px;
}

.legal-container strong {
    color: #111;
    font-weight: 600;
}

@media (max-width: 768px) {
    .legal-hero { padding: 60px 0 40px; }
    .legal-h1 { font-size: 36px; }
    .legal-content { padding: 40px 0 60px; }
    .legal-container h2 { font-size: 22px; margin-top: 32px; }
    .legal-container p,
    .legal-container ul li { font-size: 15px; }
}
