.elementor-389 .elementor-element.elementor-element-5b7ac21{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-de9e384 */.terms-page {
    min-height: 100vh;
    background: #ffffff;
    padding: 140px 0 80px 0;
}

.terms-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 60px;
}

.terms-header {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 2px solid #f0f0f0;
}

.terms-header h1 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 900;
    color: #001958;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.terms-header h1::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #3be29e, transparent);
    margin: 24px auto 0 auto;
    border-radius: 2px;
}

.terms-content {
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
}

.terms-content > p {
    margin-bottom: 24px;
}

.terms-content h2 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #001958;
    margin-top: 48px;
    margin-bottom: 20px;
    padding-left: 16px;
    border-left: 4px solid #3be29e;
    text-transform: uppercase;
}

.terms-content h2::before {
    content: attr(data-number) ". ";
    color: #3be29e;
    font-weight: 900;
    margin-right: 8px;
}

.terms-content ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.terms-content ul li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 14px;
    line-height: 1.8;
}

.terms-content ul li::before {
    content: '•';
    position: absolute;
    left: 12px;
    color: #3be29e;
    font-weight: 700;
    font-size: 20px;
}

.terms-content strong {
    color: #001958;
    font-weight: 700;
}

.terms-content a {
    color: #3be29e;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.terms-content a:hover {
    color: #2dd18f;
    text-decoration: underline;
}

.terms-contact {
    background: #f8f9fa;
    padding: 32px;
    border-radius: 12px;
    border-left: 4px solid #3be29e;
    margin-top: 40px;
}

.terms-contact strong {
    display: block;
    margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .terms-page {
        padding: 100px 0 60px 0;
    }
    
    .terms-container {
        padding: 0 24px;
    }
    
    .terms-header {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
    
    .terms-content {
        font-size: 15px;
    }
    
    .terms-content h2 {
        font-size: 18px;
        margin-top: 36px;
    }
    
    .terms-contact {
        padding: 24px 20px;
    }
}/* End custom CSS */