/* ==========================================================================
   fizik-tedavi.net — Physio Balance (fizik tedavi)
   Tasarım sistemi: marka turuncusu (ana) + krem + espresso koyu yüzey
   ========================================================================== */

:root {
  /* Klinik teal ana (Physio Balance) + turuncu vurgu (logo) + açık zemin */
  --green-900: #0c5460;   /* koyu teal — footer / CTA / side-cta blok */
  --green-800: #0a4550;
  --green-700: #0e7490;   /* ana renk (başlık/nav) — klinik teal */
  --green-600: #1592ab;
  --green-500: #35b0c4;
  --green-100: #d7edf1;   /* açık teal tint (ikon zemini) */
  --green-50:  #eff8fa;

  --orange:    #e35f21;   /* marka vurgusu (logo turuncusu) */
  --orange-600:#c94e15;
  --orange-100:#fdece2;

  --cream:     #f5fafb;
  --sand:      #e7f2f4;

  --ink:       #0c353d;
  --body:      #3f5158;
  --muted:     #6a7b82;
  --line:      #dae8ea;
  --white:     #ffffff;

  --wa:        #25d366;

  --primary:      var(--green-700);
  --primary-dark: var(--green-900);
  --accent:       var(--orange);

  --radius:    16px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 3px rgba(10,54,64,.06), 0 1px 2px rgba(10,54,64,.08);
  --shadow:    0 10px 30px -12px rgba(10,54,64,.20);
  --shadow-lg: 0 24px 60px -20px rgba(10,54,64,.28);

  --container: 1180px;
  --font-head: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--body);
  background: var(--cream);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; transition: color .2s; }
a:hover { color: var(--accent); }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.2; font-weight: 700; }
ul { padding-left: 1.1rem; }

.container { max-width: var(--container); margin-inline: auto; padding-inline: 20px; }
.section { padding: 72px 0; }
.section--tight { padding: 52px 0; }
.bg-cream { background: var(--cream); }
.bg-sand  { background: var(--sand); }
.bg-green { background: var(--green-900); color: #fff; }
.bg-white { background: var(--white); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 600; font-size: .82rem;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--accent); border-radius: 2px; }

.section-title { font-size: clamp(1.7rem, 3.2vw, 2.5rem); margin-bottom: 14px; }
.section-lead { color: var(--muted); max-width: 620px; font-size: 1.05rem; }
.center { text-align: center; }
.center .section-lead { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-head); font-weight: 600; font-size: 1rem;
  padding: 14px 26px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .15s, box-shadow .2s, background .2s, color .2s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 10px 24px -8px rgba(14,116,144,.55); }
.btn-primary:hover { background: var(--green-800); color: #fff; }
.btn-green { background: #e35f21; color: #fff; }
.btn-green:hover { background: #c94e15; color: #fff; }
.btn-ghost { background: transparent; color: var(--primary); border-color: rgba(14,116,144,.30); }
.btn-ghost:hover { border-color: var(--primary); background: var(--green-50); color: var(--primary); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #1fbe5b; color: #fff; }
.btn-white { background: #fff; color: var(--accent); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-outline-white:hover { background: #fff; color: var(--accent); border-color: #fff; }
.btn-lg { padding: 16px 32px; font-size: 1.06rem; }
@media (max-width: 480px){
  .btn { white-space: normal; max-width: 100%; }
  .btn-lg { padding: 15px 24px; font-size: 1rem; }
  .header__cta .btn { white-space: nowrap; padding: 10px 16px; font-size: .9rem; }
}

/* ---------- Top bar ---------- */
.topbar {
  background: #0c5460; color: rgba(255,255,255,.92); font-size: .86rem;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 42px; }
.topbar a { color: #ffffff; font-weight: 500; }
.topbar a:hover { color: #fff; }
.topbar__meta { display: flex; gap: 20px; align-items: center; }
.topbar__meta span { display: inline-flex; align-items: center; gap: 7px; }
.topbar__phones { display: flex; gap: 16px; align-items: center; font-family: var(--font-head); font-weight: 600; }
.topbar__phones a { display: inline-flex; align-items: center; gap: 6px; line-height: 1; }
.topbar svg { width: 15px; height: 15px; flex: 0 0 auto; }
@media (max-width: 780px){ .topbar__meta { display: none; } .topbar .container { justify-content: center; } }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
  transition: box-shadow .25s;
}
.header.scrolled { box-shadow: var(--shadow-sm); }
.header .container { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--font-head); font-weight: 700; color: var(--ink); font-size: 1.16rem; }
.brand__img { height: 50px; width: auto; display: block; }
@media (max-width: 420px){ .brand__img { height: 40px; } }
.brand__logo { width: 46px; height: 46px; flex: 0 0 auto; }
.brand small { display: block; font-size: .68rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a { font-family: var(--font-head); font-weight: 500; color: var(--ink); padding: 9px 14px; border-radius: 8px; font-size: .98rem; }
.nav a:hover, .nav a.active { color: #fff; background: var(--primary); }
.header__cta { display: flex; align-items: center; gap: 10px; }

.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: #fff; border-radius: 10px; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content:""; display:block; width: 22px; height: 2px; background: var(--ink); position: relative; transition: .25s; }
.nav-toggle span::before { position: absolute; top: -7px; }
.nav-toggle span::after  { position: absolute; top: 7px; }
body.nav-open .nav-toggle span { background: transparent; }
body.nav-open .nav-toggle span::before { top: 0; transform: rotate(45deg); }
body.nav-open .nav-toggle span::after  { top: 0; transform: rotate(-45deg); }

@media (max-width: 980px){
  .nav-toggle { display: flex; }
  .header__cta .btn-ghost { display: none; }
  .header__cta .btn-primary { padding: 11px 18px; font-size: .95rem; }
  .nav {
    position: fixed; inset: 116px 0 auto 0; flex-direction: column; align-items: stretch;
    background: #fff; padding: 14px 20px 24px; gap: 2px; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); transform: translateY(-140%); transition: transform .3s; z-index: 40;
  }
  body.nav-open .nav { transform: translateY(0); }
  .nav a { padding: 13px 12px; border-radius: 10px; }
}

/* ---------- Hero (açık zemin) ---------- */
.hero { position: relative; background: linear-gradient(160deg, #f7f6f1 0%, #e9f0ea 100%); color: var(--body); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: start; padding: 56px 0 72px; }
.hero__content { position: relative; z-index: 2; }
.hero h1 { color: var(--green-700); font-size: clamp(2rem, 4.6vw, 3.35rem); line-height: 1.1; letter-spacing: -.01em; }
.hero h1 .accent { color: var(--accent); }
.hero__lead { color: var(--body); font-size: 1.14rem; margin: 20px 0 28px; max-width: 540px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 22px; padding-top: 26px; border-top: 1px solid rgba(20,54,34,.12); }
.hero__trust div { display: flex; flex-direction: column; }
.hero__trust b { font-family: var(--font-head); font-size: 1.5rem; color: var(--green-700); }
.hero__trust span { color: var(--muted); font-size: .84rem; }
.hero__media { position: relative; z-index: 2; }
.hero__media img { border-radius: 22px; box-shadow: var(--shadow-lg); aspect-ratio: 4/4.5; object-fit: cover; width: 100%; }
.hero__slider { position: relative; }
.hero__slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
.hero__slide.is-active { position: relative; opacity: 1; }
.hero__cert { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 12px 18px; box-shadow: var(--shadow-sm); margin-top: 4px; }
.hero__cert-media { position: relative; display: inline-flex; flex: 0 0 auto; border-radius: 8px; overflow: hidden; }
.hero__cert-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.85) 50%, transparent 70%); transform: translateX(-160%); animation: certShine 4.5s ease-in-out infinite; pointer-events: none; }
.hero__cert img { display: block; width: 72px; height: auto; border-radius: 8px; cursor: zoom-in; box-shadow: 0 0 0 0 rgba(227,95,33,.55); animation: certGlow 2.6s ease-in-out infinite; transition: transform .2s; }
.hero__cert img:hover { transform: scale(1.06); animation-play-state: paused; box-shadow: 0 8px 22px -6px rgba(227,95,33,.55); }
@keyframes certGlow {
  0%   { box-shadow: 0 0 0 0 rgba(227,95,33,.50), 0 1px 4px rgba(20,54,34,.12); }
  55%  { box-shadow: 0 0 0 7px rgba(227,95,33,0), 0 4px 14px rgba(227,95,33,.28); }
  100% { box-shadow: 0 0 0 0 rgba(227,95,33,0), 0 1px 4px rgba(20,54,34,.12); }
}
@keyframes certShine {
  0%, 62%  { transform: translateX(-160%); }
  80%, 100% { transform: translateX(160%); }
}
@media (prefers-reduced-motion: reduce) {
  .hero__cert img { animation: none; }
  .hero__cert-media::after { animation: none; display: none; }
}
.hero__cert-text { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.hero__cert b { font-family: var(--font-head); font-size: 1.12rem; color: var(--ink); line-height: 1.2; }
.hero__cert span { font-size: .95rem; color: var(--muted); }
@media (max-width: 560px){ .hero__cert { padding: 11px 14px; gap: 12px; } .hero__cert img { width: 64px; } .hero__cert b { font-size: 1rem; } .hero__cert span { font-size: .88rem; } }

/* Resim buyutme (lightbox) */
.zoom-overlay { position: fixed; inset: 0; background: rgba(16,30,20,.86); display: grid; place-items: center; z-index: 200; opacity: 0; transition: opacity .25s; cursor: zoom-out; padding: 24px; }
.zoom-overlay.open { opacity: 1; }
.zoom-overlay img { max-width: 92vw; max-height: 90vh; border-radius: 10px; box-shadow: 0 24px 70px rgba(0,0,0,.55); }
.hero__badge {
  position: absolute; bottom: -22px; left: -22px; background: #fff; color: var(--ink);
  border-radius: 16px; padding: 14px 18px; box-shadow: var(--shadow); display: flex; gap: 12px; align-items: center; max-width: 260px;
}
.hero__badge .ic { width: 44px; height: 44px; background: var(--green-50); border-radius: 12px; display: grid; place-items: center; color: var(--primary); flex: 0 0 auto; }
.hero__badge-img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; box-shadow: 0 0 0 3px var(--green-50); }
.hero__badge-belge { width: 62px; height: auto; border-radius: 7px; flex: 0 0 auto; box-shadow: 0 2px 8px rgba(20,54,34,.20); }
.hero__badge b { font-family: var(--font-head); display: block; font-size: .96rem; color: var(--ink); }
.hero__badge span { font-size: .8rem; color: var(--muted); }
.hero::after { content:""; position: absolute; right: -180px; top: -120px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(227,95,33,.10), transparent 62%); pointer-events: none; }
.hero::before { content:""; position: absolute; left: -140px; bottom: -160px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(30,77,43,.09), transparent 62%); pointer-events: none; }
@media (max-width: 900px){
  .hero__grid { grid-template-columns: 1fr; gap: 40px; padding: 52px 0 64px; }
  .hero__media { max-width: 480px; }
  .hero__badge { left: 10px; }
}

/* ---------- Trust strip ---------- */
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-strip .container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; padding-block: 22px; }
.trust-strip__item { display: flex; align-items: center; gap: 12px; }
.trust-strip__item .ic { width: 40px; height: 40px; color: var(--accent); background: var(--orange-100); border-radius: 10px; display: grid; place-items: center; flex: 0 0 auto; }
.trust-strip__item b { font-family: var(--font-head); font-size: .96rem; color: var(--ink); display: block; }
.trust-strip__item span { font-size: .82rem; color: var(--muted); }

/* ---------- Slogan band (turuncu) ---------- */
.slogan-band { background: linear-gradient(135deg, #0e7490 0%, #0c5460 100%); }
.slogan-band .container { padding-block: 30px; }
.slogan-band__text { margin: 0; text-align: center; color: #fff; font-family: var(--font-head); font-weight: 700; font-size: clamp(1.05rem, 2vw, 1.5rem); line-height: 1.3; letter-spacing: -.01em; text-wrap: balance; }

/* ---------- Services grid ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px){ .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .svc-grid { grid-template-columns: 1fr; } }
.svc-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; transition: transform .2s, box-shadow .2s, border-color .2s; position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}
.svc-card::before { content:""; position: absolute; left: 0; top: 0; height: 3px; width: 0; background: var(--accent); transition: width .3s; }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.svc-card:hover::before { width: 100%; }
.svc-card .ic { width: 52px; height: 52px; border-radius: 13px; background: var(--green-50); color: var(--primary); display: grid; place-items: center; margin-bottom: 16px; }
.svc-card__head { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.svc-card__head h3 { margin: 0; }
.svc-card__img { width: 66px; height: 66px; border-radius: 50%; overflow: hidden; flex: 0 0 auto; background: var(--green-50); box-shadow: 0 2px 10px rgba(20,54,34,.14); display: grid; place-items: center; transition: transform .25s; }
.svc-card__img img { width: 100%; height: 100%; object-fit: cover; }
.svc-card:hover .svc-card__img { transform: scale(1.06); }
.svc-card h3 { font-size: 1.16rem; margin-bottom: 8px; }
.svc-card p { color: var(--muted); font-size: .95rem; margin-bottom: 14px; }
.svc-card .more { font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--accent); display: inline-flex; align-items: center; gap: 6px; margin-top: auto; }
.svc-card .more svg { transition: transform .2s; }
.svc-card:hover .more svg { transform: translateX(4px); }

/* ---------- Feature / why-us ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.split--top { align-items: start; }
@media (max-width: 880px){ .split { grid-template-columns: 1fr; gap: 36px; } }
.split__media img { border-radius: 20px; box-shadow: var(--shadow); width: 100%; aspect-ratio: 5/4; object-fit: cover; }
.split__media--portrait img { aspect-ratio: 731 / 1067; max-width: 440px; width: 100%; height: auto; display: block; margin-inline: auto; }
.feature-list { display: grid; gap: 18px; margin-top: 22px; }
.feature-list li { list-style: none; display: flex; gap: 14px; }
.feature-list .ic { width: 40px; height: 40px; flex: 0 0 auto; border-radius: 10px; background: var(--orange-100); color: var(--accent); display: grid; place-items: center; }
.feature-list b { font-family: var(--font-head); color: var(--ink); display: block; margin-bottom: 2px; }
.feature-list p { color: var(--muted); font-size: .95rem; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
@media (max-width: 880px){ .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px){ .steps { grid-template-columns: 1fr; } }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 22px; position: relative; }
.step::before { counter-increment: step; content: "0" counter(step); font-family: var(--font-head); font-weight: 700; font-size: 2.2rem; color: var(--green-100); position: absolute; top: 14px; right: 18px; }
.step .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--accent); color: #fff; display: grid; place-items: center; margin-bottom: 14px; }
.step h3 { font-size: 1.08rem; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: .92rem; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, #1592ab, #0c5460); color: #fff; border-radius: var(--radius); padding: 44px; display: flex; align-items: center; justify-content: space-between; gap: 30px; position: relative; overflow: hidden; }
.cta-band::after { content:""; position:absolute; right:-80px; top:-80px; width:280px; height:280px; background: radial-gradient(circle, rgba(227,95,33,.35), transparent 60%); }
.cta-band h2 { color: #fff; font-size: clamp(1.2rem, 2.4vw, 1.6rem); position: relative; }
.cta-band p { color: rgba(255,255,255,.92); margin-top: 8px; position: relative; }
.cta-band__actions { display: flex; gap: 14px; flex-wrap: wrap; position: relative; }
@media (max-width: 780px){ .cta-band { flex-direction: column; text-align: center; align-items: stretch; } .cta-band__actions { justify-content: center; } }

/* ---------- District coverage ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chips a { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; font-size: .92rem; font-weight: 500; color: var(--ink); font-family: var(--font-head); }
.chips a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 18px 22px; font-family: var(--font-head); font-weight: 600; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--accent); transition: transform .2s; flex: 0 0 auto; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 22px 20px; color: var(--body); }
/* FAQ — 2 sütun kompakt (zengin hizmet sayfası) */
.faq--grid2 summary { font-size: .96rem; padding: 15px 18px; }
.faq--grid2 details p { padding: 0 18px 16px; font-size: .93rem; }
@media (min-width: 760px){
  .faq--grid2 { display: block; max-width: 980px; column-count: 2; column-gap: 16px; }
  .faq--grid2 details { break-inside: avoid; margin-bottom: 14px; }
}

/* ---------- Zengin hizmet sayfası bileşenleri ---------- */
.svc-intro { display: grid; grid-template-columns: 1.4fr .6fr; gap: 48px; align-items: center; }
.svc-intro__text > * + * { margin-top: 16px; }
.svc-intro__media { display: flex; justify-content: center; }
.svc-spine { width: 100%; max-width: 250px; height: auto; }
.svc-intro__photo { width: 100%; max-width: 340px; border-radius: 20px; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3.1; object-fit: cover; }
@media (max-width: 860px){ .svc-intro { grid-template-columns: 1fr; gap: 28px; } .svc-intro__media { order: -1; } .svc-spine { max-width: 200px; } }

.stat-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 46px; }
@media (max-width: 720px){ .stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 18px; text-align: center; box-shadow: var(--shadow-sm); }
.stat b { display: block; font-family: var(--font-head); font-size: 1.7rem; color: var(--accent); line-height: 1.1; overflow-wrap: anywhere; }
.stat span { display: block; margin-top: 8px; color: var(--muted); font-size: .88rem; line-height: 1.4; }

.svc-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px){ .svc-features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .svc-features { grid-template-columns: 1fr; } }
.svc-feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.svc-feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.svc-feature .ic { width: 48px; height: 48px; border-radius: 12px; background: var(--orange-100); color: var(--accent); display: grid; place-items: center; margin-bottom: 14px; }
.svc-feature h3 { font-size: 1.06rem; margin-bottom: 6px; }
.svc-feature p { color: var(--muted); font-size: .93rem; }

.callout--warn { background: #fff4ec; border-left-color: var(--accent); }
.callout--warn strong { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); }
.callout--warn strong svg { width: 20px; height: 20px; color: var(--accent); flex: 0 0 auto; }
.callout--warn p { margin-top: 8px; color: var(--body); font-size: .95rem; }
/* Okunabilir metin kolonu (ilçe/mahalle hub) */
.prose { max-width: 760px; margin-inline: auto; }
.prose > * + * { margin-top: 16px; }
.prose p { color: var(--body); }
.prose .lead { font-size: 1.12rem; color: var(--ink); }

/* ---------- Breadcrumb ---------- */
.breadcrumb { background: var(--green-50); border-bottom: 1px solid var(--line); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 14px 0; font-size: .88rem; color: var(--muted); }
.breadcrumb li { display: flex; align-items: center; gap: 8px; }
.breadcrumb li:not(:last-child)::after { content: "/"; color: var(--line); }
.breadcrumb a { color: var(--primary); font-weight: 500; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { background: linear-gradient(160deg, #f3f8f4, #e5f0e9); color: var(--body); padding: 54px 0 60px; position: relative; overflow: hidden; }
.page-hero::after { content:""; position:absolute; right:-120px; top:-100px; width:400px; height:400px; background: radial-gradient(circle, rgba(227,95,33,.12), transparent 62%); }
.page-hero h1 { color: var(--green-700); font-size: clamp(1.8rem, 4vw, 2.8rem); position: relative; max-width: 780px; }
.page-hero--tight h1 { font-size: clamp(1.5rem, 3.2vw, 2.4rem); max-width: none; white-space: nowrap; }
@media (max-width: 560px){ .page-hero--tight h1 { white-space: normal; } }
.page-hero p { color: var(--body); margin-top: 14px; max-width: 640px; font-size: 1.08rem; position: relative; }
.page-hero .badge-line { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 12px; position: relative; }
.page-hero .badge-line span { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); color: var(--ink); padding: 8px 15px; border-radius: 999px; font-size: .86rem; }
.page-hero__banner { display: block; width: 100%; height: auto; margin-top: 28px; border-radius: 20px; box-shadow: var(--shadow-lg); position: relative; z-index: 2; }
.page-hero--split .page-hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; }
.page-hero--split .page-hero__media { position: relative; z-index: 2; }
.page-hero--split .page-hero__media img { width: 100%; border-radius: 20px; box-shadow: var(--shadow-lg); aspect-ratio: 4/3.1; object-fit: cover; }
.page-hero--split .ph-slider { position: relative; border-radius: 22px; overflow: hidden; border: 5px solid #fff; box-shadow: 0 22px 50px -14px rgba(20,54,34,.5); }
.page-hero--split .ph-slider::after { content:""; position: absolute; inset: 0; border-radius: 18px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); pointer-events: none; }
.page-hero--split .ph-slider img { border-radius: 0; box-shadow: none; aspect-ratio: 4/3.1; }
@media (max-width: 860px){ .page-hero--split .page-hero__grid { grid-template-columns: 1fr; gap: 30px; } .page-hero--split .page-hero__media { display: none; } }
.page-hero__media--round { display: flex; justify-content: center; align-items: center; }
.page-hero__badge { width: 220px; height: 220px; border-radius: 50%; overflow: hidden; background: #fff; box-shadow: 0 18px 44px -12px rgba(20,54,34,.4); border: 6px solid rgba(255,255,255,.7); display: grid; place-items: center; }
.page-hero__badge img { width: 100%; height: 100%; object-fit: cover; }
/* Hizmet gorseli (PNG) yoksa: acik yesil zeminde marka renginde SVG ikon */
.page-hero__badge--icon { background: var(--green-100); color: var(--green-700); }
.page-hero__badge--icon svg { width: 120px; height: 120px; }

/* ---------- Article (service/district content) ---------- */
.layout { display: grid; grid-template-columns: 1fr 320px; gap: 44px; align-items: start; }
@media (max-width: 960px){ .layout { grid-template-columns: 1fr; } }
.article > * + * { margin-top: 18px; }
.article h2 { font-size: 1.5rem; margin-top: 12px; }
.article h3 { font-size: 1.2rem; margin-top: 8px; }
.article p { color: var(--body); }
.article ul { display: grid; gap: 8px; }
.article ul li::marker { color: var(--accent); }
.article .lead { font-size: 1.14rem; color: var(--ink); }
.article img { border-radius: var(--radius); box-shadow: var(--shadow-sm); margin-block: 8px; }
.callout { background: var(--green-50); border-left: 4px solid var(--accent); border-radius: var(--radius-sm); padding: 18px 22px; }
.info-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
@media (max-width: 560px){ .info-cards { grid-template-columns: 1fr; } }
.info-cards .box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.info-cards .box .box__head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.info-cards .box .box__head b { font-size: 1.02rem; }
.info-cards .box .ic { color: var(--accent); line-height: 0; }
.info-cards .box .ic--wa { color: #25D366; }

/* Sidebar */
.sidebar { position: sticky; top: 96px; display: grid; gap: 20px; }
.side-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.side-card--cta { background: var(--green-900); color: #fff; border-color: var(--green-900); }
.side-card--cta h3 { color: #fff; }
.side-card--cta p { color: rgba(255,255,255,.92); font-size: .92rem; margin: 8px 0 16px; }
.side-card h3 { font-size: 1.1rem; margin-bottom: 14px; }
.side-links { list-style: none; padding: 0; display: grid; gap: 2px; }
.side-links a { display: flex; align-items: center; gap: 8px; padding: 9px 10px; border-radius: 8px; font-size: .94rem; color: var(--ink); }
.side-links a::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex: 0 0 auto; }
.side-links a:hover { background: var(--green-50); color: var(--primary); }
.side-links a.active { background: var(--green-50); color: var(--primary); font-weight: 600; }

/* ---------- Footer ---------- */
.footer { background: var(--green-900); color: rgba(255,255,255,.9); padding-top: 60px; }
.footer a { color: #ffffff; }
.footer a:hover { color: #fff; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1.3fr; gap: 40px; padding-bottom: 44px; }
@media (max-width: 880px){ .footer__grid { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 520px){ .footer__grid { grid-template-columns: 1fr; } }
.footer h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.footer__brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer__brand b { font-family: var(--font-head); color: #fff; font-size: 1.15rem; }
.footer ul { list-style: none; padding: 0; display: grid; gap: 9px; font-size: .93rem; }
.footer__contact li { display: flex; gap: 10px; }
.footer__contact .ic { color: #ffffff; flex: 0 0 auto; margin-top: 3px; }
.footer__social { display: flex; gap: 10px; margin-top: 16px; }
.footer__social a { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; color: #fff; transition: transform .2s, box-shadow .2s, filter .2s; }
.footer__social a:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,.25); }
.footer__social a.ig { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.footer__social a.fb { background: #1877f2; }
.footer__social a.wa { background: #25d366; }
.footer__region { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-size: .93rem; font-weight: 600; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 10px; padding: 9px 14px; transition: background .2s; }
.footer__region:hover { background: rgba(255,255,255,.22); }
.footer__region .ic { display: inline-flex; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .85rem; }
.footer__bottom a { color: rgba(255,255,255,.82); }

/* ---------- Floating mobile action bar ---------- */
.mobile-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; display: none; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(16,51,29,.12); }
.mobile-bar a { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 9px 4px; font-family: var(--font-head); font-weight: 600; font-size: .74rem; color: var(--ink); }
.mobile-bar a .ic { width: 22px; height: 22px; }
.mobile-bar a.call { color: var(--accent); }
.mobile-bar a.wa { color: var(--wa); }
@media (max-width: 780px){ .mobile-bar { display: flex; } body { padding-bottom: 62px; } }

/* Floating actions (Ara + WhatsApp) — sağ alt */
.float-actions { position: fixed; right: 20px; bottom: 24px; z-index: 55; display: flex; flex-direction: column; gap: 12px; }
.float-btn { position: relative; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: #fff; box-shadow: 0 12px 28px -8px rgba(20,54,34,.45); transition: transform .15s; }
.float-btn:hover { color: #fff; transform: scale(1.06); }
.float-btn.call { background: var(--accent); }
.float-btn.wa { background: var(--wa); animation: waPulse 2.4s infinite; }
.float-btn .float-tip { position: absolute; right: 68px; top: 50%; transform: translateY(-50%); background: #0c353d; color: #fff; padding: 6px 12px; border-radius: 8px; font-size: .82rem; font-family: var(--font-head); font-weight: 600; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .2s; }
.float-btn:hover .float-tip { opacity: 1; }
@keyframes waPulse { 0%{ box-shadow: 0 0 0 0 rgba(37,211,102,.5);} 70%{ box-shadow: 0 0 0 16px rgba(37,211,102,0);} 100%{ box-shadow: 0 0 0 0 rgba(37,211,102,0);} }
@media (max-width: 780px){ .float-actions { display: none; } }

/* ---------- Utility ---------- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 720px){ .grid-2 { grid-template-columns: 1fr; } }
.mt-0 { margin-top: 0; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s, transform .6s; }
.reveal.in { opacity: 1; transform: none; }
html:not(.js) .reveal { opacity: 1 !important; transform: none !important; }

/* Açık hero/page-hero üzerinde eyebrow turuncu */
.hero .eyebrow, .page-hero .eyebrow { color: var(--accent) !important; }
.hero .eyebrow::before, .page-hero .eyebrow::before { background: var(--accent); }
