.elementor-4183 .elementor-element.elementor-element-2be9b0e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3f0df8f *//* GLOBAL WRAPPER */
.jaa-wrapper { background: #ffffff; overflow-x: hidden; }

.jaa-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    font-family: 'Lato', sans-serif;
}

/* HERO BANNER */
.jaa-hero {
    height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

/* GRID LAYOUT */
.jaa-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 80px;
}

/* HEADER & ACCENTS */
.jaa-eyebrow {
    color: #a3051e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 10px;
}

.jaa-title {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 900;
    color: #000;
    margin: 0;
}

.jaa-accent-bar {
    width: 60px;
    height: 4px;
    background: #a3051e;
    margin: 25px 0 45px;
}

/* TEXT BODY - LATO 400 16/29 BLACK */
.jaa-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;
}

.jaa-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;
}

/* ACTION BUTTON */
.jaa-btn {
    display: inline-block;
    padding: 18px 35px;
    background: #a3051e;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.jaa-btn:hover {
    background: #000;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(163, 5, 30, 0.2);
}

/* IMPACT CARD SIDEBAR */
.jaa-sticky-sidebar { position: sticky; top: 40px; }

.impact-card {
    background: #f9f9f9;
    padding: 40px 30px;
    border: 1px solid #eee;
    text-align: center;
}

.impact-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
    margin-bottom: 30px;
}

.comparison-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.comp-box { padding: 10px; }
.comp-val { display: block; font-size: 28px; font-weight: 400; color: #999; }
.comp-desc { font-size: 11px; text-transform: uppercase; color: #888; font-weight: 700; }

.comp-arrow { font-size: 20px; color: #a3051e; }

.comp-box.highlight .comp-val {
    font-size: 48px;
    color: #a3051e;
    font-weight: 900;
}

.impact-footer {
    margin-top: 30px;
    font-size: 13px;
    color: #555;
    font-style: italic;
    line-height: 1.4;
}

/* RESPONSIVE DESIGN */
@media (max-width: 991px) {
    .jaa-grid { grid-template-columns: 1fr; }
    .jaa-hero { height: 300px; }
    .jaa-sidebar { margin-top: 40px; }
    .jaa-container { padding: 40px 20px; }
}/* End custom CSS */