/* =========================================================
   FOOTER PRO - TUPACKDIGITAL.CL
   Footer estilo historieta claro, más potente y sin franjas.
   ========================================================= */

.footer-pro{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(0,174,255,.13), transparent 24%),
    radial-gradient(circle at 92% 8%, rgba(255,35,86,.11), transparent 22%),
    linear-gradient(180deg,#ffffff 0%,#fff7d6 100%) !important;
  color:#111 !important;
  border-top:5px solid #000 !important;
  padding:0 0 22px !important;
  box-shadow:0 -8px 0 rgba(0,0,0,.16) !important;
}

.footer-pro::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.16;
  background-image:radial-gradient(circle, rgba(0,0,0,.20) 1px, transparent 1.2px);
  background-size:14px 14px;
}

.footer-pro::after{
  content:"";
  position:absolute;
  left:-60px;
  right:-60px;
  top:-95px;
  height:150px;
  background:#fff3b8;
  border-bottom:5px solid #000;
  transform:rotate(-1deg);
  z-index:0;
}

.footer-pro > *{
  position:relative;
  z-index:1;
}

.footer-pro__top{
  padding:34px 0 10px;
}

.footer-pro__cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:24px 28px;
  border:5px solid #000;
  border-radius:24px;
  background:
    radial-gradient(circle at 14% 20%, rgba(255,210,31,.48), transparent 30%),
    linear-gradient(135deg,#fff 0%,#fff2a6 56%,#bcefff 100%);
  box-shadow:7px 7px 0 #000;
}

.footer-pro__tag{
  display:inline-flex;
  padding:7px 13px;
  border:3px solid #000;
  border-radius:999px;
  background:#ffd21f;
  color:#000;
  font-family:Impact,"Arial Black",system-ui,sans-serif;
  font-size:.75rem;
  text-transform:uppercase;
  letter-spacing:.06em;
  box-shadow:4px 4px 0 #000;
}

.footer-pro__cta h3{
  margin:12px 0 6px;
  color:#111 !important;
  font-family:Impact,"Arial Black",system-ui,sans-serif;
  font-size:clamp(1.7rem,3vw,3rem);
  line-height:.98;
  text-transform:uppercase;
  text-shadow:3px 3px 0 #ffd21f,6px 6px 0 #000;
}

.footer-pro__cta p{
  margin:0;
  color:#111 !important;
  font-weight:800;
  max-width:680px;
}

.footer-pro__whatsapp{
  flex:0 0 auto;
  min-width:190px;
  min-height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:5px solid #000;
  border-radius:16px;
  background:linear-gradient(180deg,#27e46d 0%,#00a545 100%);
  color:#fff !important;
  font-family:Impact,"Arial Black",system-ui,sans-serif;
  font-size:1.18rem;
  text-transform:uppercase;
  text-shadow:2px 2px 0 #000;
  box-shadow:5px 5px 0 #000;
  transition:.18s;
}

.footer-pro__whatsapp:hover{
  transform:translate(-2px,-2px) rotate(-1deg);
  box-shadow:8px 8px 0 #000;
}

.footer-pro__grid{
  display:grid;
  grid-template-columns:1.35fr .85fr .85fr 1.05fr .95fr;
  gap:26px;
  padding:34px 0 28px;
}

.footer-pro__brand,
.footer-pro__col,
.footer-pro__support,
.footer-pro__payments{
  min-width:0;
}

.footer-pro__logo-card{
  display:inline-flex;
  align-items:center;
  padding:12px 16px;
  border:4px solid #ffffff;
  border-radius:18px;
  background:#ffffff;
  box-shadow:5px 5px 0 #ffffff;
  margin-bottom:18px;
}

.footer-pro .footer-logo{
  width:260px;
  max-width:100%;
  filter:drop-shadow(2px 2px 0 #000);
}

.footer-pro p{
  color:#111 !important;
  font-weight:800;
  line-height:1.65;
}

.footer-pro h4{
  display:inline-flex;
  margin:0 0 16px;
  padding:6px 10px;
  border:3px solid #000;
  border-radius:999px;
  background:#ffd21f;
  color:#000 !important;
  font-family:Impact,"Arial Black",system-ui,sans-serif;
  font-size:.95rem;
  text-transform:uppercase;
  letter-spacing:.04em;
  text-shadow:none !important;
  box-shadow:3px 3px 0 #000;
}

.footer-pro__col a{
  display:flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  margin:8px 0;
  color:#111 !important;
  font-weight:900;
  transition:.16s;
}

.footer-pro__col a::before{
  content:"›";
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border:2px solid #000;
  border-radius:50%;
  background:#fff;
  color:#ff2356;
  font-weight:1000;
}

.footer-pro__col a:hover{
  color:#0077e6 !important;
  transform:translateX(4px);
}

.footer-pro__socials{
  display:flex;
  gap:10px;
  margin-top:18px;
}

.footer-pro__socials a{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:3px solid #000;
  border-radius:50%;
  background:#fff;
  color:#111 !important;
  font-weight:1000;
  box-shadow:3px 3px 0 #000;
  transition:.16s;
}

.footer-pro__socials a:hover{
  background:#00aeff;
  color:#fff !important;
  transform:translate(-2px,-2px);
}

.footer-pro__mini-list{
  display:grid;
  gap:9px;
  margin-top:16px;
}

.footer-pro__mini-list span{
  display:flex;
  align-items:center;
  gap:9px;
  padding:9px 10px;
  border:3px solid #000;
  border-radius:12px;
  background:#fff;
  color:#111;
  font-weight:900;
  box-shadow:3px 3px 0 #000;
}

.footer-pro__mini-list span::before{
  content:"✓";
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border:2px solid #000;
  border-radius:50%;
  background:#ffd21f;
  color:#000;
  font-size:.75rem;
}

.footer-pro .payments{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.footer-pro .payments span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 10px;
  border:3px solid #000;
  border-radius:10px;
  background:#ffd21f;
  color:#000 !important;
  font-weight:1000;
  font-size:.75rem;
  box-shadow:3px 3px 0 #000;
}

.footer-pro__secure{
  margin-top:18px;
  padding:12px;
  border:4px solid #000;
  border-radius:14px;
  background:#fff;
  color:#111;
  font-weight:900;
  box-shadow:4px 4px 0 #000;
}

.footer-pro__bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding-top:18px;
  border-top:5px solid #000;
  color:#111 !important;
  font-weight:800;
  font-size:.88rem;
}

@media(max-width:1100px){
  .footer-pro__grid{
    grid-template-columns:1.2fr 1fr 1fr;
  }

  .footer-pro__support,
  .footer-pro__payments{
    grid-column:auto;
  }
}

@media(max-width:760px){
  .footer-pro__cta{
    align-items:flex-start;
    flex-direction:column;
    padding:20px;
  }

  .footer-pro__whatsapp{
    width:100%;
  }

  .footer-pro__grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .footer-pro__bottom{
    flex-direction:column;
    text-align:center;
  }

  .footer-pro .footer-logo{
    width:220px;
  }
}
