        body { 
            font-family: 'Inter', sans-serif; 
            background-color: #05879A; 
            color: white;
            -webkit-font-smoothing: antialiased;
        }
        .fw-black { font-weight: 900; }
        .letter-tight { letter-spacing: -0.02em; }
        .letter-wide { letter-spacing: 0.05em; }

        .hero-placeholder {
            background-color: rgba(0,0,0,0.1);
            border: 2px dashed rgba(255,255,255,0.2);
            min-height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 2rem;
        }

        @media (max-width: 767px) {
            .hero-placeholder img{
                max-width: 400px;
				max-height: auto;
            }
        }

        .unified-bg {
            background-color: rgba(0, 0, 0, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(5px);
        }

        .device-badge {
            padding: 0.5rem 1.2rem;
            border-radius: 50px;
            font-size: 0.95rem; 
            font-weight: 600;
            display: inline-block;
            margin: 0.3rem;
        }

        .plan-card {
            border-radius: 1.5rem;
            padding: 2.5rem;
        }

        @media (min-width: 768px) {
            .plan-separator {
                border-left: 1px solid rgba(255, 255, 255, 0.2);
                padding-left: 3rem;
            }
        }
        @media (max-width: 767px) {
            .plan-separator {
                border-top: 1px solid rgba(255, 255, 255, 0.2);
                margin-top: 2rem;
                padding-top: 2rem;
            }
        }

        .form-container {
            background-color: white;
            border-radius: 2.5rem;
            padding: 2.5rem;
            color: #333;
            box-shadow: 0 1.5rem 4rem rgba(0,0,0,0.25);
        }

        .btn-enviar {
            background-color: #82b440;
            border: none;
            color: white;
            font-weight: 900;
            padding: 1.2rem;
            border-radius: 1.2rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            width: 100%;
            transition: background-color 0.3s ease;
        }

        .btn-enviar:hover, .btn-enviar:active, .btn-enviar:focus {
            background-color: #5b7e2d;
            color: white;
        }

        .form-control, .form-select {
            padding: 0.8rem;
            border-radius: 0.8rem;
            border: 1px solid #dee2e6;
            font-size: 0.95rem;
        }
        
        .link-modal {
            color: #05879A;
            text-decoration: underline;
            cursor: pointer;
        }



        body1 { 
            font-family: 'Inter', sans-serif; 
            background-color: #05879A; 
            color: white;
            -webkit-font-smoothing: antialiased;
        }


        /* Bloque Plan TV (Superior) - Estética unificada */
        .plan-card1 {
            background-color: rgba(0, 0, 0, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(5px);
            border-radius: 2rem;
            padding: 2.5rem;
        }

        .price-text {
            font-size: calc(3.5rem + 1.5vw); 
            line-height: 1;
        }

        @media (min-width: 768px) {
            .plan-separator1 {
                border-left: 1px solid rgba(255, 255, 255, 0.2);
                padding-left: 3rem;
            }
        }

        /* Bloque Detalle de Precio (Blanco) */
        .summary-box {
            background-color: white;
            border-radius: 2.5rem;
            padding: 2.5rem;
            color: #333;
            box-shadow: 0 1rem 3rem rgba(0,0,0,0.15);
        }

        .summary-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.2rem 0;
            border-bottom: 1px solid #eee;
        }

        .summary-row:last-of-type {
            margin-top: 3rem;
        }

        .label-text { font-weight: 600; font-size: 1.1rem; }
        .value-text { font-weight: 800; font-size: 1.1rem; }
        .value-red { color: #d9534f; }
        .value-blue { color: #05879A; }

        /* Sellos de Seguridad */
        .security-seals {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            flex-wrap: wrap;
            gap: 1rem;
            margin-bottom: 2rem;
        }

        .seal-placeholder {
            max-height: 40px;
            opacity: 0.75;
        }
        .seal-placeholder:hover, .seal-placeholder:active {
            opacity: 1;
			border: 1px solid rgba(0, 100, 110, 0.75);
            cursor: pointer;
        }
        .seal-placeholder2 {
            max-height: 40px;
            opacity: 0.75;
        }
        .seal-placeholder2:hover, .seal-placeholder:active {
            opacity: 1;
            cursor: pointer;
        }

        /* Botón Pagar (Manteniendo efecto verde anterior) */
        .btn-pagar {
            background-color: #82b440;
            border: none;
            color: white;
            font-weight: 900;
            padding: 0.8rem 3rem;
            border-radius: 2rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            float: right;
        }

        .btn-pagar:hover, .btn-pagar:active {
            background-color: #5b7e2d; /* 30% más oscuro */
            color: white;
        }

        @media (max-width: 576px) {
            .btn-pagar { width: 100%; float: none; }
            .security-seals { justify-content: center; }
        }





        /* Bloque Blanco Formulario de Pago */
        .payment-box {
            background-color: white;
            border-radius: 2.5rem;
            padding: 2.5rem;
            color: #333;
            box-shadow: 0 1rem 3rem rgba(0,0,0,0.15);
        }

        .form-label {
            font-size: 0.85rem;
            font-weight: 600;
            color: #444;
            margin-bottom: 0.4rem;
        }

        /* Texto Total Final en Negro */
        .total-final-text {
            color: #000000;
            font-weight: 900;
            font-size: 1.4rem;
            margin: 1.5rem 0;
            text-align: center;
            text-transform: uppercase;
        }

        /* Botón Pagar Ahora */
        .btn-pagar1 {
            background-color: #82b440;
            border: none;
            color: white;
            font-weight: 900;
            padding: 1.1rem;
            border-radius: 1.5rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            width: 100%;
            transition: all 0.3s ease;
        }

        .btn-pagar1:hover, .btn-pagar1:active {
            background-color: #5b7e2d;
            color: white;
        }

        /* Bloque Blanco de Verificación (Central) */
        .verify-box {
            background-color: white;
            border-radius: 2.5rem; /* Bordes muy redondeados como la imagen */
            padding: 3rem 2rem;
            color: #333;
            box-shadow: 0 1rem 3rem rgba(0,0,0,0.15);
        }

        .instruction-text {
            font-size: 0.9rem;
            font-weight: 700;
            color: #333;
            text-transform: uppercase;
            line-height: 1.4;
            margin-bottom: 2rem;
        }

        /* Inputs de Código */
        .otp-input {
            width: 45px;
            height: 55px;
            font-size: 1.5rem;
            font-weight: 700;
            text-align: center;
            border: 1.5px solid #ced4da;
            border-radius: 0.6rem;
            margin: 0 4px;
            color: #333;
        }

        .otp-input:focus {
            border-color: #05879A;
            outline: none;
            box-shadow: 0 0 0 2px rgba(5, 135, 154, 0.1);
        }

        /* Botón Validar (Manteniendo estética previa) */
        .btn-validar {
            background-color: #82b440;
            border: none;
            color: white;
            font-weight: 900;
            padding: 0.9rem 3.5rem;
            border-radius: 2rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 2rem;
            transition: all 0.3s ease;
        }

        .btn-validar:hover, .btn-validar:active {
            background-color: #5b7e2d; /* 30% más oscuro */
            color: white;
            transform: translateY(-1px);
        }


        .success-box {
            background-color: white;
            border-radius: 2.5rem;
            padding: 3.5rem 2rem;
            color: #333;
            box-shadow: 0 1.5rem 4rem rgba(0,0,0,0.2);
            text-align: center;
        }

        .check-icon {
            width: 80px;
            height: 80px;
            background-color: #82b440;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            margin: 0 auto 1.5rem;
        }

        /* Botones de Tiendas */
        .store-badge {
            height: 45px;
            transition: transform 0.2s ease;
        }
        .store-badge:hover {
            transform: scale(1.05);
        }

        /* Caja Gris Smart TV */
        .smart-tv-container {
            background-color: #f2f2f2;
            border-radius: 1.5rem;
            padding: 1.5rem;
            margin-top: 2rem;
        }

        .tv-tag {
            background-color: #e0e0e0;
            color: #333;
            padding: 0.5rem 1rem;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 700;
            display: inline-block;
            margin: 0.3rem;
        }

        .instruction-title {
            font-size: 0.75rem;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #888;
            margin-bottom: 1.2rem;
        }
		

		.error-box {
            background-color: white;
            border-radius: 2.5rem;
            padding: 3.5rem 2rem;
            color: #333;
            box-shadow: 0 1.5rem 4rem rgba(0,0,0,0.2);
            text-align: center;
        }

        /* Icono de X estilo TvMia (Rojo) */
        .error-icon {
            width: 80px;
            height: 80px;
            background-color: #dc3545;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            margin: 0 auto 1.5rem;
            box-shadow: 0 10px 20px rgba(220, 53, 69, 0.2);
        }

        .btn-reintentar {
            background-color: #82b440;
            border: none;
            color: white;
            font-weight: 900;
            padding: 1.1rem 2.5rem;
            border-radius: 1.5rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .btn-reintentar:hover {
            background-color: #5b7e2d;
            color: white;
        }

        .reason-box {
            background-color: #fff5f5;
            border: 1px solid #ffe3e3;
            border-radius: 1rem;
            padding: 1rem;
            margin-top: 1.5rem;
        }

        .field-icon {
            float: right;
            margin-top: -50px;
            position: relative;
            color: #888;
            font-size: 1rem;
            z-index: 2;
        }
		
        .fa-eye {
            vertical-align: middle;
        }
