.conversion-buttons {
    position: fixed;
    left: 20px;
    bottom: 24px;
    z-index: 10050;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transition: bottom .25s ease;
}

.conversion-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .28);
    transition: transform .2s ease, box-shadow .2s ease;
}

.conversion-btn i {
    font-size: 1.5rem;
    line-height: 1;
}

.conversion-btn:hover {
    transform: scale(1.06);
    color: #fff !important;
}

.conversion-btn-phone {
    background: #111;
}

.conversion-btn-phone:hover {
    background: #000;
}

.conversion-btn-whatsapp {
    background: #25d366;
    animation: ozmak-wa-ripple .8s linear infinite;
}

.conversion-btn-whatsapp:hover {
    background: #1ebe57;
}

@keyframes ozmak-wa-ripple {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .45), 0 6px 18px rgba(0, 0, 0, .28); }
    100% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0), 0 6px 18px rgba(0, 0, 0, .28); }
}

.ozmak-chatbot {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10060;
    font-family: Montserrat, Arial, sans-serif;
    transition: bottom .25s ease;
}

body.kvkk-open .conversion-buttons {
    bottom: calc(var(--kvkk-height, 88px) + 24px);
}

body.kvkk-open .ozmak-chatbot {
    bottom: calc(var(--kvkk-height, 88px) + 20px);
}

.ozmak-chatbot-launcher {
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 50%;
    background: #071e65;
    color: #fff;
    box-shadow: 0 8px 22px rgba(7, 30, 101, .35);
    cursor: pointer;
    position: relative;
    display: none;
}

.ozmak-chatbot.is-closed .ozmak-chatbot-launcher {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ozmak-chatbot-launcher i {
    font-size: 1.55rem;
}

.ozmak-chatbot-launcher-dot {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: #25d366;
    border: 2px solid #fff;
    border-radius: 50%;
}

.ozmak-chatbot-window {
    width: 360px;
    max-width: calc(100vw - 24px);
    height: 480px;
    max-height: calc(100vh - 40px);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(20, 30, 50, .28);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.ozmak-chatbot-window[hidden] {
    display: none !important;
}

.ozmak-chatbot-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #f4f6f8;
    border-bottom: 1px solid #e6e8eb;
}

.ozmak-chatbot-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 42px;
    background: #d8e3f0;
}

.ozmak-chatbot-avatar svg {
    width: 100%;
    height: 100%;
    display: block;
}

.ozmak-chatbot-who {
    flex: 1;
    min-width: 0;
}

.ozmak-chatbot-who strong {
    display: block;
    font-size: 15px;
    color: #1d2430;
    line-height: 1.2;
}

.ozmak-chatbot-who span {
    display: block;
    font-size: 12px;
    color: #7b8494;
}

.ozmak-chatbot-close {
    border: 0;
    background: transparent;
    color: #6b7280;
    font-size: 18px;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
}

.ozmak-chatbot-body {
    flex: 1;
    overflow-y: auto;
    padding: 16px 14px;
    background: #fafbfc;
}

.ozmak-chatbot-msg {
    max-width: 92%;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.ozmak-chatbot-msg.bot {
    background: #eef1f4;
    color: #2e343d;
    border-top-left-radius: 4px;
}

.ozmak-chatbot-msg.user {
    background: #071e65;
    color: #fff;
    margin-left: auto;
    border-top-right-radius: 4px;
}

.ozmak-chatbot-quick {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
}

.ozmak-chatbot-chip {
    border: 1px solid #cfd6de;
    background: #fff;
    color: #2e343d;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.ozmak-chatbot-chip:hover {
    border-color: #071e65;
    color: #071e65;
    background: #f4f7ff;
}

.ozmak-chatbot-form {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-top: 1px solid #e6e8eb;
    background: #fff;
}

.ozmak-chatbot-form input[type="text"]:not(.ozmak-chatbot-hp) {
    flex: 1;
    border: 0;
    outline: none;
    font-size: 13px;
    padding: 8px 4px;
    background: transparent;
}

.ozmak-chatbot-send {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #071e65;
    color: #fff;
    cursor: pointer;
}

.ozmak-chatbot-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

body.ozmak-chat-open #to-top {
    display: none !important;
}

@media (max-width: 575.98px) {
    .conversion-buttons {
        left: 12px;
        bottom: 16px;
    }

    .conversion-btn {
        width: 50px;
        height: 50px;
    }

    .ozmak-chatbot {
        right: 12px;
        bottom: 16px;
    }

    body.kvkk-open .conversion-buttons,
    body.kvkk-open .ozmak-chatbot {
        bottom: calc(var(--kvkk-height, 88px) + 12px);
    }

    .ozmak-chatbot-window {
        width: calc(100vw - 24px);
        height: min(520px, calc(100vh - 90px));
    }
}
