*{
  box-sizing:border-box;
}

body{
  margin:0;
  font-family:'Poppins', sans-serif;
  background:linear-gradient(180deg,#fff7fb,#ffffff);
  color:#111827;
}

.empresa-topbar{
  position:sticky;
  top:0;
  z-index:50;
  background:linear-gradient(135deg,var(--primary),var(--primary-dark));
  padding:14px 18px;
  box-shadow:0 10px 28px rgba(0,0,0,.12);
}

.volver-btn{
  display:inline-flex;
  background:#fff;
  color:#111827;
  text-decoration:none;
  font-weight:800;
  padding:12px 20px;
  border-radius:999px;
  box-shadow:0 8px 20px rgba(0,0,0,.10);
}

.empresa-page{
  max-width:1120px;
  margin:28px auto;
  padding:0 16px 50px;
}

.empresa-card{
  background:rgba(255,255,255,.92);
  border-radius:28px;
  padding:26px;
  margin-bottom:22px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
  border:1px solid rgba(15,23,42,.08);
}

.empresa-hero{
  text-align:center;
  padding:0 0 30px;
  overflow:hidden;
}

.empresa-banner{
  width:100%;
  height:330px;
  object-fit:cover;
  border-radius:28px 28px 0 0;
  display:block;
}

.empresa-logo{
  width:118px;
  height:118px;
  object-fit:contain;
  border-radius:50%;
  background:#fff;
  padding:8px;
  margin:-59px auto 14px;
  display:block;
  border:5px solid #fff;
  box-shadow:0 14px 38px rgba(0,0,0,.18);
}

.empresa-title{
  font-family:'Fredoka', sans-serif;
  font-size:42px;
  font-weight:700;
  letter-spacing:0;
  margin:0;
  color:#07152f;
  line-height:1;
}

.empresa-slogan{
  color:var(--primary);
  font-size:19px;
  font-weight:700;
  margin:10px 0;
}

.empresa-description{
  max-width:760px;
  margin:12px auto 0;
  font-size:16px;
  line-height:1.8;
  color:#4b5563;
}

.section-title{
  font-family:'Poppins', sans-serif;
  font-size:28px;
  font-weight:800;
  letter-spacing:-.4px;
  color:#07152f;
  margin:0 0 18px;
}

.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:16px;
}

.item{
  background:linear-gradient(180deg,#ffffff,#fff8fb);
  border:1px solid rgba(15,23,42,.08);
  border-radius:22px;
  padding:20px;
  font-weight:600;
  line-height:1.55;
  color:#374151;
  box-shadow:0 10px 25px rgba(15,23,42,.055);
  transition:.25s ease;
}

.item:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(15,23,42,.09);
}

.payment-item{
  display:flex;
  align-items:center;
  gap:13px;
}

.payment-icon{
  width:48px;
  height:48px;
  min-width:48px;
  border-radius:18px;
  background:linear-gradient(135deg,#fff,#fff4fa);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:23px;
  box-shadow:0 8px 20px rgba(15,23,42,.08);
  border:1px solid rgba(15,23,42,.06);
}

.info p{
  font-size:16px;
  margin:11px 0;
  color:#4b5563;
  line-height:1.7;
}

.step-number{
  width:44px;
  height:44px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--primary),var(--primary-dark));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  margin-bottom:12px;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}

.testimonio-stars{
  color:#f59e0b;
  font-size:22px;
  letter-spacing:1px;
}

.faq{
  border-bottom:1px solid rgba(15,23,42,.08);
  padding:15px 0;
}

.faq:last-child{
  border-bottom:0;
}

.faq-question{
  font-weight:800;
  color:#07152f;
}

.faq-answer{
  margin-top:8px;
  color:#6b7280;
  line-height:1.65;
}

.stat{
  text-align:center;
}

.stat strong{
  display:block;
  font-size:38px;
  color:var(--primary);
  font-weight:900;
  letter-spacing:-1px;
}

.empresa-actions{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:14px;
}

.action-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius:18px;
  padding:16px;
  font-weight:800;
  transition:.25s ease;
}

.action-btn:hover{
  transform:translateY(-3px);
  filter:brightness(.97);
}

.whatsapp{
  background:#22c55e;
  color:#fff;
}

.maps{
  background:linear-gradient(135deg,var(--primary),var(--primary-dark));
  color:#fff;
}

.web{
  background:#111827;
  color:#fff;
}

@media(max-width:600px){
  .empresa-page{
    margin:18px auto;
    padding:0 12px 35px;
  }

  .empresa-card{
    padding:18px;
    border-radius:22px;
  }

  .empresa-banner{
    height:210px;
  }

  .empresa-logo{
    width:92px;
    height:92px;
    margin:-46px auto 10px;
  }

  .empresa-title{
    font-size:31px;
  }

  .empresa-slogan{
    font-size:17px;
  }

  .empresa-description{
    font-size:15px;
    line-height:1.7;
  }

  .section-title{
    font-size:23px;
  }

  .item{
    padding:17px;
    border-radius:18px;
  }

  .stat strong{
    font-size:32px;
  }
}
/*==============================
  MÉTODOS DE PAGO
==============================*/

.payment-image-box{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:10px 0;
}

.payment-image-box img{
  width:80%;
  max-width:450px;
  height:auto;
  display:block;
  margin:auto;
  border-radius:18px;
}
/* Icono WhatsApp Empresa */

.empresa-whatsapp{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.empresa-whatsapp .whatsapp-icon{
    width:22px;
    height:22px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.empresa-whatsapp .whatsapp-icon svg{
    width:14px;
    height:14px;
    fill:#25D366;
}
