/* Legal Pages Styling */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    color: #2D3748;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #F7FAFC;
}

.legal-container {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

h1 { color: #1A365D; margin-bottom: 30px; border-bottom: 2px solid #D4AF37; padding-bottom: 10px; }
h2 { color: #1A365D; margin-top: 30px; margin-bottom: 15px; }
p { margin-bottom: 15px; }
ul { margin-bottom: 15px; padding-left: 20px; }
li { margin-bottom: 8px; }

.back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #1A365D;
    text-decoration: none;
    font-weight: 600;
}

.back-link:hover { text-decoration: underline; }
