/* ============================================================
 * U TELEKOM - HIZLI TEKLIF AL (SOL ALT YUZEN BUTON)
 * Tema mudahalesine kapali: agresif reset + !important.
 * ============================================================ */

.ute-qo,
.ute-qo *:not(svg):not(path) {
    all: unset;
    box-sizing: border-box !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Poppins", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    line-height: 1.35 !important;
}

.ute-qo svg {
    display: block !important;
    fill: #ffffff !important;
    color: #ffffff !important;
}

.ute-qo svg path {
    fill: #ffffff !important;
}

.ute-qo {
    position: fixed !important;
    left: 20px !important;
    bottom: 20px !important;
    right: auto !important;
    top: auto !important;
    z-index: 2147483000 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    max-width: calc(100vw - 40px) !important;
}

/* ---------- Ana buton ---------- */

.ute-qo__toggle {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 14px 22px 14px 16px !important;
    border-radius: 999px !important;
    cursor: pointer !important;
    color: #ffffff !important;
    background: #481477 !important;
    border: 1px solid #b28cd0 !important;
    box-shadow:
        0 18px 44px -16px rgba(72, 20, 119, 0.9),
        0 8px 20px -10px rgba(33, 6, 56, 0.6) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -webkit-tap-highlight-color: transparent;
}

.ute-qo__toggle:hover,
.ute-qo__toggle:focus-visible {
    transform: translateY(-3px) scale(1.04) !important;
    filter: brightness(1.12) !important;
    box-shadow:
        0 26px 56px -16px rgba(72, 20, 119, 1),
        0 0 46px -10px rgba(178, 140, 208, 0.75) !important;
}

.ute-qo__toggle-icon {
    display: inline-grid !important;
    place-items: center !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background: #b28cd0 !important;
}

.ute-qo__toggle-icon svg {
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    fill: #ffffff !important;
    color: #ffffff !important;
    transition: transform 0.2s ease !important;
}

.ute-qo__toggle:hover .ute-qo__toggle-icon svg {
    transform: rotate(-12deg) scale(1.15) !important;
}

.ute-qo__toggle-text {
    display: inline-block !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em !important;
    color: #ffffff !important;
    white-space: nowrap !important;
}

/* Nabiz halkasi */
.ute-qo__pulse {
    position: absolute !important;
    inset: -3px !important;
    border-radius: 999px !important;
    border: 2px solid rgba(178, 140, 208, 0.85) !important;
    animation: ute-qo-pulse 2.2s ease-out infinite !important;
    pointer-events: none !important;
}

@keyframes ute-qo-pulse {
    0% {
        transform: scale(1);
        opacity: 0.85;
    }
    70% {
        transform: scale(1.22);
        opacity: 0;
    }
    100% {
        transform: scale(1.22);
        opacity: 0;
    }
}

.ute-qo.is-open .ute-qo__pulse {
    animation: none !important;
    opacity: 0 !important;
}

/* ---------- Secenek menusu ---------- */

.ute-qo__menu {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding: 10px !important;
    border-radius: 16px !important;
    background: #481477 !important;
    border: 1px solid #b28cd0 !important;
    box-shadow:
        0 30px 70px -28px rgba(18, 4, 32, 0.9),
        0 0 40px -14px rgba(178, 140, 208, 0.45) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform-origin: bottom left;
    animation: ute-qo-menu-in 0.2s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.ute-qo__menu[hidden] {
    display: none !important;
}

@keyframes ute-qo-menu-in {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.94);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.ute-qo__option {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: 240px !important;
    padding: 10px 14px 10px 10px !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease !important;
}

/* Hoverlari forcla */
.ute-qo__option:hover,
.ute-qo__option:focus-visible {
    background: rgba(178, 140, 208, 0.22) !important;
    border-color: #b28cd0 !important;
    transform: translateX(5px) !important;
    box-shadow: 0 14px 30px -18px rgba(178, 140, 208, 0.9) !important;
}

.ute-qo__opt-icon {
    display: inline-grid !important;
    place-items: center !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 12px !important;
    border: none !important;
    flex: 0 0 auto !important;
}

.ute-qo__opt-icon svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    fill: #ffffff !important;
    color: #ffffff !important;
}

.ute-qo__opt-icon--wa,
.ute-qo__opt-icon--tel,
.ute-qo__opt-icon--mail {
    background: #b28cd0 !important;
    box-shadow: 0 10px 22px -10px rgba(178, 140, 208, 0.9) !important;
}

.ute-qo__opt-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 1px !important;
    min-width: 0 !important;
}

.ute-qo__opt-text small {
    display: block !important;
    font-size: 0.66rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.09em !important;
    text-transform: uppercase !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

.ute-qo__opt-text strong {
    display: block !important;
    font-size: 0.94rem !important;
    font-weight: 850 !important;
    color: #ffffff !important;
    overflow-wrap: anywhere !important;
}

/* ---------- Mobil ---------- */

@media (max-width: 480px) {
    .ute-qo {
        left: 14px !important;
        bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    }

    .ute-qo__toggle {
        padding: 12px 18px 12px 13px !important;
    }

    .ute-qo__toggle-text {
        font-size: 0.88rem !important;
    }

    .ute-qo__option {
        min-width: min(240px, calc(100vw - 60px)) !important;
    }
}
