.elementor-27912 .elementor-element.elementor-element-5208ae1{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-cdc3675 */.reecon-company {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Segoe UI', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.company-hero {
    text-align: center;
    margin-bottom: 50px;
    padding: 40px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
}

.company-hero h1 {
    font-size: 2.5rem;
    color: #1a3a5f;
    margin-bottom: 15px;
    font-weight: 600;
}

.tagline {
    font-size: 1.2rem;
    color: #2c5c8c;
    margin-bottom: 20px;
    font-weight: 500;
}

.experience-badge {
    display: inline-block;
    background: #2c5c8c;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.company-introduction {
    margin-bottom: 60px;
    padding: 0 20px;
}

.company-introduction p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
}

.competitive-advantages {
    margin-bottom: 50px;
}

.competitive-advantages h2 {
    font-size: 2rem;
    color: #1a3a5f;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 3px solid #2c5c8c;
    display: inline-block;
}

.advantage-item {
    background: white;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-left: 4px solid #2c5c8c;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantage-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.advantage-item h3 {
    font-size: 1.4rem;
    color: #1a3a5f;
    margin-bottom: 15px;
    font-weight: 600;
}

.advantage-item p {
    color: #666;
    line-height: 1.7;
}

.copyright {
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
    color: #777;
    font-size: 0.9rem;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .reecon-company {
        padding: 20px 15px;
    }
    
    .company-hero h1 {
        font-size: 2rem;
    }
    
    .advantage-item {
        padding: 20px;
    }
    
    .competitive-advantages h2 {
        font-size: 1.7rem;
    }
}/* End custom CSS */