/* Dosier 2026 - Estilos específicos */
.pilar-card {
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}
.pilar-card:hover {
  box-shadow: 0 8px 25px rgba(87, 124, 255, 0.15);
  transform: translateY(-3px);
}
.pilar-card i { font-size: 40px; color: #577cff; margin-bottom: 15px; }
.pilar-card h4 { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 16px; color: #333; margin-bottom: 10px; }
.pilar-card p { font-size: 13px; color: #666; line-height: 1.5; }
.pilar-card .novedad { background-color: #ff6b6b; color: white; font-size: 10px; padding: 3px 10px; border-radius: 10px; display: inline-block; margin-top: 10px; font-weight: 600; }

.precio-card {
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.precio-card:hover { border-color: #577cff; }
.precio-card.destacado { border-color: #577cff; box-shadow: 0 5px 20px rgba(87, 124, 255, 0.2); }
.precio-card .precio { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #577cff; }
.precio-card .precio small { font-size: 16px; font-weight: 400; }
.precio-card .plan-nombre { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; color: #333; text-transform: uppercase; letter-spacing: 1px; margin: 15px 0; }
.precio-card ul { list-style: none; padding: 0; margin: 20px 0; text-align: left; }
.precio-card ul li { padding: 8px 0; font-size: 13px; color: #666; border-bottom: 1px solid #f0f0f0; }
.precio-card ul li:last-child { border-bottom: none; }
.precio-card ul li i { color: #577cff; margin-right: 8px; }

.tabla-precios { width: 100%; border-collapse: collapse; margin: 20px 0; font-family: 'Poppins', sans-serif; }
.tabla-precios th { background-color: #577cff; color: white; padding: 12px 15px; text-align: left; font-weight: 500; font-size: 13px; }
.tabla-precios td { padding: 12px 15px; border-bottom: 1px solid #e8e8e8; font-size: 13px; color: #333; }
.tabla-precios tr:hover { background-color: #f8f9ff; }

.metrica-box { background: linear-gradient(135deg, #577cff 0%, #4060dd 100%); border-radius: 12px; padding: 20px; text-align: center; color: white; margin-bottom: 15px; }
.metrica-box .numero { font-family: 'Poppins', sans-serif; font-size: 28px; font-weight: 700; }
.metrica-box .label { font-size: 12px; opacity: 0.9; }

.section-header { background: linear-gradient(135deg, #577cff 0%, #4060dd 100%); color: white; padding: 20px 25px; border-radius: 12px; margin-bottom: 25px; }
.section-header h2 { font-family: 'Poppins', sans-serif; font-weight: 600; margin: 0; font-size: 22px; }
.section-header p { margin: 10px 0 0 0; opacity: 0.9; font-size: 14px; }

.info-box { background-color: #f8f9ff; border-left: 4px solid #577cff; padding: 15px 20px; border-radius: 0 8px 8px 0; margin: 15px 0; }
.info-box p { margin: 0; color: #333; font-size: 14px; }

.badge-novedad { background-color: #ff6b6b; color: white; font-size: 10px; padding: 4px 12px; border-radius: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }

.feature-item { display: flex; align-items: flex-start; margin-bottom: 15px; }
.feature-item i { color: #577cff; font-size: 18px; margin-right: 12px; margin-top: 2px; }
.feature-item p { margin: 0; font-size: 14px; color: #333; }

.contactar { font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 12px; background-color: #577cff; letter-spacing: 1px; color: white; padding: 8px 25px; border-radius: 20px; text-decoration: none; display: inline-block; }
.contactar:hover { text-decoration: none; color: white; background-color: #4060dd; }
.contactar-outline { font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 12px; background-color: transparent; border: 2px solid #577cff; letter-spacing: 1px; color: #577cff; padding: 8px 25px; border-radius: 20px; text-decoration: none; display: inline-block; }
.contactar-outline:hover { background-color: #577cff; color: white; text-decoration: none; }

.equipo-card { background: white; border: 1px solid #e8e8e8; border-radius: 12px; padding: 25px; text-align: center; }
.equipo-card h5 { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 16px; color: #333; margin-bottom: 5px; }
.equipo-card .cargo { font-size: 12px; color: #666; margin-bottom: 10px; }
.equipo-card a { color: #577cff; font-size: 13px; }

.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.ml10 { margin-left: 10px; }
.mb0 { margin-bottom: 0; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
