:root{
    --tk54-green-950:#04351f;
    --tk54-green-900:#064326;
    --tk54-green-800:#07562f;
    --tk54-green-700:#0c7a43;
    --tk54-green-100:#e5f3e9;
    --tk54-white:#fff;
    --tk54-ink:#122019;
    --tk54-border:#d8e4da;
}
.tk54-shell-active > .topbar{
    display:none!important
}
.tk54-header{
    position:sticky;
    top:0;
    z-index:1000;
    width:100%;
    color:var(--tk54-white);
    background:var(--tk54-green-950);
    border-bottom:1px solid rgba(255,255,255,.09);
    box-shadow:0 7px 24px rgba(2,38,20,.2)
}
.tk54-header-inner{
    width:min(1180px,calc(100% - 32px));
    min-height:84px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px
}
.tk54-brand{
    display:flex;
    align-items:center;
    gap:11px;
    flex:0 0 auto;
    color:#fff!important;
    text-decoration:none!important
}
.tk54-logo-wrap{
    width:50px;
    height:50px;
    display:grid;
    place-items:center;
    overflow:hidden;
    border-radius:13px;
    background:#fff;
    box-shadow:0 5px 14px rgba(0,0,0,.14)
}
.tk54-logo-image{
    width:100%;
    height:100%;
    display:block;
    object-fit:contain
}
.tk54-logo-fallback{
    font-size:1.8rem
}
.tk54-brand-copy{
    display:grid;
    line-height:1.15
}
.tk54-brand-copy strong{
    color:#fff;
    font-size:1.1rem;
    font-weight:950
}
.tk54-brand-copy small{
    margin-top:4px;
    color:#cde2d4;
    font-size:.78rem;
    font-weight:750
}
.tk54-desktop-nav{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:4px;
    flex-wrap:wrap
}
.tk54-nav-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:9px 11px;
    border-radius:10px;
    color:#fff!important;
    text-decoration:none!important;
    font-size:.9rem;
    font-weight:900;
    white-space:nowrap
}
.tk54-nav-link:hover,
.tk54-nav-link:focus,
.tk54-nav-link.is-active{
    color:var(--tk54-green-950)!important;
    background:#fff
}
.tk54-nav-link.tk54-customer-login{
    background:var(--tk54-green-700)
}
.tk54-nav-link.tk54-employee-login{
    color:var(--tk54-green-950)!important;
    background:#dff1e4
}
.tk54-nav-link.tk54-customer-login:hover,
.tk54-nav-link.tk54-employee-login:hover{
    color:var(--tk54-green-950)!important;
    background:#fff
}
.tk54-mobile-menu{
    display:none;
    position:relative
}
.tk54-mobile-menu summary{
    padding:10px 14px;
    border-radius:10px;
    color:var(--tk54-green-950);
    background:#fff;
    cursor:pointer;
    font-weight:950;
    list-style:none
}
.tk54-mobile-menu summary::-webkit-details-marker{
    display:none
}
.tk54-mobile-links{
    position:absolute;
    right:0;
    top:calc(100% + 9px);
    width:min(330px,calc(100vw - 32px));
    display:grid;
    gap:4px;
    padding:10px;
    border:1px solid var(--tk54-border);
    border-radius:15px;
    background:var(--tk54-green-950);
    box-shadow:0 14px 34px rgba(0,0,0,.22)
}
.tk54-mobile-links .tk54-nav-link{
    justify-content:flex-start;
    width:100%
}
.tk54-footer{
    width:100%;
    margin-top:0;
    color:#fff;
    background:var(--tk54-green-950)
}
.tk54-footer-grid{
    width:min(1180px,calc(100% - 32px));
    margin:0 auto;
    display:grid;
    grid-template-columns:1.2fr .85fr .8fr 1fr;
    gap:34px;
    padding:42px 0 34px
}
.tk54-footer h2{
    margin:0 0 13px;
    color:#fff;
    font-size:1rem
}
.tk54-footer p{
    margin:.35rem 0;
    color:#cfe3d5
}
.tk54-footer a{
    color:#fff!important
}
.tk54-footer-brand-line{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:16px
}
.tk54-footer-brand-line > div{
    display:grid
}
.tk54-footer-brand-line strong{
    font-size:1.08rem
}
.tk54-footer-brand-line small{
    color:#cfe3d5
}
.tk54-footer-links{
    display:grid;
    gap:8px
}
.tk54-footer-links a{
    width:max-content;
    max-width:100%;
    text-decoration:underline;
    text-underline-offset:3px
}
.tk54-payment-heading{
    margin-top:24px!important
}
.tk54-payment-badges{
    display:flex;
    flex-wrap:wrap;
    gap:7px
}
.tk54-payment-badges span{
    padding:6px 9px;
    border-radius:8px;
    color:var(--tk54-green-950);
    background:#fff;
    font-size:.76rem;
    font-weight:900
}
.tk54-footer-bottom{
    min-height:58px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    width:min(1180px,calc(100% - 32px));
    margin:0 auto;
    padding:12px 0;
    border-top:1px solid rgba(255,255,255,.12);
    color:#c9ddd0;
    font-size:.88rem
}
@media(max-width:1080px){
    .tk54-desktop-nav{display:none}
    .tk54-mobile-menu{display:block}
    .tk54-footer-grid{
        grid-template-columns:1fr 1fr
    }
}
@media(max-width:650px){
    .tk54-header-inner{
        width:min(100% - 22px,1180px);
        min-height:74px
    }
    .tk54-logo-wrap{
        width:44px;
        height:44px
    }
    .tk54-brand-copy small{
        display:none
    }
    .tk54-footer-grid{
        width:min(100% - 28px,1180px);
        grid-template-columns:1fr;
        gap:28px;
        padding:34px 0 28px
    }
    .tk54-footer-bottom{
        width:min(100% - 28px,1180px);
        align-items:flex-start;
        flex-direction:column
    }
}
