body{
  background:#f4f7fb;
  font-family:system-ui,-apple-system,Segoe UI,Roboto;
}

/* HEADER */
.header-simple{
  background:#fff;
  padding:14px 0;
  box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.logo img{
  height:40px;
}

.btn-header-wa{
  background:#25D366;
  color:#fff;
  padding:8px 18px;
  border-radius:8px;
  font-weight:600;
  text-decoration:none;
}

/* HERO */
.hero{
  background:#003b5c;
  color:#fff;
  padding:60px 0;
}

.hero h1{
  font-size:36px;
  font-weight:700;
}

.hero p{
  opacity:.9;
}

.hero-image{
  max-width:480px;
  border-radius:12px;
}

/* BOTONES */
.btn-primary-custom{
  background:#0072ce;
  color:#fff;
  border:none;
  padding:14px 26px;
  border-radius:10px;
  font-weight:600;
  text-decoration:none;
}

.btn-wa{
  background:#25D366;
  color:#fff;
  border:none;
  padding:14px 26px;
  border-radius:10px;
  font-weight:600;
}

/* SECCIÓN */
.section{
  padding:40px 0;
}

.impacto-title{
  font-size:36px;
  font-weight:700;
  margin-bottom:30px;
  color:#0a2540;
}

.impacto-list{
  list-style:none;
  padding:0;
}

.impacto-list li{
  font-size:20px;
  margin-bottom:18px;
  display:flex;
  align-items:center;
  gap:12px;
  color:#333;
}

.impacto-list i{
  color:#0072ce;
  font-size:22px;
  min-width:28px;
}

/* FORMULARIO */
.form-box{
  background:#fff;
  padding:30px;
  border-radius:16px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.form-box label{
  font-weight:600;
  margin-top:15px;
}

.warning{
  display:none;
  color:#c62828;
  font-weight:600;
  margin-top:10px;
}

/* MOBILE */
@media(max-width:768px){
  .hero h1{
    font-size:28px;
  }
  .impacto-title{
    font-size:28px;
  }
}
/* HEADER */

.pyme-header {
  background: #ffffff;
  padding: 12px 0;
  border-bottom: 1px solid #e6e6e6;
}

.logo-img {
  height: 45px;
}

.logo-link {
  text-decoration: none;
}

/* BADGE */

.header-badge {
  display: flex;
  justify-content: flex-end;
}

.badge-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.badge-icon {
  font-size: 22px;
}

.badge-text {
  text-align: right;
}

.badge-title {
  font-weight: 600;
  font-size: 14px;
  color: #0c3c5c;
}

.badge-sub {
  font-size: 12px;
  color: #6c757d;
}

/* Responsive */

@media (max-width: 768px) {

  .badge-content {
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
  }

  .badge-title {
    font-size: 12px;
  }

  .badge-sub {
    font-size: 11px;
  }

}
/* LISTA IMPACTO */

.impacto-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0c3c5c;
  margin-bottom: 30px;
}

.impacto-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.impacto-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.15rem;
  margin-bottom: 18px;
  color: #1f2d3d;
}

.impacto-list i {
  color: #0d6efd;
  font-size: 1.2rem;
  width: 22px;
}

/* LÍNEA FINA FINAL */

.impacto-divider {
  margin-top: 35px;
  height: 1px;
  background: linear-gradient(to right, #0d6efd, transparent);
  opacity: 0.4;
}
.footer-landing {
  background: #f5f7fa;
  padding: 30px 0;
  margin-top: 60px;
  font-size: 0.9rem;
  color: #4a5568;
  border-top: 1px solid #e2e8f0;
}

.footer-landing a {
  color: #0d6efd;
  text-decoration: none;
  margin: 0 5px;
}

.footer-landing a:hover {
  text-decoration: underline;
}

.footer-brand {
  font-weight: 600;
  margin-bottom: 6px;
}

.footer-legal {
  margin-bottom: 10px;
  font-size: 0.85rem;
  opacity: 0.8;
}

.footer-copy {
  margin-top: 12px;
  font-size: 0.8rem;
  opacity: 0.6;
}
