.fotiza-header{position:relative;z-index:30;width:100%;background:#fff;border-bottom:1px solid rgba(15,23,42,.07);font-family:Inter,Arial,sans-serif;color:#151b26}
.fotiza-header *{box-sizing:border-box}
.fotiza-header__inner{max-width:1280px;min-height:96px;margin:0 auto;padding:0 48px;display:flex;align-items:center;justify-content:space-between;gap:36px}
.fotiza-header__brand{display:flex;flex:0 0 auto;align-items:center}
.fotiza-header__brand img{display:block;width:236px;height:auto;max-width:100%;border-radius:0}
.fotiza-header__nav{display:flex;align-items:center;gap:32px}
.fotiza-header .fotiza-header__links{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}
.fotiza-header__links li{margin:0;padding:0}
.fotiza-header .fotiza-header__links a{display:flex;align-items:center;min-height:44px;color:#424854;text-decoration:none;font-size:14px;font-weight:500;line-height:1.5;transition:color .18s}
.fotiza-header .fotiza-header__links a:hover{color:#813dce}
.fotiza-header .fotiza-header__cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 20px;border:1px solid transparent;border-radius:6px;background:#813dce;color:#fff;font-size:14px;font-weight:600;line-height:1.4;text-decoration:none;white-space:nowrap;transition:background .18s}
.fotiza-header .fotiza-header__cta:hover{background:#6b2eb1;color:#fff}
.fotiza-header a:focus-visible,.fotiza-header button:focus-visible{outline:2px solid #813dce;outline-offset:5px}
.fotiza-header .fotiza-header__toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;padding:0;background:transparent;color:#202633;border:0;border-radius:4px;cursor:pointer}
.fotiza-header__cross{display:none}
.fotiza-header__toggle[aria-expanded="true"] .fotiza-header__bars{display:none}
.fotiza-header__toggle[aria-expanded="true"] .fotiza-header__cross{display:block}
@media(max-width:1023px){
 .fotiza-header__inner{min-height:80px;padding:0 24px;gap:0 20px;flex-wrap:wrap}
 .fotiza-header__brand img{width:210px}
 .fotiza-header.is-enhanced .fotiza-header__toggle{display:flex}
 .fotiza-header .fotiza-header__toggle:hover{background:#f5f6fa}
 .fotiza-header__nav{flex-basis:100%;flex-direction:column;align-items:stretch;gap:16px;padding:12px 0 24px;border-top:1px solid #eff0f3}
 .fotiza-header.is-enhanced .fotiza-header__nav{display:none}
 .fotiza-header.is-open .fotiza-header__nav{display:flex}
 .fotiza-header .fotiza-header__links{flex-direction:column;align-items:stretch;gap:0}
 .fotiza-header .fotiza-header__links a{min-height:48px}
}
@media(prefers-reduced-motion:reduce){.fotiza-header a{transition:none!important}}

