/* Shakhe footer trust v11 — inline eNAMAD column, no extra footer block. */
@media(min-width:1101px){
  .site-footer{
    grid-template-columns:minmax(290px,1.45fr) repeat(4,minmax(122px,.72fr)) minmax(98px,.46fr)!important;
    column-gap:26px!important;
    row-gap:20px!important;
    padding-top:34px!important;
    padding-bottom:26px!important;
    align-items:start!important;
  }
  .site-footer>section{min-width:0}
  .site-footer .footer-brand-block{padding-inline-end:8px}
}
.site-footer section>strong{margin-bottom:8px!important}
.site-footer section>a,.site-footer section>p{margin-top:4px!important;margin-bottom:4px!important}
.site-footer .footer-trust-column{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  min-width:0;
  padding-top:1px;
}
.site-footer .footer-enamad-seal{
  position:relative;
  isolation:isolate;
  display:grid!important;
  place-items:center;
  width:92px;
  height:92px;
  min-width:92px;
  margin:0!important;
  padding:7px!important;
  overflow:hidden;
  border:1px solid rgba(23,84,59,.12);
  border-radius:18px;
  background:#fff!important;
  box-shadow:0 8px 20px rgba(31,81,62,.065);
  opacity:1!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.site-footer .footer-enamad-seal:before{
  content:"eNAMAD";
  position:absolute;
  inset:0;
  z-index:0;
  display:grid;
  place-items:center;
  color:#51705e;
  font:800 10px/1 Arial,sans-serif;
  letter-spacing:.03em;
}
.site-footer .footer-enamad-seal:hover{
  transform:translateY(-2px);
  border-color:rgba(23,84,59,.25);
  box-shadow:0 12px 26px rgba(31,81,62,.10);
}
.site-footer .footer-enamad-seal img{
  position:relative;
  z-index:1;
  display:block;
  width:76px!important;
  height:76px!important;
  max-width:76px!important;
  max-height:76px!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain;
}
.site-footer .footer-legal-row{
  grid-column:1/-1!important;
  margin-top:4px!important;
  padding-top:18px!important;
}
@media(max-width:1100px){
  .site-footer{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:24px 20px!important;
    padding-top:32px!important;
  }
  .site-footer .footer-brand-block{grid-column:1/-1}
  .site-footer .footer-trust-column{
    grid-column:1/-1;
    justify-content:flex-start;
    padding-top:0;
  }
  .site-footer .footer-enamad-seal{
    width:84px;
    height:84px;
    min-width:84px;
    padding:6px!important;
    border-radius:16px;
  }
  .site-footer .footer-enamad-seal img{
    width:70px!important;
    height:70px!important;
    max-width:70px!important;
    max-height:70px!important;
  }
}
@media(max-width:620px){
  .site-footer{
    grid-template-columns:1fr!important;
    gap:18px!important;
    padding-top:27px!important;
    padding-bottom:22px!important;
  }
  .site-footer .footer-brand-block,
  .site-footer .footer-trust-column,
  .site-footer .footer-legal-row{grid-column:auto!important}
  .site-footer .footer-trust-column{
    justify-content:flex-start;
    margin-top:2px;
    padding-top:2px;
  }
  .site-footer .footer-enamad-seal{
    width:78px;
    height:78px;
    min-width:78px;
  }
  .site-footer .footer-enamad-seal img{
    width:64px!important;
    height:64px!important;
    max-width:64px!important;
    max-height:64px!important;
  }
  .site-footer .footer-legal-row{
    margin-top:2px!important;
    padding-top:16px!important;
  }
}
