:root{
--ahcv4-bg: rgba(10,10,10,.18);
--ahcv4-bg-scrolled: rgba(10,10,10,.28);
--ahcv4-inner-bg: rgba(255,255,255,.035);
--ahcv4-border: rgba(255,255,255,.10);
--ahcv4-text: #fff;
--ahcv4-muted: rgba(255,255,255,.82);
--ahcv4-cta: #26c15f;
}
.ahcv4{position:relative;z-index:99999}
.ahcv4-progress{position:fixed;left:0;top:0;right:0;height:2px;z-index:100003;pointer-events:none;opacity:0;transition:opacity .35s ease}
.ahcv4-progress span{display:block;width:0;height:100%;background:var(--ahcv4-cta);transform-origin:left center}
.admin-bar .ahcv4-progress{top:32px}
@media (max-width:782px){.admin-bar .ahcv4-progress{top:46px}}
.ahcv4-header{
position:fixed;top:0;left:0;right:0;z-index:100001;padding:14px 18px;
opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,-18px,0) scale(.985);
transition:opacity .9s cubic-bezier(.22,1,.36,1), transform .9s cubic-bezier(.22,1,.36,1), visibility .9s ease, background .45s ease, box-shadow .45s ease;
will-change:opacity,transform;
}
.ahcv4.is-visible .ahcv4-header{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0) scale(1)}
.admin-bar .ahcv4-header{top:32px}
@media (max-width:782px){.admin-bar .ahcv4-header{top:46px}}
.ahcv4-header.is-scrolled{background:var(--ahcv4-bg);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.ahcv4-shell{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:11px 16px;border-radius:20px;border:1px solid var(--ahcv4-border);background:var(--ahcv4-inner-bg);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 14px 38px rgba(0,0,0,.18)}
.ahcv4-logo{color:var(--ahcv4-text);text-decoration:none;font-weight:800;letter-spacing:.08em;white-space:nowrap;font-size:18px}
.ahcv4-nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.ahcv4-link,.ahcv4-mobile-link{color:var(--ahcv4-muted);text-decoration:none;font-weight:650;line-height:1;padding:11px 12px;border-radius:12px;transition:color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease}
.ahcv4-link:hover,.ahcv4-mobile-link:hover,.ahcv4-link.is-active,.ahcv4-mobile-link.is-active{color:var(--ahcv4-text);background:rgba(255,255,255,.08)}
.ahcv4-link.is-active,.ahcv4-mobile-link.is-active{box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.ahcv4-link:hover{transform:translateY(-1px)}
.ahcv4-actions{display:flex;align-items:center;gap:12px}
.ahcv4-cta,.ahcv4-mobile-cta{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:12px 16px;line-height:1;text-decoration:none;font-weight:800;color:#07120a;background:var(--ahcv4-cta);box-shadow:0 16px 30px rgba(0,0,0,.18);transition:transform .25s ease, box-shadow .25s ease, filter .25s ease, opacity .25s ease}
.ahcv4-cta:hover,.ahcv4-mobile-cta:hover{transform:translateY(-1px);filter:brightness(1.02);box-shadow:0 18px 34px rgba(0,0,0,.22)}
.ahcv4-burger{display:none;border:0;background:transparent;padding:8px;cursor:pointer}
.ahcv4-burger span{display:block;width:24px;height:2px;background:var(--ahcv4-text);margin:5px 0;transition:transform .28s ease, opacity .28s ease}
.ahcv4-burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.ahcv4-burger.is-open span:nth-child(2){opacity:0}
.ahcv4-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.ahcv4-mobile{position:fixed;left:14px;right:14px;z-index:100000;opacity:0;pointer-events:none;transform:translate3d(0,-10px,0) scale(.985);transition:opacity .4s cubic-bezier(.22,1,.36,1), transform .4s cubic-bezier(.22,1,.36,1)}
.ahcv4-mobile.is-open{opacity:1;pointer-events:auto;transform:translate3d(0,0,0) scale(1)}
.ahcv4-mobile-nav{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(10,10,10,.86);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 18px 44px rgba(0,0,0,.24)}
.ahcv4-mobile-cta{margin-top:6px}
body.ahcv4-push-visible{padding-top:var(--ahcv4-push-space,96px);transition:padding-top .35s ease}
body.ahcv4-lock{overflow:hidden}
.ahcv4.is-visible .ahcv4-progress{opacity:1}
.ahcv4-virtual-link.is-workhours{position:relative;color:var(--ahcv4-text);background:rgba(38,193,95,.10);box-shadow:0 0 0 1px rgba(38,193,95,.18) inset}
.ahcv4-virtual-link.is-workhours::after{content:'';position:absolute;top:7px;right:7px;width:8px;height:8px;border-radius:999px;background:#26c15f;box-shadow:0 0 0 0 rgba(38,193,95,.55);animation:ahcv4Pulse 1.8s infinite}
@keyframes ahcv4Pulse{0%{box-shadow:0 0 0 0 rgba(38,193,95,.55)}70%{box-shadow:0 0 0 10px rgba(38,193,95,0)}100%{box-shadow:0 0 0 0 rgba(38,193,95,0)}}
@media (max-width:980px){.ahcv4-desktop{display:none}.ahcv4-burger{display:block}}
@media (min-width:981px){.ahcv4-mobile{display:none!important}}