.hb-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: linear-gradient(180deg, rgba(40, 22, 100, 0.98) 0%, rgba(40, 22, 100, 0.86) 54%, rgba(40, 22, 100, 0) 100%);
    border-bottom: 0;
    box-shadow: none;
}

.hb-navbar {
    min-height: 92px;
    padding: 14px 0 28px;
}

.hb-brand-mark {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.hb-brand-mark img {
    width: auto;
    height: 58px;
    max-width: 330px;
    object-fit: contain;
}

.hb-navbar .nav-link {
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    font-weight: 700;
    padding: 10px 12px;
    text-decoration: none;
}

.hb-navbar .nav-link:hover,
.hb-navbar .nav-link:focus {
    color: #a5e47e;
}

.hb-nav-cta {
    margin-left: 8px;
}

.hb-header-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 8px;
    background: #4f9f23;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(79, 159, 35, 0.22);
}

.hb-header-button:hover,
.hb-header-button:focus {
    background: #3f831c;
    color: #ffffff;
}

.hb-navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    padding: 8px 10px;
}

.hb-navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.92%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
    .hb-navbar {
        min-height: 76px;
        padding: 12px 0 20px;
    }

    .hb-brand-mark img {
        height: 46px;
        max-width: 260px;
    }

    .hb-navbar .navbar-collapse {
        padding: 14px 0 6px;
        background: rgba(40, 22, 100, 0.96);
        border-radius: 8px;
    }

    .hb-navbar .nav-link {
        padding: 10px 0;
    }

    .hb-nav-cta {
        margin: 8px 0 0;
    }
}
