/* ==========================================================================
   Estorix — Anasayfa sadeleştirme katmanı (yalnız body.estorix-vibe.is-corp)
   --------------------------------------------------------------------------
   estorix-home-pro.css'ten SONRA yüklenir.

   Kapsam:
     1) Modüller bölümü (.ex-modules) — ana modül + alt modül rozetleri
     2) Ekran görüntüleri bölümünün sakin varyantı (.estorix-showcase--calm)
     3) Güven bandı ve küçük tipografi rötuşları

   Apple ölçüsü: beyaz zemin, ince çizgi, tek vurgu rengi, cömert boşluk,
   gölge yerine hiyerarşi. Dosya silinirse sayfa önceki haline döner.
   ========================================================================== */

/* ==========================================================================
   0) APPLE KATMANI — anasayfanın tamamı için tek ritim
   Beyaz / #F5F5F7 dönüşümlü zemin, büyük ve sıkı başlık, gri ikincil metin,
   saç teli çizgi, gölge yerine hiyerarşi. Gradyan ve neon yok.
   ========================================================================== */
body.estorix-vibe.is-corp {
  /* Apple ölçüsü: daha büyük başlık, daha cömert boşluk */
  --hp-t-h2: clamp(30px, 4vw, 52px);
  --hp-t-lead: clamp(17px, 1.5vw, 21px);
  --hp-sec-y: clamp(72px, 8vw, 120px);
  --hp-sec-y-tight: clamp(52px, 5vw, 76px);
  --hp-head-gap: clamp(40px, 4.4vw, 62px);
  --hp-surface: #F5F5F7;
  --hp-r: 18px;
  /* Gölge neredeyse yok; ayrım çizgiyle kurulur */
  --hp-shadow: 0 1px 2px rgba(15, 23, 42, 0.03), 0 8px 24px rgba(15, 23, 42, 0.05);
  --hp-shadow-h: 0 12px 32px rgba(15, 23, 42, 0.09);
}

/* Bölüm ritmi — yeni bölümler de aynı nefesi alsın */
body.estorix-vibe.is-corp .ex-modules,
body.estorix-vibe.is-corp .ex-shop,
body.estorix-vibe.is-corp .ex-market {
  padding-top: var(--hp-sec-y);
  padding-bottom: var(--hp-sec-y);
}

/* Zemin dönüşümü: beyaz → gri → beyaz … Ard arda aynı zemin OLMAZ.
   Sıra: hero(b) · güven(g) · sorun(b) · ekranlar(g) · modüller(b) ·
   pazaryeri(g) · donanım(b) · referans(g) · paket(b) · sektör(g) ·
   SSS(b) · indir(g) · CTA(b) */
body.estorix-vibe.is-corp .estorix-trust-band,
body.estorix-vibe.is-corp .estorix-showcase,
body.estorix-vibe.is-corp .ex-market,
body.estorix-vibe.is-corp #testimonials,
body.estorix-vibe.is-corp .seo-usecase-section,
body.estorix-vibe.is-corp .download-section {
  background: var(--hp-surface) !important;
}

body.estorix-vibe.is-corp #problem-solution,
body.estorix-vibe.is-corp .ex-modules,
body.estorix-vibe.is-corp .ex-shop,
body.estorix-vibe.is-corp #pricing-teaser,
body.estorix-vibe.is-corp .seo-faq-section,
body.estorix-vibe.is-corp .cta-section {
  background: #ffffff !important;
}

/* Gri zeminde duran kartlar beyaz kalır, çizgi yerine zemin farkı ayırır */
body.estorix-vibe.is-corp #testimonials .estorix-quote-card,
body.estorix-vibe.is-corp .seo-usecase-section .seo-usecase-card {
  background: #ffffff !important;
  border-color: transparent !important;
}

/* Başlık bloğu — Apple'da kısa, ortalı, çok satırlı değil */
body.estorix-vibe.is-corp .section-title {
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

body.estorix-vibe.is-corp .section-subtitle {
  max-width: 34ch;
  font-weight: 400;
  color: var(--hp-grey);
}

/* Kicker'ları kaldır — Apple bölüm üstü etiket kullanmaz */
body.estorix-vibe.is-corp .estorix-section-kicker { display: none !important; }

/* Vurgu kelimesi tek renk; gradyan yok */
body.estorix-vibe.is-corp .gradient-text {
  background: none !important;
  -webkit-text-fill-color: var(--hp-accent) !important;
  color: var(--hp-accent) !important;
}

/* Kartlar — saç teli çizgi, yumuşak köşe, gölge minimal */
body.estorix-vibe.is-corp .feature-card,
body.estorix-vibe.is-corp .seo-usecase-card,
body.estorix-vibe.is-corp .seo-faq-item,
body.estorix-vibe.is-corp .estorix-quote-card,
body.estorix-vibe.is-corp .estorix-pricing-card {
  background: #ffffff !important;
  border: 1px solid var(--hp-line) !important;
  border-radius: var(--hp-r) !important;
  box-shadow: none !important;
}

body.estorix-vibe.is-corp .feature-card:hover,
body.estorix-vibe.is-corp .seo-usecase-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--hp-shadow) !important;
  border-color: var(--hp-accent-line) !important;
}

/* İkon kutuları — renkli daire yerine sakin kare */
body.estorix-vibe.is-corp .feature-icon,
body.estorix-vibe.is-corp .seo-uc-icon {
  background: var(--hp-accent-soft) !important;
  color: var(--hp-accent) !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 13px !important;
}

/* Butonlar — Apple pill */
body.estorix-vibe.is-corp .btn {
  border-radius: 980px !important;
  font-weight: 500;
  letter-spacing: -0.01em;
  box-shadow: none !important;
}

body.estorix-vibe.is-corp .btn-primary {
  background: var(--hp-accent) !important;
  border: none !important;
  color: #fff !important;
}

body.estorix-vibe.is-corp .btn-primary:hover {
  background: var(--hp-accent-dark) !important;
  transform: none !important;
}

body.estorix-vibe.is-corp .btn-secondary {
  background: rgba(15, 23, 42, 0.05) !important;
  border: none !important;
  color: var(--hp-ink) !important;
}

body.estorix-vibe.is-corp .btn-secondary:hover {
  background: rgba(15, 23, 42, 0.09) !important;
  transform: none !important;
}

/* Hero — daha büyük başlık, daha az süs */
body.estorix-vibe.is-corp .hero-eyebrow {
  background: rgba(15, 23, 42, 0.05) !important;
  border: none !important;
  color: var(--hp-grey) !important;
  box-shadow: none !important;
}

body.estorix-vibe.is-corp .hero-title {
  font-size: clamp(34px, 4.6vw, 60px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

body.estorix-vibe.is-corp .hero-subtitle {
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.45;
  color: var(--hp-grey);
}

/* SSS — çerçeve yerine ayırıcı çizgi (Apple destek sayfası ölçüsü) */
body.estorix-vibe.is-corp .seo-faq-item {
  border: none !important;
  border-bottom: 1px solid var(--hp-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

/* CTA — koyu blok yerine sakin gri */
body.estorix-vibe.is-corp .cta-section .section-title,
body.estorix-vibe.is-corp .cta-section .section-subtitle {
  color: var(--hp-ink) !important;
}

body.estorix-vibe.is-corp .cta-section .btn-white {
  background: var(--hp-accent) !important;
  color: #fff !important;
}

body.estorix-vibe.is-corp .cta-section .btn-outline-white {
  background: rgba(15, 23, 42, 0.05) !important;
  border: none !important;
  color: var(--hp-ink) !important;
}

/* ==========================================================================
   1) MODÜLLER
   ========================================================================== */
body.estorix-vibe.is-corp .ex-modules {
  background: #ffffff;
  padding-top: var(--hp-sec-y);
  padding-bottom: var(--hp-sec-y);
}

body.estorix-vibe.is-corp .ex-modules__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.estorix-vibe.is-corp .ex-mod {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 26px 24px 22px;
  background: #ffffff;
  border: 1px solid var(--hp-line);
  border-radius: var(--hp-r);
  transition:
    border-color 0.35s var(--hp-ease),
    box-shadow 0.35s var(--hp-ease),
    transform 0.35s var(--hp-ease);
}

body.estorix-vibe.is-corp .ex-mod:hover {
  transform: translateY(-3px);
  border-color: var(--hp-accent-line);
  box-shadow: var(--hp-shadow);
}

body.estorix-vibe.is-corp .ex-mod__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

body.estorix-vibe.is-corp .ex-mod__icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--hp-accent-soft);
  color: var(--hp-accent);
  display: grid;
  place-items: center;
  font-size: 16px;
}

body.estorix-vibe.is-corp .ex-mod__title {
  margin: 0;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -0.022em;
  color: var(--hp-ink);
}

body.estorix-vibe.is-corp .ex-mod__tier {
  margin-left: auto;
  flex: 0 0 auto;
  padding: 3px 9px;
  border: 1px solid var(--hp-line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--hp-grey-2);
  white-space: nowrap;
}

body.estorix-vibe.is-corp .ex-mod__lead {
  margin: 0 0 16px;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--hp-grey);
}

body.estorix-vibe.is-corp .ex-mod__chips {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

body.estorix-vibe.is-corp .ex-mod__chip {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 9px;
  background: #F4F6FA;
  color: var(--hp-ink-2);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.005em;
  text-decoration: none;
  transition: background 0.25s var(--hp-ease), color 0.25s var(--hp-ease);
}

body.estorix-vibe.is-corp a.ex-mod__chip {
  position: relative;
  z-index: 2; /* kart geneli tıklanabilir olsa da alt modül linki önde kalsın */
}

body.estorix-vibe.is-corp a.ex-mod__chip:hover {
  background: var(--hp-accent-soft);
  color: var(--hp-accent-ink);
}

body.estorix-vibe.is-corp .ex-mod__cta {
  margin-top: auto;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--hp-accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

body.estorix-vibe.is-corp .ex-mod__cta i {
  font-size: 11px;
  transition: transform 0.3s var(--hp-ease);
}

body.estorix-vibe.is-corp .ex-mod:hover .ex-mod__cta i {
  transform: translateX(3px);
}

/* Kartın tamamı ana modül sayfasına gider (alt modül linkleri hariç) */
body.estorix-vibe.is-corp .ex-mod__cta::after {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  border-radius: inherit;
  z-index: 1;
}

body.estorix-vibe.is-corp .ex-modules__note {
  margin: 28px 0 0;
  text-align: center;
  font-size: 14px;
  color: var(--hp-grey-2);
}

body.estorix-vibe.is-corp .ex-modules__note a {
  color: var(--hp-accent);
  text-decoration: none;
  font-weight: 600;
}

body.estorix-vibe.is-corp .ex-modules__note a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  body.estorix-vibe.is-corp .ex-modules__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.estorix-vibe.is-corp .ex-modules__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  body.estorix-vibe.is-corp .ex-mod {
    padding: 22px 20px 20px;
  }
}

/* ==========================================================================
   2) EKRAN GÖRÜNTÜLERİ — sakin varyant
   Tek sütun, ortalanmış; iOS segmented control tarzı sekmeler.
   ========================================================================== */
body.estorix-vibe.is-corp .estorix-showcase--calm {
  overflow: visible;
}

/* Sekmeler: ortada tek bir pill grubu */
body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto clamp(28px, 3.4vw, 44px);
  padding: 4px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.05);
  border: 1px solid rgba(15, 23, 42, 0.05);
}

body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__tab {
  padding: 9px 20px;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--hp-grey) !important;
  font-size: 14px;
  font-weight: 550;
  white-space: nowrap;
}

body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__tab:hover {
  color: var(--hp-ink) !important;
}

body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__tab.is-active {
  background: #ffffff !important;
  color: var(--hp-ink) !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.14) !important;
}

/* Panel: bilgi üstte ortalı, görsel altta büyük */
body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__split {
  display: block;
}

body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__info {
  max-width: 620px;
  margin: 0 auto clamp(22px, 2.6vw, 32px);
  text-align: center;
}

body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__info-title {
  margin: 0 0 8px;
  font-size: clamp(21px, 2.3vw, 28px);
  font-weight: 700;
  letter-spacing: -0.028em;
  color: var(--hp-ink) !important;
}

body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__info-lead {
  margin: 0;
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.5;
  color: var(--hp-grey) !important;
}

body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__viewer {
  max-width: 940px;
  margin: 0 auto;
}

body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__zoom {
  text-align: center;
}

body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__device {
  border-radius: 16px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.10) !important;
}

body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__zoom:hover .estorix-showcase__device {
  transform: none;
  border-color: rgba(15, 23, 42, 0.14) !important;
  box-shadow: 0 26px 62px rgba(15, 23, 42, 0.14) !important;
}

body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__zoom-hint {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 500;
  color: var(--hp-grey-2) !important;
}

body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__thumbs {
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__thumb {
  width: 92px;
  border-width: 1px !important;
  border-radius: 9px;
  opacity: 0.6;
}

body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__thumb.is-active {
  opacity: 1;
  transform: none;
  border-color: var(--hp-accent) !important;
}

body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__caption {
  margin-top: 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--hp-grey-2) !important;
}

@media (max-width: 720px) {
  body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__tabs {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__tabs::-webkit-scrollbar {
    display: none;
  }
  body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__tab {
    padding: 8px 16px;
    font-size: 13.5px;
  }
  body.estorix-vibe.is-corp .estorix-showcase--calm .estorix-showcase__thumb {
    width: 74px;
  }
}

/* ==========================================================================
   3) GÜVEN BANDI & KÜÇÜK RÖTUŞLAR
   ========================================================================== */
body.estorix-vibe.is-corp .estorix-trust-band__label strong {
  color: var(--hp-ink) !important;
  font-weight: 700;
}

/* Hero altı bandın nefes alanı — metrik bandı kaldırıldığı için dengelenir */
body.estorix-vibe.is-corp .estorix-trust-band {
  padding-top: clamp(28px, 3vw, 44px);
  padding-bottom: clamp(28px, 3vw, 44px);
}

/* ==========================================================================
   4) PAKET SERVİS ENTEGRASYONLARI — marka logoları
   ========================================================================== */
body.estorix-vibe.is-corp .ex-market {
  background: var(--hp-surface);
  padding-top: var(--hp-sec-y-tight);
  padding-bottom: var(--hp-sec-y-tight);
}

body.estorix-vibe.is-corp .ex-market__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.estorix-vibe.is-corp .ex-market__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 26px 18px 20px;
  background: #ffffff;
  border: 1px solid var(--hp-line);
  border-radius: var(--hp-r);
  text-decoration: none;
  transition:
    border-color 0.35s var(--hp-ease),
    box-shadow 0.35s var(--hp-ease),
    transform 0.35s var(--hp-ease);
}

body.estorix-vibe.is-corp .ex-market__card:hover {
  transform: translateY(-3px);
  border-color: var(--hp-accent-line);
  box-shadow: var(--hp-shadow);
}

/* Logolar farklı en-boy oranlarında; sabit yükseklikli kutuda ortalanır.
   Görsele SABİT kutu verilir: intrinsic boyut gelmeden 0×0'a çökerse
   lazy-load hiç tetiklenmez (yükleme kilitlenir). */
body.estorix-vibe.is-corp .ex-market__logo {
  display: grid;
  place-items: center;
  width: 100%;
  height: 46px;
}

body.estorix-vibe.is-corp .ex-market__logo img {
  width: 100%;
  height: 46px;
  object-fit: contain;
  object-position: center;
}

/* Logo dosyası henüz yoksa marka renginde wordmark */
body.estorix-vibe.is-corp .ex-market__wordmark {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-align: center;
}

body.estorix-vibe.is-corp .ex-market__name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--hp-grey);
  text-align: center;
}

body.estorix-vibe.is-corp .ex-market__note {
  margin: 20px 0 0;
  text-align: center;
  font-size: 12.5px;
  color: var(--hp-grey-2);
}

@media (max-width: 860px) {
  body.estorix-vibe.is-corp .ex-market__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* --------------------------------------------------------------------------
   4a) YAZARKASA / ÖKC BANDI — pazaryeri bandının devamı.
   Aynı gri zeminde ikinci sıra olarak durur (zemin dönüşümü bozulmasın diye
   ayrı bir zemin verilmez); üstte ince çizgi ile ayrılır.
   -------------------------------------------------------------------------- */
body.estorix-vibe.is-corp .ex-market--okc {
  padding-top: 0;
}

body.estorix-vibe.is-corp .ex-market--okc > .container {
  border-top: 1px solid var(--hp-line);
  padding-top: var(--hp-sec-y-tight);
}

body.estorix-vibe.is-corp .ex-market__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.estorix-vibe.is-corp .ex-market__card--okc {
  gap: 12px;
  padding-top: 20px;
}

/* align-items:center çocukları fit-content yapar; uzun satır dar ekranda
   kartı taşırıyordu — sarma için üst sınır şart */
body.estorix-vibe.is-corp .ex-market__card--okc > * {
  max-width: 100%;
}

/* Cihaz fotoğrafı — sabit kutu (lazy-load 0×0'a çökmesin) */
body.estorix-vibe.is-corp .ex-okc__device {
  display: grid;
  place-items: center;
  width: 100%;
  height: 132px;
}

body.estorix-vibe.is-corp .ex-okc__device img {
  max-width: 100%;
  height: 132px;
  width: auto;
  object-fit: contain;
}

body.estorix-vibe.is-corp .ex-okc__model {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--hp-ink);
  text-align: center;
}

body.estorix-vibe.is-corp .ex-market__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

body.estorix-vibe.is-corp .ex-market__status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

body.estorix-vibe.is-corp .ex-market__status--wip {
  background: var(--hp-accent-soft, rgba(37, 99, 235, 0.1));
  color: var(--hp-accent, #2563eb);
}

body.estorix-vibe.is-corp .ex-market__status--live {
  background: rgba(22, 163, 74, 0.12);
  color: #15803d;
}

body.estorix-vibe.is-corp .ex-market__status--soon {
  background: rgba(100, 116, 139, 0.12);
  color: #475569;
}

@media (max-width: 860px) {
  body.estorix-vibe.is-corp .ex-market__grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  body.estorix-vibe.is-corp .ex-market__grid--3 {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ==========================================================================
   4b) DONANIM MAĞAZASI (Square tarzı ürün ızgarası)
   ========================================================================== */
body.estorix-vibe.is-corp .ex-shop {
  background: #ffffff;
  padding-top: var(--hp-sec-y);
  padding-bottom: var(--hp-sec-y);
}

body.estorix-vibe.is-corp .ex-shop__filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto clamp(28px, 3.2vw, 40px);
  padding: 4px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.05);
  border: 1px solid rgba(15, 23, 42, 0.05);
}

body.estorix-vibe.is-corp .ex-shop__filter {
  padding: 9px 18px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--hp-grey);
  font-family: inherit;
  font-size: 14px;
  font-weight: 550;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.25s var(--hp-ease), color 0.25s var(--hp-ease);
}

body.estorix-vibe.is-corp .ex-shop__filter:hover { color: var(--hp-ink); }

body.estorix-vibe.is-corp .ex-shop__filter.is-active {
  background: #ffffff;
  color: var(--hp-ink);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.14);
}

body.estorix-vibe.is-corp .ex-shop__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.estorix-vibe.is-corp .ex-shop__card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid var(--hp-line);
  border-radius: var(--hp-r);
  overflow: hidden;
  transition:
    border-color 0.35s var(--hp-ease),
    box-shadow 0.35s var(--hp-ease),
    transform 0.35s var(--hp-ease);
}

body.estorix-vibe.is-corp .ex-shop__card[hidden] { display: none !important; }

body.estorix-vibe.is-corp .ex-shop__card:hover {
  transform: translateY(-3px);
  border-color: var(--hp-accent-line);
  box-shadow: var(--hp-shadow);
}

/* Kartın tıklanabilir kısmı: görsel + ad + özet → ürün modalını açar */
body.estorix-vibe.is-corp .ex-shop__open {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Ürün görseli — Square'deki gibi açık gri zeminde ortalanmış, sabit yükseklik */
body.estorix-vibe.is-corp .ex-shop__media {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: clamp(150px, 14vw, 190px);
  padding: 14px;
  background: var(--hp-surface);
  border-bottom: 1px solid var(--hp-line-2);
}

body.estorix-vibe.is-corp .ex-shop__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s var(--hp-ease);
}

body.estorix-vibe.is-corp .ex-shop__open:hover .ex-shop__media img { transform: scale(1.03); }

/* Görseli henüz olmayan ürün (yeni aksesuarlar) — kırık <img> yerine
   nötr bir yer tutucu; fotoğraf gelince kendiliğinden devreye girer */
body.estorix-vibe.is-corp .ex-shop__img--yok {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--hp-ink-3, #94a3b8);
  font-size: 34px;
  opacity: 0.55;
}

/* Görsel sayısı rozeti */
body.estorix-vibe.is-corp .ex-shop__count {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  font-size: 11.5px;
  font-weight: 600;
}

/* Büyüteç ipucu — hover'da belirir */
body.estorix-vibe.is-corp .ex-shop__expand {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--hp-ink);
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.25s var(--hp-ease);
}

body.estorix-vibe.is-corp .ex-shop__open:hover .ex-shop__expand,
body.estorix-vibe.is-corp .ex-shop__open:focus-visible .ex-shop__expand { opacity: 1; }

body.estorix-vibe.is-corp .ex-shop__body {
  flex: 1;
  padding: 14px 18px;
  display: block;
}

body.estorix-vibe.is-corp .ex-shop__name {
  display: block;
  margin: 0 0 6px;
  font-size: 15.5px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--hp-ink);
}

body.estorix-vibe.is-corp .ex-shop__ozet {
  display: block;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--hp-grey);
}

body.estorix-vibe.is-corp .ex-shop__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 18px 18px;
  border-top: 1px solid var(--hp-line-2);
}

body.estorix-vibe.is-corp .ex-shop__price {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

body.estorix-vibe.is-corp .ex-shop__price-num {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--hp-ink);
}

body.estorix-vibe.is-corp .ex-shop__price-note {
  font-size: 11.5px;
  font-weight: 500;
  color: var(--hp-grey-2);
}

body.estorix-vibe.is-corp .ex-shop__price--ask {
  font-size: 13px;
  font-weight: 600;
  color: var(--hp-grey);
}

body.estorix-vibe.is-corp .ex-shop__cta {
  flex: 0 0 auto;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--hp-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s var(--hp-ease);
}

body.estorix-vibe.is-corp .ex-shop__cta:hover { background: var(--hp-accent-dark); }

body.estorix-vibe.is-corp .ex-shop__note {
  margin: 26px auto 0;
  max-width: 780px;
  text-align: center;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--hp-grey-2);
}

body.estorix-vibe.is-corp .ex-shop__note a { color: var(--hp-grey); }

@media (max-width: 1100px) {
  body.estorix-vibe.is-corp .ex-shop__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  body.estorix-vibe.is-corp .ex-shop__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.estorix-vibe.is-corp .ex-shop__filters {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }
  body.estorix-vibe.is-corp .ex-shop__filters::-webkit-scrollbar { display: none; }
}

@media (max-width: 520px) {
  body.estorix-vibe.is-corp .ex-shop__grid { grid-template-columns: minmax(0, 1fr); }
}

/* ==========================================================================
   4c) DONANIM ÜRÜN MODALI (tam ekran galeri + detay)
   ========================================================================== */
.ex-prod {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 10060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.ex-prod[hidden] { display: none !important; }

.ex-prod__backdrop {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  border: 0;
  background: rgba(9, 16, 30, 0.62);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: exProdFade 0.25s ease;
}

.ex-prod__panel {
  position: relative;
  width: 100%;
  max-width: 1000px;
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 40px 90px rgba(9, 16, 30, 0.34);
  animation: exProdIn 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes exProdFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes exProdIn {
  from { opacity: 0; transform: translateY(16px) scale(0.985); }
  to { opacity: 1; transform: none; }
}

.ex-prod__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.06);
  color: #0F172A;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.ex-prod__close:hover { background: rgba(15, 23, 42, 0.12); }

.ex-prod__layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0;
}

/* Galeri tarafı */
.ex-prod__gallery {
  padding: 30px 26px;
  background: #F5F5F7;
  border-radius: 22px 0 0 22px;
}

.ex-prod__stage {
  position: relative;
  display: grid;
  place-items: center;
  height: clamp(280px, 42vh, 440px);
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 18px;
}

.ex-prod__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ex-prod__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #0F172A;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ex-prod__nav:hover { background: #fff; }
.ex-prod__nav[hidden] { display: none; }
.ex-prod__nav--prev { left: 10px; }
.ex-prod__nav--next { right: 10px; }

.ex-prod__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.ex-prod__thumbs[hidden] { display: none; }

.ex-prod__thumbs button {
  width: 60px;
  height: 46px;
  padding: 4px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
  opacity: 0.65;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}

.ex-prod__thumbs button:hover { opacity: 1; }

.ex-prod__thumbs button.is-active {
  opacity: 1;
  border-color: var(--hp-accent, #2563EB);
}

.ex-prod__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Bilgi tarafı */
.ex-prod__info {
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
}

.ex-prod__cat {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--hp-accent, #2563EB);
}

.ex-prod__name {
  margin: 8px 0 10px;
  font-size: clamp(20px, 2.4vw, 27px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #0F172A;
}

.ex-prod__ozet {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.55;
  color: #55637A;
}

.ex-prod__specs {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 9px;
}

.ex-prod__specs li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.5;
  color: #1F2A3C;
}

.ex-prod__specs li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--hp-accent, #2563EB);
  font-weight: 700;
}

.ex-prod__foot {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.ex-prod__price { margin-bottom: 16px; }

.ex-prod__price-num {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0F172A;
}

.ex-prod__price-note {
  margin-left: 8px;
  font-size: 12.5px;
  font-weight: 500;
  color: #7A8698;
}

.ex-prod__price-ask {
  font-size: 16px;
  font-weight: 600;
  color: #55637A;
}

.ex-prod__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.ex-prod__cta {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  padding: 12px 24px;
  border-radius: 999px;
  background: var(--hp-accent, #2563EB);
  color: #fff;
  font-size: 14.5px;
  font-weight: 600;
  transition: background 0.2s ease;
}

.ex-prod__cta:hover { background: var(--hp-accent-dark, #1D4ED8); }

.ex-prod__link {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--hp-grey, #55637A);
  text-decoration: none;
}

.ex-prod__link:hover { color: #0F172A; }

@media (max-width: 780px) {
  .ex-prod { padding: 0; }
  .ex-prod__panel {
    max-width: 100%;
    max-height: 100vh;
    height: 100vh;
    border-radius: 0;
  }
  .ex-prod__layout { grid-template-columns: 1fr; }
  .ex-prod__gallery { border-radius: 0; padding: 24px 18px; }
  .ex-prod__stage { height: clamp(220px, 38vh, 320px); }
  .ex-prod__info { padding: 24px 20px 32px; }
}

/* ==========================================================================
   5) İLETİŞİM POP-UP'I (5 sn)
   ========================================================================== */
.ex-lead-pop {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 10080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.ex-lead-pop[hidden] { display: none !important; }

.ex-lead-pop__backdrop {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(9, 16, 30, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 0;
  animation: exLeadPopFade 0.25s ease;
}

.ex-lead-pop__panel {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding: 34px 30px 26px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(9, 16, 30, 0.28);
  text-align: center;
  animation: exLeadPopIn 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes exLeadPopFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes exLeadPopIn {
  from { opacity: 0; transform: translateY(14px) scale(0.98); }
  to { opacity: 1; transform: none; }
}

.ex-lead-pop__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #8b949f;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.ex-lead-pop__close:hover { background: #f1f3f6; color: #0F172A; }

.ex-lead-pop__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  border-radius: 16px;
  background: rgba(37, 99, 235, 0.10);
  color: #2563EB;
  font-size: 20px;
}

.ex-lead-pop__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
  color: #0F172A;
}

.ex-lead-pop__lead {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.5;
  color: #55637A;
}

.ex-lead-pop__alert {
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 9px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  font-size: 13px;
  text-align: left;
}

.ex-lead-pop__form { display: grid; gap: 12px; text-align: left; }

.ex-lead-pop__field { display: grid; gap: 6px; }

.ex-lead-pop__field > span {
  font-size: 12.5px;
  font-weight: 600;
  color: #55637A;
}

.ex-lead-pop__field input {
  width: 100%;
  padding: 11px 13px;
  font-family: inherit;
  font-size: 14.5px;
  color: #0F172A;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ex-lead-pop__field input:focus {
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.ex-lead-pop__submit {
  margin-top: 4px;
  padding: 13px 18px;
  border: none;
  border-radius: 999px;
  background: #2563EB;
  color: #fff;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.ex-lead-pop__submit:hover { background: #1D4ED8; }
.ex-lead-pop__submit:disabled { opacity: 0.6; cursor: default; }

.ex-lead-pop__done { padding: 8px 0 4px; }

.ex-lead-pop__done-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #dcfce7;
  color: #15803d;
  font-size: 18px;
}

.ex-lead-pop__done p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: #55637A;
}

.ex-lead-pop__kvkk {
  margin: 16px 0 0;
  font-size: 11.5px;
  color: #7A8698;
}

@media (max-width: 480px) {
  .ex-lead-pop__panel { padding: 30px 22px 22px; }
  .ex-lead-pop__title { font-size: 18px; }
}
