/* Estilos Infografía Premium Nomade Solutions - Distribución Centralizada */
.ct-a8b600c9-container {
    background: transparent !important;
}

/* Redimensionamiento proporcional del gráfico de montaña a ~60% y overflow visible */
.mountain-svg-wrapper-a8b600c9 {
    margin: 0 auto;
    width: 100%;
    overflow: visible !important; /* Desbloquear visualización sin cortes */
}

#mountain-svg-a8b600c9 {
    overflow: visible !important; /* Permitir que el sol y textos sobresalgan del viewBox sin cortarse */
}

/* Transición de Sol y Bandera */
#tech-sun-a8b600c9, #summit-flag-a8b600c9 {
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Evitar desplazamientos físicos en nodos */
.ct-node-a8b600c9 .node-circle {
    transition: stroke 0.35s ease, stroke-width 0.35s ease, fill 0.35s ease !important;
}

.ct-node-a8b600c9:hover .node-circle {
    stroke: #fd9332 !important;
    stroke-width: 4.5px !important;
    filter: drop-shadow(0 0 8px rgba(253, 147, 50, 0.75));
}

.ct-node-a8b600c9:hover .node-label {
    fill: #ffffff !important;
}

/* Estilo Premium de la Tarjeta Desplegada Abajo */
#glass-card-a8b600c9 {
    background: rgba(247, 251, 250, 0.94);
    border: 1px solid rgba(14, 92, 102, 0.15);
    box-shadow: 0 16px 36px -12px rgba(4, 27, 32, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 18px;
    transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;
    margin: 0 auto;
}

/* Controles de Navegación */
.ct-mobile-nav-a8b600c9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.ct-mobile-nav-a8b600c9 .nav-btn {
    background: rgba(14, 92, 102, 0.15);
    border: 1px solid rgba(61, 180, 174, 0.2);
    color: #e2f1f3;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 0.88rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: 'Space Grotesk', sans-serif;
}

.ct-mobile-nav-a8b600c9 .nav-btn:hover {
    background: rgba(14, 92, 102, 0.35);
    border-color: rgba(61, 180, 174, 0.5);
    color: #ffffff;
}

.ct-mobile-nav-a8b600c9 .nav-indicators {
    display: flex;
    gap: 8px;
}

.ct-mobile-nav-a8b600c9 .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(61, 180, 174, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.ct-mobile-nav-a8b600c9 .dot.active {
    background: #fd9332;
    transform: scale(1.3);
    box-shadow: 0 0 8px rgba(253, 147, 50, 0.6);
}

/* Animación de bandera ondeante en la cumbre */
@keyframes flagWave_a8b600c9 {
    0% { d: path("M 820,105 Q 835,98 855,105 L 855,120 Q 835,113 820,120 Z"); }
    50% { d: path("M 820,105 Q 835,112 855,105 L 855,120 Q 835,127 820,120 Z"); }
    100% { d: path("M 820,105 Q 835,98 855,105 L 855,120 Q 835,113 820,120 Z"); }
}

#summit-flag-a8b600c9 path {
    animation: flagWave_a8b600c9 3s ease-in-out infinite;
}

/* ADAPTABILIDAD DE COMPORTAMIENTO MÓVIL (< 900px) */
@media (max-width: 900px) {
    .mountain-svg-wrapper-a8b600c9 {
        max-width: 100% !important; /* Aprovechar viewport en móviles */
    }

    #mountain-viewport-a8b600c9 {
        height: 280px !important;
        border-radius: 12px;
        background: rgba(4, 27, 32, 0.2);
        border: 1px solid rgba(61, 180, 174, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #mountain-svg-a8b600c9 {
        height: 100% !important;
        width: auto !important;
        max-width: none !important;
    }
}
