 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Poppins', sans-serif;
            min-height: 100vh;
        }

        /* Hero Section con imagen de fondo */
        .hero {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0,0,0,0.7)), url('../img/home.webp');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            max-height: 89vh;
            height: auto;
            position: relative;
        }
        .navbar {
            background: #190529;
            align-content: center;
            backdrop-filter: blur(10px);
            position: fixed;
            top: 0;
            height: 12.5vh;
            width: 100%;
            z-index: 1000;
            transition: all 0.3s ease;
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
        }

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            
        }

        .logo-container {
            display: flex;
            align-items: center;
            color: #fff;
            font-size: 1.5rem;
            font-weight: bold;
            text-decoration: none;
        }

        .logo-container::before {
            margin-right: 8px;
            font-size: 1.8rem;
        }

        /* Desktop Navigation */
        .nav-menu {
            display: flex;
            list-style: none;
            align-items: right;
        }

        .nav-link {
            color: #fff;
            text-decoration: none;
            font-weight: 500;
            font-size: 1rem;
            transition: all 0.3s ease;
            padding: 8px 16px;
            border-radius: 25px;
        }

        .nav-link:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateY(-2px);
        }

        .nav-link.cta {
            background: #329BD1;
            color: #fff;
            padding: 12px 24px;
            border-radius: 25px;
            font-weight: 600;
        }

        .nav-link.cta:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0, 212, 255, 0.4);
        }

        /* Mobile Menu Toggle */
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #12C7B2;
            font-size: 1.5rem;
            cursor: pointer;
            padding: 5px;
            transition: all 0.3s ease;
        }

        .nav-toggle:hover {
            transform: scale(1.1);
        }
        

        /* Content Styles */
        .hero-content {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 100vh;            
            text-align: center;
            color: #fff;           
        }
        .mask{
            background-color: rgba(0, 0, 0, 0.7);
            border-radius: 12px;
            height: 57.3vh;
            width: 93.53vw;
        }
        .hero-text {
            align-content: center;

        }
        .form-uid{
            display: block;
            padding: 0 10px;
        }
        .form-uid input{
            height: 51px;
            width: 90.9%;
            border-radius: 17px;
            display: block;
            margin: 15px auto;
            font-family: 'Poppins';
            font-weight: 500;
            font-size: 15px;
            padding-left: 20px;
        }
        .form-uid button, .cta{
            background-color: #329BD1;
            color: white;
            height: 53px;
            width: 200px;
            border-radius: 22px;
            border: none;
            text-decoration: none;
            box-shadow: none;
            font-weight: 500;
            font-size: 16px;
        }

        .hero-text h1 {
            font-family: 'Poppins' ,sans-serif;
            margin: 7vh 0 0 0;
            font-size: 3.55vh;
            font-weight: 700;
            letter-spacing: 0%;
            margin-bottom: 20px;
            line-height: 40px;
            color: white;
            background-clip: text;
            vertical-align: middle;
            
        }
        h2, h3{
            font-family: 'Inter' ,sans-serif;
            font-size: 4.07vh;
            font-weight: 700;
            letter-spacing: 0%;
            margin-bottom: 20px;
            line-height: 40px;
            color: white;
        }
        .hero-text p {
            font-family: 'Poppins' ,sans-serif;
            font-weight: 500;
            size: 15px;
            font-size: 1.68vh;
            line-height: 100%;
            letter-spacing: 0%;
            background-clip: text;
            vertical-align: middle;
            margin-bottom: 3vh;
        }

        .cta-button {
            display: inline-block;
            background: linear-gradient(45deg, #00d4ff, #090979);
            color: #fff;
            padding: 15px 35px;
            text-decoration: none;
            border-radius: 30px;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            border: none;
            text-decoration: none;
            box-shadow: none;
        }
        .generic{
            display: inline-block;
            height: 7vh;
            width: 37vw;
            color: #fff;
            border-radius: 10px;
            font-family: 'Poppins';

            font-weight: 400;
            font-size: 14px;
            border: none;
            text-decoration: none;
            box-shadow: none;
        }
        .mp .tf {
            margin: 0 2vw;
        }
        .payment-mp{
            background: #329BD1;
        }
        .payment-tf{
            background-color: #c112c7;
        }
        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 212, 255, 0.4);
        }
        .agenda-semanal{
            font-family: 'Inter';
            padding: 0 2.4vw;
            color: white;
        }
        .agenda-semanal p{
            font-weight: 500;
            margin-bottom: 3vh;
        }
        .agenda-semanal button{
            margin-bottom: 3vh;
        }
        .agendaimg{
            padding: 0 2.4vw;
            display: flex;
            justify-content: center;
        }
        .agendaimg img{
            max-width: 90%;
            border-radius: 5%;
        }
        .diamond-3{
            display: flex;
            justify-content: center;
            margin: 1.2vh 0;
        }
        .about-top-up{
            margin-top: 50px;
            list-style:none;
        }
        .about-top-up img{
            width: 30%;
        }
        .steps-section{
            min-height: 100vh;
            background-color: #46027a;
            padding: 2vh 0;
        }
        .payment-method-section{
            min-height: 80vh;
            background-color: #150124;
        }
        .steps{
            padding-top: 10vh;
        }
        .payment-method-section .steps{
            padding-top: 5vh;
        }
        .stepsbox, .ask-box{
            color: white;
            display: flex;
            align-items: center;
        }
        .stepsbox{
            background-color: #150124;
            border: 1px solid #3CB6F4;
        }
        .ask-box, .answer{
            background-color: #24043E;
            border-bottom: 2px solid #3CB6F4;
        }
        .stepsbox-ts{
            border: 1px solid #3CB6F4;
            color: white;
            display: flex;
            align-items: center;
            padding-left: 12vw;
        }
        .stepsbox .number{
            font-size: 4.53vh;
            display: flex;
            font-family: 'Inter';
            font-weight: 400;
            width: 25%;
            justify-content: center;
            align-content: center;
            margin-bottom: 3vh;
        }
        .more{
            font-size: 4.53vh;
            display: flex;
            font-family: 'Inter';
            font-weight: 400;
            width: 10%;
            justify-content: center;
            align-content: center;
            margin-bottom: 3vh;
        }
        .ask-box .text, .answer{
            width: 87%;
            margin: 0px auto 2.03vh;
        }
        .stepsbox .text {
            font-size: 1.69vh;
            display: block;
            font-family: 'Inter';
            font-weight: 500;
            justify-content: center;
            align-content: center;
            width: 70%;
        }
        .stepsbox-ts .text{
            font-size: 1.69vh;
            display: block;
            font-family: 'Inter';
            font-weight: 500;
            justify-content: center;
            align-content: center;
        }
        .stepsbox h4, .stepsbox-ts h4{
            font-size: 2.26vh;
            display: block;
            font-family: 'Inter';
            font-weight: 700;
            justify-content: center;
            align-content: center;
            width: 70%;
            margin-bottom: 1vh
        }
        
        .stepsbox p , .stepsbox-ts p{
            font-size: 1.69vh;
            display: block;
            font-family: 'Inter';
            font-weight: 500;
            justify-content: center;
            align-content: center;
            width: 70%;
        }
        .stepsbox .img-payment{
            font-size: 4.53vh;
            display: flex;
            font-family: 'Inter';
            font-weight: 400;
            width: 45%;
            justify-content: center;
            align-content: center;
            margin-bottom: 3vh;
        }
        .img-payment{
            height: 120px;
            width: auto;
        }
        .progress-bar, .hero-text{
            display: block;
            margin: auto;
        }
        .progress-bar, .progress-bar-mp{
            width: 70%;
            height: 3.17vh;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            margin-bottom: 15px;
        }

        .progress-fill, .progress-fill-mp{
            height: 100%;
            background: linear-gradient(90deg, #00d4aa, #12c7b2);
            border-radius: 20px;
            width: 0%;
            transition: width 0.1s ease;
            position: relative;
        }

        .progress-fill::after ,.progress-fill-mp::after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            animation: shimmer 1.5s infinite;
        }

        .percentage {
            color: #12c7b2;
            font-size: 1rem;
            font-weight: bold;
            margin-top: 10px;
        }
        .cargando p {
            margin-bottom: 13vh;
        }
        .footer{
            background-color: #010101;
            display: block;
            height: 45vh;
        }
        .imgFooter , .textFooter{
            display: flex;
            justify-content: center;            
        }

        @keyframes shimmer {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
        }

        /* Opcional: Efecto de pulso en el texto */
        .loading-text {
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.7; }
        }
        @media (max-width: 480px) {
            .hero-text h1 {
                font-size: 3.55vh;
            }
            
            .nav-container {
                padding: 0 15px;
                
            }
            .logo-container{
                position:fixed;
                left: 9.45vw;
            }
            .nav-toggle{
                position:fixed;
                right: 9.45vw;
            }
            .logo-image {
            height: 6vh;
        }
        }

        /* Animaciones */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .hero-text {
            animation: fadeInUp 1s ease-out;
        }
        .cargando h3 {
            font-family: 'Poppins';
            font-weight: 500;
        }