/*
 * Estilos exclusivos de la landing productos/pyme2 (home).
 * La tipografía (Inter) y los colores base ya se definen de forma global
 * en custom4.css; acá solo quedan utilidades y detalles propios de esta página.
 */

#pyme2-page .pyme2-text-azul {
    color: #0066F5 !important;
}

#pyme2-page .pyme2-bg-azul {
    background-color: #0066F5 !important;
}

#pyme2-page .pyme2-bg-azul:hover,
#pyme2-page a.pyme2-bg-azul:hover {
    background-color: #0052cc !important;
    color: #fff !important;
}

#pyme2-page .pyme2-border-azul {
    border-color: #0066F5 !important;
}

#pyme2-page .pyme2-badge-azul-soft {
    color: #0052cc;
    background-color: #e6f0ff;
}

#pyme2-page .pyme2-bg-azul-soft {
    background-color: #eaf6ff;
}

#pyme2-page .pyme2-bg-hero {
    background: linear-gradient(180deg, #eaf6ff 0%, #f7fbfd 100%);
}

/* CTA de video en el hero */
#pyme2-page .pyme2-video-cta {
    color: #0066F5;
    font-weight: 600;
    text-decoration: none;
}

#pyme2-page .pyme2-video-cta:hover {
    color: #00C2FD;
}

#pyme2-page .pyme2-play-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #0066F5;
    color: #fff;
    transition: transform .2s ease, background-color .2s ease;
}

#pyme2-page .pyme2-video-cta:hover .pyme2-play-circle {
    background-color: #00C2FD;
    transform: scale(1.08);
}

/* Modal de video: animación de apertura/cierre más suave que el modal por defecto */
.modal-video .modal-dialog {
    transition: transform .35s cubic-bezier(.4,0,.2,1), opacity .35s ease;
    transform: scale(.92);
    opacity: 0;
}

.modal-video.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}

.modal-video .btn-close-video {
    top: -44px;
    right: 0;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

/* Compensa el header fijo al hacer scroll desde el menu "Precios" */
#planes,
#funciones,
#faq {
    scroll-margin-top: 100px;
}

/* Logo de Tiendanube dentro del panel "Pyme + Tiendanube" */
.pyme2-tiendanube-logo-panel {
    max-height: 40px;
    width: auto;
}
