.swat-header,.swat-header *{box-sizing:border-box}.swat-header{--swat-navy:#082f57;--swat-blue:#0a66a3;--swat-red:#b51234;--swat-red-dark:#8e0d29;--swat-text:#17283b;--swat-muted:#64748b;--swat-border:#e3edf5;--swat-light:#f4f9fd;--swat-white:#fff;position:sticky;top:0;z-index:99999;width:100%;background:#fff;border-bottom:1px solid var(--swat-border);box-shadow:0 12px 30px rgba(8,47,87,.08);font-family:Inter,Arial,Helvetica,sans-serif}.swat-header__shell{width:min(1380px,calc(100% - 48px));margin:0 auto}.swat-header__topbar{background:linear-gradient(90deg,var(--swat-navy),var(--swat-blue));color:#fff;font-size:13px;line-height:1.35}.swat-header__topbar-inner{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:6px 0}.swat-header__topbar-contacts{display:flex;align-items:center;flex-wrap:wrap;gap:8px 10px;min-width:0}.swat-header__topbar-link{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:5px 10px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);color:#fff!important;text-decoration:none;white-space:nowrap;transition:.18s ease}.swat-header__topbar-link:hover{background:rgba(255,255,255,.16);transform:translateY(-1px)}.swat-header__topbar-link strong{color:#fff;font-size:13px;font-weight:900}.swat-header__topbar-link span,.swat-header__topbar-link em{color:rgba(255,255,255,.88);font-size:12px;font-style:normal;font-weight:700}.swat-header__topbar-link em{color:#d9ffe9}.swat-header__topbar-whatsapp{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 14px;border-radius:999px;background:#11a35c;color:#fff!important;font-size:13px;font-weight:900;text-decoration:none;box-shadow:0 10px 22px rgba(0,0,0,.14);white-space:nowrap}.swat-header__main{background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}.swat-header__main-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px;position:relative}.swat-header__brand{display:inline-flex;align-items:center;flex:0 0 auto;text-decoration:none;min-width:92px}.swat-header__logo{display:block;width:auto;max-width:160px;height:58px;object-fit:contain}.swat-header__nav-wrap{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex:1 1 auto;min-width:0}.swat-header__menu,.swat-header__menu ul{list-style:none;margin:0;padding:0}.swat-header__menu{display:flex;align-items:center;justify-content:center;gap:4px}.swat-header__menu li{position:relative;margin:0}.swat-header__menu a{display:flex;align-items:center;gap:6px;padding:12px 12px;color:var(--swat-text);text-decoration:none;font-size:15px;line-height:1.25;font-weight:800;border-radius:999px;transition:.18s ease;white-space:nowrap}.swat-header__menu a:hover,.swat-header__menu .current-menu-item>a,.swat-header__menu .current-menu-ancestor>a{color:var(--swat-red);background:#fff3f6}.swat-header__menu .menu-item-has-children>a::after{content:"▾";font-size:11px;opacity:.78;transform:translateY(1px)}.swat-header__menu .sub-menu{position:absolute;top:calc(100% + 10px);left:0;min-width:260px;padding:10px;background:#fff;border:1px solid var(--swat-border);border-radius:18px;box-shadow:0 18px 45px rgba(8,47,87,.14);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease}.swat-header__menu li:hover>.sub-menu,.swat-header__menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.swat-header__menu .sub-menu a{width:100%;justify-content:flex-start;border-radius:12px;padding:11px 13px;white-space:normal}.swat-header__actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.swat-header__language-select{min-height:42px;max-width:126px;border:1px solid var(--swat-border);border-radius:999px;background:var(--swat-light);color:var(--swat-navy);font-size:14px;font-weight:800;padding:0 13px;outline:none;cursor:pointer}.swat-header__quote{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;background:linear-gradient(135deg,var(--swat-red),var(--swat-red-dark));color:#fff!important;font-size:14px;line-height:1;font-weight:900;text-decoration:none;box-shadow:0 12px 24px rgba(181,18,52,.18);white-space:nowrap}.swat-header__toggle{display:none;width:46px;height:46px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid var(--swat-border);border-radius:14px;background:var(--swat-light);cursor:pointer;padding:0}.swat-header__toggle span{display:block;width:22px;height:2px;background:var(--swat-navy);border-radius:3px;transition:.18s ease}.swat-header.is-open .swat-header__toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.swat-header.is-open .swat-header__toggle span:nth-child(2){opacity:0}.swat-header.is-open .swat-header__toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.swat-header--ar{direction:rtl}.swat-header--ar .swat-header__menu .sub-menu{left:auto;right:0}@media(max-width:1180px){.swat-header__shell{width:calc(100% - 34px)}.swat-header__menu a{font-size:14px;padding:11px 9px}.swat-header__logo{max-width:145px;height:54px}}@media(max-width:980px){.swat-header__topbar-inner{justify-content:center;flex-wrap:wrap;min-height:42px;text-align:center;gap:8px 12px}.swat-header__topbar-contacts{justify-content:center}.swat-header__main-inner{min-height:74px}.swat-header__toggle{display:inline-flex}.swat-header__nav-wrap{display:none;position:absolute;top:calc(100% + 10px);left:0;right:0;align-items:stretch;flex-direction:column;gap:14px;padding:16px;background:#fff;border:1px solid var(--swat-border);border-radius:22px;box-shadow:0 24px 55px rgba(8,47,87,.18)}.swat-header.is-open .swat-header__nav-wrap{display:flex}.swat-header__menu{flex-direction:column;align-items:stretch;gap:4px}.swat-header__menu a{width:100%;justify-content:space-between;padding:13px 14px;border-radius:14px;background:var(--swat-light);white-space:normal}.swat-header__menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border-radius:14px;margin:6px 0 6px 14px;padding:8px;background:#fbfdff;display:block}.swat-header__actions{width:100%;justify-content:stretch;display:grid;grid-template-columns:1fr 1fr;gap:10px}.swat-header__language-select,.swat-header__quote{width:100%;max-width:none}}@media(max-width:560px){.swat-header__shell{width:calc(100% - 24px)}.swat-header__topbar-inner{align-items:stretch;gap:7px}.swat-header__topbar-contacts{width:100%;display:grid;grid-template-columns:1fr;gap:7px}.swat-header__topbar-link{width:100%;justify-content:center;flex-wrap:wrap;white-space:normal;border-radius:14px}.swat-header__topbar-whatsapp{width:100%;border-radius:14px}.swat-header__logo{max-width:128px;height:50px}.swat-header__actions{grid-template-columns:1fr}}
