.gamalux-contact {
    position: fixed;
    bottom: 24px;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 230px;
    font-family: inherit;
}

.gamalux-contact--right { right: 24px; }
.gamalux-contact--left { left: 24px; }

.gamalux-contact__menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(.98);
    transform-origin: bottom center;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.gamalux-contact.is-open .gamalux-contact__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.gamalux-contact__option,
.gamalux-contact__trigger {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    min-height: 54px;
    padding: 10px 14px;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,.24);
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.gamalux-contact__option {
    background: #fff;
    color: #26404B !important;
    transition: transform .18s ease, box-shadow .18s ease, color .18s ease;
}

.gamalux-contact__option:hover,
.gamalux-contact__option:focus {
    color: #CB3017 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0,0,0,.28);
}

.gamalux-contact__option-icon,
.gamalux-contact__trigger-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.gamalux-contact__option-icon svg,
.gamalux-contact__trigger-icon svg {
    width: 21px;
    height: 21px;
}

.gamalux-contact__option--whatsapp .gamalux-contact__option-icon {
    background: #25D366;
}
.gamalux-contact__option--whatsapp .gamalux-contact__option-icon svg { fill: #fff; }

.gamalux-contact__option--contact .gamalux-contact__option-icon {
    background: #26404B;
}
.gamalux-contact__option--contact .gamalux-contact__option-icon svg { fill: #fff; }

.gamalux-contact__trigger {
    cursor: pointer;
    background: #26404B;
    color: #fff !important;
    text-align: left;
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.gamalux-contact__trigger:hover,
.gamalux-contact__trigger:focus,
.gamalux-contact.is-open .gamalux-contact__trigger {
    background: #CB3017;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0,0,0,.30);
}

.gamalux-contact__trigger-icon { background: #fff; }
.gamalux-contact__trigger-icon svg { fill: #26404B; }
.gamalux-contact__trigger:hover .gamalux-contact__trigger-icon svg,
.gamalux-contact__trigger:focus .gamalux-contact__trigger-icon svg,
.gamalux-contact.is-open .gamalux-contact__trigger-icon svg { fill: #CB3017; }

.gamalux-contact__trigger-label { flex: 1 1 auto; }
.gamalux-contact__chevron {
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 1;
    transition: transform .2s ease;
}
.gamalux-contact.is-open .gamalux-contact__chevron { transform: rotate(180deg); }

@media (max-width: 767px) {
    .gamalux-contact {
        bottom: 12px;
        width: 190px;
    }

    .gamalux-contact--right {
        right: 10px;
        align-items: flex-end;
    }

    .gamalux-contact--left {
        left: 10px;
        align-items: flex-start;
    }

    .gamalux-contact__menu {
        width: 190px;
        gap: 6px;
        margin-bottom: 7px;
    }

    .gamalux-contact__trigger {
        width: auto;
        min-width: 142px;
        min-height: 42px;
        padding: 6px 9px;
        gap: 8px;
        border-radius: 12px;
        font-size: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,.22);
    }

    .gamalux-contact__option {
        min-height: 44px;
        padding: 7px 10px;
        gap: 8px;
        border-radius: 12px;
        font-size: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,.20);
    }

    .gamalux-contact__option-icon,
    .gamalux-contact__trigger-icon {
        width: 29px;
        height: 29px;
    }

    .gamalux-contact__option-icon svg,
    .gamalux-contact__trigger-icon svg {
        width: 18px;
        height: 18px;
    }

    .gamalux-contact__chevron {
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gamalux-contact__menu,
    .gamalux-contact__option,
    .gamalux-contact__trigger,
    .gamalux-contact__chevron {
        transition: none;
    }
}


/* v1.2 - Botón principal circular y minimalista */
.gamalux-contact {
    width: auto;
    align-items: flex-end;
}

.gamalux-contact--left {
    align-items: flex-start;
}

.gamalux-contact__menu {
    width: 230px;
}

.gamalux-contact__trigger {
    width: 58px;
    min-width: 58px;
    height: 58px;
    min-height: 58px;
    padding: 0;
    gap: 0;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
}

.gamalux-contact__trigger-icon {
    width: 38px;
    height: 38px;
}

.gamalux-contact__trigger-icon svg {
    width: 24px;
    height: 24px;
}

.gamalux-contact__trigger:hover,
.gamalux-contact__trigger:focus,
.gamalux-contact.is-open .gamalux-contact__trigger {
    transform: none;
}

.gamalux-contact__trigger-label,
.gamalux-contact__chevron {
    display: none !important;
}

@media (max-width: 767px) {
    .gamalux-contact {
        width: auto;
    }

    .gamalux-contact__menu {
        width: 190px;
    }

    .gamalux-contact__trigger {
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
        padding: 0;
        border-radius: 50%;
    }

    .gamalux-contact__trigger-icon {
        width: 34px;
        height: 34px;
    }

    .gamalux-contact__trigger-icon svg {
        width: 21px;
        height: 21px;
    }
}
