.chuk-menu-open {
    overflow: hidden;
}

body.primary-bg-color {
    background: #fafbff;
    font-family: 'DM Sans', sans-serif;
}

#footer {
    display: none !important;
}

#header {
    display: block !important;
    margin-top: 74px;
    background: #fff;
}

#header .topbar,
#header > .navbar.navbar-light {
    display: none !important;
}

#header .main-navbar-wrapper {
    display: block !important;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

#header .main-navbar-wrapper .container {
    max-width: 1200px;
    padding: 0 24px;
}

#header .main-navbar-wrapper .navbar-nav > li > a {
    color: #475569;
    font-weight: 500;
}

#header .main-navbar-wrapper .navbar-nav > li > a:hover,
#header .main-navbar-wrapper .navbar-nav > li.active > a {
    color: #2563eb;
}

.chuk-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.chuk-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 14px 0;
    background: #0f172a;
    border-bottom: 0 !important;
    box-shadow: none !important;
    transition: all .25s ease;
}

.chuk-navbar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #0f172a;
    pointer-events: none;
}

.chuk-navbar.scrolled {
    background: rgba(250, 251, 255, .96);
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.chuk-navbar.menu-open {
    background: #fff;
    border-bottom-color: #e2e8f0;
}

.chuk-navbar.menu-open,
.chuk-navbar.menu-open.scrolled {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.chuk-navbar .chuk-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chuk-nav-logo img {
    display: block;
    filter: brightness(0) invert(1);
    transition: filter .25s ease;
}

.chuk-navbar.scrolled .chuk-nav-logo img,
.chuk-navbar.menu-open .chuk-nav-logo img {
    filter: none;
}

.chuk-nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.chuk-nav-links a {
    color: rgba(255, 255, 255, .85);
    font-weight: 500;
    font-size: .95rem;
    text-decoration: none;
}

.chuk-nav-links a:hover {
    color: #fff;
}

.chuk-navbar.scrolled .chuk-nav-links a,
.chuk-navbar.menu-open .chuk-nav-links a {
    color: #475569;
}

.chuk-navbar.scrolled .chuk-nav-links a:hover,
.chuk-navbar.menu-open .chuk-nav-links a:hover {
    color: #2563eb;
}

.chuk-nav-cta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chuk-nav-contact {
    display: flex;
    gap: 8px;
}

.chuk-nav-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
}

.chuk-navbar.scrolled .chuk-nav-contact a,
.chuk-navbar.menu-open .chuk-nav-contact a {
    background: #f1f5f9;
    color: #475569;
}

.chuk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: .9rem;
}

.chuk-btn-primary {
    background: #2563eb;
    color: #fff;
}

.chuk-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 4px;
    cursor: pointer;
}

.chuk-hamburger span {
    width: 24px;
    height: 2.5px;
    border-radius: 2px;
    background: #fff;
    transition: all .25s ease;
}

.chuk-navbar.scrolled .chuk-hamburger span,
.chuk-navbar.menu-open .chuk-hamburger span {
    background: #0f172a;
}

.chuk-hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.chuk-hamburger.active span:nth-child(2) {
    opacity: 0;
}

.chuk-hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.chuk-menu-close-item {
    display: none;
}

.chuk-menu-close {
    display: none;
}

.master-breadcrumb {
    margin-top: 0;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 10px 0;
}

.master-breadcrumb .container {
    max-width: 1200px;
    padding: 0 24px;
}

.master-breadcrumb .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .92rem;
}

.master-breadcrumb .breadcrumb-item {
    color: #64748b;
}

.master-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #94a3b8;
    padding-right: 8px;
}

.master-breadcrumb .breadcrumb-item a {
    color: #2563eb;
    text-decoration: none;
}

.master-breadcrumb .breadcrumb-item a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.master-breadcrumb .breadcrumb-item.active {
    color: #475569;
}

.chuk-client-hero {
    position: relative;
    margin-top: 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 55%, #0f172a 100%);
    padding: 136px 0 56px;
    border-top: 0 !important;
    border-bottom: 1px solid #e2e8f0;
    overflow: hidden;
}

.chuk-client-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 55% at 20% 80%, rgba(37, 99, 235, .24) 0%, transparent 60%),
                radial-gradient(ellipse 55% 45% at 80% 20%, rgba(245, 158, 11, .14) 0%, transparent 60%);
    pointer-events: none;
}

.chuk-client-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #0f172a;
    pointer-events: none;
}

.chuk-hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 60px 60px;
    background-position: 0 1px, 0 1px;
    pointer-events: none;
}

.chuk-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.chuk-hero-orb-1 {
    width: 320px;
    height: 320px;
    background: rgba(37, 99, 235, .2);
    top: -90px;
    right: -70px;
}

.chuk-hero-orb-2 {
    width: 260px;
    height: 260px;
    background: rgba(245, 158, 11, .12);
    bottom: -90px;
    left: -70px;
}

.chuk-client-hero .chuk-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 24px;
}

.chuk-client-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #d1fae5;
    color: #065f46;
    font-size: .82rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.chuk-client-hero-kicker {
    display: inline-block;
    margin: 0 0 8px;
    color: #93c5fd;
    font-family: 'JetBrains Mono', monospace;
    font-size: .78rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.chuk-client-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 3.3vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
}

.chuk-client-hero p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 1.12rem;
    max-width: 760px;
}

.chuk-client-hero + #header {
    margin-top: 0;
}

@media (max-width: 768px) {
    .chuk-client-hero {
        padding: 120px 0 42px;
    }

    .chuk-client-pill {
        margin-bottom: 12px;
    }

    .chuk-client-hero p {
        font-size: 1rem;
    }
}

#main-body {
    padding-top: 20px;
}

.primary-content .card,
.primary-content .panel {
    border-radius: 14px;
    border-color: #e2e8f0;
}

.chuk-footer {
    margin-top: 40px;
    background: #0f172a;
    color: rgba(255, 255, 255, .68);
    padding: 60px 0 30px;
}

.chuk-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 34px;
}

.chuk-footer-brand p {
    margin-top: 12px;
    max-width: 320px;
    font-size: .9rem;
    line-height: 1.7;
}

.chuk-footer-col h4 {
    color: #fff;
    margin-bottom: 14px;
    font-size: .95rem;
}

.chuk-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chuk-footer-col a {
    color: rgba(255, 255, 255, .72);
    text-decoration: none;
    font-size: .88rem;
}

.chuk-footer-col a:hover {
    color: #fff;
}

.chuk-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 36px;
    padding-top: 20px;
    font-size: .84rem;
}

@media (max-width: 991px) {
    .chuk-hamburger {
        display: flex;
    }

    .chuk-nav-links,
    .chuk-nav-cta {
        display: none;
    }

    .chuk-nav-links.open {
        display: flex;
        flex-direction: column;
        position: fixed;
        inset: 0;
        min-height: 100dvh;
        overflow-y: auto;
        background: #fff;
        padding: 96px 28px 28px;
        gap: 22px;
        z-index: 1002;
    }

    .chuk-nav-links.open a {
        color: #475569;
        font-size: 1.2rem;
    }

    .chuk-nav-links.open a:hover {
        color: #2563eb;
    }

    .chuk-nav-links.open .chuk-menu-close-item {
        display: block;
        list-style: none;
    }

    .chuk-nav-links.open .chuk-menu-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 20px;
        right: 22px;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 1px solid #cbd5e1;
        background: #fff;
        color: #475569;
        font-size: 1.6rem;
        line-height: 1;
        cursor: pointer;
        z-index: 1004;
    }

    .chuk-nav-cta.open {
        display: flex;
        position: fixed;
        left: 28px;
        right: 28px;
        bottom: 28px;
        justify-content: center;
        z-index: 1002;
    }

    .chuk-nav-cta.open .chuk-nav-contact a {
        background: #f1f5f9;
        color: #475569;
    }

    .chuk-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .chuk-footer-grid {
        grid-template-columns: 1fr;
    }
}
