    
                          .medios-pago-moderno {
                            background: #ffffff;
                            border-radius: 16px;
                            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
                            border: 1px solid #e8ecf4;
                            overflow: hidden;
                            margin-bottom: 20px;
                            transition: all 0.3s ease;
                          }

                          .medios-pago-moderno:hover {
                            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
                            transform: translateY(-2px);
                          }

                          /* Header del método de pago */
                          .header-pago {
                            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
                            padding: 20px;
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            border-bottom: 3px solid #ffd800;
                          }

                          .info-metodo {
                            display: flex;
                            align-items: center;
                            gap: 16px;
                          }

                          .icono-pse {
                            width: 50px;
                            height: 50px;
                            background: white;
                            border-radius: 12px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
                          }

                          .logo-pse {
                            width: 32px;
                            height: 32px;
                            object-fit: contain;
                          }

                          .texto-metodo h4 {
                            color: #1d276c;
                            margin: 0;
                            font-size: 18px;
                            font-weight: 700;
                          }

                          .descripcion-metodo {
                            color: #64748b;
                            margin: 4px 0 0 0;
                            font-size: 14px;
                          }

                          .badge-seguro {
                            background: #10b981;
                            color: white;
                            padding: 6px 12px;
                            border-radius: 20px;
                            font-size: 12px;
                            font-weight: 600;
                          }

                          /* Contenido del formulario */
                          .contenido-pse {
                            padding: 24px;
                          }

                          .campo-pse {
                            margin-bottom: 20px;
                          }

                          .etiqueta-pse {
                            display: block;
                            color: #1d276c;
                            font-weight: 600;
                            font-size: 14px;
                            margin-bottom: 8px;
                          }

                          .input-container-pse {
                            position: relative;
                          }

                          .select-pse {
                            width: 100%;
                            padding: 12px 16px;
                            border: 2px solid #e2e8f0;
                            border-radius: 10px;
                            font-size: 14px;
                            background: white;
                            transition: all 0.3s ease;
                            appearance: none;
                            -webkit-appearance: none;
                            -moz-appearance: none;
                            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path d="M6 8L0 2h12z" fill="%231d276c"/></svg>');
                            background-repeat: no-repeat;
                            background-position: right 12px center;
                            background-size: 12px;
                          }

                          .select-pse:focus {
                            outline: none;
                            border-color: #1d276c;
                            box-shadow: 0 0 0 3px rgba(29, 39, 108, 0.1);
                            transform: translateY(-1px);
                          }

                          .select-banco {
                            max-height: 200px;
                          }

                          /* Información adicional */
                          .info-pse {
                            background: #f8fafc;
                            border: 1px solid #e2e8f0;
                            border-radius: 10px;
                            padding: 16px;
                            margin-top: 20px;
                          }

                          .mensaje-info {
                            display: flex;
                            align-items: center;
                            gap: 10px;
                          }

                          .icono-info {
                            font-size: 16px;
                          }

                          .texto-info {
                            color: #64748b;
                            font-size: 14px;
                            line-height: 1.4;
                          }

                          /* Botones de acción */
                          .acciones-pago {
                            padding: 20px 24px;
                            background: #f8fafc;
                            display: flex;
                            gap: 12px;
                            flex-wrap: wrap;
                            justify-content: center;
                            border-top: 1px solid #e2e8f0;
                          }

                          .boton-secundario,
                          .boton-cancelar {
                            padding: 10px 20px;
                            border: 2px solid #e2e8f0;
                            border-radius: 8px;
                            background: white;
                            color: #64748b;
                            font-weight: 600;
                            cursor: pointer;
                            transition: all 0.3s ease;
                            display: flex;
                            align-items: center;
                            gap: 8px;
                            font-size: 14px;
                          }

                          .boton-secundario:hover {
                            border-color: #1d276c;
                            color: #1d276c;
                            transform: translateY(-1px);
                          }

                          .boton-cancelar {
                            border-color: #ef4444;
                            color: #ef4444;
                          }

                          .boton-cancelar:hover {
                            background: #ef4444;
                            color: white;
                            transform: translateY(-1px);
                          }

                          .boton-pagar-principal {
                            background: linear-gradient(135deg, #1d276c 0%, #2a3785 100%);
                            border: none;
                            border-radius: 12px;
                            color: white;
                            padding: 16px 24px;
                            font-size: 16px;
                            font-weight: 700;
                            cursor: pointer;
                            display: flex;
                            align-items: center;
                            gap: 10px;
                            transition: all 0.3s ease;
                            box-shadow: 0 6px 20px rgba(29, 39, 108, 0.3);
                            flex: 1;
                            justify-content: center;
                            min-width: 200px;
                          }

                          .boton-pagar-principal:hover {
                            transform: translateY(-2px);
                            box-shadow: 0 8px 25px rgba(29, 39, 108, 0.4);
                          }

                          .precio-boton {
                            background: rgba(255, 216, 0, 0.2);
                            padding: 4px 8px;
                            border-radius: 6px;
                            font-size: 14px;
                            margin-left: auto;
                          }

                          .icono-boton {
                            font-size: 16px;
                          }

                          /* Responsive */
                          @media (max-width: 768px) {
                            .header-pago {
                              flex-direction: column;
                              gap: 12px;
                              text-align: center;
                            }

                            .acciones-pago {
                              flex-direction: column;
                            }

                            .boton-pagar-principal {
                              min-width: 100%;
                            }
                          }
                        
                          
                            .acciones-pago {
                              padding: 24px;
                              background: #f8fafc;
                              border-top: 1px solid #e2e8f0;
                            }

                            .boton-pagar-principal {
                              background: linear-gradient(135deg, #1d276c 0%, #2a3785 100%);
                              border: none;
                              border-radius: 12px;
                              color: white;
                              padding: 16px 40px;
                              font-size: 18px;
                              font-weight: 700;
                              cursor: pointer;
                              transition: all 0.3s ease;
                              box-shadow: 0 6px 20px rgba(29, 39, 108, 0.3);
                              text-transform: uppercase;
                              letter-spacing: 0.5px;
                              min-width: 200px;
                            }

                            .boton-pagar-principal:hover {
                              transform: translateY(-2px);
                              box-shadow: 0 8px 25px rgba(29, 39, 108, 0.4);
                              background: linear-gradient(135deg, #253285 0%, #3d4a9e 100%);
                            }

                            .boton-pagar-principal:active {
                              transform: translateY(0);
                              box-shadow: 0 4px 15px rgba(29, 39, 108, 0.3);
                            }

                            @media (max-width: 768px) {
                              .acciones-pago {
                                padding: 20px 16px;
                              }

                              .boton-pagar-principal {
                                width: 100%;
                                min-width: 100%;
                              }
                            }
                          
                             
                              .resumen-compra-moderno {
                                background: #ffffff;
                                border-radius: 16px;
                                box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
                                border: 1px solid #e8ecf4;
                                overflow: hidden;
                                margin-bottom: 20px;
                                transition: all 0.3s ease;
                              }

                              .resumen-compra-moderno:hover {
                                box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
                                transform: translateY(-2px);
                              }

                              /* Header */
                              .header-resumen {
                                background: linear-gradient(135deg, #1d276c 0%, #2a3785 100%);
                                padding: 20px;
                                display: flex;
                                align-items: center;
                                gap: 12px;
                              }

                              .icono-factura {
                                background: rgba(255, 216, 0, 0.2);
                                width: 40px;
                                height: 40px;
                                border-radius: 10px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                font-size: 20px;
                              }

                              .titulo-resumen {
                                color: white;
                                margin: 0;
                                font-size: 20px;
                                font-weight: 600;
                                flex-grow: 1;
                              }

                              /* Contenido */
                              .contenido-resumen {
                                padding: 24px;
                              }

                              .seccion-info {
                                margin-bottom: 20px;
                              }

                              .campo-info {
                                display: flex;
                                justify-content: space-between;
                                align-items: center;
                                padding: 12px 0;
                                border-bottom: 1px solid #f1f3f6;
                              }

                              .campo-info:last-child {
                                border-bottom: none;
                              }

                              .etiqueta {
                                color: #64748b;
                                font-weight: 500;
                                font-size: 14px;
                              }

                              .valor {
                                color: #1e293b;
                                font-weight: 600;
                                font-size: 14px;
                                text-align: right;
                              }

                              .valor.descripcion {
                                max-width: 60%;
                                word-wrap: break-word;
                              }

                              /* Separador */
                              .separador {
                                height: 1px;
                                background: linear-gradient(90deg, transparent, #ffd800, transparent);
                                margin: 20px 0;
                              }

                              /* Sección total */
                              .seccion-total {
                                background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
                                border-radius: 12px;
                                padding: 20px;
                                border: 2px solid #ffd800;
                              }

                              .campo-total {
                                display: flex;
                                justify-content: space-between;
                                align-items: center;
                              }

                              .etiqueta-total {
                                color: #1d276c;
                                font-weight: 700;
                                font-size: 16px;
                              }

                              .valor-total {
                                color: #1d276c;
                                font-weight: 800;
                                font-size: 24px;
                                background: linear-gradient(135deg, #1d276c, #4338ca);
                                -webkit-background-clip: text;
                                -webkit-text-fill-color: transparent;
                                background-clip: text;
                              }

                              /* Responsive */
                              @media (max-width: 768px) {

                                .campo-info,
                                .campo-total {
                                  flex-direction: column;
                                  align-items: flex-start;
                                  gap: 4px;
                                }

                                .valor,
                                .valor-total {
                                  text-align: left;
                                }

                                .valor.descripcion {
                                  max-width: 100%;
                                }
                              }
                            
                             
                              .info-usuario-moderno {
                                background: #ffffff;
                                border-radius: 16px;
                                box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
                                border: 1px solid #e8ecf4;
                                overflow: hidden;
                                margin-bottom: 20px;
                                transition: all 0.3s ease;
                              }

                              .info-usuario-moderno:hover {
                                box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
                                transform: translateY(-2px);
                              }

                              /* Header */
                              .header-usuario {
                                background: linear-gradient(135deg, #1d276c 0%, #2a3785 100%);
                                padding: 20px;
                                display: flex;
                                align-items: center;
                                gap: 12px;
                              }

                              .icono-usuario {
                                background: rgba(255, 216, 0, 0.2);
                                width: 40px;
                                height: 40px;
                                border-radius: 10px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                font-size: 20px;
                              }

                              .titulo-usuario {
                                color: white;
                                margin: 0;
                                font-size: 20px;
                                font-weight: 600;
                                flex-grow: 1;
                              }

                              /* Contenido */
                              .contenido-formulario {
                                padding: 24px;
                              }

                              .campo-formulario {
                                margin-bottom: 20px;
                              }

                              .etiqueta-campo {
                                display: block;
                                color: #1d276c;
                                font-weight: 600;
                                font-size: 14px;
                                margin-bottom: 8px;
                              }

                              .etiqueta-campo::after {
                                content: "";
                                color: #ef4444;
                              }

                              .input-container {
                                position: relative;
                              }

                              .input-moderno {
                                width: 100%;
                                padding: 12px 16px;
                                border: 2px solid #e2e8f0;
                                border-radius: 10px;
                                font-size: 14px;
                                transition: all 0.3s ease;
                                background: #ffffff;
                              }

                              .input-moderno:focus {
                                outline: none;
                                border-color: #1d276c;
                                box-shadow: 0 0 0 3px rgba(29, 39, 108, 0.1);
                                transform: translateY(-1px);
                              }

                              .input-moderno::placeholder {
                                color: #94a3b8;
                              }

                              /* Select especial */
                              .select-moderno {
                                background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path d="M6 8L0 2h12z" fill="%231d276c"/></svg>');
                                background-repeat: no-repeat;
                                background-position: right 12px center;
                                background-size: 12px;
                                appearance: none;
                                -webkit-appearance: none;
                                -moz-appearance: none;
                              }

                              /* Input grupo (celular) */
                              .input-grupo {
                                display: flex;
                                gap: 8px;
                              }

                              .codigo-pais {
                                width: 120px;
                                flex-shrink: 0;
                              }

                              .celular-input {
                                flex: 1;
                              }

                              /* Checkbox moderno */
                              .campo-checkbox {
                                margin-top: 24px;
                                padding-top: 20px;
                                border-top: 1px solid #e2e8f0;
                              }

                              .checkbox-container {
                                display: flex;
                                align-items: flex-start;
                                gap: 12px;
                              }

                              .checkbox-moderno {
                                display: none;
                              }

                              .label-checkbox {
                                display: flex;
                                align-items: flex-start;
                                gap: 12px;
                                cursor: pointer;
                                font-size: 14px;
                                line-height: 1.5;
                              }

                              .checkmark {
                                width: 20px;
                                height: 20px;
                                border: 2px solid #e2e8f0;
                                border-radius: 4px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                background: white;
                                transition: all 0.3s ease;
                                font-size: 12px;
                                color: transparent;
                                flex-shrink: 0;
                                margin-top: 2px;
                              }

                              .checkbox-moderno:checked+.label-checkbox .checkmark {
                                background: #1d276c;
                                border-color: #1d276c;
                                color: white;
                              }

                              .texto-politicas {
                                color: #64748b;
                                flex: 1;
                              }

                              .texto-politicas a {
                                color: #1d276c;
                                text-decoration: underline;
                                font-weight: 600;
                              }

                              .texto-politicas a:hover {
                                color: #2a3785;
                              }

                              /* Responsive */
                              @media (max-width: 768px) {
                                .contenido-formulario {
                                  padding: 16px;
                                }

                                .input-grupo {
                                  flex-direction: column;
                                }

                                .codigo-pais {
                                  width: 100%;
                                }
                              }

                              /* Animaciones para feedback visual */
                              .input-moderno:invalid:not(:focus):not(:placeholder-shown) {
                                border-color: #ef4444;
                              }

                              .input-moderno:valid:not(:focus):not(:placeholder-shown) {
                                border-color: #10b981;
                              }
                            