/* APC WhatsApp CTA Móvil — v1.0.1 */
.apc-wmcta {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483000;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(16, 24, 40, 0.08);
    box-shadow: 0 -8px 28px rgba(16, 24, 40, 0.10);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.apc-wmcta__inner {
    width: 100%;
    max-width: 680px;
    min-height: 56px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.apc-wmcta__copy {
    min-width: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    line-height: 1.15;
}

.apc-wmcta__headline {
    display: block;
    margin: 0;
    color: #18181b;
    font-family: inherit;
    font-size: 14.5px;
    font-weight: 750;
    letter-spacing: -0.01em;
}

.apc-wmcta__subline {
    display: block;
    margin-top: 4px;
    overflow: hidden;
    color: #71717a;
    font-family: inherit;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.apc-wmcta__button {
    min-height: 44px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 15px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 13px;
    background: #25D366;
    box-shadow: 0 5px 16px rgba(37, 211, 102, 0.25);
    color: #ffffff !important;
    font-family: inherit;
    font-size: 13.5px;
    font-weight: 750;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease;
}

.apc-wmcta__button:visited,
.apc-wmcta__button:hover,
.apc-wmcta__button:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}

.apc-wmcta__button:active {
    transform: scale(0.975);
    box-shadow: 0 3px 10px rgba(37, 211, 102, 0.22);
    filter: brightness(0.97);
}

.apc-wmcta__button:focus-visible {
    outline: 3px solid rgba(37, 211, 102, 0.28);
    outline-offset: 2px;
}

.apc-wmcta__icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: currentColor;
}

@media (max-width: 390px) {
    .apc-wmcta__subline {
        max-width: 155px;
    }

    .apc-wmcta__button {
        padding: 0 13px;
    }
}
