/* Web Diafon - Widget CSS */
/* UTF-8 | Unix LF */
.wdfcont {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: fixed;
    right: 17px;
    bottom: 0;
    top: auto;
    z-index: 9999;
    width: 280px;
    overflow: hidden;
    height: 40px;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: all 400ms ease;
}
/* Sekiller */
.wdf-sekil-kare { border-radius: 0 !important; }
.wdf-sekil-koseli { border-radius: 8px !important; }
/* Ucgen (panel): eski koseli ile ayni gorunum */
.wdf-sekil-ucgen { border-radius: 8px !important; }
.wdf-sekil-yuvarlak { border-radius: 20px !important; }

/* 3D Efektleri */
.wdf-3d-alt-sag, .wdf-3d-alt-sol, .wdf-3d-ust-sag, .wdf-3d-ust-sol {
    box-shadow: 0 8px 30px rgba(0,0,0,0.5), inset 0 2px 2px rgba(255,255,255,0.3) !important;
    border: 1px solid rgba(0,0,0,0.1) !important;
}

.wdfcont.wdfaktif {
    height: 320px;
}
.wdfheader {
    display: table;
    width: 100%;
    position: relative;
    color: #fff;
    cursor: pointer;
    background-image: url(https://webdiafon.com/diafon/images/balon.png);
    background-position: 85% 10%;
    background-repeat: no-repeat;
    background-size: 15%;
}
.wdftitle {
    float: left;
    padding: 12px 10px;
    font-weight: 700;
    font-size: 14px;
}
.wdfheadbtn {
    float: right;
    border: none;
    background-color: transparent;
    background-image: url(https://webdiafon.com/diafon/images/phone-contact.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    cursor: pointer;
}
.wdfcontent {
    padding: 14px;
    position: relative;
    height: calc(100% - 40px);
}
.wdfbody {
    height: calc(100% - 25px);
    overflow-y: auto;
}
.wdffooter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    padding: 5px;
    background-color: #f0f0f0;
    text-align: center;
}
.wdfcont:not(.wdfaktif) .wdfcontent { display: none; }

/* Renkler */
.wdf-yesil .wdfheader { background-color: #349E4A; }
.wdf-mavi .wdfheader { background-color: #34619E; }
.wdf-turuncu .wdfheader { background-color: #CF6A1D; }
.wdf-sari .wdfheader { background-color: #F1C40F; }
.wdf-siyah .wdfheader { background-color: #1D1D1D; }
.wdf-kirmizi .wdfheader { background-color: #C52F32; }
.wdf-pembe .wdfheader { background-color: #C52E95; }
.wdf-turkuaz .wdfheader { background-color: #1FB5C1; }
.wdf-gece .wdfheader { background-color: #3D566E; }

/* Konumlar */
.wdf-ust-sag { top: 0; bottom: auto !important; right: 17px; left: auto; border-radius: 0 0 4px 4px !important; }
.wdf-ust-sol { top: 0; bottom: auto !important; right: auto; left: 17px; border-radius: 0 0 4px 4px !important; }
.wdf-orta-sag { right: 0; top: 50%; bottom: auto !important; left: auto; transform: translateY(-50%); border-radius: 4px 0 0 4px !important; }
.wdf-orta-sol { left: 0; top: 50%; bottom: auto !important; right: auto; transform: translateY(-50%); border-radius: 0 4px 4px 0 !important; }
.wdf-alt-sag { bottom: 0; top: auto !important; right: 17px; left: auto; border-radius: 4px 4px 0 0 !important; }
.wdf-alt-sol { bottom: 0; top: auto !important; right: auto; left: 17px; border-radius: 4px 4px 0 0 !important; }

/* Sekil (Kare/Koseli/Yuvarlak): Konum kurallarinin border-radius override etmesini engellemek icin daha spesifik */
.wdfcont.wdf-sekil-kare { border-radius: 0 !important; }
.wdfcont.wdf-sekil-koseli { border-radius: 8px !important; }
.wdfcont.wdf-sekil-ucgen { border-radius: 8px !important; }
.wdfcont.wdf-sekil-yuvarlak { border-radius: 20px !important; }
/* Ucgen: kapali halde gercek ucgen */
.wdfcont.wdf-sekil-ucgen:not(.wdfaktif) {
    width: 84px !important;
    height: 84px !important;
    border-radius: 0 !important;
    overflow: hidden;
    background: transparent !important;
    box-shadow: none !important;
}
.wdfcont.wdf-sekil-ucgen:not(.wdfaktif) .wdfheader {
    width: 84px;
    height: 84px;
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wdfcont.wdf-sekil-ucgen:not(.wdfaktif) .wdftitle { display: none !important; }
.wdfcont.wdf-sekil-ucgen:not(.wdfaktif) .wdfheadbtn {
    float: none;
    margin: 0;
    width: 84px;
    height: 84px;
    background-size: 28px;
    background-position: center;
}
.wdfcont.wdf-sekil-ucgen.wdf-ust-sag:not(.wdfaktif) .wdfheadbtn { background-position: 66% 34%; }
.wdfcont.wdf-sekil-ucgen.wdf-ust-sol:not(.wdfaktif) .wdfheadbtn { background-position: 38% 38%; }
.wdfcont.wdf-sekil-ucgen.wdf-alt-sag:not(.wdfaktif) .wdfheadbtn { background-position: 62% 62%; }
.wdfcont.wdf-sekil-ucgen.wdf-alt-sol:not(.wdfaktif) .wdfheadbtn { background-position: 38% 62%; }
.wdfcont.wdf-sekil-ucgen.wdf-orta-sag:not(.wdfaktif) .wdfheadbtn { background-position: 60% 50%; }
.wdfcont.wdf-sekil-ucgen.wdf-orta-sol:not(.wdfaktif) .wdfheadbtn { background-position: 40% 50%; }
.wdfcont.wdf-sekil-ucgen.wdf-ust-sag:not(.wdfaktif) .wdfheader { clip-path: polygon(100% 0, 100% 100%, 0 0); }
.wdfcont.wdf-sekil-ucgen.wdf-ust-sol:not(.wdfaktif) .wdfheader { clip-path: polygon(0 0, 100% 0, 0 100%); }
.wdfcont.wdf-sekil-ucgen.wdf-alt-sag:not(.wdfaktif) .wdfheader { clip-path: polygon(100% 100%, 100% 0, 0 100%); }
.wdfcont.wdf-sekil-ucgen.wdf-alt-sol:not(.wdfaktif) .wdfheader { clip-path: polygon(0 100%, 0 0, 100% 100%); }
.wdfcont.wdf-sekil-ucgen.wdf-orta-sag:not(.wdfaktif) .wdfheader { clip-path: polygon(100% 50%, 0 0, 0 100%); }
.wdfcont.wdf-sekil-ucgen.wdf-orta-sol:not(.wdfaktif) .wdfheader { clip-path: polygon(0 50%, 100% 0, 100% 100%); }
.wdfcont.wdf-sekil-ucgen.wdf-ust-sag:not(.wdfaktif) { clip-path: polygon(100% 0, 100% 100%, 0 0); }
.wdfcont.wdf-sekil-ucgen.wdf-ust-sol:not(.wdfaktif) { clip-path: polygon(0 0, 100% 0, 0 100%); }
.wdfcont.wdf-sekil-ucgen.wdf-alt-sag:not(.wdfaktif) { clip-path: polygon(100% 100%, 100% 0, 0 100%); }
.wdfcont.wdf-sekil-ucgen.wdf-alt-sol:not(.wdfaktif) { clip-path: polygon(0 100%, 0 0, 100% 100%); }
.wdfcont.wdf-sekil-ucgen.wdf-orta-sag:not(.wdfaktif) { clip-path: polygon(100% 50%, 0 0, 0 100%); }
.wdfcont.wdf-sekil-ucgen.wdf-orta-sol:not(.wdfaktif) { clip-path: polygon(0 50%, 100% 0, 100% 100%); }
.wdfcont.wdf-sekil-ucgen.wdf-ust-sag:not(.wdfaktif) { top: 12px; right: 12px; }
.wdfcont.wdf-sekil-ucgen.wdf-ust-sol:not(.wdfaktif) { top: 12px; left: 12px; }
.wdfcont.wdf-sekil-ucgen.wdf-alt-sag:not(.wdfaktif) { bottom: 12px; right: 12px; }
.wdfcont.wdf-sekil-ucgen.wdf-alt-sol:not(.wdfaktif) { bottom: 12px; left: 12px; }
.wdfcont.wdf-sekil-ucgen.wdf-orta-sag:not(.wdfaktif) { right: 12px; left: auto; transform: translateY(-50%); }
.wdfcont.wdf-sekil-ucgen.wdf-orta-sol:not(.wdfaktif) { left: 12px; right: auto; transform: translateY(-50%); }
/* Yuvarlak: kapali halde gercek daire ikon + ornek_dugmeler btn-kapsul benzeri 3D */
.wdfcont.wdf-sekil-yuvarlak:not(.wdfaktif) {
    width: 68px !important;
    height: 68px !important;
    border-radius: 50% !important;
    overflow: hidden;
    box-shadow:
        0 4px 0 rgba(0, 0, 0, 0.12),
        0 8px 0 rgba(0, 0, 0, 0.05),
        0 18px 36px rgba(0, 0, 0, 0.3) !important;
}
.wdfcont.wdf-sekil-yuvarlak:not(.wdfaktif) .wdfheader {
    height: 68px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Sadece radial isik: linear katman dairede dikey ton banti yapar */
    background-image: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.4) 0%, transparent 50%) !important;
    box-shadow:
        inset 0 2px 6px rgba(255, 255, 255, 0.35),
        inset 0 -5px 12px rgba(0, 0, 0, 0.12);
}
.wdfcont.wdf-sekil-yuvarlak:not(.wdfaktif) .wdftitle {
    display: none !important;
}
.wdfcont.wdf-sekil-yuvarlak:not(.wdfaktif) .wdfheadbtn {
    float: none;
    display: block;
    margin: 0;
    width: 68px;
    height: 68px;
    background-size: 30px;
}
.wdfcont.wdf-sekil-yuvarlak.wdf-ust-sag:not(.wdfaktif) { top: 12px; right: 12px; }
.wdfcont.wdf-sekil-yuvarlak.wdf-ust-sol:not(.wdfaktif) { top: 12px; left: 12px; }
.wdfcont.wdf-sekil-yuvarlak.wdf-alt-sag:not(.wdfaktif) { bottom: 12px; right: 12px; }
.wdfcont.wdf-sekil-yuvarlak.wdf-alt-sol:not(.wdfaktif) { bottom: 12px; left: 12px; }
.wdfcont.wdf-sekil-yuvarlak.wdf-orta-sag:not(.wdfaktif) {
    right: 12px;
    left: auto;
    transform: translateY(-50%);
}
.wdfcont.wdf-sekil-yuvarlak.wdf-orta-sol:not(.wdfaktif) {
    left: 12px;
    right: auto;
    transform: translateY(-50%);
}

/* Ucgen (Corner) Konumlar */
.wdf-ust-sag-ucgen { overflow: visible; top: -8px; right: -45px; bottom: auto; transform: rotate(-135deg); width: 160px !important; }
.wdfcont.wdfaktif.wdf-ust-sag-ucgen { top: -8px; right: 0; transform: rotate(0deg); width: 300px !important; }
.wdf-ust-sag-ucgen .wdfheader { height: 110px; }
.wdfcont.wdfaktif.wdf-ust-sag-ucgen .wdfheader { height: auto; }
.wdf-ust-sag-ucgen .wdftitle { display: none; }
.wdfcont.wdfaktif.wdf-ust-sag-ucgen .wdftitle { display: block; }

.wdf-ust-sol-ucgen { overflow: visible; top: -8px; left: -45px; right: auto; bottom: auto; transform: rotate(135deg); width: 160px !important; }
.wdfcont.wdfaktif.wdf-ust-sol-ucgen { top: -8px; left: 0; right: auto; transform: rotate(0deg); width: 300px !important; }
.wdf-ust-sol-ucgen .wdfheader { height: 110px; }
.wdfcont.wdfaktif.wdf-ust-sol-ucgen .wdfheader { height: auto; }
.wdf-ust-sol-ucgen .wdftitle { display: none; }
.wdfcont.wdfaktif.wdf-ust-sol-ucgen .wdftitle { display: block; }

.wdf-alt-sag-ucgen { bottom: 8px; right: 0; border-radius: 100% 0 0 0 !important; width: 180px !important; }
.wdf-alt-sol-ucgen { bottom: 8px; left: 0; right: auto; border-radius: 0 100% 0 0 !important; width: 180px !important; }

.wdf-alt-sag-ucgen { overflow: visible; top: auto; right: -45px; transform: rotate(-50deg); width: 160px !important; }
.wdfcont.wdfaktif.wdf-alt-sag-ucgen { right: 0; transform: rotate(0deg); width: 300px !important; }
.wdf-alt-sag-ucgen .wdfheader { height: 110px; }
.wdfcont.wdfaktif.wdf-alt-sag-ucgen .wdfheader { height: auto; }
.wdf-alt-sag-ucgen .wdftitle { display: none; }
.wdfcont.wdfaktif.wdf-alt-sag-ucgen .wdftitle { display: block; }

.wdf-alt-sol-ucgen { overflow: visible; top: auto; left: -45px; right: auto; transform: rotate(50deg); width: 160px !important; }
.wdfcont.wdfaktif.wdf-alt-sol-ucgen { left: 0; right: auto; transform: rotate(0deg); width: 300px !important; }
.wdf-alt-sol-ucgen .wdfheader { height: 110px; }
.wdfcont.wdfaktif.wdf-alt-sol-ucgen .wdfheader { height: auto; }
.wdf-alt-sol-ucgen .wdftitle { display: none; }
.wdfcont.wdfaktif.wdf-alt-sol-ucgen .wdftitle { display: block; }

.wdf-ust-sag-ucgen .wdfheadbtn { float: none; margin: 6px auto; display: block; transform: rotate(135deg); }
.wdf-ust-sol-ucgen .wdfheadbtn { float: none; margin: 6px auto; display: block; transform: rotate(-135deg); }
.wdf-alt-sag-ucgen .wdfheadbtn { float: none; margin: 6px auto; display: block; transform: rotate(135deg); }
.wdf-alt-sol-ucgen .wdfheadbtn { float: none; margin: 6px auto; display: block; transform: rotate(-135deg); }

.wdfcont.wdfaktif .wdfheadbtn {
    background-image: url(https://webdiafon.com/diafon/images/close.png);
    float: right;
    margin: 0;
    transform: rotate(0deg);
}

/* 3D Konumlar (Standart Konumlara Ek Olarak Box Shadow ve Border Verilmis Sınıflardır) */
.wdf-3d-alt-sag { bottom: 0; top: auto !important; right: 17px; left: auto; transform: perspective(1000px) rotateX(10deg); }
.wdf-3d-alt-sol { bottom: 0; top: auto !important; right: auto; left: 17px; transform: perspective(1000px) rotateX(10deg); }
.wdf-3d-ust-sag { top: 0; bottom: auto !important; right: 17px; left: auto; transform: perspective(1000px) rotateX(-10deg); }
.wdf-3d-ust-sol { top: 0; bottom: auto !important; right: auto; left: 17px; transform: perspective(1000px) rotateX(-10deg); }

/* AI widget: baslik yerlesimi, hover buyutme, ses dalgasi, konusma aktif */
.wdf-ai .wdfheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}
.wdf-ai .wdftitle {
    float: none;
    flex: 1;
    min-width: 0;
}
.wdf-ai .wdfheader-act {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}
.wdf-ai .wdf-ses-dalga {
    display: none;
    align-items: flex-end;
    gap: 4px;
    height: 28px;
    padding: 0 4px;
    box-sizing: border-box;
}
.wdf-ai .wdf-ses-dalga span {
    display: block;
    width: 4px;
    min-height: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 2px;
    transition: height 0.06s ease;
}
#wdfAiWidget:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader:hover {
    transform: scale(1.5);
    transform-origin: center center;
    transition: transform 0.25s ease;
    z-index: 10001;
    position: relative;
}
#wdfAiWidget.wdf-sekil-yuvarlak:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader:hover {
    transform: scale(1.12);
}
#wdfAiWidget.wdf-sekil-ucgen:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader:hover {
    transform: scale(1.06);
}
#wdfAiWidget.wdf-ust-sag-ucgen:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader:hover {
    transform-origin: top right;
}
#wdfAiWidget.wdf-ust-sol-ucgen:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader:hover {
    transform-origin: top left;
}
#wdfAiWidget.wdf-alt-sag-ucgen:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader:hover,
#wdfAiWidget.wdf-alt-sol-ucgen:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader:hover {
    transform-origin: bottom center;
}
/* Ucgen: ust widget rotate + header scale() tiklama bolgesini kaydirir — hoverda scale yok */
#wdfAiWidget[class*="-ucgen"]:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader:hover {
    transform: none !important;
    filter: brightness(1.1);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
/* Kapali ucgen: wdfcont 40px + overflow hidden, header 110px -> + ve ikon kesiliyordu */
#wdfAiWidget.wdf-ai[class*="-ucgen"]:not(.wdfaktif):not(.wdf-ai-canli) {
    overflow: visible;
    height: 110px;
    max-height: 110px;
}
/* Kapali ucgen: baslik metni gizli; tek cocuk (buton) space-between yuzunden sola kayiyordu — ortala */
#wdfAiWidget[class*="-ucgen"]:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader {
    justify-content: center;
}
#wdfAiWidget[class*="-ucgen"]:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader-act {
    margin: 0 auto;
}
/* Kapali ucgen: tam ortada hoparlör (tiklamada mikrofon butonu/ baslik calisir; ::after tiklamayi engellemez) */
#wdfAiWidget[class*="-ucgen"]:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader {
    position: relative;
}
/* Hoparlör SVG; widget ile donunce yanlis acida gorunmesin diye koseye gore duzelt */
#wdfAiWidget[class*="-ucgen"]:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    margin-top: -17px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'/%3E%3Cpath d='M15.54 8.46a5 5 0 0 1 0 7.07'/%3E%3Cpath d='M19.07 4.93a10 10 0 0 1 0 14.14'/%3E%3C/svg%3E") center / contain no-repeat;
    opacity: 0.95;
    pointer-events: none;
    z-index: 6;
}
#wdfAiWidget.wdf-ust-sag-ucgen:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader::after {
    transform: rotate(135deg);
}
#wdfAiWidget.wdf-ust-sol-ucgen:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader::after {
    transform: rotate(-135deg);
}
#wdfAiWidget.wdf-alt-sag-ucgen:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader::after {
    transform: rotate(50deg);
}
#wdfAiWidget.wdf-alt-sol-ucgen:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader::after {
    transform: rotate(-50deg);
}
#wdfAiWidget.wdf-sekil-ucgen.wdf-ust-sag:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader::after {
    left: 66.666%;
    top: 33.333%;
    right: auto;
    margin-left: 0;
    margin-top: 0;
    width: 22px;
    height: 22px;
    transform: translate(-50%, -50%);
}
#wdfAiWidget[class*="-ucgen"]:not(.wdfaktif):not(.wdf-ai-canli) .wdfheadbtn .wdf-ai-ico-mic,
#wdfAiWidget[class*="-ucgen"]:not(.wdfaktif):not(.wdf-ai-canli) .wdfheadbtn .wdf-ai-ico-close,
#wdfAiWidget[class*="-ucgen"]:not(.wdfaktif):not(.wdf-ai-canli) .wdfheadbtn .wdf-ai-ico-phone {
    display: none !important;
    visibility: hidden !important;
}
.wdf-ai.wdf-ai-canli .wdf-ses-dalga {
    display: flex !important;
}
/* AI: ikonlar buton icinde inline SVG (arka plan + ucgen donusunde kaybolmaz) */
.wdf-ai .wdfheadbtn {
    background-image: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: 0;
    flex-shrink: 0;
}
.wdf-ai .wdfheadbtn .wdf-ai-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.wdf-ai .wdfheadbtn .wdf-ai-ico svg {
    display: block;
    width: 24px;
    height: 24px;
}
#wdfAiWidget.wdf-sekil-yuvarlak:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader {
    justify-content: center;
}
#wdfAiWidget.wdf-sekil-yuvarlak:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader-act {
    margin: 0;
}
#wdfAiWidget.wdf-sekil-yuvarlak:not(.wdfaktif):not(.wdf-ai-canli) .wdfheadbtn {
    min-width: 68px;
    min-height: 68px;
}
#wdfAiWidget.wdf-sekil-ucgen:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader {
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 6px;
    padding-top: 4px;
}
#wdfAiWidget.wdf-sekil-ucgen:not(.wdfaktif):not(.wdf-ai-canli) .wdfheadbtn {
    min-width: 84px;
    min-height: 84px;
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 8px;
    padding-top: 6px;
    box-sizing: border-box;
}
#wdfAiWidget.wdf-sekil-ucgen.wdf-ust-sag:not(.wdfaktif):not(.wdf-ai-canli) .wdfheadbtn .wdf-ai-ico svg {
    width: 20px !important;
    height: 20px !important;
    transform: translate(-20px, 12px) !important;
}
.wdf-ai .wdf-ai-ico-close {
    display: none;
}
.wdf-ai .wdf-ai-ico-phone {
    display: none;
}
.wdf-ai-sesli-head-sol {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
}
.wdf-ai-sesli-head-ahize {
    display: none;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.wdf-ai-mod-sohbet .wdf-ai-sesli-head-ahize {
    display: none !important;
}
#wdfAiWidget.wdf-ai-mod-sesli:not(.wdfaktif):not(.wdf-ai-canli) .wdf-ai-sesli-head-ahize {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    clip: rect(0, 0, 0, 0) !important;
    pointer-events: none !important;
}
/* ornek-kapsul kapali: baslik sol (kucuk ahize) tamamen kaldir — ortada tek ikon */
#wdfAiWidget.wdf-ai-ornek-kapsul:not(.wdfaktif):not(.wdf-ai-canli) .wdf-ai-sesli-head-sol {
    display: none !important;
}
/* Sesli KVKK mockup: solda siyah ahize + baslik; sagda yalnizca X */
#wdfAiWidget.wdf-ai-mod-sesli.wdfaktif:not(.wdf-ai-canli) .wdf-ai-sesli-head-ahize {
    display: inline-flex !important;
    color: #1a1a1a;
}
#wdfAiWidget.wdf-ai-mod-sesli.wdfaktif:not(.wdf-ai-canli) .wdf-ai-ico-mic,
#wdfAiWidget.wdf-ai-mod-sesli.wdfaktif:not(.wdf-ai-canli) .wdf-ai-ico-phone {
    display: none !important;
}
#wdfAiWidget.wdf-ai-mod-sesli.wdfaktif:not(.wdf-ai-canli) .wdf-ai-ico-close {
    display: inline-flex !important;
}
#wdfAiWidget.wdf-ai-mod-sesli.wdfaktif:not(.wdf-ai-canli) .wdfheadbtn {
    min-width: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wdf-ai.wdf-ai-canli .wdf-ai-ico-mic {
    display: none !important;
}
.wdf-ai.wdf-ai-canli .wdf-ai-ico-phone {
    display: none !important;
}
.wdf-ai.wdf-ai-canli .wdf-ai-ico-close {
    display: inline-flex !important;
}
/* Sesli kapali yuvarlak: tek beyaz ahize (mikrofon+kapat gizli), ornek 3D */
#wdfAiWidget.wdf-ai-mod-sesli.wdf-sekil-yuvarlak:not(.wdfaktif):not(.wdf-ai-canli) .wdf-ai-ico-mic,
#wdfAiWidget.wdf-ai-mod-sesli.wdf-sekil-yuvarlak:not(.wdfaktif):not(.wdf-ai-canli) .wdf-ai-ico-close {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    clip: rect(0, 0, 0, 0) !important;
}
#wdfAiWidget.wdf-ai-mod-sesli.wdf-sekil-yuvarlak:not(.wdfaktif):not(.wdf-ai-canli) .wdf-ai-ico-phone {
    display: inline-flex !important;
    visibility: visible !important;
}
/* Gorunum: usr/butonlar/ornek_dg.css (btn-kapsul birebir) + .wdf-ai-ornek-kapsul */
/* Ust konum: cerceve altiyla hizala ( --wdf-header-alt veya data-header-auto ) */
#wdfAiWidget.wdf-ai-mod-sesli.wdf-sekil-yuvarlak.wdf-ust-sag:not(.wdfaktif):not(.wdf-ai-canli),
#wdfAiWidget.wdf-ai-mod-sesli.wdf-sekil-yuvarlak.wdf-ust-sol:not(.wdfaktif):not(.wdf-ai-canli) {
    top: var(--wdf-header-alt, 64px) !important;
    bottom: auto !important;
    transform: translateY(-50%);
}
.wdf-ai.wdf-ai-canli .wdfheadbtn {
    float: right;
    margin: 0;
    transform: rotate(0deg) !important;
}
.wdf-ai.wdf-ai-canli.wdf-ust-sag-ucgen .wdfheadbtn,
.wdf-ai.wdf-ai-canli.wdf-ust-sol-ucgen .wdfheadbtn,
.wdf-ai.wdf-ai-canli.wdf-alt-sag-ucgen .wdfheadbtn,
.wdf-ai.wdf-ai-canli.wdf-alt-sol-ucgen .wdfheadbtn {
    float: none;
    margin: 6px 8px 6px auto;
    min-width: 44px;
    min-height: 44px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
/* Gorusme acikken ucgen: dar 40px + rotate yuzunden dalga/kapat gorunmez; gecici duz bar */
.wdf-ai.wdf-ai-canli.wdf-ust-sag-ucgen {
    top: -8px !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    transform: rotate(0deg) !important;
    width: 280px !important;
    min-height: 52px !important;
    height: auto !important;
    z-index: 10050;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.35);
}
.wdf-ai.wdf-ai-canli.wdf-ust-sol-ucgen {
    top: -8px !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    transform: rotate(0deg) !important;
    width: 280px !important;
    min-height: 52px !important;
    height: auto !important;
    z-index: 10050;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.35);
}
.wdf-ai.wdf-ai-canli.wdf-alt-sag-ucgen {
    bottom: 8px !important;
    right: 0 !important;
    top: auto !important;
    left: auto !important;
    transform: rotate(0deg) !important;
    width: 280px !important;
    min-height: 52px !important;
    height: auto !important;
    z-index: 10050;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.35);
}
.wdf-ai.wdf-ai-canli.wdf-alt-sol-ucgen {
    bottom: 8px !important;
    left: 0 !important;
    right: auto !important;
    top: auto !important;
    transform: rotate(0deg) !important;
    width: 280px !important;
    min-height: 52px !important;
    height: auto !important;
    z-index: 10050;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.35);
}
@keyframes wdf-ai-canli-nefes {
    0%, 100% { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35); }
    50% { box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.5); }
}
.wdf-ai.wdf-ai-canli[class*="-ucgen"] .wdfheader {
    min-height: 48px;
    height: auto !important;
    align-items: center;
    animation: wdf-ai-canli-nefes 1.4s ease-in-out infinite;
}

/* Sesli mod: ucgen baslik gizliyken durum metni */
.wdf-ai.wdf-ai-sesli-baslik-ucgen .wdftitle,
.wdf-ai.wdf-ai-canli.wdf-ust-sag-ucgen .wdftitle,
.wdf-ai.wdf-ai-canli.wdf-ust-sol-ucgen .wdftitle,
.wdf-ai.wdf-ai-canli.wdf-alt-sag-ucgen .wdftitle,
.wdf-ai.wdf-ai-canli.wdf-alt-sol-ucgen .wdftitle {
    display: block !important;
    font-size: 11px;
    padding: 4px 6px;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Sesli KVKK paneli */
.wdf-ai-mod-sesli.wdfaktif {
    height: auto;
    max-height: min(90vh, 480px);
    min-height: 360px;
}
/* Host sayfadaki genel class cakismalarina karsi: panel/icerik katmanlari sabit */
#wdfAiWidget .wdfheader {
    position: relative !important;
    z-index: 2;
}
#wdfAiWidget .wdfcontent,
#wdfAiWidget .wdfbody {
    position: relative !important;
    z-index: 3;
}
#wdfAiWidget input,
#wdfAiWidget button,
#wdfAiWidget label,
#wdfAiWidget textarea,
#wdfAiWidget select {
    pointer-events: auto !important;
}
#wdfAiWidget #wdfAiTelManuel {
    display: block;
    position: relative;
    z-index: 5;
    pointer-events: auto !important;
    -webkit-user-select: text;
    user-select: text;
}
.wdf-ai-kvkk-metin {
    font-size: 14px;
    line-height: 1.35;
    color: #444;
    margin-bottom: 10px;
    padding: 8px;
    background: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}
.wdf-ai-kvkk-cb {
    display: block;
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 5px;
    cursor: pointer;
    color: #000;
}
.wdf-ai-kvkk-cb input {
    margin-right: 6px;
    vertical-align: middle;
}

.wdf-ai-tel-satir {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #ddd;
}
#wdfAiTelGoster {
    flex: 1 1 120px;
    font-size: 12px;
    word-break: break-all;
}
#wdfAiTelGoster.wdf-ai-tel-yok {
    color: #888;
    font-style: italic;
}
.wdf-ai-rehber-izin {
    flex: 0 0 auto;
    padding: 8px 12px;
    background: #2e7d32;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}
.wdf-ai-rehber-izin:active {
    opacity: 0.9;
}

.wdf-ai-sms-yol {
    padding: 6px 10px;
    font-size: 12px;
    background: #1565c0;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 6px;
}
.wdf-ai-sms-yol:active {
    opacity: 0.92;
}

/* Sesli AI — acilan dogrulama popup (kart + 3D dugmeler) */
#wdfAiWidget.wdf-ai-mod-sesli.wdfaktif:not(.wdf-ai-canli) .wdfcontent {
    background: linear-gradient(180deg, #eef2f7 0%, #fff 22%);
    border-radius: 0 0 10px 10px;
}
.wdf-ai-sesli-popup {
    padding: 2px 0 4px;
}
.wdf-ai-tel-pc-hint {
    font-size: 14px;
    color: #4a5568;
    margin: 0 0 10px;
    line-height: 1.4;
}
.wdf-ai-inp {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    margin-bottom: 10px;
    border: 1px solid #c5cdd8;
    border-radius: 10px;
    font-size: 14px;
    background: #fff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.04);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.wdf-ai-inp:focus {
    outline: none;
    border-color: #0082c8;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.04), 0 0 0 3px rgba(0, 130, 200, 0.2);
}
.wdf-ai-kod-alani {
    display: none;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #e2e8f0;
}
.wdf-ai-mesaj {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.4;
    min-height: 1.2em;
}
.wdf-ai-btn {
    width: 100%;
    box-sizing: border-box;
    margin-top: 8px;
    padding: 11px 14px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.wdf-ai-btn:active {
    transform: translateY(2px) scale(0.99);
}
.wdf-ai-btn-sms {
    color: #fff;
    background: linear-gradient(165deg, #1a9adb 0%, #0082c8 45%, #006aa3 100%);
    box-shadow:
        0 3px 0 #004d7a,
        0 8px 20px rgba(0, 130, 200, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.wdf-ai-btn-sms:hover {
    box-shadow:
        0 3px 0 #004d7a,
        0 12px 26px rgba(0, 130, 200, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.wdf-ai-btn-dogrula {
    margin-top: 10px;
    color: #fff;
    background: linear-gradient(165deg, #4caf6a 0%, #349E4A 45%, #2a7d3b 100%);
    box-shadow:
        0 3px 0 #1e5c2e,
        0 8px 20px rgba(52, 158, 74, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.wdf-ai-btn-dogrula:hover {
    box-shadow:
        0 3px 0 #1e5c2e,
        0 12px 26px rgba(52, 158, 74, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.wdf-ai-btn-iptal {
    margin-top: 10px;
    color: #374151;
    font-weight: 500;
    background: linear-gradient(180deg, #f9fafb 0%, #e5e7eb 100%);
    border: 1px solid #d1d5db;
    box-shadow: 0 2px 0 #9ca3af, 0 4px 12px rgba(0, 0, 0, 0.08);
}
.wdf-ai-btn-iptal:hover {
    background: linear-gradient(180deg, #fff 0%, #eef0f3 100%);
}
#wdfAiWidget.wdf-ai-mod-sesli.wdfaktif:not(.wdf-ai-canli) .wdf-ai-kvkk-metin {
    background: linear-gradient(180deg, #fff 0%, #f4f6f9 100%);
    border: 1px solid #dce3ec;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 2px 8px rgba(0, 0, 0, 0.04);
}
#wdfAiWidget.wdf-ai-mod-sesli.wdfaktif:not(.wdf-ai-canli) .wdf-ai-tel-satir {
    background: linear-gradient(180deg, #fff 0%, #f0f3f7 100%);
    border-radius: 10px;
    border: 1px solid #d8dee8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* ornek_dg yoksa (mf): embed canli dalga — ornek_dg ile ayni */
#wdfAiWidget.wdf-ai-ornek-kapsul {
    --wdf-dalga-rgb: 52, 158, 74;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-yuzey-cam {
    --wdf-dalga-rgb: 255, 255, 255;
}
@keyframes wdf-ai-embed-isik-dalga {
    0% {
        box-shadow:
            0 0 0 0 rgba(var(--wdf-dalga-rgb), 0.48),
            0 0 14px rgba(var(--wdf-dalga-rgb), 0.32);
    }
    100% {
        box-shadow:
            0 0 0 40px rgba(var(--wdf-dalga-rgb), 0),
            0 0 4px rgba(var(--wdf-dalga-rgb), 0);
    }
}
@keyframes wdf-ai-embed-isik-dalga-cam {
    0% {
        box-shadow:
            0 0 0 0 rgba(var(--wdf-dalga-rgb), 0.22),
            0 0 16px rgba(var(--wdf-dalga-rgb), 0.14);
    }
    100% {
        box-shadow:
            0 0 0 40px rgba(var(--wdf-dalga-rgb), 0),
            0 0 5px rgba(var(--wdf-dalga-rgb), 0);
    }
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-canli .wdfheadbtn {
    position: relative;
    z-index: 1;
    overflow: visible;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-canli .wdfheadbtn::before,
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-canli .wdfheadbtn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-canli .wdfheadbtn::before {
    animation: wdf-ai-embed-isik-dalga 2.4s ease-out infinite;
    opacity: 1;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-canli .wdfheadbtn::after {
    animation: wdf-ai-embed-isik-dalga 2.4s ease-out infinite;
    animation-delay: 1.2s;
    opacity: 1;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-yuzey-cam.wdf-ai-canli .wdfheadbtn::before,
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-yuzey-cam.wdf-ai-canli .wdfheadbtn::after {
    animation-name: wdf-ai-embed-isik-dalga-cam;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-canli .wdfheadbtn .wdf-ai-ico {
    position: relative;
    z-index: 1;
}