/* ==================== LEGAL PAGES ==================== */

.legal-hero {
    margin-top: 70px;
    padding: 70px 20px 50px;
    border-bottom: 3px solid #000;
    background: #000;
}

.legal-hero .container {
    max-width: 1200px;
    margin: 0 auto;
}

.legal-hero h1 {
    font-size: 6rem;
    font-weight: 900;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #fff;
    line-height: 0.9;
}

.legal-updated {
    font-size: 0.8rem;
    color: #666;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    border-left: 3px solid #FFD700;
    padding-left: 12px;
    display: inline-block;
}

.legal-content {
    padding: 70px 20px 100px;
    background: #fff;
}

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

.legal-section {
    margin-bottom: 52px;
    padding-bottom: 52px;
    border-bottom: 1px solid #e8e8e8;
}

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

.legal-section h2 {
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    padding-left: 16px;
}

.legal-section h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 100%;
    background: #FFD700;
}

.legal-section p,
.legal-section li {
    font-size: 1rem;
    color: #444;
    line-height: 1.8;
    font-weight: 400;
}

.legal-section ul {
    padding-left: 20px;
    margin: 0;
}

.legal-section ul li {
    margin-bottom: 10px;
}

.legal-section a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 1px;
    transition: opacity 0.2s;
}

.legal-section a:hover { opacity: 0.6; }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 768px) {
    .legal-hero { margin-top: 60px; padding: 50px 20px 40px; }
    .legal-hero h1 { font-size: 3.5rem; letter-spacing: -1px; }
    .legal-section { margin-bottom: 40px; padding-bottom: 40px; }
    .legal-section h2 { font-size: 1.1rem; }
}

@media (max-width: 480px) {
    .legal-hero { margin-top: 55px; padding: 40px 15px 30px; }
    .legal-hero h1 { font-size: 2.8rem; }
}