.home-footer{
  padding:0;
  color:#fff;
  background:
    radial-gradient(circle at 10% 0,rgba(7,91,216,.32),transparent 34%),
    radial-gradient(circle at 88% 16%,rgba(96,145,220,.16),transparent 30%),
    linear-gradient(180deg,#062553 0%,#001a3f 100%);
  border-top:1px solid rgba(255,255,255,.12);
}
.home-footer .wrap{padding:42px 0 28px}
.home-footer__top{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:34px;
  align-items:stretch;
  padding-bottom:32px;
  margin-bottom:32px;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.home-footer__brand{max-width:690px}
.home-footer .foot-logo{width:246px;margin:0 0 18px}
.home-footer p{margin:0;color:#dbe8ff;font-size:14px;line-height:1.65}
.home-footer__lead{max-width:640px}
.home-footer__meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.home-footer__meta span,
.home-footer__docs span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  color:#e6f0ff;
  font-size:12px;
  line-height:1.2;
}
.home-footer__request{
  padding:24px;
  border:1px solid rgba(214,229,255,.2);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.055));
  box-shadow:0 18px 48px rgba(0,0,0,.18);
}
.home-footer__eyebrow{
  display:block;
  margin-bottom:10px;
  color:#92b9ff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.home-footer__request strong{
  display:block;
  max-width:520px;
  margin-bottom:12px;
  color:#fff;
  font-size:20px;
  line-height:1.25;
}
.home-footer__request-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:20px}
.home-footer__btn{
  min-height:44px;
  padding:0 20px;
  border-color:#fff;
  background:#fff;
  color:#075bd8;
  box-shadow:none;
}
.home-footer__mail{color:#fff;font-size:14px;font-weight:700}
.home-footer__grid{
  display:grid;
  grid-template-columns:1.15fr 1fr 1fr 1.05fr;
  gap:34px;
  align-items:start;
}
.home-footer h3{
  margin:0 0 14px;
  color:#fff;
  font-size:13px;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.home-footer__links{display:grid;gap:8px}
.home-footer__links a{
  display:block;
  color:#dbe8ff;
  font-size:14px;
  line-height:1.4;
  transition:color .18s ease,transform .18s ease;
}
.home-footer__links a:hover{color:#fff;transform:translateX(2px)}
.home-footer__docs{display:flex;flex-wrap:wrap;gap:8px}
.home-footer__contact-card{
  display:grid;
  gap:8px;
  padding:18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:rgba(255,255,255,.055);
}
.home-footer__contact-card a,
.home-footer__contact-card span{color:#dbe8ff;font-size:14px;line-height:1.45}
.home-footer__contact-card .home-footer__phone{color:#fff;font-size:18px;font-weight:700}
.home-footer__bottom{
  display:flex;
  justify-content:space-between;
  gap:22px;
  align-items:center;
  padding-top:24px;
  margin-top:32px;
  border-top:1px solid rgba(255,255,255,.14);
  color:#b9c9e6;
  font-size:13px;
}
.home-footer__bottom-links{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end}
.home-footer__bottom a{color:#dbe8ff}
.home-footer__bottom a:hover{color:#fff}
@media(max-width:1180px){
  .home-footer__top{grid-template-columns:1fr;gap:24px}
  .home-footer__grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .home-footer .wrap{padding:34px 0 24px}
  .home-footer .foot-logo{width:220px}
  .home-footer__top{padding-bottom:26px;margin-bottom:26px}
  .home-footer__request{padding:20px}
  .home-footer__request strong{font-size:18px}
  .home-footer__grid{grid-template-columns:1fr;gap:26px}
  .home-footer__request-actions{display:grid;gap:12px}
  .home-footer__btn{width:100%}
  .home-footer__bottom{display:grid;gap:12px}
  .home-footer__bottom-links{justify-content:flex-start}
}
