.legal-page {
    background: #000;
    min-height: 100vh;
    padding: 60px 24px;
}

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

.legal-header {
    text-align: center;
    margin-bottom: 100px;
}

.legal-back-row {
    text-align: left;
    margin-bottom: 60px;
}

.legal-logo {
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
    letter-spacing: -0.02em;
    display: block;
    margin-bottom: 24px;
}

.legal-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.05);
    color: #fff !important;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.legal-back:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.25);
}

.legal-back svg {
    width: 28px;
    height: 28px;
    stroke-width: 2.5;
}

.legal-container h1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.legal-updated {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 300;
    margin-bottom: 48px;
}

.legal-container h2 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    margin-top: 36px;
    margin-bottom: 12px;
}

.legal-container h3 {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 20px;
    margin-bottom: 8px;
}

.legal-container p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
    font-weight: 300;
}

.legal-container ul {
    list-style: none;
    padding: 0;
    margin: 12px 0;
}

.legal-container li {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
    font-weight: 300;
    padding-left: 16px;
    position: relative;
}

.legal-container li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.5);
}

.legal-container a {
    color: rgba(128, 107, 224, 1);
    text-decoration: none;
}

.legal-container a:hover {
    text-decoration: underline;
}

.legal-footer {
    border-top: none !important;
}
