
        /* ========== SERVICIOS PRO - MEJORADO ========== */

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
}
        .vg-servicios-pro {
            background: linear-gradient(180deg, #00BAD8 0%, #009BB8 100%);
            color: #000000;
            padding: 100px 20px;
            font-family: 'Montserrat', sans-serif;
            position: relative;
            overflow: hidden;
        }

        /* Patron decorativo de fondo */
        .vg-servicios-pro::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 10% 20%, rgba(255,255,255,0.06) 0%, transparent 50%),
                radial-gradient(circle at 90% 80%, rgba(3,4,94,0.08) 0%, transparent 50%);
            pointer-events: none;
        }

        .vg-wrap {
            max-width: 960px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .vg-section-header {
            text-align: center;
            margin-bottom: 70px;
        }

        .vg-label {
            display: inline-block;
            background: rgba(3, 4, 94, 0.15);
            color: var(--federal-blue);
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            padding: 8px 20px;
            border-radius: 50px;
            margin-bottom: 20px;
        }

        .vg-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 46px;
            font-weight: 700;
            letter-spacing: 0.5px;
            margin-bottom: 16px;
            color: var(--federal-blue);
        }

        .vg-subtitle {
            color: rgba(3, 4, 94, 0.7);
            font-weight: 400;
            font-size: 1.1rem;
            line-height: 1.6;
        }

        /* Cada servicio como fila horizontal */
             .vg-item {
           background:#ffffff;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.25);
            border-radius: 16px;
            padding: 40px 44px;
            margin-bottom: 20px;
              /* opacity: 0; */ /* El culpable que no se vea */
           /* transform: translateY(30px); */
            transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
            position: relative;
            overflow: hidden;
        }

        .vg-item.show {
            opacity: 1;
            transform: translateY(0);
        }

        

         /* EFECTO HOVER CORREGIDO */
        .vg-item:hover {
            background: rgba(255, 255, 255, 0.22);
            transform: translateY(-4px);
            box-shadow: 0 20px 60px rgba(3, 4, 94, 0.2);
            border-color: rgba(255, 255, 255, 0.4);
        }

        /* Cambiar ICONO a blanco en hover */
        .vg-item:hover .vg-icon i {
            color: var(--white);
        }

        /* Cambiar TÍTULO a blanco en hover */
        .vg-item:hover .vg-head h3 {
            color: var(--white);
        }

        /* Cambiar PRECIO a blanco en hover */
        .vg-item:hover .vg-price {
            color: var(--white);
            background: rgba(255, 255, 255, 0.2);
        }

        /* Cambiar DESCRIPCIÓN a blanco en hover */
        .vg-item:hover p {
            color: rgba(255, 255, 255, 0.9);
        }

        .vg-head {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 16px;
        }

        .vg-head-left {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .vg-icon {
            width: 48px;
            height: 48px;
            background: rgba(3, 4, 94, 0.1);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .vg-icon i {
            font-size: 1.2rem;
            color: var(--federal-blue);
            transition: all 0.3s ease;
        }

        .vg-head h3 {
            font-weight: 600;
            font-size: 1.4rem;
            color: var(--federal-blue);
            transition: all 0.3s ease;
            margin: 0;
        }

        .vg-price {
            font-size: 1.5rem;
            font-weight: 800;
            color: var(--federal-blue);
            background: rgba(3, 4, 94, 0.08);
            padding: 8px 20px;
            border-radius: 50px;
            transition: all 0.3s ease;
        }

        .vg-item p {
            color: rgba(0, 0, 0, 0.75);
            transition: all 0.3s ease;
            margin: 0;
        }
        .vg-head {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 16px;
            gap: 20px;
        }

        .vg-head-left {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .vg-icon {
            width: 48px;
            height: 48px;
            background: rgba(3, 4, 94, 0.1);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .vg-icon i {
            font-size: 1.2rem;
            color: var(--federal-blue);
        }

        .vg-head h3 {
            font-weight: 600;
            font-size: 1.4rem;
            color: var(--federal-blue);
            letter-spacing: -0.3px;
        }

        .vg-price {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.5rem;
            font-weight: 800;
            color: var(--federal-blue);
            white-space: nowrap;
            background: rgba(3, 4, 94, 0.08);
            padding: 8px 20px;
            border-radius: 50px;
        }

        .vg-item p {
            color: rgba(0, 0, 0, 0.75);
            line-height: 1.8;
            max-width: 700px;
            font-size: 1rem;
            font-weight: 400;
        }

        /* Servicio destacado */
       .vg-highlight {
            background: linear-gradient(135deg, #04056e, #0085cc) !important;
            border: 1px solid rgba(144, 224, 239, 0.3) !important;
            position: relative;
            overflow: hidden;
        }

        .vg-highlight::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 0% 50%, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
            pointer-events: none;
            border-radius: 16px;
        }

        .vg-highlight:hover {
            background: linear-gradient(135deg, #04056e, #0085cc);
            border-color: rgba(144, 224, 239, 0.5);
            box-shadow: 0 20px 60px rgba(3, 4, 94, 0.3);
        }

        .vg-highlight .vg-badge {
            position: absolute;
            top: 0;
            right: 0;
            background: linear-gradient(135deg, #c6a85a, #dfc06a);
            color: var(--federal-blue);
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            padding: 8px 24px;
            border-radius: 0 16px 0 16px;
        }

        .vg-highlight .vg-icon {
            background: rgba(255, 255, 255, 0.15);
        }

        .vg-highlight .vg-icon i {
            color: var(--light-cyan);
        }

        .vg-highlight .vg-head h3 {
            color: var(--white);
        }

        .vg-highlight .vg-price {
            background: rgba(255, 255, 255, 0.2);
        }

        .vg-highlight p {
            color: var(--white) !important;
        }

        .vg-highlight .vg-item-number {
            color: rgba(251, 7, 7, 0.04);
        }

        /* Contenedor de la derecha: Precio arriba, Flecha abajo */
        .vg-head-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-left: auto;
        }

    /* Estilos para el CTA (Llamada a la acción) */
        .vg-cta {
    text-align: center;
    margin-top: 60px;
    padding-bottom: 40px;
        }

        .vg-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 48px;
    background: #03045E; /* federal-blue */
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 30px rgba(3, 4, 94, 0.3);
        }       

        .vg-button:hover {
    background: #0077B6; /* honolulu-blue */
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(3, 4, 94, 0.4);
        }



    /* Enlace que envuelve la tarjeta */
    .vg-item-link {
        text-decoration: none;
        display: block;
        margin-bottom: 20px;
        color: inherit;
    }

    .vg-item {
        background: #ffffff;
        border-radius: 16px;
        padding: 40px 44px;
        transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
        position: relative;
        border: 1px solid transparent;
    }

    /* EFECTO HOVER */
    .vg-item-link:hover .vg-item {
        background: rgba(255, 255, 255, 0.22);
        transform: translateY(-5px);
        box-shadow: 0 20px 60px rgba(3, 4, 94, 0.2);
        border-color: rgba(255, 255, 255, 0.4);
    }

    /* Cambios de color en HOVER */
    .vg-item-link:hover .vg-icon i,
    .vg-item-link:hover .vg-head h3,
    .vg-item-link:hover .vg-price,
    .vg-item-link:hover .vg-arrow i,
    .vg-item-link:hover p {
        color: var(--white);
    }

    .vg-item-link:hover .vg-price {
        background: rgba(255, 255, 255, 0.2);
    }

    .vg-head-right {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    
        .vg-reserva-text {
    font-size: 0.75rem;
    font-weight: 700;
    color: #03045E; /* federal-blue */
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    padding: 4px 0;
    border-bottom: 2px solid rgba(3, 4, 94, 0.2);
        }

        .vg-item-link:hover .vg-reserva-text {
    color: #ffffff;
    border-bottom-color: #ffffff;
    transform: translateY(2px);
        }
        .vg-item-link:hover .vg-reserva-text {
    color: var(--white);
    border-bottom-color: var(--white);
    /* Ahora se desplaza y aumenta su tamaño */
    transform: translateY(4px) scale(2);
    }

     /* ========== CTA SECTION ========== */
      /* ========== CTA SECTION ========== */
.cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--federal-blue), var(--honolulu-blue));
    color: white;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== BOTONES CTA ===== */
.btn {
    padding: 1.2rem 2.5rem;
    border: none;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Botón principal */
.btn-primary {
    background: linear-gradient(135deg, var(--pacific-cyan), var(--honolulu-blue));
    color: white;
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--honolulu-blue), var(--federal-blue));
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

/* Botón secundario */
.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: white;
    color: var(--federal-blue);
    transform: translateY(-3px);
}