/* ==========================================================================
   Hekzen ana sayfa, yalnızca ÜST hero + header (ikas tarzı, aydınlık).
   Sayfanın geri kalanı orijinal temada kalır; sadece en üst bölüm değişir.
   style.css'ten SONRA yüklenir.
   ========================================================================== */

:root {
  --zh-bg: #ffffff;
  --zh-bg-soft: #f5f8fd;
  --zh-ink: #0d1b33;        /* derin lacivert */
  --zh-ink-soft: #54637c;   /* slate */
  --zh-line: #e3e9f3;
  --zh-accent: #2557d6;     /* kurumsal mavi */
  --zh-accent-d: #1c46b8;
  --zh-navy: #0d1b33;
  --zh-blue-bg: #eaf0fc;
  --zh-radius: 14px;
}

/* Kurumsal tipografi: tüm metinleri Inter'e çevir (FontAwesome ikonları korunur) */
body.mil-home-hero-video {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}
body.mil-home-hero-video h1,
body.mil-home-hero-video h2,
body.mil-home-hero-video h3,
body.mil-home-hero-video h4,
body.mil-home-hero-video h5,
body.mil-home-hero-video h6,
body.mil-home-hero-video p,
body.mil-home-hero-video a,
body.mil-home-hero-video li,
body.mil-home-hero-video button,
body.mil-home-hero-video input,
body.mil-home-hero-video textarea,
body.mil-home-hero-video label,
body.mil-home-hero-video blockquote,
body.mil-home-hero-video strong,
body.mil-home-hero-video b,
body.mil-home-hero-video em,
body.mil-home-hero-video span:not([class*="fa-"]):not(.fas):not(.far):not(.fab):not(.zh-logo-tx),
body.mil-home-hero-video .mil-button,
body.mil-home-hero-video .mil-thin {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
}

/* Açılış yükleme animasyonunu (preloader) kaldır */
body.mil-home-hero-video .mil-preloader { display: none !important; }

/* Üst hero alanı için çerçeve/perde süslerini gizle (yeni header ile çakışmasın) */
body.mil-home-hero-video .mil-frame,
body.mil-home-hero-video .mil-progress-track,
body.mil-home-hero-video .mil-curtain { display: none; }

/* İletişim/CTA kutusu: yorumları örtmeden, modest "taşan" overlap (sadece masaüstü) */
@media (min-width: 769px) {
  body.mil-home-hero-video .mil-cta-overlap {
    transform: translateY(-70px) !important;
  }
}

/* Müşteri Yorumları bölümü: üstü yukarı al + ALTI aşağı genişlet
   (CTA kartının taşması yorum metnini örtmesin diye bol alan) */
body.mil-home-hero-video .mil-p-120-120 {
  padding-top: 48px !important;
  padding-bottom: 84px !important;
}

/* Hero içeriği tema JS'ine bağlı kalmadan görünür + yumuşak giriş */
.zh-hero-left, .zh-hero-right { opacity: 1 !important; transform: none !important; animation: zhFade .6s ease both; }
.zh-hero-right { animation-delay: .08s; }
@keyframes zhFade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ===================== FOOTER CTA - neumorphic (soft UI) ===================== */
/* CTA kartı açık-gri neumorphic yüzey */
body.mil-home-hero-video .mil-cta-card { background: #e8e8e8 !important; }
body.mil-home-hero-video .mil-cta-card .mil-upper.mil-accent { color: var(--zh-accent) !important; }
body.mil-home-hero-video .mil-cta-card h3,
body.mil-home-hero-video .mil-cta-card h3 strong,
body.mil-home-hero-video .mil-cta-card h3 * { color: #14233d !important; }

/* Neumorphic input (UIverse/ercnersoy → form için ölçekli) */
body.mil-home-hero-video .mil-cta-input {
  border: none !important; padding: 15px 18px !important; border-radius: 14px !important;
  background: #e8e8e8 !important; color: #1c2433 !important; font-size: 15px !important;
  box-shadow: 8px 8px 18px #c9c9c9, -8px -8px 18px #ffffff !important;
  transition: box-shadow .3s !important;
}
body.mil-home-hero-video .mil-cta-input::placeholder { color: #8b93a3 !important; opacity: 1; }
body.mil-home-hero-video .mil-cta-input:focus {
  outline: none !important;
  box-shadow: inset 7px 7px 15px #c9c9c9, inset -7px -7px 15px #ffffff !important;
}

/* Neumorphic buton (UIverse/shah1345 → marka mavi dolum) */
body.mil-home-hero-video .mil-cta-submit {
  display: inline-flex !important; align-items: center; gap: 9px;
  position: relative; overflow: hidden; z-index: 1;
  color: #14233d !important; padding: 14px 30px !important; cursor: pointer;
  font-size: 16px; font-weight: 600;
  border-radius: 12px !important; background: #e8e8e8 !important; border: 1px solid #e8e8e8 !important;
  box-shadow: 6px 6px 14px #c9c9c9, -6px -6px 14px #ffffff !important;
  transition: all .2s ease-in !important;
}
body.mil-home-hero-video .mil-cta-submit:active {
  color: #666 !important; box-shadow: inset 4px 4px 12px #c9c9c9, inset -4px -4px 12px #ffffff !important;
}
body.mil-home-hero-video .mil-cta-submit::before {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%; width: 140%; height: 180%; background-color: rgba(0,0,0,.05);
  border-radius: 50%; display: block; transition: all .5s .1s cubic-bezier(0.55,0,0.1,1); z-index: -1;
}
body.mil-home-hero-video .mil-cta-submit::after {
  content: ""; position: absolute; left: 55%; transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%; width: 160%; height: 190%; background-color: var(--zh-accent);
  border-radius: 50%; display: block; transition: all .5s .1s cubic-bezier(0.55,0,0.1,1); z-index: -1;
}
body.mil-home-hero-video .mil-cta-submit:hover { color: #fff !important; border: 1px solid var(--zh-accent) !important; }
body.mil-home-hero-video .mil-cta-submit:hover::before { top: -35%; background-color: var(--zh-accent); transform: translateX(-50%) scaleY(1.3) scaleX(0.8); }
body.mil-home-hero-video .mil-cta-submit:hover::after { top: -45%; background-color: var(--zh-accent); transform: translateX(-50%) scaleY(1.3) scaleX(0.8); }
body.mil-home-hero-video .mil-cta-submit-text, body.mil-home-hero-video .mil-cta-submit-icon { color: inherit !important; position: relative; z-index: 2; }
body.mil-home-hero-video .mil-cta-submit-shine { display: none !important; }
/* Haberdar olun (newsletter) - tek satır e-posta + buton */
body.mil-home-hero-video .zh-news { display: flex; gap: 12px; align-items: stretch; }
body.mil-home-hero-video .zh-news .mil-cta-input { flex: 1 1 auto; }
body.mil-home-hero-video .zh-news .mil-cta-submit { flex: 0 0 auto; }
body.mil-home-hero-video .zh-news-note { margin: 12px 0 0; font-size: 13px; color: #6b7488; }
@media (max-width: 560px) {
  body.mil-home-hero-video .zh-news { flex-direction: column; }
  body.mil-home-hero-video .zh-news .mil-cta-submit { width: 100%; justify-content: center; }
}

/* ===================== ÜST ŞERİT (ikas tarzı) ===================== */
.zh-topbar { background: linear-gradient(90deg, #0b1830 0%, #14306a 52%, #1f4eaa 100%); color: rgba(255,255,255,.9); font-size: 13px; }
.zh-topbar-inner {
  max-width: 1240px; margin: 0 auto; padding: 16px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.zh-topbar-left { display: inline-flex; align-items: center; gap: 9px; }
.zh-topbar-left strong { color: #fff; font-weight: 600; }
.zh-topbar-right { display: inline-flex; align-items: center; gap: 24px; }
.zh-topbar-right a { color: rgba(255,255,255,.86); text-decoration: none; display: inline-flex; align-items: center; gap: 7px; transition: color .15s; white-space: nowrap; }
.zh-topbar-right a:hover { color: #fff; }
.zh-topbar i { color: #6f9bff; font-size: 12px; }
@media (max-width: 760px) {
  .zh-topbar-left { display: none; }
  .zh-topbar-inner { justify-content: center; padding: 13px 18px; }
  .zh-topbar-right { gap: 16px; font-size: 12px; }
}

/* ===================== HEADER (scroll-duyarlı, glass) ===================== */
.zh-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,0.70);
  -webkit-backdrop-filter: saturate(180%) blur(14px); backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: background .25s, border-color .25s, box-shadow .25s;
}
.zh-header.zh-scrolled {
  background: rgba(255,255,255,0.86);
  border-bottom-color: var(--zh-line);
  box-shadow: 0 6px 26px -14px rgba(13,27,51,.18);
}
.zh-header-inner {
  max-width: 1240px; margin: 0 auto; padding: 12px 28px;
  display: flex; align-items: center; gap: 30px;
}
.zh-logo { display: inline-flex; align-items: center; }
.zh-logo img { height: 24px; width: auto; display: block; }

.zh-nav { display: flex; align-items: center; gap: 2px; margin-left: 6px; }
.zh-nav-item { position: relative; }
.zh-nav-link {
  position: relative; display: inline-flex; align-items: center; gap: 6px;
  font-size: 15px; font-weight: 500; color: var(--zh-ink-soft);
  text-decoration: none; padding: 9px 13px; border-radius: 9px;
  transition: color .15s, background .15s;
}
.zh-nav-link:hover { color: var(--zh-ink); background: rgba(37,87,214,.06); }
.zh-caret { font-size: 10px; opacity: .65; transition: transform .2s; }
.zh-has-drop:hover .zh-caret { transform: rotate(180deg); }

/* mega-dropdown */
.zh-drop {
  position: absolute; top: calc(100% + 10px); left: -10px; z-index: 70;
  width: 360px; padding: 8px;
  background: #fff; border: 1px solid var(--zh-line); border-radius: 16px;
  box-shadow: 0 28px 56px -22px rgba(13,27,51,.30);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .2s, transform .2s, visibility .2s;
}
.zh-drop::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 14px; }
.zh-has-drop:hover .zh-drop { opacity: 1; visibility: visible; transform: translateY(0); }
.zh-drop-link { display: flex; align-items: center; gap: 13px; padding: 11px 12px; border-radius: 12px; text-decoration: none; transition: background .15s; }
.zh-drop-link:hover { background: var(--zh-bg-soft); }
.zh-drop-ic { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 11px; background: var(--zh-blue-bg); color: var(--zh-accent); display: flex; align-items: center; justify-content: center; font-size: 17px; }
.zh-drop-txt { display: flex; flex-direction: column; gap: 2px; }
.zh-drop-txt b { font-size: 14.5px; font-weight: 600; color: var(--zh-ink); }
.zh-drop-txt small { font-size: 12.5px; color: var(--zh-ink-soft); line-height: 1.3; }

/* ===== E-Ticaret mega menü ===== */
.zh-mega {
  position: absolute; top: calc(100% + 10px); left: -130px; z-index: 70;
  width: 908px; max-width: calc(100vw - 36px);
  display: grid; grid-template-columns: 208px 1fr 220px; gap: 16px;
  padding: 16px; background: #fff; border: 1px solid var(--zh-line); border-radius: 18px;
  box-shadow: 0 30px 64px -24px rgba(13,27,51,.34);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .2s, transform .2s, visibility .2s;
}
.zh-mega::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 14px; }
.zh-has-mega:hover .zh-mega { opacity: 1; visibility: visible; transform: translateY(0); }
.zh-mega-intro { display: flex; flex-direction: column; padding: 22px 20px; border-radius: 14px; color: #fff; background: linear-gradient(165deg, #0d1b33 0%, #14306a 100%); }
.zh-mega-eyebrow { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.6); font-weight: 600; margin-bottom: 12px; }
.zh-mega-intro h4 { font-size: 20px; font-weight: 600; line-height: 1.2; margin: 0 0 10px; color: #fff; }
.zh-mega-intro p { font-size: 12.5px; line-height: 1.5; color: rgba(255,255,255,.7); margin: 0 0 auto; }
.zh-mega-all { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #fff; font-size: 13px; font-weight: 600; text-decoration: none; }
.zh-mega-all i { transition: transform .2s; }
.zh-mega-all:hover i { transform: translateX(4px); }
.zh-mega-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 8px; align-content: start; }
.zh-mega-card { display: flex; align-items: flex-start; gap: 12px; padding: 11px 12px; border-radius: 12px; text-decoration: none; transition: background .15s; }
.zh-mega-card:hover { background: var(--zh-bg-soft); }
.zh-mega-ic { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 11px; background: var(--zh-blue-bg); color: var(--zh-accent); display: grid; place-items: center; font-size: 16px; transition: background .15s, color .15s; }
.zh-mega-card:hover .zh-mega-ic { background: var(--zh-accent); color: #fff; }
.zh-mega-tx { display: flex; flex-direction: column; gap: 2px; }
.zh-mega-tx b { font-size: 14px; font-weight: 600; color: var(--zh-ink); }
.zh-mega-tx small { font-size: 11.8px; color: var(--zh-ink-soft); line-height: 1.35; }
.zh-mega-promo { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; border-radius: 14px; text-decoration: none; overflow: hidden; background: linear-gradient(160deg, #eaf0fc 0%, #dbe7fb 100%); border: 1px solid #d7e2f7; transition: transform .18s; }
.zh-mega-promo:hover { transform: translateY(-2px); }
.zh-mega-promo-badge { align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; background: #fff; color: var(--zh-accent); font-size: 11px; font-weight: 700; padding: 5px 10px; border-radius: 999px; margin-bottom: auto; box-shadow: 0 4px 12px rgba(13,27,51,.08); }
.zh-mega-promo b { font-size: 15px; color: var(--zh-navy); font-weight: 700; margin-top: 14px; }
.zh-mega-promo small { font-size: 12px; color: var(--zh-ink-soft); line-height: 1.45; margin-top: 5px; }
.zh-mega-promo-cta { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; color: var(--zh-accent); font-size: 13px; font-weight: 700; }
.zh-mega-promo-cta i { transition: transform .2s; }
.zh-mega-promo:hover .zh-mega-promo-cta i { transform: translateX(4px); }

.zh-header-cta { margin-left: auto; display: flex; align-items: center; gap: 12px; }

/* hamburger + mobil menü */
.zh-burger { display: none; width: 44px; height: 44px; margin-left: auto; padding: 0; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; background: #fff; border: 1px solid var(--zh-line); border-radius: 11px; }
.zh-burger span { display: block; width: 18px; height: 2px; background: var(--zh-ink); border-radius: 2px; transition: .25s; }
.zh-header.zh-menu-open .zh-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.zh-header.zh-menu-open .zh-burger span:nth-child(2) { opacity: 0; }
.zh-header.zh-menu-open .zh-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.zh-mobile { display: none; flex-direction: column; padding: 8px 22px 22px; background: #fff; border-top: 1px solid var(--zh-line); }
.zh-header.zh-menu-open .zh-mobile { display: flex; }
.zh-mobile > a { font-size: 16px; font-weight: 500; color: var(--zh-ink); text-decoration: none; padding: 14px 6px; border-bottom: 1px solid var(--zh-line); }
.zh-mobile-cta { display: flex; gap: 10px; margin-top: 16px; }
.zh-mobile-cta a { flex: 1; justify-content: center; padding: 13px; }

/* tema'nın login-trigger gölgesini header/mobil butonlardan temizle */
.zh-header .zh-btn-ghost, .zh-header .zh-btn-primary,
.zh-mobile-cta .zh-btn-ghost, .zh-mobile-cta .zh-btn-primary,
.zh-login { box-shadow: none !important; }

/* Giriş: button yerine kurumsal metin linki */
.zh-login {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 14.5px; font-weight: 600; color: var(--zh-ink-soft);
  text-decoration: none; cursor: pointer; padding: 9px 12px; border-radius: 9px;
  transition: color .15s, background .15s; background: transparent; border: 0;
}
.zh-login i { font-size: 13px; opacity: .8; }
.zh-login:hover { color: var(--zh-ink); background: rgba(37,87,214,.06); }

/* === Seçilen animasyonlu düğme (UIverse/reshades → palete uyarlı, kompakt) === */
.zh-btn-x {
  display: inline-flex; align-items: center; gap: 11px; box-sizing: border-box;
  height: 52px; padding: 0 26px;
  background: transparent; color: var(--zh-accent);
  border: 2px solid var(--zh-accent); border-radius: 11px;
  font-size: 15px; font-weight: 600; text-decoration: none; cursor: pointer;
  white-space: nowrap;
  transition: background .5s ease, color .5s ease, box-shadow .5s ease;
}
.zh-btn-x i { font-size: 15px; transition: transform .5s ease; }
.zh-btn-x:hover { background: var(--zh-accent); color: #fff; box-shadow: 0 14px 28px -12px rgba(37,87,214,.55); }
.zh-btn-x:hover i { transform: translateX(5px); }
.zh-header .zh-btn-x { height: 42px; padding: 0 20px; font-size: 14px; gap: 9px; }

/* === Giriş: kabarcık animasyonlu düğme (UIverse/zjssun → marka mavi) === */
.zh-btn-bubble {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  height: 42px; padding: 0 22px; border-radius: 9px; line-height: 1;
  border: none !important; box-shadow: none !important;
  -webkit-backdrop-filter: none !important; backdrop-filter: none !important;
  color: #fff !important; cursor: pointer; text-decoration: none;
  font-size: 14px; font-weight: 600;
  background: var(--zh-accent) !important;
  transition: transform .2s ease;
}
.zh-btn-bubble:hover { background: var(--zh-accent) !important; color: #fff !important; transform: none !important; border-color: transparent !important; }
.zh-btn-bubble:active { transform: scale(0.96) !important; }
.zh-btn-bubble i { color: #fff !important; font-size: 13px; }
.zh-mobile-cta .zh-btn-bubble { height: auto; padding: 13px; }
.zh-btn-bubble::before, .zh-btn-bubble::after {
  position: absolute; content: ""; width: 150%; left: 50%; height: 100%;
  transform: translateX(-50%); z-index: -1000; background-repeat: no-repeat;
}
.zh-btn-bubble:hover::before {
  top: -70%;
  background-image:
    radial-gradient(circle, #2557d6 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #2557d6 20%, transparent 30%),
    radial-gradient(circle, #2557d6 20%, transparent 20%),
    radial-gradient(circle, #2557d6 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #2557d6 15%, transparent 20%),
    radial-gradient(circle, #2557d6 20%, transparent 20%),
    radial-gradient(circle, #2557d6 20%, transparent 20%),
    radial-gradient(circle, #2557d6 20%, transparent 20%),
    radial-gradient(circle, #2557d6 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: zhBubblesTop 0.6s ease;
}
@keyframes zhBubblesTop {
  0% { background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%; }
  50% { background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%; }
  100% { background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%; background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; }
}
.zh-btn-bubble:hover::after {
  bottom: -70%;
  background-image:
    radial-gradient(circle, #2557d6 20%, transparent 20%),
    radial-gradient(circle, #2557d6 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #2557d6 15%, transparent 20%),
    radial-gradient(circle, #2557d6 20%, transparent 20%),
    radial-gradient(circle, #2557d6 20%, transparent 20%),
    radial-gradient(circle, #2557d6 20%, transparent 20%),
    radial-gradient(circle, #2557d6 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: zhBubblesBottom 0.6s ease;
}
@keyframes zhBubblesBottom {
  0% { background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%; }
  50% { background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%; }
  100% { background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%; background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; }
}

/* ===================== BUTONLAR ===================== */
.zh-btn-primary, .zh-btn-ghost {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 15px; font-weight: 600; text-decoration: none;
  border-radius: 10px; cursor: pointer; transition: .16s; white-space: nowrap;
}
.zh-btn-primary {
  background: var(--zh-navy); color: #fff; padding: 12px 24px;
  border: 1px solid var(--zh-navy);
}
.zh-btn-primary:hover { background: #16294a; border-color: #16294a; color:#fff; }
.zh-btn-ghost {
  background: #fff; color: var(--zh-ink); padding: 12px 24px;
  border: 1px solid var(--zh-line);
}
.zh-btn-ghost:hover { border-color: #b9c6dd; background: var(--zh-bg-soft); }
.zh-btn-lg { padding: 14px 26px; font-size: 16px; }
.zh-header .zh-btn-ghost { padding: 9px 18px; font-size: 14px; }
.zh-header .zh-btn-primary { padding: 9px 18px; font-size: 14px; }

/* ===================== HERO ===================== */
.zh-hero {
  position: relative; overflow: hidden; background: #ffffff;
  padding: 66px 0 98px;
}
.zh-hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.zh-hero-bg::before {            /* milimetrik kare ızgara, gradient ile sönümlenir (masked grid) */
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(20,40,75,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(20,40,75,.06) 1px, transparent 1px);
  background-size: 36px 36px;
  -webkit-mask-image: radial-gradient(118% 92% at 80% 34%, #000 0%, rgba(0,0,0,.78) 32%, transparent 70%);
          mask-image: radial-gradient(118% 92% at 80% 34%, #000 0%, rgba(0,0,0,.78) 32%, transparent 70%);
}
.zh-hero-bg::after {             /* mavi glow sağ-üst (atmosfer) */
  content: ""; position: absolute; top: -210px; right: -170px; width: 740px; height: 740px;
  background: radial-gradient(circle, rgba(37,87,214,.15), rgba(37,87,214,0) 64%);
}
.zh-hero-inner {
  position: relative; z-index: 1;
  max-width: 1240px; margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 56px; align-items: center;
}
.zh-hero-left { max-width: 580px; }
.zh-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: #f2f6fc; color: var(--zh-ink);
  font-size: 13px; font-weight: 600; letter-spacing: .2px;
  padding: 8px 16px; border-radius: 999px;
  border: 1px solid #e2e9f5; margin-bottom: 26px;
}
.zh-badge i { color: var(--zh-accent); font-size: 14px; }
.zh-title {
  font-size: 53px; line-height: 1.12; font-weight: 600; letter-spacing: -.6px;
  color: var(--zh-ink); margin: 0 0 20px;
}
.zh-title span { color: var(--zh-accent); font-weight: 700; }
.zh-sub {
  font-size: 18px; line-height: 1.6; color: var(--zh-ink-soft);
  margin: 0 0 30px; max-width: 490px;
}
.zh-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }

/* istatistik şeridi (kurumsal güven) */
.zh-stats { display: flex; margin: 0 0 30px; }
.zh-stat { padding-right: 26px; margin-right: 26px; border-right: 1px solid var(--zh-line); }
.zh-stat:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.zh-stat b { display: block; font-size: 23px; font-weight: 800; color: var(--zh-ink); letter-spacing: -.4px; line-height: 1.15; }
.zh-stat b.zh-stat-accent { color: var(--zh-accent); }
.zh-stat span { font-size: 12.5px; color: var(--zh-ink-soft); }

.zh-proof { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.zh-proof-label { font-size: 12px; font-weight: 700; letter-spacing: 1.2px; color: #9aa3b5; text-transform: uppercase; }
.zh-proof-logos { display: flex; align-items: center; gap: 20px; }
.zh-proof-logos span { font-size: 17px; font-weight: 700; color: #b4bccb; letter-spacing: -.3px; }

/* ===================== SHOWCASE (sağ premium görsel + yüzen kartlar) ===================== */
.zh-showcase { position: relative; }
.zh-showcase::before {           /* görsel arkası mavi hâle */
  content: ""; position: absolute; inset: -9% -6% -9% -2%; z-index: 0;
  background: radial-gradient(58% 58% at 58% 42%, rgba(37,87,214,.18), transparent 72%);
}
.zh-showcase-main {
  position: relative; z-index: 1; margin: 0;
  border-radius: 18px; overflow: hidden; border: 1px solid #e0e7f3;
  box-shadow: 0 46px 92px -34px rgba(13,27,51,.42), 0 10px 26px -14px rgba(13,27,51,.16);
}
.zh-showcase-main img { width: 100%; height: auto; display: block; }

.zh-float {
  position: absolute; z-index: 2;
  background: rgba(255,255,255,.82);
  -webkit-backdrop-filter: blur(14px) saturate(150%); backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 22px 44px -20px rgba(13,27,51,.38);
  border-radius: 14px; padding: 12px 15px;
}
.zh-float-a { left: -28px; bottom: 126px; display: flex; align-items: stretch; gap: 12px; animation: zhFloatA 5.5s ease-in-out infinite; }
.zh-trust-rule { width: 3px; border-radius: 2px; background: var(--zh-accent); flex: 0 0 auto; }
.zh-trust-body { display: flex; flex-direction: column; }
.zh-float-label { display: block; font-size: 11.5px; color: var(--zh-ink-soft); }
.zh-float-val { font-size: 22px; font-weight: 800; color: var(--zh-ink); letter-spacing: -.5px; line-height: 1.12; }
.zh-trust-names {
  margin-top: 5px; font-size: 10px; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: var(--zh-ink-soft); white-space: nowrap;
}
.zh-float-b { right: -22px; bottom: 6px; max-width: 246px; animation: zhFloatB 6.5s ease-in-out infinite .5s; }
.zh-stars { color: #f5b301; font-size: 12px; letter-spacing: 1.5px; margin-bottom: 7px; }
.zh-float-quote { display: block; font-size: 12.5px; color: var(--zh-ink); line-height: 1.45; font-weight: 500; }
.zh-rev-foot {
  display: flex; align-items: baseline; gap: 7px; flex-wrap: wrap;
  margin-top: 10px; padding-top: 9px; border-top: 1px solid var(--zh-line);
}
.zh-rev-foot strong { font-size: 12px; color: var(--zh-navy); }
.zh-rev-src { font-size: 10.5px; color: var(--zh-ink-soft); display: inline-flex; align-items: center; gap: 4px; }
.zh-rev-src i { color: #4285F4; font-size: 11px; }
@keyframes zhFloatA { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes zhFloatB { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); } }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 980px) {
  .zh-hero-inner { grid-template-columns: 1fr; gap: 46px; }
  .zh-hero { padding: 36px 0 64px; }
  .zh-title { font-size: 42px; letter-spacing: -1.1px; }
  .zh-nav, .zh-header-cta { display: none; }
  .zh-burger { display: flex; }
  .zh-hero-left { max-width: none; }
  .zh-showcase { max-width: 580px; }
  .zh-float-a { left: 0; }
  .zh-float-b { right: 0; }
}
@media (max-width: 520px) {
  .zh-header-inner, .zh-hero-inner { padding-left: 18px; padding-right: 18px; }
  .zh-title { font-size: 32px; letter-spacing: -.8px; }
  .zh-sub { font-size: 16px; }
  .zh-cta-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; flex-wrap: nowrap; }
  .zh-cta-row .zh-btn-qr, .zh-cta-row .zh-btn-x { width: 100%; min-width: 0; justify-content: center; padding-left: 10px; padding-right: 10px; font-size: 14.5px; gap: 8px; }
  .zh-cta-row .zh-btn-x span, .zh-cta-row .zh-btn-qr span { overflow: hidden; text-overflow: ellipsis; }
  .zh-qr-extra { display: none; }
  .zh-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
  .zh-stat { border-right: 1px solid var(--zh-line); margin-right: 0; padding: 0 7px; min-width: 0; }
  .zh-stat:first-child { padding-left: 0; }
  .zh-stat:last-child { border-right: 0; padding-right: 0; }
  .zh-stat b { font-size: clamp(14px, 4.1vw, 16px); letter-spacing: -.3px; white-space: nowrap; }
  .zh-stat span { font-size: clamp(9.5px, 2.7vw, 10.5px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .zh-float { display: none; }
}

/* ===================== FOOTER (kurumsal, çok kolonlu) ===================== */
.zh-footer { background: #0c1a32 !important; padding: 0 !important; }
.zh-footer::before { display: none !important; }
.zh-footer .mi-invert-fix { height: auto; }
.zh-footer-inner { max-width: 1240px; margin: 0 auto; padding: 64px 28px 28px; position: relative; z-index: 2; pointer-events: auto; }

.zh-footer-news {
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  padding-bottom: 40px; margin-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1);
}
.zh-footer-news-text h3 { color: #fff; font-size: 23px; font-weight: 600; margin: 0 0 6px; }
.zh-footer-news-text p { color: rgba(255,255,255,.6); font-size: 14px; margin: 0; }
.zh-footer-news-msg { flex: 0 0 100%; margin: 4px 0 0; font-size: 13px; text-align: right; color: rgba(255,255,255,.7); }
.zh-footer-news-msg:empty { display: none; }
.zh-footer-news-msg.is-success { color: #6ee7a8; }
.zh-footer-news-msg.is-error { color: #ff9a9a; }
/* açık input (ercnersoy) + mavi buton - eşit yükseklik, kompakt, hizalı, gölgesiz */
.zh-footer-form {
  display: flex; align-items: center; gap: 10px; flex: 0 0 auto;
  background: none; border: none; box-shadow: none; padding: 0;
}
.zh-footer-form input {
  flex: 1 1 auto; min-width: 320px; height: 46px; margin: 0;
  border: none; border-radius: 11px; padding: 0 16px;
  background: #e8e8e8; color: #1c2433; font-size: 14px; font-family: inherit;
  text-transform: none; letter-spacing: normal;
  box-shadow: none;
}
.zh-footer-form input::placeholder { color: #8a93a3; letter-spacing: normal; text-transform: none; }
.zh-footer-form input:focus { outline: 2px solid var(--zh-accent); outline-offset: 0; }
.zh-footer-form button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex: 0 0 auto;
  height: 46px; padding: 0 22px;
  background: var(--zh-accent); color: #fff; border: none; border-radius: 11px;
  font-size: 14px; font-weight: 600; cursor: pointer; white-space: nowrap;
  box-shadow: none; transition: background .2s, transform .1s;
}
.zh-footer-form button:hover { background: var(--zh-accent-d); }
.zh-footer-form button:active { transform: scale(0.97); }

.zh-footer-cols { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 44px; }
.zh-footer-logo { height: 30px; filter: brightness(0) invert(1); margin-bottom: 18px; }
.zh-footer-brand p { color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.65; max-width: 330px; margin: 0 0 20px; }
.zh-footer-social { display: flex; gap: 10px; }
.zh-footer-social a {
  width: 38px; height: 38px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.08); color: rgba(255,255,255,.8); transition: .2s; text-decoration: none; font-size: 15px;
}
.zh-footer-social a:hover { background: var(--zh-accent); color: #fff; transform: translateY(-2px); }
.zh-footer-col h4 { color: #fff; font-size: 14px; font-weight: 600; margin: 0 0 18px; }
.zh-footer-col a, .zh-footer-col span {
  display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.62); font-size: 14px;
  text-decoration: none; margin-bottom: 13px; transition: color .15s;
}
.zh-footer-col a:hover { color: #fff; }
.zh-footer-col i { font-size: 13px; color: #fff; width: 15px; text-align: center; }
.zh-footer-cta { color: #fff !important; font-weight: 600; margin-top: 6px !important; }
.zh-footer-cta i { color: inherit; }

.zh-footer-bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1);
}
.zh-footer-bottom p { color: rgba(255,255,255,.5); font-size: 13px; margin: 0; }
.zh-footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; }
.zh-footer-legal a { color: rgba(255,255,255,.5); font-size: 13px; text-decoration: none; transition: color .15s; }
.zh-footer-legal a:hover { color: #fff; }

@media (max-width: 880px) {
  .zh-footer-cols { grid-template-columns: 1fr 1fr; gap: 30px 32px; }
  .zh-footer-brand { grid-column: 1 / -1; }
  .zh-footer-news { flex-direction: column; align-items: flex-start; }
  .zh-footer-news-msg { text-align: left; }
  .zh-footer-form { width: 100%; }
  .zh-footer-form input { flex: 1; min-width: 0; }
}
@media (max-width: 520px) {
  .zh-footer-cols { grid-template-columns: 1fr; }
  .zh-footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .zh-footer-form input { min-width: 0; }
  .zh-footer-form button { padding: 0 16px; }
  .zh-footer-inner { padding: 48px 18px 24px; }
}

/* ============ Kapanış CTA - koyu lacivert bant ============ */
body.mil-home-hero-video .zh-cta-section { background: var(--zh-bg); padding: 8px 0 96px; }
.zh-cta-wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.zh-cta-band {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: clamp(52px, 6.4vw, 92px) clamp(26px, 5vw, 70px);
  text-align: center;
  color: #fff;
  background:
    radial-gradient(128% 150% at 82% -10%, #2a5cc6 0%, #163a86 40%, #0c1c41 74%, #091631 100%);
  box-shadow: 0 30px 70px -28px rgba(11, 25, 58, 0.55);
}
.zh-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(90% 78% at 50% 0%, #000 0%, transparent 72%);
          mask-image: radial-gradient(90% 78% at 50% 0%, #000 0%, transparent 72%);
}
.zh-cta-band::after {
  content: "";
  position: absolute;
  top: -160px;
  left: 50%;
  width: 640px;
  height: 380px;
  transform: translateX(-50%);
  pointer-events: none;
  background: radial-gradient(circle, rgba(96, 142, 255, 0.42) 0%, transparent 68%);
}
.zh-cta-band > * { position: relative; z-index: 1; }
.zh-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 16px 7px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 26px;
}
.zh-cta-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #46e08a;
  box-shadow: 0 0 0 0 rgba(70, 224, 138, 0.6);
  animation: zhCtaPulse 2s infinite;
}
@keyframes zhCtaPulse {
  0% { box-shadow: 0 0 0 0 rgba(70, 224, 138, 0.55); }
  70% { box-shadow: 0 0 0 9px rgba(70, 224, 138, 0); }
  100% { box-shadow: 0 0 0 0 rgba(70, 224, 138, 0); }
}
.zh-cta-title {
  font-size: clamp(28px, 4.1vw, 46px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.022em;
  margin: 0 0 16px;
  color: #fff;
}
.zh-cta-sub {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 540px;
  margin: 0 auto 32px;
}
.zh-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.zh-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  color: #0c1c41;
  border-radius: 13px;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 14px 32px -10px rgba(0, 0, 0, 0.5);
  transition: transform 0.16s ease, box-shadow 0.2s ease;
}
.zh-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.55);
  color: #0c1c41;
}
.zh-cta-primary i { font-size: 13px; transition: transform 0.2s ease; }
.zh-cta-primary:hover i { transform: translateX(4px); }
.zh-cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 13px;
  padding: 15px 26px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.zh-cta-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.36);
  color: #fff;
}
.zh-cta-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 30px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.62);
}
.zh-cta-trust a,
.zh-cta-trust > span:not(.zh-cta-sep) {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.zh-cta-trust a { color: rgba(255, 255, 255, 0.8); text-decoration: none; transition: color 0.18s ease; }
.zh-cta-trust a:hover { color: #fff; }
.zh-cta-trust i { color: #7aa0ff; font-size: 12.5px; }
.zh-cta-sep { width: 4px; height: 4px; border-radius: 50%; background: rgba(255, 255, 255, 0.28); }
@media (max-width: 600px) {
  .zh-cta-wrap { padding: 0 16px; }
  .zh-cta-band { border-radius: 22px; }
  .zh-cta-trust { gap: 9px 12px; }
  .zh-cta-actions { width: 100%; }
  .zh-cta-primary, .zh-cta-ghost { flex: 1; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .zh-cta-pulse { animation: none; }
}

/* ============ İletişim CTA (eski - kullanılmıyor) ============ */
.zh-contact { max-width: 1180px; margin: 0 auto; }
.zh-contact-card {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 32px;
  background: linear-gradient(135deg, #eef3fd 0%, #e2ebfb 100%);
  border: 1px solid #dbe4f5; border-radius: 24px;
  padding: clamp(32px, 4vw, 64px);
  box-shadow: 0 34px 80px -36px rgba(13,27,51,.28);
}
/* hafif atmosfer */
.zh-contact-card::before {
  content: ""; position: absolute; right: -120px; top: -120px; width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(37,87,214,.16), transparent 70%); pointer-events: none;
}
.zh-contact-copy { position: relative; z-index: 1; }
.zh-contact-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--zh-navy); border: 1px solid var(--zh-line);
  border-radius: 999px; padding: 7px 14px; font-size: 13px; font-weight: 600;
  box-shadow: 0 4px 14px rgba(13,27,51,.06); margin-bottom: 22px;
}
.zh-contact-badge i { color: var(--zh-accent); font-size: 13px; }
.zh-contact-title {
  color: var(--zh-navy); font-size: clamp(28px, 3.4vw, 46px); font-weight: 600;
  line-height: 1.08; letter-spacing: -.5px; margin: 0 0 16px;
}
.zh-contact-sub { color: var(--zh-ink-soft); font-size: 16px; line-height: 1.6; max-width: 440px; margin: 0 0 28px; }
.zh-contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.zh-contact-primary {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  background: var(--zh-accent); color: #fff; border-radius: 12px; padding: 14px 26px;
  font-size: 15px; font-weight: 600; box-shadow: 0 10px 24px rgba(37,87,214,.28);
  transition: background .2s, transform .15s, box-shadow .2s;
}
.zh-contact-primary i { transition: transform .25s var(--ease-out-expo); }
.zh-contact-primary:hover { background: var(--zh-accent-d); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(37,87,214,.34); }
.zh-contact-primary:hover i { transform: translateX(4px); }
.zh-contact-secondary {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  background: #fff; color: var(--zh-navy); border: 1px solid var(--zh-line); border-radius: 12px;
  padding: 14px 22px; font-size: 15px; font-weight: 500; transition: border-color .2s, color .2s, transform .15s;
}
.zh-contact-secondary i { color: var(--zh-accent); }
.zh-contact-secondary:hover { border-color: var(--zh-accent); color: var(--zh-accent); transform: translateY(-2px); }

/* hızlı kanal kartları */
.zh-contact-channels { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.zh-channel {
  display: flex; align-items: center; gap: 12px; text-decoration: none;
  background: rgba(255,255,255,.55); border: 1px solid var(--zh-line); border-radius: 14px;
  padding: 11px 15px; min-width: 198px; transition: background .2s, border-color .2s, transform .15s;
}
.zh-channel:hover { background: #fff; border-color: var(--zh-accent); transform: translateY(-2px); }
.zh-channel-ic { width: 38px; height: 38px; flex: none; border-radius: 10px; background: var(--zh-blue-bg); color: var(--zh-accent); display: grid; place-items: center; font-size: 15px; }
.zh-channel-tx { display: flex; flex-direction: column; line-height: 1.35; font-size: 12.5px; color: var(--zh-ink-soft); }
.zh-channel-tx strong { font-size: 14px; font-weight: 600; color: var(--zh-navy); }

/* çevrimiçi durum satırı */
.zh-contact-status { display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; color: var(--zh-ink-soft); font-size: 13.5px; }
.zh-pulse { position: relative; width: 9px; height: 9px; flex: none; border-radius: 50%; background: #1fa66a; }
.zh-pulse::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #1fa66a; animation: zhPulseRing 2.2s ease-out infinite; }
@keyframes zhPulseRing { 0% { transform: scale(1); opacity: .55; } 100% { transform: scale(3.4); opacity: 0; } }

/* sağ görsel - yörünge + ikon rozetleri (yüz fotoğrafı yok, özgün) */
.zh-contact-visual { position: relative; min-height: 360px; }
.zh-orbit {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  border: 1px solid rgba(37,87,214,.18); border-radius: 50%;
}
.zh-orbit-1 { width: 360px; height: 360px; }
.zh-orbit-2 { width: 250px; height: 250px; border-color: rgba(37,87,214,.26); }
.zh-orbit-3 { width: 150px; height: 150px; border-color: rgba(37,87,214,.34); }
.zh-hub {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 104px; height: 104px; border-radius: 50%; background: var(--zh-accent);
  display: grid; place-items: center; color: #fff; font-size: 38px;
  box-shadow: 0 18px 40px rgba(37,87,214,.42);
}
.zh-dot {
  position: absolute; width: 50px; height: 50px; border-radius: 50%; background: #fff;
  display: grid; place-items: center; color: var(--zh-accent); font-size: 17px;
  box-shadow: 0 8px 22px rgba(13,27,51,.14); border: 1px solid var(--zh-line);
  animation: zhFloat 5s ease-in-out infinite;
}
.zh-dot-1 { top: 6%;  left: 14%; animation-delay: 0s; }
.zh-dot-2 { top: 42%; right: -4%; animation-delay: .7s; color: #d99a00; }
.zh-dot-3 { bottom: 15%; right: 13%; animation-delay: 1.4s; color: #d99a00; }
@keyframes zhFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* yüzen destek kartı + çevrimiçi rozeti */
.zh-conv {
  position: absolute; left: -10px; bottom: 16px; z-index: 3;
  display: flex; align-items: center; gap: 11px;
  background: #fff; border: 1px solid var(--zh-line); border-radius: 16px;
  padding: 12px 15px; max-width: 248px; box-shadow: 0 20px 44px rgba(13,27,51,.16);
  animation: zhFloat 6s ease-in-out infinite .3s;
}
.zh-conv-ava { width: 40px; height: 40px; flex: none; border-radius: 50%; background: var(--zh-accent); color: #fff; display: grid; place-items: center; font-size: 16px; }
.zh-conv-text { display: flex; flex-direction: column; line-height: 1.35; }
.zh-conv-text strong { font-size: 13px; color: var(--zh-navy); }
.zh-conv-text span { font-size: 12.5px; color: var(--zh-ink-soft); }
.zh-online {
  position: absolute; right: 2px; top: 12px; z-index: 3;
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--zh-line); border-radius: 999px;
  padding: 7px 14px; font-size: 12.5px; font-weight: 600; color: var(--zh-navy);
  box-shadow: 0 12px 28px rgba(13,27,51,.12);
  animation: zhFloat 5.5s ease-in-out infinite 1s;
}

@media (max-width: 880px) {
  .zh-contact-card { grid-template-columns: 1fr; text-align: center; }
  .zh-contact-copy { display: flex; flex-direction: column; align-items: center; }
  .zh-contact-sub { max-width: 100%; }
  .zh-contact-actions { justify-content: center; }
  .zh-contact-channels { justify-content: center; }
  .zh-contact-visual { min-height: 300px; order: -1; transform: scale(.82); }
  .zh-conv, .zh-online { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .zh-dot, .zh-conv, .zh-online { animation: none; }
  .zh-pulse::after { animation: none; }
}

/* ============ Light giriş modalı (UIverse "dragonfly" uyarlaması) ============ */
body.mil-home-hero-video .mil-login-modal-backdrop {
  background: radial-gradient(60% 42% at 58% 24%, rgba(37,87,214,.10) 0%, rgba(37,87,214,0) 62%), rgba(9,14,26,.58);
}
body.mil-home-hero-video .mil-login-modal-dialog {
  width: min(412px, 100%); padding: 30px 34px 24px; border-radius: 16px;
  background: #ffffff; border: 1px solid #eef1f6; text-align: center;
  box-shadow: 0 80px 40px rgba(13,27,51,.02), 0 40px 30px rgba(13,27,51,.05),
              0 16px 20px rgba(13,27,51,.07), 0 6px 12px rgba(13,27,51,.08);
}
body.mil-home-hero-video .mil-login-logo { display: flex; justify-content: center; margin-bottom: 16px; }
body.mil-home-hero-video .mil-login-logo img { height: 28px; width: auto; }
body.mil-home-hero-video .mil-login-modal-title { color: var(--zh-navy); font-size: 22px; line-height: 1.2; margin-bottom: 8px; }
body.mil-home-hero-video .mil-login-modal-text { color: var(--zh-ink-soft); font-size: 13.5px; line-height: 1.5; margin-bottom: 18px; }
body.mil-home-hero-video .mil-login-form { text-align: left; gap: 11px; }
body.mil-home-hero-video .mil-login-form label > span { color: var(--zh-ink-soft); font-size: 12.5px; font-weight: 600; margin-bottom: 6px; }
body.mil-home-hero-video .mil-login-inputwrap { display: block; position: relative; margin: 0; }
body.mil-home-hero-video .mil-login-ic { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 19px; height: 19px; pointer-events: none; z-index: 2; }
body.mil-home-hero-video .mil-login-form input[type="email"],
body.mil-home-hero-video .mil-login-form input[type="password"],
body.mil-home-hero-video .mil-login-form input[type="text"] {
  display: block; width: 100%;
  height: 46px; border-radius: 9px; border: 1px solid #e5e7ee; background: #fff;
  color: var(--zh-navy); font-family: inherit; font-size: 14px; padding: 0 14px 0 40px; box-shadow: none;
  text-transform: none; letter-spacing: normal;
}
body.mil-home-hero-video .mil-login-form input::placeholder { color: #aab1c0; text-transform: none; }
body.mil-home-hero-video .mil-login-form input[type="email"]:focus,
body.mil-home-hero-video .mil-login-form input[type="password"]:focus,
body.mil-home-hero-video .mil-login-form input[type="text"]:focus {
  border-color: transparent; background: #fff; box-shadow: 0 0 0 2px var(--zh-navy);
}
body.mil-home-hero-video .mil-login-check span { color: var(--zh-ink-soft) !important; }
body.mil-home-hero-video .mil-login-check input[type="checkbox"] { border: 1px solid #cdd5e3 !important; background: #fff !important; border-radius: 5px; }
body.mil-home-hero-video .mil-login-check input[type="checkbox"]:checked { border-color: var(--zh-accent) !important; background: var(--zh-accent) !important; }
body.mil-home-hero-video .mil-login-check input[type="checkbox"]:checked:after { border-left-color: #fff; border-bottom-color: #fff; }
body.mil-home-hero-video .mil-login-link { color: var(--zh-accent); }
body.mil-home-hero-video .mil-login-link:hover { color: var(--zh-accent-d); }
body.mil-home-hero-video .mil-login-submit {
  width: 100%; height: 46px; padding: 0; border: 0; border-radius: 9px;
  background: #115DFC; color: #fff; font-family: inherit; font-weight: 600; font-size: 14.5px;
  display: flex; align-items: center; justify-content: center; gap: 9px; cursor: pointer; overflow: visible;
  box-shadow: 0 10px 22px rgba(17,93,252,.26); transition: background .2s, transform .12s, box-shadow .2s;
}
body.mil-home-hero-video .mil-login-submit:hover { background: #0d4fd6; transform: translateY(-1px); box-shadow: 0 14px 28px rgba(17,93,252,.32); }
body.mil-home-hero-video .mil-login-submit:active { transform: scale(.99); }
body.mil-home-hero-video .mil-login-submit i {
  width: auto; height: auto; background: none; box-shadow: none; border-radius: 0; color: #fff; font-size: 13px;
}
body.mil-home-hero-video .mil-login-submit:hover i { transform: translateX(3px); }
body.mil-home-hero-video .mil-login-error { color: #d92d20; }
body.mil-home-hero-video .mil-login-modal-close { background: #f3f5f9; border: 1px solid #e7ebf2; }
body.mil-home-hero-video .mil-login-modal-close:hover { background: #e9edf4; border-color: #d8deea; }
body.mil-home-hero-video .mil-login-modal-close span { background: var(--zh-navy); }

/* ============ E-Ticaret hizmet sayfaları ============ */
.zh-svc-wrap { max-width: 1160px; margin: 0 auto; padding: 0 28px; }
.zh-svc-hero { position: relative; overflow: hidden; background: var(--zh-bg); padding: 56px 0 52px; border-bottom: 1px solid var(--zh-line); }
.zh-svc-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(to right, rgba(20,40,75,.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(20,40,75,.05) 1px, transparent 1px);
  background-size: 36px 36px;
  -webkit-mask-image: radial-gradient(120% 90% at 82% 10%, #000 0%, rgba(0,0,0,.7) 30%, transparent 66%);
          mask-image: radial-gradient(120% 90% at 82% 10%, #000 0%, rgba(0,0,0,.7) 30%, transparent 66%);
}
.zh-svc-hero > .zh-svc-wrap { position: relative; z-index: 1; }
.zh-crumb { font-size: 13px; color: var(--zh-ink-soft); margin-bottom: 18px; }
.zh-crumb a { color: var(--zh-ink-soft); text-decoration: none; }
.zh-crumb a:hover { color: var(--zh-accent); }
.zh-crumb span { color: var(--zh-ink); }
.zh-svc-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--zh-blue-bg); color: var(--zh-accent); font-size: 12.5px; font-weight: 600; padding: 7px 14px; border-radius: 999px; margin-bottom: 18px; }
.zh-svc-hero h1 { font-size: clamp(30px, 4vw, 46px); font-weight: 600; line-height: 1.1; letter-spacing: -.5px; color: var(--zh-navy); margin: 0 0 16px; max-width: 780px; }
.zh-svc-lead { font-size: 17px; line-height: 1.6; color: var(--zh-ink-soft); max-width: 640px; margin: 0 0 28px; }
.zh-svc-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.zh-svc-section { padding: 64px 0; background: var(--zh-bg); }
.zh-svc-alt { background: var(--zh-bg-soft); }
body.mil-home-hero-video .mil-content, body.mil-home-hero-video .mil-main-transition { background: var(--zh-bg); }
.zh-svc-head { max-width: 620px; margin: 0 0 38px; }
.zh-svc-h2 { font-size: clamp(24px, 3vw, 33px); font-weight: 600; color: var(--zh-navy); letter-spacing: -.4px; margin: 0 0 10px; }
.zh-svc-sub { font-size: 15.5px; line-height: 1.6; color: var(--zh-ink-soft); margin: 0; }
.zh-svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.zh-svc-feat { background: #fff; border: 1px solid var(--zh-line); border-radius: var(--zh-radius); padding: 26px 24px; transition: transform .18s, box-shadow .18s, border-color .18s; }
.zh-svc-feat:hover { transform: translateY(-3px); box-shadow: 0 22px 44px -26px rgba(13,27,51,.28); border-color: #d7e2f7; }
.zh-svc-feat-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--zh-blue-bg); color: var(--zh-accent); display: grid; place-items: center; font-size: 18px; margin-bottom: 16px; }
.zh-svc-feat h3 { font-size: 17px; font-weight: 600; color: var(--zh-navy); margin: 0 0 8px; }
.zh-svc-feat p { font-size: 14px; line-height: 1.6; color: var(--zh-ink-soft); margin: 0; }
.zh-svc-2col { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.zh-svc-list { list-style: none; margin: 0; padding: 0; }
.zh-svc-list li { display: flex; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--zh-line); font-size: 15px; color: var(--zh-ink); }
.zh-svc-list li:last-child { border-bottom: 0; }
.zh-svc-list li i { color: #1fa66a; margin-top: 3px; font-size: 14px; flex: 0 0 auto; }
.zh-svc-panel { background: linear-gradient(160deg, #0d1b33 0%, #14306a 100%); border-radius: 18px; padding: 34px; color: #fff; }
.zh-svc-panel h3 { font-size: 19px; font-weight: 600; margin: 0 0 18px; color: #fff; }
.zh-svc-steps { list-style: none; margin: 0; padding: 0; counter-reset: s; }
.zh-svc-steps li { position: relative; padding: 0 0 22px 46px; counter-increment: s; }
.zh-svc-steps li:last-child { padding-bottom: 0; }
.zh-svc-steps li::before { content: counter(s); position: absolute; left: 0; top: -2px; width: 30px; height: 30px; border-radius: 9px; background: rgba(255,255,255,.1); color: #fff; display: grid; place-items: center; font-size: 13px; font-weight: 700; }
.zh-svc-steps li::after { content: ""; position: absolute; left: 14px; top: 32px; bottom: 4px; width: 1px; background: rgba(255,255,255,.14); }
.zh-svc-steps li:last-child::after { display: none; }
.zh-svc-steps b { display: block; font-size: 15px; color: #fff; margin-bottom: 3px; }
.zh-svc-steps small { font-size: 13px; color: rgba(255,255,255,.66); line-height: 1.5; }
@media (max-width: 980px) {
  .zh-svc-grid { grid-template-columns: 1fr 1fr; }
  .zh-svc-2col { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 620px) {
  .zh-svc-grid { grid-template-columns: 1fr; }
  .zh-svc-section { padding: 48px 0; }
}

/* ============ İletişim sayfası ============ */
.zh-cgrid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start; }
.zh-cinfo-panel { background: linear-gradient(160deg, #0d1b33 0%, #14306a 100%); border-radius: 18px; padding: 34px; color: #fff; }
.zh-cinfo-panel h3 { font-size: 20px; font-weight: 600; margin: 0 0 8px; color: #fff; }
.zh-cinfo-panel > p { font-size: 14px; color: rgba(255,255,255,.7); margin: 0 0 26px; line-height: 1.6; }
.zh-cinfo-list { list-style: none; margin: 0 0 26px; padding: 0; }
.zh-cinfo-list li { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.zh-cinfo-list li:last-child { border-bottom: 0; }
.zh-cinfo-ic { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 12px; background: rgba(255,255,255,.1); color: #fff; display: grid; place-items: center; font-size: 16px; }
.zh-cinfo-tx { display: flex; flex-direction: column; justify-content: center; }
.zh-cinfo-tx span { font-size: 12px; color: rgba(255,255,255,.55); }
.zh-cinfo-tx a, .zh-cinfo-tx b { font-size: 15px; color: #fff; text-decoration: none; font-weight: 500; }
.zh-cinfo-tx a:hover { color: #cfe0ff; }
.zh-cinfo-social { display: flex; gap: 10px; }
.zh-cinfo-social a { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.1); color: #fff; display: grid; place-items: center; transition: background .2s; }
.zh-cinfo-social a:hover { background: var(--zh-accent); }
.zh-cform { background: #fff; border: 1px solid var(--zh-line); border-radius: 18px; padding: 30px; box-shadow: 0 30px 60px -36px rgba(13,27,51,.22); }
.zh-cform-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.zh-cfield { display: flex; flex-direction: column; margin-bottom: 16px; }
.zh-cfield label { font-size: 12.5px; font-weight: 600; color: var(--zh-ink-soft); margin-bottom: 7px; }
.zh-cfield input, .zh-cfield select, .zh-cfield textarea {
  width: 100%; border: 1px solid #e5e7ee; border-radius: 10px; background: #fff; color: var(--zh-navy);
  font-family: inherit; font-size: 14px; padding: 0 14px; height: 46px; text-transform: none; letter-spacing: normal; box-shadow: none;
}
.zh-cfield textarea { height: auto; min-height: 130px; padding: 12px 14px; resize: vertical; line-height: 1.5; }
.zh-cfield input::placeholder, .zh-cfield textarea::placeholder { color: #aab1c0; text-transform: none; letter-spacing: normal; }
.zh-cfield input:focus, .zh-cfield select:focus, .zh-cfield textarea:focus { outline: none; border-color: transparent; box-shadow: 0 0 0 2px var(--zh-accent); }
.zh-cform-submit {
  width: 100%; height: 48px; border: 0; border-radius: 11px; background: var(--zh-accent); color: #fff;
  font-family: inherit; font-weight: 600; font-size: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 9px;
  box-shadow: 0 12px 26px rgba(37,87,214,.28); transition: background .2s, transform .12s;
}
.zh-cform-submit:hover { background: var(--zh-accent-d); transform: translateY(-1px); }
.zh-cform-submit:disabled { opacity: .6; cursor: progress; }
.zh-cform-msg { margin-top: 14px; font-size: 13.5px; text-align: center; }
.zh-cform-msg:empty { display: none; }
.zh-cform-msg.is-success { color: #1fa66a; }
.zh-cform-msg.is-error { color: #d92d20; }
@media (max-width: 880px) {
  .zh-cgrid { grid-template-columns: 1fr; gap: 24px; }
  .zh-cform-row { grid-template-columns: 1fr; }
}

/* ============ E-Ticaret Paketleri sayfası ============ */
.zh-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.zh-plan { position: relative; background: #fff; border: 1px solid var(--zh-line); border-radius: 18px; padding: 30px 26px; display: flex; flex-direction: column; transition: transform .18s, box-shadow .18s; }
.zh-plan:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -28px rgba(13,27,51,.26); }
.zh-plan.is-pop { border-color: var(--zh-accent); box-shadow: 0 30px 60px -28px rgba(37,87,214,.36); }
.zh-plan-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--zh-accent); color: #fff; font-size: 11.5px; font-weight: 700; padding: 6px 14px; border-radius: 999px; white-space: nowrap; box-shadow: 0 8px 20px rgba(37,87,214,.3); }
.zh-plan h3 { font-size: 20px; font-weight: 600; color: var(--zh-navy); margin: 0 0 6px; }
.zh-plan-desc { font-size: 13.5px; color: var(--zh-ink-soft); line-height: 1.5; margin: 0 0 20px; min-height: 40px; }
.zh-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 20px; }
.zh-price b { font-size: 32px; font-weight: 800; color: var(--zh-navy); letter-spacing: -.5px; }
.zh-price span { font-size: 13px; color: var(--zh-ink-soft); }
.zh-price-na { font-size: 16px; font-weight: 600; color: var(--zh-accent); margin-bottom: 20px; }
.zh-plan-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 46px; border-radius: 11px; text-decoration: none; font-weight: 600; font-size: 14.5px; margin-bottom: 22px; transition: background .2s, transform .12s; }
.zh-plan .zh-plan-cta { background: var(--zh-blue-bg); color: var(--zh-accent); }
.zh-plan .zh-plan-cta:hover { background: #dde8fc; }
.zh-plan.is-pop .zh-plan-cta { background: var(--zh-accent); color: #fff; box-shadow: 0 10px 22px rgba(37,87,214,.28); }
.zh-plan.is-pop .zh-plan-cta:hover { background: var(--zh-accent-d); transform: translateY(-1px); }
.zh-plan-cta i { transition: transform .2s; }
.zh-plan-cta:hover i { transform: translateX(3px); }
.zh-plan-feats { list-style: none; margin: 0; padding: 18px 0 0; border-top: 1px solid var(--zh-line); display: flex; flex-direction: column; gap: 11px; }
.zh-plan-feats li { display: flex; gap: 10px; font-size: 13.5px; color: var(--zh-ink); line-height: 1.4; }
.zh-plan-feats li i { color: #1fa66a; margin-top: 3px; font-size: 12px; flex: 0 0 auto; }
.zh-ozel-banner { margin-top: 22px; background: linear-gradient(135deg, #0d1b33 0%, #14306a 100%); border-radius: 18px; padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; color: #fff; }
.zh-ozel-banner h3 { font-size: 20px; font-weight: 600; margin: 0 0 6px; color: #fff; }
.zh-ozel-banner p { font-size: 14px; color: rgba(255,255,255,.72); margin: 0; max-width: 560px; line-height: 1.55; }
.zh-ozel-banner .zh-plan-cta-ozel { background: #fff; color: var(--zh-navy); margin: 0; flex: 0 0 auto; padding: 0 22px; }
.zh-ozel-banner .zh-plan-cta-ozel:hover { background: #eef2f8; }
.zh-bakim-card { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; background: #fff; border: 1px solid var(--zh-line); border-radius: 18px; padding: 34px; }
.zh-bakim-tx h3 { font-size: 22px; font-weight: 600; color: var(--zh-navy); margin: 0 0 8px; }
.zh-bakim-tx p { font-size: 14.5px; color: var(--zh-ink-soft); line-height: 1.6; margin: 0 0 18px; }
.zh-bakim-feats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.zh-bakim-feats li { display: flex; gap: 10px; font-size: 13.5px; color: var(--zh-ink); }
.zh-bakim-feats li i { color: #1fa66a; margin-top: 3px; font-size: 12px; flex: 0 0 auto; }
@media (max-width: 920px) {
  .zh-plans { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .zh-ozel-banner { flex-direction: column; align-items: flex-start; }
  .zh-bakim-card { grid-template-columns: 1fr; gap: 22px; }
  .zh-bakim-feats { grid-template-columns: 1fr; }
}

/* ============ Paketler - ek bölümler (dahil şeridi + SSS) ============ */
.zh-incl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 900px; margin: 0 auto; }
.zh-incl { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--zh-line); border-radius: 12px; padding: 15px 18px; }
.zh-incl i { width: 38px; height: 38px; flex: 0 0 auto; border-radius: 10px; background: var(--zh-blue-bg); color: var(--zh-accent); display: grid; place-items: center; font-size: 15px; }
.zh-incl span { font-size: 14px; font-weight: 600; color: var(--zh-navy); }
.zh-faq { display: flex; flex-direction: column; gap: 12px; }
.zh-faq-item { background: #fff; border: 1px solid var(--zh-line); border-radius: 12px; overflow: hidden; transition: border-color .15s; }
.zh-faq-item.open { border-color: #d7e2f7; }
.zh-faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 20px; font-family: inherit; font-size: 15.5px; font-weight: 600; color: var(--zh-navy); }
.zh-faq-q i { color: var(--zh-ink-soft); font-size: 13px; transition: transform .25s; flex: 0 0 auto; }
.zh-faq-item.open .zh-faq-q i { transform: rotate(180deg); color: var(--zh-accent); }
.zh-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.zh-faq-a-in { padding: 0 20px 18px; font-size: 14px; line-height: 1.65; color: var(--zh-ink-soft); }
.zh-center-head { text-align: center; max-width: 620px; margin: 0 auto 36px; }
@media (max-width: 760px) { .zh-incl-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .zh-incl-grid { grid-template-columns: 1fr; } }

/* ============ Teklif Al sihirbazı (modal) ============ */
html.zq-lock, html.zq-lock body { overflow: hidden !important; }
.zq-modal {
  position: fixed; inset: 0; z-index: 4000;
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}
.zq-modal.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.zq-backdrop {
  position: absolute; inset: 0;
  background: rgba(9, 18, 38, 0.62);
}
.zq-dialog {
  position: relative; z-index: 1;
  width: 100%; max-width: 580px; max-height: 92vh; overflow-y: auto;
  background: #fff; border-radius: 22px;
  box-shadow: 0 40px 90px -28px rgba(9, 18, 38, 0.55);
  padding: 26px 30px 22px;
  transform: translateY(14px) scale(0.985);
  transition: transform .26s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-overflow-scrolling: touch;
}
.zq-modal.is-open .zq-dialog { transform: none; }
.zq-close {
  position: absolute; top: 16px; right: 16px; width: 34px; height: 34px;
  border: 0; border-radius: 10px; background: var(--zh-bg-soft); cursor: pointer;
  display: grid; place-items: center; transition: background .15s; z-index: 3;
}
.zq-close:hover { background: #e7edf8; }
.zq-close span {
  position: absolute; width: 15px; height: 2px; border-radius: 2px; background: var(--zh-ink);
}
.zq-close span:first-child { transform: rotate(45deg); }
.zq-close span:last-child { transform: rotate(-45deg); }

.zq-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; padding-right: 40px; }
.zq-progress { display: flex; align-items: center; gap: 0; }
.zq-dot {
  width: 11px; height: 11px; border-radius: 50%; flex: 0 0 auto;
  background: #d7dfee; transition: background .2s, box-shadow .2s;
}
.zq-dot.is-active { background: var(--zh-accent); box-shadow: 0 0 0 4px rgba(37, 87, 214, 0.15); }
.zq-dot.is-done { background: var(--zh-accent); }
.zq-line { width: 26px; height: 2px; background: #d7dfee; }
.zq-step-label { font-size: 12.5px; font-weight: 600; color: var(--zh-ink-soft); letter-spacing: .02em; }

.zq-step { display: none; }
.zq-step.is-active { display: block; animation: zqIn .28s ease both; }
@keyframes zqIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.zq-title { font-size: 23px; font-weight: 600; line-height: 1.2; letter-spacing: -0.01em; color: var(--zh-ink); margin: 0 0 6px; }
.zq-sub { font-size: 14.5px; line-height: 1.55; color: var(--zh-ink-soft); margin: 0 0 20px; }

/* adım 1 - hizmet kartları */
.zq-options { display: flex; flex-direction: column; gap: 10px; }
.zq-opt {
  display: flex; align-items: center; gap: 14px; width: 100%; text-align: left; cursor: pointer;
  padding: 14px 16px; border-radius: 14px; border: 1.5px solid var(--zh-line); background: #fff;
  transition: border-color .15s, background .15s, box-shadow .15s, transform .12s;
}
.zq-opt:hover { border-color: #c2d0ec; background: var(--zh-bg-soft); }
.zq-opt.is-sel { border-color: var(--zh-accent); background: rgba(37, 87, 214, 0.05); box-shadow: 0 0 0 3px rgba(37, 87, 214, 0.1); }
.zq-opt-ic {
  flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  background: var(--zh-blue-bg); color: var(--zh-accent); font-size: 18px; transition: background .15s, color .15s;
}
.zq-opt.is-sel .zq-opt-ic { background: var(--zh-accent); color: #fff; }
.zq-opt-tx { display: flex; flex-direction: column; gap: 2px; font-size: 13px; color: var(--zh-ink-soft); }
.zq-opt-tx strong { font-size: 15px; font-weight: 600; color: var(--zh-ink); }

/* adım 2 - chip seçim + textarea */
.zq-group { margin-bottom: 18px; }
.zq-glabel { display: block; font-size: 13px; font-weight: 600; color: var(--zh-ink); margin-bottom: 9px; }
.zq-glabel small { font-weight: 400; color: var(--zh-ink-soft); }
.zq-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.zq-chip {
  cursor: pointer; padding: 9px 15px; border-radius: 999px; font-size: 13.5px; font-weight: 500;
  border: 1.5px solid var(--zh-line); background: #fff; color: var(--zh-ink-soft);
  transition: border-color .15s, background .15s, color .15s;
}
.zq-chip:hover { border-color: #c2d0ec; color: var(--zh-ink); }
.zq-chip.is-sel { border-color: var(--zh-accent); background: var(--zh-accent); color: #fff; }
.zq-textarea {
  width: 100%; height: auto; margin: 0; resize: vertical; min-height: 78px; padding: 12px 14px; font: inherit; font-size: 14px;
  text-transform: none; letter-spacing: normal; color: var(--zh-ink); background: #fff;
  border: 1.5px solid var(--zh-line); border-radius: 12px; transition: border-color .15s, box-shadow .15s;
}
.zq-textarea::placeholder { text-transform: none; letter-spacing: normal; color: #9aa6bb; }
.zq-textarea:focus { outline: 0; border-color: var(--zh-accent); box-shadow: 0 0 0 3px rgba(37, 87, 214, 0.12); }

/* adım 3 - iletişim */
.zq-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.zq-field { display: flex; flex-direction: column; gap: 6px; }
.zq-field span { font-size: 12.5px; font-weight: 600; color: var(--zh-ink); }
.zq-field input {
  width: 100%; height: auto; padding: 12px 14px; margin: 0; font: inherit; font-size: 14px; text-transform: none; letter-spacing: normal;
  color: var(--zh-ink); background: #fff; border: 1.5px solid var(--zh-line); border-radius: 11px;
  transition: border-color .15s, box-shadow .15s;
}
.zq-field input::placeholder { text-transform: none; letter-spacing: normal; color: #9aa6bb; }
.zq-field input:focus { outline: 0; border-color: var(--zh-accent); box-shadow: 0 0 0 3px rgba(37, 87, 214, 0.12); }
.zq-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.5; color: var(--zh-ink-soft); cursor: pointer; }
.zq-consent input { margin: 2px 0 0; width: 17px; height: 17px; accent-color: var(--zh-accent); flex: 0 0 auto; }
.zq-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* başarı */
.zq-done { text-align: center; padding: 14px 0 8px; }
.zq-done-ic {
  width: 66px; height: 66px; margin: 4px auto 18px; border-radius: 50%;
  display: grid; place-items: center; color: #18a558;
  background: rgba(24, 165, 88, 0.12); box-shadow: 0 0 0 8px rgba(24, 165, 88, 0.06);
  animation: zqPop .4s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes zqPop { from { transform: scale(0.6); opacity: 0; } to { transform: none; opacity: 1; } }
.zq-done-close { margin: 22px auto 0; }

/* hata + footer */
.zq-err { display: none; margin: 14px 0 0; font-size: 13px; color: #d23b3b; font-weight: 500; }
.zq-err.is-show { display: block; }
.zq-foot { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--zh-line); }
.zq-foot-note { font-size: 12px; color: var(--zh-ink-soft); display: inline-flex; align-items: center; gap: 6px; margin: 0 auto; }
.zq-foot-note i { font-size: 11px; color: #9aa6bb; }
.zq-ghost, .zq-primary {
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer; border-radius: 12px;
  font-size: 14.5px; font-weight: 600; padding: 12px 22px; border: 0; transition: transform .14s, box-shadow .2s, background .15s;
}
.zq-ghost { background: var(--zh-bg-soft); color: var(--zh-ink); }
.zq-ghost:hover { background: #e7edf8; }
.zq-primary { background: var(--zh-accent); color: #fff; box-shadow: 0 12px 26px -10px rgba(37, 87, 214, 0.6); }
.zq-primary:hover { background: var(--zh-accent-d); transform: translateY(-1px); }
.zq-primary i { font-size: 12px; }
.zq-submit { display: none; }
.zq-modal[data-cur="1"] .zq-back { visibility: hidden; }
.zq-modal[data-cur="3"] .zq-next { display: none; }
.zq-modal[data-cur="3"] .zq-submit { display: inline-flex; }
.zq-modal[data-cur="done"] .zq-foot,
.zq-modal[data-cur="done"] .zq-head { display: none; }

@media (max-width: 560px) {
  .zq-modal { padding: 0; align-items: stretch; }
  .zq-dialog { max-width: none; max-height: 100vh; height: 100vh; border-radius: 0; padding: 22px 20px 18px; }
  .zq-fields { grid-template-columns: 1fr; }
  .zq-title { font-size: 21px; }
  .zq-foot-note { display: none; }
  .zq-ghost, .zq-primary { flex: 1; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .zq-modal, .zq-dialog, .zq-step.is-active, .zq-done-ic { transition: none; animation: none; }
}

/* ============ QR Menü kampanya popup ============ */
.zqr-pop {
  position: fixed; inset: 0; z-index: 4200;
  display: flex; align-items: center; justify-content: center; padding: 22px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .24s ease, visibility .24s ease;
}
.zqr-pop.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.zqr-backdrop { position: absolute; inset: 0; background: rgba(9, 18, 38, 0.64); }
.zqr-card {
  position: relative; z-index: 1; width: 100%; max-width: 480px; overflow: hidden;
  background: #fff; border-radius: 20px;
  box-shadow: 0 40px 90px -28px rgba(9, 18, 38, 0.55);
  transform: translateY(16px) scale(.985);
  transition: transform .3s cubic-bezier(.16, 1, .3, 1);
}
.zqr-pop.is-open .zqr-card { transform: none; }
.zqr-x {
  position: absolute; top: 14px; right: 14px; z-index: 3; width: 30px; height: 30px;
  border: 0; border-radius: 9px; background: rgba(255, 255, 255, 0.14); cursor: pointer; display: grid; place-items: center;
  transition: background .15s;
}
.zqr-x:hover { background: rgba(255, 255, 255, 0.26); }
.zqr-x span { position: absolute; width: 13px; height: 2px; border-radius: 2px; background: #fff; }
.zqr-x span:first-child { transform: rotate(45deg); }
.zqr-x span:last-child { transform: rotate(-45deg); }
.zqr-head {
  position: relative; display: flex; align-items: center; gap: 16px;
  padding: 24px 26px 22px;
  background: radial-gradient(130% 170% at 80% -20%, #2a5cc6 0%, #163a86 52%, #0c1c41 100%);
  color: #fff;
}
.zqr-head-tx { flex: 1; min-width: 0; }
.zqr-badge {
  display: inline-flex; align-items: center; gap: 6px; margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.13); border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 10.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px; color: rgba(255, 255, 255, .92);
}
.zqr-head h3 { margin: 0 0 6px; font-size: 21px; font-weight: 600; letter-spacing: -.015em; line-height: 1.25; padding-right: 8px; color: #fff; }
.zqr-head h3 em {
  font-style: normal; background: rgba(255, 255, 255, 0.16); border-radius: 7px; padding: 1px 8px 2px; white-space: nowrap;
}
.zqr-head p { margin: 0; font-size: 13px; line-height: 1.5; color: rgba(255, 255, 255, .72); }
.zqr-qr {
  flex: 0 0 auto; color: #0c1c41; padding: 9px; background: #fff; border-radius: 14px;
  transform: rotate(-5deg); margin: 10px 34px 0 0;
  box-shadow: 0 14px 30px rgba(4, 10, 28, .4);
}
.zqr-qr svg { display: block; width: 74px; height: 74px; }
.zqr-body { padding: 18px 26px 20px; }
.zqr-perks { display: flex; flex-wrap: wrap; gap: 7px 16px; margin-bottom: 15px; }
.zqr-perks span { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 500; color: var(--zh-ink-soft); }
.zqr-perks i { font-size: 10px; color: #18a558; }
#zqrForm { display: grid; gap: 9px; }
.zqr-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.zqr-in {
  width: 100%; height: 44px; margin: 0; padding: 0 13px; font: inherit; font-size: 13.5px; letter-spacing: normal; text-transform: none;
  color: var(--zh-ink); background: var(--zh-bg-soft); border: 1.5px solid transparent; border-radius: 10px;
  transition: border-color .15s, background .15s, box-shadow .15s;
}
.zqr-in::placeholder { text-transform: none; letter-spacing: normal; color: #8f9bb0; }
.zqr-in:hover { background: #eef2fa; }
.zqr-in:focus { outline: 0; background: #fff; border-color: var(--zh-accent); box-shadow: 0 0 0 3px rgba(37, 87, 214, .12); }
.zqr-kvkk { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.45; color: var(--zh-ink-soft); cursor: pointer; margin-top: 2px; }
.zqr-kvkk input { margin: 2px 0 0; width: 15px; height: 15px; accent-color: var(--zh-accent); flex: 0 0 auto; }
.zqr-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.zqr-err { display: none; font-size: 12.5px; color: #d23b3b; font-weight: 500; }
.zqr-err.is-show { display: block; }
.zqr-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
  background: var(--zh-accent); color: #fff; border: 0; border-radius: 11px; cursor: pointer;
  font: inherit; font-size: 14.5px; font-weight: 600; padding: 13px 20px; margin-top: 2px;
  box-shadow: 0 12px 26px -10px rgba(37, 87, 214, .6);
  transition: background .15s, transform .14s;
}
.zqr-btn:hover { background: var(--zh-accent-d); transform: translateY(-1px); }
.zqr-btn:disabled { opacity: .6; cursor: progress; transform: none; }
.zqr-btn i { font-size: 12px; }
.zqr-help { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 13px; font-size: 12.5px; font-weight: 500; color: var(--zh-accent); text-decoration: none; }
.zqr-help i { font-size: 10px; transition: transform .15s; }
.zqr-help:hover i { transform: translateX(3px); }
.zqr-done { text-align: center; padding: 8px 0 4px; }
.zqr-done-ic {
  width: 54px; height: 54px; margin: 0 auto 12px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(24, 165, 88, .12); color: #18a558; font-size: 20px;
  box-shadow: 0 0 0 7px rgba(24, 165, 88, .06);
}
.zqr-done b { display: block; font-size: 17px; color: var(--zh-ink); margin-bottom: 6px; }
.zqr-done p { font-size: 13.5px; color: var(--zh-ink-soft); margin: 0 0 14px; }
.zqr-done .zqr-btn { width: auto; padding: 11px 26px; }
@media (max-width: 560px) {
  .zqr-pop { padding: 0; align-items: flex-end; }
  .zqr-card { max-width: none; border-radius: 20px 20px 0 0; max-height: 92vh; overflow-y: auto; transform: translateY(100%); }
  .zqr-head { padding: 20px 20px 18px; gap: 12px; }
  .zqr-head h3 { font-size: 19px; }
  .zqr-qr { padding: 7px; transform: rotate(-4deg); margin: 8px 26px 0 0; }
  .zqr-qr svg { width: 58px; height: 58px; }
  .zqr-body { padding: 16px 20px 20px; }
  .zqr-row { grid-template-columns: 1fr; }
  .zqr-perks { gap: 6px 12px; }
}

/* ============ Paketler: Ücretsiz QR Menü bandı ============ */
.zh-qrfree {
  position: relative; overflow: hidden; display: flex; align-items: center; gap: 18px;
  max-width: 1180px; margin: 0 auto 34px; padding: 20px 24px;
  border-radius: 18px; text-decoration: none;
  background: radial-gradient(120% 160% at 85% -20%, #2a5cc6 0%, #163a86 48%, #0c1c41 100%);
  color: #fff; box-shadow: 0 18px 44px -18px rgba(11, 25, 58, .5);
  transition: transform .18s ease, box-shadow .2s ease;
}
.zh-qrfree:hover { transform: translateY(-2px); box-shadow: 0 24px 54px -18px rgba(11, 25, 58, .6); color: #fff; }
.zh-qrfree::after {
  content: ""; position: absolute; top: -60%; bottom: -60%; width: 70px;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .22), transparent);
  transform: rotate(18deg); left: -120px;
  animation: zhShine 3.4s ease-in-out infinite;
}
@keyframes zhShine { 0% { left: -120px; } 55%, 100% { left: 115%; } }
.zh-qrfree-badge {
  flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px;
  background: #fff; color: #10306e; font-size: 11.5px; font-weight: 800; letter-spacing: .05em;
  padding: 7px 13px; border-radius: 999px;
  animation: zqrPulse 2.2s ease-in-out infinite;
}
.zh-qrfree-tx { flex: 1; min-width: 0; display: grid; gap: 3px; }
.zh-qrfree-tx b { font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
.zh-qrfree-tx span { font-size: 13px; color: rgba(255, 255, 255, .78); line-height: 1.45; }
.zh-qrfree-cta {
  flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .26);
  font-size: 13.5px; font-weight: 600; padding: 10px 18px; border-radius: 11px;
  transition: background .15s;
}
.zh-qrfree:hover .zh-qrfree-cta { background: rgba(255, 255, 255, .2); }
.zh-qrfree-cta i { font-size: 11px; }
@media (max-width: 700px) {
  .zh-qrfree { flex-wrap: wrap; gap: 12px; padding: 18px; }
  .zh-qrfree-cta { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { .zh-qrfree::after, .zh-qrfree-badge { animation: none; } }

/* ============ QR Menü rehberi (adımlı) ============ */
.zh-guide { max-width: 860px; margin: 0 auto; }
.zh-guide-steps { position: relative; display: grid; gap: 0; }
.zh-gstep { position: relative; display: flex; gap: 20px; padding: 0 0 34px 0; }
.zh-gstep::before {
  content: ""; position: absolute; left: 21px; top: 46px; bottom: 6px; width: 2px;
  background: linear-gradient(180deg, var(--zh-line), rgba(227, 233, 243, .3));
}
.zh-gstep:last-child::before { display: none; }
.zh-gstep-no {
  flex: 0 0 44px; width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center;
  background: var(--zh-blue-bg); color: var(--zh-accent); font-size: 17px; font-weight: 700;
  border: 1px solid rgba(37, 87, 214, .16);
}
.zh-gstep-tx { flex: 1; min-width: 0; padding-top: 6px; }
.zh-gstep-tx h3 { margin: 0 0 8px; font-size: 19px; font-weight: 600; letter-spacing: -.012em; color: var(--zh-ink); }
.zh-gstep-tx p { margin: 0; font-size: 14.5px; line-height: 1.65; color: var(--zh-ink-soft); }
.zh-gstep-tip {
  margin-top: 12px; display: flex; gap: 10px; align-items: flex-start;
  background: var(--zh-bg-soft); border: 1px solid var(--zh-line); border-radius: 12px;
  padding: 11px 14px; font-size: 13px; line-height: 1.55; color: var(--zh-ink-soft);
}
.zh-gstep-tip i { color: var(--zh-accent); margin-top: 2px; font-size: 13px; }

/* ============ Hero: Ücretsiz QR Fırsatı butonu ============ */
.zh-btn-qr {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 52px; padding: 0 24px; box-sizing: border-box;
  background: linear-gradient(135deg, #2a5cc6, #153a8c);
  color: #fff; border-radius: 11px; text-decoration: none;
  font-size: 15px; font-weight: 600; white-space: nowrap;
  box-shadow: 0 10px 26px -10px rgba(21, 58, 140, .65);
  animation: zhQrGlow 2.6s ease-in-out infinite;
  transition: transform .16s ease, box-shadow .2s ease;
}
.zh-btn-qr:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 16px 34px -12px rgba(21, 58, 140, .75); }
.zh-btn-qr i { font-size: 15px; animation: zhQrGift 1.6s ease-in-out infinite; }
@keyframes zhQrGlow {
  0%, 100% { box-shadow: 0 10px 26px -10px rgba(21, 58, 140, .65), 0 0 0 0 rgba(37, 87, 214, .4); }
  50% { box-shadow: 0 10px 26px -10px rgba(21, 58, 140, .65), 0 0 0 9px rgba(37, 87, 214, 0); }
}
@keyframes zhQrGift {
  0%, 74%, 100% { transform: none; }
  78% { transform: rotate(-12deg) scale(1.12); }
  84% { transform: rotate(10deg) scale(1.12); }
  90% { transform: rotate(-6deg); }
}
@media (prefers-reduced-motion: reduce) { .zh-btn-qr, .zh-btn-qr i { animation: none; } }

/* ============ Logo: ikon + Poppins logotype ============ */
.zh-logo { gap: 10px; align-items: center; }
.zh-logo img.zh-logo-ic, .zh-logo-ic { height: 34px; width: 34px; display: block; flex: 0 0 auto; }
body.mil-home-hero-video .zh-logo-tx, .zh-logo-tx {
  font-family: "Poppins", "Inter", sans-serif !important;
  font-size: 31px; font-weight: 600; letter-spacing: -0.02em; line-height: 34px;
  color: #4a4e59;
}
.zh-footer-brandmark { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.zh-footer-brandmark .zh-logo-ic { height: 30px; width: 30px; }
.zh-footer-brandmark .zh-logo-tx { font-size: 27px; line-height: 30px; }
.zh-logo-tx-w { color: #fff; }
@media (max-width: 600px) {
  .zh-logo-ic { height: 30px; width: 30px; }
  body.mil-home-hero-video .zh-logo-tx, .zh-logo-tx { font-size: 26px; line-height: 30px; }
}
