body.legal-page {
    background: #0e0720;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Questrial', sans-serif;
    min-height: 100vh;
}

.legal-header {
    background: rgba(45, 30, 70, 0.95);
    border-bottom: 1px solid rgba(209, 179, 255, 0.25);
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(10px);
}

.legal-header a {
    color: #d1b3ff;
    text-decoration: none;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: color 0.3s;
}

.legal-header a:hover { color: #fff; }

.legal-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.legal-header span {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 6px;
}

.legal-content {
    max-width: 860px;
    margin: 0 auto;
    padding: 60px 30px 80px;
}

.legal-content h1 {
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.legal-content .legal-date {
    color: rgba(209, 179, 255, 0.6);
    font-size: 0.85rem;
    margin-bottom: 50px;
    display: block;
}

.legal-content h2 {
    font-size: 1.15rem;
    color: #d1b3ff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 40px 0 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(209, 179, 255, 0.2);
}

.legal-content p,
.legal-content li {
    font-size: 0.95rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 14px;
}

.legal-content ul {
    padding-left: 22px;
    margin-bottom: 14px;
}

.legal-content a {
    color: #d1b3ff;
    text-decoration: underline;
}

.legal-content a:hover { color: #fff; }

.legal-content strong { color: #fff; }

.legal-content .info-box {
    background: rgba(209, 179, 255, 0.07);
    border-left: 3px solid #d1b3ff;
    border-radius: 8px;
    padding: 18px 22px;
    margin: 20px 0;
}

.legal-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
    margin: 20px 0;
}

.legal-content th {
    background: rgba(209, 179, 255, 0.15);
    color: #d1b3ff;
    text-align: left;
    padding: 10px 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(209, 179, 255, 0.3);
}

.legal-content td {
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.75);
    vertical-align: top;
}

.legal-content tr:last-child td { border-bottom: none; }

.legal-footer {
    text-align: center;
    padding: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.35);
}

.legal-footer a {
    color: rgba(209, 179, 255, 0.6);
    text-decoration: none;
    margin: 0 10px;
}

.legal-footer a:hover { color: #d1b3ff; }

@media (max-width: 600px) {
    .legal-content { padding: 40px 20px 60px; }
    .legal-content h1 { font-size: 1.5rem; }
}
