body {
    background: #0a0f1e;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.legal-page {
    padding: 50px 0 80px;
    min-height: 100vh;
}

.legal-page .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.legal-page h1 {
    font-size: 3rem;
    color: #199db6;
    margin-bottom: 10px;
    font-weight: 700;
}

.legal-page .last-updated {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
    font-style: italic;
    font-size: 0.95rem;
}

.legal-page h2 {
    font-size: 1.8rem;
    color: #199db6;
    margin: 40px 0 20px;
    font-weight: 600;
}

.legal-page p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 20px;
}

.legal-page ul {
    margin: 15px 0 25px;
    padding-left: 20px;
}

.legal-page li {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 10px;
}

.legal-page a {
    color: #199db6;
    text-decoration: none;
    border-bottom: 1px dotted rgba(25, 157, 182, 0.3);
}

.legal-page a:hover {
    border-bottom-color: #199db6;
}

.legal-page .note-box {
    background: rgba(25, 157, 182, 0.1);
    border-left: 4px solid #199db6;
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
}

.back-home {
    margin-top: 50px;
    text-align: center;
}

.back-home a {
    display: inline-block;
    padding: 12px 30px;
    background: #199db6;
    color: #fff;
    text-decoration: none;
    border-radius: 60px;
    font-weight: 600;
    transition: 0.3s;
    border: 2px solid transparent;
}

.back-home a:hover {
    background: transparent;
    border-color: #199db6;
    color: #199db6;
}

@media (max-width: 768px) {
    .legal-page {
        padding: 120px 0 60px;
    }

    .legal-page h1 {
        font-size: 2.2rem;
    }

    .legal-page h2 {
        font-size: 1.5rem;
    }
}

.footer-menu a:hover {
    opacity: 1 !important;
    color: #199db6 !important;
}

.footer-copyright-social-icon a:hover {
    opacity: 1 !important;
    color: #199db6 !important;
}

@media (max-width: 768px) {
    .footer-menu {
        text-align: center;
    }

    .footer-menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.footer-area-home-3 {
    padding-top: 0;
}