/* Legal pages: Privacy Policy and Terms of Service */

.legal-page {
    background: #f8f9fa;
    padding: 64px 20px 80px;
}

.legal-container {
    max-width: 960px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    padding: 48px 56px;
}

.legal-header {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 3px solid #db4a2b;
}

.legal-eyebrow {
    color: #db4a2b !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center !important;
    margin-bottom: 8px !important;
}

.legal-header h1 {
    color: #2c3e50;
    font-size: 2.6rem;
    margin-bottom: 12px;
    text-align: center;
}

.legal-updated {
    color: #666 !important;
    font-size: 0.95rem !important;
    font-weight: 400 !important;
    text-align: center !important;
    margin-bottom: 0 !important;
}

.legal-section {
    padding: 28px 0;
    border-bottom: 1px solid #e9ecef;
}

.legal-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.legal-section h2 {
    color: #2c3e50;
    font-size: 1.55rem;
    text-align: left;
    margin-bottom: 16px;
}

.legal-section p {
    color: #555 !important;
    font-size: 1rem !important;
    line-height: 1.75;
    font-weight: 400 !important;
    text-align: left !important;
    margin-bottom: 16px;
}

.legal-section p:last-child {
    margin-bottom: 0;
}

.legal-section ul {
    list-style: disc;
    padding-left: 24px;
    margin: 8px 0 0;
}

.legal-section li {
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 10px;
    padding-left: 4px;
}

.legal-section a {
    color: #db4a2b;
    font-weight: 600;
    text-decoration: none;
}

.legal-section a:hover {
    color: #c0392b;
    text-decoration: underline;
}

.legal-contact-note {
    margin-top: 20px;
    padding: 16px 18px;
    background: #f8f9fa;
    border-left: 4px solid #db4a2b;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .legal-page {
        padding: 36px 14px 50px;
    }

    .legal-container {
        padding: 32px 22px;
        border-radius: 8px;
    }

    .legal-header h1 {
        font-size: 2rem;
    }

    .legal-section h2 {
        font-size: 1.3rem;
    }

    .legal-section {
        padding: 22px 0;
    }
}
