
/* === GW FOOTER 2026 === */
.gw-footer{
  background:linear-gradient(135deg,#260047 0%,#6B21A8 55%,#EA580C 100%);
  color:#fff;
  padding:48px 20px 24px;
}
.gw-footer a{color:#fff;text-decoration:none}
.gw-footer-inner{max-width:1200px;margin:0 auto}
.gw-footer-top{
  display:grid;
  grid-template-columns:minmax(220px,280px) minmax(0,1fr);
  gap:36px 48px;
  align-items:start;
}
.gw-footer-brand{min-width:0}
.gw-footer-brand-name{
  margin:0 0 10px;
  font-size:1.25rem;
  font-weight:800;
  letter-spacing:.02em;
}
.gw-footer-brand-text{
  margin:0 0 18px;
  color:rgba(255,255,255,.88);
  line-height:1.55;
  font-size:.95rem;
  max-width:28ch;
}
.gw-footer-phone{
  display:inline-block;
  margin:0 0 14px;
  font-size:1.45rem;
  font-weight:800;
  color:#FDE68A !important;
  letter-spacing:.02em;
}
.gw-footer-phone:hover{color:#fff !important}
.gw-footer-social{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  margin:0;
  padding:0;
}
.gw-social{
  width:40px;
  height:40px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  color:#fff !important;
  transition:transform .2s ease, background .2s ease;
}
.gw-social:hover{transform:translateY(-2px);background:rgba(255,255,255,.24)}
.gw-social--fb:hover{background:#1877F2;border-color:#1877F2}
.gw-social--ig:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:transparent}
.gw-social--yt:hover{background:#FF0000;border-color:#FF0000}

.gw-footer-cols{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:22px 18px;
}
.gw-footer-heading{
  margin:0 0 12px;
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#FDE68A;
}
.gw-footer-list{list-style:none;margin:0;padding:0}
.gw-footer-list li{margin:0 0 8px}
.gw-footer-list a{
  font-size:.92rem;
  font-weight:600;
  color:rgba(255,255,255,.92) !important;
}
.gw-footer-list a:hover{color:#FDE68A !important}
.gw-footer-more{color:#FDE68A !important}

.gw-footer-bottom{
  margin-top:36px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.18);
  text-align:center;
}
.gw-footer-bottom p{margin:0 0 6px;font-size:.88rem;color:rgba(255,255,255,.86)}
.gw-footer-legal{font-size:.8rem !important;color:rgba(255,255,255,.7) !important}

@media (max-width:1000px){
  .gw-footer-top{grid-template-columns:1fr}
  .gw-footer-cols{grid-template-columns:repeat(3,minmax(0,1fr))}
  .gw-footer-brand-text{max-width:none}
}
@media (max-width:640px){
  .gw-footer-cols{grid-template-columns:1fr 1fr}
}
@media (max-width:420px){
  .gw-footer-cols{grid-template-columns:1fr}
}
