/**
 * Desktop Optimizations - RMPowerTech
 * Logo más grande + Sin redes sociales + Círculo teléfono negro
 */

/* ============================================
   DESKTOP ONLY (>= 769px)
   ============================================ */
@media (min-width: 769px) {

    /* ========== OCULTAR REDES SOCIALES MÓVILES EN DESKTOP ========== */
    .mobile-sticky-bar,
    .mobile-social-compact,
    .mobile-lang-compact,
    .social-icon-mini,
    .lang-flag {
        display: none !important;
    }

    /* ========== LOGO MÁS GRANDE EN DESKTOP ========== */
    .header .logo img,
    .headerlogo img {
        max-height: 80px !important;
        height: auto;
    }

    /* ========== CÍRCULO DEL TELÉFONO - FONDO NEGRO ========== */
    .cta-icon-wrapper div,
    .cta-section-video .cta-icon-wrapper div {
        background: #000 !important;
        background-image: none !important;
        border-radius: 50%;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4) !important;
    }

    .cta-icon-wrapper svg,
    .cta-section-video .cta-icon-wrapper svg {
        color: white !important;
        stroke: white !important;
    }
}