body{
  margin:0;
}
.shell{
  width:min(calc(100% - 48px),1560px);
  margin:0 auto;
}
.topbar{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(22,37,58,.08);
}
.topbar-inner{
  min-height:92px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
}
.brand{
  display:flex;
  align-items:center;
  background:none !important;
  background-image:none !important;
}
.brand img{
  height:64px;
  width:auto !important;
  display:block;
  object-fit:contain;
}
nav{display:flex;align-items:center;gap:28px;justify-content:center;flex-wrap:wrap}
nav a{font-weight:700;color:#24364f}
nav a:hover{color:#ff6600}
.top-actions{display:flex;gap:14px;align-items:center;flex-wrap:nowrap;justify-content:flex-end}
.phone-block{display:flex;align-items:center;gap:8px;color:#1d314b;line-height:1.1}
.phone-icon{width:16px;height:16px;flex:0 0 auto;display:block}
.phone-link{font-weight:800;color:#1d314b;font-size:15px;line-height:1.05;white-space:nowrap}
.phone-subtitle{font-size:12px;color:#5f728b;margin-top:3px;white-space:nowrap}
footer{padding:26px 0 40px}
.footer{
  display:grid;
  grid-template-columns:minmax(240px,1.15fr) repeat(4,minmax(0,.92fr));
  gap:18px;
  padding-top:18px;
  border-top:1px solid rgba(22,37,58,.08);
  color:#5f728b;
}
.footer-col{display:flex;flex-direction:column;gap:8px}
.footer-brand{
  display:inline-flex;
  align-items:center;
  margin-bottom:12px;
  background:none !important;
  background-image:none !important;
}
.footer-brand img{
  height:72px;
  width:auto !important;
  display:block;
  object-fit:contain;
}
.footer strong{
  display:block;
  color:#14253a;
  margin-bottom:8px;
  font-family:"Manrope",sans-serif;
  font-size:18px;
  letter-spacing:-.03em;
}
.footer a{display:block;margin-top:8px;line-height:1.5}
.footer small{display:block;margin-top:12px;line-height:1.5}
.footer-links a{margin-top:0}
.footer-contact-item{display:flex;align-items:center;gap:10px;line-height:1.4}
.footer-social{display:flex;gap:14px;align-items:center;margin-top:6px}
.footer-social a{display:inline-flex;align-items:center;justify-content:center;margin-top:0}
.footer-social img{width:28px;height:28px;display:block}
@media (max-width:1120px){
  nav{display:none}
  .footer{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .shell{width:min(calc(100% - 20px),1320px)}
  .topbar-inner,.footer{grid-template-columns:1fr}
  .top-actions{justify-content:flex-start}
  .brand img{height:56px}
  .footer-brand img{height:56px}
}
@media (max-width:560px){
  .footer{grid-template-columns:1fr}
}
