#hero .container {
    max-width: 1760px;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

#hero h1 {
    font-size: clamp(48px, 8vw, 92px);
}

#hero h2 {
    font-size: clamp(42px, 7vw, 68px);
}

#hero .image img {
    width: min(100%, 1000px);
    max-width: none;
}

@media (min-width: 992px) {
    #hero .container > .row > .content {
        flex: 0 0 auto;
        width: 45%;
    }

    #hero .container > .row > .col-lg-4 {
        flex: 0 0 auto;
        width: 55%;
    }

    #hero .image {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 1400px) {
    #hero .image img {
        width: min(100%, 1080px);
    }
}

@media (max-width: 991.98px) {
    #hero .image {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }

    #hero .image img {
        width: min(100%, 680px);
    }
}

.site-visit-counter {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1040;
    padding: 0.45rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(16, 24, 39, 0.78);
    color: #f8fafc;
    font-size: 0.82rem;
    line-height: 1;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
}

@media (max-width: 575.98px) {
    .site-visit-counter {
        right: 0.75rem;
        bottom: 0.75rem;
        font-size: 0.78rem;
    }
}
