    .legal-container {
        padding: 14rem 0 4rem;
    }

    .legal-card {
        background: rgba(255, 255, 255, 0.02);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(0, 212, 255, 0.2);
        border-radius: 16px;
        padding: 2rem;
        margin-bottom: 2rem;
    }

    .legal-title {
        font-size: 2.5rem;
        font-weight: 700;
        background: linear-gradient(135deg, #ffffff 0%, #00d4ff 50%, #0ea5e9 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 2rem;
    }

    .legal-subtitle {
        color: #64748b;
        font-size: 0.9rem;
        margin-bottom: 3rem;
    }

    .legal-section {
        margin-bottom: 2.5rem;
    }

    .legal-section h2 {
        font-size: 1.3rem;
        font-weight: 700;
        color: #00d4ff;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
    }

    .legal-section h3 {
        font-size: 1.1rem;
        font-weight: 700;
        color: #00d4ff;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
    }

    .legal-section h4 {
        font-size: .9rem;
        font-weight: 700;
        color: #00d4ff;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
    }

    .legal-section p,
    .legal-section address {
        color: #94a3b8;
        line-height: 1.8;
        font-style: normal;
        margin-bottom: 24px;
    }

    .legal-section li {
        color: #94a3b8;
        line-height: 1.8;
        font-style: normal;
        margin-bottom: 14px;
    }

    .legal-section a {
        color: #00d4ff;
        text-decoration: none;
    }

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

    .info-box {
        background: rgba(59, 130, 246, 0.08);
        border-left: 3px solid rgba(0, 212, 255, 0.4);
        padding: 1rem 1.5rem;
        border-radius: 0 8px 8px 0;
        margin-top: 1rem;
    }

    .info-box p {
        margin: 0;
        color: #94a3b8;
        font-size: 0.9rem;
    }
