.header{z-index:1000;transition:var(--transition);padding:20px 0;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow);background:#fffffff2;padding:12px 0}.header__inner{justify-content:space-between;align-items:center;display:flex}.header__logo{z-index:1001;align-items:center;gap:10px;display:flex}.header__logo-icon{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:800;display:flex}.header__logo-text{color:var(--secondary);font-size:1.25rem;font-weight:700}.header__logo-text span{color:var(--primary)}.header__nav{align-items:center;gap:32px;display:flex}.header__nav a{color:var(--text);transition:var(--transition);font-size:.95rem;font-weight:500;position:relative}.header__nav a:not(.header__cta):hover,.header__nav a:not(.header__cta).active{color:var(--primary)}.header__nav a:not(.header__cta):after{content:"";background:var(--primary);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-4px;left:0}.header__nav a:not(.header__cta):hover:after,.header__nav a:not(.header__cta).active:after{width:100%}.header__cta{letter-spacing:.3px;white-space:nowrap;box-shadow:0 2px 12px #2563eb59;background:var(--primary)!important;color:#fff!important;border-radius:50px!important;padding:10px 22px!important;font-size:.875rem!important}.header__cta:hover{transform:translateY(-1px);box-shadow:0 4px 20px #2563eb80;background:var(--primary-dark)!important}.header__toggle{color:var(--text);z-index:1001;background:0 0;display:none}@media (max-width:768px){.header__toggle{display:block}.header__nav{transition:var(--transition);background:#fff;flex-direction:column;justify-content:center;gap:24px;position:fixed;inset:0;transform:translate(100%)}.header__nav--open{transform:translate(0)}.header__nav a:not(.header__cta){font-size:1.25rem}}
