/* Espero Hakkimizda Blocks — "Hakkımızda" sayfasi
   Renk paleti ve fontlar, esperopsikoloji.com'un diger sayfalariyla ayni. */

.ehk-block {
  --ehk-cream: #F7F2EC;
  --ehk-cream-2: #EFE7DA;
  --ehk-wine: #7C3049;
  --ehk-wine-dark: #5A2038;
  --ehk-ink: #2B2523;
  --ehk-sage: #7C8B6F;
  --ehk-gold: #BF9B4F;
  --ehk-line: #E1D5C4;
  font-family: 'Inter', sans-serif;
  color: var(--ehk-ink);
}

.ehk-block * { box-sizing: border-box; }

.ehk-block section { padding: 56px 20px; }
.ehk-block .ehk-wrap { max-width: 1120px; margin: 0 auto; }
.ehk-block .ehk-wrap-narrow { max-width: 760px; margin: 0 auto; }

.ehk-block .ehk-bg-cream { background: var(--ehk-cream); }
.ehk-block .ehk-bg-cream-2 { background: var(--ehk-cream-2); }

.ehk-block .ehk-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ehk-wine); font-weight: 600; margin-bottom: 16px;
}
.ehk-block .ehk-eyebrow svg { width: 16px; height: 16px; flex: none; }

.ehk-block h1.ehk-h1 {
  font-family: 'Lora', serif; font-weight: 600; color: var(--ehk-ink);
  font-size: 32px; line-height: 1.2; margin: 0 0 4px;
}
.ehk-block .ehk-title { font-size: 15px; color: var(--ehk-wine); font-weight: 600; margin: 0 0 18px; }
.ehk-block h2.ehk-h2 {
  font-family: 'Lora', serif; font-weight: 600; color: var(--ehk-ink);
  font-size: 26px; line-height: 1.25; margin: 0 0 14px;
}
.ehk-block .ehk-section-head { margin-bottom: 32px; }

.ehk-block .ehk-lead { font-size: 16.5px; line-height: 1.7; color: #4A423E; max-width: 60ch; margin: 0 0 24px; }
.ehk-block .ehk-body p { font-family: 'Lora', serif; font-size: 17px; line-height: 1.75; color: #3A332F; margin: 0 0 16px; }
.ehk-block .ehk-body p:last-of-type { margin-bottom: 0; }

.ehk-block .ehk-btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.ehk-block .ehk-btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px;
  border-radius: 3px; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 15px;
  text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  border: 1px solid transparent; cursor: pointer;
}
.ehk-block .ehk-btn-primary { background: var(--ehk-wine); color: #fff; }
.ehk-block .ehk-btn-primary:hover { background: var(--ehk-wine-dark); transform: translateY(-1px); color: #fff; }
.ehk-block .ehk-btn-ghost { background: transparent; color: var(--ehk-ink); border-color: var(--ehk-line); }
.ehk-block .ehk-btn-ghost:hover { border-color: var(--ehk-wine); color: var(--ehk-wine); }
.ehk-block .ehk-btn-on-wine { background: var(--ehk-gold); color: var(--ehk-wine-dark); }
.ehk-block .ehk-btn-on-wine:hover { background: #d4b46a; transform: translateY(-1px); color: var(--ehk-wine-dark); }

/* Hero — foto + isim */
.ehk-block .ehk-hero-grid { display: flex; flex-direction: column; gap: 32px; align-items: flex-start; }
.ehk-block .ehk-photo { width: 100%; max-width: 260px; border-radius: 4px; overflow: hidden; border: 1px solid var(--ehk-line); flex: none; position: relative; }
.ehk-block .ehk-photo img { width: 100%; display: block; }

/* Giris bolumu — arka planda ince cizgi motifi + genis foto */
.ehk-block .ehk-hero-section { position: relative; overflow: hidden; }
.ehk-block .ehk-hero-arc { position: absolute; bottom: -30px; left: -60px; width: 220px; height: 220px; pointer-events: none; }
.ehk-block .ehk-hero-photo {
  max-width: 420px; border-radius: 10px; border: 1px solid var(--ehk-line);
  box-shadow: 0 24px 48px rgba(43,37,35,.14);
}
.ehk-block .ehk-hero-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(124,48,73,.20), rgba(191,155,79,.10));
  mix-blend-mode: multiply;
}

/* Link-arrow (govde ici capraz baglanti, ör. PsikoKutu) */
.ehk-block .ehk-link-arrow {
  display: inline-flex; align-items: center; gap: 6px; color: var(--ehk-wine);
  font-weight: 600; font-size: 15px; text-decoration: none; margin-top: 6px;
}
.ehk-block .ehk-link-arrow svg { width: 15px; height: 15px; transition: transform .2s ease; }
.ehk-block .ehk-link-arrow:hover svg { transform: translateX(3px); }

/* Neden Espero — ikonlu kart grid */
.ehk-block .ehk-situation-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.ehk-block .ehk-situation-card {
  background: #fff; border: 1px solid var(--ehk-line); border-radius: 4px; padding: 22px;
}
.ehk-block .ehk-situation-icon {
  width: 42px; height: 42px; border-radius: 50%; background: var(--ehk-cream-2);
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.ehk-block .ehk-situation-icon svg { width: 21px; height: 21px; color: var(--ehk-wine); }
.ehk-block .ehk-situation-card h3 { font-family: 'Lora', serif; font-size: 17px; margin: 0 0 6px; color: var(--ehk-ink); }
.ehk-block .ehk-situation-card p { font-size: 14px; line-height: 1.55; color: #6B615B; margin: 0; }

/* Uzmanimiz karti (foto + tanitim + buton) */
.ehk-block .ehk-uzman-card {
  background: #fff; border: 1px solid var(--ehk-line); border-radius: 6px; padding: 28px;
}
.ehk-block .ehk-uzman-card .ehk-hero-grid { align-items: center; }
.ehk-block .ehk-uzman-card .ehk-photo { max-width: 180px; border-radius: 50%; }

/* Randevu (CTA bandi) */
.ehk-block .ehk-cta-band { background: var(--ehk-wine); color: #FBF6EF; text-align: center; }
.ehk-block .ehk-cta-band .ehk-eyebrow { color: var(--ehk-gold); }
.ehk-block .ehk-cta-band h2.ehk-h2 { color: #fff; }
.ehk-block .ehk-cta-band p { color: rgba(251,246,239,.85); font-size: 16px; line-height: 1.65; max-width: 56ch; margin: 0 auto 26px; }
.ehk-block .ehk-cta-band .ehk-btn-row { justify-content: center; }
.ehk-block .ehk-cta-phone { margin-top: 18px; font-size: 14.5px; color: rgba(251,246,239,.75); }
.ehk-block .ehk-cta-phone a { color: #fff; text-decoration: none; font-weight: 600; }

/* Scroll-reveal */
.ehk-block .ehk-reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.ehk-block .ehk-reveal.ehk-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .ehk-block .ehk-reveal { transition: none !important; opacity: 1 !important; transform: none !important; }
}

@media (min-width: 700px) {
  .ehk-block .ehk-situation-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 783px) {
  .ehk-block section { padding: 88px 40px; }
  .ehk-block h1.ehk-h1 { font-size: 40px; }
  .ehk-block h2.ehk-h2 { font-size: 30px; }
  .ehk-block .ehk-hero-grid { flex-direction: row; gap: 48px; }
  .ehk-block .ehk-photo { flex: 0 0 260px; }
  .ehk-block .ehk-hero-text { flex: 1; }
  .ehk-block .ehk-uzman-card .ehk-photo { flex: 0 0 180px; }
  .ehk-block .ehk-situation-grid { grid-template-columns: repeat(4, 1fr); }
  .ehk-block #ehk-hero-block .ehk-photo { flex: 0 0 420px; }
}
