.kp-header{

position:sticky;

top:0;

z-index:9999;

background:#fff;

box-shadow:0 8px 30px rgba(0,0,0,.08);

}

.kp-header .kp-container{

display:flex;

align-items:center;

justify-content:space-between;

height:80px;

}

.kp-logo a{

font-size:32px;

font-weight:700;

color:#111827;

}

.kp-navigation ul{

display:flex;

gap:25px;

list-style:none;

}

.kp-navigation a{

font-weight:600;

color:#111827;

}

.kp-navigation a:hover{

color:#2563eb;

}

.kp-header-right{

display:flex;

align-items:center;

gap:20px;

font-size:22px;

}

.kp-menu-toggle{

display:none;

font-size:32px;

background:none;

border:none;

cursor:pointer;

}