/* privacy-policy — extracted from blade inline styles */
.legal-wrapper {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 24px 80px;
}
.legal-header {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e7eb;
}
.legal-header h1 {
    font-size: 42px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}
.legal-header p {
    font-size: 16px;
    color: #6b7280;
}
.legal-content h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1a2e5a;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f3f4f6;
}
.legal-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #374151;
    margin: 28px 0 14px;
}
.legal-content p, .legal-content ul, .legal-content ol {
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 20px;
}
.legal-content ul, .legal-content ol {
    padding-left: 24px;
}
.legal-content li {
    margin-bottom: 10px;
}
.legal-content strong {
    color: #111827;
}
.legal-update-box {
    background: #f8fafc;
    border-left: 4px solid #ea580c;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 40px;
}
.legal-update-box p {
    margin: 0;
    font-size: 15px;
    color: #1e293b;
    font-weight: 500;
}

