<style> 
/* --- CONTENEDOR GENERAL Y TIPOGRAFÍA --- */ 
.cf7-container { max-width: 650px; margin: 0 auto 20px auto; padding-top: 0; text-align: left !important; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #333333; } 
.cf7-container p { margin: 0 0 10px 0 !important; padding: 0 !important; text-align: left !important; font-size: 14px; line-height: 1.6; } 

/* --- TÍTULOS Y SECCIONES --- */ 
.cf7-container h2 { font-size: 24px; color: #1a1a1a; border-bottom: 3px solid #e02424; padding-bottom: 8px; margin-bottom: 25px; margin-top: 0; text-transform: uppercase; text-align: left !important; } 
.cf7-container h3 { font-size: 18px; color: #2c3e50; background-color: transparent !important; padding: 0 0 8px 0 !important; border-bottom: 1px solid #e2e8f0 !important; margin-top: 10px; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.5px; text-align: left !important; } 

/* --- CAMPOS Y ETIQUETAS --- */ 
.cf7-container label { display: block !important; width: 100% !important; margin-bottom: 12px !important; font-weight: 600 !important; font-size: 14px !important; color: #4a5568 !important; text-align: left !important; line-height: 1.3 !important; position: relative; } 
.cf7-container input[type="text"], .cf7-container input[type="email"], .cf7-container input[type="tel"], .cf7-container input[type="number"], .cf7-container select { display: block !important; width: 100% !important; max-width: 100% !important; height: 42px !important; margin-top: 6px !important; padding: 8px 12px !important; font-size: 15px !important; border: 1px solid #cbd5e1 !important; border-radius: 6px !important; background-color: #ffffff !important; box-sizing: border-box !important; text-align: left !important; transition: border-color 0.2s, box-shadow 0.2s; } 
.cf7-container input:focus, .cf7-container select:focus { border-color: #e02424 !important; box-shadow: 0 0 0 3px rgba(224, 36, 36, 0.15) !important; outline: none !important; } 
.cf7-container input[readonly] { background-color: #f1f5f9 !important; color: #64748b !important; cursor: not-allowed; font-weight: 500; border-color: #cbd5e1 !important; }

/* --- ESTILOS DE VALIDACIÓN EN TIEMPO REAL --- */
.error-input { border-color: #e02424 !important; background-color: #fef2f2 !important; box-shadow: 0 0 0 1px #e02424 !important; }
.error-msg { color: #e02424; font-size: 12.5px; margin-top: 4px; display: block; font-weight: 600; animation: fadeIn 0.3s; }

/* --- CUADROS DE ALERTA, INFORMACIÓN Y DESCUENTOS --- */ 
.cf7-container .grupo-tarjeta { display: none; background-color: #fffbeb !important; border: 1px solid #fef3c7 !important; border-left: 4px solid #d97706 !important; padding: 15px !important; border-radius: 6px !important; margin-bottom: 20px !important; } 
.cf7-container .grupo-tarjeta p { margin-bottom: 6px !important; color: #451a03 !important; } 
.cf7-container .cuadro-celeste, .cf7-container .descuento-familiar-box { background-color: #f0f9ff !important; border: 1px solid #bae6fd !important; border-left: 4px solid #0284c7 !important; padding: 14px 16px !important; border-radius: 6px !important; margin-bottom: 20px !important; text-align: left !important; } 
.cf7-container .descuento-familiar-box { background: #ffffff !important; border: 1px solid #e2e8f0 !important; border-left: 4px solid #64748b !important; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } 
.cf7-container .cuadro-celeste label, .cf7-container .descuento-familiar-box label { margin-bottom: 0 !important; font-weight: 500 !important; color: #374151 !important; display: flex !important; align-items: center; cursor: pointer; flex: 1; } 
.cf7-container input[type="checkbox"] { margin-right: 10px !important; transform: scale(1.15) !important; } 
.enlace-requisitos { color: #0284c7; font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: underline; white-space: nowrap; margin-left: 10px; }
.enlace-requisitos:hover { color: #0369a1; }

/* --- POPUP (MODAL) REQUISITOS --- */
.adasal-modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 9999; align-items: center; justify-content: center; padding: 20px; box-sizing: border-box; }
.adasal-modal-content { background: #fff; padding: 25px; border-radius: 8px; max-width: 500px; width: 100%; position: relative; box-shadow: 0 10px 25px rgba(0,0,0,0.2); }
.adasal-modal-close { position: absolute; top: 15px; right: 15px; font-size: 24px; font-weight: bold; color: #666; cursor: pointer; line-height: 1; }
.adasal-modal-close:hover { color: #db2828; }
.adasal-modal-title { font-size: 18px; font-weight: bold; color: #1a1a1a; border-bottom: 2px solid #e02424; padding-bottom: 10px; margin-top: 0; margin-bottom: 15px; text-transform: uppercase; }

/* --- FIRMA DIGITAL NATIVA --- */ 
#firma_canvas { border: 2px dashed #cbd5e1 !important; border-radius: 6px !important; background-color: #ffffff !important; display: block !important; width: 100%; height: 180px; touch-action: none; cursor: crosshair; }

/* --- BARRA DE PROGRESO Y PASOS --- */
.adasal-progress { display: flex; justify-content: space-between; margin-bottom: 25px; position: relative; }
.adasal-progress::before { content: ""; position: absolute; top: 15px; left: 0; width: 100%; height: 3px; background: #e2e8f0; z-index: 1; }
.adasal-step-indicator { position: relative; z-index: 2; background: #fff; border: 3px solid #e2e8f0; border-radius: 50%; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #94a3b8; font-size: 14px; transition: all 0.3s; }
.adasal-step-indicator.active { border-color: #e02424; color: #e02424; }
.adasal-step-indicator.completed { border-color: #15803d; background: #15803d; color: #fff; }

.step-block { display: none; animation: fadeIn 0.4s; }
.step-block.active-step { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* --- BOTONES DE NAVEGACIÓN --- */ 
.nav-buttons { display: flex; justify-content: space-between; margin-top: 30px; border-top: 1px solid #e2e8f0; padding-top: 20px; gap: 15px; }
.btn-nav { font-size: 15px !important; font-weight: bold !important; padding: 12px 25px !important; border: none !important; border-radius: 6px !important; cursor: pointer !important; text-transform: uppercase !important; transition: background-color 0.3s; flex: 1; text-align: center; }
.btn-prev { background-color: #94a3b8 !important; color: #ffffff !important; }
.btn-prev:hover { background-color: #64748b !important; }
.btn-next, .cf7-container button[type="submit"] { background-color: #e02424 !important; color: #ffffff !important; }
.btn-next:hover, .cf7-container button[type="submit"]:hover { background-color: #b91c1c !important; }

.adasal-loader { display: none; padding: 15px; margin-top: 20px; font-weight: bold; font-size: 15px; text-align: center; border-radius: 6px; }

/* --- CONTROL DE VISIBILIDAD DE PASOS SECUNDARIOS --- */ 
#wrapper-deportista-extra-abono, #wrapper-suscrip-propia, #wrapper-deportista-extra, #wrapper-turno-infantil, #wrapper-turno-juvenil, #wrapper-nacimiento-suscriptor, #wrapper-metodo-pago { display: none; } 
</style>