/* Footer global Postal BR - componente único */
.postal-premium-footer{
  position:relative;
  z-index:1;
  overflow:hidden;
  margin:0;
  padding:clamp(42px,5vw,76px) clamp(18px,4vw,64px) clamp(44px,5vw,72px);
  color:#f7fbff;
  background:
    radial-gradient(circle at 15% 0%,rgba(9,96,232,.22),transparent 34%),
    radial-gradient(circle at 90% 18%,rgba(255,191,31,.18),transparent 30%),
    linear-gradient(145deg,#03111f 0%,#061b33 48%,#020b15 100%);
  border-top:1px solid rgba(255,255,255,.08);
}
.postal-premium-footer::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,193,7,.9),rgba(9,96,232,.65),rgba(255,193,7,.15));
  height:3px;
}
.postal-footer-shell{
  width:min(1220px,100%);
  margin:0 auto;
  display:grid;
  gap:28px;
}
.postal-footer-main{
  display:grid;
  grid-template-columns:minmax(230px,1.35fr) repeat(3,minmax(140px,.72fr)) minmax(230px,1.05fr);
  gap:clamp(22px,3vw,40px);
  align-items:start;
}
.postal-footer-about,
.postal-footer-col,
.postal-footer-contact{
  display:grid;
  align-content:start;
  gap:12px;
}
.postal-footer-about img{
  width:min(190px,72%);
  height:auto;
  object-fit:contain;
}
.postal-footer-slogan{
  margin:10px 0 0;
  color:#fff;
  font-size:clamp(20px,2.2vw,30px);
  font-weight:900;
  line-height:1.05;
  letter-spacing:-.03em;
}
.postal-footer-about p:not(.postal-footer-slogan),
.postal-footer-contact p,
.postal-footer-news p,
.postal-footer-benefits small,
.postal-footer-bottom p{
  margin:0;
  color:#c7d6e6;
  line-height:1.65;
}
.postal-footer-col strong,
.postal-footer-contact>strong,
.postal-footer-news strong{
  color:#ffc31a;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.postal-footer-col a,
.postal-footer-contact a{
  color:#eef6ff;
  text-decoration:none;
  font-weight:750;
  line-height:1.35;
  transition:color .2s ease,transform .2s ease;
}
.postal-footer-col a:hover,
.postal-footer-contact a:hover{
  color:#ffc31a;
  transform:translateX(3px);
}
.postal-footer-news{
  display:grid;
  gap:9px;
  margin-top:8px;
  padding:15px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:18px;
  background:rgba(255,255,255,.055);
  box-shadow:0 16px 42px rgba(0,0,0,.18);
}
.postal-footer-news form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px;
}
.postal-footer-news input{
  min-width:0;
  height:44px;
  padding:0 13px;
  border:1px solid rgba(210,226,245,.25);
  border-radius:13px;
  color:#fff;
  background:rgba(2,13,26,.78);
  outline:none;
}
.postal-footer-news input::placeholder{color:#8fa4bb}
.postal-footer-news input:focus{
  border-color:#ffc31a;
  box-shadow:0 0 0 3px rgba(255,195,26,.16);
}
.postal-footer-news button{
  min-height:44px;
  border:0;
  border-radius:13px;
  padding:0 18px;
  color:#06172b;
  background:linear-gradient(135deg,#ffd45a,#f5a900);
  font-weight:950;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(245,169,0,.2);
}
.postal-footer-benefits{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
  padding:16px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:22px;
  background:rgba(255,255,255,.045);
}
.postal-footer-benefits article{
  display:flex;
  gap:10px;
  align-items:flex-start;
  min-width:0;
  padding:10px;
  border-radius:16px;
}
.postal-footer-benefits span{
  flex:0 0 34px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:#ffc31a;
  background:rgba(255,195,26,.12);
  font-size:12px;
  font-weight:950;
}
.postal-footer-benefits strong{
  display:block;
  color:#fff;
  font-size:13px;
  line-height:1.25;
}
.postal-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.11);
}
.postal-footer-bottom b{color:#ffc31a}
.postal-footer-social{
  display:flex;
  align-items:center;
  gap:10px;
}
.postal-footer-social a{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.06);
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.postal-footer-social a:hover{
  transform:translateY(-2px);
  border-color:#ffc31a;
  background:rgba(255,195,26,.12);
}
.postal-footer-social svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.postal-footer-social svg .play{fill:currentColor;stroke:none}

@media(max-width:1120px){
  .postal-footer-main{
    grid-template-columns:1.3fr repeat(2,1fr);
  }
  .postal-footer-contact{grid-column:span 2}
  .postal-footer-benefits{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .postal-premium-footer{
    padding:38px 18px 118px;
  }
  .postal-footer-main{
    grid-template-columns:1fr;
    gap:26px;
    text-align:center;
  }
  .postal-footer-contact{grid-column:auto}
  .postal-footer-about img{margin-inline:auto}
  .postal-footer-col,
  .postal-footer-contact{
    align-items:center;
  }
  .postal-footer-news{
    width:100%;
    text-align:left;
  }
  .postal-footer-news form{grid-template-columns:1fr}
  .postal-footer-benefits{
    grid-template-columns:1fr;
    padding:12px;
  }
  .postal-footer-benefits article{
    align-items:center;
    text-align:left;
  }
  .postal-footer-bottom{
    flex-direction:column;
    text-align:center;
  }
}