/* ornek_dugmeler.html — butonlar sayfasina entegre, UTF-8 | Unix LF */
.wdf-ornek-dugmeler-entegre {
  --bg: #e8eef4;
  --txt: #1a2530;
  --dugme-hue: 28;
  --k1-light: #e8883a;
  --k1-mid: #cf6a1d;
  --k1-dark: #a34f0f;
  --k1-lip: #8b420c;
  --k1-sh1: rgba(207, 106, 29, 0.5);
  --k1-sh2: rgba(207, 106, 29, 0.55);
  --k2-light: #4d6882;
  --k2-mid: #3d566e;
  --k2-dark: #2a3d4f;
  --k2-lip: #253545;
  --k2-sh1: rgba(61, 86, 110, 0.55);
  --k2-sh2: rgba(61, 86, 110, 0.6);
  box-sizing: border-box;
  margin: 0 0 2rem;
  padding: 2rem 1.25rem 2.5rem;
  border-radius: 12px;
  background: linear-gradient(160deg, var(--bg) 0%, #d4dce6 100%);
  color: var(--txt);
  font-family: system-ui, "Segoe UI", Arial, sans-serif;
}
.wdf-ornek-dugmeler-entegre *,
.wdf-ornek-dugmeler-entegre *::before,
.wdf-ornek-dugmeler-entegre *::after {
  box-sizing: border-box;
}
.wdf-ornek-dugmeler-entegre .wdf-ornek-dugmeler-baslik {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  letter-spacing: -0.02em;
}
.wdf-ornek-dugmeler-entegre p.lead {
  margin: 0 0 2rem;
  font-size: 0.9rem;
  opacity: 0.85;
  max-width: 42rem;
}
.wdf-ornek-dugmeler-entegre section {
  margin-bottom: 2.5rem;
}
.wdf-ornek-dugmeler-entegre section h2 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.55;
  margin: 0 0 1rem;
}
.wdf-ornek-dugmeler-entegre .wdf-ornek-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
  perspective: 900px;
}
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget) .wdf-ikon-ahize,
#wdfAiWidget.wdf-ai-ornek-kapsul:not(.wdfaktif):not(.wdf-ai-canli) .wdfheadbtn .wdf-ikon-ahize {
  display: block;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget) .btn-kare .wdf-ikon-ahize {
  width: 52.8px;
  height: 52.8px;
}
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget) .btn-kapsul,
#wdfAiWidget.wdf-ai-ornek-kapsul:not(.wdfaktif):not(.wdf-ai-canli) .wdfheadbtn {
  appearance: none;
  border: 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 32% 28%, rgba(255,255,255,0.45) 0%, transparent 42%),
    linear-gradient(160deg, var(--k1-light) 0%, var(--k1-mid) 45%, var(--k1-dark) 100%);
  box-shadow:
    0 4px 0 var(--k1-lip),
    0 6px 0 rgba(0,0,0,0.15),
    0 14px 28px var(--k1-sh1),
    inset 0 2px 4px rgba(255,255,255,0.35),
    inset 0 -4px 10px rgba(0,0,0,0.15);
  transform: translateY(0);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget) .btn-kapsul:hover,
#wdfAiWidget.wdf-ai-ornek-kapsul:not(.wdfaktif):not(.wdf-ai-canli) .wdfheadbtn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow:
    0 5px 0 var(--k1-lip),
    0 8px 0 rgba(0,0,0,0.12),
    0 22px 40px var(--k1-sh2),
    inset 0 2px 4px rgba(255,255,255,0.4),
    inset 0 -4px 10px rgba(0,0,0,0.12);
}
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget) .btn-kapsul:active,
#wdfAiWidget.wdf-ai-ornek-kapsul:not(.wdfaktif):not(.wdf-ai-canli) .wdfheadbtn:active {
  transform: translateY(4px) scale(0.98);
  box-shadow:
    0 1px 0 var(--k1-lip),
    0 2px 8px rgba(0,0,0,0.3),
    inset 0 4px 12px rgba(0,0,0,0.2);
}
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget) .btn-kare {
  appearance: none;
  border: 0;
  width: 79.2px;
  height: 79.2px;
  border-radius: 15.4px;
  cursor: pointer;
  background: linear-gradient(145deg, var(--k2-light) 0%, var(--k2-mid) 50%, var(--k2-dark) 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.12) inset,
    0 -3px 8px rgba(0,0,0,0.25) inset,
    0 10px 24px var(--k2-sh1),
    0 4px 0 var(--k2-lip);
  transform: rotateX(10deg);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget) .btn-kare:hover {
  transform: rotateX(4deg) translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.18) inset,
    0 14px 32px var(--k2-sh2),
    0 5px 0 var(--k2-lip);
}
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget) .btn-kare:active {
  transform: rotateX(14deg) translateY(2px);
  box-shadow:
    0 4px 12px rgba(0,0,0,0.35) inset,
    0 4px 12px rgba(0,0,0,0.2);
}
.wdf-ornek-dugmeler-entegre .wdf-ornek-footer {
  margin-top: 2rem;
  font-size: 0.78rem;
  opacity: 0.55;
  max-width: 40rem;
}
.wdf-ornek-dugmeler-entegre .renk-scala {
  margin-bottom: 2rem;
  max-width: 28rem;
}
.wdf-ornek-dugmeler-entegre .renk-scala > h2 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.55;
  margin: 0 0 0.5rem;
}
.wdf-ornek-dugmeler-entegre .renk-scala-bar-wrap {
  position: relative;
  padding: 6px 0 2px;
}
.wdf-ornek-dugmeler-entegre .renk-scala-bar {
  height: 26px;
  border-radius: 10px;
  cursor: pointer;
  background: linear-gradient(90deg,
    hsl(0, 78%, 52%), hsl(36, 78%, 50%), hsl(72, 72%, 46%), hsl(108, 65%, 42%),
    hsl(144, 55%, 40%), hsl(180, 55%, 42%), hsl(216, 62%, 48%), hsl(252, 62%, 52%),
    hsl(288, 65%, 52%), hsl(324, 75%, 52%), hsl(360, 78%, 52%));
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
}
.wdf-ornek-dugmeler-entegre .renk-scala-bar:focus {
  outline: 2px solid var(--k2-mid);
  outline-offset: 3px;
}
.wdf-ornek-dugmeler-entegre .renk-scala-isaret {
  position: absolute;
  top: 2px;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.35), 0 1px 4px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  left: 7.78%;
  transition: left 0.12s ease-out;
}
.wdf-ornek-dugmeler-entegre .renk-scala-ipucu {
  margin: 0.45rem 0 0;
  font-size: 0.78rem;
  opacity: 0.65;
}
.wdf-ornek-dugmeler-entegre .dalga-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
  font-size: 0.88rem;
  cursor: pointer;
  user-select: none;
  max-width: 28rem;
}
.wdf-ornek-dugmeler-entegre .dalga-toggle input {
  width: 1rem;
  height: 1rem;
  accent-color: var(--k2-mid);
}
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget) .wdf-dugme-wrap {
  position: relative;
  display: inline-block;
}
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget) .wdf-dugme-wrap::before,
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget) .wdf-dugme-wrap::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
}
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget) .wdf-dugme-wrap--yuvarlak::before,
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget) .wdf-dugme-wrap--yuvarlak::after {
  width: 88px;
  height: 88px;
  border-radius: 50%;
}
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget) .wdf-dugme-wrap--kare::before,
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget) .wdf-dugme-wrap--kare::after {
  width: 79.2px;
  height: 79.2px;
  border-radius: 15.4px;
}
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget).wdf-ornek-dalga-aktif .wdf-dugme-wrap--yuvarlak::before,
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget).wdf-ornek-dalga-aktif .wdf-dugme-wrap--kare::before {
  animation: wdf-isik-dalga 2.4s ease-out infinite;
  opacity: 1;
}
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget).wdf-ornek-dalga-aktif .wdf-dugme-wrap--yuvarlak::after,
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget).wdf-ornek-dalga-aktif .wdf-dugme-wrap--kare::after {
  animation: wdf-isik-dalga 2.4s ease-out infinite;
  animation-delay: 1.2s;
  opacity: 1;
}
@keyframes wdf-isik-dalga {
  0% {
    box-shadow:
      0 0 0 0 hsla(var(--dugme-hue), 82%, 58%, 0.55),
      0 0 12px hsla(var(--dugme-hue), 80%, 55%, 0.35);
  }
  100% {
    box-shadow:
      0 0 0 26px hsla(var(--dugme-hue), 82%, 58%, 0),
      0 0 4px hsla(var(--dugme-hue), 80%, 55%, 0);
  }
}
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget) .btn-kapsul,
:is(.wdf-ornek-dugmeler-entegre, #wdfcont.wdf-ornek-widget) .btn-kare {
  position: relative;
  z-index: 1;
}

.wdf-ornek-kontrol {
  margin: 0 0 1rem;
  max-width: 36rem;
}
.wdf-ornek-kontrol > h2 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.55;
  margin: 0 0 0.75rem;
}
.wdf-ornek-radio-grup {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.wdf-ornek-radio-grup label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.wdf-ornek-konum-select {
  display: block;
  max-width: 16rem;
  padding: 0.35rem 0.5rem;
  font-size: 0.9rem;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
}

/* sabit widget: 3d dugme baslikta; kapaliyken sadece dugme gorunur */
#wdfcont.wdf-ornek-widget {
  --dugme-hue: 28;
  --k1-light: #e8883a;
  --k1-mid: #cf6a1d;
  --k1-dark: #a34f0f;
  --k1-lip: #8b420c;
  --k1-sh1: rgba(207, 106, 29, 0.5);
  --k1-sh2: rgba(207, 106, 29, 0.55);
  --k2-light: #4d6882;
  --k2-mid: #3d566e;
  --k2-dark: #2a3d4f;
  --k2-lip: #253545;
  --k2-sh1: rgba(61, 86, 110, 0.55);
  --k2-sh2: rgba(61, 86, 110, 0.6);
}
#wdfcont.wdf-ornek-widget:not(.wdfaktif) {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}
#wdfcont.wdf-ornek-widget:not(.wdfaktif) .wdfcontent {
  display: none !important;
}
#wdfcont.wdf-ornek-widget.wdfaktif {
  width: 280px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
#wdfcont.wdf-ornek-widget .wdf-ornek-3d-header {
  background: transparent !important;
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 88px;
  padding: 4px 0;
  cursor: pointer;
  perspective: 900px;
}
#wdfcont.wdf-ornek-widget .wdf-ornek-3d-header .wdftitle,
#wdfcont.wdf-ornek-widget .wdf-ornek-3d-header .wdfheadbtn {
  display: none !important;
}

/* ai.js: sesli + yuvarlak — btn-kapsul ile ayni kurallar (ustteki :is bloklari) */
#wdfAiWidget.wdf-ai-ornek-kapsul {
  --wdf-dalga-rgb: 52, 158, 74;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-yesil {
  --k1-light: #5ed47a;
  --k1-mid: #349e4a;
  --k1-dark: #267d38;
  --k1-lip: #1a5c28;
  --k1-sh1: rgba(52, 158, 74, 0.5);
  --k1-sh2: rgba(52, 158, 74, 0.55);
  --wdf-dalga-rgb: 52, 158, 74;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-mavi {
  --k1-light: #5a8fd4;
  --k1-mid: #34619e;
  --k1-dark: #284a78;
  --k1-lip: #1c3554;
  --k1-sh1: rgba(52, 97, 158, 0.5);
  --k1-sh2: rgba(52, 97, 158, 0.55);
  --wdf-dalga-rgb: 52, 97, 158;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-turuncu {
  --k1-light: #e8954a;
  --k1-mid: #cf6a1d;
  --k1-dark: #a34f0f;
  --k1-lip: #8b420c;
  --k1-sh1: rgba(207, 106, 29, 0.5);
  --k1-sh2: rgba(207, 106, 29, 0.55);
  --wdf-dalga-rgb: 207, 106, 29;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-sari {
  --k1-light: #f5e040;
  --k1-mid: #f1c40f;
  --k1-dark: #c9a50c;
  --k1-lip: #9a7d09;
  --k1-sh1: rgba(241, 196, 15, 0.45);
  --k1-sh2: rgba(241, 196, 15, 0.5);
  --wdf-dalga-rgb: 241, 196, 15;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-siyah {
  --k1-light: #4a4a4a;
  --k1-mid: #1d1d1d;
  --k1-dark: #0f0f0f;
  --k1-lip: #000;
  --k1-sh1: rgba(0, 0, 0, 0.45);
  --k1-sh2: rgba(0, 0, 0, 0.5);
  --wdf-dalga-rgb: 0, 0, 0;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-kirmizi {
  --k1-light: #e85558;
  --k1-mid: #c52f32;
  --k1-dark: #9e2528;
  --k1-lip: #6b191b;
  --k1-sh1: rgba(197, 47, 50, 0.5);
  --k1-sh2: rgba(197, 47, 50, 0.55);
  --wdf-dalga-rgb: 197, 47, 50;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-pembe {
  --k1-light: #e85ab5;
  --k1-mid: #c52e95;
  --k1-dark: #9e2475;
  --k1-lip: #6b1850;
  --k1-sh1: rgba(197, 46, 149, 0.5);
  --k1-sh2: rgba(197, 46, 149, 0.55);
  --wdf-dalga-rgb: 197, 46, 149;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-turkuaz {
  --k1-light: #4dd4e0;
  --k1-mid: #1fb5c1;
  --k1-dark: #18909a;
  --k1-lip: #126a72;
  --k1-sh1: rgba(31, 181, 193, 0.5);
  --k1-sh2: rgba(31, 181, 193, 0.55);
  --wdf-dalga-rgb: 31, 181, 193;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-gece {
  --k1-light: #5a7390;
  --k1-mid: #3d566e;
  --k1-dark: #2a3d4f;
  --k1-lip: #253545;
  --k1-sh1: rgba(61, 86, 110, 0.5);
  --k1-sh2: rgba(61, 86, 110, 0.55);
  --wdf-dalga-rgb: 61, 86, 110;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-yuzey-cam {
  --wdf-dalga-rgb: 255, 255, 255;
}
#wdfAiWidget.wdf-ai-ornek-kapsul:not(.wdfaktif):not(.wdf-ai-canli) {
  width: 88px !important;
  height: 88px !important;
  background: transparent !important;
  box-shadow: none !important;
}
#wdfAiWidget.wdf-ai-ornek-kapsul:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader {
  height: 88px;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}
/* KVKK mockup icin eklenen baslik sol grup; kapali yuvarlakta yalnizca .wdfheadbtn ahizesi kalsin */
#wdfAiWidget.wdf-ai-ornek-kapsul:not(.wdfaktif):not(.wdf-ai-canli) .wdf-ai-sesli-head-sol {
  display: none !important;
}
#wdfAiWidget.wdf-ai-ornek-kapsul:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader:hover {
  transform: none !important;
  filter: none !important;
}
#wdfAiWidget.wdf-ai-ornek-kapsul:not(.wdfaktif):not(.wdf-ai-canli) .wdfheader-act {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
#wdfAiWidget.wdf-ai-ornek-kapsul:not(.wdfaktif):not(.wdf-ai-canli) .wdfheadbtn {
  position: relative;
  float: none !important;
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

/* Cam (frosted glass): renksiz seffaf yuzey — panelde "Cam" secildiginde */
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-yuzey-cam:not(.wdfaktif):not(.wdf-ai-canli) .wdfheadbtn {
  background: rgba(255, 255, 255, 0.12) !important;
  background-image: none !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  backdrop-filter: blur(14px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    0 3px 0 rgba(0, 0, 0, 0.08),
    0 8px 28px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -3px 10px rgba(0, 0, 0, 0.08) !important;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-yuzey-cam:not(.wdfaktif):not(.wdf-ai-canli) .wdfheadbtn:hover {
  background: rgba(255, 255, 255, 0.18) !important;
  box-shadow:
    0 4px 0 rgba(0, 0, 0, 0.06),
    0 12px 36px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -3px 10px rgba(0, 0, 0, 0.06) !important;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-yuzey-cam:not(.wdfaktif):not(.wdf-ai-canli) .wdfheadbtn:active {
  background: rgba(255, 255, 255, 0.1) !important;
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.12),
    0 4px 16px rgba(0, 0, 0, 0.12),
    inset 0 3px 10px rgba(0, 0, 0, 0.12) !important;
}

/* ornek_dugmeler: aktif hal — cevrede isik dalgalanmasi (gorusme acikken) */
@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: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  box-sizing: border-box;
}
#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;
}

/* sesli gorusme acik: dugme.css canli bar/dalga/X ikonunu iptal; pasif 3D kapsul + cevre isik */
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-canli {
  width: 88px !important;
  height: 88px !important;
  min-height: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-canli .wdfheader {
  height: 88px;
  min-height: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  justify-content: center;
  align-items: center;
  animation: none !important;
  overflow: visible !important;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-canli .wdf-ai-sesli-head-sol {
  display: none !important;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-canli .wdftitle {
  display: none !important;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-canli .wdfheader-act {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  gap: 0 !important;
  overflow: visible !important;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-canli .wdf-ses-dalga {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  pointer-events: none !important;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-mod-sesli.wdf-ai-canli .wdf-ai-ico-mic,
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-mod-sesli.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;
  pointer-events: none !important;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-mod-sesli.wdf-ai-canli .wdf-ai-ico-phone {
  display: inline-flex !important;
  visibility: visible !important;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-canli .wdfheadbtn {
  float: none !important;
  margin: 0 !important;
  transform: none !important;
  appearance: none;
  border: 0;
  width: 88px;
  height: 88px;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.45) 0%, transparent 42%),
    linear-gradient(160deg, var(--k1-light) 0%, var(--k1-mid) 45%, var(--k1-dark) 100%);
  box-shadow:
    0 4px 0 var(--k1-lip),
    0 6px 0 rgba(0, 0, 0, 0.15),
    0 14px 28px var(--k1-sh1),
    inset 0 2px 4px rgba(255, 255, 255, 0.35),
    inset 0 -4px 10px rgba(0, 0, 0, 0.15);
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-yuzey-cam.wdf-ai-canli .wdfheadbtn {
  background: rgba(255, 255, 255, 0.12) !important;
  background-image: none !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  backdrop-filter: blur(14px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    0 3px 0 rgba(0, 0, 0, 0.08),
    0 8px 28px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -3px 10px rgba(0, 0, 0, 0.08) !important;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-mod-sesli.wdf-sekil-yuvarlak.wdf-ust-sag.wdf-ai-canli,
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-mod-sesli.wdf-sekil-yuvarlak.wdf-ust-sol.wdf-ai-canli {
  top: var(--wdf-header-alt, 64px) !important;
  bottom: auto !important;
  transform: translateY(-50%);
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-mod-sesli.wdf-sekil-yuvarlak.wdf-alt-sag.wdf-ai-canli {
  bottom: 12px !important;
  top: auto !important;
  transform: none;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-mod-sesli.wdf-sekil-yuvarlak.wdf-alt-sol.wdf-ai-canli {
  bottom: 12px !important;
  top: auto !important;
  transform: none;
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-mod-sesli.wdf-sekil-yuvarlak.wdf-orta-sag.wdf-ai-canli {
  right: 12px !important;
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
}
#wdfAiWidget.wdf-ai-ornek-kapsul.wdf-ai-mod-sesli.wdf-sekil-yuvarlak.wdf-orta-sol.wdf-ai-canli {
  left: 12px !important;
  right: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
}
