.shared-footer{
  margin-top:18px;
}
.shared-footer-card{
  border-radius:30px;
  background:rgba(18,19,21,.86);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 22px 60px rgba(0,0,0,.28);
  padding:28px;
  overflow:hidden;
}
.shared-footer-grid{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) repeat(3,minmax(160px,1fr));
  gap:28px;
}
.shared-footer-brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.shared-footer-brand-icon{
  width:74px;
  height:74px;
  border-radius:20px;
  overflow:hidden;
  background:
    radial-gradient(circle at 30% 20%, rgba(49,51,55,.92), rgba(23,25,28,.92)),
    linear-gradient(180deg,#1c1f23 0%,#121417 100%);
  border:1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  box-shadow:0 12px 28px rgba(0,0,0,.14);
}
.shared-footer-brand-icon img{
  width:112%;
  height:112%;
  object-fit:cover;
  object-position:center 44%;
  filter:drop-shadow(0 8px 16px rgba(0,0,0,.22));
  transform:translateY(10%) scale(1.4);
}
.shared-footer-brand-copy{min-width:0}
.shared-footer-brand-copy strong{
  display:block;
  font-size:20px;
  line-height:1;
  letter-spacing:-.045em;
}
.shared-footer-brand-copy span{
  display:block;
  margin-top:4px;
  font-size:12px;
  line-height:1.1;
  color:rgba(200,194,184,.66);
}
.shared-footer-description{
  margin-top:18px;
  max-width:32ch;
  color:rgba(228,222,212,.78);
  font-size:14px;
  line-height:1.8;
}
.shared-footer-column h5{
  margin:0 0 14px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(200,194,184,.58);
}
.shared-footer-column ul{
  list-style:none;
  display:grid;
  gap:10px;
  padding:0;
  margin:0;
}
.shared-footer-column a{
  color:#f2eee7;
  text-decoration:none;
  font-size:14px;
  line-height:1.6;
}
.shared-footer-column a:hover{color:#fff}
.shared-footer-copy{
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
  color:rgba(200,194,184,.66);
  font-size:13px;
}
@media(max-width:980px){
  .shared-footer-card{padding:24px;border-radius:24px}
  .shared-footer-grid{grid-template-columns:repeat(2, minmax(0,1fr));gap:22px}
}
@media(max-width:680px){
  .shared-footer-card{padding:20px 18px;border-radius:22px}
  .shared-footer-grid{grid-template-columns:1fr;gap:18px}
  .shared-footer-brand-icon{width:58px;height:58px;border-radius:16px}
  .shared-footer-brand-copy strong{font-size:18px}
  .shared-footer-brand-copy span{font-size:11px}
  .shared-footer-description,.shared-footer-column a{font-size:13px}
}
