.elementor-4257 .elementor-element.elementor-element-db28552{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-7b8adb1 *//* GLOBAL WRAPPER - No longer forcing top-zero */
.vurbs-wrapper { 
    background: #ffffff; 
    overflow-x: hidden; 
    width: 100%;
    position: relative;
    display: block;
}

/* HERO IMAGE - Adjusted to flow naturally */
.vurbs-hero {
    width: 100%;
    aspect-ratio: 1920 / 800; 
    min-height: 400px;
    background-size: cover; 
    background-position: top center; 
    background-repeat: no-repeat;
    
    /* Remove the !important top margin to let the header push it down */
    margin: 0 0 60px 0; 
    display: block;
    clear: both; /* Ensures it starts below floating headers */
}

/* CONTAINER & LAYOUT */
.vurbs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    font-family: 'Lato', sans-serif;
}

.vurbs-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 80px;
    align-items: start;
}

/* TYPOGRAPHY */
.vurbs-eyebrow {
    color: #a3051e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 12px;
}

.vurbs-title {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
    color: #000;
}

.vurbs-accent-bar {
    width: 60px;
    height: 4px;
    background: #a3051e;
    margin: 30px 0 40px;
}

.vurbs-text-body p {
    font-size: 16px;
    line-height: 29px;
    color: #000;
    margin-bottom: 25px;
}

.vurbs-lead {
    font-size: 22px !important;
    line-height: 1.6 !important;
    border-left: 5px solid #a3051e;
    padding-left: 30px;
    margin-bottom: 45px !important;
}

/* BOXES & BUTTONS */
.vurbs-impact-box {
    background: #fdf2f3;
    padding: 35px;
    border-radius: 4px;
    margin: 40px 0;
    font-style: italic;
}

.vurbs-btn {
    display: inline-block;
    background: #a3051e;
    color: #fff !important;
    padding: 18px 40px;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    transition: 0.3s ease;
}

/* SIDEBAR STICKY */
.vurbs-sticky { position: sticky; top: 40px; }

.intangibles-card {
    background: #fff;
    padding: 40px 25px;
    border: 1px solid #eee;
    border-top: 5px solid #a3051e;
}

.intangible-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    padding: 15px;
    background: #fdfcfc;
    transition: 0.3s;
}

.intangible-num {
    font-size: 24px;
    font-weight: 900;
    color: #ccc;
}

/* MOBILE */
@media (max-width: 991px) {
    .vurbs-grid { grid-template-columns: 1fr; }
    .vurbs-hero { aspect-ratio: auto; height: 350px; }
    .vurbs-container { padding: 0 20px; }
}/* End custom CSS */