/* =========================================================
   MixAPI.store — Mix AI katmani
   · Sag alt "fly" buton (7/24 Bilgi Destek) + acilir mini panel
   · Hos geldin modali (duyuru + ozellik rozetleri + ozet)
   · Google Play rozeti
   Not: bu dosya style.css'ten BAGIMSIZDIR; hem ana sayfada hem
   landing sayfalarinda yuklenir. Kendi degiskenlerini tasir.
   ========================================================= */

.mixai-scope {
  --mx-yellow: #FFC600;
  --mx-yellow-2: #FFB400;
  --mx-ink: #0F1115;
  --mx-ink-2: #1A1D22;
  --mx-wa: #25D366;
  --mx-wa-2: #128C7E;
  --mx-line: rgba(255,255,255,.10);
  --mx-ff: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* ============ FLY BUTTON ============
   Sag alt kosede DIKEY yigin: Mix AI ustte, back-to-top altta.
   back-to-top: bottom 20 / right 20 / 48px  →  Mix AI bottom = 20+48+14 */
.mixai-fab-wrap {
  position: fixed;
  right: 20px;
  bottom: 82px;
  z-index: 60;
  font-family: var(--mx-ff);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  pointer-events: none;
}
.mixai-fab-wrap > * { pointer-events: auto; }

/* --- Buton --- */
.mixai-fab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px 6px 16px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: linear-gradient(135deg, #16181D 0%, #0F1115 60%);
  color: #fff;
  box-shadow: 0 14px 34px -8px rgba(15,17,21,.55), 0 0 0 1px rgba(255,198,0,.28) inset;
  transition: transform .22s cubic-bezier(.34,1.56,.64,1), box-shadow .22s;
  -webkit-tap-highlight-color: transparent;
}
.mixai-fab:hover { transform: translateY(-3px); box-shadow: 0 20px 42px -10px rgba(15,17,21,.6), 0 0 0 1px rgba(255,198,0,.55) inset; }
.mixai-fab:active { transform: translateY(-1px) scale(.985); }
.mixai-fab:focus-visible { outline: 3px solid var(--mx-yellow); outline-offset: 3px; }

.mixai-fab__txt { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.15; }
.mixai-fab__txt b {
  font-size: 13px; font-weight: 800; letter-spacing: -.01em; color: #fff; white-space: nowrap;
}
.mixai-fab__txt small {
  font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  color: var(--mx-yellow); white-space: nowrap;
}

.mixai-fab__ava {
  position: relative; flex-shrink: 0;
  width: 48px; height: 48px; border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, #FFE071 0%, var(--mx-yellow) 55%, var(--mx-yellow-2) 100%);
  display: grid; place-items: center;
  box-shadow: 0 4px 14px rgba(255,198,0,.45);
}
.mixai-fab__ava img { width: 44px; height: 44px; object-fit: contain; display: block; filter: drop-shadow(0 1px 2px rgba(0,0,0,.28)); }

/* WhatsApp ikonu maskotla BIRLESIK: avatarin sag alt kosesinde rozet */
.mixai-fab__wa {
  position: absolute; right: -3px; bottom: -3px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--mx-wa); color: #fff;
  display: grid; place-items: center;
  border: 2.5px solid var(--mx-ink);
  box-shadow: 0 2px 6px rgba(0,0,0,.35);
}
.mixai-fab__wa svg { width: 11px; height: 11px; }

/* Nabiz halkasi */
.mixai-fab__pulse {
  position: absolute; right: 8px; bottom: 6px;
  width: 48px; height: 48px; border-radius: 50%;
  border: 2px solid var(--mx-yellow);
  opacity: 0; pointer-events: none;
  animation: mixaiPulse 2.8s ease-out infinite;
}
@keyframes mixaiPulse {
  0%   { transform: scale(1);    opacity: .55; }
  70%  { transform: scale(1.55); opacity: 0; }
  100% { transform: scale(1.55); opacity: 0; }
}
.mixai-fab-wrap.is-open .mixai-fab__pulse { animation: none; opacity: 0; }

/* --- Karsilama balonu (birkac saniye sonra) --- */
.mixai-teaser {
  position: relative;
  max-width: 268px;
  background: #fff;
  color: var(--mx-ink);
  border-radius: 16px 16px 4px 16px;
  padding: 12px 34px 12px 14px;
  font-size: 12.5px; line-height: 1.5; font-weight: 500;
  box-shadow: 0 16px 40px -12px rgba(15,17,21,.35), 0 0 0 1px rgba(15,17,21,.07);
  opacity: 0; transform: translateY(8px) scale(.96);
  transition: opacity .3s ease, transform .3s cubic-bezier(.34,1.4,.64,1);
  display: none;
}
.mixai-teaser.is-show { display: block; opacity: 1; transform: none; }
.mixai-teaser b { font-weight: 800; }
.mixai-teaser__x {
  position: absolute; top: 6px; right: 6px;
  width: 22px; height: 22px; border: 0; border-radius: 50%;
  background: transparent; color: #9CA3AF; cursor: pointer;
  display: grid; place-items: center;
}
.mixai-teaser__x:hover { background: #F4F5F7; color: var(--mx-ink); }

/* --- Acilir mini panel --- */
.mixai-panel {
  width: 320px; max-width: calc(100vw - 32px);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 28px 70px -18px rgba(15,17,21,.45), 0 0 0 1px rgba(15,17,21,.08);
  transform-origin: bottom right;
  opacity: 0; transform: translateY(12px) scale(.94);
  transition: opacity .2s ease, transform .24s cubic-bezier(.34,1.4,.64,1);
  display: none;
}
.mixai-panel.is-open { display: block; opacity: 1; transform: none; }

.mixai-panel__head {
  position: relative;
  background: linear-gradient(135deg, #16181D 0%, #0F1115 100%);
  padding: 16px 44px 16px 16px;
  display: flex; align-items: center; gap: 12px;
}
.mixai-panel__head::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(120px 60px at 84% 8%, rgba(255,198,0,.22), transparent 70%);
  pointer-events: none;
}
.mixai-panel__ava {
  position: relative; z-index: 1; flex-shrink: 0;
  width: 46px; height: 46px; border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, #FFE071 0%, var(--mx-yellow) 55%, var(--mx-yellow-2) 100%);
  display: grid; place-items: center;
  box-shadow: 0 3px 12px rgba(255,198,0,.4);
}
.mixai-panel__ava img { width: 42px; height: 42px; object-fit: contain; }
.mixai-panel__id { position: relative; z-index: 1; min-width: 0; }
.mixai-panel__id b { display: block; color: #fff; font-size: 15px; font-weight: 800; letter-spacing: -.01em; }
.mixai-panel__id span {
  display: inline-flex; align-items: center; gap: 5px; margin-top: 3px;
  color: #A7F3D0; font-size: 11px; font-weight: 700;
}
.mixai-panel__id i {
  width: 6px; height: 6px; border-radius: 50%; background: #34D399;
  box-shadow: 0 0 0 3px rgba(52,211,153,.22); animation: mixaiBlink 2s ease-in-out infinite;
}
@keyframes mixaiBlink { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.mixai-panel__x {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  width: 26px; height: 26px; border: 0; border-radius: 50%;
  background: rgba(255,255,255,.08); color: rgba(255,255,255,.8); cursor: pointer;
  display: grid; place-items: center;
}
.mixai-panel__x:hover { background: rgba(255,255,255,.16); color: #fff; }

.mixai-panel__lead {
  padding: 13px 16px 3px;
  font-size: 12.5px; line-height: 1.55; color: #4B5563;
}
.mixai-panel__lead b { color: var(--mx-ink); font-weight: 700; }

.mixai-panel__list { padding: 8px; display: flex; flex-direction: column; gap: 4px; }
.mixai-act {
  display: flex; align-items: center; gap: 11px;
  padding: 10px; border-radius: 12px;
  text-decoration: none; color: var(--mx-ink);
  transition: background .15s, transform .15s;
}
.mixai-act:hover { background: #F7F8FA; transform: translateX(2px); }
.mixai-act__ic {
  flex-shrink: 0; width: 34px; height: 34px; border-radius: 10px;
  display: grid; place-items: center; color: #fff;
}
.mixai-act__ic svg { width: 16px; height: 16px; }
.mixai-act__ic--wa { background: linear-gradient(135deg, #25D366, #128C7E); }
.mixai-act__ic--info { background: linear-gradient(135deg, #FFC600, #FFB400); color: var(--mx-ink); }
.mixai-act__ic--play { background: linear-gradient(135deg, #4B5563, #1F2328); }
.mixai-act__ic--app { background: linear-gradient(135deg, #34A853, #1A73E8); }
.mixai-act__t { min-width: 0; flex: 1; }
.mixai-act__t b { display: block; font-size: 13px; font-weight: 700; line-height: 1.25; }
.mixai-act__t span { display: block; font-size: 11px; color: #6B7280; margin-top: 1px; }
.mixai-act__go { color: #9CA3AF; flex-shrink: 0; font-size: 15px; font-weight: 700; }

.mixai-panel__foot {
  padding: 9px 16px 12px;
  border-top: 1px solid #EEF0F3;
  font-size: 10px; color: #9CA3AF; text-align: center; letter-spacing: .01em;
}

/* Mobil */
@media (max-width: 560px) {
  .mixai-fab-wrap { right: 16px; bottom: 72px; }
  .mixai-fab { padding: 6px; gap: 0; }
  .mixai-fab__txt { display: none; }
  .mixai-fab__ava { width: 46px; height: 46px; }
  .mixai-fab__ava img { width: 42px; height: 42px; }
  .mixai-fab__pulse { right: 6px; bottom: 6px; width: 46px; height: 46px; }
  .mixai-teaser { display: none !important; }
  .mixai-panel { width: min(320px, calc(100vw - 32px)); }
}

@media (prefers-reduced-motion: reduce) {
  .mixai-fab__pulse, .mixai-panel__id i { animation: none; }
  .mixai-fab, .mixai-panel, .mixai-teaser, .mixai-act { transition: none; }
}

/* ============ GOOGLE PLAY ROZETI ============
   Resmi rozet gorseli (play.google.com/intl/tr/badges) — Google marka
   kilavuzu geregi DEGISTIRILMEZ; yalnizca olceklenir. */
.gplay-official {
  display: inline-block; line-height: 0;
  transition: transform .18s, filter .18s;
}
.gplay-official img { display: block; height: 52px; width: auto; }
.gplay-official:hover { transform: translateY(-2px); filter: drop-shadow(0 8px 18px rgba(15,17,21,.28)); }
.gplay-official--sm img { height: 44px; }
.gplay-official--lg img { height: 58px; }

/* Metin agirlikli yerlerde kullanilan sade Mixapi rozeti */
.gplay-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px 8px 12px;
  border-radius: 12px;
  background: #0F1115; color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.14);
  font-family: var(--mx-ff, "Inter", system-ui, sans-serif);
  transition: background .18s, transform .18s, border-color .18s;
  white-space: nowrap;
}
.gplay-badge:hover { background: #1A1D22; border-color: rgba(255,198,0,.5); transform: translateY(-2px); color: #fff; }
.gplay-badge__ic { width: 26px; height: 26px; flex-shrink: 0; }
.gplay-badge__t { display: flex; flex-direction: column; line-height: 1.1; text-align: left; }
.gplay-badge__t small { font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.62); }
.gplay-badge__t b { font-size: 14px; font-weight: 700; letter-spacing: -.01em; }
.gplay-badge--light { background: #fff; color: var(--mx-ink); border-color: #E6E8EB; }
.gplay-badge--light:hover { background: #FAFBFC; color: var(--mx-ink); border-color: var(--mx-yellow); }
.gplay-badge--light .gplay-badge__t small { color: #6B7280; }

/* ============ HOS GELDIN MODALI ============ */
.mxw {
  position: fixed; inset: 0; z-index: 9998;
  display: none; align-items: center; justify-content: center;
  padding: 20px;
  font-family: var(--mx-ff, "Inter", system-ui, sans-serif);
}
.mxw.is-open { display: flex; }
.mxw__backdrop {
  position: absolute; inset: 0;
  background: rgba(15,17,21,.72);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  animation: mxwFade .2s ease-out;
}
.mxw__panel {
  position: relative;
  width: 100%; max-width: 900px;
  max-height: calc(100vh - 40px);
  overflow-y: auto; overscroll-behavior: contain;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 40px 100px -24px rgba(0,0,0,.6);
  animation: mxwUp .28s cubic-bezier(.22,1,.36,1);
}
@keyframes mxwFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes mxwUp { from { opacity: 0; transform: translateY(20px) scale(.97); } to { opacity: 1; transform: none; } }
body.mxw-open { overflow: hidden; }

.mxw__x {
  position: absolute; top: 12px; right: 12px; z-index: 5;
  width: 34px; height: 34px; border: 0; border-radius: 50%;
  background: rgba(255,255,255,.14); color: #fff; cursor: pointer;
  display: grid; place-items: center;
  transition: background .15s;
}
.mxw__x:hover { background: rgba(255,255,255,.28); }

/* ---- UST YARI: duyuru ---- */
.mxw__top {
  position: relative;
  background: linear-gradient(140deg, #16181D 0%, #0F1115 55%, #1A1408 100%);
  color: #fff;
  padding: 26px clamp(20px, 4vw, 34px) 24px;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
}
.mxw__glow {
  position: absolute; pointer-events: none;
  width: 460px; height: 460px; right: -140px; top: -220px;
  background: radial-gradient(circle, rgba(255,198,0,.28) 0%, transparent 66%);
}
.mxw__grid {
  position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, #000, transparent 78%);
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 78%);
}
.mxw__topin { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 218px; gap: 22px; align-items: center; }

.mxw__eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,198,0,.13);
  border: 1px solid rgba(255,198,0,.34);
  color: var(--mx-yellow, #FFC600);
  padding: 5px 11px; border-radius: 999px;
  font-size: 10.5px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
}
.mxw__eyebrow i { width: 6px; height: 6px; border-radius: 50%; background: #FFC600; animation: mixaiBlink 1.8s ease-in-out infinite; }

.mxw__h {
  margin: 13px 0 8px;
  font-size: clamp(21px, 3.1vw, 30px); font-weight: 900; line-height: 1.16; letter-spacing: -.025em;
}
.mxw__h em { font-style: normal; color: var(--mx-yellow, #FFC600); }
.mxw__p { margin: 0; font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,.72); max-width: 54ch; }
.mxw__p b { color: #fff; font-weight: 700; }

/* Iki yeni duyuru kutusu */
.mxw__news { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0 0; }
.mxw__newscard {
  display: flex; gap: 10px; align-items: flex-start;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 13px; padding: 11px 12px;
  text-decoration: none; color: #fff;
  transition: background .18s, border-color .18s, transform .18s;
}
.mxw__newscard:hover { background: rgba(255,255,255,.09); border-color: rgba(255,198,0,.42); transform: translateY(-2px); color: #fff; }
.mxw__newscard img { width: 34px; height: 34px; object-fit: contain; flex-shrink: 0; }
.mxw__newscard__ic {
  width: 34px; height: 34px; border-radius: 10px; flex-shrink: 0;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #A855F7, #6366F1); color: #fff;
}
.mxw__newscard__ic svg { width: 17px; height: 17px; }
.mxw__newscard b { display: block; font-size: 12.5px; font-weight: 800; line-height: 1.25; }
.mxw__newscard span { display: block; font-size: 11px; line-height: 1.45; color: rgba(255,255,255,.6); margin-top: 2px; }
.mxw__newscard u {
  display: inline-block; margin-top: 5px; text-decoration: none;
  font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--mx-yellow, #FFC600);
}

/* Fiyat / teklif kutusu */
.mxw__offer {
  background: linear-gradient(150deg, rgba(255,198,0,.16), rgba(255,198,0,.05));
  border: 1px solid rgba(255,198,0,.36);
  border-radius: 16px; padding: 15px 14px; text-align: center;
}
.mxw__offer small { display: block; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.mxw__offer strong { display: block; margin: 5px 0 4px; font-size: 27px; font-weight: 900; letter-spacing: -.035em; color: var(--mx-yellow, #FFC600); line-height: 1.05; white-space: nowrap; }
.mxw__offer span { display: block; font-size: 11.5px; color: rgba(255,255,255,.7); line-height: 1.45; }
.mxw__offer .mxw__cta { margin-top: 12px; }

.mxw__cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  width: 100%;
  background: var(--mx-yellow, #FFC600); color: #0F1115;
  padding: 10px 14px; border-radius: 10px;
  font-size: 13px; font-weight: 800; text-decoration: none;
  transition: background .18s, transform .18s;
}
.mxw__cta:hover { background: #FFB400; color: #0F1115; transform: translateY(-1px); }
.mxw__cta--ghost {
  background: transparent; color: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.2); margin-top: 7px;
  font-size: 11.5px; font-weight: 700; padding: 8px 12px;
}
.mxw__cta--ghost:hover { background: rgba(255,255,255,.08); color: #fff; }

/* ---- YATAY AYIRICI (ekrani ikiye bolen cizgi) ---- */
.mxw__split {
  height: 3px;
  background: linear-gradient(90deg, #FFC600 0%, #FF9F1C 22%, #22A06B 44%, #3B82F6 66%, #A855F7 86%, #EF4444 100%);
}

/* ---- ALT YARI: ozellik rozetleri ---- */
.mxw__bottom { padding: 20px clamp(20px, 4vw, 34px) 22px; background: #FBFCFD; border-radius: 0 0 22px 22px; }
.mxw__bh {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  margin-bottom: 13px;
}
.mxw__bh h4 { margin: 0; font-size: 14px; font-weight: 800; color: #0F1115; letter-spacing: -.01em; }
.mxw__bh span { font-size: 11px; color: #6B7280; font-weight: 600; }

.mxw__badges { display: flex; flex-wrap: wrap; gap: 6px; }
.mxb {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 5px 10px; border-radius: 999px;
  font-size: 11px; font-weight: 700; line-height: 1.3;
  border: 1px solid transparent;
  white-space: nowrap;
}
.mxb svg { width: 11px; height: 11px; flex-shrink: 0; }
.mxb--yellow { background: #FFF7CC; color: #7A5C00; border-color: #FFE68A; }
.mxb--green  { background: #D1FAE5; color: #065F46; border-color: #A7F3D0; }
.mxb--blue   { background: #DBEAFE; color: #1E40AF; border-color: #BFDBFE; }
.mxb--purple { background: #EDE9FE; color: #5B21B6; border-color: #DDD6FE; }
.mxb--pink   { background: #FCE7F3; color: #9D174D; border-color: #FBCFE8; }
.mxb--orange { background: #FFEDD5; color: #9A3412; border-color: #FED7AA; }
.mxb--teal   { background: #CCFBF1; color: #115E59; border-color: #99F6E4; }
.mxb--red    { background: #FEE2E2; color: #991B1B; border-color: #FECACA; }
.mxb--indigo { background: #E0E7FF; color: #3730A3; border-color: #C7D2FE; }
.mxb--slate  { background: #F1F5F9; color: #334155; border-color: #E2E8F0; }
.mxb--lime   { background: #ECFCCB; color: #3F6212; border-color: #D9F99D; }
.mxb--cyan   { background: #CFFAFE; color: #155E75; border-color: #A5F3FC; }
.mxb--new::after {
  content: "YENI"; margin-left: 3px;
  background: #0F1115; color: #FFC600;
  font-size: 8px; font-weight: 900; letter-spacing: .08em;
  padding: 2px 4px; border-radius: 3px;
}

/* ---- Ince ozet (8px) ---- */
.mxw__rule { height: 1px; background: #E6E8EB; margin: 18px 0 11px; border: 0; }
.mxw__fine {
  margin: 0;
  font-size: 8px; line-height: 1.75; color: #8A9099;
  letter-spacing: .012em; text-align: justify;
}
.mxw__fine b { color: #4B5563; font-weight: 700; }
.mxw__legal {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  margin-top: 11px;
}
.mxw__never {
  background: none; border: 0; padding: 0; cursor: pointer;
  font-size: 10.5px; font-weight: 600; color: #9CA3AF; text-decoration: underline; text-underline-offset: 2px;
}
.mxw__never:hover { color: #4B5563; }

@media (max-width: 720px) {
  .mxw { padding: 0; align-items: stretch; }
  .mxw__panel { max-width: none; border-radius: 0; max-height: 100vh; }
  .mxw__top { border-radius: 0; padding-top: 34px; }
  .mxw__bottom { border-radius: 0; }
  .mxw__topin { grid-template-columns: 1fr; }
  .mxw__news { grid-template-columns: 1fr; }
  .mxw__fine { font-size: 8.5px; text-align: left; }
}

/* =========================================================
   ANA SAYFA — Mix AI seridi + Reklam Studyosu
   ========================================================= */

/* ⛔ ANA MENU TEK SATIR — iki kelimelik etiketler ("Ne Kazanirsin?", "Ucretsiz Magaza")
   kendi icinde alt satira sariyordu; tek kelimelik komsulariyla yan yana gelince menu
   duzensiz gorunuyordu (kullanici bildirdi). Cozum iki parcali:
   1) Hicbir menu ogesi SARMAZ (white-space: nowrap) → tum ogeler ayni yukseklikte.
   2) Etiketler tek kelimeye indirildi (Kazanc / Magaza) → nowrap ile de sigar.
   Uzun basliklar mobil cekmecede tam haliyle duruyor; orada dikey liste var, sorun yok. */
.nav__links a { white-space: nowrap; }
.nav__links .nav__ai { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }

/* Sarma yasagi + 8. oge (Mix AI) ile menu 1024-1119 arasinda CTA'nin uzerine tasiyordu
   (olculdu: 1024'te 38px yatay tasma). Bu araliktaki cozum sikistirmak degil, hamburger'e
   dusmektir — style.css'teki 1023.98 esigi burada 1119.98'e cekiliyor. */
@media (max-width: 1119.98px) {
  .nav__links { display: none; }
  .nav__login { display: none; }
  .nav__burger { display: flex; flex-direction: column; justify-content: center; }
}
.nav__ai-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #FFC600; box-shadow: 0 0 0 3px rgba(255,198,0,.22);
  animation: mixaiBlink 2s ease-in-out infinite;
}
.mmenu__new {
  display: inline-block; margin-left: 7px; vertical-align: 2px;
  background: #FFC600; color: #0F1115;
  font: 800 9px/1 "Inter", system-ui, sans-serif; letter-spacing: .08em;
  padding: 3px 5px; border-radius: 4px;
}

/* Hero — Mix AI ikincil butonu + Google Play satiri */
.btn.mixai-cta { display: inline-flex; align-items: center; gap: 9px; }
.btn.mixai-cta img { width: 30px; height: 30px; object-fit: contain; margin: -6px 0; }
.hero__app {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  margin-top: 18px; padding-top: 16px;
  border-top: 1px solid #E6E8EB;
}
.hero__app-txt {
  font: 500 12px/1.55 var(--mx-ff, "Inter", system-ui, sans-serif);
  color: #6B7280; max-width: 34ch;
}
.hero__app-txt b { color: #0F1115; font-weight: 700; }

/* Fly buton acilinca hedef bolume kisa bir vurgu */
.mixai-focus-flash { animation: mixaiFlash 1.8s ease-out 1; }
@keyframes mixaiFlash {
  0%   { box-shadow: inset 0 0 0 0 rgba(255,198,0,0); }
  18%  { box-shadow: inset 0 0 0 3px rgba(255,198,0,.85); }
  100% { box-shadow: inset 0 0 0 3px rgba(255,198,0,0); }
}
@media (prefers-reduced-motion: reduce) { .mixai-focus-flash { animation: none; } }

/* --- Serit --- */
.mxai-band {
  position: relative;
  padding: clamp(52px, 6vw, 88px) 0;
  background: #0F1115;
  color: #fff;
  overflow: hidden;
  font-family: var(--mx-ff, "Inter", system-ui, sans-serif);
}
.mxai-band__bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(680px 340px at 78% -8%, rgba(255,198,0,.20), transparent 68%),
    radial-gradient(520px 300px at 4% 108%, rgba(168,85,247,.16), transparent 70%),
    linear-gradient(180deg, #14161B 0%, #0F1115 55%, #121419 100%);
}
.mxai-band__inner {
  position: relative; z-index: 1;
  max-width: 1128px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}
.mxai-band__head { max-width: 720px; margin-bottom: clamp(26px, 3.5vw, 40px); }

.mxai-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,198,0,.12); border: 1px solid rgba(255,198,0,.34);
  color: #FFC600; padding: 6px 12px; border-radius: 999px;
  font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
}
.mxai-eyebrow i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; animation: mixaiBlink 1.8s ease-in-out infinite; }
.mxai-eyebrow--purple { background: rgba(168,85,247,.14); border-color: rgba(168,85,247,.38); color: #C4B5FD; }

.mxai-h2 {
  margin: 16px 0 12px;
  font-size: clamp(26px, 4vw, 44px); font-weight: 900; line-height: 1.12; letter-spacing: -.032em;
}
/* Koyu zeminde sari zemin uzerine BEYAZ yazi okunmuyordu → yazinin kendisi sari,
   altina ince sari swash. */
.mxai-mark { position: relative; color: #FFC600; white-space: nowrap; }
.mxai-mark::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -.06em; height: .1em;
  background: rgba(255,198,0,.42); border-radius: 2px;
}
.mxai-lead { margin: 0; font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.68); }
.mxai-lead b { color: #fff; font-weight: 700; }

.mxai-band__grid { display: grid; grid-template-columns: 1fr 236px; gap: 18px; align-items: stretch; }

.mxai-card {
  display: grid; grid-template-columns: 250px 1fr; gap: 8px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px; overflow: hidden;
}
.mxai-card__figure {
  position: relative;
  display: grid; place-items: center;
  padding: 24px 12px;
  background:
    radial-gradient(circle at 50% 36%, rgba(255,198,0,.24) 0%, transparent 62%),
    linear-gradient(160deg, rgba(255,198,0,.10), rgba(255,255,255,0));
  border-right: 1px solid rgba(255,255,255,.07);
}
.mxai-card__figure img {
  width: 100%; max-width: 224px; height: auto; display: block;
  filter: drop-shadow(0 18px 34px rgba(0,0,0,.55));
  animation: mxaiFloat 5.5s ease-in-out infinite;
}
@keyframes mxaiFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.mxai-card__wa {
  position: absolute; right: 22px; bottom: 22px;
  width: 40px; height: 40px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: grid; place-items: center;
  border: 3px solid #0F1115;
  box-shadow: 0 8px 20px rgba(37,211,102,.4);
}
.mxai-card__body { padding: 22px clamp(18px, 2.4vw, 26px) 20px; }

.mxai-list { list-style: none; margin: 0 0 18px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.mxai-list li {
  position: relative; padding-left: 26px;
  font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,.68);
}
.mxai-list li b { color: #fff; font-weight: 700; }
.mxai-list li::before {
  content: ""; position: absolute; left: 0; top: 5px;
  width: 15px; height: 15px; border-radius: 50%;
  background: rgba(255,198,0,.15);
  box-shadow: inset 0 0 0 1.5px rgba(255,198,0,.6);
}
.mxai-list li::after {
  content: ""; position: absolute; left: 4.5px; top: 9.5px;
  width: 6px; height: 3.2px;
  border-left: 1.8px solid #FFC600; border-bottom: 1.8px solid #FFC600;
  transform: rotate(-45deg);
}

.mxai-card__ctas { display: flex; flex-wrap: wrap; gap: 9px; }
.mxai-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 18px; border-radius: 10px;
  font-size: 13.5px; font-weight: 700; text-decoration: none;
  transition: transform .18s, background .18s, border-color .18s;
}
.mxai-btn:hover { transform: translateY(-2px); }
.mxai-btn--wa { background: #25D366; color: #fff; }
.mxai-btn--wa:hover { background: #1FBE5A; color: #fff; }
.mxai-btn--ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.22); }
.mxai-btn--ghost:hover { background: rgba(255,255,255,.08); border-color: #FFC600; color: #fff; }
.mxai-btn--purple { background: linear-gradient(135deg, #A855F7, #6366F1); color: #fff; margin-top: 4px; }
.mxai-btn--purple:hover { color: #fff; filter: brightness(1.08); }
.mxai-card__fine { margin: 12px 0 0; font-size: 11.5px; color: rgba(255,255,255,.42); }

.mxai-side { display: grid; grid-template-rows: repeat(4, 1fr); gap: 12px; }
.mxai-stat {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; padding: 15px 16px;
  display: flex; flex-direction: column; justify-content: center;
}
.mxai-stat b { font-size: 24px; font-weight: 900; letter-spacing: -.03em; color: #FFC600; line-height: 1.05; }
.mxai-stat span { font-size: 11.5px; line-height: 1.45; color: rgba(255,255,255,.55); margin-top: 5px; }
.mxai-stat--tr b { color: #fff; font-size: 21px; }

/* --- Reklam Studyosu --- */
.mxads {
  margin-top: 20px;
  display: grid; grid-template-columns: 1fr 330px; gap: 22px; align-items: center;
  background: linear-gradient(135deg, rgba(168,85,247,.14), rgba(99,102,241,.07));
  border: 1px solid rgba(168,85,247,.28);
  border-radius: 22px;
  padding: clamp(20px, 2.6vw, 30px);
}
.mxads__h { margin: 14px 0 10px; font-size: clamp(19px, 2.4vw, 27px); font-weight: 900; letter-spacing: -.025em; line-height: 1.18; }
.mxads__p { margin: 0; font-size: 13.5px; line-height: 1.65; color: rgba(255,255,255,.66); max-width: 62ch; }
.mxads__p b { color: #fff; font-weight: 700; }
.mxads__chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0 16px; }
.mxads__chip {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.8); border-radius: 999px;
  padding: 5px 11px; font-size: 11px; font-weight: 700;
}
.mxads__steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.mxads__steps li {
  display: grid; grid-template-columns: 30px 1fr; gap: 11px; align-items: center;
  background: rgba(0,0,0,.22); border: 1px solid rgba(255,255,255,.08);
  border-radius: 13px; padding: 10px 13px;
}
.mxads__steps b {
  grid-row: span 2; width: 30px; height: 30px; border-radius: 9px;
  background: linear-gradient(135deg, #A855F7, #6366F1); color: #fff;
  display: grid; place-items: center; font-size: 13px; font-weight: 900;
}
.mxads__steps span { font-size: 12.5px; font-weight: 700; color: #fff; line-height: 1.3; }
.mxads__steps small { font-size: 11px; color: rgba(255,255,255,.5); line-height: 1.35; }

@media (max-width: 960px) {
  .mxai-band__grid { grid-template-columns: 1fr; }
  .mxai-side { grid-template-rows: none; grid-template-columns: repeat(2, 1fr); }
  .mxads { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .mxai-card { grid-template-columns: 1fr; }
  .mxai-card__figure { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.07); padding: 18px; }
  .mxai-card__figure img { max-width: 190px; }
  .mxai-card__wa { right: 50%; margin-right: -100px; bottom: 16px; }
  .mxai-side { grid-template-columns: 1fr 1fr; }
  .hero__app { gap: 10px; }
}

/* =========================================================
   /mix-ai/ SAYFASI
   ========================================================= */

/* --- Hero gorseli + konusma balonlari --- */
.mxai-hero-figure { position: relative; display: grid; place-items: center; padding: 8px 0 26px; }
.mxai-hero-figure img {
  width: min(330px, 78%); height: auto; display: block;
  filter: drop-shadow(0 26px 44px rgba(15,17,21,.24));
  animation: mxaiFloat 5.5s ease-in-out infinite;
}
.mxai-hero-bubble {
  position: absolute;
  max-width: 232px;
  font: 500 12px/1.5 var(--mx-ff, "Inter", system-ui, sans-serif);
  padding: 10px 13px;
  border-radius: 14px;
  box-shadow: 0 12px 30px -10px rgba(15,17,21,.28), 0 0 0 1px rgba(15,17,21,.06);
  background: #fff; color: #1F2328;
}
.mxai-hero-bubble--in {
  top: 6%; left: -2%;
  border-bottom-left-radius: 4px;
  animation: mxaiBubbleIn .6s ease-out .2s both;
}
.mxai-hero-bubble--out {
  bottom: 2%; right: -2%;
  background: #E7FFE9; color: #06432B;
  border-bottom-right-radius: 4px;
  animation: mxaiBubbleIn .6s ease-out .55s both;
}
.mxai-hero-bubble--out b { font-weight: 800; }
@keyframes mxaiBubbleIn { from { opacity: 0; transform: translateY(10px) scale(.96); } to { opacity: 1; transform: none; } }

/* --- Video bolumu (koyu) --- */
.mxai-video-sec {
  position: relative; overflow: hidden;
  padding: clamp(48px, 6vw, 84px) 0;
  background: #0F1115; color: #fff;
  font-family: var(--mx-ff, "Inter", system-ui, sans-serif);
}
.mxai-video-sec__bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(700px 340px at 50% -12%, rgba(255,198,0,.20), transparent 70%),
    linear-gradient(180deg, #14161B, #0F1115 60%, #121419);
}
.mxai-video-sec__inner {
  position: relative; z-index: 1;
  max-width: 1128px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px);
}
.mxai-video-sec__head { max-width: 660px; margin: 0 auto clamp(24px, 3vw, 36px); text-align: center; }
.mxai-video-sec__head .mxai-lead { margin-inline: auto; }

/* ── YouTube gomme (tikla-yukle) ──
   ⛔ Sunucuda mp4 TUTMUYORUZ: tum tenant'larin sosyal medya videolari toplandiginda disk
   birkac gunde doluyor. Video YouTube'da; sayfa yalnizca KAPAK gorselini yukler.
   ⭐ Kapak KENDI gorselimiz (i.ytimg.com degil) → sayfa acilisinda ucuncu tarafa HIC istek
   gitmez; iframe ancak tiklaninca ve youtube-nocookie ile kurulur. */
.mxai-video { margin: 0; }
.mxai-vid {
  position: relative;
  width: 100%; aspect-ratio: 16 / 9;
  border-radius: 18px; overflow: hidden;
  background: #000;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 34px 80px -26px rgba(0,0,0,.8);
  cursor: pointer;
}
.mxai-vid__thumb {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s cubic-bezier(.22,1,.36,1), filter .3s;
}
.mxai-vid:hover .mxai-vid__thumb { transform: scale(1.025); filter: brightness(1.06); }
.mxai-vid__play {
  position: absolute; inset: 0; margin: auto;
  width: 84px; height: 84px; border: 0; border-radius: 50%;
  background: rgba(255,198,0,.96); color: #0F1115;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; padding: 0;
  box-shadow: 0 12px 34px rgba(0,0,0,.45), 0 0 0 0 rgba(255,198,0,.45);
  transition: transform .22s cubic-bezier(.34,1.56,.64,1), background .2s;
  animation: mxvidPulse 3s ease-out infinite;
}
.mxai-vid:hover .mxai-vid__play { transform: scale(1.08); background: #FFC600; }
.mxai-vid__play svg { width: 34px; height: 34px; margin-left: 5px; }
@keyframes mxvidPulse {
  0%   { box-shadow: 0 12px 34px rgba(0,0,0,.45), 0 0 0 0 rgba(255,198,0,.45); }
  70%  { box-shadow: 0 12px 34px rgba(0,0,0,.45), 0 0 0 22px rgba(255,198,0,0); }
  100% { box-shadow: 0 12px 34px rgba(0,0,0,.45), 0 0 0 0 rgba(255,198,0,0); }
}
.mxai-vid__badge {
  position: absolute; left: 14px; bottom: 14px;
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(10,12,16,.74); backdrop-filter: blur(6px);
  color: #fff; border-radius: 999px; padding: 7px 13px;
  font: 700 11.5px/1 var(--mx-ff, "Inter", system-ui, sans-serif);
  pointer-events: none;
}
.mxai-vid__badge svg { width: 15px; height: 15px; color: #FF0000; }
.mxai-vid iframe { width: 100%; height: 100%; border: 0; display: block; }
.mxai-video figcaption {
  margin-top: 11px; text-align: center;
  font-size: 11.5px; color: rgba(255,255,255,.45);
}
@media (prefers-reduced-motion: reduce) {
  .mxai-vid__play { animation: none; }
  .mxai-vid__thumb, .mxai-vid__play { transition: none; }
}

/* --- Ornek konusmalar --- */
.mxai-chat-sec { padding: clamp(48px, 6vw, 84px) 0; background: #F7F8FA; }
.mxai-chat-sec__inner { max-width: 1128px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }
.mxai-chats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }

.mxai-phone { margin: 0; }
.mxai-phone__cap {
  margin: 0 0 9px; font: 600 12px/1.4 var(--mx-ff, "Inter", system-ui, sans-serif); color: #6B7280;
}
.mxai-phone__cap b { color: #0F1115; font-weight: 800; }
.mxai-phone__frame {
  background: #fff; border: 1px solid #E6E8EB; border-radius: 18px; overflow: hidden;
  box-shadow: 0 12px 32px -14px rgba(15,17,21,.18);
}
.mxai-phone__bar {
  display: flex; align-items: center; gap: 10px;
  background: #075E54; color: #fff; padding: 10px 14px;
}
.mxai-phone__ava {
  width: 30px; height: 30px; border-radius: 50%; overflow: hidden; flex-shrink: 0;
  background: #FFC600; display: grid; place-items: center;
}
.mxai-phone__ava img { width: 30px; height: 30px; object-fit: cover; }
.mxai-phone__id b { display: block; font-size: 13px; font-weight: 700; line-height: 1.2; }
.mxai-phone__id small { font-size: 10.5px; opacity: .75; }
.mxai-phone__body {
  padding: 14px;
  background: #ECE5DD;
  background-image: radial-gradient(rgba(0,0,0,.028) 1px, transparent 1px);
  background-size: 14px 14px;
  display: flex; flex-direction: column; gap: 8px;
}
.mxb-in, .mxb-out {
  margin: 0; max-width: 86%;
  font: 500 12.5px/1.55 var(--mx-ff, "Inter", system-ui, sans-serif);
  padding: 9px 12px; border-radius: 12px;
  box-shadow: 0 1px 1px rgba(0,0,0,.08);
  color: #111B21;
}
.mxb-in  { align-self: flex-start; background: #fff; border-top-left-radius: 3px; }
.mxb-out { align-self: flex-end;   background: #D9FDD3; border-top-right-radius: 3px; }
.mxb-out b { font-weight: 800; }

/* --- Yapar / Yapmaz --- */
.mxai-lim-sec { padding: clamp(48px, 6vw, 84px) 0; }
.mxai-lim-sec__inner { max-width: 1128px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }
.mxai-lim { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.mxai-lim__col {
  border-radius: 18px; padding: 22px clamp(18px, 2.2vw, 26px);
  border: 1px solid; font-family: var(--mx-ff, "Inter", system-ui, sans-serif);
}
.mxai-lim__col h3 {
  display: flex; align-items: center; gap: 9px;
  margin: 0 0 14px; font-size: 15px; font-weight: 800; letter-spacing: -.01em;
}
.mxai-lim__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.mxai-lim__col li { position: relative; padding-left: 20px; font-size: 13.5px; line-height: 1.55; }
.mxai-lim__col li::before {
  content: ""; position: absolute; left: 3px; top: 8px;
  width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: .45;
}
.mxai-lim__col--yes { background: #F0FDF6; border-color: #BBF7D0; }
.mxai-lim__col--yes h3 { color: #047857; }
.mxai-lim__col--yes li { color: #14532D; }
.mxai-lim__col--no { background: #FFF7F7; border-color: #FECACA; }
.mxai-lim__col--no h3 { color: #B91C1C; }
.mxai-lim__col--no li { color: #6B1F1F; }

/* --- Ofis bolumu (koyu) --- */
.mxai-office-sec {
  position: relative; overflow: hidden;
  padding: clamp(48px, 6vw, 84px) 0;
  background: linear-gradient(150deg, #14161B, #0F1115 62%, #16130B);
  color: #fff; font-family: var(--mx-ff, "Inter", system-ui, sans-serif);
}
.mxai-office-sec__inner {
  max-width: 1128px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px);
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 48px); align-items: center;
}
.mxai-office-list { list-style: none; margin: 16px 0 20px; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; }
.mxai-office-list li {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px; padding: 6px 12px; font-size: 11.5px; font-weight: 600; color: rgba(255,255,255,.78);
}
.mxai-office-sec__ctas { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }

/* Ofis panel maketi */
.mxai-mock {
  background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: 0 34px 70px -24px rgba(0,0,0,.7);
  border: 1px solid rgba(255,255,255,.14);
}
.mxai-mock__bar {
  display: flex; align-items: center; gap: 6px;
  background: #F1F3F5; padding: 9px 12px; border-bottom: 1px solid #E6E8EB;
}
.mxai-mock__bar span { width: 9px; height: 9px; border-radius: 50%; background: #D1D5DB; }
.mxai-mock__bar b { margin-left: 8px; font-size: 11px; font-weight: 700; color: #6B7280; }
.mxai-mock__body { display: grid; grid-template-columns: 132px 1fr; min-height: 268px; }
.mxai-mock__side {
  position: relative; background: #16181D; padding: 14px 12px 74px;
  display: flex; flex-direction: column; gap: 9px;
}
.mxai-mock__brand { color: #fff; font-size: 15px; font-weight: 800; line-height: 1; margin-bottom: 8px; }
.mxai-mock__brand small { display: block; font-size: 7px; letter-spacing: .18em; color: #FFC600; margin-top: 2px; }
.mxai-mock__mi { height: 11px; border-radius: 4px; background: rgba(255,255,255,.1); }
.mxai-mock__mi--on { background: rgba(255,198,0,.55); }
.mxai-mock__fab {
  position: absolute; left: 12px; bottom: 14px;
  width: 48px; height: 48px; border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, #FFE071, #FFC600 60%, #FFB400);
  display: grid; place-items: center;
  animation: mixaiPulseRing 2.6s ease-out infinite;
}
@keyframes mixaiPulseRing {
  0%   { box-shadow: 0 6px 18px rgba(255,198,0,.45), 0 0 0 0 rgba(255,198,0,.4); }
  70%  { box-shadow: 0 6px 18px rgba(255,198,0,.45), 0 0 0 14px rgba(255,198,0,0); }
  100% { box-shadow: 0 6px 18px rgba(255,198,0,.45), 0 0 0 0 rgba(255,198,0,0); }
}
.mxai-mock__main { padding: 16px; display: flex; flex-direction: column; gap: 10px; background: #FAFBFC; }
.mxai-mock__row { height: 30px; border-radius: 7px; background: #EEF0F3; }
.mxai-mock__row--w { background: #F6F7F9; }

@media (max-width: 860px) {
  .mxai-chats { grid-template-columns: 1fr; }
  .mxai-lim { grid-template-columns: 1fr; }
  .mxai-office-sec__inner { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .mxai-hero-bubble--in { left: 0; max-width: 190px; }
  .mxai-hero-bubble--out { right: 0; max-width: 200px; }
  .mxai-hero-figure img { width: 62%; }
}
