.elementor-24835 .elementor-element.elementor-element-760f08e3{--display:flex;}.elementor-24835 .elementor-element.elementor-element-760f08e3.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}@media(min-width:768px){.elementor-24835 .elementor-element.elementor-element-760f08e3{--width:111.528%;}}/* Start custom CSS for html, class: .elementor-element-fc12c6d *//* Secciones generales */
.leasey-section {
    margin: 80px 0;
}

.leasey-section-title {
    font-size: 2em;
    color: #010B32;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.leasey-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #D67900;
    border-radius: 2px;
}

.leasey-intro-text {
    font-size: 1.15em;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 30px;
}

/* Pain points / Bullet points */
.leasey-pain-points {
    margin: 30px 0;
    padding-left: 30px;
}

.leasey-pain-point-item {
    margin-bottom: 30px;
}

.leasey-pain-point-item h3 {
    color: #010B32;
    font-size: 1.3em;
    margin-bottom: 8px;
    font-weight: 600;
}

.leasey-pain-point-item p {
    color: #4a5568;
    line-height: 1.6;
    font-size: 1.05em;
}

/* Quote */
.leasey-quote-text {
    font-size: 1.15em;
    line-height: 1.8;
    margin: 30px 0;
    padding-left: 20px;
    border-left: 4px solid #D67900;
    font-style: italic;
    color: #4a5568;
}

.leasey-quote-author {
    font-weight: 600;
    font-size: 1em;
    color: #010B32;
    margin-left: 20px;
    font-style: normal;
}

/* Audience list */
.leasey-audience-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
    margin: 30px 0;
}

.leasey-audience-item h3 {
    color: #010B32;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: 600;
}

.leasey-audience-item p {
    color: #4a5568;
    line-height: 1.6;
}

/* CTA Box (Join Us) */
.leasey-cta-box {
    background: #010B32;
    color: white;
    padding: 40px 40px;
    border-radius: 8px;
    margin: 80px 0;
    box-shadow: 0 10px 30px rgba(1, 11, 50, 0.3);
}

.leasey-cta-box h2 {
    font-size: 2.2em;
    margin-bottom: 15px;
    font-weight: 700;
}

.leasey-cta-box p {
    font-size: 1.15em;
    margin-bottom: 25px;
    opacity: 0.95;
}

.leasey-event-details {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: 4px solid #D67900;
}

.leasey-event-details h3 {
    margin-bottom: 15px;
    font-size: 1.3em;
}

.leasey-event-details p {
    margin: 8px 0;
    font-size: 1.05em;
}

.leasey-cta-button {
    display: inline-block;
    background: #D67900;
    color: white;
    padding: 18px 18px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em !important;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(214, 121, 0, 0.3);
    margin-top: 10px;
}

.leasey-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(214, 121, 0, 0.5);
    background: #b86700;
}

/* About sections */
.leasey-about-section {
    margin: 80px 0;
}

.leasey-about-section h3 {
    color: #010B32;
    font-size: 2em;
    margin-bottom: 25px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
}

.leasey-about-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #D67900;
    border-radius: 2px;
}

.leasey-about-section p {
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 50px;
    font-size: 1.15em;
}

.leasey-about-section a {
    color: #D67900;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.15em;
    transition: color 0.3s ease;
}

.leasey-about-section a:hover {
    color: #010B32;
}

/* Responsive */
@media (max-width: 768px) {
    .leasey-section-title {
        font-size: 1.6em;
    }
    
    .leasey-audience-list {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */