/* =====================================================================
   CAPITAL ADVISORY PAGE STYLES
   - Custom hero image (different from M&A page)
   - Custom Deals section image (renewable energy)
   - Inherits all other styles from ma-strategic.css
   ===================================================================== */

/* ===========================
   HERO SECTION - CAPITAL ADVISORY SPECIFIC
   =========================== */

.ib-hero {
    /* Capital Advisory uses highway sunset with light trails */
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0.25) 50%,
        rgba(0, 0, 0, 0.45) 100%
    ), url('../images/hero-ocean-aerial.jpg') !important;
    
    background-position: center bottom !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    filter: brightness(1.05) contrast(1.2) !important;
}

/* Override with modern geometric architectural ceiling - looking upward at angular glass/metal structure */
/* Image: https://www.genspark.ai/api/files/s/4FUxsyQd - Geometric ceiling with dramatic angles and natural light */

/* ===========================
   DEALS THAT INSPIRE SECTION - RENEWABLE ENERGY IMAGE
   =========================== */

/* Override the M&A page background image with renewable energy landscape */
section.sustainability-hero-section::before,
.sustainability-hero-section::before {
    background: url('../images/hero-mountains-close.jpg') center center / cover no-repeat !important;
}

/* Override with renewable energy landscape for Capital Advisory "Deals that inspire" section */
/* Image: https://www.genspark.ai/api/files/s/4X5EAmCY - Solar panels and wind turbines with mountains at sunrise */
/* Version: v3DEALS - Updated Deals section with renewable energy imagery */
