:root{--custom-nav-height:80px;--custom-brand-color:#23a6c9;--custom-dark:#0c1529;--custom-light:#fff;--custom-muted:#5c6b80;--custom-overlay:rgba(6,12,24,.65);--custom-border:rgba(12,21,41,.08)}.custom-nav{position:sticky;top:0;z-index:2;width:100%;background:hsla(0,0%,100%,.97);box-shadow:0 2px 24px rgba(11,16,36,.08);backdrop-filter:blur(10px)}.custom-nav__inner{max-width:1200px;margin:0 auto;height:var(--custom-nav-height);display:flex;align-items:center;padding:0 24px;gap:24px}.custom-nav__brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none}.custom-nav__brand img{height:50px;object-fit:contain}.custom-nav__brand-text{display:flex;flex-direction:column;line-height:1;color:var(--custom-brand-color);font-weight:700;letter-spacing:.06em}.custom-nav__brand-title{font-size:1.5rem}.custom-nav__brand-subtitle{font-size:1.2rem}.custom-nav__links{display:flex;align-items:center;gap:18px;margin-left:auto}.custom-nav__link{font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--custom-dark);text-decoration:none;padding:8px 0;transition:color .2s ease,opacity .2s ease;display:inline-flex;align-items:center;gap:6px}.custom-nav__link:focus-visible,.custom-nav__link:hover{color:var(--custom-brand-color)}.custom-nav__link--muted{color:var(--custom-muted)}.custom-nav__cta{border:none;border-radius:999px;background:var(--custom-brand-color);color:var(--custom-light);padding:10px 24px;font-size:.95rem;letter-spacing:.08em;box-shadow:0 8px 24px rgba(35,166,201,.3);justify-content:center;align-items:center;min-width:150px}.custom-nav__cta:focus-visible,.custom-nav__cta:hover{opacity:.9;color:var(--custom-light)}.custom-nav__link-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.custom-nav__link-icon svg{width:100%;height:100%;display:block;fill:currentColor}.custom-nav__toggle{display:none;position:relative;width:44px;height:44px;border-radius:50%;border:1px solid var(--custom-border);background:var(--custom-light);cursor:pointer;justify-content:center;align-items:center;flex-direction:column;gap:6px;transition:box-shadow .2s ease}.custom-nav__toggle span{width:20px;height:2px;background:var(--custom-dark);display:block}.custom-nav__toggle:focus-visible,.custom-nav__toggle:hover{box-shadow:0 10px 30px rgba(12,21,41,.15)}.custom-sidenav__overlay{position:fixed;inset:0;background:var(--custom-overlay);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:1}.custom-sidenav__overlay.is-visible{opacity:1;pointer-events:auto}.custom-sidenav{position:fixed;top:0;right:0;width:min(85vw,320px);height:100%;background:var(--custom-light);box-shadow:-10px 0 30px rgba(12,21,41,.12);transform:translateX(100%);transition:transform .3s ease;z-index:2;display:flex;flex-direction:column}.custom-sidenav.is-visible{transform:translateX(0)}.custom-sidenav__header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid var(--custom-border);font-weight:600;letter-spacing:.08em;text-transform:uppercase}.custom-sidenav__close{width:36px;height:36px;border-radius:50%;border:1px solid var(--custom-border);background:transparent;font-size:1.4rem;line-height:1;cursor:pointer}.custom-sidenav__links{display:flex;flex-direction:column;padding:16px 24px;gap:8px;overflow-y:auto}.custom-sidenav__link{display:flex;align-items:center;gap:12px;padding:14px 0;text-decoration:none;color:var(--custom-dark);border-bottom:1px solid var(--custom-border);font-weight:600;letter-spacing:.05em}.custom-sidenav__link.custom-nav__cta{justify-content:center;border:none;margin-top:12px;padding:14px 24px;border-radius:999px;background:var(--custom-brand-color);color:var(--custom-light);box-shadow:0 8px 24px rgba(35,166,201,.3)}.custom-sidenav__link:last-child{border-bottom:none}.custom-sidenav__link-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.custom-sidenav__link-icon svg{width:100%;height:100%;display:block;fill:currentColor}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}body.custom-nav-lock{overflow:hidden;touch-action:none}.custom-page-loader{position:fixed;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;background:rgba(6,12,24,.55);opacity:0;pointer-events:none;transition:opacity .18s ease}.custom-page-loader.is-visible{opacity:1;pointer-events:auto}.custom-page-loader__spinner{width:64px;height:64px;display:block;animation:a .9s linear infinite}.custom-page-loader__ring{stroke:var(--custom-brand-color);stroke-linecap:round;stroke-dasharray:90,150;stroke-dashoffset:0;animation:b 1.2s ease-in-out infinite;opacity:.95}@keyframes a{to{transform:rotate(1turn)}}@keyframes b{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35}to{stroke-dasharray:90,200;stroke-dashoffset:-125}}@media (max-width:960px){.custom-nav__links{gap:12px}}@media (max-width:720px){.custom-nav__inner{padding:0 16px}.custom-nav__links{display:none}.custom-nav__toggle{display:inline-flex;margin-left:auto}}