/* ============================================================================
   IT FIX  ·  PREMIUM FOOTER + CONTACT DOCK  ·  itfix-premium-fix.css
   Hedefli premium iyilestirme (2026-07-20). PREVIEW: yalnizca ?premium=1
   iken uygulanir (footer markup'i itfix-layout.php'de .pf- yapisiyla, dock
   body.ifx-premium-preview ile). Onaylanmadan canli site etkilenmez.
   Footer: TAM GORSEL BANT (full-bleed altyapi gorseli + kapanis CTA) +
   kompakt koyu icerik. Stiller body.ifx-v31-on altinda (site geneli gate).
   Not: yorumlarda yildiz + slash yan yana YAZILMAZ (erken kapanma hatasi).
   ============================================================================ */

/* Anasayfada .agcta (buyuk gorsel CTA) footer gorsel bandi ile tekrar
   olusturmasin diye gizlenir (kullanici tekrar sikayetini onlemek icin). */
body.ifx-premium-preview .agcta{ display:none !important; }

/* =====================================================================
   1 · ULTRA PREMIUM FOOTER  (.pf- tam gorsel bant)
   ===================================================================== */

body.ifx-v31-on .pf-footer{
  position:relative;
  color:#eef3f9;
  background:#070c16;
}
/* teal ust hairline */
body.ifx-v31-on .pf-footer::before{
  content:"";
  position:absolute; left:0; right:0; top:0; height:2px; z-index:5;
  background:linear-gradient(90deg, transparent 0%, rgba(18,165,148,.7) 18%, rgba(18,165,148,.7) 82%, transparent 100%);
}

/* --- GORSEL KAPANIS BANDI --- */
body.ifx-v31-on .pf-cta{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:#070d18;
}
body.ifx-v31-on .pf-cta::before{
  content:"";
  position:absolute; inset:0; z-index:0;
  background:var(--pf-img) center 30% / cover no-repeat;
  transform:scale(1.02);
}
body.ifx-v31-on .pf-cta::after{
  content:"";
  position:absolute; inset:0; z-index:1; pointer-events:none;
  background:
    linear-gradient(90deg, rgba(6,11,20,.95) 0%, rgba(6,11,20,.8) 44%, rgba(6,11,20,.5) 100%),
    linear-gradient(180deg, rgba(6,11,20,.35) 0%, rgba(7,12,22,.85) 100%);
}
body.ifx-v31-on .pf-cta-inner{
  position:relative; z-index:2;
  max-width:var(--ee-wrap, 1200px);
  margin-inline:auto;
  padding:clamp(66px,8.5vw,128px) clamp(20px,4vw,48px);
}
body.ifx-v31-on .pf-eyebrow{
  display:inline-block;
  font-family:var(--ee-fm, monospace);
  font-size:11px; letter-spacing:.2em; text-transform:uppercase;
  color:#5fd6c6; margin-bottom:20px;
}
body.ifx-v31-on .pf-cta-title{
  margin:0; max-width:17ch;
  font-family:var(--ee-fd, sans-serif); font-weight:670;
  letter-spacing:-.025em; line-height:1.03;
  font-size:clamp(32px,4.8vw,62px); color:#ffffff;
}
body.ifx-v31-on .pf-cta-title em{ font-style:normal; color:#3fd0bd; }
body.ifx-v31-on .pf-cta-sub{
  margin:22px 0 0; max-width:52ch;
  font-size:15.5px; line-height:1.65; color:#c2ccd9;
}
body.ifx-v31-on .pf-cta-actions{
  display:flex; flex-wrap:wrap; gap:14px; margin-top:34px;
}
body.ifx-v31-on .pf-btn{
  display:inline-flex; align-items:center; gap:10px;
  padding:15px 26px; border-radius:12px;
  font-size:15px; font-weight:600; letter-spacing:.01em;
  text-decoration:none;
  transition:transform .2s var(--ee-ease, ease), background .2s ease, border-color .2s ease, box-shadow .24s ease;
}
body.ifx-v31-on .pf-btn i{ transition:transform .2s ease; }
body.ifx-v31-on .pf-btn:hover i{ transform:translateX(4px); }
body.ifx-v31-on .pf-btn--primary{
  background:linear-gradient(140deg,#16b8a4,#0d857a);
  color:#04120f;
  box-shadow:0 14px 34px rgba(13,133,122,.42);
}
body.ifx-v31-on .pf-btn--primary:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(13,133,122,.52);
}
body.ifx-v31-on .pf-btn--ghost{
  border:1px solid rgba(255,255,255,.28);
  color:#ffffff;
  background:rgba(255,255,255,.02);
}
body.ifx-v31-on .pf-btn--ghost:hover{
  transform:translateY(-2px);
  border-color:rgba(95,214,198,.6);
  background:rgba(18,165,148,.12);
}

/* --- KOYU ICERIK GOVDESI --- */
body.ifx-v31-on .pf-body{
  position:relative;
  background:
    radial-gradient(120% 120% at 90% 0%, rgba(18,165,148,.08) 0%, rgba(18,165,148,0) 46%),
    linear-gradient(180deg, #0a1322 0%, #080d18 100%);
}
body.ifx-v31-on .pf-inner{
  position:relative; z-index:1;
  max-width:var(--ee-wrap, 1200px);
  margin-inline:auto;
  padding:clamp(48px,5.4vw,80px) clamp(20px,4vw,48px) clamp(26px,3vw,38px);
}
body.ifx-v31-on .pf-grid{
  display:grid;
  grid-template-columns:1.7fr 1fr 1fr 1fr;
  gap:clamp(26px,3.2vw,54px);
  padding-bottom:clamp(36px,4vw,56px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
body.ifx-v31-on .pf-logo{ height:58px !important; width:auto !important; max-width:none !important; display:block; }
body.ifx-v31-on .pf-brand-desc{
  margin:20px 0 0; max-width:42ch;
  font-size:14px; line-height:1.62; color:#9aa6b8;
}
body.ifx-v31-on .pf-contact-row{
  display:flex; flex-wrap:wrap; gap:10px 24px; margin:22px 0 0;
}
body.ifx-v31-on .pf-contact{
  display:inline-flex; align-items:center; gap:10px;
  font-size:13.5px; font-weight:560; color:#cdd6e2; text-decoration:none;
  transition:color .16s ease;
}
body.ifx-v31-on .pf-contact-ico{
  flex:0 0 32px; width:32px; height:32px;
  display:flex; align-items:center; justify-content:center;
  border-radius:9px; background:rgba(18,165,148,.14); color:#5fd6c6;
  transition:background .18s ease, transform .18s ease;
}
body.ifx-v31-on .pf-contact-ico svg{ width:15px; height:15px; display:block; }
body.ifx-v31-on .pf-contact:hover{ color:#ffffff; }
body.ifx-v31-on .pf-contact:hover .pf-contact-ico{ background:rgba(18,165,148,.24); transform:translateY(-1px); }
body.ifx-v31-on .pf-brand-meta{ margin:20px 0 0; font-size:12px; line-height:1.6; color:#6f7b8d; }

body.ifx-v31-on .pf-col h3{
  position:relative; margin:0 0 18px; padding-left:14px;
  font-family:var(--ee-fm, monospace);
  font-size:11px; font-weight:600; letter-spacing:.16em; text-transform:uppercase;
  color:#ffffff;
}
body.ifx-v31-on .pf-col h3::before{
  content:""; position:absolute; left:0; top:0; bottom:2px;
  width:3px; border-radius:2px; background:linear-gradient(180deg,#12a594,#0c6b60);
}
body.ifx-v31-on .pf-col a{
  display:block; padding:8px 0; font-size:14px; color:#9aa6b8;
  text-decoration:none; transition:color .16s ease, padding .16s ease;
}
body.ifx-v31-on .pf-col a:hover{ color:#ffffff; padding-left:6px; }

body.ifx-v31-on .pf-bottom{
  display:flex; flex-wrap:wrap; gap:14px 28px;
  align-items:center; justify-content:space-between;
  padding-top:24px;
}
body.ifx-v31-on .pf-copy{ font-size:12.5px; color:#7f8b9d; }
body.ifx-v31-on .pf-legal{ display:flex; flex-wrap:wrap; gap:8px 22px; }
body.ifx-v31-on .pf-legal a{ font-size:12.5px; color:#9aa6b8; text-decoration:none; }
body.ifx-v31-on .pf-legal a:hover{ color:#ffffff; }

/* --- Footer responsive --- */
@media (max-width:980px){
  body.ifx-v31-on .pf-grid{ grid-template-columns:1fr 1fr 1fr; }
  body.ifx-v31-on .pf-brand{ grid-column:1 / -1; }
}
@media (max-width:640px){
  body.ifx-v31-on .pf-grid{ grid-template-columns:1fr 1fr; row-gap:34px; }
  body.ifx-v31-on .pf-cta-actions .pf-btn{ flex:1 1 100%; justify-content:center; }
}
@media (max-width:460px){
  body.ifx-v31-on .pf-grid{ grid-template-columns:1fr; }
  body.ifx-v31-on .pf-bottom{ padding-bottom:100px; }
}

/* =====================================================================
   2 · PREMIUM ILETISIM DOCK  (chatbot quickbar override)
   Plugin CSS .itfix-ai-widget altinda !important kullaniyor; burada da
   !important gerekli. Bu dosya plugin + chatbot-tidy'den SONRA yuklenir.
   ===================================================================== */

body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quickbar{
  gap:9px !important;
  padding:9px !important;
  border-radius:999px !important;
  background:linear-gradient(180deg, rgba(13,22,38,.86), rgba(8,13,23,.9)) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 16px 40px rgba(3,8,18,.5), inset 0 1px 0 rgba(255,255,255,.06) !important;
  -webkit-backdrop-filter:blur(16px) saturate(140%) !important;
          backdrop-filter:blur(16px) saturate(140%) !important;
}
body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quick{
  width:52px !important; min-width:52px !important; height:52px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:rgba(255,255,255,.05) !important;
  color:#e9f0fb !important;
  box-shadow:none !important;
  -webkit-backdrop-filter:none !important;
          backdrop-filter:none !important;
}
body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quick svg{
  width:22px !important; height:22px !important; flex:0 0 22px !important;
}
body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quick:hover,
body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quick:focus-visible{
  transform:translateY(-2px) !important;
  background:rgba(255,255,255,.12) !important;
  border-color:rgba(255,255,255,.28) !important;
  box-shadow:0 10px 22px rgba(3,8,18,.45) !important;
}
body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quick--phone{ color:#5fb6ee !important; }
body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quick--whatsapp{ color:#54e08a !important; }
body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quick--mail{ color:#8fb8ff !important; }
body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quick--phone:hover{ background:rgba(45,150,220,.2) !important; border-color:rgba(95,182,238,.5) !important; }
body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quick--whatsapp:hover{ background:rgba(37,180,90,.2) !important; border-color:rgba(84,224,138,.5) !important; }
body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quick--mail:hover{ background:rgba(70,120,240,.2) !important; border-color:rgba(143,184,255,.5) !important; }
body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quick--assistant{
  width:60px !important; min-width:60px !important; height:60px !important;
  margin-top:3px !important;
  border:1px solid rgba(95,214,198,.4) !important;
  background:linear-gradient(140deg, #12a594 0%, #0b5e57 100%) !important;
  color:#ffffff !important;
  box-shadow:0 12px 28px rgba(11,94,87,.5), inset 0 1px 0 rgba(255,255,255,.24) !important;
}
body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quick--assistant svg{
  width:26px !important; height:26px !important; flex:0 0 26px !important;
}
body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quick--assistant:hover,
body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quick--assistant:focus-visible{
  transform:translateY(-2px) !important;
  background:linear-gradient(140deg, #16b8a4 0%, #0c6b60 100%) !important;
  box-shadow:0 16px 34px rgba(11,94,87,.58), inset 0 1px 0 rgba(255,255,255,.24) !important;
}
@media (max-width:600px){
  body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quickbar{ gap:7px !important; padding:7px !important; }
  body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quick{ width:46px !important; min-width:46px !important; height:46px !important; }
  body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quick svg{ width:20px !important; height:20px !important; flex:0 0 20px !important; }
  body.ifx-premium-preview .itfix-ai-widget .itfix-ai-quick--assistant{ width:54px !important; min-width:54px !important; height:54px !important; }
}
