.zm-header{font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;--zm-logo-h-desktop:64px;--zm-logo-h-tablet:56px;--zm-logo-h-phone:48px;--zm-padding-y:16px}.zm-header{position:fixed;top:0;left:0;width:100%;background:#000;z-index:9999;padding:16px 5%;box-shadow:0 2px 10px rgba(0,0,0,.2)}.et-fixed-header .zm-header{background:#000!important;box-shadow:0 2px 10px rgba(0,0,0,.2)!important}.zm-header__container{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.zm-header__logo{display:block;width:auto!important;height:auto!important;max-height:64px;max-height:var(--zm-logo-h-desktop)!important;transition:max-height .3s ease}.zm-header__buttons{display:flex;align-items:center;gap:12px}.zm-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;font-size:13px;font-weight:600;border-radius:999px;border:none;cursor:pointer;text-decoration:none;line-height:1;transition:transform .2s ease,filter .2s ease;white-space:nowrap}.zm-btn--call{background:#FFE600;color:#000}.zm-btn--whatsapp{background:#1DAA61!important;color:#fff!important;border:none!important;box-shadow:0 6px 18px rgba(0,0,0,.25)!important;background-image:none!important;filter:none!important}.zm-btn:hover{transform:translateY(-2px);filter:brightness(.95)}.zm-btn--whatsapp:hover{background:#189850!important}.zm-header .et_pb_menu__wrap,.zm-header .et_pb_menu_inner_container{align-items:center!important}@media (max-width:980px){.zm-header{padding:14px 24px}.zm-header__logo{max-height:56px}.zm-header__logo{max-height:var(--zm-logo-h-tablet)!important}.zm-btn{padding:7px 12px;font-size:12.5px}}@media (max-width:480px){.zm-header__container{flex-direction:column;gap:10px}.zm-header__logo{max-height:48px}.zm-header__logo{max-height:var(--zm-logo-h-phone)!important}.zm-header__buttons{gap:10px}}body.has-zm-fixed-header{padding-top:120px}