.segar-sticky-wa {
    position: fixed;
    right: 22px;
    bottom: calc(22px + env(safe-area-inset-bottom, 0px));
    z-index: 999999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 10px 18px 10px 12px;
    border: 0;
    border-radius: 999px;
    background: #128c4a;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .24);
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.segar-sticky-wa:hover,
.segar-sticky-wa:focus-visible {
    background: #0d753d;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .3);
}

.segar-sticky-wa:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.segar-sticky-wa__icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
}

.segar-sticky-wa__icon svg {
    display: block;
    width: 27px;
    height: 27px;
    fill: #128c4a;
}

@media (max-width: 600px) {
    .segar-sticky-wa {
        right: 14px;
        bottom: calc(14px + env(safe-area-inset-bottom, 0px));
        min-height: 54px;
        padding: 9px 15px 9px 10px;
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .segar-sticky-wa { transition: none; }
}
