/* V94 — isolated universal header for every inner/public page.
   Uses unique class names so legacy .corek-inner header rules cannot affect it. */
.tt-uheader-v94{
  position:sticky; top:0; z-index:5000; width:100%;
  background:#030911; border-bottom:1px solid rgba(101,157,205,.13);
  box-shadow:none; box-sizing:border-box;
}
.tt-uheader-v94 *{box-sizing:border-box}
.tt-uheader-v94__row{
  width:min(100%,1540px); max-width:1540px; min-height:70px;
  padding:0 28px; margin:0 auto;
  display:grid; grid-template-columns:205px minmax(500px,1fr) auto;
  align-items:center; column-gap:22px;
}
.tt-uheader-v94__brand{
  width:205px; height:54px; display:flex; align-items:center; justify-content:flex-start;
  text-decoration:none; overflow:visible;
}
.tt-uheader-v94__brand img{
  display:block; width:198px; height:45px; max-width:none;
  object-fit:contain; object-position:left center; background:transparent; border:0;
}
.tt-uheader-v94__nav{display:flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap;margin:0;padding:0}
.tt-uheader-v94__nav>a,.tt-uheader-v94__services-btn{
  min-height:40px;height:40px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(174,193,210,.34);border-radius:7px;
  background:linear-gradient(180deg,rgba(6,12,19,.94),rgba(3,8,14,.96));
  color:#f4f8fb;text-decoration:none;font-size:13px;line-height:1;font-weight:650;
  font-family:inherit;cursor:pointer;white-space:nowrap;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.tt-uheader-v94__nav>a:hover,.tt-uheader-v94__services-btn:hover,.tt-uheader-v94__services.is-open .tt-uheader-v94__services-btn{
  color:#fff;border-color:#149cf7;background:linear-gradient(180deg,rgba(5,19,31,.98),rgba(2,11,19,.98));
  box-shadow:0 0 0 1px rgba(0,137,255,.10),inset 0 0 16px rgba(0,130,255,.07);
}
.tt-uheader-v94__services{position:relative}
.tt-uheader-v94__menu{
  position:absolute;left:0;top:calc(100% + 8px);width:350px;padding:10px;border-radius:13px;
  background:radial-gradient(circle at 8% 8%,rgba(0,126,239,.26),transparent 35%),linear-gradient(145deg,rgba(5,18,31,.99),rgba(2,8,15,.995));
  border:1px solid rgba(64,172,246,.34);box-shadow:0 22px 54px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.06);
  opacity:0;visibility:hidden;transform:translateY(7px);transition:.18s ease;z-index:5100;
}
.tt-uheader-v94__services:hover .tt-uheader-v94__menu,.tt-uheader-v94__services.is-open .tt-uheader-v94__menu{opacity:1;visibility:visible;transform:none}
.tt-uheader-v94__menu a{display:grid;grid-template-columns:30px 1fr;gap:8px;padding:10px 11px;border-radius:9px;text-decoration:none;color:#eef8ff}
.tt-uheader-v94__menu a:hover{background:linear-gradient(90deg,rgba(25,151,255,.18),rgba(30,190,255,.05))}
.tt-uheader-v94__menu i{font-style:normal;color:#39b8ff;font-size:11px;letter-spacing:.08em;padding-top:2px}
.tt-uheader-v94__menu span{display:flex;flex-direction:column;gap:3px}.tt-uheader-v94__menu b{font-size:13px}.tt-uheader-v94__menu small{font-size:10.5px;color:#8ea6b9}
.tt-uheader-v94__actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;margin:0}
.tt-uheader-v94__action{
  height:40px;min-height:40px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;
  border:1px solid rgba(174,193,210,.34);border-radius:7px;background:linear-gradient(180deg,rgba(6,12,19,.94),rgba(3,8,14,.96));
  color:#f5f8fb;text-decoration:none;font-size:12px;font-weight:650;white-space:nowrap;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)
}
.tt-uheader-v94__action:hover{border-color:#149cf7;box-shadow:0 0 0 1px rgba(0,137,255,.08),inset 0 0 16px rgba(0,130,255,.06)}
.tt-uheader-v94__icon{display:inline-flex;align-items:center;justify-content:center;color:#078cff;font-size:16px;line-height:1}
.tt-uheader-v94__phone{min-width:162px}.tt-uheader-v94__telegram{min-width:106px}.tt-uheader-v94__max{min-width:72px}.tt-uheader-v94__avito{min-width:82px}
.tt-uheader-v94__avito img{width:18px;height:18px;object-fit:contain}
.tt-uheader-v94__burger{display:none}
@media(max-width:1450px){
 .tt-uheader-v94__row{grid-template-columns:180px minmax(465px,1fr) auto;column-gap:12px;padding:0 18px}
 .tt-uheader-v94__brand{width:180px}.tt-uheader-v94__brand img{width:174px;height:42px}
 .tt-uheader-v94__nav{gap:6px}.tt-uheader-v94__nav>a,.tt-uheader-v94__services-btn{padding:0 11px;font-size:12px}
 .tt-uheader-v94__actions{gap:6px}.tt-uheader-v94__action{padding:0 9px;font-size:11px}.tt-uheader-v94__phone{min-width:148px}.tt-uheader-v94__telegram{min-width:92px}.tt-uheader-v94__max{min-width:62px}.tt-uheader-v94__avito{min-width:72px}
}
@media(max-width:1100px){
 .tt-uheader-v94__row{display:flex;min-height:64px;padding:0 16px}.tt-uheader-v94__brand{width:160px;height:48px}.tt-uheader-v94__brand img{width:155px;height:40px}
 .tt-uheader-v94__burger{display:inline-flex;margin-left:auto;height:40px;padding:0 14px;align-items:center;border:1px solid rgba(174,193,210,.34);border-radius:7px;background:#07101a;color:#fff;font-weight:700}
 .tt-uheader-v94__nav{display:none;position:absolute;left:12px;right:12px;top:64px;flex-direction:column;align-items:stretch;padding:10px;background:#030911;border:1px solid rgba(101,157,205,.22);border-radius:0 0 12px 12px;z-index:5100}
 .tt-uheader-v94__nav.is-open{display:flex}.tt-uheader-v94__nav>a,.tt-uheader-v94__services-btn{width:100%}
 .tt-uheader-v94__services{width:100%}.tt-uheader-v94__menu{position:static;width:100%;display:none;opacity:1;visibility:visible;transform:none;margin-top:6px}.tt-uheader-v94__services.is-open .tt-uheader-v94__menu{display:block}
 .tt-uheader-v94__actions{display:none}
}
