/* ==========================================================================
   Estorix — Kurumsal Anasayfa Revizyonu (yalnızca body.is-corp / anasayfa)
   estorix-vibe.css'ten SONRA yüklenir; vibe temasını anasayfada kurumsal
   bir yapıya taşır. Tüm seçiciler .is-corp altında scope'ludur; SEO alt
   sayfaları ve diğer sayfalar etkilenmez.
   ========================================================================== */

body.estorix-vibe.is-corp {
  --corp-navy:    #0b1b33;
  --corp-navy-2:  #13294a;
  --corp-accent:  #0071e3;
  --corp-accent-2:#3b93ff;
  --corp-ink:     #0f172a;
  --corp-grey:    #54657a;
  --corp-line:    rgba(15, 23, 42, 0.10);
  --corp-line-2:  rgba(15, 23, 42, 0.06);
  --corp-surface: #f6f8fb;
  --corp-radius:  16px;
  --corp-shadow:  0 1px 2px rgba(15,23,42,.04), 0 8px 24px rgba(15,23,42,.06);
  --corp-shadow-h:0 12px 36px rgba(15,23,42,.12);
}

/* ---------- Genel bölüm ritmi & başlık tutarlılığı ---------- */
body.estorix-vibe.is-corp .estorix-section-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--corp-accent);
  margin-bottom: 10px;
}
body.estorix-vibe.is-corp .section-title {
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--corp-ink);
}
body.estorix-vibe.is-corp .section-subtitle {
  color: var(--corp-grey);
}

/* ==========================================================================
   HERO (kurumsal)
   ========================================================================== */
body.estorix-vibe.is-corp .hero--corp {
  position: relative;
  background:
    radial-gradient(1100px 520px at 18% -10%, rgba(0,113,227,.08), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, var(--corp-surface) 100%);
  border-bottom: 1px solid var(--corp-line-2);
  padding: 88px 0 72px;
  overflow: hidden;
}
body.estorix-vibe.is-corp .hero--corp .hero-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
body.estorix-vibe.is-corp .hero--corp .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border: 1px solid var(--corp-line);
  background: #fff !important;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--corp-ink) !important;
  box-shadow: var(--corp-shadow);
}
body.estorix-vibe.is-corp .hero--corp .hero-eyebrow i { color: var(--corp-accent) !important; }

body.estorix-vibe.is-corp .hero--corp .hero-title {
  margin: 22px 0 18px;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: var(--corp-ink);
}
body.estorix-vibe.is-corp .hero--corp .hero-title .gradient-text {
  background: linear-gradient(120deg, var(--corp-accent), #4f46e5 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
body.estorix-vibe.is-corp .hero--corp .hero-subtitle {
  max-width: 540px;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.6;
  color: var(--corp-grey);
}
body.estorix-vibe.is-corp .hero--corp .hero-subtitle strong { color: var(--corp-ink); font-weight: 700; }

body.estorix-vibe.is-corp .hero--corp .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 22px;
}
body.estorix-vibe.is-corp .hero--corp .btn-lg { padding: 15px 26px; font-size: 15px; border-radius: 12px; }
body.estorix-vibe.is-corp .hero--corp .btn-primary {
  background: var(--corp-accent);
  box-shadow: 0 8px 22px rgba(0,113,227,.28);
}
body.estorix-vibe.is-corp .hero--corp .btn-primary:hover { background: #0a63c4; }

body.estorix-vibe.is-corp .hero--corp .hero-trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  list-style: none;
  padding: 0;
  margin: 0;
}
body.estorix-vibe.is-corp .hero--corp .hero-trust-points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--corp-grey);
}
body.estorix-vibe.is-corp .hero--corp .hero-trust-points i { color: #16a34a; }

/* Hero görsel — cihaz çerçevesi hissi (vibe aspect-ratio çakışmasını sıfırla) */
body.estorix-vibe.is-corp .hero--corp .hero-image {
  display: flex;
  justify-content: center;
  aspect-ratio: auto;
  width: 100%;
  max-width: 430px;
  margin-inline: auto;
  overflow: visible;
}
body.estorix-vibe.is-corp .hero--corp .hero-image picture {
  display: block;
  width: 100%;
  height: auto;
}
body.estorix-vibe.is-corp .hero--corp .hero-image img {
  width: 100%;
  max-width: 430px;
  height: auto;
  object-fit: contain;
  object-position: center center;
  border-radius: 26px;
  filter: drop-shadow(0 30px 60px rgba(15,23,42,.22));
}

/* ==========================================================================
   KURUMSAL METRİK BANDI
   ========================================================================== */
body.estorix-vibe.is-corp .estorix-corp-stats {
  background: linear-gradient(120deg, var(--corp-navy) 0%, var(--corp-navy-2) 100%);
  padding: 36px 0;
}
body.estorix-vibe.is-corp .estorix-corp-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
body.estorix-vibe.is-corp .estorix-corp-stat {
  text-align: center;
  padding: 8px 18px;
  border-left: 1px solid rgba(255,255,255,.12);
}
body.estorix-vibe.is-corp .estorix-corp-stat:first-child { border-left: 0; }
body.estorix-vibe.is-corp .estorix-corp-stat__num {
  display: block;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.1;
}
body.estorix-vibe.is-corp .estorix-corp-stat__plus { color: var(--corp-accent-2); }
body.estorix-vibe.is-corp .estorix-corp-stat__lbl {
  display: block;
  margin-top: 6px;
  font-size: 13.5px;
  color: rgba(255,255,255,.72);
}

/* ==========================================================================
   GÜVEN BANDI (logo isimleri)
   ========================================================================== */
body.estorix-vibe.is-corp .estorix-trust-band {
  background: #fff;
  border-bottom: 1px solid var(--corp-line-2);
  padding: 30px 0;
}
body.estorix-vibe.is-corp .estorix-trust-band__label {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--corp-grey);
  margin-bottom: 16px;
}
body.estorix-vibe.is-corp .estorix-trust-band__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 40px;
}
body.estorix-vibe.is-corp .estorix-trust-band__name {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0f172a;
  opacity: .55;
  transition: opacity .25s ease;
}
body.estorix-vibe.is-corp .estorix-trust-band__name:hover { opacity: 1; }

/* ==========================================================================
   GÜÇLÜ NEDENLER — kurumsal ikon kartları
   ========================================================================== */
body.estorix-vibe.is-corp .estorix-reasons-band--corp {
  background: var(--corp-surface);
  padding: 84px 0;
}
body.estorix-vibe.is-corp .estorix-reasons-band--corp .section-header { margin-bottom: 44px; }
body.estorix-vibe.is-corp .estorix-reasons-band--corp .estorix-reasons-band__title {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--corp-ink);
  margin: 6px 0 12px;
}
body.estorix-vibe.is-corp .estorix-reasons-band--corp .estorix-reasons-band__title .gradient-text {
  background: linear-gradient(120deg, var(--corp-accent), #4f46e5 90%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
body.estorix-vibe.is-corp .estorix-reasons-band--corp .estorix-reasons-band__lead {
  color: var(--corp-grey);
  max-width: 640px;
  margin: 0 auto;
}
body.estorix-vibe.is-corp .estorix-reasons-band--corp .estorix-reasons-band__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  list-style: none;
  padding: 0;
  margin: 0;
}
body.estorix-vibe.is-corp .estorix-reasons-band--corp .estorix-reasons-band__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--corp-line);
  border-radius: var(--corp-radius);
  padding: 26px 24px;
  box-shadow: var(--corp-shadow);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
body.estorix-vibe.is-corp .estorix-reasons-band--corp .estorix-reasons-band__item:hover {
  transform: translateY(-4px);
  box-shadow: var(--corp-shadow-h);
  border-color: rgba(0,113,227,.35);
}
body.estorix-vibe.is-corp .estorix-reasons-band--corp .estorix-reasons-band__item-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(0,113,227,.12), rgba(79,70,229,.12));
  color: var(--corp-accent);
  font-size: 20px;
}
body.estorix-vibe.is-corp .estorix-reasons-band--corp .estorix-reasons-band__item-title {
  margin: 2px 0 6px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--corp-ink);
}
body.estorix-vibe.is-corp .estorix-reasons-band--corp .estorix-reasons-band__item-text {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--corp-grey);
}

/* ==========================================================================
   PLATFORM SÜTUNLARI & MODÜL IZGARASI — hafif kurumsal rötuş
   ========================================================================== */
body.estorix-vibe.is-corp .seo-eco-card,
body.estorix-vibe.is-corp .estorix-module-tile {
  border: 1px solid var(--corp-line);
  box-shadow: var(--corp-shadow);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
body.estorix-vibe.is-corp .seo-eco-card:hover,
body.estorix-vibe.is-corp .estorix-module-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--corp-shadow-h);
  border-color: rgba(0,113,227,.35);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  body.estorix-vibe.is-corp .hero--corp .hero-layout { grid-template-columns: 1fr; gap: 40px; }
  body.estorix-vibe.is-corp .hero--corp .hero-image { order: -1; }
  body.estorix-vibe.is-corp .hero--corp .hero-image img { max-width: 320px; }
  body.estorix-vibe.is-corp .estorix-reasons-band--corp .estorix-reasons-band__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  body.estorix-vibe.is-corp .hero--corp {
    padding: max(104px, calc(88px + env(safe-area-inset-top, 0px))) 0 48px;
  }
  body.estorix-vibe.is-corp .estorix-corp-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  body.estorix-vibe.is-corp .estorix-corp-stat:nth-child(odd) { border-left: 0; }
  body.estorix-vibe.is-corp .estorix-reasons-band--corp .estorix-reasons-band__grid { grid-template-columns: 1fr; }
  body.estorix-vibe.is-corp .estorix-reasons-band--corp { padding: 60px 0; }
}

/* ==========================================================================
   DOWNLOAD — uygulama ikon + App Store rozeti
   ========================================================================== */
body.estorix-vibe.is-corp .estorix-download__icon--app {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  font-size: inherit !important;
  padding: 0 !important;
  display: block;
}
body.estorix-vibe.is-corp .estorix-download__app-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 4px 16px rgba(15,23,42,.18);
  display: block;
}
body.estorix-vibe.is-corp .estorix-download__btn--badge {
  display: inline-block;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  line-height: 0;
  border-radius: 0 !important;
}
body.estorix-vibe.is-corp .estorix-download__store-badge {
  height: 44px;
  width: auto;
  display: block;
  transition: opacity .2s ease, transform .2s ease;
}
body.estorix-vibe.is-corp .estorix-download__btn--badge:hover .estorix-download__store-badge {
  opacity: .82;
  transform: scale(1.03);
}

/* ==========================================================================
   PROBLEM & ÇÖZÜM — sade kurumsal kartlar (renkli kenarlık yerine tek vurgu)
   ========================================================================== */
body.estorix-vibe.is-corp #problem-solution { background: #fff; }
body.estorix-vibe.is-corp #problem-solution .section-header { margin-bottom: 40px; }
body.estorix-vibe.is-corp .estorix-ps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
body.estorix-vibe.is-corp .estorix-ps-card {
  background: #fff;
  border: 1px solid var(--corp-line);
  border-radius: var(--corp-radius);
  box-shadow: var(--corp-shadow);
  padding: 30px 26px;
  text-align: left;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
body.estorix-vibe.is-corp .estorix-ps-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--corp-shadow-h);
  border-color: rgba(0,113,227,.30);
}
/* İkon — nötr kutu, gökkuşağı yok */
body.estorix-vibe.is-corp .estorix-ps-card .feature-icon {
  width: 50px;
  height: 50px;
  margin: 0 0 16px;
  border-radius: 13px;
  font-size: 20px;
  background: var(--corp-surface) !important;
  color: var(--corp-grey) !important;
  border: 1px solid var(--corp-line) !important;
}
/* Çözüm kartı — tek kurumsal vurgu rengi öne çıkar */
body.estorix-vibe.is-corp .estorix-ps-card--solution {
  border-color: rgba(0,113,227,.35);
  background: linear-gradient(180deg, rgba(0,113,227,.05), #ffffff 62%);
}
body.estorix-vibe.is-corp .estorix-ps-card--solution .feature-icon {
  background: linear-gradient(135deg, var(--corp-accent), var(--corp-accent-2)) !important;
  color: #fff !important;
  border-color: transparent !important;
}

@media (max-width: 900px) {
  body.estorix-vibe.is-corp .estorix-ps-grid { grid-template-columns: 1fr; }
}
