.elementor-67 .elementor-element.elementor-element-d4591bc{--display:flex;}.elementor-67 .elementor-element.elementor-element-5cd2850d{--display:flex;}.elementor-67 .elementor-element.elementor-element-58bf69a{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-778ce36 */.legends-section {
            padding: 80px 0;
            background: #f9f9f9;
            font-family: 'Montserrat', sans-serif;
        }
        
        .ls-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .ls-header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .ls-title {
            font-size: 2.2rem;
            color: #2c3e50;
            margin-bottom: 20px;
            font-weight: 700;
        }
        
        .ls-title span {
            color: #dd9933;
        }
        
        .ls-intro {
            max-width: 800px;
            margin: 0 auto;
            font-size: 1.1rem;
            color: #555;
            line-height: 1.7;
        }
        
        .ls-features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .ls-feature-card {
            background: white;
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .ls-feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .ls-icon {
            width: 60px;
            height: 60px;
            background: #3498db;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-bottom: 20px;
        }
        
        .ls-feature-card h3 {
            color: #2c3e50;
            font-size: 1.3rem;
            margin-bottom: 15px;
        }
        
        .ls-feature-card p {
            color: #666;
            line-height: 1.6;
        }
        
        @media (max-width: 768px) {
            .ls-title {
                font-size: 1.8rem;
            }
            
            .ls-features {
                grid-template-columns: 1fr;
            }
        }/* End custom CSS */