/* ========================================================
   Bakıcı Danışmanlık — Custom Stylesheet
   Palette: sage green + warm peach + cream + charcoal
   ======================================================== */

:root {
  --c-primary: #5B8C7A;
  --c-primary-dark: #3F6B5A;
  --c-primary-light: #E8F1ED;
  --c-accent: #E89B6F;
  --c-accent-dark: #C9783E;
  --c-warm: #FBF7F1;
  --c-cream: #FFFCF7;
  --c-ink: #1F2A2A;
  --c-ink-soft: #4A5757;
  --c-mute: #8A9494;
  --c-line: #E5E1D9;
  --c-white: #ffffff;
  --c-success: #2F7D5B;
  --c-danger: #B23A48;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;

  --shadow-sm: 0 1px 3px rgba(31, 42, 42, .06), 0 1px 2px rgba(31, 42, 42, .04);
  --shadow: 0 10px 30px rgba(31, 42, 42, .08);
  --shadow-lg: 0 24px 60px rgba(31, 42, 42, .14);

  --font-sans: 'Quicksand', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-serif: 'Quicksand', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --container: 1200px;
  --container-narrow: 900px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--c-ink);
  background: var(--c-cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-primary); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--c-primary-dark); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.18;
  color: var(--c-ink);
  margin: 0 0 .6em;
  letter-spacing: -0.015em;
}
h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.1rem; font-family: var(--font-sans); font-weight: 700; }

p { margin: 0 0 1em; }

.container { width: min(100% - 2rem, var(--container)); margin: 0 auto; }
.container-narrow { width: min(100% - 2rem, var(--container-narrow)); margin: 0 auto; }
.text-center { text-align: center; }
.mt-4 { margin-top: 2rem; } .mt-6 { margin-top: 3rem; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--c-primary); color: white; padding: .6rem 1rem; z-index: 999;
}
.skip-link:focus { left: 1rem; top: 1rem; }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .75rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform .2s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-sm { padding: .55rem 1.1rem; font-size: .88rem; }
.btn-lg { padding: 1rem 1.8rem; font-size: 1rem; }
.btn-primary { background: var(--c-primary); color: white; }
.btn-primary:hover { background: var(--c-primary-dark); color: white; box-shadow: var(--shadow); }
.btn-accent { background: var(--c-accent); color: white; }
.btn-accent:hover { background: var(--c-accent-dark); color: white; }
.btn-outline { background: transparent; color: var(--c-primary); border-color: var(--c-primary); }
.btn-outline:hover { background: var(--c-primary); color: white; }
.btn-light { background: white; color: var(--c-primary); }
.btn-light:hover { background: var(--c-warm); color: var(--c-primary-dark); }
.btn-outline-light { background: transparent; color: white; border-color: rgba(255,255,255,.5); }
.btn-outline-light:hover { background: white; color: var(--c-primary); border-color: white; }
.btn-ghost { background: transparent; color: var(--c-ink); }
.btn-ghost:hover { color: var(--c-primary); }

/* ============ TOPBAR ============ */
.topbar {
  background: var(--c-ink);
  color: rgba(255,255,255,.85);
  font-size: .85rem;
}
.topbar a { color: rgba(255,255,255,.85); }
.topbar a:hover { color: var(--c-accent); }
.topbar-inner {
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; padding: .55rem 0;
}
.topbar-left, .topbar-right { display: flex; gap: 1.5rem; align-items: center; }
.topbar .wa {
  background: #25D366; color: white; padding: .2rem .7rem; border-radius: 999px;
  font-weight: 600;
}
.topbar .wa:hover { background: #20BA5A; color: white; }
@media (max-width: 819px) {
  .hide-sm { display: none; }
  /* Sadece telefon: büyük, tam ortalı ve sabit (kaydırınca kaybolmaz) */
  .topbar { position: sticky; top: 0; z-index: 65; }
  .topbar-right { display: none; }
  .topbar-inner { justify-content: center; gap: 0; padding: 0; min-height: 46px; text-align: center; }
  .topbar-left { gap: 0; justify-content: center; width: 100%; }
  .topbar-left span, .topbar-left a { font-size: 1.12rem; font-weight: 700; }
  /* Telefon barı + üst menü (header) birlikte sabit: header tam barın altında */
  .site-header { position: sticky; top: 46px; z-index: 50; }
}

/* ============ HEADER ============ */
.site-header {
  background: white;
  position: sticky; top: 0; z-index: 50;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s var(--ease);
}
.site-header.scrolled { box-shadow: var(--shadow); }
.site-header .container { width: min(100% - 2.5rem, 1400px); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; padding: 1.7rem 0;
}
.brand { display: flex; align-items: center; gap: .65rem; }
.brand-logo { height: 44px; width: auto; }

/* ---- Marka / Logo (BD monogram + Quicksand) ---- */
.brand-badge {
  flex-shrink: 0;
  width: 48px; height: 48px; border-radius: 14px;
  background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary-dark) 100%);
  color: #fff;
  font-family: var(--font-sans); font-weight: 700; font-size: 1.4rem;
  letter-spacing: .01em;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 16px rgba(63,107,90,.28);
  transition: transform .25s var(--ease);
}
.brand:hover .brand-badge { transform: rotate(-4deg) scale(1.04); }
.brand-name { display: flex; flex-direction: column; line-height: 1.05; }
.brand-title {
  font-family: var(--font-sans); font-weight: 700; font-size: 1.2rem;
  color: var(--c-ink); letter-spacing: -.01em;
}
.brand-sub {
  font-family: var(--font-sans); font-weight: 600; font-size: .62rem;
  letter-spacing: .14em; color: var(--c-primary); margin-top: 2px;
}
.brand:hover .brand-title { color: var(--c-primary-dark); }

/* Koyu zemin (footer) varyantı */
.brand--light .brand-badge {
  background: rgba(255,255,255,.12);
  box-shadow: none; border: 1px solid rgba(255,255,255,.2);
}
.brand--light .brand-title { color: #fff; }
.brand--light .brand-sub { color: var(--c-accent); }

@media (max-width: 400px) {
  .brand-badge { width: 40px; height: 40px; font-size: 1.15rem; border-radius: 11px; }
  .brand-title { font-size: 1rem; }
  .brand-sub { font-size: .55rem; letter-spacing: .1em; }
}
.header-cta { display: none; }
@media (min-width: 1200px) {
  .header-cta { display: inline-flex; }
}

/* ============ NAV ============ */
.primary-nav { display: none; }
.primary-nav .main-menu {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; gap: .45rem;
}
.primary-nav .main-menu > li { position: relative; }
.primary-nav .main-menu > li > a {
  color: var(--c-ink); padding: .6rem .9rem; display: inline-flex; gap: .35rem;
  font-weight: 500; font-size: .94rem; white-space: nowrap;
  border-radius: var(--radius-sm); align-items: center;
}

/* Dar masaüstü (820–1023px): logo/menü taşmasın diye otomatik kompakt mod */
@media (max-width: 1023px) {
  .brand-sub { display: none; }
  .brand-title { font-size: .98rem; }
  .brand-badge { width: 40px; height: 40px; font-size: 1.15rem; border-radius: 11px; }
  .header-inner { gap: 1rem; padding: 1.1rem 0; }
  .primary-nav .main-menu { gap: .06rem; }
  .primary-nav .main-menu > li > a { padding: .42rem .5rem; font-size: .85rem; }
}
.primary-nav .main-menu > li > a:hover,
.primary-nav .main-menu > li.active > a {
  color: var(--c-primary); background: var(--c-primary-light);
}
.primary-nav .caret {
  display: inline-block; width: 8px; height: 8px;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px); margin-left: .25rem;
}
.primary-nav .has-children .submenu {
  display: none;
  position: absolute; top: 100%; left: 0;
  background: white; box-shadow: var(--shadow-lg);
  border-radius: var(--radius); padding: .6rem;
  min-width: 240px; list-style: none; margin: 0;
}
/* Masaüstü açılır menü: 2 sütun + görünmez köprü (hover boşluğunda menü kaymasın/kapanmasın) */
@media (min-width: 820px) {
  .primary-nav .has-children .submenu::before {
    content: ""; position: absolute; left: 0; right: 0; top: -.6rem; height: .6rem;
  }
  .primary-nav .has-children:hover .submenu,
  .primary-nav .has-children:focus-within .submenu {
    display: grid;
    grid-template-columns: 1fr 1fr;   /* 2 sütun */
    gap: .1rem .35rem;
    min-width: 500px;
    margin-top: .5rem;                /* görsel boşluk (köprü ile kaplanıyor) */
  }
}
.primary-nav .submenu li a {
  display: block; padding: .55rem .85rem; color: var(--c-ink);
  border-radius: var(--radius-sm); white-space: nowrap; font-size: .92rem;
}
.primary-nav .submenu li a:hover { background: var(--c-primary-light); color: var(--c-primary); }

.menu-toggle {
  display: flex; flex-direction: column; gap: 5px;
  background: transparent; border: 0; cursor: pointer;
  padding: .5rem;
}
.menu-toggle span { width: 24px; height: 2px; background: var(--c-ink); border-radius: 2px; transition: transform .2s, opacity .2s; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Masaüstü/geniş ekran: tam menü görünür, hamburger gizli (sıralama önemli) */
@media (min-width: 820px) {
  .primary-nav { display: block; }
  .menu-toggle { display: none; }
}

@media (max-width: 819px) {
  .primary-nav.is-open {
    display: block;
    position: absolute; top: 100%; left: 0; right: 0;
    background: white; box-shadow: var(--shadow-lg);
    padding: .5rem 1rem 1rem;
    max-height: calc(100vh - 130px); overflow-y: auto;   /* uzun menü kendi içinde kaysın */
  }
  .primary-nav.is-open .main-menu { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav.is-open .main-menu > li { border-bottom: 1px solid var(--c-line); }
  .primary-nav.is-open .main-menu > li:last-child { border-bottom: 0; }
  .primary-nav.is-open .main-menu > li > a {
    padding: .85rem .4rem; font-size: 1.02rem; justify-content: space-between;
  }
  /* Mobilde menü öğelerinde zemin rengi yok (hover/aktif) — sadece yazı rengi vurgusu */
  .primary-nav.is-open .main-menu > li > a:hover,
  .primary-nav.is-open .main-menu > li > a:focus,
  .primary-nav.is-open .main-menu > li.active > a { background: transparent; }
  .primary-nav.is-open .submenu li a:hover,
  .primary-nav.is-open .submenu li a:focus { background: transparent; }
  .primary-nav.is-open .caret { margin-left: auto; transition: transform .25s var(--ease); }
  .primary-nav.is-open .has-children.open > a .caret { transform: rotate(225deg); }
  /* Alt menü accordion: varsayılan kapalı, sadece .open olunca açılır */
  .primary-nav.is-open .submenu {
    display: none; position: static; box-shadow: none; min-width: 0; margin: 0;
    grid-template-columns: 1fr; padding: .1rem 0 .5rem .6rem;
  }
  .primary-nav.is-open .has-children.open > .submenu { display: block; }
  .primary-nav.is-open .submenu li a { padding: .6rem .8rem; font-size: .95rem; }
}

/* ============ BREADCRUMB ============ */
.breadcrumb {
  background: var(--c-warm);
  font-size: .85rem;
  padding: .65rem 0;
  border-bottom: 1px solid var(--c-line);
}
.breadcrumb ol {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; gap: .4rem; align-items: center;
}
.breadcrumb li { display: flex; align-items: center; color: var(--c-ink-soft); }
.breadcrumb li + li::before { content: "›"; margin: 0 .5rem; color: var(--c-mute); }
.breadcrumb a { color: var(--c-ink-soft); }
.breadcrumb a:hover { color: var(--c-primary); }
.breadcrumb [aria-current="page"] { color: var(--c-ink); font-weight: 500; }

/* ============ HERO ============ */
.hero {
  position: relative;
  background: linear-gradient(135deg, var(--c-primary-light) 0%, var(--c-warm) 100%);
  overflow: hidden;
  padding: 4rem 0 5rem;
}
.hero::before {
  content: ""; position: absolute; top: -150px; right: -150px;
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, var(--c-accent) 0%, transparent 70%);
  opacity: .18; pointer-events: none;
}
.hero-inner { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; position: relative; }
.hero-text h1 { margin: .5rem 0 1rem; }
.hero-text .accent { color: var(--c-primary); font-weight: 700; font-family: var(--font-serif); }
.hero-text .lead { font-size: 1.15rem; color: var(--c-ink-soft); max-width: 540px; }
.eyebrow {
  display: inline-block;
  background: rgba(91, 140, 122, .12);
  color: var(--c-primary-dark);
  padding: .35rem .85rem;
  border-radius: 999px;
  font-weight: 600; font-size: .8rem; letter-spacing: .04em;
  text-transform: uppercase;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.hero-trust {
  margin-top: 2.4rem;
  display: flex; flex-wrap: wrap; align-items: center; gap: 1rem;
}
.hero-trust-label { font-size: .85rem; color: var(--c-mute); font-weight: 500; }
.hero-trust-badges { display: flex; gap: .5rem; flex-wrap: wrap; }
.hero-trust-badges span {
  background: white; padding: .4rem .85rem; border-radius: 999px;
  font-size: .85rem; font-weight: 600; color: var(--c-ink-soft);
  box-shadow: var(--shadow-sm);
}

.hero-visual {
  position: relative; max-width: 540px; width: 100%; justify-self: center;
}
.hero-img {
  width: 100%; height: auto; display: block;
  filter: drop-shadow(0 18px 35px rgba(31,42,42,.12));
}
/* İstatistik kartları: şeffaf görselin altında 3'lü şerit */
.hero-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem;
  position: relative; z-index: 2;
  margin: .4rem auto 0; max-width: 94%;
}
.hero-card {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: .1rem;
  background: #fff; border: 1px solid var(--c-line);
  border-radius: var(--radius); padding: .75rem .5rem;
  box-shadow: var(--shadow-lg);
  font-size: .76rem; color: var(--c-ink-soft);
}
.hero-card .num {
  font-family: var(--font-serif); font-size: 1.3rem; line-height: 1.05;
  color: var(--c-primary); font-weight: 700;
}

@media (min-width: 900px) {
  .hero-inner { grid-template-columns: 1.1fr 1fr; gap: 4rem; }
  .hero { padding: 5rem 0 6rem; }
}

/* ============ SECTIONS ============ */
.section { padding: 4.5rem 0; }
.section.alt { background: var(--c-warm); }
.section.dark { background: var(--c-ink); color: rgba(255,255,255,.9); }
.section.dark h2 { color: white; }

.section-head { max-width: 760px; margin: 0 auto 3rem; text-align: center; }
.section-head h2 { margin-top: .5rem; }
.section-head .script { font-weight: 700; color: var(--c-primary); }
.section-head p { color: var(--c-ink-soft); font-size: 1.05rem; }

/* ============ CARDS ============ */
.cards { display: grid; gap: 1.4rem; grid-template-columns: 1fr; }
.cards.c-2 { grid-template-columns: 1fr; }
.cards.c-3 { grid-template-columns: 1fr; }
.cards.c-4 { grid-template-columns: 1fr; }
@media (min-width: 720px) { .cards.c-2, .cards.c-3, .cards.c-4 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) {
  .cards.c-3 { grid-template-columns: repeat(3, 1fr); }
  .cards.c-4 { grid-template-columns: repeat(4, 1fr); }
}

.card {
  background: white; border-radius: var(--radius-lg);
  padding: 1.8rem; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
  border: 1px solid var(--c-line);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow);
  border-color: var(--c-primary-light); color: inherit;
}
.card-ico {
  width: 56px; height: 56px; border-radius: var(--radius);
  background: var(--c-primary-light); color: var(--c-primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; margin-bottom: 1.2rem;
}
.card h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.card p { color: var(--c-ink-soft); flex: 1; }
.card .more {
  margin-top: 1rem; color: var(--c-primary); font-weight: 600;
  display: inline-flex; align-items: center; gap: .35rem;
}
.card .more::after { content: "→"; transition: transform .2s var(--ease); }
.card:hover .more::after { transform: translateX(4px); }
.card .meta-row { display: flex; gap: .8rem; font-size: .85rem; color: var(--c-mute); margin-top: .25rem; }

/* ============ SERVICE CARD VARIANT ============ */
.service-card .card-ico { background: var(--c-accent); color: white; font-size: 1.8rem; }
.service-card .age {
  display: inline-block; font-size: .8rem; padding: .2rem .65rem;
  border-radius: 999px; background: var(--c-warm); color: var(--c-ink-soft);
  margin-bottom: .8rem;
}

/* ============ FEATURES LIST ============ */
.feature-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: .8rem;
}
.feature-list li {
  display: flex; gap: .8rem; align-items: flex-start;
  padding: .8rem 1rem;
  background: white; border-radius: var(--radius);
  border-left: 4px solid var(--c-primary);
}
.feature-list li::before {
  content: "✓"; color: var(--c-success); font-weight: 700;
}

/* ============ PROCESS / STEPS ============ */
.steps {
  display: grid; gap: 2rem;
  counter-reset: step;
}
@media (min-width: 800px) { .steps.s-3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 800px) { .steps.s-4 { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 800px) { .steps.s-5 { grid-template-columns: repeat(5, 1fr); } }

.step {
  background: white; padding: 2.8rem 1.4rem 1.6rem; border-radius: var(--radius-lg);
  text-align: center; position: relative; box-shadow: var(--shadow-sm);
}
.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute; top: -30px; left: 50%; transform: translateX(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--c-primary); color: white;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-size: 1.3rem; font-weight: 700;
}
.step h3 { margin: 1.1rem 0 .4rem; font-size: 1.15rem; }
.step p { color: var(--c-ink-soft); font-size: .95rem; margin: 0; }

/* ============ STATS ============ */
.stats {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem;
  background: var(--c-primary); padding: 2.5rem 1.5rem; border-radius: var(--radius-xl);
  color: white;
}
@media (min-width: 800px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { text-align: center; }
.stat .num {
  display: block; font-family: var(--font-serif); font-weight: 700;
  font-size: 2.6rem; line-height: 1; color: white;
}
.stat .label {
  display: block; margin-top: .4rem; font-size: .9rem;
  color: rgba(255,255,255,.85);
}

/* ============ SPLIT ============ */
.split {
  display: grid; gap: 2.5rem; align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) { .split { grid-template-columns: 1.05fr 1fr; gap: 3.5rem; } }
.split .visual {
  position: relative; border-radius: var(--radius-xl); overflow: hidden;
  aspect-ratio: 4/3; background: var(--c-primary-light);
}
.split .visual img { width: 100%; height: 100%; object-fit: cover; }
.split .visual .badge {
  position: absolute; bottom: 20px; right: 20px;
  background: white; padding: 1rem 1.3rem; border-radius: var(--radius);
  display: flex; flex-direction: column; box-shadow: var(--shadow);
  font-size: .85rem; color: var(--c-ink-soft);
}
.split .visual .badge strong {
  font-family: var(--font-serif); font-size: 1.6rem; color: var(--c-primary); display: block;
}

/* ============ TESTIMONIAL ============ */
.testimonial {
  background: white; padding: 2.5rem; border-radius: var(--radius-lg);
  max-width: 820px; margin: 0 auto; box-shadow: var(--shadow-sm);
  position: relative; border-top: 4px solid var(--c-accent);
}
.testimonial::before {
  content: "“"; position: absolute; top: -10px; left: 30px;
  font-size: 6rem; font-family: var(--font-serif); color: var(--c-accent); line-height: 1;
}
.testimonial blockquote {
  margin: 0; font-family: var(--font-serif); font-size: 1.15rem;
  color: var(--c-ink-soft); line-height: 1.7;
}
.testimonial .author {
  margin-top: 1.5rem; display: flex; align-items: center; gap: 1rem;
}
.testimonial .author .avatar {
  width: 50px; height: 50px; border-radius: 50%;
  background: var(--c-primary); color: white;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
}
.testimonial .author strong { display: block; color: var(--c-ink); }
.testimonial .author span { color: var(--c-mute); font-size: .85rem; }

/* ===== Yorumlar carousel (yan yana kayan) ===== */
.testi-carousel { position: relative; max-width: 1140px; margin: 0 auto; }
.testi-track {
  display: flex; gap: 1.5rem; align-items: stretch;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  -ms-overflow-style: none; scrollbar-width: none;
  padding: .5rem .25rem 1rem;
}
.testi-track::-webkit-scrollbar { display: none; }
.testi-track .testimonial {
  flex: 0 0 86%; max-width: 86%; margin: 0; padding: 1.8rem;
  scroll-snap-align: start; display: flex; flex-direction: column;
}
.testi-track .testimonial blockquote { font-size: 1rem; flex: 1; }
@media (min-width: 640px) {
  .testi-track .testimonial { flex-basis: calc(50% - .75rem); max-width: calc(50% - .75rem); }
}
@media (min-width: 980px) {
  .testi-track .testimonial { flex-basis: calc(33.333% - 1rem); max-width: calc(33.333% - 1rem); }
}
.testi-dots { display: flex; justify-content: center; gap: .5rem; margin-top: 1.2rem; }
.testi-dot {
  width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0; cursor: pointer;
  background: var(--c-line); transition: background .2s var(--ease), transform .2s var(--ease);
}
.testi-dot.active { background: var(--c-primary); transform: scale(1.3); }
.testi-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--c-line);
  background: #fff; color: var(--c-primary); cursor: pointer;
  display: none; align-items: center; justify-content: center;
  font-size: 1.6rem; line-height: 1; padding-bottom: 3px;
  box-shadow: var(--shadow); transition: background .2s var(--ease), color .2s var(--ease);
}
.testi-arrow:hover { background: var(--c-primary); color: #fff; }
.testi-arrow.prev { left: -20px; }
.testi-arrow.next { right: -20px; }
@media (min-width: 980px) { .testi-arrow { display: flex; } }

/* ===== Şehir şeridi (sürekli kayan marquee) ===== */
.city-marquee {
  overflow: hidden; width: 100%; margin: 0 auto 2.5rem; padding: .5rem 0;
  -webkit-mask: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.city-track {
  display: flex; flex-wrap: nowrap; width: max-content;
  animation: city-scroll 48s linear infinite;
}
.city-marquee:hover .city-track,
.city-marquee:focus-within .city-track { animation-play-state: paused; }
@keyframes city-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.city-pill {
  flex: 0 0 auto; white-space: nowrap; margin-right: .6rem;
  background: #fff; color: var(--c-ink-soft);
  border: 1px solid var(--c-line); border-radius: 999px;
  padding: .55rem 1.1rem; font-size: .92rem; font-weight: 500;
  box-shadow: var(--shadow-sm);
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
}
.city-pill:hover {
  background: var(--c-primary-light); color: var(--c-primary);
  border-color: var(--c-primary); transform: translateY(-2px);
}
.city-pill.t1 { font-weight: 700; }
.city-pill.featured {
  background: var(--c-primary); color: #fff; border-color: var(--c-primary); font-weight: 700;
}
.city-pill.featured:hover { background: var(--c-primary-dark); color: #fff; }
.city-marquee.reverse .city-track { animation-direction: reverse; }
.city-wall .city-marquee { margin-bottom: .9rem; }
.city-wall .city-marquee:last-child { margin-bottom: 0; }
.sehirler-section .container { width: min(100% - 2rem, 1340px); }
.hizmet-section .container { width: min(100% - 1.5rem, 1500px); }

/* Hizmet ızgarası: flex + son satır ortalı */
.cards-flex { display: flex; flex-wrap: wrap; justify-content: center; }
.cards-flex > .card { flex: 0 1 100%; }
@media (min-width: 720px)  { .cards-flex > .card { flex-basis: calc(50% - .7rem); } }
@media (min-width: 1000px) { .cards-flex > .card { flex-basis: calc(25% - 1.05rem); } }
@media (prefers-reduced-motion: reduce) {
  .city-track { animation: none; flex-wrap: wrap; justify-content: center; gap: .6rem; }
  .city-marquee { -webkit-mask: none; mask: none; }
}

/* ============ FAQ / ACCORDION ============ */
.faq { display: grid; gap: .8rem; max-width: 860px; margin: 0 auto; }
.faq-item {
  background: white; border: 1px solid var(--c-line);
  border-radius: var(--radius); overflow: hidden;
  transition: box-shadow .2s var(--ease);
}
.faq-item[open] { box-shadow: var(--shadow); border-color: var(--c-primary-light); }
.faq-item summary {
  cursor: pointer; padding: 1.2rem 1.4rem;
  font-weight: 600; font-size: 1.02rem;
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 1.6rem; color: var(--c-primary);
  transition: transform .2s var(--ease);
}
.faq-item[open] summary::after { content: "−"; transform: rotate(180deg); }
.faq-item .answer { padding: 0 1.4rem 1.4rem; color: var(--c-ink-soft); }

/* ============ FORM ============ */
.contact-card {
  background: white; padding: 2.5rem;
  border-radius: var(--radius-lg); box-shadow: var(--shadow);
}
.form-row { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 700px) { .form-row.cols-2 { grid-template-columns: 1fr 1fr; } }
.form-group { display: flex; flex-direction: column; gap: .35rem; margin-bottom: 1rem; }
.form-group label { font-weight: 600; font-size: .9rem; color: var(--c-ink); }
.form-group input,
.form-group select,
.form-group textarea {
  padding: .85rem 1rem; border: 1.5px solid var(--c-line);
  border-radius: var(--radius-sm); font-family: inherit; font-size: 1rem;
  background: var(--c-cream); color: var(--c-ink);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none; border-color: var(--c-primary);
  box-shadow: 0 0 0 4px rgba(91,140,122,.15);
  background: white;
}
.form-check { display: flex; gap: .6rem; align-items: flex-start; font-size: .9rem; color: var(--c-ink-soft); }
.form-check input { margin-top: .25rem; }
.form-success {
  background: #E7F4ED; border-left: 4px solid var(--c-success);
  padding: 1rem 1.2rem; border-radius: var(--radius-sm); margin-bottom: 1.5rem;
}
.form-error {
  background: #FCEDEF; border-left: 4px solid var(--c-danger);
  padding: 1rem 1.2rem; border-radius: var(--radius-sm); margin-bottom: 1.5rem;
}

/* ============ CONTACT INFO ============ */
.contact-grid {
  display: grid; gap: 2.5rem; grid-template-columns: 1fr;
}
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1fr 1.2fr; } }
.contact-info { display: grid; gap: 1rem; }
.info-item {
  background: white; padding: 1.4rem; border-radius: var(--radius);
  display: flex; gap: 1rem; align-items: flex-start;
  border-left: 4px solid var(--c-primary);
}
.info-item .icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: var(--c-primary-light); color: var(--c-primary);
  border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
}
.info-item h4 { margin: 0 0 .25rem; font-size: 1rem; }
.info-item p, .info-item a { margin: 0; color: var(--c-ink-soft); }

/* ============ CTA BAND ============ */
.cta-band {
  background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary-dark) 100%);
  color: white; padding: 3.5rem 0;
}
.cta-band .container { width: min(100% - 2.5rem, 1360px); }
.cta-band-inner {
  display: grid; gap: 2rem; align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .cta-band-inner { display: flex; justify-content: space-between; align-items: center; gap: 2.5rem; }
  .cta-band-inner > div:first-child { flex: 1 1 auto; min-width: 0; }
  .cta-band-actions { flex: 0 0 auto; }
  .cta-band h2 { white-space: nowrap; font-size: clamp(1.4rem, 2vw, 1.95rem); }
}
.cta-band h2 { color: white; margin: 0 0 .5rem; }
.cta-band p { color: rgba(255,255,255,.85); margin: 0; }
.cta-band-actions { display: flex; gap: .8rem; flex-wrap: wrap; }

/* ============ FOOTER ============ */
.site-footer {
  background: var(--c-ink); color: rgba(255,255,255,.72);
  padding: 4.5rem 0 1.8rem;
  font-size: .92rem; position: relative;
}
.site-footer::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--c-primary), var(--c-accent));
}
.site-footer .container { width: min(100% - 1.5rem, 1500px); }
.site-footer h4 {
  color: white; margin-bottom: 1.3rem; font-size: 1.02rem;
  position: relative; padding-bottom: .6rem;
}
.site-footer h4::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 30px; height: 2px; background: var(--c-accent); border-radius: 2px;
}
.site-footer a { color: rgba(255,255,255,.72); transition: color .2s var(--ease), transform .2s var(--ease); }
.site-footer a:hover { color: var(--c-accent); }
.footer-grid {
  display: grid; gap: 2.6rem 3rem;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .footer-grid { grid-template-columns: 1.7fr 1fr 1fr 1fr 1.3fr; } }
.f-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .65rem; }
.f-col ul a { display: inline-block; }
.f-col ul a:hover { transform: translateX(4px); }
.f-about .brand { margin-bottom: 1.3rem; }
.f-about p { max-width: 36ch; line-height: 1.75; color: rgba(255,255,255,.6); margin: 0; }
.f-contact li { display: flex; gap: .55rem; align-items: flex-start; }
.f-social { display: flex; gap: .6rem; margin-top: 1.5rem; }
.f-social a {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  font-size: .78rem; font-weight: 700; color: #fff;
  transition: background .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
}
.f-social a:hover { background: var(--c-accent); border-color: var(--c-accent); color: white; transform: translateY(-3px); }

.footer-ilceler {
  margin: 3.5rem 0 0; padding-top: 2.5rem;
  border-top: 1px solid rgba(255,255,255,.1);
}
.footer-ilceler h4 { margin-bottom: 1.1rem; }
.ilce-cloud { display: flex; flex-wrap: wrap; gap: .5rem; }
.ilce-cloud a {
  background: rgba(255,255,255,.06); padding: .42rem .9rem;
  border-radius: 999px; font-size: .82rem; color: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.07);
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.ilce-cloud a:hover { background: var(--c-primary); color: white; border-color: var(--c-primary); }

.footer-bottom {
  margin-top: 3rem; padding-top: 1.8rem;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem;
  font-size: .85rem; color: rgba(255,255,255,.5);
}
.footer-legal {
  list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 1.2rem;
}

/* ============ FLOATING WHATSAPP ============ */
.wa-float {
  position: fixed; bottom: 22px; right: 22px; z-index: 60;
  background: #25D366; color: white;
  width: 60px; height: 60px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 0;
  box-shadow: 0 10px 30px rgba(37,211,102,.45);
  transition: transform .2s var(--ease);
}
.wa-float::before {
  content: "WA"; font-size: 18px; font-weight: 700;
}
.wa-float:hover { transform: scale(1.08); color: white; }

/* ============ YUKARI ÇIK (back to top) ============ */
.to-top {
  position: fixed; bottom: 22px; left: 22px; z-index: 60;
  width: 50px; height: 50px; border-radius: 50%;
  background: var(--c-primary); color: #fff; border: 0; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; line-height: 1; box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: opacity .25s var(--ease), transform .25s var(--ease), background .2s var(--ease), visibility .25s;
}
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--c-primary-dark); transform: translateY(-3px); }

/* Masaüstü: WhatsApp solda, yukarı butonu sağda */
@media (min-width: 992px) {
  .wa-float { left: 22px; right: auto; }
  .to-top { right: 22px; left: auto; }
}

/* ============ BLOG ============ */
.blog-grid { display: grid; gap: 1.6rem; grid-template-columns: 1fr; }
@media (min-width: 720px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } }
.blog-mini {
  background: white; border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
  border: 1px solid var(--c-line);
  display: flex; flex-direction: column;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.blog-mini:hover { transform: translateY(-4px); box-shadow: var(--shadow); color: inherit; }
.bm-cover {
  aspect-ratio: 16/9; background: linear-gradient(135deg, var(--c-primary-light), var(--c-warm));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-size: 3rem; color: var(--c-primary);
}
.bm-body { padding: 1.4rem; display: flex; flex-direction: column; flex: 1; }
.bm-tag {
  display: inline-block; padding: .2rem .7rem;
  background: var(--c-primary-light); color: var(--c-primary-dark);
  font-size: .75rem; font-weight: 600; border-radius: 999px;
  text-transform: uppercase; letter-spacing: .04em;
  margin-bottom: .6rem; align-self: flex-start;
}
.blog-mini h3 { font-size: 1.15rem; margin: 0 0 .5rem; color: var(--c-ink); }
.blog-mini p { color: var(--c-ink-soft); font-size: .92rem; flex: 1; margin: 0 0 1rem; }
.bm-foot {
  display: flex; justify-content: space-between; align-items: center;
  font-size: .82rem; color: var(--c-mute);
}
.bm-read { color: var(--c-primary); font-weight: 600; }

.post-hero { background: var(--c-warm); padding: 3rem 0 2rem; }
.post-hero .meta { display: flex; gap: 1rem; color: var(--c-mute); font-size: .9rem; margin-bottom: 1rem; flex-wrap: wrap; }
.post-body { max-width: 760px; margin: 0 auto; padding: 3rem 0; font-size: 1.05rem; line-height: 1.8; }
.post-body h2 { margin-top: 2rem; }
.post-body p, .post-body li { color: var(--c-ink-soft); }
.post-body a { color: var(--c-primary); text-decoration: underline; }

/* Yazı sonu ilgili hizmet CTA kutusu */
.post-cta {
  max-width: 760px; margin: 1rem auto 3.5rem;
  padding: 2rem 2.2rem;
  background: linear-gradient(135deg, var(--c-primary-light) 0%, var(--c-warm) 100%);
  border: 1px solid var(--c-line); border-left: 4px solid var(--c-primary);
  border-radius: var(--radius-lg);
}
.post-cta h3 { margin: 0 0 .5rem; }
.post-cta p { color: var(--c-ink-soft); margin: 0 0 1.3rem; }
.post-cta-actions { display: flex; gap: .8rem; flex-wrap: wrap; }

/* ============ PAGE HEAD ============ */
.page-head {
  background: linear-gradient(135deg, var(--c-primary-light) 0%, var(--c-warm) 100%);
  padding: 3.5rem 0 3rem; text-align: center;
}
.page-head .lead { font-size: 1.1rem; color: var(--c-ink-soft); max-width: 640px; margin: 1rem auto 0; }

/* ============ 404 ============ */
.error-404 { text-align: center; padding: 5rem 0; }
.error-404 .num {
  font-family: var(--font-serif); font-size: clamp(5rem, 14vw, 9rem);
  color: var(--c-primary); line-height: 1;
}

/* ============ UTILS ============ */
.fade-in { animation: fadein .6s var(--ease); }
@keyframes fadein {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ============ COOKIE BANNER ============ */
.cookie-banner {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 70;
  background: white; padding: 1rem 1.2rem; border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  display: none;
  align-items: center; gap: 1rem; flex-wrap: wrap;
  border-left: 4px solid var(--c-primary);
  font-size: .9rem;
}
.cookie-banner.show { display: flex; }
.cookie-banner p { margin: 0; flex: 1; min-width: 260px; }
.cookie-banner button {
  background: var(--c-primary); color: white; border: 0;
  padding: .6rem 1.2rem; border-radius: 999px; cursor: pointer;
  font-weight: 600; font-family: inherit;
}

/* ============================================================
   POLISH v2 — Quicksand uyumu, daha kalın başlıklar, anasayfa
   ============================================================ */

/* Başlıklar yuvarlak Quicksand'e uygun, biraz daha sıkı */
h1, h2 { letter-spacing: -0.025em; }
.section-head h2 { font-size: clamp(1.85rem, 3.4vw, 2.6rem); }

/* Vurgu kelimeleri — eski italik serif yerine yumuşak peach highlight */
.section-head .script,
.hero-text .accent {
  position: relative; z-index: 0;
  font-weight: 700; color: var(--c-primary-dark);
}
.section-head .script::after,
.hero-text .accent::after {
  content: ""; position: absolute;
  left: -.08em; right: -.08em; bottom: .02em; height: .36em;
  background: linear-gradient(120deg, rgba(232,155,111,.5), rgba(232,155,111,.22));
  border-radius: .3em; z-index: -1;
}

/* Eyebrow — başında küçük nokta, beyaz yumuşak pill */
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #fff; border: 1px solid var(--c-line);
  box-shadow: var(--shadow-sm); color: var(--c-primary-dark);
}
.eyebrow::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--c-accent); flex-shrink: 0;
}

/* HERO — çok katmanlı yumuşak arka plan, daha fazla derinlik */
.hero {
  background:
    radial-gradient(900px 520px at 88% -12%, rgba(232,155,111,.18), transparent 60%),
    radial-gradient(720px 520px at -8% 115%, rgba(91,140,122,.20), transparent 60%),
    linear-gradient(135deg, var(--c-primary-light) 0%, var(--c-warm) 100%);
}
.hero-text h1 { font-size: clamp(2.2rem, 5vw, 3.7rem); }
.hero-text .lead { font-size: 1.18rem; }

/* Hero ana CTA — degrade + parıltılı gölge */
.hero-actions .btn-primary {
  background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary-dark) 100%);
  box-shadow: 0 12px 26px rgba(63,107,90,.30);
}
.hero-actions .btn-primary:hover {
  box-shadow: 0 16px 34px rgba(63,107,90,.42); transform: translateY(-2px);
}
.hero-actions .btn-outline {
  background: rgba(255,255,255,.72); backdrop-filter: blur(4px);
}
/* Hover'da zemin yeşile dönsün ki beyaz yazı kaybolmasın */
.hero-actions .btn-outline:hover {
  background: var(--c-primary); color: #fff; border-color: var(--c-primary);
}

/* Yüzen hero kartları — daha yumuşak */
.hero-card {
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: var(--shadow-lg);
}

/* Hizmet/uyruk kartları — üstte degrade çizgi + canlı ikon */
.service-card { position: relative; overflow: hidden; }
.service-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--c-primary), var(--c-accent));
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s var(--ease);
}
.service-card:hover::before { transform: scaleX(1); }
.service-card .card-ico {
  background: linear-gradient(135deg, var(--c-accent) 0%, var(--c-accent-dark) 100%);
  box-shadow: 0 8px 18px rgba(201,120,62,.30);
  transition: transform .3s var(--ease);
}
.service-card:hover .card-ico { transform: scale(1.08) rotate(-4deg); }

/* Süreç adımları — masaüstünde numaraları birleştiren bağlantı çizgisi */
@media (min-width: 800px) {
  .steps { position: relative; }
  .steps::before {
    content: ""; position: absolute; top: -8px; left: 10%; right: 10%; height: 0;
    border-top: 2px dashed var(--c-primary);
    opacity: .45;
    z-index: 1;            /* kutuların ÜSTÜNde çizilsin ki tam görünsün */
  }
  .step { z-index: auto; } /* stacking context oluşturma — numara dairesi çizginin üstünde kalsın */
  .step::before { z-index: 2; }
}
.step::before { box-shadow: 0 6px 14px rgba(63,107,90,.32); }

/* İstatistik bandı — yumuşak ışıltı */
.stats {
  background:
    radial-gradient(600px 320px at 100% 0, rgba(232,155,111,.28), transparent 60%),
    linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary-dark) 100%);
  box-shadow: var(--shadow);
}

/* Yorum kartı — hafif degrade zemin */
.testimonial { background: linear-gradient(180deg, #fff 0%, var(--c-warm) 100%); }
