/* KAZAMOI — Headers variantes V1 */
:root{--kz-turquoise:#3EA49D;--kz-green-dark:#1E3D36;--kz-green-moss:#3C6A4F;--kz-anthracite:#2B2B2B;--kz-grey:#F5F5F5;--kz-white:#FFFFFF;--kz-border:rgba(30,61,54,.14);--kz-shadow:0 12px 34px rgba(30,61,54,.08)}
.kz-header,.kz-header *{box-sizing:border-box}.kz-header{position:sticky;top:0;z-index:999;width:100%;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--kz-border);box-shadow:0 4px 18px rgba(30,61,54,.04);color:var(--kz-green-dark)}
.kz-header__inner{width:min(1240px,calc(100% - 32px));margin:0 auto;min-height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px}.kz-header--property .kz-header__inner,.kz-header--portal .kz-header__inner,.kz-header--admin .kz-header__inner{min-height:72px}.kz-header__brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content;color:var(--kz-green-dark);text-decoration:none;line-height:1}.kz-header__logo-img{max-height:48px;width:auto;display:block}.kz-header--property .kz-header__logo-img,.kz-header--process .kz-header__logo-img,.kz-header--portal .kz-header__logo-img{max-height:40px}.kz-header__logo-mark{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:14px;background:var(--kz-green-dark);color:#fff;font-weight:950;font-size:24px}.kz-header__logo-text{font-weight:950;letter-spacing:-.04em;font-size:22px}.kz-header__slogan{display:block;margin-left:2px;padding-left:10px;border-left:1px solid rgba(30,61,54,.18);font-size:12px;font-weight:800;color:rgba(43,43,43,.62);line-height:1.15;max-width:86px}
.kz-header__nav{display:flex;justify-content:center;align-items:center;gap:clamp(12px,1.65vw,24px);min-width:0}.kz-header__nav a{color:rgba(30,61,54,.86);text-decoration:none;font-size:14px;font-weight:850;white-space:nowrap}.kz-header__nav a:hover,.kz-header__nav a:focus-visible{color:var(--kz-turquoise)}.kz-header__back-link{color:var(--kz-green-dark)!important;font-weight:950!important}.kz-header__actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;min-width:max-content}.kz-header__cta,.kz-header__link-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:999px;border:1px solid var(--kz-green-dark);background:var(--kz-green-dark);color:#fff;text-decoration:none;padding:10px 16px;font-weight:950;font-size:14px;white-space:nowrap}.kz-header__cta{background:var(--kz-turquoise);border-color:var(--kz-turquoise)}.kz-header__link-button--secondary{background:#fff;color:var(--kz-green-dark);border-color:rgba(30,61,54,.20)}
.kz-header-client{position:relative}.kz-header-client__toggle{display:inline-flex;align-items:center;gap:8px;min-height:42px;border-radius:999px;border:1px solid rgba(30,61,54,.16);background:#fff;color:var(--kz-green-dark);padding:10px 14px;font-weight:900;cursor:pointer}.kz-header-client__icon{display:inline-flex}.kz-header-client__menu{position:absolute;top:calc(100% + 12px);right:0;width:300px;display:grid;gap:6px;padding:10px;border:1px solid var(--kz-border);border-radius:20px;background:#fff;box-shadow:var(--kz-shadow);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s ease}.kz-header-client.is-open .kz-header-client__menu{opacity:1;visibility:visible;transform:translateY(0)}.kz-header-client__menu a{display:grid;gap:4px;border-radius:14px;padding:12px;text-decoration:none;color:var(--kz-green-dark)}.kz-header-client__menu a:hover,.kz-header-client__menu a:focus-visible{background:rgba(62,164,157,.09)}.kz-header-client__menu strong{font-size:14px}.kz-header-client__menu span{font-size:12px;color:rgba(43,43,43,.62)}
.kz-header__burger{display:none;width:42px;height:42px;border-radius:999px;border:1px solid rgba(30,61,54,.16);background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}.kz-header__burger span{display:block;width:18px;height:2px;border-radius:99px;background:var(--kz-green-dark)}.kz-header__mobile-back{display:none;color:var(--kz-green-dark);text-decoration:none;font-weight:950}.kz-header-mobile{display:none;border-top:1px solid var(--kz-border);background:#fff}.kz-header-mobile__nav{width:min(1240px,calc(100% - 32px));margin:0 auto;padding:12px 0 18px;display:grid;gap:8px}.kz-header-mobile__nav a{display:flex;min-height:44px;align-items:center;border-radius:14px;padding:10px 12px;text-decoration:none;color:var(--kz-green-dark);font-weight:900;background:rgba(245,245,245,.78)}.kz-header-mobile__nav a.is-primary{background:var(--kz-green-dark);color:#fff}.kz-header-mobile.is-open{display:block}
.kz-header--process .kz-header__inner--process{width:min(1240px,calc(100% - 32px));min-height:86px;grid-template-columns:auto 1fr auto}.kz-process-title{display:grid;gap:3px;min-width:0}.kz-process-title span{color:var(--kz-turquoise);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.kz-process-title strong{color:var(--kz-green-dark);font-size:clamp(16px,2vw,21px);line-height:1.15}.kz-process-title small{color:rgba(43,43,43,.64);font-weight:700;line-height:1.35}.kz-process-progress{width:min(1240px,calc(100% - 32px));margin:0 auto;padding:0 0 12px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.kz-process-progress__item{display:flex;align-items:center;gap:8px;min-width:0;border-radius:999px;padding:8px 10px;background:rgba(245,245,245,.95);color:rgba(43,43,43,.58);font-size:12px;font-weight:900}.kz-process-progress__item span{display:inline-flex;width:24px;height:24px;border-radius:999px;align-items:center;justify-content:center;background:rgba(43,43,43,.10);color:var(--kz-anthracite);font-size:12px}.kz-process-progress__item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kz-process-progress__item.is-done{background:rgba(62,164,157,.12);color:var(--kz-green-dark)}.kz-process-progress__item.is-done span{background:var(--kz-turquoise);color:#fff}.kz-process-progress__item.is-current{background:var(--kz-green-dark);color:#fff}.kz-process-progress__item.is-current span{background:#fff;color:var(--kz-green-dark)}
.kz-header--admin{background:#1E3D36;border-bottom-color:rgba(255,255,255,.12);color:#fff}.kz-header--admin .kz-header__brand,.kz-header--admin .kz-header__nav a,.kz-header--admin .kz-header__user{color:#fff}.kz-header--admin .kz-header__logo-mark{background:#fff;color:var(--kz-green-dark)}.kz-header__user{font-weight:850;color:rgba(30,61,54,.80);max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media (max-width:1120px){.kz-header__inner{grid-template-columns:auto 1fr auto}.kz-header__nav,.kz-header-client__label,.kz-header__cta,.kz-header__user{display:none}.kz-header__burger{display:inline-flex}.kz-header-client__toggle{width:42px;padding:0;justify-content:center}.kz-header-client__menu{right:-52px}.kz-header__mobile-back{display:inline-flex;justify-self:center}.kz-header--property .kz-header__inner{grid-template-columns:auto 1fr auto}.kz-header--process .kz-header__inner--process{grid-template-columns:auto 1fr auto}.kz-header--process .kz-header__link-button--secondary{display:none}.kz-process-title small{display:none}.kz-process-progress{grid-template-columns:repeat(6,1fr)}.kz-process-progress__item{justify-content:center}.kz-process-progress__item strong{display:none}}
@media (max-width:640px){.kz-header__inner,.kz-header--process .kz-header__inner--process,.kz-process-progress,.kz-header-mobile__nav{width:min(100% - 22px,1240px)}.kz-header__inner{min-height:64px;gap:10px}.kz-header__logo-img{max-height:34px}.kz-header__logo-mark{width:36px;height:36px;border-radius:12px;font-size:20px}.kz-header__logo-text,.kz-header__slogan{display:none}.kz-header-client{display:none}.kz-header--process .kz-header__inner--process{min-height:68px}.kz-process-title span{font-size:10px}.kz-process-title strong{font-size:14px}.kz-process-progress{gap:5px;padding-bottom:8px}.kz-process-progress__item{padding:6px 4px}.kz-process-progress__item span{width:20px;height:20px;font-size:11px}.kz-header__link-button{min-height:38px;padding:8px 12px;font-size:13px}}
