﻿/* ===================================================================
   Zeytin Ağacı — Çocuk Gelişim Merkezi (danışmanlık sitesi)
   -------------------------------------------------------------------
   style.css İKİ SİTEDE DE AYNIDIR; bu dosya yalnızca merkez sitesine
   aittir ve onun üstüne yüklenir. Merkeze özgü her şey buraya yazılır,
   ortak dosya kirletilmez.
   =================================================================== */

/* ----- Bölüm ritmi ----------------------------------------------- */
.mz-sec        { padding: 76px 0; }
.mz-sec-tight  { padding: 52px 0; }
.mz-sec-alt    { background: linear-gradient(180deg, #FBFAF5 0%, #F4F7EC 100%); }

/* ----- HERO ------------------------------------------------------ */
.mz-hero {
  position: relative; overflow: hidden; color: #fff;
  background: radial-gradient(120% 120% at 12% 0%, #3E7B33 0%, #2C5B24 46%, #23401D 100%);
}
/* Zemindeki yumuşak ışık lekeleri — düz gradyanı kırar. */
.mz-hero::before,
.mz-hero::after {
  content: ""; position: absolute; border-radius: 50%; pointer-events: none;
}
.mz-hero::before {
  width: 620px; height: 620px; right: -180px; top: -240px;
  background: radial-gradient(circle, rgba(224,138,60,0.22) 0%, rgba(224,138,60,0) 68%);
}
.mz-hero::after {
  width: 520px; height: 520px; left: -160px; bottom: -260px;
  background: radial-gradient(circle, rgba(126,190,90,0.20) 0%, rgba(126,190,90,0) 70%);
}
.mz-hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px;
  align-items: center; padding: 84px 0 78px;
}
.mz-hero h1 {
  font-family: 'Quicksand', sans-serif; font-weight: 700;
  font-size: clamp(32px, 4.6vw, 52px); line-height: 1.12; margin: 20px 0 0;
}
.mz-hero p.lead {
  font-size: 17.5px; line-height: 1.7; color: #dce8d2; margin: 18px 0 0; max-width: 520px;
}
.mz-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }

/* Hero altındaki küçük güven satırı */
.mz-trust {
  display: flex; gap: 10px; flex-wrap: wrap; margin-top: 30px;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.14);
}
.mz-trust span {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13.5px; color: #cfe0c4;
  background: rgba(255,255,255,0.08); border-radius: 999px; padding: 7px 14px;
}

/* Hero görseli (inline SVG zeytin dalı) */
.mz-hero-art { position: relative; display: flex; justify-content: center; }
.mz-hero-art svg,
.mz-hero-art img { width: min(100%, 380px); height: auto; animation: zaFloat 7s ease-in-out infinite; }

/* ----- Değer kartları -------------------------------------------- */
.mz-value {
  background: #fff; border: 1px solid var(--kenar); border-radius: 20px;
  padding: 24px 22px; text-align: center;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.mz-value:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(43,58,36,.10); border-color: #cdd9c0; }
.mz-value .ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 16px; background: #E7F1DB; font-size: 25px;
}
.mz-value h3 { font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 16.5px; color: var(--metin); margin-top: 14px; }
.mz-value p  { font-size: 14px; color: #7c8a70; line-height: 1.6; margin-top: 7px; }

/* ----- Hizmet grupları ------------------------------------------- */
.mz-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: start; }
.mz-service {
  background: #fff; border: 1px solid var(--kenar); border-radius: 22px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.mz-service:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(43,58,36,.12); border-color: #cdd9c0; }
.mz-service-head { padding: 22px 22px 18px; }
.mz-service-head .ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 15px; background: rgba(255,255,255,0.78); font-size: 24px;
}
.mz-service-head h3 { font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 19px; color: var(--metin); }
.mz-service-head p  { font-size: 13.5px; color: #55684a; line-height: 1.55; margin-top: 12px; }
.mz-service ul { list-style: none; margin: 0; padding: 6px 22px 22px; }
.mz-service li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 14.5px; color: #3f5136; padding: 10px 0;
  border-bottom: 1px solid #F2EFE3;
}
.mz-service li:last-child { border-bottom: none; }
.mz-service li .dot {
  flex: none; width: 7px; height: 7px; border-radius: 50%;
  background: var(--yesil-orta); margin-top: 7px;
}

/* ----- Süreç (zaman çizgisi) ------------------------------------- */
.mz-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
/* Adımları birbirine bağlayan çizgi — akışın görünür olması için. */
.mz-steps::before {
  content: ""; position: absolute; left: 12%; right: 12%; top: 27px;
  height: 2px; background: repeating-linear-gradient(90deg, #cfe0c4 0 8px, transparent 8px 16px);
}
.mz-step { position: relative; text-align: center; }
.mz-step .no {
  position: relative; z-index: 1;
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--yesil-acik); color: #fff;
  font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 19px;
  box-shadow: 0 0 0 8px #FBFAF5;
}
.mz-step h3 { font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 16.5px; color: var(--metin); margin-top: 16px; }
.mz-step p  { font-size: 14px; color: #7c8a70; line-height: 1.6; margin-top: 7px; }

/* ----- CTA şeridi ------------------------------------------------ */
.mz-cta {
  position: relative; overflow: hidden; border-radius: 26px; color: #fff;
  background: radial-gradient(120% 140% at 85% 10%, #4F8F3A 0%, #2C5B24 55%, #23401D 100%);
  padding: 52px 36px; text-align: center;
}
.mz-cta::after {
  content: ""; position: absolute; width: 420px; height: 420px; right: -140px; bottom: -220px;
  border-radius: 50%; background: radial-gradient(circle, rgba(224,138,60,0.24) 0%, rgba(224,138,60,0) 70%);
}
.mz-cta > * { position: relative; z-index: 1; }

/* ----- İletişim -------------------------------------------------- */
.mz-contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 26px; align-items: start; }

.mz-info {
  display: flex; align-items: center; gap: 14px;
  background: #fff; border: 1px solid var(--kenar); border-radius: 18px; padding: 18px 20px;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.mz-info:hover { transform: translateX(3px); border-color: #cdd9c0; box-shadow: 0 12px 26px rgba(43,58,36,.09); }
.mz-info .ico {
  flex: none; display: flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 14px; background: #E7F1DB; font-size: 21px;
}
.mz-info .lbl { display: block; font-size: 12px; color: #8a9680; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.mz-info .val { display: block; font-family: 'Quicksand', sans-serif; font-weight: 700; color: var(--metin); margin-top: 3px; line-height: 1.4; }

/* Form alanları */
.mz-form label {
  display: block; font-family: 'Quicksand', sans-serif; font-weight: 700;
  font-size: 13.5px; color: #4a5a40; margin: 0 0 7px;
}
.mz-form input, .mz-form select, .mz-form textarea {
  width: 100%; padding: 12px 14px;
  border: 1.5px solid #E3DEC9; border-radius: 12px; background: #FCFBF6;
  font-family: 'Nunito', sans-serif; font-size: 15px; color: var(--metin);
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.mz-form input::placeholder, .mz-form textarea::placeholder { color: #b3bda8; }
.mz-form input:focus, .mz-form select:focus, .mz-form textarea:focus {
  outline: none; border-color: var(--yesil-acik); background: #fff;
  box-shadow: 0 0 0 4px rgba(62,123,51,0.10);
}
.mz-form textarea { min-height: 140px; resize: vertical; line-height: 1.6; }
.mz-form .field { margin-bottom: 16px; }
.mz-form .err { display: block; color: #a33; font-size: 13px; margin-top: 5px; }
.mz-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }

/* Başarı bildirimi */
.mz-ok {
  display: flex; gap: 12px; align-items: flex-start;
  background: #E7F1DB; border: 1px solid #cfe0c4; color: #2C5B24;
  border-radius: 14px; padding: 14px 18px; font-weight: 600; margin-bottom: 20px;
}

/* ===================================================================
   RESPONSIVE
   =================================================================== */
@media (max-width: 980px) {
  .mz-services { grid-template-columns: 1fr 1fr; }
  .mz-contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .mz-sec { padding: 56px 0; }
  .mz-hero-grid { grid-template-columns: 1fr; padding: 56px 0 52px; text-align: center; }
  .mz-hero p.lead { margin-left: auto; margin-right: auto; }
  .mz-hero-cta, .mz-trust { justify-content: center; }
  /* Görsel mobilde metnin altında ve küçük kalsın. */
  .mz-hero-art { order: 2; }
  .mz-hero-art svg,
  .mz-hero-art img { width: min(72%, 260px); }
  .mz-steps { grid-template-columns: 1fr 1fr; }
  .mz-steps::before { display: none; }   /* iki sütunda çizgi anlamını yitirir */
}
@media (max-width: 600px) {
  .mz-services { grid-template-columns: 1fr; }
  .mz-steps { grid-template-columns: 1fr; }
  .mz-form-grid { grid-template-columns: 1fr; }
  .mz-cta { padding: 40px 24px; }
}
