* {
    font-family: "Satoshi", sans-serif;
}

body {
    background-color: white;
}

.top-divider {
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
    padding-top: 120px;
}

.top-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #9F9F9F 50%, transparent 100%);
}
.nav-item {
    color: #656565 !important;
}

.nav-item.active {
    color: #97C49C !important;
}
.hamburger-line {
    background-color: black;
}
.legal-content {
    padding: 60px 10%;
    background-color: #ffffff;
}

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

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

.legal-logo {
    width: 180px;
    height: auto;
    margin: 0 auto 30px;
    display: block;
}

.legal-main-title {
    font-size: 48px;
    font-weight: 700;
    color: #01784B;
    margin-bottom: 10px;
    line-height: 1.2;
}

.legal-updated {
    font-size: 16px;
    color: #666666;
    margin-bottom: 0;
    font-style: italic;
}

.legal-section {
    margin-bottom: 40px;
}

.legal-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #01784B;
    margin-bottom: 20px;
    margin-top: 30px;
}

.legal-section h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
    margin-top: 25px;
}

.legal-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 15px;
}

.legal-section ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.legal-section ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 10px;
    list-style-type: disc;
}

.legal-section a {
    color: #00a651;
    text-decoration: none;
    transition: color 0.3s;
}

.legal-section a:hover {
    color: #01784B;
    text-decoration: underline;
}

.legal-section strong {
    font-weight: 600;
    color: #01784B;
}

/* Responsive Design */
@media (max-width: 1050px) {
    .legal-content {
        padding: 40px 6%;
    }

    .legal-header {
        margin-bottom: 40px;
    }

    .legal-logo {
        width: 140px;
        margin-bottom: 25px;
    }

    .legal-main-title {
        font-size: 36px;
    }

    .legal-updated {
        font-size: 14px;
    }

    .legal-section h2 {
        font-size: 24px;
    }

    .legal-section h3 {
        font-size: 20px;
    }

    .legal-section p,
    .legal-section ul li {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .legal-content {
        padding: 30px 5%;
    }

    .legal-header {
        margin-bottom: 35px;
    }

    .legal-logo {
        width: 120px;
        margin-bottom: 20px;
    }

    .legal-main-title {
        font-size: 28px;
    }

    .legal-updated {
        font-size: 13px;
    }

    .legal-section {
        margin-bottom: 30px;
    }

    .legal-section h2 {
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 25px;
    }

    .legal-section h3 {
        font-size: 18px;
        margin-bottom: 12px;
        margin-top: 20px;
    }

    .legal-section p,
    .legal-section ul li {
        font-size: 14px;
        line-height: 1.7;
    }

    .legal-section ul {
        margin-left: 15px;
    }
}
