﻿.business{
    width:132px;
    height:45px;
}
.kb-nav-home {
    scroll-behavior: smooth;
}

    .kb-nav-home #overview,
    .kb-nav-home #features,
    .kb-nav-home #why-kardblink,
    .kb-nav-home #pricing,
    .kb-nav-home #contact-section,
    .kb-nav-home #clients {
        scroll-margin-top: 86px;
    }

/* ── Navbar ───────────────────────────────────────────────────── */
.kb-site-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(111, 71, 255, 0.10);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.kb-site-nav__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Brand */
.kb-site-nav__brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

    .kb-site-nav__brand img {
        display: block;
        width: 160px;
        max-width: 100%;
        height: auto;
    }

/* Tab strip */
.kb-site-nav__tabs {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    overflow-x: auto;
    scrollbar-width: none;
}

    .kb-site-nav__tabs::-webkit-scrollbar {
        display: none;
    }

/* Individual tab */
.kb-nav-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 9px;
    color: #52546a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0.01em;
    transition: color 150ms ease, background 150ms ease;
}

    .kb-nav-tab:hover {
        color: #6F47FF;
        background: rgba(111, 71, 255, 0.07);
        text-decoration: none;
    }

    .kb-nav-tab.is-active {
        color: #6F47FF;
        background: rgba(111, 71, 255, 0.09);
        box-shadow: inset 0 0 0 1px rgba(111, 71, 255, 0.18);
    }

/* Brand link overrides — no pill styling */
.kb-site-nav__brand.kb-nav-tab,
.kb-site-nav__brand.kb-nav-tab:hover,
.kb-site-nav__brand.kb-nav-tab.is-active {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

/* Actions group (right side) */
.kb-site-nav__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

/* Thin divider before actions */
.kb-nav-divider {
    width: 1px;
    height: 20px;
    background: rgba(111, 71, 255, 0.15);
    margin: 0 2px;
}

/* Login button */
.kb-site-nav__login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 9px;
    color: #ffffff;
    background: #6F47FF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: background 150ms ease;
}

    .kb-site-nav__login:hover {
        background: #5a36e8;
        color: #fff;
        text-decoration: none;
    }

    .kb-site-nav__login img {
        width: 15px;
        height: 15px;
        filter: brightness(0) invert(1);
    }

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 991px) {
    .kb-site-nav__inner {
        flex-wrap: wrap;
        padding: 10px 16px;
        min-height: auto;
        gap: 10px;
    }

    .kb-site-nav__tabs {
        order: 3;
        flex-basis: 100%;
        justify-content: flex-start;
        padding-bottom: 8px;
    }

    .kb-site-nav__actions {
        margin-left: auto;
    }

    .kb-site-nav__brand img {
        width: 140px;
    }
}

@media (max-width: 575px) {
    .kb-site-nav__brand img {
        width: 120px;
    }

    .kb-nav-tab {
        min-height: 34px;
        padding: 0 12px;
        font-size: 13px;
    }

    .kb-site-nav__login {
        min-height: 34px;
        padding: 0 13px;
        font-size: 13px;
    }
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 86px;
}

html,
.kb-nav-home {
    scroll-behavior: auto;
}

/* Alternate landing page section backgrounds */
.kb-nav-home > section.kBan,
.kb-nav-home > section.whyK,
.kb-nav-home > section.kCont,
.kb-nav-home > section.copyrht {
    background-color: #ffffff;
}

.kb-nav-home > section.kFeat,
.kb-nav-home > section.kPricing,
.kb-nav-home > section.clients {
    background-color: #f5f5f7;
}

.kb-nav-home .teams-link {
    vertical-align: top;
    text-decoration: none;
}

.kb-nav-home .teams-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, #6264a7, #464775);
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(70, 71, 117, 0.22);
}

/* Keep section start and end spacing balanced */
.kb-nav-home > section.kBan,
.kb-nav-home > section.kFeat,
.kb-nav-home > section.whyK,
.kb-nav-home > section.kPricing,
.kb-nav-home > section.kCont,
.kb-nav-home > section.clients {
    padding-top: 80px;
    padding-bottom: 80px;
}

.kb-nav-home > section.kFeat {
    margin-top: 0;
}

.kb-nav-home > section.copyrht {
    padding-top: 24px;
    padding-bottom: 24px;
}

@media (max-width: 991px) {
    .kb-nav-home > section.kBan,
    .kb-nav-home > section.kFeat,
    .kb-nav-home > section.whyK,
    .kb-nav-home > section.kPricing,
    .kb-nav-home > section.kCont,
    .kb-nav-home > section.clients {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

@media (max-width: 575px) {
    .kb-nav-home > section.kBan,
    .kb-nav-home > section.kFeat,
    .kb-nav-home > section.whyK,
    .kb-nav-home > section.kPricing,
    .kb-nav-home > section.kCont,
    .kb-nav-home > section.clients {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
