.elementor-4247 .elementor-element.elementor-element-d6cbce4{--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;}/* Start custom CSS for html, class: .elementor-element-a90e204 *//* GLOBAL WRAPPER */
.conversion-wrapper { background: #ffffff; overflow-x: hidden; }

.conversion-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    font-family: 'Lato', sans-serif;
}

/* HERO BANNER */
.conversion-hero {
    height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

/* GRID LAYOUT */
.conversion-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 80px;
}

/* HEADERS & ACCENTS */
.conversion-eyebrow {
    color: #a3051e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 10px;
}

.conversion-title {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 900;
    color: #000;
    margin: 0;
    line-height: 1.1;
}

.conversion-accent-bar {
    width: 60px;
    height: 4px;
    background: #a3051e;
    margin: 25px 0 45px;
}

/* TYPOGRAPHY - LATO 400 16/29 BLACK */
.conversion-text-body p {
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 29px !important;
    color: #000000 !important;
    margin-bottom: 25px;
}

.conversion-lead {
    font-size: 22px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    border-left: 4px solid #a3051e;
    padding-left: 30px;
    margin-bottom: 40px !important;
}

/* SIDEBAR & VISIBLE NUMBERS */
.conversion-sticky { position: sticky; top: 40px; }

.advantage-card {
    background: #ffffff;
    padding: 40px 25px;
    border: 1px solid #eee;
    border-top: 4px solid #a3051e;
}

.advantage-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
    margin-bottom: 30px;
    text-align: center;
}

.advantage-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    padding: 15px;
    background: #fdfcfc;
    border: 1px solid transparent;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.advantage-num {
    font-size: 24px;
    font-weight: 900;
    color: #cccccc; /* VISIBLE BEFORE HOVER */
    transition: color 0.3s ease;
}

.advantage-info strong { 
    display: block; 
    font-size: 15px; 
    color: #000; 
    transition: color 0.3s ease;
}

.advantage-info span { font-size: 12px; color: #666; display: block; }

/* HOVER EFFECTS */
.advantage-item:hover {
    background: #fff;
    border-color: #eee;
    transform: translateX(10px);
    box-shadow: 0 10px 20px rgba(163, 5, 30, 0.05);
}

.advantage-item:hover .advantage-num { color: #a3051e; }
.advantage-item:hover .advantage-info strong { color: #a3051e; }

/* RESPONSIVE DESIGN */
@media (max-width: 991px) {
    .conversion-grid { grid-template-columns: 1fr; }
    .conversion-hero { height: 320px; }
    .conversion-sidebar { margin-top: 40px; }
    .conversion-container { padding: 40px 20px; }
}/* End custom CSS */