    .sales-offices {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .product-card-modern {
        background: #fff;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
        transition: transform .4s ease, box-shadow .4s ease;
        position: relative;
        margin-bottom: 30px
    }

    .product-card-modern:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 30px rgba(0, 0, 0, .15)
    }

    .product-image-modern {
        position: relative;
        overflow: hidden
    }

    .product-image-modern img {
        width: 100%;
        height: 230px;
        object-fit: cover;
        transition: transform .4s ease
    }

    .product-card-modern:hover .product-image-modern img {
        transform: scale(1.05)
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity .3s ease
    }

    .product-card-modern:hover .overlay {
        opacity: 1
    }

    .btn-view {
        background-color: #ff7f50;
        color: #fff;
        padding: 8px 18px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: 600;
        transition: background .3s ease
    }

    .btn-view:hover {
        background-color: #ff5722
    }

    .product-body-modern {
        padding: 15px 20px
    }

    .product-title-modern {
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: #333
    }

    .product-info-modern {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        font-size: .95rem;
        color: #555;
        margin-bottom: 10px
    }

    .product-info-modern span {
        background: #f3f3f3;
        padding: 4px 8px;
        border-radius: 8px
    }

    @media(max-width:992px) {
        .product-image-modern img {
            height: 200px
        }
    }

    @media(max-width:576px) {
        .product-image-modern img {
            height: 180px
        }
    }

    .hero-slide {
        opacity: 1 !important
    }

    header.slider,
    .slider-container,
    .hero-slider {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0
    }

    .hero-slider {
        position: relative;
        display: grid;
        align-items: center;
        min-height: calc(80vh - 80px);
        background: url('/images/Granit-Img/Ba-home2.png') center/cover no-repeat
    }

    .hero-slider::before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .34);
        backdrop-filter: blur(1.5px);
        -webkit-backdrop-filter: blur(1.5px)
    }

    .hero-slider .container {
        position: relative;
        z-index: 1
    }

    .hero-slider .hero-copy {
        color: #f1f1f1;
        font-weight: 500;
        letter-spacing: -.3px;
        line-height: 1.6;
        margin-top: 120px !important
    }

    .hero-slider p.lead-text {
        text-transform: uppercase;
        letter-spacing: .18em;
        font-size: .8rem;
        color: #f1f1f1;
        margin-bottom: 16px
    }

    .hero-slider h1 {
        font-size: clamp(2.4rem, 4vw, 3.4rem);
        line-height: 1.05;
        margin-bottom: 18px;
        font-weight: 800
    }

    .hero-slider h2 {
        font-size: 1rem;
        color: #f1f1f1;
        line-height: 1.6;
        margin-bottom: 24px;
        max-width: 620px
    }

    .hero-slider .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 28px
    }

    .hero-slider .hero-actions a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 26px;
        border-radius: 999px;
        font-weight: 700;
        font-size: .95rem;
        text-decoration: none;
        transition: transform .25s ease, background .25s ease, color .25s ease
    }

    .hero-slider .hero-actions .btn-primary {
        background: #111;
        color: #fff
    }

    .hero-slider .hero-actions .btn-secondary {
        background: rgba(255, 255, 255, .92);
        color: #111;
        border: 1px solid rgba(17, 17, 17, .12)
    }

    .hero-slider .hero-actions a:hover {
        transform: translateY(-2px)
    }

    .hero-slider .hero-figure {
        display: flex;
        justify-content: flex-end;
        margin-top: 24px
    }

    .hero-slider .hero-figure img {
        width: 100%;
        max-width: 460px;
        border-radius: 28px;
        box-shadow: 0 28px 70px rgba(15, 15, 15, .14)
    }

    @media(max-width:992px) {
        .hero-slider {
            min-height: auto;
            padding: 70px 0
        }

        .hero-slider .hero-figure {
            justify-content: center
        }

        .hero-slider .hero-image {
            display: block
        }
    }
