:root{--header-h:80px;--hodja-red:#B00017;--hodja-red-dark:#8A0012;--hodja-red-light:rgba(176,0,23,.06);--border:rgba(0,0,0,.08)}html{scroll-padding-top:var(--header-h)}body{padding-top:var(--header-h)}.hodja-header{position:fixed;inset:0 0 auto 0;height:var(--header-h);z-index:1000;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);box-shadow:0 4px 32px rgba(0,0,0,.08);transition:all .3s cubic-bezier(.4,0,.2,1)}.hodja-header.scrolled{background:rgba(255,255,255,.98);box-shadow:0 8px 40px rgba(0,0,0,.12)}.hodja-header__container{height:100%;max-width:1400px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.hodja-header__logo{display:flex;align-items:center;text-decoration:none;transition:.3s;z-index:30}.hodja-header__logo:hover{transform:translateY(-1px)}.hodja-header__logo img{height:48px;width:auto;display:block;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.1));transition:.3s}.hodja-header__logo:hover img{filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.hodja-header__nav{flex:1;display:flex;justify-content:center;z-index:20}.hodja-header__menu{display:flex;gap:8px;list-style:none;margin:0;padding:0;align-items:center}.hodja-header__menu li{position:relative}.hodja-header__menu>li>a{display:flex;align-items:center;padding:12px 16px;border-radius:8px;text-decoration:none;color:#333;font-weight:500;font-size:15px;position:relative;overflow:hidden;transition:.3s}.hodja-header__menu>li>a::before{content:'';position:absolute;inset:0;left:-100%;background:linear-gradient(90deg,transparent,rgba(176,0,23,.1),transparent);transition:left .5s}.hodja-header__menu>li>a:hover::before{left:100%}.hodja-header__menu>li>a:hover{color:var(--hodja-red);background:var(--hodja-red-light);transform:translateY(-1px)}.hodja-header__menu>li>a.current-menu-item,.hodja-header__menu>li>a.current_page_item{color:var(--hodja-red);background:var(--hodja-red-light);font-weight:600}.hodja-header__menu .sub-menu{position:absolute!important;top:100%!important;left:50%!important;transform:translateX(-50%) translateY(8px)!important;background:#fff!important;border-radius:12px!important;padding:12px 0!important;min-width:220px!important;box-shadow:0 20px 60px rgba(0,0,0,.15)!important;border:1px solid var(--border)!important;opacity:0!important;visibility:hidden!important;transition:all .3s!important;margin-top:12px!important;list-style:none!important;z-index:9999!important}.hodja-header__menu li:hover>.sub-menu{opacity:1!important;visibility:visible!important;transform:translateX(-50%) translateY(0)!important}.hodja-header__menu .sub-menu a{display:block!important;padding:12px 20px!important;margin:0 8px!important;color:#444!important;font-size:14px!important;font-weight:400!important;border-radius:8px!important;transition:.25s!important}.hodja-header__menu .sub-menu a:hover{background:var(--hodja-red-light)!important;color:var(--hodja-red)!important;transform:translateX(4px)!important}.hodja-header__cta{position:relative;display:inline-flex;align-items:center;gap:8px;background:var(--hodja-red);color:#fff;padding:12px 24px;border-radius:50px;font-weight:600;font-size:14px;text-decoration:none;transition:.3s;box-shadow:0 4px 20px rgba(176,0,23,.3);z-index:30;overflow:hidden}.hodja-header__cta::before{content:'';position:absolute;inset:0;left:-100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transition:left .6s}.hodja-header__cta:hover::before{left:100%}.hodja-header__cta:hover{background:var(--hodja-red-dark);transform:translateY(-2px);box-shadow:0 8px 30px rgba(176,0,23,.4)}.hodja-header__toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:transparent;border:0;cursor:pointer;z-index:40}.hodja-header__toggle-bar{width:24px;height:2px;background:#333;transition:.3s}@media (max-width:1024px){.hodja-header__nav{display:none}.hodja-header__toggle{display:flex}.hodja-header__container{padding:0 20px}.hodja-header.is-open .hodja-header__nav{display:flex;position:absolute;top:var(--header-h);left:0;right:0;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 20px 40px rgba(0,0,0,.15)}.hodja-header.is-open .hodja-header__menu{flex-direction:column;width:100%;padding:16px;gap:8px}.hodja-header.is-open .hodja-header__menu>li>a{width:100%;border-radius:10px;padding:14px 16px;font-size:16px}.hodja-header__menu .sub-menu{position:static!important;transform:none!important;opacity:1!important;visibility:visible!important;box-shadow:none!important;border:none!important;margin:4px 0 0 0!important;padding:4px 0!important;min-width:0!important}.hodja-header__menu .sub-menu a{margin:0!important;padding:10px 14px!important;border-radius:8px!important}.hodja-header.is-open .hodja-header__toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.hodja-header.is-open .hodja-header__toggle-bar:nth-child(2){opacity:0}.hodja-header.is-open .hodja-header__toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hodja-header__cta{padding:10px 20px;font-size:13px}}@media (max-width:768px){.hodja-header__container{padding:0 16px}.hodja-header__logo img{height:40px}.hodja-header__cta{padding:8px 16px;font-size:12px}}.hodja-header__logo:focus,.hodja-header__menu a:focus,.hodja-header__cta:focus{outline:2px solid var(--hodja-red);outline-offset:2px}@media (prefers-reduced-motion:reduce){.hodja-header *,.hodja-header *::before,.hodja-header *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width:1024px){.hodja-header__nav{position:fixed;top:var(--header-h,80px);left:0;right:0;display:none!important;background:#fff;border-top:1px solid rgba(0,0,0,.08);box-shadow:0 12px 32px rgba(0,0,0,.12);z-index:1002}.hodja-header.is-open .hodja-header__nav{display:block!important}.hodja-header__menu{display:flex;flex-direction:column;padding:12px 16px;gap:6px}.hodja-header__menu>li>a{padding:12px 14px;border-radius:8px}.hodja-header__menu .sub-menu{position:static!important;transform:none!important;opacity:1!important;visibility:visible!important;box-shadow:none!important;border:0!important;padding:6px 0!important;margin:0 0 0 10px!important}}body.admin-bar .hodja-header__nav{top:calc(var(--header-h, 80px) + 46px)}@media (min-width:783px){body.admin-bar .hodja-header__nav{top:calc(var(--header-h, 80px) + 32px)}}