/* CSS Extraído do index.php */

        :root {
            --navy-dark: #030C1B;
            --navy-light: #0A1931;
        }
        
        /* Customizações Premium para a Página de Teste */
        header.premium-header {
            background-color: rgba(3, 12, 27, 0.85) !important;
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
        }
        .premium-header .nav-links {
            gap: 15px !important;
        }
        .premium-header .nav-links a {
            color: #ffffff !important;
            font-size: 0.95rem !important;
            padding: 5px 8px;
            font-weight: 600;
            letter-spacing: 0.3px;
        }
        .premium-header .nav-links a:hover {
            color: var(--cyan) !important;
        }
        .premium-header .nav-links .btn-open-modal {
            padding: 8px 16px !important;
            font-size: 0.8rem !important;
            background-color: var(--cyan) !important;
            color: var(--navy-dark) !important;
            box-shadow: 0 0 12px rgba(0, 213, 255, 0.3) !important;
            border-radius: 6px;
            font-weight: 700;
        }
        .premium-header .nav-links .btn-open-modal:hover {
            background-color: #fff !important;
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.5) !important;
        }

        .hero-section-premium {
            position: relative;
            padding: 160px 0 120px;
            background: #000;
            overflow: hidden;
            display: flex;
            align-items: center;
            min-height: 90vh;
        }

        .hero-bg-video {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background-image: url('https://images.unsplash.com/photo-1620641788421-7a1c342ea42e?q=80&w=2070&auto=format&fit=crop');
            background-size: cover;
            background-position: center;
            opacity: 0.45;
            z-index: 1;
            filter: contrast(1.2) saturate(1.2);
        }

        .hero-gradient-overlay {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: linear-gradient(180deg, rgba(3, 12, 27, 0.3) 0%, #030C1B 100%);
            z-index: 2;
        }

        .hero-glow-orb {
            position: absolute;
            top: 10%; left: 50%;
            transform: translateX(-50%);
            width: 70vw; height: 70vw;
            max-width: 800px; max-height: 800px;
            background: radial-gradient(circle, rgba(0, 213, 255, 0.12) 0%, rgba(3,12,27,0) 60%);
            z-index: 3;
            border-radius: 50%;
            filter: blur(50px);
            pointer-events: none;
        }

        .hero-content-wrapper {
            position: relative;
            z-index: 10;
            text-align: center;
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .hero-content-wrapper h1 {
            font-size: clamp(2.5rem, 5vw, 4.2rem);
            line-height: 1.1;
            color: #ffffff;
            margin-bottom: 24px;
            font-weight: 800;
            letter-spacing: -1.5px;
            text-shadow: 0 10px 30px rgba(0,0,0,0.8);
        }

        .hero-content-wrapper h1 span {
            background: linear-gradient(135deg, #ffffff 0%, var(--cyan) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .hero-content-wrapper p {
            font-size: clamp(1rem, 2vw, 1.3rem);
            color: #94A3B8;
            margin: 0 auto 40px auto;
            max-width: 750px;
            line-height: 1.6;
        }

        .hero-premium-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: var(--cyan);
            color: var(--navy-dark);
            padding: 18px 45px;
            font-size: 1.15rem;
            font-weight: 700;
            border-radius: 8px;
            border: none;
            cursor: pointer;
            box-shadow: 0 0 25px rgba(0, 213, 255, 0.35);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            text-decoration: none;
        }

        .hero-premium-btn:hover {
            transform: translateY(-4px) scale(1.02);
            box-shadow: 0 10px 40px rgba(0, 213, 255, 0.6);
            background: #ffffff;
        }
        
        .hero-features {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
            flex-wrap: wrap;
        }
        
        .hero-feature-badge {
            display: flex;
            align-items: center;
            gap: 8px;
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.9rem;
            background: rgba(255, 255, 255, 0.05);
            padding: 8px 16px;
            border-radius: 30px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(5px);
        }
        .hero-feature-badge svg {
            color: var(--cyan);
        }
        
        @media (min-width: 993px) {
            .premium-header .nav-container {
                display: grid !important;
                grid-template-columns: 1fr auto 1fr;
            }
            .premium-header .nav-action {
                justify-self: end;
            }
            .premium-header .nav-links .mobile-only-btn {
                display: none;
            }
        }
        @media (max-width: 992px) {
            .premium-header .nav-links { display: none; }
            .premium-header .nav-action { display: none; }
        }
        /* Premium Modal Overrides */
        #leadModal.modal-overlay {
            background-color: rgba(3, 12, 27, 0.85);
            backdrop-filter: blur(10px);
        }
        #leadModal .modal-content {
            background: linear-gradient(180deg, rgba(10, 25, 49, 0.95) 0%, rgba(3, 12, 27, 0.98) 100%);
            border: 1px solid rgba(0, 213, 255, 0.2);
            box-shadow: 0 20px 50px rgba(0, 213, 255, 0.15), inset 0 0 20px rgba(255,255,255,0.02);
            padding: 40px 45px;
        }
        #leadModal .modal-close {
            color: #94A3B8;
        }
        #leadModal .modal-close:hover {
            color: #fff;
        }
        #leadModal h3 {
            color: #fff !important;
        }
        #leadModal h4 {
            color: var(--cyan) !important;
            font-weight: 600;
        }
        #leadModal p {
            color: #94A3B8 !important;
        }
        #leadModal select, #leadModal input {
            background: rgba(255, 255, 255, 0.03) !important;
            border: 1px solid rgba(255, 255, 255, 0.1) !important;
            color: #fff !important;
            width: 100%;
            padding: 14px 16px;
            margin-bottom: 16px;
            border-radius: 6px;
            font-size: 1rem;
            display: block;
            box-sizing: border-box;
        }
        #leadModal select:focus, #leadModal input:focus {
            border-color: var(--cyan) !important;
            box-shadow: 0 0 0 3px rgba(0, 213, 255, 0.15) !important;
            outline: none;
        }
        .form-step { display: none; }
        .form-step.active { 
            display: block; 
            animation: formFadeIn 0.4s ease-out forwards; 
        }
        @keyframes formFadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        #leadModal option {
            background: var(--navy-dark);
            color: #fff;
        }
        #leadModal .btn-primary {
            background: var(--cyan);
            color: var(--navy-dark);
            font-weight: 700;
            border: none;
            box-shadow: 0 0 15px rgba(0, 213, 255, 0.3);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        #leadModal .btn-primary:hover {
            background: #fff;
            box-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
        }
        .step-form-progress {
            display: flex;
            justify-content: space-between;
            position: relative;
            margin-bottom: 30px;
        }
        .step-form-progress::before {
            content: '';
            position: absolute;
            top: 50%; left: 0; width: 100%; height: 2px;
            background: rgba(255, 255, 255, 0.1);
            transform: translateY(-50%); z-index: 1;
        }
        .progress-bar-fill {
            position: absolute;
            top: 50%; left: 0; height: 2px;
            background: var(--cyan);
            transform: translateY(-50%); z-index: 2;
            transition: width 0.4s ease;
            width: 0%;
        }
        .progress-step {
            width: 30px; height: 30px; border-radius: 50%;
            background: rgba(3, 12, 27, 0.95);
            border: 2px solid rgba(255, 255, 255, 0.2);
            display: flex; align-items: center; justify-content: center;
            color: rgba(255, 255, 255, 0.5);
            font-size: 0.85rem; font-weight: 700; z-index: 3;
            transition: all 0.4s ease;
        }
        .progress-step.active {
            border-color: var(--cyan); color: var(--cyan);
            box-shadow: 0 0 10px rgba(0, 213, 255, 0.3);
        }
        .progress-step.completed {
            background: var(--cyan); border-color: var(--cyan);
            color: var(--navy-dark);
        }
    