/* ===================================
   CSS CUSTOM PROPERTIES (VARIABLES)
   ================================== */
:root {
    /* Brand Colors */
    --primary-orange: #ed6d05;
    --secondary-orange: #d35917;
    --text-primary: #333;
    --text-secondary: #6c757d;
    --text-light: #878787;
    --border-light: #e9ecef;
    --background-light: #f8f9fa;
    --white: #ffffff;
    
    /* Typography */
    --font-heading: 'IBM Plex Sans', sans-serif;
    --font-body: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
    /* Spacing */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-xxl: 3rem;
    --spacing-xxxl: 4rem;
    
    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
    
    /* Shadows */
    --shadow-sm: 0 2px 5px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 8px 25px rgba(0, 0, 0, 0.15);
    --shadow-xl: 0 12px 30px rgba(0, 0, 0, 0.2);
    
    /* Border Radius */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    
    /* Z-index Scale */
    --z-dropdown: 999;
    --z-navbar: 1000;
    --z-modal: 9999;
    --z-tooltip: 10000;
}

/* Font Declarations */
@font-face {
    font-family: 'IBM Plex Sans';
    src: url('font/IBM_Plex_Sans/IBMPlexSans-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-stretch: 75% 125%;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('font/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 300 800;
    font-stretch: 75% 100%;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome Sharp Light';
    src: url('font/sharp-light/Font Awesome 7 Sharp-Light-300.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Font Awesome Icon Classes */
.fa-sharp-light {
    font-family: 'Font Awesome Sharp Light';
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-location-dot:before { content: "\f3c5"; }
.fa-truck:before { content: "\f0d1"; }
.fa-route:before { content: "\f4d7"; }
.fa-map-location-dot:before { content: "\f5a0"; }
.fa-tachograph-digital:before { content: "\f8da"; } /* RECOMMENDED: Better than fa-router for tachograph */
.fa-gas-pump:before { content: "\f52f"; }
.fa-thermometer:before { content: "\f491"; } /* RECOMMENDED: Better than fa-temperature-snow */
.fa-steering-wheel:before { content: "\f622"; }
.fa-people-group:before { content: "\e533"; }
.fa-truck-moving:before { content: "\f4df"; }
.fa-plug:before { content: "\f1e6"; } /* RECOMMENDED: Better than fa-link for integrations */
.fa-arrow-right:before { content: "\f061"; }

/* Enhanced Service Icons - Professional Fleet Management */
/* Driver & Workforce Monitoring */
.fa-user-check:before { content: "\f4fc"; } /* RECOMMENDED for Driver Behavior */
.fa-eye:before { content: "\f06e"; }
.fa-chart-line:before { content: "\f201"; }
.fa-shield-check:before { content: "\f2f7"; }
.fa-clock:before { content: "\f017"; }

/* Cold Chain & Temperature Management */
.fa-snowflake:before { content: "\f2dc"; }
.fa-warehouse:before { content: "\f494"; }

/* Mobile & Connectivity */
.fa-mobile:before { content: "\f3ce"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-satellite:before { content: "\f7bf"; }

/* Camera Systems */
.fa-video:before { content: "\f03d"; } /* RECOMMENDED for Camera Systems */
.fa-camera-security:before { content: "\f8fe"; }
.fa-record-vinyl:before { content: "\f8d9"; }

/* Cloud & Legal */
.fa-cloud:before { content: "\f0c2"; }
.fa-scale-balanced:before { content: "\f24e"; }

/* API Integration & Development Icons */
.fa-code-branch:before { content: "\f126"; }
.fa-network-wired:before { content: "\f6ff"; }
.fa-tools:before { content: "\f7d9"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-sync-alt:before { content: "\f2f1"; }
.fa-bell:before { content: "\f0f3"; }
.fa-tachometer-alt:before { content: "\f3f4"; }
.fa-cogs:before { content: "\f085"; }
.fa-pound-sign:before { content: "\f154"; }

/* Additional Business & Analytics Icons */
.fa-chart-area:before { content: "\f1fe"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-leaf:before { content: "\f06c"; }
.fa-clipboard-check:before { content: "\f46c"; }
.fa-file-certificate:before { content: "\f5f3"; }
.fa-gauge:before { content: "\f624"; }
.fa-circle-check:before { content: "\f058"; }
.fa-puzzle-piece:before { content: "\f12e"; }

/* MISSING ICONS - CRITICAL FIXES */
/* Most frequently used missing icons */
.fa-wrench:before { content: "\f0ad"; }
.fa-building:before { content: "\f1ad"; }
.fa-headset:before { content: "\f590"; }
.fa-truck-field:before { content: "\e58d"; }
.fa-router:before { content: "\f8da"; } /* Alternative to fa-tachograph-digital */
.fa-gears:before { content: "\f085"; } /* Same as fa-cogs - unified naming */
.fa-chart-mixed:before { content: "\f643"; }
.fa-calendar-clock:before { content: "\f273"; }
.fa-triangle-exclamation:before { content: "\f071"; }
.fa-chart-line-down:before { content: "\f64d"; }

/* Communication & Contact Icons */
.fa-phone:before { content: "\f095"; }
.fa-comments:before { content: "\f086"; }
.fa-handshake:before { content: "\f2b5"; }

/* Industry & Professional Icons */
.fa-hard-hat:before { content: "\f807"; }
.fa-industry:before { content: "\f275"; }
.fa-hammer:before { content: "\f6e3"; }
.fa-users-gear:before { content: "\f509"; }
.fa-rocket:before { content: "\f135"; }

/* Calendar & Time Management */
.fa-calendar-days:before { content: "\f073"; }

/* Environmental & Waste Management */
.fa-recycle:before { content: "\f1b8"; }
.fa-house-chimney:before { content: "\e3af"; }
.fa-shield-virus:before { content: "\e06c"; }
.fa-trash-can:before { content: "\f2ed"; }

/* Technology & Performance Icons */
.fa-mobile-screen:before { content: "\f3cf"; }
.fa-gauge-high:before { content: "\f625"; }
.fa-truck-fast:before { content: "\f87b"; }
.fa-temperature-low:before { content: "\f76b"; }
.fa-siren-on:before { content: "\e02e"; }

/* Business & Finance Icons */
.fa-coins:before { content: "\f51e"; }
.fa-heart:before { content: "\f004"; }

/* ADDITIONAL MISSING ICONS - FINAL BATCH */
/* Business & Achievement Icons */
.fa-arrow-trend-up:before { content: "\e098"; }
.fa-award:before { content: "\f559"; }
.fa-medal:before { content: "\f5a2"; }
.fa-trophy:before { content: "\f091"; }
.fa-star:before { content: "\f005"; }

/* Technology & Infrastructure Icons */
.fa-bolt:before { content: "\f0e7"; }
.fa-microchip:before { content: "\f2db"; }
.fa-car-battery:before { content: "\f5df"; }
.fa-light:before { content: "\f0eb"; }
.fa-link:before { content: "\f0c1"; }
.fa-lock:before { content: "\f023"; }

/* Industrial & Equipment Icons */
.fa-boxes:before { content: "\f468"; }
.fa-crane:before { content: "\f83c"; }
.fa-dumpster:before { content: "\f793"; }
.fa-excavator:before { content: "\f5e8"; }
.fa-ship:before { content: "\f21a"; }

/* Human & Communication Icons */
.fa-brain:before { content: "\f5dc"; }
.fa-users:before { content: "\f0c0"; }
.fa-user-shield:before { content: "\f505"; }
.fa-message:before { content: "\f27a"; }

/* Time & Planning Icons */
.fa-calendar:before { content: "\f133"; }
.fa-clipboard-list:before { content: "\f46d"; }
.fa-road:before { content: "\f018"; }

/* Finance & Measurement Icons */
.fa-dollar-sign:before { content: "\f155"; }
.fa-temperature-empty:before { content: "\f2cb"; }



/* ===================================
   COMMON UTILITY CLASSES
   ================================== */

/* Hover Effects */
.hover-lift {
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.hover-lift:hover {
    transform: translateY(-5px);
}

.hover-shadow-sm:hover {
    box-shadow: var(--shadow-md);
}

.hover-shadow-lg:hover {
    box-shadow: var(--shadow-lg);
}

.hover-shadow-xl:hover {
    box-shadow: var(--shadow-xl);
}

/* Common Transitions */
.transition-all {
    transition: all var(--transition-normal);
}

.transition-colors {
    transition: color var(--transition-normal), background-color var(--transition-normal), border-color var(--transition-normal);
}

.transition-transform {
    transition: transform var(--transition-normal);
}

/* Card Base Styles */
.card-base {
    background: var(--white);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.card-base:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

/* Hero Background Pattern */
.hero-bg-base {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* ===================================
   UNIFIED BUTTON SYSTEM
   Following Style Guide Standards
   ================================== */

/* Base Button Styles - Foundation for all buttons */
.btn,
.btn-base {
    display: inline-block;
    padding: 0.75rem var(--spacing-lg);
    border-radius: var(--radius-sm);
    text-decoration: none;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    border: none;
    transition: all var(--transition-normal);
    position: relative;
    white-space: nowrap;
}

/* Primary Button - Main CTA style */
.btn,
.btn-primary {
    background-color: var(--primary-orange);
    color: var(--white);
}

.btn-primary,
.btn-primary:link,
.btn-primary:visited,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: var(--white);
}

.btn:hover,
.btn-primary:hover {
    background-color: var(--secondary-orange);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* Secondary Button - Alternative style */
.btn-secondary {
    background-color: transparent;
    color: var(--primary-orange);
    border: 2px solid var(--primary-orange);
}

.btn-secondary,
.btn-secondary:link,
.btn-secondary:visited {
    color: var(--primary-orange);
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: var(--primary-orange);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(237, 109, 5, 0.3);
}

/* Navigation Button - Specific for navbar */
.btn-nav {
    background-color: var(--primary-orange);
    color: var(--white);
    padding: 0.75rem var(--spacing-lg);
    font-weight: 600;
    border-radius: var(--radius-sm);
}

.btn-nav,
.btn-nav:link,
.btn-nav:visited,
.btn-nav:hover,
.btn-nav:active,
.btn-nav:focus {
    color: var(--white);
}

.btn-nav:hover {
    background-color: var(--secondary-orange);
}

/* Industry Button - For industry cards */
.btn-industry {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-sm);
    background-color: var(--primary-orange);
    color: var(--white);
    padding: 0.75rem var(--spacing-lg);
    font-weight: 600;
    text-shadow: none;
}

.btn-industry,
.btn-industry:link,
.btn-industry:visited,
.btn-industry:hover,
.btn-industry:active,
.btn-industry:focus {
    color: var(--white);
}

.btn-industry:hover {
    background-color: var(--secondary-orange);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(237, 109, 5, 0.4);
}

.btn-industry i {
    transition: transform var(--transition-normal);
    font-size: 0.9rem;
}

.btn-industry:hover i {
    transform: translateX(3px);
}

/* Panel Button - For image panels */
.btn-panel {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-sm);
    background-color: var(--primary-orange);
    color: var(--white);
    padding: 0.75rem var(--spacing-lg);
    font-weight: 600;
}

.btn-panel,
.btn-panel:link,
.btn-panel:visited,
.btn-panel:hover,
.btn-panel:active,
.btn-panel:focus {
    color: var(--white);
}

.btn-panel:hover {
    background-color: var(--secondary-orange);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(237, 109, 5, 0.4);
}

.btn-panel i {
    transition: transform var(--transition-normal);
}

.btn-panel:hover i {
    transform: translateX(3px);
}

/* Card Button - Smaller button for cards */
.btn-card {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-sm);
    background-color: var(--primary-orange);
    color: var(--white);
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: var(--spacing-md);
}

.btn-card,
.btn-card:link,
.btn-card:visited,
.btn-card:hover,
.btn-card:active,
.btn-card:focus {
    color: var(--white);
}

.btn-card:hover {
    background-color: var(--secondary-orange);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(237, 109, 5, 0.4);
}

.btn-card i {
    transition: transform var(--transition-normal);
    font-size: 0.8rem;
}

.btn-card:hover i {
    transform: translateX(3px);
}

/* Submit Button - For forms */
.btn-submit {
    background-color: var(--primary-orange);
    color: var(--white);
    padding: 0.75rem var(--spacing-xl);
    border: none;
    cursor: pointer;
    font-family: var(--font-body);
    font-weight: 600;
}

.btn-submit,
.btn-submit:link,
.btn-submit:visited,
.btn-submit:hover,
.btn-submit:active,
.btn-submit:focus {
    color: var(--white);
}

.btn-submit:hover {
    background-color: var(--secondary-orange);
}

/* Visual Break Button - Special styling */
.btn-visual-break {
    background-color: var(--primary-orange);
    color: var(--white);
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-visual-break,
.btn-visual-break:link,
.btn-visual-break:visited,
.btn-visual-break:hover,
.btn-visual-break:active,
.btn-visual-break:focus {
    color: var(--white);
}

.btn-visual-break:hover {
    background-color: var(--secondary-orange);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(237, 109, 5, 0.4);
}

/* Newsletter Button */
.newsletter-btn {
    padding: 0.75rem var(--spacing-lg);
    background-color: var(--primary-orange);
    color: var(--white);
    border: none;
    cursor: pointer;
    font-family: var(--font-body);
    font-weight: 600;
}

.newsletter-btn:hover {
    background-color: var(--secondary-orange);
}

/* Enhanced Focus States for Accessibility */
.btn:focus,
.btn-nav:focus,
.btn-submit:focus,
.btn-secondary:focus,
.btn-industry:focus,
.btn-panel:focus,
.btn-card:focus,
.btn-visual-break:focus,
.newsletter-btn:focus {
    outline: 2px solid var(--white);
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(237, 109, 5, 0.5);
}

/* Responsive Button Adjustments */
@media (max-width: 768px) {
    .btn,
    .btn-primary,
    .btn-secondary,
    .btn-nav {
        width: 100%;
        text-align: center;
        padding: 0.75rem var(--spacing-md);
    }
    
    .btn-industry,
    .btn-panel {
        padding: 0.65rem 1.25rem;
        font-size: 0.9rem;
    }
    
    .btn-visual-break {
        padding: 12px 30px;
        font-size: 16px;
        width: 100%;
    }
    
    .newsletter-btn {
        width: 100%;
    }
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-body);
    line-height: 1.6;
    color: var(--text-primary);
    padding-top: 70px; /* Account for fixed navbar - reduced to match tablet/mobile */
}

/* Global Link Reset - Remove default hyperlink styling */
a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
    color: inherit;
}

/* Typography Hierarchy */
h1, h2, h3 {
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: var(--spacing-md);
    color: var(--text-primary);
}

h4, h5, h6 {
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: var(--spacing-md);
    color: var(--text-primary);
}

/* Base Typography - Desktop */
h1 { font-size: 80px; }
h2 { font-size: 40px; }
h3 { font-size: 34px; }
h4 { font-size: 28px; }
h5 { 
    font-size: 18px;
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: var(--spacing-md);
    color: var(--text-secondary);
}
h6 { font-size: 16px; }

/* Global List Styles - Remove bullet points by default
   This is a design system rule: NO lists should have bullet points */
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

/* ===================================
   NAVBAR STYLES - CONSOLIDATED & OPTIMIZED
   ================================== */

.navbar {
    background-color: var(--white);
    padding: var(--spacing-md) 0;
    box-shadow: var(--shadow-sm);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: var(--z-navbar);
    transition: all var(--transition-normal);
}

.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-lg);
}

.navbar .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand {
    display: flex;
    align-items: center;
    flex: 1;
}

.navbar-logo {
    color: var(--text-primary);
    font-weight: bold;
    text-decoration: none;
    transition: color var(--transition-normal);
    font-family: var(--font-heading);
    display: flex;
    align-items: center;
}

.navbar-logo:hover {
    color: var(--primary-orange);
}

.navbar-logo-img {
    transition: opacity var(--transition-normal);
}

.navbar-logo:hover .navbar-logo-img {
    opacity: 0.8;
}

/* Mobile: Show primary logo, hide wide logo */
.navbar-logo-wide {
    display: none;
    height: 50px;
}

.navbar-logo-primary {
    display: block;
    height: 50px;
}

/* Mobile Hamburger Menu */
.navbar-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px;
    order: 3;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background-color: var(--text-primary);
    border-radius: 2px;
    transition: all var(--transition-normal);
}

/* Hamburger Animation States */
.navbar-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.navbar-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile Menu */
.navbar-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background-color: var(--white);
    box-shadow: var(--shadow-md);
    z-index: var(--z-dropdown);
    border-radius: 0 0 var(--radius-md) var(--radius-md);
}

.navbar-menu.active {
    display: flex;
}

/* Dropdown Styles */
.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-primary);
    text-decoration: none;
    padding: var(--spacing-md) var(--spacing-lg);
    border-bottom: 1px solid var(--border-light);
    transition: background-color var(--transition-normal);
}

.dropdown-toggle:hover {
    background-color: var(--background-light);
    color: var(--text-primary);
}

.dropdown-arrow {
    transition: transform var(--transition-normal);
    display: none;
}

.dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
}

/* Mobile dropdown menu */
.dropdown-menu {
    display: none;
    background-color: var(--background-light);
    padding-left: var(--spacing-md);
}

.dropdown-menu.active {
    display: block;
}

/* Mobile dropdown items */
.dropdown-item,
.dropdown-item-mobile {
    display: block;
    color: var(--text-secondary);
    text-decoration: none;
    padding: 0.75rem var(--spacing-lg);
    border-bottom: 1px solid var(--border-light);
    transition: all var(--transition-normal);
}

.dropdown-item:hover,
.dropdown-item-mobile:hover {
    background-color: var(--white);
    color: var(--primary-orange);
    padding-left: var(--spacing-xl);
}

.dropdown-item:last-child,
.dropdown-item-mobile:last-child {
    border-bottom: none;
}

/* CTA Buttons */
.navbar-cta-medium {
    display: none; /* Hidden on mobile by default */
    order: 2;
    margin: 0 var(--spacing-md);
}

.navbar-cta {
    padding: var(--spacing-md) var(--spacing-lg);
}

.btn-nav {
    background-color: var(--primary-orange);
    color: var(--white);
    padding: 0.75rem var(--spacing-lg);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: background-color var(--transition-normal);
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.btn-nav:hover {
    background-color: var(--secondary-orange);
}

/* Desktop Styles - Large screens above 1500px */
@media (min-width: 1501px) {
    /* Reduce navbar padding on desktop to match tablet height */
    .navbar {
        padding: 0.75rem 0;
    }

    /* Hide mobile dropdown items on desktop */
    .dropdown-item-mobile {
        display: none !important;
    }
    
    /* Show desktop mega-menu elements */
    .mega-menu-container,
    .mega-menu-content,
    .mega-menu-column {
        display: block !important;
    }
    
    .navbar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        width: 100%;
        max-width: none;
    }
    
    .navbar-brand {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: auto;
        order: 1;
    }
    
    .navbar-logo {
        margin-bottom: 0;
    }
    
    /* Desktop: Show wide logo, hide primary logo */
    .navbar-logo-wide {
        display: block;
        height: 40px;
    }

    .navbar-logo-primary {
        display: none;
    }    .navbar-toggle {
        display: none;
    }
    
    /* Hide medium desktop CTA button on large desktop */
    .navbar-cta-medium {
        display: none !important;
    }
    
    .navbar-menu {
        display: flex !important;
        flex-direction: row;
        position: static;
        width: auto;
        background-color: transparent;
        box-shadow: none;
        justify-content: flex-end;
        align-items: center;
        gap: 1rem;
        order: 2;
        z-index: 1001;
    }
    
    .dropdown-toggle {
        padding: 0.5rem 1rem;
        border-bottom: none;
        white-space: nowrap;
        border-radius: 4px;
    }
    
    .dropdown-menu {
        display: none;
        position: fixed;
        top: 80px; /* Initial value, will be updated by JavaScript */
        left: 0;
        width: 100vw;
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        border-radius: 0;
        padding: 0; /* Remove padding to eliminate gap */
        z-index: 999;
        border-top: 3px solid #ed6d05;
    }
    
    /* Extend dropdown hover area upward to bridge any micro-gaps */
    .dropdown::after {
        content: '';
        position: absolute;
        top: -5px; /* Extend 5px above the dropdown trigger */
        left: 0;
        right: 0;
        height: 5px;
        background: transparent;
        z-index: 1000;
    }
    
    .dropdown-menu .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 2rem 15px; /* Add top/bottom padding here to avoid gaps */
        display: flex;
        justify-content: center;
    }
    
    .dropdown-menu .row {
        max-width: 100%;
        justify-content: center;
        width: auto;
    }
    
    .mega-menu-content {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 2rem;
        max-width: 100%;
    }
    
    .mega-menu-column h4 {
        color: #333333;
        font-weight: 600;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #ed6d05;
        font-family: 'IBM Plex Sans', sans-serif;
    }
    
    .mega-menu-card {
        display: flex;
        align-items: center;
        padding: 1rem;
        margin-bottom: 1rem;
        background-color: #ffffff;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        text-decoration: none;
        color: #333333;
        transition: all 0.3s ease;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        cursor: pointer;
    }
    
    .mega-menu-card:hover {
        background-color: #f8f9fa;
        border-color: #ed6d05;
        box-shadow: 0 4px 12px rgba(237, 109, 5, 0.15);
        transform: translateY(-2px);
        text-decoration: none;
        color: #333333;
    }
    
    .mega-menu-icon {
        flex-shrink: 0;
        width: 60px;
        height: 60px;
        margin-right: 1rem;
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f8f9fa;
    }
    
    .mega-menu-icon img,
    .mega-menu-icon picture {
        width: 100%;
        height: 100%;
        display: block;
    }
    
    .mega-menu-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
    
    .mega-menu-icon picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
    
    .mega-menu-card .mega-menu-content {
        flex-grow: 1;
        min-width: 0;
    }
    
    .mega-menu-card .mega-menu-content h5 {
        font-weight: 600;
        margin: 0 0 0.25rem 0;
        color: #333333;
        font-family: 'IBM Plex Sans', sans-serif;
        line-height: 1.3;
    }
    
    .mega-menu-card .mega-menu-content h5 {
        color: #6c757d;
        margin: 0;
        line-height: 1.4;
    }
    
    .mega-menu-card:hover .mega-menu-content h5 {
        color: #ed6d05;
    }
    
    .mega-menu-card:hover .mega-menu-content h5 {
        color: #495057;
    }
    
    /* CSS hover is disabled - JavaScript handles mega menu hover on large desktop */
    /* .dropdown:hover .dropdown-menu {
        display: block;
    } */
    
    .dropdown-item {
        color: #878787;
        padding: 0.75rem 0;
        border-bottom: none;
        display: block;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .dropdown-item:hover {
        background-color: transparent;
        color: #ed6d05;
        padding-left: 0;
        transform: translateX(5px);
    }
    
    .navbar-cta {
        padding: 0;
        margin-left: 1rem;
    }
    
    .btn-nav {
        width: auto;
        padding: 0.75rem 1.5rem;
        white-space: nowrap;
    }
}

/* Large Desktop Styles */
@media (min-width: 1501px) {
    .navbar-menu {
        gap: 1rem;
    }
    
    .dropdown-toggle {
        padding: 0.75rem 1.5rem;
    }
    
    .navbar-cta {
        margin-left: 2rem;
    }
}

/* Medium Desktop Styles - Show hamburger menu at 1500px and below */
@media (max-width: 1500px) and (min-width: 769px) {
    /* Hide desktop mega-menu elements on medium desktop */
    .mega-menu-container,
    .mega-menu-content,
    .mega-menu-column,
    .mega-menu-card {
        display: none !important;
    }
    
    /* Show mobile dropdown items on medium desktop */
    .dropdown-item-mobile {
        display: block !important;
    }
    
    .navbar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 0 15px;
    }
    
    .navbar-brand {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: relative;
    }
    
    .navbar-logo {
        margin-bottom: 0;
        flex: 1;
    }
    
    /* Medium Desktop CTA Button - positioned between logo and hamburger */
    .navbar-cta-medium {
        display: flex;
        align-items: center;
        margin: 0 1rem;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    
    .navbar-cta-medium .btn-nav {
        background-color: var(--primary-orange);
        color: var(--white);
        padding: var(--spacing-sm) var(--spacing-md);
        text-decoration: none;
        border-radius: var(--radius-sm);
        transition: background-color var(--transition-normal);
        display: inline-block;
        white-space: nowrap;
    }
    
    .navbar-cta-medium .btn-nav:hover {
        background-color: #d35917;
    }
    
    /* Hide medium desktop CTA when hamburger menu is active */
    .navbar-toggle.active ~ .navbar-cta-medium {
        opacity: 0;
        transform: translateX(10px);
        pointer-events: none;
    }
    
    /* Show wide logo on medium desktop */
    .navbar-logo-wide {
        display: block;
        height: 40px;
    }

    .navbar-logo-primary {
        display: none;
    }    /* Show hamburger toggle on medium desktop - positioned on the right */
    .navbar-toggle {
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 4px;
        padding: 8px;
        align-self: center;
        flex-shrink: 0;
    }
    
    /* Hide full menu, show as mobile-style dropdown on medium desktop */
    .navbar-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        z-index: 999;
        border-radius: 0 0 8px 8px;
    }
    
    .navbar-menu.active {
        display: flex;
    }
    
    .navbar-item {
        position: relative;
    }
    
    /* Dropdown Styles for Medium Desktop - match mobile */
    .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #333333;
        text-decoration: none;
        padding: 1rem 1.5rem;
        border-bottom: 1px solid #e9ecef;
        transition: background-color 0.3s ease;
        border-radius: 0;
        white-space: nowrap;
    }
    
    .dropdown-toggle:hover {
        background-color: #f8f9fa;
        color: #333333;
    }
    
    /* Show dropdown arrows on medium desktop */
    .dropdown-arrow {
        transition: transform 0.3s ease;
        display: block;
    }
    
    .dropdown.active .dropdown-arrow {
        transform: rotate(180deg);
    }
    
    /* Medium desktop dropdown menu - match mobile style */
    .dropdown-menu {
        display: none !important;
        position: static !important;
        width: auto !important;
        background-color: #f8f9fa !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        padding-left: 1rem !important;
        border-top: none !important;
    }
    
    .dropdown-menu.active {
        display: block !important;
    }
    
    .dropdown-item-mobile {
        color: #6c757d !important;
        text-decoration: none;
        padding: 0.75rem 1.5rem !important;
        border-bottom: 1px solid #e9ecef !important;
        transition: all 0.3s ease;
        transform: none !important;
    }
    
    .dropdown-item-mobile:hover {
        background-color: #ffffff !important;
        color: #ed6d05 !important;
        padding-left: 2rem !important;
        transform: none !important;
    }
    
    .dropdown-item-mobile:last-child {
        border-bottom: none !important;
    }
    
    /* CTA Button - match mobile style */
    .navbar-cta {
        padding: 1rem 1.5rem;
        margin-left: 0;
    }
    
    .btn-nav {
        background-color: #ed6d05;
        color: white;
        padding: 0.75rem 1.5rem;
        text-decoration: none;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    
    .btn-nav:hover {
        background-color: #d35917;
    }
    
    /* Secondary button full width in tablet/mobile dropdown */
    .navbar-cta .btn-secondary {
        width: 100%;
        text-align: center;
        display: inline-block;
        margin-bottom: 0.5rem;
    }
    
    /* Hamburger Animation - match mobile */
    .navbar-toggle.active .hamburger-line:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .navbar-toggle.active .hamburger-line:nth-child(2) {
        opacity: 0;
    }
    
    .navbar-toggle.active .hamburger-line:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
}

/* 12-Column Grid System */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

/* Grid Columns - Mobile-First Approach */
.col {
    flex: 1;
    padding: 0 15px;
}

.col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

/* All columns have consistent padding and spacing */
[class*="col-"] {
    padding: 0 15px;
    margin-bottom: var(--spacing-lg);
}

/* ===================================
   RESPONSIVE BREAKPOINTS & MEDIA QUERIES
   Mobile-First Approach Following Style Guide Standards
   
   Breakpoints:
   - Mobile: 0-768px (default base styles)
   - Tablet: 769px-1024px 
   - Desktop: 1025px-1500px
   - Large Desktop: 1501px+
   - Ultra-wide: 1921px+
   ================================== */

/* Mobile Typography - Base Styles (0-768px) */
@media (max-width: 768px) {
    body {
        padding-top: var(--spacing-xxxl); /* 64px for mobile navbar */
    }
    
    /* Mobile Navigation - Hide mega menu elements completely */
    .mega-menu-container,
    .mega-menu-content,
    .mega-menu-column,
    .mega-menu-card {
        display: none !important;
    }
    
    /* Mobile Typography Scaling */
    h1 { 
        font-size: clamp(28px, 6vw, 36px); 
        line-height: 1.1;
        margin-bottom: var(--spacing-lg);
    }
    h2 { 
        font-size: clamp(24px, 5vw, 30px); 
        line-height: 1.2;
        margin-bottom: var(--spacing-md);
    }
    h3 { 
        font-size: clamp(20px, 4.5vw, 26px); 
        margin-bottom: var(--spacing-md);
    }
    h4 { 
        font-size: clamp(18px, 4vw, 22px); 
        margin-bottom: var(--spacing-sm);
    }
    h5 { 
        font-size: 16px; 
        margin-bottom: var(--spacing-sm);
    }
    h6 { 
        font-size: 14px; 
        margin-bottom: var(--spacing-sm);
    }
    
    /* Mobile spacing adjustments */
    .section {
        padding: var(--spacing-xxl) 0 var(--spacing-xl) 0; /* 48px top, 32px bottom */
    }
    
    .container {
        padding: 0 var(--spacing-md); /* 16px side padding */
    }
    
    /* Hide medium desktop CTA button on mobile */
    .navbar-cta-medium {
        display: none !important;
    }
    
    /* Mobile grid - all columns stack */
    [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /* Mobile hero adjustments */
    .hero-section {
        background-attachment: scroll; /* Better performance on mobile */
        padding: var(--spacing-xxxl) 0; /* 64px */
        min-height: 70vh; /* Reduced height for mobile */
    }
    
    .hero-section::before {
        background: linear-gradient(to bottom, 
            rgba(0, 0, 0, 0.9) 0%, 
            rgba(0, 0, 0, 0.7) 40%, 
            rgba(0, 0, 0, 0.3) 70%, 
            rgba(0, 0, 0, 0.1) 100%);
    }
}

/* ===================================
   ENHANCED RESPONSIVE BREAKPOINTS
   ================================== */

/* Tablet Styles (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    /* Tablet Typography */
    h1 { font-size: clamp(40px, 5vw, 60px); }
    h2 { font-size: clamp(32px, 4vw, 36px); }
    h3 { font-size: clamp(28px, 3.5vw, 30px); }
    h4 { font-size: clamp(24px, 3vw, 26px); }
    
    /* Tablet grid system - responsive layout */
    .col-3 { flex: 0 0 100%; max-width: 100%; }
    .col-4 { flex: 0 0 100%; max-width: 100%; }
    
    /* Tablet spacing and layout */
    .section { padding: var(--spacing-xxl) 0; }
    .container { padding: 0 var(--spacing-lg); }
    
    /* Tablet hero adjustments */
    .hero-section { 
        min-height: 80vh; 
        padding: var(--spacing-xxxl) 0; 
    }
    
    /* Tablet image heights */
    .image-height-sm { min-height: 280px; }
    .image-height-md { min-height: 320px; }
    .image-height-lg { min-height: 380px; }
    .image-height-xl { min-height: 420px; }
}

/* Desktop Styles (1025px - 1500px) */
@media (min-width: 1025px) and (max-width: 1500px) {
    /* Desktop Typography */
    h1 { font-size: clamp(50px, 4vw, 70px); }
    h2 { font-size: clamp(34px, 3vw, 40px); }
    h3 { font-size: clamp(30px, 2.5vw, 34px); }
    h4 { font-size: clamp(26px, 2vw, 28px); }
    
    /* Desktop layout */
    .section { padding: var(--spacing-xxxl) 0; }
    .container { 
        padding: 0 var(--spacing-xl); 
        max-width: 1200px; 
    }
    
    .hero-section { 
        min-height: 90vh; 
        padding: var(--spacing-xxxl) 0; 
    }
}

/* Ultra-wide Desktop (1921px+) */
@media (min-width: 1921px) {
    .container {
        max-width: 1600px;
        padding: 0 var(--spacing-xxl);
    }
    
    .hero-section {
        padding: calc(var(--spacing-xxxl) * 1.5) 0;
    }
    
    .section {
        padding: calc(var(--spacing-xxxl) * 1.25) 0;
    }
}

/* Template Styles */
.section {
    padding: 3rem 0;
}

.hero-section {
    /* Enhanced WebP/JPG fallback system for new image system compatibility */
    background-image: url('image/banner/home.jpg'); /* Primary fallback for older browsers */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: var(--white);
    padding: var(--spacing-xxxl) 0;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

/* WebP support detection - Modern browsers will use this */
.webp .hero-section {
    background-image: url('image/banner/home.webp');
}

/* Critical image optimization - works with new image system */
.hero-section.critical-image {
    /* Enhanced loading for above-fold hero */
    will-change: background-image;
    backface-visibility: hidden;
    transform: translateZ(0);
}

/* Black gradient overlay from left to right */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(112.5deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Mobile: Vertical gradient from top to bottom */
@media (max-width: 768px) {
    .hero-section::before {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.85) 20%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0) 100%);
    }
    
    /* FontAwesome icon horizontal centering for mobile */
    .fa-sharp-light,
    [class*="fa-"] {
        display: inline-block;
        text-align: center;
    }
    
    /* Icon container centering */
    .feature-icon,
    .impact-icon,
    .benefit-icon,
    .fleet-icon,
    [class*="-icon"] {
        text-align: center !important;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}

/* Hero text container - relative positioning */
.hero-section .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.hero-section .row,
.hero-section .col-12 {
    margin: 0;
    padding: 0;
    text-align: left;
    max-width: 600px;
}

.hero-section h1 {
    margin-bottom: var(--spacing-md);
    font-weight: 600;
    font-family: var(--font-heading);
    color: var(--white);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 3;
}

/* Hero text visibility standards - All hero text MUST use white color and text-shadow for readability over background images */
.hero-section h2 {
    font-weight: 600;
    color: var(--white);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 3;
}

.hero-section h3 {
    font-weight: 300;
    color: var(--white);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    margin-bottom: var(--spacing-lg);
    position: relative;
    z-index: 3;
}

.hero-section h5 {
    margin-bottom: var(--spacing-xl);
    opacity: 0.95;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 3;
}

.hero-section .btn {
    position: relative;
    z-index: 3;
}

/* Page-specific hero backgrounds */
/* Asset Tracking Page */
body[data-page="asset-tracking"] .hero-section {
    background-image: url('image/banner/asset-tracking.webp'), url('image/banner/asset-tracking.jpg');
}

/* Fleet Management Page */
body[data-page="fleet-management"] .hero-section {
    background-image: url('image/banner/fleet-management.webp'), url('image/banner/fleet-management.jpg');
}

/* Route Optimization Page */
body[data-page="route-optimization"] .hero-section {
    background-image: url('image/banner/route-optimisation.webp'), url('image/banner/route-optimisation.jpg');
}

/* Cold Chain Page */
body[data-page="cold-chain"] .hero-section {
    background-image: url('image/banner/cold-chain.webp'), url('image/banner/cold-chain.jpg');
}

/* Logistics Page */
body[data-page="logistics"] .hero-section {
    background-image: url('image/banner/logistics.webp'), url('image/banner/logistics.jpg');
}

/* Waste Management Page */
body[data-page="waste-removal"] .hero-section {
    background-image: url('image/banner/waste-management.webp'), url('image/banner/waste-management.jpg');
}

/* Plant Hire Page */
body[data-page="plant-hire"] .hero-section {
    background-image: url('image/banner/plant-hire.webp'), url('image/banner/plant-hire.jpg');
}

/* Small Trades Page */
body[data-page="small-trades"] .hero-section {
    background-image: url('image/banner/small-trade.webp'), url('image/banner/small-trade.jpg');
}

/* Driver Behavior Page */
body[data-page="driver-behavior"] .hero-section {
    background-image: url('image/banner/driver-behaviour.webp'), url('image/banner/driver-behaviour.jpg');
}

/* Workforce Management Page */
body[data-page="workforce-management"] .hero-section {
    background-image: url('image/banner/workforce.webp'), url('image/banner/workforce.jpg');
}

/* Fuel Management Page */
body[data-page="fuel-management"] .hero-section {
    background-image: url('image/banner/Fuel-Management.webp'), url('image/banner/Fuel-Management.jpg');
}

/* Tachograph Page */
body[data-page="tachograph"] .hero-section {
    background-image: url('image/banner/Tachograph.webp'), url('image/banner/Tachograph.jpg');
}

/* Telematics Page */
body[data-page="telematics"] .hero-section {
    background-image: url('image/banner/fleet-telematics.webp'), url('image/banner/fleet-telematics.jpg');
}

/* Camera Systems Page */
body[data-page="cameras"] .hero-section {
    background-image: url('image/banner/camera-systems.webp'), url('image/banner/camera-systems.jpg');
}

/* Mobile Apps Page */
body[data-page="mobile-app"] .hero-section {
    background-image: url('image/banner/mobile-apps.webp'), url('image/banner/mobile-apps.jpg');
}

/* Plans/Pricing Page */
body[data-page="plans"] .hero-section {
    background-image: url('image/banner/pricing.webp'), url('image/banner/pricing.jpg');
}

/* Tachogram Page */
body[data-page="tachogram"] .hero-section {
    background-image: url('image/banner/tachogram.svg');
}

/* Section subtitle styling */
.section-subtitle {
    color: #878787;
}

/* Partner Logos Banner Section */
.partners-banner {
    background-color: #e9ecef;
    padding: 2rem 0;
    overflow: hidden;
}

.partners-banner h3 {
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 2rem;
}

/* Partner banner when embedded in hero section */
.partners-banner-hero {
    background-color: transparent;
    padding: 3rem 0 0 0;
    overflow: hidden;
    margin-top: 3rem;
}

.partners-scroll-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* CSS Mask with fallback */
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
    -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
    contain: layout style paint;
    
    /* Fallback for browsers without mask support */
    background: linear-gradient(90deg, transparent 0%, #e9ecef 20%, #e9ecef 80%, transparent 100%);
}

/* Fallback gradient overlay for mask effect in older browsers */
.partners-scroll-container::before,
.partners-scroll-container::after {
    content: '';
    position: absolute;
    top: 0;
    width: 15%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.partners-scroll-container::before {
    left: 0;
    background: linear-gradient(to right, #e9ecef, transparent);
}

.partners-scroll-container::after {
    right: 0;
    background: linear-gradient(to left, #e9ecef, transparent);
}

/* Hide gradient fallbacks when mask is supported */
@supports (mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent)) or 
          (-webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent)) {
    .partners-scroll-container {
        background: none;
    }
    .partners-scroll-container::before,
    .partners-scroll-container::after {
        display: none;
    }
}

.partners-scroll-track {
    display: flex;
    align-items: center;
    /* Flexbox gap fallback for IE11 */
    gap: 8rem;
    animation: scrollLogos 45s linear infinite;
    width: 200%; /* Exactly double width for seamless duplication */
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0); /* Force hardware acceleration */
    contain: layout style paint;
}

/* Flexbox gap fallback for IE11 - add margin to children */
.no-flexbox-gap .partners-scroll-track {
    gap: 0;
}

.no-flexbox-gap .partner-logo {
    margin-right: 8rem;
}

.no-flexbox-gap .partner-logo:last-child {
    margin-right: 0;
}

/* Animation fallback for browsers without animation support */
.no-animations .partners-scroll-track {
    animation: none;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

/* Transform fallback for older browsers */
.no-transforms .partners-scroll-track {
    animation: none;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}

.partner-logo {
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: auto;
    min-width: 150px;
    padding: 0 1.5rem;
}

.partner-logo img {
    max-height: 75px;
    max-width: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: transform 0.3s ease;
    backface-visibility: hidden;
    transform: translateZ(0); /* Prevent jumping */
}

/* Object-fit fallback for IE11 */
.no-object-fit .partner-logo img {
    object-fit: none;
    object-position: center;
    /* Fallback positioning */
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Transform fallback for hover effects in older browsers */
.no-transforms .partner-logo:hover img {
    /* Use opacity change instead of scale */
    opacity: 0.8;
}

@supports not (transform: scale(1.05)) {
    .partner-logo:hover img {
        opacity: 0.8;
        transform: none;
    }
}

.partner-logo:hover img {
    transform: scale(1.05);
}

/* Pause animation on container hover - smoother interaction */
.partners-scroll-container:hover .partners-scroll-track {
    animation-play-state: paused;
}

@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .partners-banner {
        padding: 1.5rem 0;
    }
    
    .partners-banner h3 {
        font-size: 20px;
        margin-bottom: 1.5rem;
    }
    
    .partners-scroll-track {
        gap: 4rem;
        animation-duration: 30s; /* Slower on mobile too */
    }
    
    /* Mobile fallback for gap */
    .no-flexbox-gap .partner-logo {
        margin-right: 4rem;
    }
    
    .partner-logo {
        height: 75px;
        min-width: 130px;
        padding: 0 0.75rem;
    }
    
    .partner-logo img {
        max-height: 55px;
        max-width: 140px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .partners-scroll-track {
        animation-duration: 25s; /* Medium speed on tablet */
    }
}

/* Internet Explorer specific fallbacks */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles */
    .partners-scroll-container {
        background: #e9ecef;
        mask: none;
        -webkit-mask: none;
    }
    
    .partners-scroll-track {
        animation: none;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        gap: 2rem;
    }
    
    .partner-logo {
        margin: 0.5rem;
    }
}

/* IE9 and below fallback */
.lt-ie10 .partners-scroll-container {
    background: #e9ecef;
    text-align: center;
}

.lt-ie10 .partners-scroll-track {
    display: block;
    width: 100%;
    text-align: center;
}

.lt-ie10 .partner-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0.5rem 1rem;
}

/* Noscript fallback styles */
.partners-static-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.partners-static-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

/* Fallback for browsers without flexbox */
.lt-ie10 .partners-static-grid {
    display: block;
    text-align: center;
}

.lt-ie10 .partners-static-grid .partner-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 1rem;
}

noscript .partners-scroll-track {
    display: none;
}

@media (max-width: 768px) {
    .partners-static-grid {
        gap: 1rem;
    }
    
    .partners-static-container {
        padding: 0 1rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .partners-scroll-track {
        animation-duration: 25s; /* Medium speed on tablet */
    }
}



/* Industry Cards Section */
.industry-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    margin-bottom: var(--spacing-xl);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
    overflow: hidden;
    height: 300px;
}

.industry-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.industry-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.industry-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-normal);
}

.industry-card:hover .industry-img {
    transform: scale(1.05);
}

.industry-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.industry-card:hover .industry-overlay {
    opacity: 1;
}

.industry-overlay h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: var(--spacing-md);
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.industry-overlay h4 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: var(--spacing-md);
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.industry-overlay h5 {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: var(--spacing-lg);
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.btn-industry {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-sm);
    background-color: var(--primary-orange);
    color: var(--white);
    padding: 0.75rem var(--spacing-lg);
    text-decoration: none;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-family: var(--font-body);
    transition: all var(--transition-normal);
    text-shadow: none;
}

.btn-industry:hover {
    background-color: #d35917;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(237, 109, 5, 0.4);
}

.btn-industry i {
    transition: transform 0.3s ease;
    font-size: 0.9rem;
}

.btn-industry:hover i {
    transform: translateX(3px);
}

/* Mobile responsive for industry cards */
@media (max-width: 768px) {
    .industry-card {
        height: 350px;
        margin-bottom: 1.5rem;
    }
    
    .industry-overlay {
        opacity: 1;
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%);
        padding: 1.5rem;
    }
    
    .industry-overlay h3 {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }
    
    .industry-overlay h5 {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .btn-industry {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
}

/* Tablet responsive for industry cards */
@media (min-width: 769px) and (max-width: 1024px) {
    .industry-card {
        height: 250px;
    }
}

.card {
    background: var(--white);
    border-radius: var(--radius-md);
    padding: var(--spacing-xl);
    border-left: 4px solid var(--secondary-orange);
    margin-bottom: var(--spacing-xl);
    transition: transform var(--transition-normal), border-left-width var(--transition-normal);
}

.card:hover {
    transform: translateY(-5px);
    border-left-width: 6px;
}

.card h3 {
    color: var(--text-light);
    margin-bottom: var(--spacing-md);
    font-family: var(--font-heading);
}

.card h3 i {
    margin-right: var(--spacing-sm);
    color: var(--text-primary);
}

.card h5 {
    color: #495057;
    line-height: 1.6;
    font-weight: 400;
}

/* Image Panel Section */
.image-panel-section {
    background-color: #ffffff;
    padding: 4rem 0;
}

.image-panel-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.image-panel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.image-panel-image {
    position: relative;
    width: 100%;
    height: 780px;
    overflow: hidden;
}

.panel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-panel-card:hover .panel-img {
    transform: scale(1.02);
}

.image-panel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 5.2rem;
}

.image-panel-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    color: white;
}

.image-panel-quote {
    font-size: 2rem;
    font-style: normal;
    line-height: 1.4;
    margin: 0;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    flex: 0 0 66.666%;
    text-align: left;
    padding-right: 2rem;
}

.image-panel-cta {
    flex: 0 0 33.333%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.btn-panel {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #ed6d05;
    color: white;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease;
    text-shadow: none;
}

.btn-panel:hover {
    background-color: #d35917;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(237, 109, 5, 0.4);
}

.btn-panel i {
    transition: transform 0.3s ease;
}

.btn-panel:hover i {
    transform: translateX(3px);
}

.btn-card {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #ed6d05;
    color: white;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-shadow: none;
    margin-top: 1rem;
}

.btn-card:hover {
    background-color: #d35917;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(237, 109, 5, 0.4);
}

.btn-card i {
    transition: transform 0.3s ease;
    font-size: 0.8rem;
}

.btn-card:hover i {
    transform: translateX(3px);
}

/* Mobile responsive for image panel */
@media (max-width: 768px) {
    .image-panel-section {
        padding: 2rem 0;
    }
    
    .image-panel-image {
        height: 390px;
    }
    
    .image-panel-overlay {
        padding: 1.95rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.95rem;
    }
    
    .image-panel-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.95rem;
    }
    
    .image-panel-quote {
        font-size: 1.2rem;
        flex: none;
        padding-right: 0;
    }
    
    .image-panel-cta {
        flex: none;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .btn-panel {
        padding: 0.65rem 1.25rem;
        font-size: 0.9rem;
    }
}

.card h5 {
    color: #495057;
    line-height: 1.6;
}

.sidebar {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.sidebar h4 {
    color: #878787;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #ed6d05;
    font-family: 'IBM Plex Sans', sans-serif;
}

.sidebar ul {
    list-style: none;
}

.sidebar ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #ddd;
}

.sidebar ul li:last-child {
    border-bottom: none;
}

.sidebar ul li a {
    color: #495057;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sidebar ul li a:hover {
    color: #ed6d05;
}

/* Contact Form Section */
.contact-form-section {
    background-color: var(--text-light);
    padding: var(--spacing-xxxl) 0;
    border-top: 1px solid var(--border-light);
}

.contact-form-section h2 {
    text-align: center;
    margin-bottom: var(--spacing-xxl);
    color: var(--white);
    font-family: var(--font-heading);
}

.form-intro {
    color: var(--white);
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
    background: var(--white);
    padding: var(--spacing-xxl);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
}

.form-row {
    display: flex;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
}

.form-group {
    flex: 1;
}

.form-group label {
    display: block;
    margin-bottom: var(--spacing-sm);
    color: var(--text-secondary);
    font-weight: 600;
    font-family: var(--font-heading);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    background-color: var(--white);
    color: var(--text-primary);
    font-family: var(--font-body);
    transition: border-color var(--transition-normal), box-shadow var(--transition-normal);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-orange);
    box-shadow: 0 0 0 2px rgba(237, 109, 5, 0.2);
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

/* Checkbox Styling */
.checkbox-group {
    margin: var(--spacing-sm) 0;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    line-height: 1.5;
    color: var(--text-primary);
    margin-bottom: 0;
    position: relative;
    padding-left: 0;
    user-select: none;
}

.checkbox-label input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    z-index: 1;
}

.checkmark {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-color: var(--white);
    border: 2px solid var(--border-light);
    border-radius: var(--radius-sm);
    margin-right: 0.75rem;
    margin-top: 0.125rem;
    position: relative;
    transition: all var(--transition-normal);
    display: inline-block;
}

.checkbox-label:hover .checkmark {
    border-color: var(--primary-orange);
    box-shadow: 0 0 0 2px rgba(237, 109, 5, 0.1);
}

/* Active/pressed state for better user feedback */
.checkbox-label:active .checkmark {
    transform: scale(0.95);
}

/* Enhanced focus state */
.checkbox-label input[type="checkbox"]:focus + .checkmark {
    border-color: var(--primary-orange);
    box-shadow: 0 0 0 3px rgba(237, 109, 5, 0.2);
    outline: none;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
    background-color: var(--primary-orange);
    border-color: var(--primary-orange);
    transform: scale(1);
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Explicitly handle unchecked state */
.checkbox-label input[type="checkbox"]:not(:checked) + .checkmark {
    background-color: var(--white);
    border-color: var(--border-light);
}

.checkbox-label input[type="checkbox"]:not(:checked) + .checkmark::after {
    content: none;
    display: none;
}

.checkbox-label input[type="checkbox"]:focus + .checkmark {
    border-color: var(--primary-orange);
    box-shadow: 0 0 0 2px rgba(237, 109, 5, 0.2);
}

.privacy-link {
    color: var(--primary-orange);
    text-decoration: underline;
    transition: color var(--transition-normal);
}

.privacy-link:hover {
    color: var(--secondary-orange);
    text-decoration: none;
}

.form-submit {
    text-align: center;
    margin-top: var(--spacing-xl);
}

.btn-submit {
    background-color: var(--primary-orange);
    color: var(--white);
    padding: 0.75rem var(--spacing-xl);
    border: none;
    border-radius: var(--radius-sm);
    font-weight: 600;
    cursor: pointer;
    transition: background-color var(--transition-normal);
    font-family: var(--font-body);
}

.btn-submit:hover {
    background-color: var(--secondary-orange);
}

/* Form Accessibility & Validation */
.form-group input[aria-invalid="true"],
.form-group select[aria-invalid="true"],
.form-group textarea[aria-invalid="true"] {
    border-color: #dc3545;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2);
}

.form-group input[aria-invalid="false"]:valid,
.form-group select[aria-invalid="false"]:valid,
.form-group textarea[aria-invalid="false"]:valid {
    border-color: #28a745;
}

/* Error Messages & Form Hints */
.error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: var(--spacing-xs);
    display: none;
    font-family: var(--font-body);
}

.error-message.show {
    display: block;
}

.form-hint {
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
    font-family: var(--font-body);
    font-style: italic;
}

/* ===================================
   ACCESSIBILITY ENHANCEMENTS
   Following WCAG 2.1 Guidelines
   ================================== */

/* Skip to Content Link */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: var(--primary-orange);
    color: var(--white);
    padding: var(--spacing-sm);
    text-decoration: none;
    border-radius: var(--radius-sm);
    z-index: var(--z-tooltip);
    font-family: var(--font-body);
    font-weight: 600;
    transition: top var(--transition-normal);
}

.skip-link:focus {
    top: 6px;
    outline: 2px solid var(--white);
    outline-offset: 2px;
}

/* Enhanced Focus Indicators */
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 2px solid var(--primary-orange);
    outline-offset: 2px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .card,
    .industry-card,
    .compliance-card {
        border: 2px solid var(--text-primary);
    }
    
    .btn,
    .btn-primary {
        border: 2px solid var(--text-primary);
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        border: 2px solid var(--text-primary);
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .hero-section {
        background-attachment: scroll !important;
    }
    
    .partners-scroll-track {
        animation: none !important;
        transform: none !important;
    }
}

/* Color Contrast Improvements */
.hero-section h1,
.hero-section h2,
.hero-section h3,
.hero-section .hero-subtitle,
.hero-section p {
    color: var(--white);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* Focus Management for Interactive Elements */
.navbar-toggle:focus,
.dropdown-toggle:focus {
    outline: 2px solid var(--primary-orange);
    outline-offset: 2px;
    background-color: var(--background-light);
}

/* Screen Reader Only Content */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Hero Section Text Visibility Standards */
.hero-section h1,
.hero-section h2,
.hero-section h3 {
    color: var(--white);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 3;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: var(--spacing-xl);
    color: var(--white);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 3;
}

.hero-section h5 {
    margin-bottom: var(--spacing-xl);
    opacity: 0.95;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 3;
    color: var(--white);
}

.hero-section .btn {
    position: relative;
    z-index: 3;
}

/* Section Subtitle Styling */
.section-subtitle {
    color: var(--text-secondary);
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: var(--spacing-xl);
}

/* Color-blind Friendly Indicators */
.error-message {
    position: relative;
}

.error-message::before {
    content: '⚠ ';
    font-weight: bold;
}

.form-group input[aria-invalid="false"]:valid {
    border-left: 4px solid #28a745;
}

.form-group input[aria-invalid="true"] {
    border-left: 4px solid #dc3545;
}

/* Keyboard Navigation Enhancement */
.navbar-menu a:focus,
.dropdown-menu a:focus {
    background-color: var(--primary-orange);
    color: var(--white);
    outline: none;
}

/* Slow connection adaptations */
.slow-connection .partners-scroll-track {
    animation: none !important;
    transform: translateX(0) !important;
    justify-content: center;
    flex-wrap: wrap;
}

.slow-connection * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
}

.slow-connection .hero-section {
    background-attachment: scroll !important;
}

/* Print styles for better document printing */
@media print {
    .navbar,
    .footer,
    .contact-form-section,
    .partners-banner {
        display: none !important;
    }
    
    .hero-section {
        background: none !important;
        color: #000 !important;
        page-break-after: avoid;
    }
    
    .hero-section::before {
        display: none !important;
    }
    
    .card {
        border: 1px solid #000;
        page-break-inside: avoid;
        margin-bottom: 1rem;
    }
    
    .section {
        page-break-inside: avoid;
    }
    
    a {
        color: #000 !important;
        text-decoration: underline !important;
    }
    
    .btn {
        border: 2px solid #000;
        background: none !important;
        color: #000 !important;
    }
}

/* Form Responsive Design */
@media (max-width: 768px) {
    .contact-form {
        padding: var(--spacing-xl) var(--spacing-md);
        margin: 0 var(--spacing-md);
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .form-group {
        margin-bottom: var(--spacing-md);
    }
}

/* Footer */
.footer {
    background-color: var(--white);
    color: var(--text-primary);
    padding: var(--spacing-xxxl) 0 var(--spacing-md) 0;
    margin-top: var(--spacing-xxxl);
    border-top: 1px solid var(--border-light);
}

.footer h4 {
    color: var(--text-primary);
    margin-bottom: var(--spacing-lg);
    font-family: var(--font-heading);
}

/* Footer h5 headings - keep orange for section headings */
.footer-subsection h5 {
    color: var(--primary-orange);
    margin-bottom: var(--spacing-md);
    font-family: var(--font-heading);
    font-weight: 600;
}

/* Footer general h5 content - reset to default for converted paragraph text */
.footer h5 {
    color: var(--text-primary);
    margin-bottom: var(--spacing-md);
    font-family: var(--font-heading);
    font-weight: 400;
}

/* Contact and newsletter section h5 headings remain styled */
.contact-info h5:first-child,
.newsletter-signup h5:first-child {
    color: var(--primary-orange);
    font-weight: 600;
}

.footer a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: color var(--transition-normal);
}

.footer a:hover {
    color: var(--primary-orange);
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: var(--spacing-sm);
}

.footer-links a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: color var(--transition-normal), padding-left var(--transition-normal);
    display: block;
    padding: 0.25rem 0;
}

.footer-links a:hover {
    color: #ed6d05;
    padding-left: 0.5rem;
}

/* Footer Subsections */
.footer-subsection {
    margin-bottom: 2rem;
}

.footer-subsection:last-child {
    margin-bottom: 0;
}

/* Social Links */
.social-links {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.social-link {
    display: block;
    margin-right: 0;
    padding: 0.75rem 1rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    color: #6c757d;
    text-align: center;
    text-decoration: none;
}

.social-link:hover {
    background-color: #ed6d05;
    color: #fff;
}

/* Contact & Newsletter Section */
.footer-contact {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 2rem 0;
    margin: 2rem 0;
}

.contact-info h5,
.newsletter-signup h5 {
    color: #333333;
    margin-bottom: 1rem;
}

.contact-details {
    display: grid;
    gap: 0.75rem;
}

.contact-item {
    color: #6c757d;
}

.contact-item strong {
    color: #333333;
    margin-right: 0.5rem;
}

.contact-item a {
    color: #ed6d05;
}

.contact-item a:hover {
    color: #d35917;
}

/* Newsletter Signup */
.newsletter-signup h5 {
    margin-bottom: 1.5rem;
}

.newsletter-form {
    margin-bottom: 1rem;
}

.input-group {
    display: flex;
    gap: 0.5rem;
}

.newsletter-input {
    flex: 1;
    padding: 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: #ffffff;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
}

.newsletter-input::placeholder {
    color: #6c757d;
}

.newsletter-input:focus {
    outline: none;
    border-color: #ed6d05;
    box-shadow: 0 0 0 2px rgba(237, 109, 5, 0.2);
}

.newsletter-btn {
    padding: 0.75rem 1.5rem;
    background-color: #ed6d05;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.newsletter-btn:hover {
    background-color: #d35917;
}

/* Image Showcase Section */
.image-showcase {
    background-color: #ffffff;
    padding: 3rem 0;
}

.showcase-image {
    width: 100%;
    max-width: 1000px;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.showcase-image:hover {
    transform: translateY(-5px);
}

.newsletter-privacy {
    color: #6c757d;
    margin-bottom: 0;
}

/* Footer Bottom */
.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    margin-top: 2rem;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-copyright h5 {
    margin: 0;
    color: #7f8c8d;
}

.footer-legal {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-legal a {
    color: #7f8c8d;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #ed6d05;
}

/* Footer Responsive Design */
@media (max-width: 768px) {
    .footer {
        padding: 3rem 0 1rem 0;
    }
    
    .footer .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }
    
    .footer .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-legal {
        justify-content: center;
    }
    
    .input-group {
        flex-direction: column;
    }
    
    .newsletter-btn {
        width: 100%;
    }
    
    .social-links {
        text-align: center;
    }
}

/* ===================================
   UTILITY CLASSES
   Following Style Guide Standards
   ================================== */

/* Text Alignment */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

/* Spacing Utilities - Using CSS Variables */
.mt-1 { margin-top: var(--spacing-xs); }
.mt-2 { margin-top: var(--spacing-sm); }
.mt-3 { margin-top: var(--spacing-md); }
.mt-4 { margin-top: var(--spacing-lg); }
.mt-5 { margin-top: var(--spacing-xxl); }

.mb-1 { margin-bottom: var(--spacing-xs); }
.mb-2 { margin-bottom: var(--spacing-sm); }
.mb-3 { margin-bottom: var(--spacing-md); }
.mb-4 { margin-bottom: var(--spacing-lg); }
.mb-5 { margin-bottom: var(--spacing-xxl); }

.py-1 { padding-top: var(--spacing-xs); padding-bottom: var(--spacing-xs); }
.py-2 { padding-top: var(--spacing-sm); padding-bottom: var(--spacing-sm); }
.py-3 { padding-top: var(--spacing-md); padding-bottom: var(--spacing-md); }
.py-4 { padding-top: var(--spacing-lg); padding-bottom: var(--spacing-lg); }
.py-5 { padding-top: var(--spacing-xxl); padding-bottom: var(--spacing-xxl); }

/* Color Utilities */
.highlight-color { color: var(--primary-orange) !important; }
.text-secondary { color: var(--text-secondary); }
.text-light { color: var(--text-light); }

/* Background Utilities */
.background-light { background-color: var(--background-light); }

/* Industrial Specs Section - Clean & Compact */
.industrial-specs {
    margin-top: var(--spacing-xl);
    padding: var(--spacing-lg) 0;
}

.spec-item {
    padding: var(--spacing-lg) 0;
    margin-bottom: var(--spacing-lg);
    border-bottom: 2px solid var(--border-light);
    transition: var(--transition-normal);
}

.spec-item:hover {
    border-bottom-color: var(--primary-orange);
}

.spec-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.spec-label {
    font-family: var(--font-heading);
    font-weight: 500;
    color: var(--text-light);
    font-size: 0.875rem;
    margin-bottom: var(--spacing-xs);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}

.spec-value {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--primary-orange);
    font-size: 1.25rem;
    margin-bottom: var(--spacing-sm);
    display: block;
    line-height: 1.3;
}

.spec-detail {
    color: var(--text-secondary);
    line-height: 1.6;
    font-weight: 400;
    font-size: 1rem;
    font-family: var(--font-body);
    display: block;
}

/* Mobile responsiveness for specs */
@media (max-width: 768px) {
    .spec-item {
        padding: var(--spacing-md) 0;
        margin-bottom: var(--spacing-md);
    }
    
    .spec-value {
        font-size: 1.1rem;
    }
}





/* Feature items with icons */
.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.feature-icon {
    font-size: 2rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
    width: 3rem;
    text-align: center;
}

/* Compliance cards */
.compliance-card {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.compliance-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.compliance-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.compliance-requirement {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin: 1rem 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Fleet type items */
.fleet-type-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.fleet-icon {
    font-size: 2.5rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
    width: 4rem;
    text-align: center;
}

/* Dashboard features */
.dashboard-feature {
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    height: 100%;
}

.dashboard-feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
}

.feature-header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 1rem;
}

.feature-number {
    background: #FF6B35;
    color: white;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 1rem;
    flex-shrink: 0;
}

/* Benefit items */
.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.benefit-icon {
    font-size: 2rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
    width: 3rem;
    text-align: center;
    padding: 0.5rem;
    border-radius: 8px;
}

.who-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
    color: var(--primary-orange);
}

.who-card {
    text-align: center;
    padding: 2rem 1.5rem;
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: var(--transition-normal);
    margin-bottom: 1.5rem;
    height: 100%;
}

.who-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

/* Savings highlight */
.savings-highlight {
    background: var(--white);
    color: var(--text-primary);
    padding: var(--spacing-xl);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-light);
}

.savings-highlight h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: var(--spacing-md);
}

.savings-highlight .btn {
    color: var(--white) !important;
}

/* ===================================
   🖼️ COMPREHENSIVE IMAGE DISPLAY SYSTEM
   Professional-grade image handling with predictable behavior
   Following OnPoint Connect Style Guide Standards
   ================================== */

/* ===================================
   PARTNER LOGO IMAGES ENHANCEMENT
   ================================== */

.partner-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    transition: transform var(--transition-smooth), opacity var(--transition-smooth);
}

.partner-image:hover {
    transform: scale(1.05);
}

.partner-image.image-loading {
    opacity: 0.7;
}

.partner-image.image-loaded {
    opacity: 1;
}

.partner-image.image-error {
    opacity: 0.5;
    filter: grayscale(1);
}

/* ===================================
   CORE IMAGE SYSTEM ARCHITECTURE
   ================================== */

/* Universal Image Reset - Prevents inheritance conflicts */
/* ===================================
   REBUILT IMAGE SYSTEM - PROPER CSS ARCHITECTURE
   Eliminates !important usage and conflicting rules
   ================================== */

/* 1. RESET GLOBAL IMG STYLES - Keep minimal and non-conflicting */
img, picture {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    backface-visibility: hidden;
    transform: translateZ(0);
    /* REMOVED: height: auto - Let containers control this */
}

/* 2. BASE CONTAINER - Establishes the constraint boundary */
.image-container {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-md);
    background-color: transparent;
    display: block; /* Changed from flex to avoid flex-based sizing conflicts */
    width: 100%;
    box-sizing: border-box;
}

/* 3. BASE IMAGE BEHAVIOR - All images in containers follow this */
.image-container img,
.image-container picture img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto; /* Center horizontally */
}

/* ===================================
   4. DISPLAY MODES - Clear, non-conflicting behavior
   ================================== */

/* MODE 1: CONTAIN - Image scales to fit entirely within container */
.image-mode-contain {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Fix nested flexbox conflicts with col-center-content */
.col-center-content .image-mode-contain {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    align-self: stretch; /* Ensure container takes full height of parent */
}

/* Specific fix for col-6 + col-center-content + image-mode-contain combination */
.col-6.col-center-content .image-container.image-mode-contain {
    max-width: 100%;
    width: 100%;
    flex: 1 1 auto;
}

.image-mode-contain img,
.image-mode-contain picture img {
    width: auto !important;
    height: 100% !important; /* Use 100% of container height */
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
}

/* Ensure images in col-center-content don't get distorted */
.col-center-content .image-mode-contain img,
.col-center-content .image-mode-contain picture img {
    flex-shrink: 0;
    max-height: 100%;
}

/* MODE 2: COVER - Image fills container, may be cropped */
.image-mode-cover {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-mode-cover img,
.image-mode-cover picture img {
    width: 100%;
    height: 100%; /* Use 100% of container height */
    object-fit: cover;
    object-position: center center;
}

/* MODE 3: SCALE - Natural responsive scaling (DEFAULT) */
.image-mode-scale img,
.image-mode-scale picture img,
.image-container:not(.image-mode-contain):not(.image-mode-cover) img,
.image-container:not(.image-mode-contain):not(.image-mode-cover) picture img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* ===================================
   SMART ASPECT RATIO SYSTEM
   Maintains consistent proportions across breakpoints
   ================================== */

/* Aspect Ratio Containers */
.aspect-ratio-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: var(--radius-md);
}

.aspect-ratio-container::before {
    content: '';
    display: block;
    width: 100%;
}

/* Standard Aspect Ratios */
.aspect-16-9::before { padding-top: 56.25%; } /* 16:9 - Widescreen */
.aspect-4-3::before { padding-top: 75%; }     /* 4:3 - Standard */
.aspect-3-2::before { padding-top: 66.67%; }  /* 3:2 - Photography */
.aspect-1-1::before { padding-top: 100%; }    /* 1:1 - Square */
.aspect-21-9::before { padding-top: 42.86%; } /* 21:9 - Ultra-wide */

.aspect-ratio-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* ===================================
   FLEXIBLE HEIGHT SYSTEM
   Responsive heights that work across all screen sizes
   ================================== */

/* ===================================
   5. HEIGHT SYSTEM - Consistent container sizing
   ================================== */

/* Height Classes - Desktop First - Explicit heights for object-fit compatibility */
.image-height-xs { height: 400px; }
.image-height-sm { height: 500px; }
.image-height-md { height: 550px; }
.image-height-lg { height: 650px; }
.image-height-xl { height: 800px; }
.image-height-xxl { height: 1000px; }

/* Auto Height - For content that should size naturally with reasonable limits */
.image-height-auto {
    min-height: auto;
    max-height: 600px;
}

/* ===================================
   6. SPECIAL CASES - Specific image types
   ================================== */

/* ===================================
   LAYOUT INTEGRATION UTILITIES
   Perfect integration with grid and flex systems
   ================================== */

/* Row and Column Alignment */
.row-center-content {
    align-items: center;
    min-height: inherit;
}

.col-center-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* Image-Text Balance */
.col-image-primary {
    order: 1;
}

.col-content-primary {
    order: 2;
}

/* Alternate Layout */
.row-reverse .col-image-primary {
    order: 2;
}

.row-reverse .col-content-primary {
    order: 1;
}

/* ===================================
   SPECIALIZED IMAGE TYPES
   ================================== */

/* Standard Section Images */
.section-image {
    transition: transform var(--transition-normal), filter var(--transition-normal);
    border-radius: var(--radius-md);
    box-shadow: none;
}

.section-image:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: none;
}

/* Hero Background Images */
.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
}

/* Card Images */
.card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
}

/* Thumbnail Images */
.thumbnail-image {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center center;
    border-radius: var(--radius-sm);
}

/* Logo Images */
.logo-image {
    max-height: 60px;
    width: auto;
    object-fit: contain;
    object-position: center center;
}

/* ===================================
   PERFORMANCE OPTIMIZATION CLASSES
   ================================== */

/* Loading States */
.image-loading {
    background: linear-gradient(90deg, var(--background-light) 25%, rgba(255,255,255,0.5) 50%, var(--background-light) 75%);
    background-size: 200% 100%;
    animation: loading 2s infinite;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Lazy Loading Enhancement */
.lazy-image {
    opacity: 0;
    transition: opacity var(--transition-slow);
}

.lazy-image.loaded {
    opacity: 1;
}

/* Critical Images - Load immediately (HTML attributes, not CSS) */
.critical-image {
    /* Note: loading="eager" and fetchpriority="high" are HTML attributes */
    opacity: 1;
    transition: none;
}

/* ===================================
   RESPONSIVE IMAGE SYSTEM
   Mobile-first approach with predictable behavior
   ================================== */

/* Mobile: 0-768px */
@media (max-width: 768px) {
    /* Reduce image heights for mobile - Base values */
    .image-height-xs { height: 250px; }
    .image-height-sm { height: 320px; }
    .image-height-md { height: 400px; }
    .image-height-lg { height: 350px; }
    .image-height-xl { height: 450px; }
    .image-height-xxl { height: 500px; }
    
    /* Disable complex hover effects on mobile */
    .section-image:hover {
        transform: none;
        box-shadow: var(--shadow-sm);
    }
    
    /* Mobile image containers */
    .image-container {
        margin-bottom: var(--spacing-lg);
        border-radius: var(--radius-sm);
    }
    
    /* Stack image-content layouts vertically */
    .col-image-primary,
    .col-content-primary {
        flex: 0 0 100%;
        max-width: 100%;
        order: unset;
    }
    
    .col-image-primary {
        margin-bottom: var(--spacing-lg);
    }
    
    /* Adjust aspect ratios for mobile */
    .aspect-16-9::before { padding-top: 60%; } /* Less wide on mobile */
    .aspect-21-9::before { padding-top: 50%; } /* Adjust ultra-wide */
}

/* Tablet: 769px-1024px */
@media (min-width: 769px) and (max-width: 1024px) {
    .image-height-xs { height: 320px; }
    .image-height-sm { height: 420px; }
    .image-height-md { height: 500px; }
    .image-height-lg { height: 500px; }
    .image-height-xl { height: 650px; }
    .image-height-xxl { height: 750px; }
}

/* Desktop: 1025px+ */
@media (min-width: 1025px) {
    .image-container {
        border-radius: var(--radius-lg);
    }
    
    /* Enable hover effects on desktop */
    .section-image:hover {
        transform: translateY(-3px) scale(1.01);
        box-shadow: var(--shadow-md);
    }
}

/* Ultra-wide: 1921px+ */
@media (min-width: 1921px) {
    .image-height-xs { min-height: 240px; }
    .image-height-sm { min-height: 320px; }
    .image-height-md { min-height: 420px; }
    .image-height-lg { min-height: 520px; }
    .image-height-xl { min-height: 620px; }
    .image-height-xxl { min-height: 720px; }
}

/* ===================================
   ACCESSIBILITY & PERFORMANCE ENHANCEMENTS
   ================================== */

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .section-image,
    .lazy-image {
        transition: none !important;
    }
    
    .image-loading {
        animation: none !important;
        background: var(--background-light);
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .image-container {
        border: 2px solid var(--text-primary);
    }
    
    .section-image {
        filter: contrast(1.2);
    }
}

/* Print Styles */
@media print {
    .image-container {
        break-inside: avoid;
        border: 1px solid #000;
    }
    
    .section-image {
        filter: none;
        box-shadow: none;
    }
}

/* Legacy Compatibility & Integration */

/* Maintain existing showcase images */
.showcase-image-container-full {
    width: 100%;
    overflow: hidden;
    border-radius: var(--radius-md);
    transition: all var(--transition-normal);
}

.showcase-image-container-full:hover {
    transform: translateY(-3px);
}

.showcase-image,
.showcase-image-full {
    width: 100%;
    height: auto;
    display: block;
    transition: transform var(--transition-normal);
}

.showcase-image-full {
    height: 400px;
    object-fit: cover;
    object-position: center center;
    border-radius: var(--radius-md);
}

.showcase-image-full:hover {
    transform: scale(1.02);
}

/* Industry Card Images - Enhanced */
.industry-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.industry-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform var(--transition-normal);
}

.industry-card:hover .industry-img {
    transform: scale(1.05);
}

/* Panel Images - Enhanced */
.image-panel-image {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: var(--radius-lg);
}

.panel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform var(--transition-normal);
}

.image-panel-card:hover .panel-img {
    transform: scale(1.02);
}

/* Dashboard Images - Specialized for software screenshots */
.dashboard-showcase-section .dashboard-image-card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--background-light);
    margin: 0;
    padding: var(--spacing-md);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.dashboard-showcase-section .dashboard-image {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: contain;
    object-position: center center;
    transition: transform var(--transition-normal);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
}

.dashboard-showcase-section .dashboard-image:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-lg);
}

/* Partner Logo Images - Optimized */
.partner-logo img {
    max-height: 80px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center center;
    filter: none;
    opacity: 0.8;
    transition: transform var(--transition-normal), opacity var(--transition-normal);
    backface-visibility: hidden;
    transform: translateZ(0);
}

.partner-logo:hover img {
    transform: scale(1.05);
    opacity: 1;
}

/* Mega Menu Icons - Consistent sizing */
.mega-menu-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: var(--spacing-md);
    border-radius: var(--radius-md);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--background-light);
}

.mega-menu-icon img,
.mega-menu-icon picture {
    width: 100%;
    height: 100%;
    display: block;
}

.mega-menu-icon img {
    object-fit: cover;
    object-position: center center;
}

/* ===================================
   UTILITY CLASSES FOR QUICK FIXES
   ================================== */

/* Image Utilities */
.image-rounded { border-radius: var(--radius-md); }
.image-rounded-lg { border-radius: var(--radius-lg); }
.image-rounded-full { border-radius: 50%; }

.image-shadow-sm { box-shadow: var(--shadow-sm); }
.image-shadow-md { box-shadow: var(--shadow-md); }
.image-shadow-lg { box-shadow: var(--shadow-lg); }

.image-grayscale { filter: grayscale(100%); }
.image-sepia { filter: sepia(100%); }
.image-blur { filter: blur(5px); }

.image-brightness-75 { filter: brightness(0.75); }
.image-brightness-125 { filter: brightness(1.25); }

/* Quick Layout Fixes */
.image-full-width {
    width: 100%;
    height: auto;
}

.image-full-height {
    width: auto;
    height: 100%;
}

.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ===================================
   SPECIFIC COMPONENT INTEGRATION
   ================================== */

/* Features Section Images - Let image-height classes control sizing */

.features-section .row-center-content {
    align-items: stretch;
}

/* Target col-center-content specifically instead of all rows */
.features-section .row .col-center-content,
.why-choose-section .row .col-center-content {
    min-height: 650px; /* Match our image-height-lg */
}

@media (max-width: 768px) {
    .features-section .row .col-center-content,
    .why-choose-section .row .col-center-content {
        min-height: 350px; /* Match mobile image height */
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .features-section .row .col-center-content,
    .why-choose-section .row .col-center-content {
        min-height: 500px; /* Match tablet image height */
    }
}

/* Content Section Images */
.content-section .image-container {
    height: 100%;
    min-height: 350px;
}

/* Mobile Responsive Adjustments for Components */
@media (max-width: 768px) {
    .showcase-image-full {
        height: 250px;
    }
    
    .image-panel-image {
        height: 350px;
    }
    
    .dashboard-showcase-section .image-container {
        padding: var(--spacing-sm);
    }
    
    .dashboard-showcase-section .section-image {
        max-height: 300px;
    }
    
    /* Disable hover effects on mobile */
    .showcase-image-full:hover,
    .dashboard-showcase-section .section-image:hover,
    .partner-logo:hover img {
        transform: none;
        box-shadow: var(--shadow-sm);
    }
    
    .features-section .image-container,
    .content-section .image-container {
        min-height: 250px;
        margin-bottom: var(--spacing-lg);
    }
    
    /* Mobile image spacing */
    .features-section .col-6:first-child {
        margin-bottom: var(--spacing-lg);
    }
    
    /* Mobile-specific image container adjustments */
    .features-section .image-container.image-height-lg {
        height: 300px; /* Slightly smaller on mobile */
    }
    
    .why-choose-section .image-container.image-height-lg {
        height: 300px; /* Match features-section sizing */
    }
    
    .dashboard-showcase-section .image-container.image-height-xxl {
        height: 400px; /* Much smaller on mobile for readability */
    }
}

/* Tablet Adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
    .showcase-image-full {
        height: 320px;
    }
    
    .image-panel-image {
        height: 450px;
    }
    
    .dashboard-showcase-section .section-image {
        max-height: 450px;
    }
    
    .features-section .image-container,
    .content-section .image-container {
        min-height: 320px;
    }
    
    /* Tablet-specific image container adjustments */
    .features-section .image-container.image-height-lg {
        height: 400px;
    }
    
    .why-choose-section .image-container.image-height-lg {
        height: 400px; /* Match features-section sizing */
    }
    
    .dashboard-showcase-section .image-container.image-height-xxl {
        height: 600px;
    }
}

/* Desktop Optimization */
@media (min-width: 1025px) {
    .features-section .image-container,
    .content-section .image-container {
        min-height: 400px;
    }
    
    /* Desktop-specific image container adjustments */
    .features-section .image-container.image-height-lg {
        height: 650px; /* Match desktop base value */
    }
    
    .why-choose-section .image-container.image-height-lg {
        height: 650px; /* Match features-section sizing */
    }
    
    .dashboard-showcase-section .image-container.image-height-xxl {
        height: 1000px; /* Match desktop base value */
    }
    
    .dashboard-showcase-section .dashboard-image {
        max-height: 500px;
    }
}

/* ===================================
   ERROR HANDLING & FALLBACKS - ENHANCED
   ================================== */

/* Image Loading Error States */
img[src=""],
img:not([src]),
img[src="#"] {
    background-color: var(--background-light);
    color: var(--text-secondary);
    font-family: var(--font-body);
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    padding: var(--spacing-md);
    border-radius: var(--radius-md);
    border: 1px dashed var(--border-light);
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img[src=""]:before,
img:not([src]):before,
img[src="#"]:before {
    content: "Image not available";
    display: block;
}

/* Enhanced error handling with JavaScript integration */
.image-error {
    background-color: var(--background-light);
    border: 1px dashed var(--border-light);
    border-radius: var(--radius-md);
    color: var(--text-secondary);
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

/* Image fallback component */
.image-fallback {
    background-color: var(--background-light);
    border: 1px dashed var(--border-light);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    width: 100%;
    color: var(--text-secondary);
}

.fallback-content {
    text-align: center;
    padding: var(--spacing-md);
}

.fallback-content i {
    font-size: 2rem;
    margin-bottom: var(--spacing-sm);
    opacity: 0.5;
    display: block;
}

.fallback-content span {
    font-size: 0.9rem;
    font-family: var(--font-body);
}

/* Loading state for JavaScript-enhanced images */
.image-loading {
    background: linear-gradient(90deg, 
        var(--background-light) 25%, 
        rgba(255,255,255,0.8) 50%, 
        var(--background-light) 75%);
    background-size: 200% 100%;
    animation: imageLoading 2s infinite;
    border-radius: var(--radius-md);
}

@keyframes imageLoading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Broken Image Handling - Cross-browser */
img {
    color: var(--text-secondary);
    font-size: 12px;
    text-align: center;
}

/* Connection-aware optimizations */
@media (prefers-reduced-data: reduce) {
    .section-image {
        transition: none;
    }
    
    .image-loading {
        animation: none;
        background: var(--background-light);
    }
    
    /* Provide lower quality alternatives */
    .image-container::before {
        content: "📶 Data saving mode";
        position: absolute;
        top: 5px;
        right: 5px;
        background: rgba(0,0,0,0.7);
        color: white;
        font-size: 10px;
        padding: 2px 6px;
        border-radius: 3px;
        z-index: 2;
    }
}

/* Success state for loaded images */
.loaded {
    opacity: 1;
    transition: opacity var(--transition-slow);
}

/* High contrast mode enhancements */
@media (prefers-contrast: high) {
    .image-container {
        border: 2px solid var(--text-primary);
    }
    
    .image-fallback {
        border: 2px solid var(--text-primary);
        background-color: var(--white);
    }
    
    .fallback-content {
        color: var(--text-primary);
        font-weight: 600;
    }
}

/* Print optimizations */
@media print {
    .image-loading,
    .image-fallback {
        display: none !important;
    }
    
    .section-image {
        filter: none !important;
        box-shadow: none !important;
        border: 1px solid #000;
        page-break-inside: avoid;
    }
}

/* ===================================
   END OF COMPREHENSIVE IMAGE SYSTEM
   ================================== */

/* Full-width Showcase Images - Updated for new system */
.showcase-image-container-full {
    width: 100%;
    overflow: hidden;
    border-radius: var(--radius-md);
    transition: all var(--transition-normal);
}

.showcase-image-container-full:hover {
    transform: translateY(-3px);
}

.showcase-image,
.showcase-image-full {
    width: 100%;
    height: auto;
    display: block;
    transition: transform var(--transition-normal);
}

.showcase-image-full {
    height: 450px;
    object-fit: cover;
    object-position: center center;
}

.showcase-image-full:hover {
    transform: scale(1.02);
}

/* Industry Card Images - Maintained compatibility */
.industry-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.industry-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-normal);
}

.industry-card:hover .industry-img {
    transform: scale(1.05);
}

/* Panel Images - Maintained compatibility */
.panel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-normal);
}

.image-panel-card:hover .panel-img {
    transform: scale(1.02);
}

/* Dashboard Images - Updated for new system */
.dashboard-showcase-section .dashboard-image-card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 500px;
    overflow: hidden;
    background-color: var(--background-light);
    margin: 0;
    padding: 0;
}

.dashboard-showcase-section .dashboard-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    object-position: center center;
    transition: transform var(--transition-normal);
}

.dashboard-showcase-section .dashboard-image:hover {
    transform: scale(1.01);
}

/* Mobile Responsive Design - Updated for new image system */
@media (max-width: 768px) {
    /* Mobile image heights - integrated with new system */
    .showcase-image-full {
        height: 280px;
    }
    
    .showcase-image-container-full {
        border-radius: var(--radius-sm);
    }
    
    /* Mobile dashboard images */
    .dashboard-showcase-section .dashboard-image-card {
        max-height: 300px;
    }
    
    .dashboard-showcase-section .dashboard-image {
        max-height: 300px;
    }
    
    /* Disable hover effects on mobile - consolidated */
    .dashboard-showcase-section .dashboard-image:hover,
    .section-image:hover,
    .showcase-image-full:hover {
        transform: none;
    }
}

/* Tablet responsive updates */
@media (min-width: 769px) and (max-width: 1024px) {
    .dashboard-showcase-section .dashboard-image-card {
        max-height: 400px;
    }
    
    .dashboard-showcase-section .dashboard-image {
        max-height: 400px;
    }
}

/* Small mobile adjustments */
@media (max-width: 480px) {
    .showcase-image-full {
        height: 220px;
    }
}

/* New CTA and savings elements */
.btn-secondary {
    display: inline-block;
    padding: 12px 30px;
    background-color: transparent;
    color: var(--primary-orange);
    border: 2px solid var(--primary-orange);
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-secondary:hover {
    background-color: var(--primary-orange);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.cta-inline {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.cta-inline p {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #495057;
}

.savings-card {
    text-align: center;
    padding: 2rem 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.savings-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.savings-number {
    font-size: 3rem;
    font-weight: 700;
    font-family: 'IBM Plex Sans', sans-serif;
    margin-bottom: 1rem;
    display: block;
}

.savings-card h4 {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.savings-card p {
    color: #6c757d;
    line-height: 1.6;
}

.savings-cta {
    background: linear-gradient(135deg, #FF6B35, #e55d2b);
    color: white;
    padding: 3rem 2rem;
    border-radius: 12px;
    text-align: center;
    margin-top: 2rem;
}

.savings-cta h3 {
    color: white;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.savings-cta .btn {
    background-color: white;
    color: #FF6B35;
    border: none;
    font-weight: 700;
}

.savings-cta .btn:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
}

.urgency-text {
    color: #dc3545;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 1rem;
}

/* Visual Break Section */
.visual-break-section {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.visual-break-content h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.visual-break-content p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #ecf0f1;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.btn-visual-break {
    background-color: #FF6B35;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-visual-break:hover {
    background-color: #e55d2b;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
    color: white;
}

/* Cost Impact Cards */
.cost-impact-card {
    text-align: center;
    padding: 2rem 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.cost-impact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.impact-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
    flex-shrink: 0;
}

.impact-stat {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'IBM Plex Sans', sans-serif;
    margin: 1rem 0;
    color: #333;
}

.cost-impact-card h3 {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.cost-impact-card .impact-stat {
    flex-shrink: 0;
    margin-bottom: 1rem;
}

.cost-impact-card p {
    color: #6c757d;
    line-height: 1.6;
    font-size: 0.95rem;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Impact List Styles - for lists within cost-impact-card */
.impact-list {
    list-style: none;
    margin: var(--spacing-md) 0;
    padding: 0;
}

.impact-list li {
    margin-bottom: var(--spacing-sm);
    padding-left: 0;
    color: var(--text-secondary);
    line-height: 1.5;
}

.impact-results {
    margin-top: var(--spacing-md);
}

.impact-results h4 {
    color: var(--primary-orange);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: var(--spacing-sm);
}

/* Responsive adjustments for new elements */
@media (max-width: 768px) {
    .feature-item,
    .fleet-type-item,
    .benefit-item {
        flex-direction: column;
        text-align: center;
    }
    
    .feature-icon,
    .fleet-icon,
    .benefit-icon,
    .who-icon {
        margin-right: 0;
        margin-bottom: 1rem;
        text-align: center;
        display: block;
        width: 100%;
    }
    
    .compliance-card,
    .dashboard-feature,
    .savings-card,
    .who-card {
        margin-bottom: 1.5rem;
    }
    
    .feature-header {
        justify-content: center;
        text-align: center;
    }
    
    .section-image {
        margin-bottom: 2rem;
    }
    
    .savings-number {
        font-size: 2.5rem;
    }
    
    .savings-cta {
        padding: 2rem 1rem;
    }
    
    .cta-inline {
        margin-top: 1.5rem;
        text-align: center;
    }
    
    .visual-break-content h2 {
        font-size: 2rem;
    }
    
    .visual-break-content p {
        font-size: 1.1rem;
    }
    
    .btn-visual-break {
        padding: 12px 30px;
        font-size: 16px;
    }
    
    .cost-impact-card {
        margin-bottom: 2rem;
        padding: 1.5rem 1rem;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    
    /* Mobile: Display cost impact cards in rows of two */
    .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 var(--spacing-sm);
        display: flex;
        flex-direction: column;
    }
    
    .impact-icon {
        font-size: 2rem;
        text-align: center;
        display: block;
        width: 100%;
        margin: 0 auto 1rem auto;
    }
    
    .impact-stat {
        font-size: 1.3rem;
    }
}

/* Desktop: Equal height cost impact cards */
@media (min-width: 769px) {
    .cost-impact-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    
    .col-3 {
        display: flex;
        flex-direction: column;
    }
}

/* ===============================
   SERVICE WORKER & PWA ENHANCEMENTS
   =============================== */

/* Service Worker Update Notification */
.update-notification {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
    color: var(--white);
    padding: 12px 0;
    z-index: var(--z-modal);
    box-shadow: var(--shadow-md);
    transform: translateY(-100%);
    animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
    to {
        transform: translateY(0);
    }
}

.update-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.update-content span {
    font-weight: 600;
}

.update-btn {
    background: var(--white);
    color: var(--primary-orange);
    border: none;
    padding: 8px 16px;
    border-radius: var(--radius-md);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition-normal);
}

.update-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-1px);
}

.dismiss-btn {
    background: none;
    border: none;
    color: var(--white);
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-normal);
}

.dismiss-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Network Status Indicator */
.network-status {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 8px 16px;
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 600;
    z-index: var(--z-tooltip);
    transition: var(--transition-normal);
    transform: translateX(100px);
    opacity: 0;
}

.network-status.online {
    background: #28a745;
    color: var(--white);
    transform: translateX(0);
    opacity: 1;
}

.network-status.offline {
    background: #dc3545;
    color: var(--white);
    transform: translateX(0);
    opacity: 1;
}

/* Enhanced Form Messages */
.form-message {
    margin-bottom: 20px;
    border-radius: var(--radius-md);
    padding: 15px;
    box-shadow: var(--shadow-sm);
    animation: messageSlideIn 0.3s ease forwards;
}

@keyframes messageSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-message {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.offline-message {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
}

.error-message {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.message-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.message-content i {
    font-size: 18px;
}

/* Global Notification System */
.notification-container {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: var(--z-tooltip);
    max-width: 400px;
}

.notification {
    background: var(--white);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    margin-bottom: 10px;
    overflow: hidden;
    transform: translateX(100%);
    animation: notificationSlideIn 0.3s ease forwards;
}

@keyframes notificationSlideIn {
    to {
        transform: translateX(0);
    }
}

.notification-info {
    border-left: 4px solid #17a2b8;
}

.notification-success {
    border-left: 4px solid #28a745;
}

.notification-warning {
    border-left: 4px solid #ffc107;
}

.notification-error {
    border-left: 4px solid #dc3545;
}

.notification-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.notification-message {
    flex: 1;
    font-weight: 500;
    line-height: 1.4;
}

.notification-close {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: var(--text-secondary);
    padding: 0;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: var(--transition-fast);
}

.notification-close:hover {
    background: rgba(0, 0, 0, 0.1);
    color: var(--text-primary);
}

/* PWA Install Prompt */
.pwa-install-prompt {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--white);
    border-top: 3px solid var(--primary-orange);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    padding: 20px;
    z-index: var(--z-modal);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.pwa-install-prompt.show {
    transform: translateY(0);
}

.pwa-install-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.pwa-install-text {
    flex: 1;
}

.pwa-install-text h4 {
    margin: 0 0 5px 0;
    color: var(--text-primary);
}

.pwa-install-text p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 14px;
}

.pwa-install-actions {
    display: flex;
    gap: 10px;
}

.pwa-install-btn {
    background: var(--primary-orange);
    color: var(--white);
    border: none;
    padding: 10px 20px;
    border-radius: var(--radius-md);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition-normal);
}

.pwa-install-btn:hover {
    background: var(--secondary-orange);
    transform: translateY(-1px);
}

.pwa-dismiss-btn {
    background: transparent;
    color: var(--text-secondary);
    border: 1px solid var(--border-light);
    padding: 10px 20px;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: var(--transition-normal);
}

.pwa-dismiss-btn:hover {
    background: var(--background-light);
    color: var(--text-primary);
}

/* Enhanced Loading States */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: var(--z-modal);
    backdrop-filter: blur(2px);
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid var(--border-light);
    border-top: 4px solid var(--primary-orange);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Enhancements for Service Worker Features */
@media (max-width: 768px) {
    .update-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .notification-container {
        right: 10px;
        left: 10px;
        max-width: none;
    }
    
    .pwa-install-content {
        flex-direction: column;
        text-align: center;
    }
    
    .pwa-install-actions {
        justify-content: center;
        width: 100%;
    }
    
    .pwa-install-btn,
    .pwa-dismiss-btn {
        flex: 1;
        min-width: 120px;
    }
    
    .network-status {
        bottom: 10px;
        right: 10px;
        font-size: 12px;
    }
}

/* Print Styles */
@media print {
    .update-notification,
    .network-status,
    .notification-container,
    .pwa-install-prompt {
        display: none !important;
    }
}

/* ================================== */
/* Dashboard Showcase Section - Full Width */
/* ================================== */

/* Container Fluid - Full width container */
.container-fluid {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}

/* Dashboard Showcase Section - Clean Full Width Image */
.dashboard-showcase-section {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: var(--background-light);
}

.dashboard-showcase-section .container-fluid {
    padding: 0;
    margin: 0;
}

.dashboard-showcase-section .dashboard-image-card {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
    max-height: 500px;
    overflow: hidden;
    background-color: var(--background-light);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-showcase-section .dashboard-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    display: block;
    object-fit: contain;
    object-position: center center;
    transition: var(--transition-normal);
}

.dashboard-showcase-section .dashboard-image:hover {
    transform: scale(1.01);
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    .dashboard-showcase-section .dashboard-image-card {
        max-height: 400px;
    }
    
    .dashboard-showcase-section .dashboard-image {
        max-height: 400px;
        object-fit: contain;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .dashboard-showcase-section .dashboard-image-card {
        max-height: 300px;
    }
    
    .dashboard-showcase-section .dashboard-image {
        max-height: 300px;
        object-fit: contain;
    }
    
    /* Disable hover effects on mobile */
    .dashboard-showcase-section .dashboard-image:hover {
        transform: none;
    }
}

/* Comparison Table Centering */
.comparison-table {
    margin: 0 auto;
    max-width: 100%;
    border-collapse: collapse;
    width: auto;
}

/* Reduce padding for comparison table card */
.compliance-card:has(.comparison-table) {
    padding: 1rem;
    box-shadow: none;
}

/* Fallback for browsers that don't support :has() */
.col-center-content .compliance-card {
    padding: 1rem;
    box-shadow: none;
}

/* Center text in table headers and cells */
.comparison-table th,
.comparison-table td {
    text-align: center;
    padding: 12px 16px;
    border: 1px solid var(--border-light);
    vertical-align: middle;
}

/* Left align the first column (feature names) for better readability */
.comparison-table td:first-child,
.comparison-table th:first-child {
    text-align: left;
}

/* Style the table header */
.comparison-table thead th {
    background-color: var(--primary-orange);
    color: var(--white);
    font-weight: 600;
}

/* Alternating row colors for better readability */
.comparison-table tbody tr:nth-child(even) {
    background-color: var(--background-light);
}

/* Hover effect for table rows */
.comparison-table tbody tr:hover {
    background-color: var(--background-light);
    transition: background-color 0.2s ease;
}