.elementor-4189 .elementor-element.elementor-element-ea09629{--display:flex;}/* Start custom CSS for html, class: .elementor-element-70669a1 *//* GLOBAL SETTINGS */
.mc-wrapper { background: #fff; overflow-x: hidden; }

.mc-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    font-family: 'Lato', sans-serif;
}

/* HERO BANNER */
.mc-hero {
    height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

/* HEADER STYLE */
.mc-header { margin-bottom: 50px; }
.mc-eyebrow {
    color: #a3051e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 10px;
}
.mc-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 900;
    color: #000;
    margin: 0;
    line-height: 1.2;
}
.mc-accent-bar {
    width: 60px;
    height: 4px;
    background: #a3051e;
    margin-top: 25px;
}

/* LAYOUT GRID */
.mc-layout-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 80px;
}

/* TEXT SPECIFICATIONS - LATO 400 16/29 */
.mc-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;
}
.mc-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;
}

/* ECOSYSTEM GRID */
.mc-ecosystem { margin-top: 50px; }
.mc-sub-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
    margin-bottom: 25px;
}
.mc-icon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.mc-icon-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fcfcfc;
    padding: 15px 20px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}
.mc-icon-item:hover {
    border-color: #a3051e;
    transform: translateY(-3px);
}
.mc-dot {
    width: 8px;
    height: 8px;
    background: #a3051e;
    border-radius: 50%;
}
.mc-icon-item span {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

/* SIDEBAR CALLOUT */
.mc-callout-card {
    background: #000;
    padding: 40px;
    color: #fff;
    position: sticky;
    top: 40px;
}
.mc-callout-card h4 {
    color: #a3051e;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 900;
}
.mc-callout-card p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    color: #ccc;
}
.mc-line-graphic {
    width: 40px;
    height: 2px;
    background: #a3051e;
    margin-top: 30px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .mc-layout-grid { grid-template-columns: 1fr; }
    .mc-icon-grid { grid-template-columns: 1fr; }
    .mc-hero { height: 300px; }
    .mc-container { padding: 40px 20px; }
}/* End custom CSS */