/* ============================================================
   MENTORA AKADEMİ — Stil Dosyası
   Marka renkleri logodan alınmıştır: Lacivert + Altın (şampanya).
   Renkleri değiştirmek için aşağıdaki :root değişkenlerini düzenle.
   ============================================================ */

:root {
  /* Marka renkleri */
  --navy: #16294a;
  --navy-2: #1f3a63;
  --navy-deep: #0f1d36;
  --gold: #c19a49;
  --gold-2: #9a7e3c;
  --gold-light: #e6cd8f;
  --gold-soft: #f0e4ca;

  /* Nötr tonlar (sıcak) */
  --ink: #16294a;
  --body: #4b5566;
  --muted: #7d889b;
  --line: #ece6d9;
  --bg: #ffffff;
  --bg-soft: #faf7f0;
  --bg-alt: #f4eddf;
  --cream: #f8f4ea;
  --white: #ffffff;

  --radius: 18px;
  --radius-sm: 11px;
  --shadow-sm: 0 2px 10px rgba(22, 41, 74, 0.06);
  --shadow: 0 16px 40px rgba(22, 41, 74, 0.10);
  --shadow-lg: 0 28px 64px rgba(22, 41, 74, 0.18);
  --gold-glow: 0 10px 30px rgba(200, 164, 92, 0.30);
  --container: 1180px;

  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-head: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  font-family: var(--font-body);
  color: var(--body);
  background: var(--bg);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

h1, h2 { font-family: var(--font-display); color: var(--ink); line-height: 1.16; font-weight: 700; letter-spacing: -0.01em; }
h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.25; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
code { background: var(--bg-alt); padding: 2px 6px; border-radius: 6px; font-size: 0.85em; color: var(--gold-2); }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 820px; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 30px; border-radius: 999px; font-weight: 600; font-family: var(--font-head);
  font-size: 0.98rem; cursor: pointer; border: none; transition: all .25s ease; white-space: nowrap; letter-spacing: .01em;
}
.btn-primary { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: var(--navy); box-shadow: var(--gold-glow); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(200,164,92,.42); filter: brightness(1.03); }
.btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(227,201,138,.55); }
.btn-ghost:hover { background: rgba(227,201,138,.12); border-color: var(--gold-light); transform: translateY(-2px); }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent; transition: all .25s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); border-bottom-color: var(--line); background: rgba(255,255,255,.92); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 90px; }

.brand { display: flex; align-items: center; gap: 15px; }
.brand-mark { width: 72px; height: 72px; flex: none; filter: drop-shadow(0 4px 12px rgba(22,41,74,.22)); }
.brand-text { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.brand-abbr { font-family: var(--font-display); font-weight: 700; font-size: 1.75rem; color: var(--navy); letter-spacing: .14em; }
.brand-full {
  margin-top: 6px; padding-top: 6px; font-family: var(--font-head); font-size: .68rem; font-weight: 600;
  color: var(--gold-2); letter-spacing: .16em; align-self: stretch; text-align: center;
  border-top: 1px solid var(--gold); white-space: nowrap;
}

.nav { display: flex; align-items: center; gap: 4px; }
.nav a { padding: 9px 15px; border-radius: 9px; font-family: var(--font-head); font-weight: 500; font-size: .95rem; color: var(--ink); transition: all .18s; }
.nav a:hover { color: var(--gold-2); background: var(--bg-alt); }
.nav .nav-cta { background: var(--navy); color: #fff; margin-left: 8px; padding: 10px 20px; }
.nav .nav-cta:hover { background: var(--navy-2); color: #fff; box-shadow: var(--shadow-sm); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2.5px; background: var(--navy); border-radius: 2px; transition: all .25s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(900px 500px at 82% 12%, rgba(200,164,92,.22) 0%, transparent 60%),
    radial-gradient(1000px 600px at 12% 0%, rgba(31,58,99,.7) 0%, transparent 55%),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  background-color: var(--navy-deep);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(227,201,138,.10) 1px, transparent 1px);
  background-size: 26px 26px; opacity: .5; pointer-events: none;
}
.hero-inner { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: center; padding: 92px 24px 104px; }
.hero-content { max-width: 620px; }
.badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px; font-family: var(--font-head);
  font-size: .82rem; font-weight: 600; letter-spacing: .03em;
  background: rgba(227,201,138,.10); border: 1px solid rgba(227,201,138,.32); color: var(--gold-light); margin-bottom: 24px;
}
.badge-gold { background: rgba(227,201,138,.14); border-color: rgba(227,201,138,.45); color: #ffe2a8; }
.hero h1 { font-size: clamp(2.3rem, 4.8vw, 3.7rem); color: #fff; font-weight: 700; line-height: 1.12; }
.grad-text { color: var(--gold-light); font-style: italic; }
.hero-sub { margin: 24px 0 32px; font-size: 1.1rem; color: #c4d0e2; max-width: 545px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 38px; margin-top: 50px; flex-wrap: wrap; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { font-family: var(--font-display); font-size: 2rem; color: var(--gold-light); font-weight: 700; }
.hero-stats span { font-size: .84rem; color: #9fb0c8; margin-top: 2px; }

.hero-visual { position: relative; height: 440px; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes twinkle { 0%,100% { opacity: .5; transform: scale(.9) rotate(0); } 50% { opacity: 1; transform: scale(1.15) rotate(20deg); } }
@keyframes grow { from { transform: scaleY(.25); } to { transform: scaleY(1); } }

/* Dönen kesik altın halka */
.hv-ring {
  position: absolute; top: 50%; left: 50%; width: 360px; height: 360px; margin: -180px 0 0 -180px;
  border-radius: 50%; border: 1.5px dashed rgba(227,201,138,.38); animation: spin 40s linear infinite;
}
.hv-ring::after {
  content: ""; position: absolute; inset: 26px; border-radius: 50%; border: 1px solid rgba(227,201,138,.16);
}
.hv-glow {
  position: absolute; top: 50%; left: 50%; width: 320px; height: 320px; margin: -160px 0 0 -160px;
  border-radius: 50%; background: radial-gradient(circle, rgba(200,164,92,.30), transparent 65%); filter: blur(12px);
}

/* Ana panel (cam efektli) */
.hv-panel {
  position: absolute; top: 96px; right: 4px; width: 300px;
  background: rgba(255,255,255,.97); border-radius: 20px; padding: 22px; box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,.6); border-top: 3px solid var(--gold); animation: float 7s ease-in-out infinite;
}
.hv-panel-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.hv-avatar {
  width: 42px; height: 42px; flex: none; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--navy), var(--navy-deep)); color: var(--gold-light);
  font-family: var(--font-display); font-weight: 700; font-size: 1.2rem;
}
.hv-panel-title { flex: 1; }
.hv-panel-title strong { display: block; font-family: var(--font-head); font-size: 1rem; color: var(--navy); }
.hv-panel-title small { color: var(--muted); font-size: .8rem; }
.hv-trend { font-family: var(--font-head); font-weight: 700; font-size: .8rem; color: #1f9d5b; background: rgba(31,157,91,.12); padding: 4px 9px; border-radius: 8px; }

.hv-chart { position: relative; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.hv-grid { position: absolute; left: 0; right: 0; top: 30px; border-top: 1px dashed var(--line); }
.hv-grid::after { content: ""; position: absolute; left: 0; right: 0; top: 28px; border-top: 1px dashed var(--line); opacity: .6; }
.hv-bars { position: relative; display: flex; align-items: flex-end; gap: 10px; height: 86px; z-index: 1; }
.hv-bars > span {
  position: relative; flex: 1; height: var(--h); border-radius: 7px 7px 4px 4px; transform-origin: bottom;
  background: linear-gradient(to top, #1b335c, #3a5d96); box-shadow: 0 4px 10px rgba(22,41,74,.16);
  animation: grow .9s ease both;
}
.hv-bars > span.hv-last { background: linear-gradient(to top, var(--gold-2), var(--gold-light)); box-shadow: 0 6px 14px rgba(200,164,92,.4); }
.hv-bars > span:nth-child(2){animation-delay:.08s} .hv-bars > span:nth-child(3){animation-delay:.16s}
.hv-bars > span:nth-child(4){animation-delay:.24s} .hv-bars > span:nth-child(5){animation-delay:.32s}
.hv-bars > span:nth-child(6){animation-delay:.40s}
.hv-pop {
  position: absolute; top: -26px; left: 50%; transform: translateX(-50%); font-family: var(--font-head);
  font-weight: 700; font-size: .72rem; color: var(--navy); background: #fff; padding: 3px 8px; border-radius: 7px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line); font-style: normal; white-space: nowrap;
}
.hv-pop::after { content: ""; position: absolute; bottom: -4px; left: 50%; transform: translateX(-50%) rotate(45deg); width: 7px; height: 7px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hv-days { display: flex; gap: 10px; margin-top: 8px; }
.hv-days i { flex: 1; text-align: center; font-family: var(--font-head); font-style: normal; font-size: .68rem; font-weight: 600; color: var(--muted); letter-spacing: .02em; }
.hv-days i:last-child { color: var(--gold-2); }

.hv-rows { margin-top: 14px; display: grid; gap: 11px; }
.hv-row { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: var(--body); }
.hv-row b { margin-left: auto; font-family: var(--font-head); color: var(--navy); }
.hv-ico { width: 26px; height: 26px; flex: none; border-radius: 8px; display: grid; place-items: center; background: rgba(200,164,92,.14); color: var(--gold-2); }
.hv-ico svg { width: 15px; height: 15px; }

/* Yüzen rozetler */
.hv-chip {
  position: absolute; display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.98);
  color: var(--navy); font-family: var(--font-head); font-weight: 600; font-size: .82rem;
  padding: 10px 14px; border-radius: 12px; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.6);
  animation: float 6s ease-in-out infinite;
}
.hv-chip span { width: 28px; height: 28px; flex: none; border-radius: 8px; display: grid; place-items: center; background: linear-gradient(135deg, var(--navy), var(--navy-deep)); color: var(--gold-light); }
.hv-chip span svg { width: 16px; height: 16px; }
.chip-1 { top: 40px; left: 0; animation-delay: .4s; }
.chip-2 { bottom: 54px; left: 24px; animation-delay: 1.5s; }

.hv-star { position: absolute; top: 8px; right: 90px; width: 34px; height: 34px; color: var(--gold-light); animation: twinkle 4s ease-in-out infinite; filter: drop-shadow(0 2px 8px rgba(227,201,138,.5)); }

/* ---------- Bölüm genel ---------- */
.section { padding: 96px 0; }
.section-alt { background: var(--bg-soft); }
.section-head { margin-bottom: 56px; }
.section-head.center { text-align: center; max-width: 730px; margin-left: auto; margin-right: auto; }
.eyebrow {
  display: inline-block; color: var(--gold-2); font-family: var(--font-head); font-weight: 700;
  font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 14px; position: relative;
}
.section-head.center .eyebrow::before,
.section-head.center .eyebrow::after { content: ""; position: absolute; top: 50%; width: 26px; height: 1px; background: var(--gold); opacity: .6; }
.section-head.center .eyebrow::before { right: calc(100% + 12px); }
.section-head.center .eyebrow::after { left: calc(100% + 12px); }
.section h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
.section-lead { margin-top: 16px; font-size: 1.06rem; color: var(--body); }

/* ---------- Hakkımızda ---------- */
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: center; }
.about-media { position: relative; }
.about-photo {
  aspect-ratio: 4/5; border-radius: 24px; overflow: hidden;
  background: var(--navy);
  display: grid; place-items: center; box-shadow: var(--shadow-lg);
  border: 1px solid rgba(227,201,138,.2); position: relative;
}
.about-photo img.about-logo { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }
.about-photo img:not(.about-logo) { width: 100%; height: 100%; object-fit: cover; }
.about-badge {
  position: absolute; right: -16px; bottom: 30px; background: var(--white); border-radius: 16px;
  padding: 16px 24px; box-shadow: var(--shadow-lg); text-align: center; border: 1px solid var(--line);
  border-bottom: 3px solid var(--gold);
}
.about-badge strong { display: block; font-family: var(--font-display); font-size: 1.5rem; color: var(--navy); }
.about-badge span { font-size: .76rem; color: var(--gold-2); letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }
.about-text h2 { margin-bottom: 20px; }
.about-text p { margin-bottom: 16px; }
.about-points { list-style: none; margin-top: 26px; display: grid; gap: 13px; }
.about-points li { display: flex; align-items: center; gap: 13px; font-weight: 500; color: var(--ink); }
.about-points span {
  width: 28px; height: 28px; flex: none; border-radius: 50%; background: rgba(200,164,92,.16);
  color: var(--gold-2); display: grid; place-items: center; font-size: .85rem; font-weight: 700;
}

/* ---------- Eğitim Koçluğu ---------- */
.coach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.coach-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px;
  box-shadow: var(--shadow-sm); transition: all .28s ease; position: relative; overflow: hidden;
}
.coach-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.coach-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(200,164,92,.4); }
.coach-card:hover::before { transform: scaleX(1); }
.coach-icon {
  display: grid; place-items: center; width: 56px; height: 56px; border-radius: 14px;
  background: linear-gradient(150deg, var(--bg-alt), #fff); border: 1px solid var(--line); color: var(--navy);
  margin-bottom: 16px; transition: all .3s ease;
}
.coach-icon svg { width: 27px; height: 27px; }
.coach-card:hover .coach-icon {
  background: linear-gradient(150deg, var(--navy), var(--navy-deep)); border-color: var(--navy);
  color: var(--gold-light); transform: rotate(-4deg) scale(1.05); box-shadow: var(--shadow-sm);
}
.coach-card h3 { font-size: 1.18rem; margin-bottom: 14px; color: var(--navy); }
.coach-card ul { list-style: none; display: grid; gap: 9px; }
.coach-card li { position: relative; padding-left: 20px; font-size: .95rem; }
.coach-card li::before { content: "›"; position: absolute; left: 4px; color: var(--gold-2); font-weight: 700; }

.premium {
  margin-top: 40px; border-radius: 24px; padding: 46px; color: #fff;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  display: grid; grid-template-columns: 1fr 1.15fr; gap: 38px; align-items: center;
  box-shadow: var(--shadow-lg); position: relative; overflow: hidden; border: 1px solid rgba(227,201,138,.18);
}
.premium::after { content: ""; position: absolute; right: -70px; top: -70px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(200,164,92,.4), transparent 70%); }
.premium-left h3 { color: #fff; font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; margin: 18px 0 10px; }
.premium-left p { color: #c4d0e2; margin-bottom: 24px; }
.premium-left .btn-primary { margin-right: 14px; }
.premium-note { font-size: .82rem; color: var(--gold-light); white-space: nowrap; }
.premium-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 22px; position: relative; z-index: 1; }
.premium-list li { display: flex; align-items: center; gap: 11px; color: #e9eef7; font-size: .95rem; }
.pl-check {
  width: 24px; height: 24px; flex: none; border-radius: 50%; display: grid; place-items: center;
  background: rgba(227,201,138,.16); border: 1px solid rgba(227,201,138,.4); color: var(--gold-light);
}
.pl-check svg { width: 13px; height: 13px; }

/* ---------- Hizmetler / Kategoriler ---------- */
.filter-bar { display: flex; flex-wrap: wrap; gap: 11px; justify-content: center; margin-bottom: 46px; }
.filter-btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 11px 22px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--white);
  color: var(--body); font-weight: 600; font-size: .9rem; cursor: pointer; font-family: var(--font-head);
  box-shadow: var(--shadow-sm); transition: transform .2s ease, border-color .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease;
}
.filter-btn::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--line); transition: all .2s ease; }
.filter-btn:hover { border-color: var(--gold); color: var(--gold-2); background: var(--bg-alt); transform: translateY(-2px); }
.filter-btn:hover::before { background: var(--gold); }
.filter-btn.active {
  background: linear-gradient(135deg, var(--navy), var(--navy-deep)); border-color: var(--navy); color: #fff;
  box-shadow: 0 10px 22px rgba(22,41,74,.24); transform: translateY(-1px);
}
.filter-btn.active::before { background: var(--gold-light); box-shadow: 0 0 0 3px rgba(227,201,138,.28); }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 30px;
  box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  display: flex; flex-direction: column; position: relative; overflow: hidden;
}
.service-card::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(420px 180px at 100% 0%, rgba(200,164,92,.10), transparent 70%);
  opacity: 0; transition: opacity .3s ease;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(200,164,92,.55); }
.service-card:hover::before { opacity: 1; }

.service-icon {
  width: 60px; height: 60px; flex: none; border-radius: 16px; display: grid; place-items: center;
  background: linear-gradient(150deg, var(--bg-alt), #fff); border: 1px solid var(--line); color: var(--navy);
  margin-bottom: 22px; transition: all .3s ease;
}
.service-icon svg { width: 28px; height: 28px; }
.service-card:hover .service-icon {
  background: linear-gradient(150deg, var(--navy), var(--navy-deep)); border-color: var(--navy);
  color: var(--gold-light); transform: rotate(-4deg) scale(1.05); box-shadow: var(--shadow-sm);
}
.service-card h3 { font-size: 1.18rem; color: var(--navy); margin-bottom: 10px; }
.service-card p.svc-desc { font-size: .95rem; margin-bottom: 20px; }

.service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding: 18px 0 0; border-top: 1px solid var(--line); }
.service-tag {
  font-family: var(--font-head); font-size: .76rem; font-weight: 600; padding: 5px 12px; border-radius: 8px;
  background: rgba(200,164,92,.10); color: var(--gold-2); border: 1px solid rgba(200,164,92,.22);
}
.service-link {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; font-family: var(--font-head);
  font-weight: 600; font-size: .9rem; color: var(--navy); transition: gap .25s ease, color .25s ease;
}
.service-link span { transition: transform .25s ease; }
.service-card:hover .service-link { color: var(--gold-2); gap: 11px; }

/* ===================== EĞİTİM AKORDEONU (36 başlık) ===================== */
.edu-list { max-width: 940px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }

.edu-item {
  background: var(--white); border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
  box-shadow: var(--shadow-sm); transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
.edu-item:hover { border-color: rgba(200,164,92,.45); }
.edu-item.open { border-color: rgba(200,164,92,.6); box-shadow: var(--shadow); }

.edu-head {
  width: 100%; display: flex; align-items: center; gap: 18px; padding: 18px 22px;
  background: none; border: 0; cursor: pointer; text-align: left; font-family: inherit; color: inherit;
}
.edu-no {
  font-family: var(--font-head); font-weight: 800; font-size: .8rem; line-height: 1;
  width: 30px; height: 30px; flex: none; display: grid; place-items: center; border-radius: 9px;
  color: var(--navy); background: rgba(200,164,92,.12); border: 1px solid rgba(200,164,92,.30); transition: all .3s ease;
}
.edu-ico {
  width: 46px; height: 46px; flex: none; border-radius: 13px; display: grid; place-items: center;
  background: linear-gradient(150deg, var(--bg-alt), #fff); border: 1px solid var(--line); color: var(--navy); transition: all .3s ease;
}
.edu-ico svg { width: 24px; height: 24px; }
.edu-head:hover .edu-ico, .edu-item.open .edu-ico {
  background: linear-gradient(150deg, var(--navy), var(--navy-deep)); border-color: var(--navy);
  color: var(--gold-light); transform: rotate(-4deg) scale(1.04);
}
.edu-item.open .edu-no { background: var(--navy); color: var(--gold-light); border-color: var(--navy); }

.edu-titles { display: flex; flex-direction: column; gap: 3px; flex: 1 1 auto; min-width: 0; }
.edu-title { font-family: var(--font-head); font-weight: 700; font-size: 1.06rem; color: var(--navy); line-height: 1.3; }
.edu-desc { font-size: .86rem; color: var(--muted); line-height: 1.4; }

.edu-count {
  flex: none; font-family: var(--font-head); font-size: .74rem; font-weight: 600; white-space: nowrap;
  color: var(--gold-2); background: rgba(200,164,92,.10); border: 1px solid rgba(200,164,92,.22); padding: 5px 11px; border-radius: 20px;
}
.edu-chev { flex: none; color: var(--navy); display: grid; place-items: center; transition: transform .3s ease, color .3s ease; }
.edu-chev svg { width: 20px; height: 20px; }
.edu-item.open .edu-chev { transform: rotate(180deg); color: var(--gold-2); }

.edu-panel { max-height: 0; overflow: hidden; transition: max-height .38s ease; }
.edu-panel-inner { padding: 2px 22px 22px 22px; }

.edu-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.edu-tag {
  font-family: var(--font-head); font-size: .78rem; font-weight: 600; padding: 6px 13px; border-radius: 9px;
  background: rgba(200,164,92,.10); color: var(--gold-2); border: 1px solid rgba(200,164,92,.22);
}
.edu-sec + .edu-sec { margin-top: 16px; }
.edu-sec-title {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px;
  font-family: var(--font-head); font-weight: 700; font-size: .82rem; color: var(--navy);
}
.edu-sec-title::before { content: ""; width: 15px; height: 2px; border-radius: 2px; background: var(--gold); }

.edu-link {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; font-family: var(--font-head);
  font-weight: 600; font-size: .9rem; color: var(--navy); transition: gap .25s ease, color .25s ease;
}
.edu-link span { transition: transform .25s ease; }
.edu-link:hover { color: var(--gold-2); gap: 11px; }

/* ---------- Yorumlar ---------- */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 30px; box-shadow: var(--shadow-sm); position: relative; }
.testi::before { content: "\201C"; position: absolute; top: 12px; right: 24px; font-family: var(--font-display); font-size: 4rem; color: var(--gold); opacity: .22; line-height: 1; }
.stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 16px; }
.testi blockquote { font-size: 1.02rem; color: var(--ink); font-style: italic; font-family: var(--font-display); line-height: 1.55; margin-bottom: 20px; }
.testi figcaption strong { font-family: var(--font-head); color: var(--navy); display: block; }
.testi figcaption span { font-size: .85rem; color: var(--muted); }

/* ---------- SSS ---------- */
.faq { display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); overflow: hidden; transition: box-shadow .2s, border-color .2s; }
.faq-item.open { box-shadow: var(--shadow-sm); border-color: rgba(200,164,92,.45); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 21px 24px; font-family: var(--font-head); font-weight: 600; font-size: 1.04rem; color: var(--navy);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-icon { flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--bg-alt); color: var(--gold-2); display: grid; place-items: center; font-size: 1.3rem; transition: transform .25s, background .25s, color .25s; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--gold); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 24px 22px; color: var(--body); }

/* ---------- İletişim ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: start; }
.contact-info h2 { margin-bottom: 16px; }
.contact-list { list-style: none; margin: 28px 0; display: grid; gap: 18px; }
.contact-list li { display: flex; gap: 15px; align-items: flex-start; }
.ci-icon { width: 46px; height: 46px; flex: none; border-radius: 12px; background: var(--white); border: 1px solid var(--line); display: grid; place-items: center; font-size: 1.2rem; box-shadow: var(--shadow-sm); }
.contact-list strong { color: var(--navy); font-family: var(--font-head); }
.contact-list a:hover { color: var(--gold-2); }
.socials { display: flex; gap: 10px; flex-wrap: wrap; }
.socials a { padding: 9px 17px; border-radius: 999px; border: 1.5px solid var(--line); font-family: var(--font-head); font-weight: 600; font-size: .88rem; background: var(--white); transition: all .2s; }
.socials a:hover { border-color: var(--gold); color: var(--gold-2); }

.contact-form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); border-top: 3px solid var(--gold); }
.contact-form label { display: block; font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--navy); margin-bottom: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; margin-top: 7px; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 10px;
  font-family: var(--font-body); font-size: .95rem; color: var(--ink); background: var(--bg-soft); transition: all .18s;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(200,164,92,.16);
}
.contact-form textarea { resize: vertical; }
.form-note { margin-top: 14px; padding: 13px 16px; border-radius: 10px; background: rgba(200,164,92,.14); color: var(--gold-2); font-weight: 600; font-size: .92rem; border: 1px solid rgba(200,164,92,.3); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: #b9c5d8; padding: 56px 0 32px; position: relative; }
.site-footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.footer-inner { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand .brand-mark { width: 60px; height: 60px; }
.footer-brand strong { display: block; color: #fff; font-family: var(--font-display); font-size: 1.2rem; }
.footer-brand small { color: var(--gold-light); font-size: .85rem; }
.footer-nav { display: flex; gap: 22px; flex-wrap: wrap; font-family: var(--font-head); }
.footer-nav a { transition: color .2s; }
.footer-nav a:hover { color: var(--gold-light); }
.footer-copy { width: 100%; text-align: center; padding-top: 26px; margin-top: 14px; border-top: 1px solid rgba(255,255,255,.08); font-size: .88rem; color: #7f8ea6; }

/* ---------- WhatsApp FAB ---------- */
.whatsapp-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 58px; height: 58px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: var(--navy);
  display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35);
  box-shadow: var(--gold-glow); transition: transform .2s, box-shadow .2s;
}
.whatsapp-fab svg { width: 30px; height: 30px; }
.whatsapp-fab:hover { transform: scale(1.08); box-shadow: 0 14px 32px rgba(200,164,92,.5); }

/* ---------- Reveal animasyonu ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-media { max-width: 360px; }
  .coach-grid, .services-grid, .testimonials { grid-template-columns: repeat(2, 1fr); }
  .premium { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 680px) {
  .nav {
    position: fixed; inset: 90px 0 auto 0; flex-direction: column; align-items: stretch; gap: 4px;
    background: #fff; padding: 16px; box-shadow: var(--shadow); border-bottom: 1px solid var(--line);
    transform: translateY(-130%); transition: transform .3s ease; z-index: 99;
  }
  .nav.open { transform: translateY(0); }
  .nav a { padding: 13px 16px; }
  .nav .nav-cta { text-align: center; margin: 6px 0 0; }
  .nav-toggle { display: flex; }
  .section { padding: 68px 0; }
  .coach-grid, .services-grid, .testimonials, .premium-list, .form-row { grid-template-columns: 1fr; }
  .hero-stats { gap: 24px; }
  .footer-inner { flex-direction: column; text-align: center; }

  /* Eğitim akordeonu — mobil sadeleştirme */
  .edu-head { gap: 13px; padding: 15px 16px; }
  .edu-ico { width: 40px; height: 40px; border-radius: 11px; }
  .edu-ico svg { width: 21px; height: 21px; }
  .edu-title { font-size: .98rem; }
  .edu-desc { display: none; }
  .edu-count { display: none; }
  .edu-panel-inner { padding: 2px 16px 18px 16px; }
}

/* ============================================================
   BLOG
   ============================================================ */
.page-hero {
  position: relative; overflow: hidden; color: #fff; text-align: center; padding: 84px 24px 76px;
  background:
    radial-gradient(800px 400px at 50% -10%, rgba(193,154,73,.22) 0%, transparent 60%),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  background-color: var(--navy-deep);
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(230,205,143,.10) 1px, transparent 1px);
  background-size: 26px 26px; opacity: .5; pointer-events: none;
}
.page-hero .eyebrow { color: var(--gold-light); }
.page-hero h1 { position: relative; color: #fff; font-size: clamp(2.1rem, 4.4vw, 3rem); }
.page-hero p { position: relative; margin: 16px auto 0; max-width: 580px; color: #c4d0e2; font-size: 1.06rem; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card {
  display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.blog-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(193,154,73,.5); }
.blog-cover {
  position: relative; aspect-ratio: 16/9; display: grid; place-items: center; color: var(--gold-light);
  background: linear-gradient(150deg, var(--navy), var(--navy-deep)); overflow: hidden;
}
.blog-cover::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(230,205,143,.12) 1px, transparent 1px); background-size: 20px 20px; opacity: .6;
}
.blog-cover svg { width: 54px; height: 54px; position: relative; z-index: 1; }
.blog-cat {
  position: absolute; top: 14px; left: 14px; z-index: 2; font-family: var(--font-head); font-weight: 600;
  font-size: .72rem; letter-spacing: .04em; padding: 5px 11px; border-radius: 999px;
  background: rgba(255,255,255,.95); color: var(--navy);
}
.blog-body { padding: 24px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.blog-body h3 { font-size: 1.2rem; color: var(--navy); line-height: 1.3; margin-bottom: 10px; }
.blog-body h3 a:hover { color: var(--gold-2); }
.blog-excerpt { font-size: .94rem; color: var(--body); margin-bottom: 18px; }
.blog-meta { display: flex; align-items: center; gap: 10px; font-size: .82rem; color: var(--muted); margin-top: auto; }
.blog-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.blog-readlink {
  margin-top: 16px; display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-head);
  font-weight: 600; font-size: .9rem; color: var(--navy); transition: gap .25s ease, color .25s ease;
}
.blog-readlink span { transition: transform .25s ease; }
.blog-card:hover .blog-readlink { color: var(--gold-2); gap: 11px; }

/* --- Tekil yazı (article) --- */
.article { padding: 0 0 96px; }
.article-head { max-width: 760px; margin: 0 auto; padding: 56px 24px 0; text-align: center; }
.article-head .blog-cat { position: static; display: inline-block; background: rgba(193,154,73,.12); color: var(--gold-2); border: 1px solid rgba(193,154,73,.3); margin-bottom: 18px; }
.article-head h1 { font-size: clamp(1.9rem, 3.8vw, 2.7rem); color: var(--navy); line-height: 1.18; }
.article-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 18px; font-size: .9rem; color: var(--muted); }
.article-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); align-self: center; }
.article-cover {
  max-width: 920px; margin: 40px auto 0; aspect-ratio: 21/8; border-radius: 22px; overflow: hidden;
  display: grid; place-items: center; color: var(--gold-light); position: relative;
  background: linear-gradient(150deg, var(--navy), var(--navy-deep)); box-shadow: var(--shadow);
}
.article-cover::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(230,205,143,.12) 1px, transparent 1px); background-size: 24px 24px; opacity: .55; }
.article-cover svg { width: 72px; height: 72px; position: relative; z-index: 1; }
.prose { max-width: 740px; margin: 48px auto 0; padding: 0 24px; }
.prose p { margin-bottom: 20px; font-size: 1.06rem; line-height: 1.8; color: var(--body); }
.prose h2 { font-family: var(--font-display); font-size: 1.6rem; color: var(--navy); margin: 40px 0 16px; }
.prose h3 { font-size: 1.2rem; color: var(--navy); margin: 28px 0 12px; }
.prose ul { margin: 0 0 22px; padding-left: 4px; list-style: none; display: grid; gap: 11px; }
.prose ul li { position: relative; padding-left: 30px; font-size: 1.04rem; color: var(--body); }
.prose ul li::before {
  content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%;
  background: rgba(193,154,73,.14); color: var(--gold-2); font-size: .72rem; font-weight: 700; display: grid; place-items: center;
}
.prose blockquote {
  margin: 28px 0; padding: 20px 26px; border-left: 4px solid var(--gold); background: var(--bg-soft);
  border-radius: 0 12px 12px 0; font-family: var(--font-display); font-style: italic; font-size: 1.12rem; color: var(--navy);
}
.prose strong { color: var(--navy); }
.article-cta {
  max-width: 740px; margin: 48px auto 0; padding: 34px; border-radius: 20px; text-align: center; color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--navy-deep)); box-shadow: var(--shadow);
}
.article-cta h3 { color: #fff; font-family: var(--font-display); font-size: 1.5rem; margin-bottom: 8px; }
.article-cta p { color: #c4d0e2; margin-bottom: 20px; }
.article-back { max-width: 740px; margin: 36px auto 0; padding: 0 24px; }
.article-back a { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 600; color: var(--gold-2); }
.article-back a:hover { color: var(--navy); }

@media (max-width: 960px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .blog-grid { grid-template-columns: 1fr; } }
