.ahost-site-footer{
  display:block!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
  background:linear-gradient(180deg,var(--ao-surface,#fff) 0%,#f8fbff 100%)!important;
  color:var(--ao-muted,#64748b)!important;
  border-top:1px solid var(--ao-border,#e2e8f0)!important;
}
.ahost-footer-inner{
  width:min(100% - 48px,1240px);
  margin:0 auto;
  padding:42px 0 28px;
  position:relative;
}
.ahost-footer-top{
  display:grid;
  grid-template-columns:repeat(3,minmax(150px,1fr)) minmax(260px,.9fr);
  gap:34px;
  align-items:start;
}
.ahost-footer-col{
  display:grid;
  gap:9px;
  align-content:start;
}
.ahost-footer-col h4{
  margin:0 0 7px;
  color:var(--ao-text,#0f172a);
  font-size:17px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:0;
}
.ahost-footer-col a{
  display:block;
  width:max-content;
  max-width:100%;
  color:var(--ao-muted,#64748b);
  font-size:14px;
  line-height:1.45;
  text-decoration:none;
  transition:color .18s ease,transform .18s ease;
}
.ahost-footer-col a:hover{
  color:var(--ao-primary,#2563eb);
  transform:translateX(2px);
}
.ahost-footer-brand{
  display:grid;
  gap:8px;
  justify-items:start;
}
.ahost-footer-brand img{
  max-width:190px;
  max-height:54px;
  object-fit:contain;
}
.ahost-footer-brand p{
  margin:0;
  color:var(--ao-muted,#64748b);
  font-size:13px;
  line-height:1.6;
}
.ahost-footer-social{
  display:flex;
  gap:10px;
  margin-top:10px;
  flex-wrap:wrap;
}
.ahost-footer-social a{
  width:40px;
  height:40px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid var(--ao-border,#e2e8f0);
  color:var(--ao-primary,#2563eb);
  font-size:15px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(15,23,42,.05);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.ahost-footer-social a:hover{
  transform:translateY(-1px);
  border-color:rgba(37,99,235,.35);
  box-shadow:0 12px 26px rgba(37,99,235,.12);
}
.ahost-footer-newsletter{
  display:grid;
  grid-template-columns:minmax(300px,620px) minmax(260px,1fr);
  gap:18px 24px;
  align-items:center;
  margin:38px auto 30px;
  max-width:1040px;
}
.ahost-footer-newsletter form{
  display:grid;
  grid-template-columns:1fr 136px;
  gap:0;
  background:#fff;
  border:1px solid var(--ao-border,#e2e8f0);
  border-radius:999px;
  box-shadow:0 12px 28px rgba(15,23,42,.06);
  overflow:hidden;
}
.ahost-footer-newsletter input{
  border:0!important;
  min-height:52px!important;
  background:transparent!important;
  padding:0 24px!important;
  color:var(--ao-text,#0f172a)!important;
  font-size:14px!important;
}
.ahost-footer-newsletter button{
  min-height:52px;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--ao-primary,#2563eb),var(--ao-primary-2,#06b6d4))!important;
  color:#fff!important;
  font-size:15px;
  font-weight:900;
  box-shadow:none!important;
}
.ahost-footer-newsletter strong{
  color:var(--ao-primary,#2563eb);
  font-size:15px;
  line-height:1.55;
  font-weight:900;
}
.ahost-footer-newsletter strong span{
  color:var(--ao-text,#0f172a);
  font-weight:760;
}
.ahost-footer-newsletter p{
  grid-column:1/-1;
  text-align:center;
  margin:0;
  color:var(--ao-muted,#64748b);
  font-size:14px;
}
.ahost-footer-bottom{
  display:grid;
  grid-template-columns:1fr auto;
  gap:22px;
  align-items:end;
  padding-top:22px;
  border-top:1px solid rgba(226,232,240,.75);
}
.ahost-footer-bottom address{
  display:grid;
  gap:3px;
  font-style:normal;
  color:var(--ao-muted,#64748b);
  font-size:14px;
  line-height:1.55;
}
.ahost-footer-bottom address strong{
  color:var(--ao-text,#0f172a);
  font-size:14px;
}
.ahost-footer-bottom address a{
  color:var(--ao-muted,#64748b);
  text-decoration:none;
  width:max-content;
}
.ahost-footer-bottom address a:hover{
  color:var(--ao-primary,#2563eb);
}
.ahost-footer-payments{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  color:var(--ao-muted,#64748b);
  flex-wrap:wrap;
}
.ahost-footer-payments span{
  margin-right:8px;
  font-size:14px;
}
.ahost-footer-payments b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:50px;
  height:36px;
  border-radius:8px;
  background:#fff;
  border:1px solid var(--ao-border,#e2e8f0);
  color:var(--ao-muted,#64748b);
  font-size:13px;
  font-weight:900;
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
@media(max-width:1180px){
  .ahost-footer-top{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ahost-footer-newsletter{grid-template-columns:1fr}
  .ahost-footer-newsletter strong{text-align:center}
  .ahost-footer-bottom{grid-template-columns:1fr}
  .ahost-footer-payments{justify-content:flex-start}
}
@media(max-width:720px){
  .ahost-footer-inner{width:min(100% - 28px,1240px);padding:34px 0 106px}
  .ahost-footer-top{grid-template-columns:1fr;gap:24px}
  .ahost-footer-col h4{font-size:16px}
  .ahost-footer-col a{font-size:14px}
  .ahost-footer-newsletter{margin:30px 0 26px}
  .ahost-footer-newsletter form{grid-template-columns:1fr;border-radius:20px}
  .ahost-footer-newsletter input{min-height:50px!important;padding:0 18px!important}
  .ahost-footer-newsletter button{min-height:48px;border-radius:16px!important;margin:0 7px 7px}
  .ahost-footer-social a{width:38px;height:38px}
  .ahost-footer-payments span{width:100%;margin-right:0}
}
