/* Bloxt Energy — Guest pages consolidated stylesheet */

/* Source: layouts/master.blade.php (block 1) */
/* Grant Popup Modal Styles */
    .grant-popup-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .grant-popup-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(5px);
    }

    .grant-popup-content {
        position: relative;
        background: white;
        border-radius: 20px;
        max-width: 600px;
        width: 90%;
        max-height: 90vh;
        overflow-y: auto;
        padding: 30px;
        z-index: 10001;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        animation: grantModalSlideIn 0.3s ease-out;
    }

    @keyframes grantModalSlideIn {
        from {
            opacity: 0;
            transform: translateY(-50px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .grant-popup-close {
        position: absolute;
        top: 15px;
        right: 15px;
        background: #1a5f5f;
        color: white;
        border: none;
        width: 35px;
        height: 35px;
        border-radius: 5px;
        font-size: 24px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10002;
        transition: all 0.3s ease;
        line-height: 1;
        padding: 0;
    }

    .grant-popup-close:hover {
        background: #2d8a5a;
        transform: rotate(90deg);
    }
    
    .grant-popup-close:focus {
        outline: 2px solid #4ade80;
        outline-offset: 2px;
    }

    .grant-call-button:hover {
        background: #2d8a5a !important;
        transform: translateY(-50%) scale(1.05);
    }

    /* Ensure form section displays when shown */
    .grant-form-section {
        display: none !important;
    }
    
    .grant-form-section[style*="block"],
    .grant-form-section.show-form {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    @media (max-width: 768px) {
        .grant-popup-content {
            width: 95%;
            padding: 20px;
        }
        
        .grant-call-button {
            right: 10px !important;
            padding: 12px 15px !important;
        }
        
        .grant-call-button span {
            display: none;
        }
    }

/* Source: partials/navbar.blade.php (block 1) */
:root {
            --theme-color: #739b6c;
            --theme-color-dark: #4f7f49;
            --nav-ink: #111827;
            --nav-muted: #6b7280;
            --nav-line: #e5e7eb;
        }

        /* Sticky Header for Desktop */
        @media (min-width: 993px) {
            .boxt-style-header.sticky-header {
                position: fixed !important;
                top: 0;
                left: 0;
                right: 0;
                width: 100%;
                transition: all 0.3s ease;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            }

            /* Add padding to wrapper to account for fixed header */
            body.sticky-header-active #wrapper {
                padding-top: 88px;
            }
        }

        /* Clean + consistent header styling (desktop) */
        .boxt-style-header {
            background: #fff !important;
            border-bottom: 1px solid var(--nav-line) !important;
        }

        .boxt-style-header .navbar-boxt {
            padding: 14px 28px !important;
        }

        .boxt-style-header .nav-menu-list {
            gap: 22px !important;
        }

        .boxt-style-header .nav-link {
            color: var(--nav-ink) !important;
            font-weight: 650 !important;
            font-size: 15px !important;
            padding: 10px 0 !important;
            position: relative;
        }

        .boxt-style-header .nav-link::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 6px;
            height: 2px;
            width: 0;
            background: var(--theme-color);
            border-radius: 999px;
            transition: width 0.2s ease;
        }

        .boxt-style-header .nav-menu-item:hover .nav-link::after {
            width: 100%;
        }

        /* Make mega dropdown positioning consistent */
        .boxt-style-header .nav-menu-item {
            padding-bottom: 12px;
        }

        .boxt-style-header .mega-dropdown {
            top: calc(100% + 10px) !important;
            left: 50% !important;
            transform: translateX(-50%) !important;
            border: 1px solid rgba(0, 0, 0, 0.06);
            box-shadow: 0 18px 60px rgba(0, 0, 0, 0.16) !important;
        }

        .boxt-style-header .mega-dropdown a {
            border-radius: 10px;
        }

        .boxt-style-header .mega-dropdown a:hover {
            background: rgba(115, 155, 108, 0.08);
        }

        /* CTA button in header */
        .navbar-help a[href*="start-quote"] {
            border-radius: 10px !important;
            background: var(--theme-color) !important;
        }

        .navbar-help a[href*="start-quote"]:hover {
            background: var(--theme-color-dark) !important;
        }

        /* Bridge the gap with padding on parent - creates hover area */
        .boxt-style-header .nav-menu-item {
            padding-bottom: 12px;
        }

        /* Ensure smooth transition to dropdown */
        .boxt-style-header .mega-dropdown {
            transition: opacity 0.2s ease, visibility 0.2s ease;
        }

        /* Create invisible bridge area above dropdown */
        .boxt-style-header .mega-dropdown::before {
            content: '';
            position: absolute;
            top: -15px;
            left: 0;
            right: 0;
            height: 15px;
            background: transparent;
        }

        /* Desktop: Use CSS hover for opening, JavaScript for closing */
        @media (min-width: 993px) {

            .boxt-style-header .nav-menu-item:hover .mega-dropdown,
            .boxt-style-header .mega-dropdown:hover {
                display: block !important;
            }
        }

        #consultation:hover {
            color: white !important;
        }

        .navbar-help a[href*="start-quote"]:hover {
            background: #045a33 !important;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(5, 116, 66, 0.3);
        }

        /* Mobile can still use CSS hover */
        @media (max-width: 992px) {
            .boxt-style-header .nav-menu-item:hover .mega-dropdown {
                display: block !important;
            }
        }

        .boxt-style-header .nav-link:hover {
            color: var(--theme-color-dark) !important;
        }

        .boxt-style-header .navbar-help a:hover {
            background: var(--theme-color);
            color: white;
        }

        .boxt-style-header .mega-dropdown a:hover i {
            transform: translateX(3px);
            transition: transform 0.2s;
        }

        /* Ensure dropdown stays visible when moving mouse to it */
        .boxt-style-header .mega-dropdown {
            pointer-events: auto;
        }

        /* Mobile Menu Styles */
        .mobile-menu-toggle-item.active .mobile-chevron {
            transform: rotate(180deg);
        }

        .mobile-submenu {
            animation: slideDown 0.3s ease;
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                max-height: 0;
            }

            to {
                opacity: 1;
                max-height: 500px;
            }
        }

        @media (max-width: 992px) {
            .navbar-menu {
                display: none !important;
            }

            .navbar-help {
                display: none !important;
            }

            .mobile-menu-toggle {
                display: flex !important;
            }

            .navbar-boxt {
                padding: 15px 20px !important;
            }

            .navbar-logo {
                display: block !important;
            }

            .navbar-logo img {
                max-width: 60px !important;
                height: auto !important;
            }
        }

        @media (max-width: 1200px) {
            .mega-dropdown {
                min-width: 800px !important;
            }
        }

        @media (max-width: 992px) {
            .mega-dropdown {
                min-width: 700px !important;
            }
        }

        @media (max-width: 768px) {
            .mega-dropdown {
                min-width: calc(100vw - 40px) !important;
                left: 60px !important;
                transform: none !important;
                padding: 30px 20px !important;
            }

            .mega-dropdown .row {
                margin: 0 !important;
            }

            .mega-dropdown .col-md-4 {
                margin-bottom: 20px;
            }
        }

        @media (max-width: 576px) {
            .navbar-boxt {
                padding: 12px 15px !important;
            }

            .navbar-logo img {
                max-width: 50px !important;
            }
        }

/* Source: partials/footer.blade.php (block 1) */
.bottom-footer {
            background-color: #000000;
            color: #ffffff;
            padding: 40px 20px;
            text-align: center;
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
        }

        .footer-content p {
            line-height: 1.8;
            font-size: 14px;
            margin-bottom: 10px;
        }

        .footer-content p:last-child {
            margin-bottom: 0;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .bottom-footer {
                padding: 30px 15px;
            }
            
            .footer-content p {
                font-size: 12px;
                line-height: 1.6;
            }
        }

/* Source: partials/accreditation-slider.blade.php (block 1) */
.accreditation-section {
        position: relative;
    }

    .accreditation-item {
        height: 120px;
        background: white;
        border-radius: 8px;
        margin: 0 10px;
        transition: all 0.3s ease;
    }

    .accreditation-item:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transform: translateY(-3px);
    }

    .accreditation-item:hover img {
        opacity: 1 !important;
        filter: grayscale(0%) !important;
    }

    #accreditation-carousel .owl-item {
        padding: 10px 0;
    }

    #accreditation-carousel .owl-nav {
        display: none;
    }

    #accreditation-carousel .owl-dots {
        text-align: center;
        margin-top: 30px;
    }

    #accreditation-carousel .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ddd;
        margin: 0 5px;
        display: inline-block;
        transition: all 0.3s ease;
    }

    #accreditation-carousel .owl-dots .owl-dot.active {
        background: #057442;
        width: 30px;
        border-radius: 5px;
    }

    @media (max-width: 768px) {
        .accreditation-section {
            padding: 40px 0;
        }

        .accreditation-item {
            height: 100px;
        }

        .accreditation-item img {
            max-height: 60px !important;
        }
    }

/* Source: index.blade.php (block 1) */
/* Homepage hero — full-bleed banner + product strip */
            .bloxt-hero-v2 {
                position: relative;
                isolation: isolate;
                min-height: min(92vh, 900px);
                display: flex;
                align-items: stretch;
                padding: clamp(72px, 14vw, 72px) 0 clamp(48px, 6vw, 72px);
                overflow: hidden;
            }

            .bloxt-hero-v2__bg {
                position: absolute;
                inset: 0;
                background-image: url('/assets/new_banner/bg.png');
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                transform: scale(1.02);
            }

            .bloxt-hero-v2__overlay {
                position: absolute;
                inset: 0;
                background: linear-gradient(
                    180deg,
                    rgba(0, 0, 0, 0.55) 0%,
                    rgba(0, 0, 0, 0.9) 45%,
                    rgba(0, 0, 0, 0.65) 100%
                );
                z-index: 1;
            }

            .bloxt-hero-v2__wrap {
                z-index: 2;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                gap: clamp(32px, 5vw, 56px);
            }

            .bloxt-hero-v2__copy {
                max-width: 920px;
            }

            .bloxt-hero-v2__title {
                font-size: clamp(1.85rem, 4.2vw, 3.25rem);
                font-weight: 700;
                line-height: 1.15;
                letter-spacing: -0.02em;
                margin: 0 0 1rem;
                text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
            }

            .bloxt-hero-v2__title-strong {
                font-weight: 900;
            }

            .bloxt-hero-v2__lead {
                font-size: clamp(1.3rem, 1.6vw, 1.125rem);
                font-weight: 500;
                line-height: 1.65;
                margin: 0 auto 1.5rem;
                max-width: 42ch;
                opacity: 0.95;
                text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
                margin-top:-15px;
            }

            .bloxt-hero-v2__cta {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                padding: 0.85rem 1.75rem;
                border-radius: 999px;
                font-weight: 800;
                font-size: 0.95rem;
                letter-spacing: 0.02em;
                text-decoration: none;
                color: #1a1f16;
                background: #a8d5a2;
                border: 1px solid rgba(255, 255, 255, 0.35);
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
                transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
            }

            .bloxt-hero-v2__cta:hover {
                color: #111;
                transform: translateY(-2px);
                box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
                filter: brightness(1.03);
            }

            .bloxt-hero-v2__cta:focus-visible {
                outline: 3px solid #739b6c;
                outline-offset: 3px;
            }

            .bloxt-hero-v2__strip {
                margin-top: 0;
            }

            .bloxt-hero-v2-card {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: stretch;
                min-height: 200px;
                padding: 14px 14px 16px;
                border-radius: 16px;
                border: 1px solid rgba(255, 255, 255, 0.45);
                background: rgba(255, 255, 255, 0.06);
                backdrop-filter: blur(8px);
                -webkit-backdrop-filter: blur(8px);
                text-decoration: none;
                color: #fff;
                transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
                box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
            }

            .bloxt-hero-v2-card:hover {
                transform: translateY(-4px);
                border-color: rgba(168, 213, 162, 0.65);
                background: rgba(255, 255, 255, 0.1);
                box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
                color: #fff;
            }

            .bloxt-hero-v2-card:focus-visible {
                outline: 3px solid #a8d5a2;
                outline-offset: 3px;
            }

            .bloxt-hero-v2-card__badge {
                position: absolute;
                top: 12px;
                right: 12px;
                display: inline-flex;
                align-items: center;
                gap: 6px;
                padding: 6px 10px;
                border-radius: 999px;
                font-size: 10px;
                font-weight: 800;
                letter-spacing: 0.12em;
                text-transform: uppercase;
                background: rgba(255, 255, 255, 0.18);
                border: 1px solid rgba(255, 255, 255, 0.35);
            }

            .bloxt-hero-v2-card__badge img {
                display: block;
                opacity: 0.95;
            }

            .bloxt-hero-v2-card__media {
                flex: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 55px 8px 12px;
                min-height: 120px;
            }

            .bloxt-hero-v2-card__media img {
                max-width: 100%;
                max-height: 120px;
                width: auto;
                height: auto;
                object-fit: contain;
                filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
            }

            .bloxt-hero-v2-card__label {
                font-size: 11px;
                font-weight: 800;
                letter-spacing: 0.14em;
                text-transform: uppercase;
                text-align: center;
                padding-top: 4px;
                border-top: 1px solid rgba(255, 255, 255, 0.2);
            }

            @media (max-width: 575.98px) {
                .bloxt-hero-v2 {
                    min-height: auto;
                    padding: 96px 0 40px;
                }

                .bloxt-hero-v2-card {
                    min-height: 170px;
                    padding: 12px 12px 14px;
                }

                .bloxt-hero-v2-card__media {
                    min-height: 96px;
                    padding-top: 65px;
                }

                .bloxt-hero-v2-card__media img {
                    max-height: 88px;
                }
            }

            @media (min-width: 992px) {
                .bloxt-hero-v2-card {
                    min-height: 220px;
                }
            }

/* Source: index.blade.php (block 2) */
.service-promo-card:hover {
                transform: translateY(-5px);
                box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
            }

            .btn-service-quote:hover {
                background: #045a33 !important;
                transform: translateY(-2px);
                box-shadow: 0 4px 12px rgba(5, 116, 66, 0.3);
            }

            @media (max-width: 768px) {
                .service-promo-card {
                    margin-bottom: 30px;
                }

                .service-promo-card>div:last-child {
                    flex-direction: column !important;
                    align-items: flex-start !important;
                }

                .service-promo-card>div:last-child>div:first-child {
                    margin-bottom: 20px;
                }

                .btn-service-quote {
                    margin-left: 0 !important;
                    width: 100%;
                    text-align: center;
                }
            }

/* Source: index.blade.php (block 3) */
.grant-banner button:hover {
                background: #22c55e !important;
                transform: translateY(-2px);
                box-shadow: 0 4px 12px rgba(74, 222, 128, 0.4);
            }

            .grant-banner input:focus {
                outline: none;
                box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.2);
            }

            @media (max-width: 768px) {
                .grant-banner {
                    padding: 40px 20px !important;
                }

                .grant-banner h1 {
                    font-size: 1.8rem !important;
                }

                .grant-banner p {
                    font-size: 1rem !important;
                }
            }

/* Source: boilers.blade.php (block 1) */
.boiler-hero .promo-box a:hover {
                background: #2d8a5a !important;
                transform: translateY(-2px);
                box-shadow: 0 6px 20px rgba(26, 95, 95, 0.4);
            }

            @media (max-width: 992px) {
                .boiler-hero {
                    min-height: auto !important;
                }

                .boiler-hero .col-lg-6 {
                    min-height: auto !important;
                    padding: 40px 20px !important;
                }

                .promo-box {
                    padding: 40px 30px !important;
                }

                .promo-box h2 {
                    font-size: 2rem !important;
                }

                .promo-box h3 {
                    font-size: 1.5rem !important;
                }
            }

/* Source: ev-chargers.blade.php (block 1) */
.ev-charger-hero .promo-box a:hover {
            background: #16a34a !important;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
        }
        
        @media (max-width: 992px) {
            .ev-charger-hero {
                min-height: auto !important;
            }
            
            .ev-charger-hero .col-lg-6 {
                min-height: auto !important;
                padding: 40px 20px !important;
            }
            
            .promo-box {
                padding: 40px 30px !important;
            }
            
            .promo-box h2 {
                font-size: 2rem !important;
            }
            
            .promo-box h3 {
                font-size: 1.5rem !important;
            }
        }

/* Source: air-source-heat-pump.blade.php (block 1) */
.heat-pump-hero .promo-box a:hover {
            background: #16a34a !important;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
        }
        
        @media (max-width: 992px) {
            .heat-pump-hero {
                min-height: auto !important;
            }
            
            .heat-pump-hero .col-lg-6 {
                min-height: auto !important;
                padding: 40px 20px !important;
            }
            
            .promo-box {
                padding: 40px 30px !important;
            }
            
            .promo-box h2 {
                font-size: 2rem !important;
            }
            
            .promo-box h3 {
                font-size: 1.5rem !important;
            }
        }

/* Source: solar-battery.blade.php (block 1) */
.solar-hero-slider-wrap {
            position: relative;
            width: 100%;
            max-width: 100%;
            padding: 40px clamp(72px, 6vw, 96px);
            box-sizing: border-box;
        }

        .solar-hero-swiper {
            position: relative;
            overflow: hidden;
            width: 100%;
        }

        .solar-hero-swiper__wrapper {
            display: flex;
            width: 100%;
            transition: transform 0.6s ease;
        }

        .solar-hero-swiper__slide {
            flex: 0 0 100%;
            width: 100%;
            min-width: 100%;
        }

        .solar-hero-swiper__row {
            min-height: 520px;
        }

        .solar-hero-swiper__col--packages {
            padding-right: 15px;
        }

        .solar-hero-swiper__col--promo {
            padding: 20px 0 20px 15px;
        }

        .solar-hero-promo-box {
            background: #fff;
            border-radius: 20px;
            padding: 50px 40px;
            max-width: 550px;
            width: 100%;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
        }

        .solar-hero-promo-box__eyebrow {
            font-size: 0.85rem;
            font-weight: 700;
            color: #739b6c;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 12px;
        }

        .solar-hero-promo-box__title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
            line-height: 1.1;
        }

        .solar-hero-promo-box__subtitle {
            font-size: 1.8rem;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 25px;
            line-height: 1.2;
        }

        .solar-hero-promo-box__text {
            font-size: 1.1rem;
            color: #333;
            margin-bottom: 30px;
            line-height: 1.6;
        }

        .solar-hero-promo-box__price {
            font-size: 1.3rem;
            color: #739b6c;
        }

        .solar-hero-promo-box__cta {
            background: #739b6c;
            color: #fff;
            border: none;
            border-radius: 10px;
            padding: 18px 50px;
            font-size: 1.2rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            display: inline-block;
            text-decoration: none;
        }

        .solar-hero-promo-box__cta:hover {
            background: #5f8260;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(115, 155, 108, 0.4);
        }

        .solar-hero-promo-box__benefits {
            list-style: none;
            padding: 0;
            margin: 0 0 30px;
        }

        .solar-hero-promo-box__benefits li {
            padding: 10px 0;
            font-size: 1rem;
            color: #333;
        }

        .solar-hero-promo-box__benefits i {
            color: #739b6c;
            margin-right: 10px;
            font-size: 1.2rem;
        }

        .solar-hero-promo-box__badges {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
        }

        .solar-hero-promo-box__badge {
            padding: 10px 20px;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 600;
            text-transform: uppercase;
        }

        .solar-hero-promo-box__badge--brand {
            background: #739b6c;
            color: #fff;
        }

        .solar-hero-promo-box__badge--finance {
            background: #000;
            color: #fff;
        }

        .solar-hero-promo-box__badge--finance-zero {
            background: #739b6c;
        }

        .solar-hero-swiper-prev,
        .solar-hero-swiper-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            width: 44px;
            height: 44px;
            border: none;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.95);
            color: #3d5c3a;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background 0.2s ease, transform 0.2s ease;
        }

        .solar-hero-swiper-prev:hover,
        .solar-hero-swiper-next:hover {
            background: #fff;
            transform: translateY(-50%) scale(1.05);
        }

        .solar-hero-slider-wrap .solar-hero-swiper-prev {
            left: clamp(12px, 2vw, 20px);
        }

        .solar-hero-slider-wrap .solar-hero-swiper-next {
            right: clamp(12px, 2vw, 20px);
        }

        .solar-hero-swiper.is-initialized .solar-hero-swiper__wrapper {
            transition: transform 0.6s ease;
        }

        .solar-packages-board {
            display: flex;
            align-items: stretch;
            min-height: 520px;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 14px 40px rgba(0, 0, 0, 0.14);
            background: linear-gradient(135deg, #5f9160 0%, #739b6c 55%, #8ab07f 100%);
        }

        .solar-packages-board__main {
            flex: 1.15;
            min-width: 0;
            padding: 32px 28px 28px;
            color: #fff;
            position: relative;
        }

        .solar-packages-board__main::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 12% 18%, rgba(255,255,255,0.12) 0, transparent 28%),
                radial-gradient(circle at 88% 82%, rgba(255,255,255,0.08) 0, transparent 24%);
            pointer-events: none;
        }

        .solar-packages-board__intro {
            position: relative;
            z-index: 1;
            margin-bottom: 22px;
        }

        .solar-packages-board__title {
            font-size: clamp(1.8rem, 3vw, 2.4rem);
            font-weight: 800;
            line-height: 1.05;
            margin: 0 0 8px;
            color: #fff;
            text-transform: none;
        }

        .solar-packages-board__subtitle {
            font-size: 0.78rem;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            margin: 0 0 14px;
            opacity: 0.95;
        }

        .solar-packages-board__inverter-badge {
            display: inline-block;
            background: #111;
            color: #fff;
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            padding: 8px 14px;
            border-radius: 999px;
        }

        .solar-packages-grid {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
        }

        .solar-package-card {
            background: rgba(255, 255, 255, 0.22);
            border: 1px solid rgba(255, 255, 255, 0.28);
            backdrop-filter: blur(4px);
            border-radius: 14px;
            padding: 16px 14px 14px;
            color: #fff;
            min-height: 118px;
        }

        .solar-package-card__panels {
            font-size: 1.05rem;
            font-weight: 800;
            margin-bottom: 6px;
        }

        .solar-package-card__battery,
        .solar-package-card__capacity {
            font-size: 0.82rem;
            line-height: 1.35;
            opacity: 0.95;
        }

        .solar-package-card__price {
            margin-top: 10px;
            font-size: 1.45rem;
            font-weight: 800;
            letter-spacing: 0.01em;
        }

        .solar-packages-board__visual {
            flex: 0.85;
            min-width: 0;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: stretch;
            justify-content: center;
            background: #f4f6f4;
            min-height: clamp(220px, 38vw, 520px);
        }

        .solar-packages-board__products {
            position: relative;
            flex: 1 1 auto;
            width: 100%;
            height: 100%;
            min-height: inherit;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: clamp(8px, 1.5vw, 16px);
        }

        .solar-packages-board__panel {
            display: block;
            width: 100%;
            height: 100%;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            object-position: center center;
        }

        .solar-packages-board__panel--product {
            object-fit: contain;
            object-position: center bottom;
        }

        .solar-packages-board__panel--promo {
            object-fit: cover;
            object-position: 72% center;
        }

        .solar-packages-board__battery {
            width: 72px;
            height: auto;
            object-fit: contain;
            z-index: 2;
            filter: drop-shadow(0 8px 16px rgba(0,0,0,0.12));
        }

        .solar-packages-board__inverter {
            width: 68px;
            height: auto;
            object-fit: contain;
            z-index: 2;
            filter: drop-shadow(0 8px 16px rgba(0,0,0,0.12));
        }

        .solar-packages-board__warranty {
            position: absolute;
            right: clamp(8px, 2vw, 16px);
            bottom: clamp(8px, 2vw, 16px);
            z-index: 3;
            width: clamp(72px, 18vw, 108px);
            height: clamp(72px, 18vw, 108px);
            border-radius: 50%;
            background: radial-gradient(circle at 30% 30%, #6fa86a, #4f7f4d 70%);
            color: #fff;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 12px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.18);
        }

        .solar-packages-board__warranty span {
            font-size: 0.72rem;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 1.2;
        }

        .solar-packages-board__warranty strong {
            font-size: 0.82rem;
            font-weight: 800;
            text-transform: uppercase;
            line-height: 1.15;
        }

        .solar-battery-hero .promo-box a:hover,
        .solar-hero-promo-box__cta:hover {
            background: #16a34a !important;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
        }
        
        @media (max-width: 1200px) {
            .solar-hero-swiper__row,
            .solar-packages-board {
                min-height: clamp(480px, 52vw, 520px);
            }

            .solar-packages-board__panel--promo {
                object-position: 68% center;
            }
        }

        @media (max-width: 992px) {
            .solar-battery-hero {
                min-height: auto !important;
            }

            .solar-hero-slider-wrap {
                padding: 24px clamp(52px, 8vw, 72px);
            }

            .solar-hero-swiper__row {
                min-height: 0;
            }

            .solar-hero-swiper__col--packages,
            .solar-hero-swiper__col--promo {
                padding: 0;
            }

            .solar-hero-swiper__col--promo {
                padding-top: 24px;
            }

            .solar-hero-promo-box {
                padding: 40px 30px;
                max-width: 100%;
            }

            .solar-hero-promo-box__title {
                font-size: 2rem;
            }

            .solar-hero-promo-box__subtitle {
                font-size: 1.5rem;
            }

            .solar-packages-board {
                flex-direction: column;
                min-height: auto;
            }

            .solar-packages-board__visual {
                flex: 0 0 auto;
                width: 100%;
                min-height: clamp(200px, 52vw, 340px);
                aspect-ratio: 16 / 10;
            }

            .solar-packages-board__panel,
            .solar-packages-board__panel--promo,
            .solar-packages-board__panel--product {
                object-fit: contain;
                object-position: center center;
                width: 100%;
                height: auto;
                max-height: 100%;
            }

            .solar-packages-board__products {
                padding: 12px 16px;
            }

            .solar-packages-board__battery,
            .solar-packages-board__inverter {
                width: 58px;
            }

            .solar-hero-swiper-prev,
            .solar-hero-swiper-next {
                width: 34px;
                height: 34px;
            }

            .solar-hero-slider-wrap .solar-hero-swiper-prev {
                left: 8px;
            }

            .solar-hero-slider-wrap .solar-hero-swiper-next {
                right: 8px;
            }
        }

        @media (max-width: 576px) {
            .solar-packages-grid {
                grid-template-columns: 1fr;
            }

            .solar-packages-board__main {
                padding: 24px 18px 18px;
            }

            .solar-packages-board__visual {
                min-height: clamp(180px, 58vw, 260px);
                aspect-ratio: 4 / 3;
            }

            .solar-packages-board__products {
                padding: 10px 12px;
            }

            .solar-packages-board__warranty span {
                font-size: 0.62rem;
            }

            .solar-packages-board__warranty strong {
                font-size: 0.72rem;
            }
        }

/* Source: solar-battery-quote.blade.php (block 1) */
.quotation-container {
            /* max-width: 1200px; */
            margin: 0 auto;
            padding: 40px 20px;
            min-height: 80vh;
        }

        .step-section {
            display: none;
            animation: fadeIn 0.4s ease-in;
        }

        .step-section.active {
            display: block;
        }

        .step-section.stop-message {
            text-align: center;
            padding: 60px 20px;
        }

        .stop-message h2 {
            color: #dc3545;
            font-size: 28px;
            margin-bottom: 20px;
        }

        .stop-message p {
            color: #666;
            font-size: 18px;
            margin-bottom: 30px;
        }

        .stop-message .contact-button {
            display: inline-block;
            padding: 15px 40px;
            background: #739b6c;
            color: #fff;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
            margin: 10px;
        }

        .stop-message .contact-button:hover {
            background: #045a33;
            transform: translateY(-2px);
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .step-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .step-header h1 {
            font-size: 36px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 15px;
            line-height: 1.2;
        }

        .step-header .step-number {
            display: inline-block;
            background: #739b6c;
            color: #fff;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .step-description {
            font-size: 16px;
            color: #6c757d;
            max-width: 700px;
            margin: 0 auto 30px;
            line-height: 1.6;
        }

        .option-description {
            font-size: 13px;
            color: #6c757d;
            line-height: 1.4;
            margin-top: 8px;
            font-weight: 400;
        }

        .info-badge {
            display: inline-block;
            background: #e7f3ff;
            color: #0066cc;
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 11px;
            margin-left: 8px;
            font-weight: 500;
        }

        .price-badge {
            display: inline-block;
            background: #22c55e;
            color: #fff;
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 11px;
            margin-left: 8px;
            font-weight: 600;
        }

        .progress-text {
            text-align: center;
            font-size: 14px;
            color: #6c757d;
            font-weight: 500;
            margin-top: 10px;
        }

        .options-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 25px;
            margin-bottom: 40px;
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }

        .option-card {
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            border: 3px solid #e0e0e0;
            border-radius: 16px;
            padding: 35px 25px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            min-height: 200px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

        .option-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 16px;
            background: linear-gradient(135deg, #739b6c 0%, #1b1b1b 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .option-card:hover {
            border-color: #739b6c;
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 8px 24px rgba(5, 116, 66, 0.25);
        }

        .option-card:hover::before {
            opacity: 0.05;
        }

        .option-card.selected {
            border-color: #739b6c;
            background: linear-gradient(135deg, #f0f7ff 0%, #e3f2fd 100%);
            box-shadow: 0 8px 24px rgba(5, 116, 66, 0.3);
        }

        .option-card.selected::after {
            content: '✓';
            position: absolute;
            top: 15px;
            right: 15px;
            width: 30px;
            height: 30px;
            background: #739b6c;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: bold;
        }

        .option-card .icon {
            width: 70px;
            height: 70px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 1;
        }

        .option-card .icon i {
            font-size: 48px;
            color: #1b1b1b;
            transition: all 0.3s ease;
        }

        .option-card:hover .icon i {
            color: #739b6c;
            transform: scale(1.1);
        }

        .option-card.selected .icon i {
            color: #739b6c;
        }

        .option-card .title {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a1a;
            margin: 0;
            position: relative;
            z-index: 1;
            line-height: 1.4;
        }

        .form-input-group {
            max-width: 500px;
            margin: 0 auto 30px;
        }

        .form-input-group label {
            display: block;
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 12px;
        }

        .form-input {
            width: 100%;
            padding: 16px 20px;
            border: 3px solid #e0e0e0;
            border-radius: 12px;
            font-size: 18px;
            transition: all 0.3s ease;
            box-sizing: border-box;
        }

        .form-input:focus {
            outline: none;
            border-color: #739b6c;
            box-shadow: 0 0 0 4px rgba(5, 116, 66, 0.1);
        }

        .submit-button {
            display: block;
            width: 100%;
            max-width: 500px;
            margin: 40px auto 0;
            padding: 18px 40px;
            background: linear-gradient(135deg, #739b6c 0%, #0056b3 100%);
            color: #fff;
            border: none;
            border-radius: 12px;
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
        }

        .submit-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
        }

        .submit-button:active {
            transform: translateY(0);
        }

        .progress-bar {
            width: 100%;
            height: 6px;
            background: #e0e0e0;
            border-radius: 3px;
            margin-bottom: 50px;
            overflow: hidden;
            position: relative;
        }

        .progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #739b6c 0%, #0056b3 100%);
            transition: width 0.5s ease;
            width: 0%;
            border-radius: 3px;
        }

        .back-button {
            display: inline-flex;
            align-items: center;
            color: #739b6c;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            padding: 10px 20px;
            border-radius: 8px;
            background: #f0f7ff;
        }

        .back-button:hover {
            color: #0056b3;
            background: #e3f2fd;
            transform: translateX(-5px);
        }

        .back-button svg {
            margin-right: 8px;
        }

        @media (max-width: 768px) {
            .options-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .option-card {
                min-height: 160px;
                padding: 25px 15px;
            }

            .step-header h1 {
                font-size: 24px;
            }

            .option-card .title {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .options-grid {
                grid-template-columns: 1fr;
            }
        }

/* Source: solar-battery-quote.blade.php (block 2) */
/* Packages UI (Final Step) */
        .package-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 26px;
            max-width: 95%;
            margin: 0 auto 18px;
        }

        .package-card {
            background: #fff;
            border-radius: 18px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
            border: 3px solid transparent;
            overflow: hidden;
            cursor: pointer;
            transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
        }

        .package-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 36px rgba(0, 0, 0, 0.10);
        }

        .package-card.is-selected {
            border-color: #ffb4b4;
            box-shadow: 0 12px 40px rgba(255, 120, 120, 0.22);
        }

        .package-card__inner {
            padding: 18px;
            display: grid;
            gap: 14px;
        }

        .package-card__header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }

        .package-brand-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 6px 10px;
            border-radius: 12px;
            background: #fff;
            border: 1px solid rgba(0, 0, 0, 0.08);
        }

        .package-brand-logo {
            display: block;
            width: auto;
            object-fit: contain;
        }

        .package-brand-logo--badge {
            height: 22px;
            max-width: 110px;
        }

        .package-estimate__label {
            font-size: 12px;
            font-weight: 800;
            color: rgba(0, 0, 0, 0.55);
        }

        .package-estimate__value {
            font-size: 22px;
            font-weight: 950;
            color: #0b0b0b;
            line-height: 1.05;
        }

        .package-card__body {
            display: grid;
            gap: 12px;
        }

        .package-subtitle {
            font-size: 13px;
            font-weight: 800;
            color: rgba(0, 0, 0, 0.55);
            margin-top: -6px;
        }

        .package-components {
            display: grid;
            gap: 10px;
            padding: 12px;
            border-radius: 14px;
            border: 1px solid rgba(0, 0, 0, 0.08);
            background: linear-gradient(180deg, #ffffff, #f8fafc);
        }

        .package-component {
            display: grid;
            grid-template-columns: 84px 1fr;
            gap: 10px;
            align-items: start;
        }

        .package-component__k {
            font-size: 12px;
            font-weight: 900;
            color: rgba(0, 0, 0, 0.55);
            text-transform: uppercase;
            letter-spacing: .05em;
        }

        .package-component__v {
            font-size: 14px;
            font-weight: 800;
            color: rgba(0, 0, 0, 0.85);
        }

        .package-topline {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }

        .package-badges {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }

        .badge-chip {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 6px 10px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 700;
            border: 1px solid rgba(0, 0, 0, 0.08);
            background: #f1f5f9;
            color: #0f172a;
            white-space: nowrap;
        }

        .badge-chip--recommended {
            background: #ffe9ea;
            border-color: #ffd0d4;
            color: #d11f2c;
        }

        .badge-chip--link {
            background: #e7f3ff;
            border-color: rgba(0, 102, 204, 0.2);
            color: #0066cc;
            cursor: pointer;
        }

        .package-title {
            font-size: 20px;
            line-height: 1.25;
            margin: 0;
            font-weight: 950;
            color: #0b0b0b;
        }

        .panel-stepper {
            display: grid;
            grid-template-columns: 46px 1fr 46px;
            align-items: center;
            border-radius: 999px;
            padding: 6px;
            background: #f1f5f9;
            border: 1px solid rgba(0, 0, 0, 0.10);
            margin: 10px 0 12px;
        }

        .battery-stepper {
            display: grid;
            grid-template-columns: 46px 1fr 46px;
            align-items: center;
            border-radius: 999px;
            padding: 6px;
            background: #f1f5f9;
            border: 1px solid rgba(0, 0, 0, 0.10);
            margin: 0 0 12px;
        }

        .addons {
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 14px;
            padding: 12px;
            background: #fff;
            margin: 0 0 12px;
        }

        .addons__header {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            font-weight: 900;
            font-size: 13px;
            margin-bottom: 10px;
            color: rgba(0, 0, 0, 0.8);
        }

        .addons__hint {
            font-weight: 800;
            font-size: 12px;
            color: rgba(0, 0, 0, 0.45);
        }

        .addons__list {
            display: grid;
            gap: 10px;
            max-height: 220px;
            overflow: auto;
            padding-right: 6px;
        }

        .addon-row {
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 10px;
            align-items: center;
            padding: 10px;
            border-radius: 12px;
            background: #f8fafc;
            border: 1px solid rgba(0, 0, 0, 0.06);
        }

        .addon-row.is-hidden {
            display: none !important;
        }

        .addon-row.is-mandatory {
            background: rgba(155, 108, 108, 0.12);
            border-color: rgba(155, 108, 108, 0.35);
        }

        .addon-row__required {
            display: block;
            margin-top: 4px;
            font-size: 11px;
            font-weight: 700;
            color: #9b6c6c;
            text-transform: uppercase;
            letter-spacing: 0.04em;
        }

        .addons__empty {
            padding: 10px 12px;
            border-radius: 12px;
            background: #f8fafc;
            font-size: 13px;
            font-weight: 700;
            color: rgba(0, 0, 0, 0.55);
        }

        .stepper-btn:disabled {
            opacity: 0.45;
            cursor: not-allowed;
        }

        .addon-row__name {
            font-weight: 900;
            font-size: 13px;
            color: rgba(0, 0, 0, 0.85);
        }

        .addon-row__meta {
            margin-top: 2px;
            font-weight: 800;
            font-size: 12px;
            color: rgba(0, 0, 0, 0.5);
        }

        .addon-row__stepper {
            display: grid;
            grid-template-columns: 34px 40px 34px;
            align-items: center;
            gap: 6px;
        }

        .stepper-btn--sm {
            width: 30px;
            height: 30px;
            font-size: 18px;
        }

        .stepper-value--sm {
            font-size: 14px;
        }

        .stepper-btn {
            width: 38px;
            height: 38px;
            border-radius: 999px;
            border: 1px solid rgba(0, 0, 0, 0.08);
            background: #fff;
            font-size: 20px;
            font-weight: 900;
            color: #111827;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        }

        .stepper-value {
            text-align: center;
            font-weight: 900;
            color: #111827;
        }

        .savings-pill {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 10px 12px;
            border-radius: 12px;
            background: #dff5e6;
            color: #0b5d2b;
            font-weight: 800;
            margin-bottom: 12px;
        }

        .bolt {
            width: 22px;
            height: 22px;
            display: grid;
            place-items: center;
            border-radius: 999px;
            background: #0b5d2b;
            color: #fff;
            font-size: 12px;
        }

        .package-cta {
            display: grid;
            gap: 10px;
        }

        .cta-btn {
            width: 100%;
            border: none;
            border-radius: 999px;
            padding: 12px 16px;
            font-weight: 900;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .cta-btn--primary {
            background: #dc3545;
            color: #fff;
        }

        .cta-btn--secondary {
            background: #e5e7eb;
            color: #111827;
        }

        .cta-arrow {
            width: 30px;
            height: 30px;
            display: grid;
            place-items: center;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.22);
            font-size: 20px;
            line-height: 1;
        }

        .cta-btn--secondary .cta-arrow {
            background: rgba(17, 24, 39, 0.08);
        }

        .ui-only-note {
            max-width: 1200px;
            margin: 10px auto 0;
            padding: 12px 14px;
            border-radius: 12px;
            background: #f8f9fa;
            color: rgba(0, 0, 0, 0.65);
            font-weight: 700;
            font-size: 13px;
        }

        @media (max-width: 992px) {
            .package-grid {
                grid-template-columns: 1fr;
            }

            .package-card__inner {
                grid-template-columns: 1fr;
            }

            .package-image__placeholder {
                min-height: 220px;
            }
        }

        /* Modal */
        .package-modal {
            position: fixed;
            inset: 0;
            z-index: 9999;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 18px;
        }

        .package-modal.is-open {
            display: flex;
        }

        .package-modal__overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.55);
            backdrop-filter: blur(4px);
        }

        .package-modal__dialog {
            position: relative;
            width: min(920px, 100%);
            max-height: min(90vh, 900px);
            overflow: auto;
            background: #fff;
            border-radius: 18px;
            box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
            padding: 18px 18px 16px;
        }

        .package-modal__close {
            position: absolute;
            top: 12px;
            right: 12px;
            width: 40px;
            height: 40px;
            border-radius: 10px;
            border: none;
            background: #111827;
            color: #fff;
            font-size: 24px;
            line-height: 1;
        }

        .package-modal__header {
            padding-right: 56px;
            margin-bottom: 14px;
        }

        .package-modal__kicker {
            font-size: 12px;
            font-weight: 900;
            letter-spacing: .08em;
            text-transform: uppercase;
            color: rgba(0, 0, 0, 0.5);
            margin-bottom: 6px;
        }

        .package-modal__title {
            font-size: 22px;
            font-weight: 900;
            margin: 0 0 6px;
            color: #0b0b0b;
        }

        .package-modal__sub {
            font-size: 14px;
            font-weight: 700;
            color: rgba(0, 0, 0, 0.65);
        }

        .package-modal__grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
        }

        .package-modal__block {
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 14px;
            padding: 12px 12px;
            background: #f9fafb;
        }

        .package-modal__label {
            font-size: 12px;
            font-weight: 900;
            color: rgba(0, 0, 0, 0.55);
            margin-bottom: 4px;
            text-transform: uppercase;
            letter-spacing: .05em;
        }

        .package-modal__value {
            font-size: 15px;
            font-weight: 900;
            color: #0b0b0b;
            margin-bottom: 4px;
        }

        .package-modal__meta {
            font-size: 13px;
            font-weight: 700;
            color: rgba(0, 0, 0, 0.65);
        }

        .package-modal__summary {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin-top: 12px;
            background: #f3f4f6;
            padding: 12px;
            border-radius: 14px;
        }

        .package-modal__summaryItem {
            display: grid;
            gap: 4px;
        }

        .package-modal__big {
            font-size: 22px;
            font-weight: 900;
            color: #0b0b0b;
        }

        .package-modal__footer {
            margin-top: 14px;
            display: flex;
            justify-content: flex-end;
        }

        .package-modal__dialog--form {
            width: min(560px, 100%);
            padding: 22px 22px 18px;
        }

        .package-enquiry-form {
            margin-top: 16px;
        }

        .package-enquiry-form__fields {
            display: grid;
            gap: 16px;
        }

        .package-enquiry-form__row {
            display: grid;
            gap: 16px;
        }

        .package-enquiry-form__row--split {
            grid-template-columns: 1fr 1fr;
        }

        .package-enquiry-field {
            display: grid;
            gap: 8px;
            width: 100%;
        }

        .package-enquiry-field label {
            font-size: 14px;
            font-weight: 800;
            color: rgba(0, 0, 0, 0.82);
        }

        .package-enquiry-field .req {
            color: #dc3545;
        }

        .package-enquiry-input {
            width: 100%;
            box-sizing: border-box;
            padding: 12px 14px;
            border: 2px solid #e5e7eb;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 600;
            color: #111827;
            background: #fff;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .package-enquiry-input:focus {
            outline: none;
            border-color: #739b6c;
            box-shadow: 0 0 0 3px rgba(115, 155, 108, 0.18);
        }

        .package-enquiry-textarea {
            min-height: 96px;
            resize: vertical;
            line-height: 1.45;
        }

        .package-modal__footer--form {
            gap: 10px;
            justify-content: flex-end;
            flex-wrap: wrap;
        }

        .package-modal__footer--form .cta-btn {
            width: auto;
            min-width: 130px;
            justify-content: center;
            padding: 12px 20px;
            font-size: 15px;
        }

        .package-enquiry-form__feedback {
            margin-top: 14px;
            padding: 12px 14px;
            border-radius: 12px;
            font-weight: 700;
            font-size: 14px;
        }

        .package-enquiry-form__feedback.is-success {
            background: #dff5e6;
            color: #0b5d2b;
        }

        .package-enquiry-form__feedback.is-error {
            background: #fde8e8;
            color: #991b1b;
        }

        @media (max-width: 640px) {
            .package-enquiry-form__row--split {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .package-modal__grid {
                grid-template-columns: 1fr;
            }
            .package-modal__summary {
                grid-template-columns: 1fr;
            }
        }

/* Source: solar-ppa.blade.php (block 1) */
:root {
                --theme: #739b6c;
                --theme-dark: #4f7f49;
                --theme-soft: rgba(115, 155, 108, 0.12);
                --ink: #111827;
                --muted: #6b7280;
                --line: #e5e7eb;
            }

            .ppa-hero {
                background-image: url('/assets/home/bg3.svg');
                min-height: 520px;
                position: relative;
                overflow: hidden;
                padding: 90px 0 70px;
            }

            .ppa-hero::before {
                content: '';
                position: absolute;
                inset: 0;
                background: radial-gradient(900px 420px at 22% 55%, rgba(115, 155, 108, 0.22) 0%, rgba(115, 155, 108, 0) 70%),
                    radial-gradient(700px 320px at 80% 20%, rgba(115, 155, 108, 0.14) 0%, rgba(115, 155, 108, 0) 70%);
                pointer-events: none;
            }

            .ppa-hero .hero-wrap {
                position: relative;
                z-index: 1;
            }

            .ppa-hero .hero-media {
                background: rgba(255, 255, 255, 0.55);
                border: 1px solid rgba(0, 0, 0, 0.05);
                border-radius: 22px;
                padding: 26px;
                box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
            }

            .ppa-hero .hero-card {
                background: #fff;
                border-radius: 20px;
                padding: 44px 38px;
                /* max-width: 640px; */
                width: 100%;
                box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
                border: 1px solid rgba(0, 0, 0, 0.04);
            }

            .ppa-pill {
                display: inline-flex;
                align-items: center;
                gap: 10px;
                background: var(--theme-soft);
                border: 1px solid rgba(115, 155, 108, 0.25);
                color: var(--theme-dark);
                font-weight: 800;
                padding: 10px 16px;
                border-radius: 999px;
                font-size: 12px;
                letter-spacing: .8px;
                text-transform: uppercase;
            }

            .ppa-btn {
                background: linear-gradient(135deg, var(--theme), var(--theme-dark));
                color: #fff;
                border: none;
                border-radius: 12px;
                padding: 14px 22px;
                font-size: 1rem;
                font-weight: 800;
                text-transform: uppercase;
                letter-spacing: 1px;
                display: inline-flex;
                align-items: center;
                gap: 10px;
                text-decoration: none;
                transition: transform .2s ease, box-shadow .2s ease;
            }

            .ppa-btn:hover {
                color: #fff;
                transform: translateY(-2px);
                box-shadow: 0 14px 28px rgba(115, 155, 108, 0.25);
            }

            .ppa-btn-outline {
                background: #fff;
                color: var(--theme-dark);
                border: 2px solid rgba(115, 155, 108, 0.35);
                border-radius: 12px;
                padding: 13px 18px;
                font-size: 1rem;
                font-weight: 800;
                text-transform: uppercase;
                letter-spacing: 1px;
                display: inline-flex;
                align-items: center;
                gap: 10px;
                text-decoration: none;
                transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
            }

            .ppa-btn-outline:hover {
                transform: translateY(-2px);
                background: var(--theme-soft);
                color: var(--theme-dark);
                box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06);
            }

            .ppa-section {
                padding: 80px 0;
            }

            .ppa-card {
                background: #fff;
                border: 1px solid var(--line);
                border-radius: 16px;
                padding: 26px;
                height: 100%;
                box-shadow: 0 8px 26px rgba(0, 0, 0, 0.05);
            }

            .ppa-card h4 {
                font-weight: 900;
                color: var(--ink);
                font-size: 1.1rem;
                margin-bottom: 10px;
            }

            .ppa-card p {
                color: var(--muted);
                margin: 0;
                line-height: 1.7;
            }

            .ppa-step {
                display: flex;
                gap: 14px;
                align-items: flex-start;
                padding: 18px 18px;
                border-radius: 14px;
                border: 1px solid var(--line);
                background: #fff;
                height: 100%;
            }

            .ppa-step .num {
                width: 38px;
                height: 38px;
                border-radius: 12px;
                background: linear-gradient(135deg, var(--theme), var(--theme-dark));
                color: #fff;
                font-weight: 900;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
            }

            .ppa-step h5 {
                margin: 0 0 6px;
                font-weight: 900;
                color: var(--ink);
            }

            .ppa-step p {
                margin: 0;
                color: var(--muted);
                line-height: 1.65;
                font-size: 0.98rem;
            }

            .ppa-faq .faq-item {
                border: 1px solid var(--line);
                border-radius: 14px;
                overflow: hidden;
                margin-bottom: 12px;
                background: #fff;
            }

            .ppa-faq .faq-q {
                padding: 18px 18px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                cursor: pointer;
                user-select: none;
                font-weight: 900;
                color: var(--ink);
            }

            .ppa-faq .faq-a {
                display: none;
                padding: 0 18px 18px;
                color: var(--muted);
                line-height: 1.7;
            }

            .ppa-faq .faq-item.active .faq-a {
                display: block;
            }

            .ppa-faq .chev {
                color: var(--theme-dark);
                transition: transform .2s ease;
            }

            .ppa-faq .faq-item.active .chev {
                transform: rotate(180deg);
            }

            @media (max-width: 992px) {
                .ppa-hero {
                    min-height: auto !important;
                    padding: 60px 0 50px;
                }

                .ppa-hero .col-lg-6 {
                    min-height: auto !important;
                    padding: 40px 20px !important;
                }

                .ppa-hero .hero-card {
                    padding: 34px 22px !important;
                }

                .ppa-hero .hero-media {
                    padding: 18px;
                }
            }

/* Source: bloxt-energy-products.blade.php (block 1) */
.bloxt-products-section {
        padding: 20px 0 60px;
    }

    .bloxt-product-card {
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        height: 100%;
        display: flex;
        flex-direction: column;
        border: 1px solid #eef2ee;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .bloxt-product-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 40px rgba(115, 155, 108, 0.18);
    }

    .bloxt-product-card__gallery {
        background: #f8faf8;
        padding: 24px;
        min-height: 280px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bloxt-product-card__gallery img {
        max-height: 240px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
        margin: 0 auto;
        display: block;
    }

    .bloxt-product-card__gallery .carousel,
    .bloxt-product-card__gallery .carousel-inner,
    .bloxt-product-card__gallery .carousel-item {
        width: 100%;
    }

    .bloxt-product-card__body {
        padding: 28px;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .bloxt-product-card__body h3 {
        font-size: 1.35rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: #1a1a1a;
    }

    .bloxt-product-card__tagline {
        color: #555;
        margin-bottom: 18px;
        line-height: 1.6;
    }

    .bloxt-product-card__highlights {
        list-style: none;
        padding: 0;
        margin: 0 0 20px;
    }

    .bloxt-product-card__highlights li {
        padding: 6px 0;
        color: #333;
        font-size: 0.95rem;
    }

    .bloxt-product-card__highlights i {
        color: #739b6c;
        margin-right: 8px;
    }

    .bloxt-product-card__specs {
        margin-bottom: 24px;
        border: 1px solid #e8eee8;
        border-radius: 10px;
        padding: 12px 16px;
        background: #fafcfa;
    }

    .bloxt-product-card__specs summary {
        cursor: pointer;
        font-weight: 600;
        color: #739b6c;
    }

    .bloxt-product-card__specs dl {
        margin: 16px 0 0;
    }

    .bloxt-product-card__specs .spec-row {
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        gap: 8px;
        padding: 8px 0;
        border-bottom: 1px solid #eef2ee;
        font-size: 0.9rem;
    }

    .bloxt-product-card__specs .spec-row:last-child {
        border-bottom: none;
    }

    .bloxt-product-card__specs dt {
        font-weight: 600;
        color: #444;
    }

    .bloxt-product-card__specs dd {
        margin: 0;
        color: #666;
    }

    .bloxt-product-card__cta {
        margin-top: auto;
        width: 100%;
        background: #739b6c;
        color: #fff;
        border: none;
        border-radius: 10px;
        padding: 14px 24px;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        transition: background 0.2s ease, transform 0.2s ease;
    }

    .bloxt-product-card__cta:hover {
        background: #5f8260;
        transform: translateY(-1px);
    }

    .bloxt-quote-modal .modal-header {
        border-bottom: 1px solid #eef2ee;
        padding: 24px 28px 16px;
    }

    .bloxt-quote-modal .modal-body {
        padding: 24px 28px;
    }

    .bloxt-quote-modal .modal-footer {
        border-top: 1px solid #eef2ee;
        padding: 16px 28px 24px;
    }

    .bloxt-quote-modal .modal-product-name {
        color: #739b6c;
        font-weight: 600;
        font-size: 0.95rem;
    }

    .bloxt-quote-submit {
        background: #739b6c;
        color: #fff;
        border: none;
        font-weight: 700;
        padding: 10px 24px;
        border-radius: 8px;
    }

    .bloxt-quote-submit:hover {
        background: #5f8260;
        color: #fff;
    }

/* Source: start-quote.blade.php (block 1) */
.quote-selection-container {
            max-width: 900px;
            margin: 20px auto;
            padding: 80px 20px;
            min-height: 80vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .quote-title {
            font-size: 32px;
            font-weight: 700;
            color: #1a1a1a;
            text-align: center;
            margin-bottom: 50px;
            line-height: 1.3;
        }

        .service-cards-container {
            width: 100%;
            max-width: 800px;
        }

        .service-card {
            background: #f8f9fa;
            border: 2px solid #e0e0e0;
            border-radius: 16px;
            padding: 25px 30px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            color: #1a1a1a;
        }

        .service-card:hover {
            border-color: #739b6c;
            background: #f0f7ff;
            transform: translateX(5px);
            box-shadow: 0 4px 12px rgba(5, 116, 66, 0.15);
        }

        .service-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #e3f2fd;
            border: 2px solid #e0e0e0;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }

        .service-card:hover .service-icon {
            background: #739b6c;
            border-color: #739b6c;
        }

        .service-icon i {
            font-size: 28px;
            color: #1a1a1a;
            transition: all 0.3s ease;
        }

        .service-card:hover .service-icon i {
            color: #fff;
        }

        .service-text {
            flex: 1;
            font-size: 18px;
            font-weight: 600;
            color: #1a1a1a;
        }

        .service-arrow {
            color: #739b6c;
            font-size: 20px;
            margin-left: 15px;
            transition: all 0.3s ease;
        }

        .service-card:hover .service-arrow {
            transform: translateX(5px);
        }

        @media (max-width: 768px) {
            .quote-selection-container {
                padding: 60px 20px;
            }

            .quote-title {
                font-size: 24px;
                margin-bottom: 40px;
            }

            .service-card {
                padding: 20px;
            }

            .service-icon {
                width: 50px;
                height: 50px;
                margin-right: 15px;
            }

            .service-icon i {
                font-size: 24px;
            }

            .service-text {
                font-size: 16px;
            }
        }

/* Source: get_quotation.blade.php (block 1) */
.quotation-container {
            /* max-width: 1200px; */
            width: 95%;
            margin: 0 auto;
            padding: 40px 20px;
            min-height: 80vh;
        }

        .step-section {
            display: none;
            animation: fadeIn 0.4s ease-in;
        }

        .step-section.active {
            display: block;
        }

        .step-section.stop-message {
            text-align: center;
            padding: 60px 20px;
        }

        .stop-message h2 {
            color: #dc3545;
            font-size: 28px;
            margin-bottom: 20px;
        }

        .stop-message p {
            color: #666;
            font-size: 18px;
            margin-bottom: 30px;
        }

        .stop-message .contact-button {
            display: inline-block;
            padding: 15px 40px;
            background: #739b6c;
            color: #fff;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .stop-message .contact-button:hover {
            background: #045a33;
            transform: translateY(-2px);
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .step-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .step-header h1 {
            font-size: 36px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 15px;
            line-height: 1.2;
        }

        .step-header .step-number {
            display: inline-block;
            background: #739b6c;
            color: #fff;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .step-description {
            font-size: 16px;
            color: #6c757d;
            max-width: 700px;
            margin: 0 auto 30px;
            line-height: 1.6;
        }

        .option-description {
            font-size: 13px;
            color: #6c757d;
            line-height: 1.4;
            margin-top: 8px;
            font-weight: 400;
        }

        .info-badge {
            display: inline-block;
            background: #e7f3ff;
            color: #0066cc;
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 11px;
            margin-left: 8px;
            font-weight: 500;
        }

        .progress-text {
            text-align: center;
            font-size: 14px;
            color: #6c757d;
            font-weight: 500;
            margin-top: 10px;
        }

        .options-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 25px;
            margin-bottom: 40px;
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }

        .option-card {
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            border: 3px solid #e0e0e0;
            border-radius: 16px;
            padding: 35px 25px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            min-height: 200px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

        .option-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 16px;
            background: linear-gradient(135deg, #739b6c 0%, #1b1b1b 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .option-card:hover {
            border-color: #739b6c;
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 8px 24px rgba(5, 116, 66, 0.25);
        }

        .option-card:hover::before {
            opacity: 0.05;
        }

        .option-card.selected {
            border-color: #739b6c;
            background: linear-gradient(135deg, #f0f7ff 0%, #e3f2fd 100%);
            box-shadow: 0 8px 24px rgba(5, 116, 66, 0.3);
        }

        .option-card.selected::after {
            content: '✓';
            position: absolute;
            top: 15px;
            right: 15px;
            width: 30px;
            height: 30px;
            background: #739b6c;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: bold;
        }

        .option-card .icon {
            width: 70px;
            height: 70px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 1;
        }

        .option-card .icon i {
            font-size: 48px;
            color: #1b1b1b;
            transition: all 0.3s ease;
        }

        .option-card:hover .icon i {
            color: #739b6c;
            transform: scale(1.1);
        }

        .option-card.selected .icon i {
            color: #739b6c;
        }

        .option-card .title {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a1a;
            margin: 0;
            position: relative;
            z-index: 1;
            line-height: 1.4;
        }

        .form-input-group {
            max-width: 500px;
            margin: 0 auto 30px;
        }

        .form-input-group label {
            display: block;
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 12px;
        }

        .form-input {
            width: 100%;
            padding: 16px 20px;
            border: 3px solid #e0e0e0;
            border-radius: 12px;
            font-size: 18px;
            transition: all 0.3s ease;
            box-sizing: border-box;
        }

        .form-input:focus {
            outline: none;
            border-color: #739b6c;
            box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.1);
        }

        .submit-button {
            display: block;
            width: 100%;
            max-width: 500px;
            margin: 40px auto 0;
            padding: 18px 40px;
            background: linear-gradient(135deg, #739b6c 0%, #0056b3 100%);
            color: #fff;
            border: none;
            border-radius: 12px;
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
        }

        .submit-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
        }

        .submit-button:active {
            transform: translateY(0);
        }

        .progress-bar {
            width: 100%;
            height: 6px;
            background: #e0e0e0;
            border-radius: 3px;
            margin-bottom: 50px;
            overflow: hidden;
            position: relative;
        }

        .progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #739b6c 0%, #0056b3 100%);
            transition: width 0.5s ease;
            width: 0%;
            border-radius: 3px;
        }

        .back-button {
            display: inline-flex;
            align-items: center;
            color: #739b6c;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            padding: 10px 20px;
            border-radius: 8px;
            background: #f0f7ff;
        }

        .back-button:hover {
            color: #0056b3;
            background: #e3f2fd;
            transform: translateX(-5px);
        }

        .back-button svg {
            margin-right: 8px;
        }

        .info-message {
            background: #fff3cd;
            border: 2px solid #ffc107;
            border-radius: 12px;
            padding: 20px;
            margin: 30px auto;
            max-width: 600px;
            text-align: center;
        }

        .info-message h3 {
            color: #856404;
            margin-bottom: 10px;
        }

        .info-message p {
            color: #856404;
            margin: 0;
        }

        @media (max-width: 768px) {
            .options-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .option-card {
                min-height: 160px;
                padding: 25px 15px;
            }

            .step-header h1 {
                font-size: 24px;
            }

            .option-card .title {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .options-grid {
                grid-template-columns: 1fr;
            }
        }

/* Source: heat-pump-quote.blade.php (block 1) */
.quotation-container {
            /* max-width: 1200px; */
            margin: 0 auto;
            padding: 40px 20px;
            min-height: 80vh;
        }

        .step-section {
            display: none;
            animation: fadeIn 0.4s ease-in;
        }

        .step-section.active {
            display: block;
        }

        .step-section.stop-message {
            text-align: center;
            padding: 60px 20px;
        }

        .stop-message h2 {
            color: #dc3545;
            font-size: 28px;
            margin-bottom: 20px;
        }

        .stop-message p {
            color: #666;
            font-size: 18px;
            margin-bottom: 30px;
        }

        .stop-message .contact-button {
            display: inline-block;
            padding: 15px 40px;
            background: #057442;
            color: #fff;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
            margin: 10px;
        }

        .stop-message .contact-button:hover {
            background: #045a33;
            transform: translateY(-2px);
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .step-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .step-header h1 {
            font-size: 36px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 15px;
            line-height: 1.2;
        }

        .step-header .step-number {
            display: inline-block;
            background: #057442;
            color: #fff;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .step-description {
            font-size: 16px;
            color: #6c757d;
            max-width: 700px;
            margin: 0 auto 30px;
            line-height: 1.6;
        }

        .option-description {
            font-size: 13px;
            color: #6c757d;
            line-height: 1.4;
            margin-top: 8px;
            font-weight: 400;
        }

        .info-badge {
            display: inline-block;
            background: #e7f3ff;
            color: #0066cc;
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 11px;
            margin-left: 8px;
            font-weight: 500;
        }

        .progress-text {
            text-align: center;
            font-size: 14px;
            color: #6c757d;
            font-weight: 500;
            margin-top: 10px;
        }

        .options-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 25px;
            margin-bottom: 40px;
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }

        .option-card {
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            border: 3px solid #e0e0e0;
            border-radius: 16px;
            padding: 35px 25px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            min-height: 200px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

        .option-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 16px;
            background: linear-gradient(135deg, #057442 0%, #1b1b1b 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .option-card:hover {
            border-color: #057442;
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 8px 24px rgba(5, 116, 66, 0.25);
        }

        .option-card:hover::before {
            opacity: 0.05;
        }

        .option-card.selected {
            border-color: #057442;
            background: linear-gradient(135deg, #f0f7ff 0%, #e3f2fd 100%);
            box-shadow: 0 8px 24px rgba(5, 116, 66, 0.3);
        }

        .option-card.selected::after {
            content: '✓';
            position: absolute;
            top: 15px;
            right: 15px;
            width: 30px;
            height: 30px;
            background: #057442;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: bold;
        }

        .option-card .icon {
            width: 70px;
            height: 70px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 1;
        }

        .option-card .icon i {
            font-size: 48px;
            color: #1b1b1b;
            transition: all 0.3s ease;
        }

        .option-card:hover .icon i {
            color: #057442;
            transform: scale(1.1);
        }

        .option-card.selected .icon i {
            color: #057442;
        }

        .option-card .title {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a1a;
            margin: 0;
            position: relative;
            z-index: 1;
            line-height: 1.4;
        }

        .form-input-group {
            max-width: 500px;
            margin: 0 auto 30px;
        }

        .form-input-group label {
            display: block;
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 12px;
        }

        .form-input {
            width: 100%;
            padding: 16px 20px;
            border: 3px solid #e0e0e0;
            border-radius: 12px;
            font-size: 18px;
            transition: all 0.3s ease;
            box-sizing: border-box;
        }

        .form-input:focus {
            outline: none;
            border-color: #057442;
            box-shadow: 0 0 0 4px rgba(5, 116, 66, 0.1);
        }

        .submit-button {
            display: block;
            width: 100%;
            max-width: 500px;
            margin: 40px auto 0;
            padding: 18px 40px;
            background: linear-gradient(135deg, #057442 0%, #0056b3 100%);
            color: #fff;
            border: none;
            border-radius: 12px;
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
        }

        .submit-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
        }

        .submit-button:active {
            transform: translateY(0);
        }

        .progress-bar {
            width: 100%;
            height: 6px;
            background: #e0e0e0;
            border-radius: 3px;
            margin-bottom: 50px;
            overflow: hidden;
            position: relative;
        }

        .progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #057442 0%, #0056b3 100%);
            transition: width 0.5s ease;
            width: 0%;
            border-radius: 3px;
        }

        .back-button {
            display: inline-flex;
            align-items: center;
            color: #057442;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            padding: 10px 20px;
            border-radius: 8px;
            background: #f0f7ff;
        }

        .back-button:hover {
            color: #0056b3;
            background: #e3f2fd;
            transform: translateX(-5px);
        }

        .back-button svg {
            margin-right: 8px;
        }

        @media (max-width: 768px) {
            .options-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .option-card {
                min-height: 160px;
                padding: 25px 15px;
            }

            .step-header h1 {
                font-size: 24px;
            }

            .option-card .title {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .options-grid {
                grid-template-columns: 1fr;
            }
        }

/* Source: ev-charger-quote.blade.php (block 1) */
.quotation-container {
            /* max-width: 1200px; */
            margin: 0 auto;
            padding: 40px 20px;
            min-height: 80vh;
        }

        .step-section {
            display: none;
            animation: fadeIn 0.4s ease-in;
        }

        .step-section.active {
            display: block;
        }

        .step-section.stop-message {
            text-align: center;
            padding: 60px 20px;
        }

        .stop-message h2 {
            color: #dc3545;
            font-size: 28px;
            margin-bottom: 20px;
        }

        .stop-message p {
            color: #666;
            font-size: 18px;
            margin-bottom: 30px;
        }

        .stop-message .contact-button {
            display: inline-block;
            padding: 15px 40px;
            background: #739b6c;
            color: #fff;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
            margin: 10px;
        }

        .stop-message .contact-button:hover {
            background: #045a33;
            transform: translateY(-2px);
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .step-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .step-header h1 {
            font-size: 36px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 15px;
            line-height: 1.2;
        }

        .step-header .step-number {
            display: inline-block;
            background: #739b6c;
            color: #fff;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .step-description {
            font-size: 16px;
            color: #6c757d;
            max-width: 700px;
            margin: 0 auto 30px;
            line-height: 1.6;
        }

        .option-description {
            font-size: 13px;
            color: #6c757d;
            line-height: 1.4;
            margin-top: 8px;
            font-weight: 400;
        }

        .info-badge {
            display: inline-block;
            background: #e7f3ff;
            color: #0066cc;
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 11px;
            margin-left: 8px;
            font-weight: 500;
        }

        .progress-text {
            text-align: center;
            font-size: 14px;
            color: #6c757d;
            font-weight: 500;
            margin-top: 10px;
        }

        .options-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 25px;
            margin-bottom: 40px;
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }

        .option-card {
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            border: 3px solid #e0e0e0;
            border-radius: 16px;
            padding: 35px 25px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            min-height: 200px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

        .option-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 16px;
            background: linear-gradient(135deg, #739b6c 0%, #1b1b1b 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .option-card:hover {
            border-color: #739b6c;
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 8px 24px rgba(5, 116, 66, 0.25);
        }

        .option-card:hover::before {
            opacity: 0.05;
        }

        .option-card.selected {
            border-color: #739b6c;
            background: linear-gradient(135deg, #f0f7ff 0%, #e3f2fd 100%);
            box-shadow: 0 8px 24px rgba(5, 116, 66, 0.3);
        }

        .option-card.selected::after {
            content: '✓';
            position: absolute;
            top: 15px;
            right: 15px;
            width: 30px;
            height: 30px;
            background: #739b6c;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: bold;
        }

        .option-card .icon {
            width: 70px;
            height: 70px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 1;
        }

        .option-card .icon i {
            font-size: 48px;
            color: #1b1b1b;
            transition: all 0.3s ease;
        }

        .option-card:hover .icon i {
            color: #739b6c;
            transform: scale(1.1);
        }

        .option-card.selected .icon i {
            color: #739b6c;
        }

        .option-card .title {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a1a;
            margin: 0;
            position: relative;
            z-index: 1;
            line-height: 1.4;
        }

        .form-input-group {
            max-width: 500px;
            margin: 0 auto 30px;
        }

        .form-input-group label {
            display: block;
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 12px;
        }

        .form-input {
            width: 100%;
            padding: 16px 20px;
            border: 3px solid #e0e0e0;
            border-radius: 12px;
            font-size: 18px;
            transition: all 0.3s ease;
            box-sizing: border-box;
        }

        .form-input:focus {
            outline: none;
            border-color: #739b6c;
            box-shadow: 0 0 0 4px rgba(5, 116, 66, 0.1);
        }

        .submit-button {
            display: block;
            width: 100%;
            max-width: 500px;
            margin: 40px auto 0;
            padding: 18px 40px;
            background: linear-gradient(135deg, #739b6c 0%, #0056b3 100%);
            color: #fff;
            border: none;
            border-radius: 12px;
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
        }

        .submit-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
        }

        .submit-button:active {
            transform: translateY(0);
        }

        .progress-bar {
            width: 100%;
            height: 6px;
            background: #e0e0e0;
            border-radius: 3px;
            margin-bottom: 50px;
            overflow: hidden;
            position: relative;
        }

        .progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #739b6c 0%, #0056b3 100%);
            transition: width 0.5s ease;
            width: 0%;
            border-radius: 3px;
        }

        .back-button {
            display: inline-flex;
            align-items: center;
            color: #739b6c;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            padding: 10px 20px;
            border-radius: 8px;
            background: #f0f7ff;
        }

        .back-button:hover {
            color: #0056b3;
            background: #e3f2fd;
            transform: translateX(-5px);
        }

        .back-button svg {
            margin-right: 8px;
        }

        @media (max-width: 768px) {
            .options-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .option-card {
                min-height: 160px;
                padding: 25px 15px;
            }

            .step-header h1 {
                font-size: 24px;
            }

            .option-card .title {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .options-grid {
                grid-template-columns: 1fr;
            }
        }

/* Source: boiler-finance-calculator.blade.php (block 1) */
/* Page wrap to match site spacing */
        .finance-calc-wrap {
            margin: 80px 0px;
        }

        .finance-calc-card {
            background: #ffffff;
            border-radius: 20px;
            box-shadow: 0 8px 40px rgba(28, 43, 58, 0.10);
            width: 100%;
            max-width: 920px;
            overflow: hidden;
            margin: 0 auto;
        }

        .finance-calc-header {
            background: #1b1b1b;
            padding: 28px 36px 24px;
        }

        .finance-calc-header h1 {
            font-size: 1.55rem;
            color: #ffffff;
            letter-spacing: -0.02em;
            margin: 0;
            font-weight: 700;
        }

        .finance-calc-body {
            padding: 24px 28px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        @media (max-width: 620px) {
            .finance-calc-body {
                grid-template-columns: 1fr;
                padding: 24px 20px;
            }

            .finance-calc-header {
                padding: 20px;
            }
        }

        .step-heading {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 12px;
            color: #1b1b1b;
        }

        /* Shared field style */
        .amount-field-wrap {
            display: flex;
            align-items: stretch;
            border: 2px solid #dce4ec;
            border-radius: 10px;
            overflow: hidden;
            transition: border-color 0.15s;
            background: #ffffff;
        }

        .amount-field-wrap:focus-within {
            border-color: #739b6c;
        }

        .amount-field-wrap.has-error {
            border-color: #e03e3e;
        }

        .field-prefix {
            padding: 0 0 0 14px;
            font-size: 1.1rem;
            font-weight: 700;
            color: #6b7d8e;
            pointer-events: none;
            user-select: none;
            display: flex;
            align-items: center;
        }

        .amount-field {
            flex: 1;
            border: none;
            outline: none;
            padding: 12px 8px 12px 4px;
            font-size: 1.1rem;
            font-weight: 800;
            color: #1b1b1b;
            background: transparent;
            -moz-appearance: textfield;
            min-width: 0;
        }

        .amount-field::-webkit-outer-spin-button,
        .amount-field::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

        .field-tag {
            background: #e8f5ee;
            color: #739b6c;
            font-size: 0.8rem;
            font-weight: 800;
            padding: 0 14px;
            border-left: 1px solid #dce4ec;
            white-space: nowrap;
            min-width: 56px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .field-notice {
            font-size: 0.75rem;
            font-weight: 600;
            margin-top: 5px;
            min-height: 16px;
        }

        .field-notice.is-error {
            color: #e03e3e;
        }

        .field-notice.is-warning {
            color: #d97706;
        }

        /* Boiler section */
        .boiler-section {
            margin-bottom: 24px;
        }

        /* Term buttons */
        .terms-group {
            margin-bottom: 0;
        }

        .apr-section {
            margin-bottom: 14px;
        }

        .apr-label {
            font-size: 0.72rem;
            font-weight: 800;
            color: #6b7d8e;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-bottom: 8px;
            padding-left: 2px;
        }

        .term-row {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }

        .term-btn {
            flex: 1;
            min-width: 56px;
            padding: 11px 6px;
            border: 2px solid #dce4ec;
            background: #ffffff;
            border-radius: 10px;
            font-size: 1rem;
            font-weight: 700;
            color: #1b1b1b;
            cursor: pointer;
            transition: all 0.18s ease;
            text-align: center;
        }

        .term-btn:hover {
            border-color: #739b6c;
            color: #739b6c;
        }

        .term-btn.active {
            background: #739b6c;
            border-color: #739b6c;
            color: #ffffff;
            box-shadow: 0 4px 14px rgba(5, 116, 66, 0.28);
        }

        /* Deposit */
        .deposit-section {
            margin-top: 22px;
        }

        .slider-wrap {
            position: relative;
            margin-bottom: 10px;
        }

        input[type=range] {
            -webkit-appearance: none;
            width: 100%;
            height: 6px;
            border-radius: 3px;
            background: linear-gradient(to right, #739b6c var(--pct, 0%), #dce4ec var(--pct, 0%));
            outline: none;
            cursor: pointer;
        }

        input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: #739b6c;
            border: 3px solid #ffffff;
            box-shadow: 0 2px 8px rgba(5, 116, 66, 0.35);
            cursor: pointer;
            transition: transform 0.15s;
        }

        input[type=range]::-webkit-slider-thumb:hover {
            transform: scale(1.15);
        }

        .slider-labels {
            display: flex;
            justify-content: space-between;
            font-size: 0.75rem;
            color: #6b7d8e;
            margin-top: 4px;
        }

        /* Summary */
        .summary-panel {
            background: #f4f7fa;
            border-radius: 14px;
            padding: 28px 24px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            gap: 4px;
        }

        .summary-panel .summary-main {
            font-size: 0.88rem;
            color: #6b7d8e;
            font-weight: 600;
        }

        .summary-panel .summary-main span {
            font-weight: 800;
            color: #1b1b1b;
        }

        .summary-panel .monthly-amount {
            font-size: 3rem;
            color: #739b6c;
            line-height: 1;
            letter-spacing: -0.02em;
            margin: 8px 0 2px;
            font-weight: 800;
        }

        .summary-panel .monthly-label {
            font-size: 0.78rem;
            color: #6b7d8e;
            letter-spacing: 0.04em;
        }

        .summary-divider {
            width: 100%;
            border: none;
            border-top: 1px solid #dce4ec;
            margin: 14px 0 10px;
        }

        .summary-detail {
            font-size: 0.8rem;
            color: #6b7d8e;
            line-height: 1.7;
            width: 100%;
            text-align: left;
        }

        .summary-detail span {
            font-weight: 800;
            color: #1b1b1b;
            float: right;
        }

        .cta-btn {
            width: 100%;
            margin-top: 18px;
            padding: 16px;
            background: #739b6c;
            color: #ffffff;
            border: none;
            border-radius: 10px;
            font-size: 1rem;
            font-weight: 800;
            cursor: pointer;
            letter-spacing: 0.01em;
            transition: background 0.18s, transform 0.12s, box-shadow 0.18s;
            box-shadow: 0 4px 16px rgba(5, 116, 66, 0.22);
        }

        .cta-btn:hover {
            background: #045a33;
            box-shadow: 0 6px 20px rgba(5, 116, 66, 0.32);
            transform: translateY(-1px);
        }

        .cta-btn:active {
            transform: translateY(0);
        }

        /* Rep example */
        .rep-example {
            border-top: 1px solid #dce4ec;
            padding: 16px 28px 18px;
        }

        @media (max-width: 620px) {
            .rep-example {
                padding: 24px 20px 28px;
            }
        }

        .rep-example h3 {
            text-align: center;
            font-size: 0.8rem;
            font-weight: 800;
            color: #6b7d8e;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            margin-bottom: 20px;
        }

        .rep-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
        }

        @media (max-width: 480px) {
            .rep-grid {
                grid-template-columns: 1fr;
            }
        }

        .rep-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 11px 0;
            border-bottom: 1px dashed #dce4ec;
            font-size: 0.87rem;
            gap: 16px;
        }

        .rep-row:last-child {
            border-bottom: none;
        }

        .rep-row .rep-label {
            color: #6b7d8e;
        }

        .rep-row .rep-val {
            font-weight: 800;
            color: #1b1b1b;
            text-align: right;
        }

        .rep-grid > .rep-col:first-child {
            padding-right: 24px;
            border-right: 1px solid #dce4ec;
        }

        .rep-grid > .rep-col:last-child {
            padding-left: 24px;
        }

        @media (max-width: 480px) {
            .rep-grid > .rep-col:first-child {
                padding-right: 0;
                border-right: none;
            }

            .rep-grid > .rep-col:last-child {
                padding-left: 0;
            }
        }

        .zero-apr-badge {
            display: inline-block;
            background: #e8f5ee;
            color: #739b6c;
            font-size: 0.7rem;
            font-weight: 800;
            padding: 2px 7px;
            border-radius: 20px;
            margin-left: 6px;
            vertical-align: middle;
        }

        .rep-details summary {
            list-style: none;
            cursor: pointer;
            user-select: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 10px 12px;
            border: 1px solid #dce4ec;
            border-radius: 10px;
            background: #ffffff;
            font-weight: 800;
            color: #1b1b1b;
            font-size: 0.85rem;
        }

        .rep-details summary::-webkit-details-marker {
            display: none;
        }

        .rep-details summary .rep-hint {
            font-weight: 700;
            color: #6b7d8e;
            font-size: 0.75rem;
        }

        .rep-details[open] summary {
            border-color: #739b6c;
            box-shadow: 0 4px 14px rgba(5, 116, 66, 0.12);
        }

        .rep-details .rep-grid {
            margin-top: 14px;
        }

        .rep-blurb {
            margin-top: 14px;
            font-size: 0.75rem;
            color: #6b7d8e;
            line-height: 1.6;
            text-align: center;
        }

        .rep-blurb strong {
            color: #1b1b1b;
            font-weight: 800;
        }

        .category-select-wrap select {
            width: 100%;
            border: 2px solid #dce4ec;
            border-radius: 10px;
            padding: 12px 14px;
            font-size: 1rem;
            font-weight: 700;
            color: #1b1b1b;
            background: #ffffff;
            cursor: pointer;
            outline: none;
            transition: border-color 0.15s;
        }

        .category-select-wrap select:focus {
            border-color: #739b6c;
        }

/* Source: relevant-products.blade.php (block 1) */
:root {
            --theme-color: #739b6c;
            --theme-color-dark: #4f7f49;
            --theme-color-soft: rgba(115, 155, 108, 0.12);
            --theme-color-soft-2: rgba(115, 155, 108, 0.22);
            --theme-color-soft-3: rgba(115, 155, 108, 0.32);
        }

        .products-section {
            padding: 80px 0;
            background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
        }

        .products-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .products-header h2 {
            font-size: 42px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 15px;
        }

        .products-header p {
            font-size: 18px;
            color: #6c757d;
            max-width: 700px;
            margin: 0 auto;
        }

        .product-card {
            background: #ffffff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            height: 100%;
            display: flex;
            flex-direction: column;
            margin-bottom: 30px;
            border: 1px solid #e9ecef;
        }

        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 30px var(--theme-color-soft-2);
            border-color: var(--theme-color);
        }

        .product-image-wrapper {
            position: relative;
            overflow: hidden;
            background: #f8f9fa;
            height: 280px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .product-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .product-card:hover .product-image-wrapper img {
            transform: scale(1.1);
        }

        .product-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: linear-gradient(135deg, var(--theme-color), var(--theme-color-dark));
            color: #fff;
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            z-index: 2;
            box-shadow: 0 2px 8px var(--theme-color-soft-3);
        }

        .product-content {
            padding: 30px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .product-title {
            font-size: 22px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 15px;
            line-height: 1.3;
            transition: color 0.3s ease;
            text-decoration: none;
        }

        .product-title:hover {
            color: var(--theme-color);
        }

        .product-description {
            font-size: 15px;
            color: #6c757d;
            line-height: 1.6;
            margin-bottom: 20px;
            flex-grow: 1;
        }

        .product-meta {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 10px;
            margin-bottom: 20px;
        }

        .product-meta-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 0;
            border-bottom: 1px solid #e9ecef;
        }

        .product-meta-item:last-child {
            border-bottom: none;
        }

        .product-meta-label {
            font-size: 14px;
            color: #6c757d;
            font-weight: 500;
        }

        .product-meta-value {
            font-size: 14px;
            color: #2c3e50;
            font-weight: 600;
        }

        .product-price {
            font-size: 28px;
            font-weight: 700;
            color: var(--theme-color);
            margin: 10px 0;
        }

        .product-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 14px 28px;
            background: linear-gradient(135deg, var(--theme-color), var(--theme-color-dark));
            color: #fff;
            text-decoration: none;
            border-radius: 10px;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
            margin-top: auto;
            box-shadow: 0 4px 15px var(--theme-color-soft-2);
        }

        .product-link:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px var(--theme-color-soft-3);
            color: #fff;
        }

        .product-link i {
            margin-left: 8px;
            transition: transform 0.3s ease;
        }

        .product-link:hover i {
            transform: translateX(5px);
        }

        .empty-state {
            text-align: center;
            padding: 80px 20px;
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        }

        .empty-state-icon {
            font-size: 80px;
            color: #dee2e6;
            margin-bottom: 20px;
        }

        .empty-state h3 {
            font-size: 28px;
            color: #2c3e50;
            margin-bottom: 15px;
        }

        .empty-state p {
            font-size: 16px;
            color: #6c757d;
            max-width: 500px;
            margin: 0 auto;
        }

        /* Hero Section */
        .hero-section {
            background: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-color-dark) 100%);
            padding: 120px 0 80px;
            position: relative;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.3;
        }

        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            color: #fff;
        }

        .hero-content h1 {
            font-size: 56px;
            font-weight: 800;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        }

        .hero-content p {
            font-size: 20px;
            margin-bottom: 30px;
            opacity: 0.95;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .hero-breadcrumb {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(255, 255, 255, 0.2);
            padding: 10px 20px;
            border-radius: 30px;
            backdrop-filter: blur(10px);
        }

        .hero-breadcrumb a {
            color: #fff;
            text-decoration: none;
            font-weight: 500;
        }

        /* FAQ Section */
        .faq-section {
            padding: 80px 0;
            background: #ffffff;
        }

        .faq-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .faq-header h2 {
            font-size: 42px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 15px;
        }

        .faq-header p {
            font-size: 18px;
            color: #6c757d;
            max-width: 700px;
            margin: 0 auto;
        }

        .faq-item {
            background: #fff;
            border: 2px solid #e9ecef;
            border-radius: 12px;
            margin-bottom: 20px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-item.active {
            border-color: var(--theme-color);
            box-shadow: 0 4px 15px var(--theme-color-soft);
        }

        .faq-question {
            padding: 25px 30px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 18px;
            font-weight: 600;
            color: #2c3e50;
            transition: color 0.3s ease;
        }

        .faq-item.active .faq-question {
            color: var(--theme-color);
        }

        .faq-icon {
            font-size: 20px;
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-icon {
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
        }

        .faq-answer-content {
            padding: 0 30px 25px;
            color: #6c757d;
            line-height: 1.8;
            font-size: 16px;
        }

        /* Product Modal */
        .product-modal {
            display: none;
            position: fixed;
            z-index: 9999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(5px);
            overflow-y: auto;
            animation: fadeIn 0.3s ease;
        }

        .product-modal.active {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .modal-content {
            background: #fff;
            border-radius: 20px;
            max-width: 1400px;
            width: min(1400px, 96vw);
            max-height: 92vh;
            overflow-y: auto;
            position: relative;
            animation: slideUp 0.4s ease;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        }

        @keyframes slideUp {
            from {
                transform: translateY(50px);
                opacity: 0;
            }

            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        .modal-close {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 40px;
            height: 40px;
            background: #f8f9fa;
            border: none;
            border-radius: 50%;
            font-size: 24px;
            cursor: pointer;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            color: #6c757d;
        }

        .modal-close:hover {
            background: #dc3545;
            color: #fff;
            transform: rotate(90deg);
        }

        .modal-body {
            padding: 40px;
        }

        .modal-product-header {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-bottom: 40px;
        }

        .modal-product-image {
            border-radius: 16px;
            overflow: hidden;
            background: #f8f9fa;
            height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .modal-product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .modal-product-info h2 {
            font-size: 32px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 15px;
        }

        .modal-product-price {
            font-size: 36px;
            font-weight: 700;
            color: var(--theme-color);
            margin: 20px 0;
        }

        .modal-product-meta {
            display: flex;
            gap: 20px;
            margin: 20px 0;
            flex-wrap: wrap;
        }

        .modal-meta-badge {
            background: #f8f9fa;
            padding: 8px 16px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            color: #2c3e50;
        }

        .modal-product-description {
            font-size: 16px;
            color: #6c757d;
            line-height: 1.8;
            margin: 30px 0;
        }

        .modal-actions {
            display: flex;
            gap: 20px;
            margin-top: 40px;
            padding-top: 30px;
            border-top: 2px solid #e9ecef;
        }

        .modal-btn {
            flex: 1;
            padding: 18px 30px;
            border: none;
            border-radius: 12px;
            font-size: 18px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .btn-financing {
            background: linear-gradient(135deg, var(--theme-color), var(--theme-color-dark));
            color: #fff;
        }

        .btn-financing:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px var(--theme-color-soft-3);
        }

        .btn-checkout {
            background: linear-gradient(135deg, var(--theme-color), var(--theme-color-dark));
            color: #fff;
        }

        .btn-checkout:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px var(--theme-color-soft-3);
        }

        /* Form Modal */
        .form-modal {
            display: none;
            position: fixed;
            z-index: 10000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(5px);
            overflow-y: auto;
            animation: fadeIn 0.3s ease;
        }

        .form-modal.active {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .form-modal-content {
            background: #fff;
            border-radius: 20px;
            max-width: 1100px;
            width: min(1100px, 96vw);
            max-height: 92vh;
            overflow-y: auto;
            position: relative;
            animation: slideUp 0.4s ease;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        }

        .form-modal-content .modal-close {
            position: absolute;
            top: 15px;
            right: 15px;
        }

        .form-modal-header {
            padding: 30px 40px 20px;
            border-bottom: 2px solid #e9ecef;
        }

        .form-modal-header h3 {
            font-size: 28px;
            font-weight: 700;
            color: #2c3e50;
            margin: 0;
        }

        .form-modal-body {
            padding: 40px;
        }

        .form-group {
            margin-bottom: 25px;
        }

        .form-group label {
            display: block;
            font-size: 14px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 8px;
        }

        .form-group label .required {
            color: #dc3545;
            margin-left: 3px;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 14px 18px;
            border: 2px solid #e9ecef;
            border-radius: 10px;
            font-size: 16px;
            transition: all 0.3s ease;
            font-family: inherit;
            box-sizing: border-box;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--theme-color);
            box-shadow: 0 0 0 4px var(--theme-color-soft);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 100px;
        }

        .form-actions {
            display: flex;
            gap: 15px;
            margin-top: 30px;
        }

        .form-btn {
            flex: 1;
            padding: 14px 28px;
            border: none;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .form-btn-submit {
            background: linear-gradient(135deg, var(--theme-color), var(--theme-color-dark));
            color: #fff;
        }

        .form-btn-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px var(--theme-color-soft-3);
        }

        .form-btn-cancel {
            background: #f8f9fa;
            color: #6c757d;
            border: 2px solid #e9ecef;
        }

        .form-btn-cancel:hover {
            background: #e9ecef;
            color: #2c3e50;
        }

        /* Success Message */
        .success-message {
            display: none;
            text-align: center;
            padding: 60px 40px;
        }

        .success-message.active {
            display: block;
        }

        .success-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--theme-color), var(--theme-color-dark));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            animation: scaleIn 0.5s ease;
        }

        .success-icon i {
            font-size: 40px;
            color: #fff;
        }

        @keyframes scaleIn {
            from {
                transform: scale(0);
            }

            to {
                transform: scale(1);
            }
        }

        .success-message h3 {
            font-size: 28px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 15px;
        }

        .success-message p {
            font-size: 16px;
            color: #6c757d;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .success-btn {
            padding: 14px 40px;
            background: linear-gradient(135deg, var(--theme-color), var(--theme-color-dark));
            color: #fff;
            border: none;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .success-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px var(--theme-color-soft-3);
        }

        /* Product details + query form inside modal */
        .modal-divider {
            height: 1px;
            background: #e9ecef;
            margin: 30px 0;
        }

        .modal-details-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-top: 10px;
        }

        .modal-detail-card {
            border: 2px solid #e9ecef;
            border-radius: 14px;
            padding: 18px;
            background: #fff;
        }

        .modal-detail-card h4 {
            font-size: 16px;
            font-weight: 800;
            margin: 0 0 10px;
            color: #2c3e50;
        }

        .modal-detail-card .detail-text {
            margin: 0;
            color: #6c757d;
            line-height: 1.75;
            font-size: 15px;
            white-space: pre-line;
        }

        .modal-query {
            border: 2px solid #e9ecef;
            border-radius: 16px;
            padding: 22px;
            background: #f8f9fa;
        }

        .modal-query h3 {
            font-size: 20px;
            font-weight: 800;
            color: #2c3e50;
            margin: 0 0 14px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .modal-query .form-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 14px;
        }

        .modal-query .form-group {
            margin-bottom: 12px;
        }

        .modal-query .form-group label {
            display: block;
            font-weight: 700;
            margin-bottom: 6px;
            color: #2c3e50;
            font-size: 14px;
        }

        .modal-query input,
        .modal-query textarea {
            width: 100%;
            padding: 12px 14px;
            border: 2px solid #e9ecef;
            border-radius: 10px;
            background: #fff;
            transition: all 0.2s ease;
            box-sizing: border-box;
            font-family: inherit;
        }

        .modal-query textarea {
            min-height: 120px;
            resize: vertical;
        }

        .modal-query input:focus,
        .modal-query textarea:focus {
            outline: none;
            border-color: var(--theme-color);
            box-shadow: 0 0 0 4px var(--theme-color-soft);
        }

        .modal-query .query-actions {
            display: flex;
            gap: 12px;
            justify-content: flex-end;
            align-items: center;
            margin-top: 10px;
        }

        .modal-query .query-submit {
            background: linear-gradient(135deg, var(--theme-color), var(--theme-color-dark));
            color: #fff;
            border: none;
            padding: 12px 18px;
            border-radius: 10px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.2s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .modal-query .query-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 22px var(--theme-color-soft-3);
        }

        .modal-query .query-success {
            display: none;
            margin-top: 14px;
            border: 2px solid rgba(115, 155, 108, 0.35);
            background: rgba(115, 155, 108, 0.12);
            padding: 12px 14px;
            border-radius: 12px;
            color: #2c3e50;
            font-weight: 600;
        }

        .modal-query .query-success.active {
            display: block;
        }

        @media (max-width: 992px) {
            .modal-details-grid {
                grid-template-columns: 1fr;
            }
            .modal-query .form-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 36px;
            }

            .hero-content p {
                font-size: 16px;
            }

            .products-header h2,
            .faq-header h2 {
                font-size: 32px;
            }

            .product-image-wrapper {
                height: 220px;
            }

            .product-content {
                padding: 20px;
            }

            .product-title {
                font-size: 20px;
            }

            .modal-product-header {
                grid-template-columns: 1fr;
            }

            .modal-body {
                padding: 20px;
            }

            .modal-actions {
                flex-direction: column;
            }

            .form-modal-header {
                padding: 20px 20px 16px;
            }

            .form-modal-body {
                padding: 20px;
            }
        }

/* Source: checkout-success.blade.php (block 1) */
.success-container {
        min-height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 20px;
    }
    
    .success-card {
        max-width: 600px;
        width: 100%;
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        padding: 40px;
        text-align: center;
    }
    
    .success-icon {
        width: 80px;
        height: 80px;
        background: #10b981;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        animation: scaleIn 0.5s ease-out;
    }
    
    .success-icon i {
        font-size: 40px;
        color: white;
    }
    
    @keyframes scaleIn {
        0% {
            transform: scale(0);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
    
    .success-card h1 {
        color: #1f2937;
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .success-card p {
        color: #6b7280;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    
    .order-details {
        background: #f9fafb;
        border-radius: 8px;
        padding: 20px;
        margin: 30px 0;
        text-align: left;
    }
    
    .order-details h3 {
        color: #1f2937;
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .detail-row {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #e5e7eb;
    }
    
    .detail-row:last-child {
        border-bottom: none;
    }
    
    .detail-label {
        color: #6b7280;
        font-weight: 500;
    }
    
    .detail-value {
        color: #1f2937;
        font-weight: 600;
    }
    
    .action-buttons {
        display: flex;
        gap: 15px;
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .btn-primary, .btn-secondary {
        padding: 12px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    
    .btn-primary {
        background: #3b82f6;
        color: white;
    }
    
    .btn-primary:hover {
        background: #2563eb;
        transform: translateY(-2px);
    }
    
    .btn-secondary {
        background: white;
        color: #3b82f6;
        border: 2px solid #3b82f6;
    }
    
    .btn-secondary:hover {
        background: #eff6ff;
        transform: translateY(-2px);
    }

/* Source: checkout-cancel.blade.php (block 1) */
.cancel-container {
        min-height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 20px;
    }
    
    .cancel-card {
        max-width: 600px;
        width: 100%;
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        padding: 40px;
        text-align: center;
    }
    
    .cancel-icon {
        width: 80px;
        height: 80px;
        background: #ef4444;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        animation: shake 0.5s ease-out;
    }
    
    .cancel-icon i {
        font-size: 40px;
        color: white;
    }
    
    @keyframes shake {
        0%, 100% { transform: translateX(0); }
        25% { transform: translateX(-10px); }
        75% { transform: translateX(10px); }
    }
    
    .cancel-card h1 {
        color: #1f2937;
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .cancel-card p {
        color: #6b7280;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    
    .info-box {
        background: #fef3c7;
        border-left: 4px solid #f59e0b;
        padding: 15px;
        border-radius: 8px;
        margin: 30px 0;
        text-align: left;
    }
    
    .info-box p {
        margin: 0;
        color: #92400e;
        font-size: 14px;
    }
    
    .action-buttons {
        display: flex;
        gap: 15px;
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .btn-primary, .btn-secondary {
        padding: 12px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    
    .btn-primary {
        background: #3b82f6;
        color: white;
    }
    
    .btn-primary:hover {
        background: #2563eb;
        transform: translateY(-2px);
    }
    
    .btn-secondary {
        background: white;
        color: #6b7280;
        border: 2px solid #d1d5db;
    }
    
    .btn-secondary:hover {
        background: #f9fafb;
        border-color: #9ca3af;
        transform: translateY(-2px);
    }
/* Inline style utilities (auto-generated) */
.gp-i-2753afa5 { position: fixed; top: 50%; right: 20px; transform: translateY(-50%); background: #1a5f5f; color: white; padding: 15px 20px; border-radius: 50px; text-decoration: none; z-index: 9998; display: flex; align-items: center; gap: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); transition: all 0.3s ease; }
.gp-i-b28cb14f { font-size: 1.2rem; }
.gp-i-424cce00 { font-weight: bold; }
.gp-i-42e80d29 { background: white; border-bottom: 1px solid #e5e5e5; position: relative; z-index: 1000; }
.gp-i-e1d013bf { display: flex; align-items: center; justify-content: space-between; padding: 15px 40px; }
.gp-i-c99770fa { flex-shrink: 0; }
.gp-i-5fc81157 { text-decoration: none; display: flex; align-items: center; }
.gp-i-e0579b9d { height: auto; }
.gp-i-1e0a990b { flex: 1; display: flex; justify-content: center; align-items: center; }
.gp-i-01817419 { display: flex; list-style: none; margin: 0; padding: 0; gap: 30px; align-items: center; }
.gp-i-d85c4e64 { position: relative; }
.gp-i-8accb4b7 { color: #333; text-decoration: none; font-size: 15px; font-weight: 500; display: flex; align-items: center; gap: 5px; padding: 10px 0; }
.gp-i-9ae3ffaa { font-size: 11px; color: #999; }
.gp-i-c16baa6a { position: absolute; top: 100%; left: 100%; transform: translateX(-30%); background: white; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.15); padding: 40px; min-width: 900px; display: none; margin-top: 0px; z-index: 1000; }
.gp-i-3f474474 { display: block; text-decoration: none; color: #333; margin-bottom: 20px; }
.gp-i-bc00bb36 { font-weight: 600; font-size: 16px; margin-bottom: 5px; }
.gp-i-005597c5 { color: #057442; font-size: 12px; }
.gp-i-f3b4cd9a { font-size: 13px; color: #666; }
.gp-i-aa60edfb { background: linear-gradient(135deg, #1a5f5f 0%, #2d8a5a 100%); border-radius: 12px; padding: 30px; color: white; position: relative; overflow: hidden; }
.gp-i-1e8ff432 { width: 100%; max-width: 200px; margin-bottom: 15px; }
.gp-i-5136b61e { font-weight: 600; font-size: 18px; margin-bottom: 8px; }
.gp-i-fef8d394 { font-size: 14px; opacity: 0.9; margin-bottom: 15px; }
.gp-i-2bb8f8fe { display: inline-block; width: 40px; height: 40px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #1a5f5f; text-decoration: none; float: right; }
.gp-i-21fb4c64 { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: white; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.15); padding: 40px; min-width: 900px; display: none; margin-top: 0px; z-index: 1000; }
.gp-i-415b85c8 { font-size: 14px; opacity: 0.9; margin-bottom: 10px; }
.gp-i-1cbde432 { font-size: 24px; font-weight: 700; margin-bottom: 15px; }
.gp-i-d93a4567 { display: inline-block; width: 40px; height: 40px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #22c55e; text-decoration: none; float: right; }
.gp-i-e080d12d { display: inline-block; width: 40px; height: 40px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #3b82f6; text-decoration: none; float: right; }
.gp-i-0480e3d5 { display: inline-block; width: 40px; height: 40px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #2563EB; text-decoration: none; float: right; }
.gp-i-20d87f8d { background: #1f2937; border-radius: 12px; padding: 30px; color: white; position: relative; overflow: hidden; }
.gp-i-b81e298c { width: 100%; max-width: 250px; margin-bottom: 15px; }
.gp-i-246feaa1 { font-weight: 600; font-size: 20px; margin-bottom: 8px; }
.gp-i-cedae4c4 { display: inline-block; width: 40px; height: 40px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #1f2937; text-decoration: none; float: right; }
.gp-i-f5ac05d4 { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: white; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.15); padding: 16px; min-width: 280px; display: none; margin-top: 0px; z-index: 1000; }
.gp-i-1c797826 { display:grid;gap:10px; }
.gp-i-53b30aa7 { display:block; text-decoration:none; color:#111827; padding:10px 12px; border-radius:10px; }
.gp-i-bd6e912d { font-weight: 650; }
.gp-i-8fbdd540 { font-size: 13px; color: #6b7280; }
.gp-i-115cb71e { flex-shrink: 0; display: flex; gap: 15px; align-items: center; }
.gp-i-e98a4daa { border: 1px solid #057442; color: #057442; padding: 10px 20px; border-radius: 6px; text-decoration: none; font-size: 15px; font-weight: 500; transition: all 0.3s; }
.gp-i-d69857d9 { background: #000; color: white; padding: 10px 20px; border-radius: 6px; text-decoration: none; font-size: 15px; font-weight: 500; transition: all 0.3s; }
.gp-i-e1e18bb0 { display: none; flex-shrink: 0; }
.gp-i-292e9fe1 { cursor: pointer; font-size: 24px; color: #333; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; }
.gp-i-d47663ab { display: none; background: white; border-top: 1px solid #e5e5e5; padding: 20px; max-height: calc(100vh - 80px); overflow-y: auto; }
.gp-i-23c7e5e0 { list-style: none; padding: 0; margin: 0; }
.gp-i-981cd823 { border-bottom: 1px solid #e5e5e5; }
.gp-i-5c45406e { padding: 15px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.gp-i-22dc8bda { color: #333; text-decoration: none; font-size: 16px; font-weight: 500; flex: 1; }
.gp-i-f00f40ff { color: #057442; font-size: 12px; transition: transform 0.3s; }
.gp-i-6a352658 { display: none; list-style: none; padding: 0; margin: 0; padding-left: 20px; padding-bottom: 10px; }
.gp-i-09a03481 { padding: 10px 0; }
.gp-i-05c5034e { color: #666; text-decoration: none; font-size: 14px; }
.gp-i-c68ce297 { padding: 15px 0; }
.gp-i-46a2f706 { background: #057442; color: white; padding: 12px 20px; border-radius: 6px; text-decoration: none; font-size: 15px; font-weight: 500; display: inline-block; text-align: center; width: 100%; margin-bottom: 10px; }
.gp-i-c88ed6fd { padding: 0 0 15px 0; }
.gp-i-ef4aa5f9 { border: 1px solid #057442; color: #057442; padding: 12px 20px; border-radius: 6px; text-decoration: none; font-size: 15px; font-weight: 500; display: inline-block; text-align: center; width: 100%; }
.gp-i-b5927153 { color:#fff; }
.gp-i-1a24795e { background: #f8f9fa; padding: 60px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.gp-i-607f401d { font-size: 24px; font-weight: 600; color: #1a1a1a; margin-bottom: 10px; }
.gp-i-68e6f382 { font-size: 14px; color: #666; margin-bottom: 0; }
.gp-i-e3871909 { display: flex; align-items: center; justify-content: center; padding: 20px; }
.gp-i-a3afe526 { max-height: 80px; width: auto; filter: grayscale(0%); opacity: 0.8; transition: all 0.3s ease; }
.gp-i-4e996d11 { background-size: cover; background-repeat: no-repeat; }
.gp-i-1c6ae716 { background-size: cover; background-repeat: no-repeat; transition-duration: 1200ms; transform: translate3d(-413px, 0px, 0px); }
.gp-i-df918b43 { width: 414px; background-size: cover; background-repeat: no-repeat; margin-right: -1px; }
.gp-i-c079bace { background: url("/images/slider/6.webp") 0% 0% / cover no-repeat; }
.gp-i-779890e0 { color:#000; }
.gp-i-724d74c0 { background: url("/images/slider/5.webp") 0% 0% / cover no-repeat; }
.gp-i-358d6916 { color:#000 }
.gp-i-3283927a { background-image: url('/assets/new_banner/bg.png'); }
.gp-i-8588e44d { width:100%; }
.gp-i-9bfceffc { padding: 80px 0; background: #f8f9fa; }
.gp-i-7059a266 { background: white; border-radius: 16px; padding: 40px; height: 100%; display: flex; flex-direction: column; box-shadow: 0 4px 20px rgba(0,0,0,0.08); transition: all 0.3s ease; }
.gp-i-d7441d14 { text-transform: uppercase; font-size: 12px; font-weight: 700; color: #666; letter-spacing: 1px; margin-bottom: 15px; }
.gp-i-9c7db7fa { font-size: 28px; font-weight: 700; color: #1a1a1a; margin-bottom: 15px; line-height: 1.2; }
.gp-i-82bd7d66 { font-size: 16px; color: #666; margin-bottom: 25px; line-height: 1.6; flex-grow: 1; }
.gp-i-0c1b2d78 { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.gp-i-49cdf874 { flex: 1; }
.gp-i-cc2e0f61 { max-width: 200px; height: auto; }
.gp-i-1f762411 { background: #739b6c; color: white; padding: 14px 30px; border-radius: 8px; text-decoration: none; font-size: 16px; font-weight: 600; transition: all 0.3s ease; white-space: nowrap; margin-left: 20px; }
.gp-i-3da64f8a { background: linear-gradient(135deg, #1a5f5f 0%, #2d8a5a 100%); border-radius: 20px; padding: 60px 40px; position: relative; overflow: hidden; }
.gp-i-02026be5 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; opacity: 0.12; pointer-events: none; }
.gp-i-3f34019c { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.gp-i-0babfef7 { z-index: 2; }
.gp-i-cfa497b0 { font-size: 2.5rem; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }
.gp-i-6caac217 { font-size: 1.1rem; line-height: 1.6; max-width: 800px; margin-left: auto; margin-right: auto; }
.gp-i-f5f6f06e { color: #ffffff; text-decoration: underline; font-size: 0.95rem; }
.gp-i-9d6c35a4 { background: white; border: none; border-radius: 8px; padding: 15px; font-size: 1rem; }
.gp-i-b9e7ae55 { background: #4ade80; color: white; border: none; border-radius: 8px; padding: 15px 40px; font-size: 1.1rem; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; }
.gp-i-240c47cd { margin-bottom:25px; }
.gp-i-2ee9bd1f { border:0;width:100%; }
.gp-i-c43a0225 { margin-top:40px; }
.gp-i-7de8a9b9 { background-image: url('/assets/home/bg3.svg'); min-height: 500px; position: relative; overflow: hidden; }
.gp-i-7f5b0d9d { min-height: 600px; }
.gp-i-5748d6ea { padding: 60px 40px; min-height: 600px; }
.gp-i-17487e36 { max-width: 700px; margin-bottom: 20px; }
.gp-i-e7646f22 { max-width: 250px; position: absolute; bottom: 0; right: 20px; }
.gp-i-68ba1772 { padding: 60px 40px; }
.gp-i-e3823bd9 { background: white; border-radius: 20px; padding: 50px 40px; max-width: 550px; width: 100%; box-shadow: 0 10px 40px rgba(0,0,0,0.2); }
.gp-i-4311e432 { font-size: 1.8rem; font-weight: 600; color: #1a1a1a; margin-bottom: 25px; }
.gp-i-1e296cb9 { font-size: 1.1rem; color: #333; margin-bottom: 30px; line-height: 1.6; }
.gp-i-bfbecd39 { font-size: 1.3rem; color: #739b6c; }
.gp-i-c7fb96f6 { background: #739b6c; color: white; border: none; border-radius: 10px; padding: 18px 50px; font-size: 1.2rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; display: inline-block; text-decoration: none; }
.gp-i-9aad0de3 { list-style: none; padding: 0; margin-bottom: 30px; }
.gp-i-19dc6e9b { padding: 10px 0; font-size: 1rem; color: #333; }
.gp-i-85979fcd { color: #739b6c; margin-right: 10px; font-size: 1.2rem; }
.gp-i-651c59bd { gap: 15px; }
.gp-i-e710ffc5 { background: #739b6c; color: white; padding: 10px 20px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; text-transform: uppercase; }
.gp-i-70201a58 { background: #000; color: white; padding: 10px 20px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; }
.gp-i-c1e3e372 { background-image: url('/assets/home/bg3.svg'); min-height: 600px; position: relative; overflow: hidden; }
.gp-i-f4728547 { max-width: 600px; margin-bottom: 20px; }
.gp-i-e852cd11 { font-size: 2.5rem; font-weight: 700; color: #1a1a1a; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; }
.gp-i-e7993e84 { max-width: 800px; margin-bottom: 20px;width:800px; }
.gp-i-20517f11 { max-width: 800px; margin: 0 auto 50px; padding: 20px; background: #f8f9fa; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.gp-i-7d8ba3b6 { color: #dc3545; }
.gp-i-a30805df { max-width: 100%; height: auto; display: block; margin: 0 0 6px 0; }
.gp-i-bf1abc6c { grid-column: 1 / -1; padding: 18px; border-radius: 12px; background: #fff; border: 2px solid #eee; font-weight: 700; color: rgba(0,0,0,.65); }
.gp-i-224b51a7 { display: none; }
.gp-i-0e009ce4 { width: 100%; max-width: 520px; margin: 0 auto; display: block; }
.gp-i-22dc73d7 { font-size: 2.3rem; font-weight: 900; color: var(--ink); margin-bottom: 14px; }
.gp-i-3c796e39 { font-size: 1.1rem; color: #374151; line-height: 1.65; margin-bottom: 22px; }
.gp-i-2e4b8f89 { box-shadow:none; border-color: rgba(115, 155, 108, 0.22); }
.gp-i-1015cafb { margin-bottom: 6px; }
.gp-i-75adc109 { color: var(--theme-dark); margin-right: 8px; }
.gp-i-8ace19bd { background: #ffffff; }
.gp-i-ae6adb38 { font-weight: 900; color: var(--ink); }
.gp-i-8fcb0c81 { color: var(--muted); line-height: 1.75; }
.gp-i-09d2b0c0 { margin-top: 18px; }
.gp-i-836be968 { background: linear-gradient(180deg, #ffffff 0%, rgba(115, 155, 108, 0.08) 100%); }
.gp-i-93ab60b7 { box-shadow:none; }
.gp-i-a7cac501 { background: #f8fafc; }
.gp-i-4d5ba0d4 { max-width: 860px; margin: 0 auto; color: var(--muted); }
.gp-i-c0239c6e { color: var(--theme-dark); margin-right: 10px; }
.gp-i-e8d9159f { margin: 14px 0 0; padding-left: 18px; color: var(--muted); line-height: 1.9; }
.gp-i-68d3e6ad { opacity:0; }
.gp-i-f4e33083 { margin-top:14px; }
.gp-i-65f31134 { min-height:16px; }
.gp-i-93b8ea5b { display:none; }
.gp-i-adb289eb { margin:150px 0px; }
.gp-i-96ff2721 { margin-bottom: 18px; }
.gp-i-7b754eef { margin-bottom: 12px; }
.gp-i-f567e9d4 { grid-template-columns: 120px 1fr; gap: 18px; margin-bottom: 0; }
.gp-i-68c09d74 { height: 120px; }
.gp-i-7d90db06 { font-size: 22px; margin-bottom: 6px; }
.gp-i-3837456d { margin: 10px 0; }
.gp-i-b61b4d91 { font-size: 24px; margin: 10px 0; }
.gp-i-8003ca2a { margin: 10px 0 0; }
.gp-i-84555626 { margin: 18px 0; }
.gp-i-c6131528 { max-width: 1000px; margin: 40px auto; padding: 60px 16px; }
.gp-i-fc688a07 { background:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.08);padding:24px; }
.gp-i-41f84bc7 { font-weight:900;margin:0 0 12px; }
.gp-i-5a54e90a { color:#dc3545;font-weight:900; }
.gp-i-a30069c2 { background:#fff5f5;border:1px solid rgba(220,53,69,.35);border-radius:10px;padding:12px;margin:12px 0 18px; }
.gp-i-a4cf90fa { font-weight:900;color:#b02a37;margin-bottom:6px; }
.gp-i-cabfee0e { margin:0;padding-left:18px;color:#b02a37; }
.gp-i-fcba9459 { margin:18px 0 10px;font-weight:900; }
.gp-i-6c3551c3 { color:rgba(0,0,0,.78);line-height:1.6; }
.gp-i-01f21dee { margin:20px 0;border:none;border-top:1px solid rgba(0,0,0,.08); }
.gp-i-dabb600c { margin:0 0 10px;font-weight:900; }
.gp-i-bb721c98 { display:grid;grid-template-columns:1fr 1fr;gap:14px; }
.gp-i-1aceff62 { display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px; }
.gp-i-b5446b29 { display:grid;grid-template-columns:1fr;gap:14px; }
.gp-i-67d0b30a { display:grid;gap:6px; }
.gp-i-63e98485 { display:flex;gap:8px;align-items:center; }
.gp-i-24e1e07a { margin-left:10px; }
.gp-i-93837289 { grid-column:1 / -1; }
.gp-i-6265a6aa { display:grid;gap:14px; }
.gp-i-a716eccd { margin-top:18px;display:flex;gap:10px;align-items:center; }
.gp-i-3dc9cf0d { color:#057442;font-weight:800; }
.gp-i-20bb5960 { color: #10b981; }
.gp-i-d5e23585 { margin-top: 30px; font-size: 14px; }
.gp-i-9c937b3f { margin-top: 30px; font-size: 14px; color: #6b7280; }
.gp-i-8a658b60 { color: #3b82f6; text-decoration: none; }

/* Hero sections — background paths must be site-root absolute (not relative to CSS file) */
.solar-battery-hero,
.ev-charger-hero,
.heat-pump-hero,
.boiler-hero,
.ppa-hero {
    background-image: url('/assets/home/bg3.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gp-i-c1e3e372,
.gp-i-7de8a9b9 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Page title banner (partials/page_title) */
.inner-header-section--theme {
    background-color: #b79825;
}
