/* ============================================================
   Psk. Demet Alkım — Çocuk, Ergen ve Aile Psikoloğu
   "Sıcak atölye" kimliği: sıcak krem zemin, gece mavisi metin,
   mercan butonlar; şeftali/gök/güneş/nane pastel vurgular.
   Display: Fredoka (self-host, OFL, değişken ağırlık 400-600).
   Kural: her genişlikte aynı dizilim; boyutlar clamp() ile küçülür.
   ============================================================ */

/* ---------- Yazı tipleri (self-host, CDN yok) ---------- */
@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../assets/fonts/fredoka-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../assets/fonts/fredoka-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Sıfırlama ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }

/* ---------- Token'lar ---------- */
:root {
  /* renk — "sıcak atölye" paleti (değişken adları tarihsel; --spruce = birincil,
     --honey = amber vurgu olarak okunmalı) */
  --paper: #FFF7EC;        /* sıcak krem — zemin */
  --paper-deep: #FDEBD7;   /* şeftali bandı — bölüm ritmi */
  --card: #FFFDF8;         /* kart zemini */
  --line: #F0DCC0;         /* ince çizgiler */
  --line-strong: #E2C093;
  --ink: #33415E;          /* gece mavisi — metin */
  --ink-soft: #5C6883;     /* ikincil metin */
  --spruce: #ED8A5E;       /* birincil buton / tatlı kayısı turuncusu */
  --spruce-deep: #D96F42;
  --honey: #C17414;        /* amber — eyebrow ve küçük vurgular */
  --honey-soft: #F2B24C;   /* güneş sarısı — dekoratif */
  --foot-ink: #F5EFE3;     /* footer üzerinde metin */

  /* pastel yardımcılar (kart rozetleri, çipler, sahne) */
  --sky: #5E97BC;
  --sky-soft: #DCEEF7;
  --mint: #4F9C77;
  --mint-soft: #DFF1E6;
  --coral-soft: #FADCD2;
  --sun-soft: #FCEAC2;
  --lilac: #8A7BB8;
  --lilac-soft: #EAE4F6;

  /* yazı */
  --font-display: 'Fredoka', 'Segoe UI Rounded', 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Segoe UI', system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
  --font-ui: 'Segoe UI', system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;

  /* tip ölçeği (her adım clamp: 340px'te de aynı dizilim) */
  --fs-hero:    clamp(1.8rem, 0.85rem + 4.5vw, 3.55rem);
  --fs-h2:      clamp(1.28rem, 0.92rem + 1.75vw, 2.02rem);
  --fs-h3:      clamp(0.94rem, 0.8rem + 0.68vw, 1.2rem);
  --fs-body:    clamp(0.855rem, 0.77rem + 0.42vw, 1.02rem);
  --fs-small:   clamp(0.73rem, 0.65rem + 0.36vw, 0.88rem);
  --fs-tiny:    clamp(0.62rem, 0.56rem + 0.28vw, 0.73rem);
  --fs-eyebrow: clamp(0.6rem, 0.54rem + 0.3vw, 0.73rem);
  --fs-nav:     clamp(0.78rem, 0.6rem + 0.75vw, 1.04rem);

  /* boşluk ve biçim */
  --nav-h: clamp(3.4rem, 2.7rem + 2.2vw, 4.6rem);
  --sec-pad: clamp(3.2rem, 2rem + 5.5vw, 6.5rem);
  --gutter: clamp(0.8rem, 3.4vw, 2.4rem);
  --gap: clamp(0.65rem, 1.9vw, 1.5rem);
  --radius: clamp(11px, 1.6vw, 18px);
  --radius-lg: clamp(16px, 2.6vw, 30px);
}

::selection { background: var(--honey-soft); color: var(--ink); }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 0.9rem);
}

body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.72;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.container {
  max-width: 71.25rem;
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* ---------- Erişilebilirlik ---------- */
.skip-link {
  position: absolute;
  left: 0.75rem; top: -3.5rem;
  z-index: 200;
  padding: 0.55rem 0.9rem;
  background: var(--ink); color: var(--foot-ink);
  font-family: var(--font-ui); font-size: var(--fs-small);
  border-radius: 0 0 10px 10px;
  text-decoration: none;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 0; }

:focus-visible {
  outline: 2px solid var(--honey);
  outline-offset: 3px;
  border-radius: 3px;
}

/* ============================================================
   Üst bar
   ============================================================ */
.site-head {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.site-head.scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 6px 24px -18px rgba(34, 56, 44, 0.55);
}
.site-head .container {
  height: var(--nav-h);
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 1.6vw, 1.4rem);
}

.brand {
  display: flex;
  align-items: center;
  gap: clamp(0.28rem, 0.8vw, 0.55rem);
  text-decoration: none;
  margin-right: auto;
  white-space: nowrap;
}
.brand svg {
  width: clamp(0.95rem, 0.7rem + 1vw, 1.45rem);
  height: auto;
  color: var(--spruce);
  flex: none;
}
.brand-name {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 0.92rem + 1.1vw, 1.7rem);
  letter-spacing: 0.01em;
  color: var(--ink);
  line-height: 1;
}
.brand-name span { color: var(--spruce); }

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 1.7vw, 1.6rem);
}
.site-nav a {
  font-family: var(--font-ui);
  font-size: var(--fs-nav);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  text-decoration: none;
  white-space: nowrap;
  padding-block: 0.3rem;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.site-nav a:hover { color: var(--ink); border-bottom-color: var(--honey-soft); }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.22rem, 0.5vw, 0.4rem);
  font-family: var(--font-ui);
  font-size: var(--fs-nav);
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
  background: var(--spruce);
  text-decoration: none;
  padding: clamp(0.42rem, 0.9vw, 0.65rem) clamp(0.75rem, 1.6vw, 1.25rem);
  border-radius: 999px;
  transition: background 0.2s ease;
}
.nav-cta:hover { background: var(--spruce-deep); }
.nav-cta svg { width: clamp(0.85rem, 0.65rem + 0.55vw, 1.15rem); height: auto; flex: none; }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  padding-top: calc(var(--nav-h) + clamp(2.2rem, 1.4rem + 4.5vw, 5.5rem));
  padding-bottom: var(--sec-pad);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 4.5vw, 4rem);
  align-items: center;
}

.eyebrow {
  font-family: var(--font-ui);
  font-size: var(--fs-eyebrow);
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--honey);
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 1vw, 0.7rem);
}
.eyebrow::before {
  content: '';
  width: clamp(0.9rem, 2vw, 1.6rem);
  height: 1px;
  background: var(--honey-soft);
  flex: none;
}
.eyebrow--center { justify-content: center; }
.eyebrow--center::after {
  content: '';
  width: clamp(0.9rem, 2vw, 1.6rem);
  height: 1px;
  background: var(--honey-soft);
  flex: none;
}

.hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-hero);
  line-height: 1.12;
  letter-spacing: -0.005em;
  margin-top: clamp(0.7rem, 1.8vw, 1.3rem);
  text-wrap: balance;
}
.hero h1 .ph { color: var(--ink-soft); }

.hero-lead {
  margin-top: clamp(0.8rem, 2vw, 1.4rem);
  max-width: 34em;
  color: var(--ink-soft);
  font-size: clamp(0.88rem, 0.78rem + 0.5vw, 1.09rem);
}

.hero-actions {
  margin-top: clamp(1.2rem, 2.6vw, 2rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(0.7rem, 1.6vw, 1.3rem);
}

.hero-note {
  margin-top: clamp(0.9rem, 2vw, 1.4rem);
  font-family: var(--font-ui);
  font-size: var(--fs-small);
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 0.45em;
}
.hero-note::before {
  content: '';
  width: 0.42em; height: 0.42em;
  border-radius: 50%;
  background: var(--honey-soft);
  flex: none;
}

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.35rem, 0.8vw, 0.6rem);
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: clamp(0.72rem, 0.62rem + 0.5vw, 0.95rem);
  letter-spacing: 0.015em;
  text-decoration: none;
  border-radius: 999px;
  padding: clamp(0.55rem, 1.3vw, 0.85rem) clamp(0.95rem, 2.2vw, 1.55rem);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.btn svg { width: clamp(0.85rem, 0.7rem + 0.55vw, 1.15rem); height: auto; flex: none; }
.btn-primary {
  background: var(--spruce);
  color: #fff;
  box-shadow: 0 10px 22px -12px rgba(42, 78, 57, 0.65);
}
.btn-primary:hover {
  background: var(--spruce-deep);
  transform: translateY(-1px);
  box-shadow: 0 14px 26px -12px rgba(42, 78, 57, 0.7);
}
.btn-quiet {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: clamp(0.72rem, 0.62rem + 0.5vw, 0.95rem);
  color: var(--spruce);
  text-decoration: none;
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: 0.12em;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.btn-quiet:hover { color: var(--spruce-deep); border-bottom-color: var(--spruce); }

/* ---------- Hero portre placeholder + nefes halkaları ---------- */
.portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(120% 90% at 78% 12%, rgba(194, 154, 85, 0.16), transparent 55%),
    linear-gradient(158deg, #E5EBD2 12%, #D3DFBB 88%);
  border: 1px solid var(--line);
  overflow: hidden;
}

.breath {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.breath i {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(56, 96, 73, 0.42);
  animation: breathe 7.5s ease-in-out infinite;
}
.breath i:nth-child(1) { width: 72%; aspect-ratio: 1; }
.breath i:nth-child(2) { width: 54%; aspect-ratio: 1; animation-delay: 0.7s; border-color: rgba(56, 96, 73, 0.55); }
.breath i:nth-child(3) { width: 37%; aspect-ratio: 1; animation-delay: 1.4s; border-color: rgba(133, 90, 16, 0.35); }
.breath-core {
  position: relative;
  width: 24%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(250, 251, 242, 0.85);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  animation: breathe 7.5s ease-in-out infinite;
  animation-delay: 2.1s;
}
.breath-core svg { width: 46%; height: auto; color: var(--spruce); }

@keyframes breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.055); }
}

.ph-chip {
  position: absolute;
  left: clamp(0.5rem, 1.6vw, 1.1rem);
  bottom: clamp(0.5rem, 1.6vw, 1.1rem);
  max-width: calc(100% - 2 * clamp(0.5rem, 1.6vw, 1.1rem));
  font-family: var(--font-ui);
  font-size: var(--fs-tiny);
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: var(--ink-soft);
  background: rgba(250, 251, 242, 0.82);
  border: 1px dashed var(--line-strong);
  border-radius: 0.7em;
  padding: clamp(0.18rem, 0.5vw, 0.32rem) clamp(0.45rem, 1.1vw, 0.75rem);
}

/* ============================================================
   Bölüm iskeleti
   ============================================================ */
.section { padding-block: var(--sec-pad); }
.section--band {
  background: var(--paper-deep);
  border-block: 1px solid rgba(203, 214, 178, 0.55);
}

.sec-head { max-width: 46rem; }
.sec-head--center { margin-inline: auto; text-align: center; }
.sec-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-h2);
  line-height: 1.22;
  margin-top: clamp(0.55rem, 1.4vw, 1rem);
  text-wrap: balance;
}
.sec-intro {
  margin-top: clamp(0.55rem, 1.4vw, 0.95rem);
  color: var(--ink-soft);
}

/* yer tutucu işareti — köşeli parantezli alanlar */
.fill {
  font-style: normal;
  color: var(--honey);
  border-bottom: 1px dashed var(--honey-soft);
  padding-bottom: 0.06em;
}

/* ============================================================
   Hakkında
   ============================================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.1rem, 4vw, 3.6rem);
  align-items: start;
}
.about-copy p + p { margin-top: clamp(0.7rem, 1.6vw, 1.1rem); }
.about-copy { color: var(--ink-soft); }
.about-copy .sec-title { color: var(--ink); }
.about-copy p { max-width: 36em; }

.info-panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(0.85rem, 2.4vw, 1.9rem);
}
.info-panel h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-h3);
}
.info-row {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.45rem, 1.2vw, 0.8rem);
  padding-block: clamp(0.6rem, 1.5vw, 1rem);
  border-bottom: 1px dashed var(--line-strong);
  font-family: var(--font-ui);
  font-size: var(--fs-small);
  color: var(--ink-soft);
  line-height: 1.55;
}
.info-row:last-of-type { border-bottom: 0; }
.info-row svg {
  width: clamp(0.8rem, 0.66rem + 0.5vw, 1.05rem);
  height: auto;
  color: var(--honey-soft);
  flex: none;
  margin-top: 0.2em;
}
.info-note {
  margin-top: clamp(0.5rem, 1.2vw, 0.8rem);
  font-family: var(--font-ui);
  font-size: var(--fs-tiny);
  letter-spacing: 0.03em;
  color: var(--ink-soft);
  opacity: 0.85;
}

/* ============================================================
   Çalışma alanları — her genişlikte 2×2
   ============================================================ */
.cards {
  margin-top: clamp(1.3rem, 3vw, 2.6rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
}
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(0.7rem, 2.2vw, 1.7rem);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px -22px rgba(34, 56, 44, 0.5);
}
.card-icon {
  width: clamp(1.7rem, 1.2rem + 2vw, 2.7rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--paper-deep);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--spruce);
}
.card-icon svg { width: 52%; height: auto; }
.card h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-h3);
  line-height: 1.28;
  margin-top: clamp(0.55rem, 1.4vw, 1rem);
}
.card p {
  margin-top: clamp(0.3rem, 0.9vw, 0.55rem);
  font-size: clamp(0.72rem, 0.62rem + 0.5vw, 0.94rem);
  line-height: 1.62;
  color: var(--ink-soft);
}

/* ============================================================
   Seans süreci / SSS
   ============================================================ */
.faq {
  max-width: 46rem;
  margin: clamp(1.1rem, 2.6vw, 2.2rem) auto 0;
  border-top: 1px solid var(--line);
}
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  gap: clamp(0.5rem, 1.4vw, 1rem);
  padding-block: clamp(0.75rem, 1.9vw, 1.25rem);
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: clamp(0.8rem, 0.7rem + 0.5vw, 1.02rem);
  color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  margin-left: auto;
  font-family: var(--font-display);
  font-size: 1.25em;
  line-height: 1;
  color: var(--honey);
  transition: transform 0.25s ease;
  flex: none;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary:hover { color: var(--spruce-deep); }
.faq-a {
  padding-bottom: clamp(0.85rem, 2vw, 1.3rem);
  padding-right: clamp(1rem, 3vw, 2.2rem);
  color: var(--ink-soft);
  font-size: clamp(0.78rem, 0.69rem + 0.45vw, 0.98rem);
  max-width: 40em;
}

/* ============================================================
   İletişim
   ============================================================ */
.contact-cta {
  margin-top: clamp(1.2rem, 2.8vw, 2.2rem);
  display: flex;
  justify-content: center;
}
.btn-big {
  font-size: clamp(0.8rem, 0.68rem + 0.6vw, 1.08rem);
  padding: clamp(0.7rem, 1.7vw, 1.05rem) clamp(1.3rem, 3.2vw, 2.3rem);
}

.contact-tiles {
  margin-top: clamp(1.3rem, 3vw, 2.4rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
}
.tile {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(0.65rem, 1.9vw, 1.35rem) clamp(0.7rem, 2.1vw, 1.5rem);
}
.tile-label {
  font-family: var(--font-ui);
  font-size: var(--fs-tiny);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--honey);
  display: flex;
  align-items: center;
  gap: 0.45em;
}
.tile-label svg { width: 1em; height: auto; flex: none; }
.tile-value {
  margin-top: clamp(0.3rem, 0.8vw, 0.5rem);
  font-family: var(--font-ui);
  font-size: clamp(0.74rem, 0.63rem + 0.55vw, 0.98rem);
  color: var(--ink);
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.tile-value a { text-decoration: none; color: inherit; }
.tile-value a:hover { color: var(--spruce-deep); }

.map-ph {
  margin-top: var(--gap);
  position: relative;
  height: clamp(9.5rem, 6rem + 18vw, 19rem);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    repeating-linear-gradient(0deg, rgba(56, 96, 73, 0.05) 0 1px, transparent 1px clamp(1.4rem, 3vw, 2.2rem)),
    repeating-linear-gradient(90deg, rgba(56, 96, 73, 0.05) 0 1px, transparent 1px clamp(1.4rem, 3vw, 2.2rem)),
    linear-gradient(150deg, #EDF1DE, #DDE5C8);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.map-ph-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.4rem, 1.2vw, 0.8rem);
  text-align: center;
  padding-inline: var(--gap);
}
.map-ph-inner svg {
  width: clamp(1.3rem, 1rem + 1.4vw, 2.1rem);
  height: auto;
  color: var(--spruce);
  opacity: 0.75;
}

/* ============================================================
   Footer
   ============================================================ */
.site-foot {
  background: var(--ink);
  color: var(--foot-ink);
  padding-block: clamp(1.8rem, 4vw, 3.4rem) clamp(1.3rem, 3vw, 2.2rem);
}
.foot-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--gap);
}
.foot-brand {
  display: flex;
  align-items: center;
  gap: clamp(0.3rem, 0.8vw, 0.55rem);
}
.foot-brand svg { width: clamp(0.95rem, 0.75rem + 0.8vw, 1.35rem); height: auto; color: var(--honey-soft); flex: none; }
.foot-brand b {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(0.95rem, 0.8rem + 0.7vw, 1.25rem);
  line-height: 1.2;
}
.foot-title {
  font-family: var(--font-ui);
  font-size: var(--fs-tiny);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(233, 238, 220, 0.66);
  margin-top: 0.3rem;
}
.foot-links {
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 2vw, 1.6rem);
  font-family: var(--font-ui);
  font-size: var(--fs-small);
}
.foot-links a {
  color: rgba(233, 238, 220, 0.85);
  text-decoration: none;
  border-bottom: 1px solid rgba(233, 238, 220, 0.28);
  padding-bottom: 0.1em;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.foot-links a:hover { color: #fff; border-bottom-color: var(--honey-soft); }

.foot-base {
  margin-top: clamp(1.2rem, 2.6vw, 2rem);
  padding-top: clamp(0.9rem, 2vw, 1.4rem);
  border-top: 1px solid rgba(233, 238, 220, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap);
  font-family: var(--font-ui);
  font-size: var(--fs-tiny);
  color: rgba(233, 238, 220, 0.6);
}
/* Orta blok: uyarı üstte, telif altta — ikisi de ortalı (TearTrade footer düzeni) */
.foot-base-text { flex: 1; text-align: center; min-width: 0; }
.foot-base-text p { margin: 0; }
.foot-base-text .copy { margin-top: clamp(4px, 0.8vw, 8px); }
/* Atatürk imzası — koyu zeminde beyaz (invert); her genişlikte orantılı küçülür */
.foot-ata { height: clamp(30px, 4vw, 46px); width: auto; flex-shrink: 0; opacity: 0.6; filter: invert(1); transition: opacity 0.3s ease; }
.foot-ata:hover { opacity: 0.95; }
/* Türk bayrağı */
.foot-flag { height: clamp(22px, 3vw, 34px); width: auto; flex-shrink: 0; border-radius: 4px; opacity: 0.9; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35); transition: opacity 0.3s ease, transform 0.3s ease; }
.foot-flag:hover { opacity: 1; transform: scale(1.06); }

/* ============================================================
   KVKK / belge sayfası
   ============================================================ */
.doc-main {
  padding-top: calc(var(--nav-h) + clamp(1.8rem, 4vw, 3.6rem));
  padding-bottom: var(--sec-pad);
}
.doc {
  max-width: 46rem;
  margin-inline: auto;
}
.doc h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.45rem, 1rem + 2.2vw, 2.4rem);
  line-height: 1.2;
  margin-top: clamp(0.55rem, 1.4vw, 1rem);
}
.doc h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1rem, 0.85rem + 0.75vw, 1.3rem);
  margin-top: clamp(1.6rem, 3.4vw, 2.6rem);
}
.doc p, .doc li {
  color: var(--ink-soft);
  margin-top: clamp(0.5rem, 1.2vw, 0.8rem);
}
.doc ul, .doc ol { padding-left: clamp(1rem, 2.6vw, 1.5rem); }
.doc li { margin-top: clamp(0.3rem, 0.8vw, 0.5rem); }
.doc-callout {
  margin-top: clamp(1rem, 2.4vw, 1.6rem);
  border: 1px dashed var(--honey-soft);
  border-radius: var(--radius);
  background: rgba(194, 154, 85, 0.08);
  padding: clamp(0.7rem, 1.8vw, 1.1rem) clamp(0.8rem, 2vw, 1.3rem);
  font-family: var(--font-ui);
  font-size: var(--fs-small);
  color: var(--ink-soft);
}
.doc-date {
  margin-top: clamp(1.6rem, 3.4vw, 2.6rem);
  font-family: var(--font-ui);
  font-size: var(--fs-small);
  color: var(--ink-soft);
}

/* ============================================================
   Hareket azaltma + odak + ~300px güvenlik ağı
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* yalnızca ~300px altı güvenlik ağı: dizilim yine aynı,
   sadece üst bar öğelerinin sarmasına izin verilir */
@media (max-width: 300px) {
  .site-head .container { flex-wrap: wrap; height: auto; padding-block: 0.4rem; }
  .foot-top, .foot-base { flex-wrap: wrap; }
}

/* ============================================================
   Çok sayfalı yapı (SEO/GEO sürümü) — ek bileşenler
   Kural korunur: hamburger yok, hiçbir öğe gizlenmez;
   dar ekranda üst bar iki satıra SARAR (nav alta iner).
   ============================================================ */
@media (max-width: 880px) {
  html { scroll-padding-top: calc(var(--nav-h) * 2.4); }
  .site-head .container {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-block: 0.6rem 0.6rem;
    row-gap: 0.3rem;
  }
  .brand { margin-right: 0; }
  .site-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.55rem 1.05rem;
    border-top: 1px dashed var(--line);
    padding-top: 0.45rem;
    margin-top: 0.15rem;
  }
  .site-nav a { font-size: clamp(0.86rem, 0.78rem + 0.5vw, 1rem); }
}
.site-nav a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--honey); }

/* ---------- Hero: alıntı başlık ---------- */
.hero-quote {
  font-size: clamp(1.35rem, 0.85rem + 2.6vw, 2.6rem) !important;
  line-height: 1.24 !important;
}

/* ---------- Rozetler (gerçek eğitim/deneyim bilgileri) ---------- */
.badges {
  margin-top: clamp(0.9rem, 2.2vw, 1.5rem);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.35rem, 1vw, 0.6rem);
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.42em;
  font-family: var(--font-ui);
  font-size: var(--fs-tiny);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.36em 0.95em;
}
.badge svg { width: 1em; height: auto; color: var(--honey); flex: none; }

/* ---------- İç sayfa girişi + breadcrumb ---------- */
.page-hero {
  padding-top: calc(var(--nav-h) + clamp(1.7rem, 1rem + 3.6vw, 3.6rem));
  padding-bottom: clamp(1.7rem, 1rem + 3.6vw, 3.4rem);
}
.crumbs {
  font-family: var(--font-ui);
  font-size: var(--fs-tiny);
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5em;
  margin-bottom: clamp(0.85rem, 2vw, 1.4rem);
}
.crumbs a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--line-strong); padding-bottom: 0.1em; transition: color 0.2s ease; }
.crumbs a:hover { color: var(--ink); }
.crumbs .sep { color: var(--honey-soft); }
.page-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 1.05rem + 2.2vw, 2.5rem);
  line-height: 1.16;
  margin-top: clamp(0.55rem, 1.4vw, 1rem);
  text-wrap: balance;
}
.page-lead {
  margin-top: clamp(0.7rem, 1.7vw, 1.15rem);
  max-width: 46em;
  color: var(--ink-soft);
  font-size: clamp(0.86rem, 0.77rem + 0.45vw, 1.06rem);
}

/* ---------- Alan sayfası: içerik + yan kart ---------- */
.area-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.9fr;
  gap: clamp(1.1rem, 3.5vw, 3rem);
  align-items: start;
}
@media (max-width: 860px) { .area-grid { grid-template-columns: 1fr; } }
.sec-title-sm {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.05rem, 0.9rem + 0.8vw, 1.45rem);
  line-height: 1.25;
}
.check-list {
  margin-top: clamp(0.9rem, 2.2vw, 1.5rem);
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.32rem, 0.9vw, 0.55rem) clamp(1rem, 2.6vw, 1.8rem);
}
@media (max-width: 640px) { .check-list { grid-template-columns: 1fr; } }
.check-list li {
  position: relative;
  padding-left: 1.35em;
  color: var(--ink-soft);
  font-size: clamp(0.78rem, 0.7rem + 0.4vw, 0.97rem);
  line-height: 1.55;
}
.check-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.5em;
  height: 0.5em;
  background: var(--honey-soft);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}
.area-note {
  margin-top: clamp(0.9rem, 2.2vw, 1.5rem);
  color: var(--ink-soft);
  font-size: clamp(0.78rem, 0.7rem + 0.4vw, 0.97rem);
  border-left: 2px solid var(--honey-soft);
  padding-left: 0.95em;
  max-width: 40em;
}
.side-card {
  position: sticky;
  top: calc(var(--nav-h) + 1rem);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(0.9rem, 2.4vw, 1.7rem);
}
@media (max-width: 720px) { .side-card { position: static; } }
.side-title, .side-sub {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-h3);
  line-height: 1.3;
}
.side-sub { margin-top: clamp(1rem, 2.4vw, 1.6rem); }
.side-text {
  margin-top: clamp(0.4rem, 1vw, 0.65rem);
  font-family: var(--font-ui);
  font-size: var(--fs-small);
  color: var(--ink-soft);
  line-height: 1.6;
}
.side-card .btn { width: 100%; margin-top: clamp(0.7rem, 1.7vw, 1.05rem); }
.side-tel {
  display: block;
  margin-top: 0.6rem;
  text-align: center;
  font-family: var(--font-ui);
  font-size: var(--fs-small);
  font-weight: 600;
  color: var(--spruce);
  text-decoration: none;
}
.side-tel:hover { color: var(--spruce-deep); }
.rel-links { list-style: none; margin-top: 0.35rem; }
.rel-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6em;
  padding: 0.5em 0.1em;
  border-bottom: 1px dashed var(--line-strong);
  text-decoration: none;
  color: var(--ink-soft);
  font-family: var(--font-ui);
  font-size: var(--fs-small);
  transition: color 0.2s ease;
}
.rel-links li:last-child a { border-bottom: 0; }
.rel-links a:hover { color: var(--spruce-deep); }
.rel-links svg { width: 0.95em; height: auto; flex: none; color: var(--honey-soft); }

/* ---------- Kart bağlantıları + 3 sütunlu ızgara ---------- */
.card-link { display: block; text-decoration: none; color: inherit; }
.card-more {
  display: inline-block;
  margin-top: clamp(0.45rem, 1.2vw, 0.75rem);
  font-family: var(--font-ui);
  font-size: var(--fs-small);
  font-weight: 600;
  color: var(--spruce);
}
.card-link:hover .card-more { color: var(--spruce-deep); }
@media (min-width: 900px) { .cards--3 { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Süreç adımları ---------- */
.steps {
  margin-top: clamp(1.2rem, 3vw, 2.4rem);
  list-style: none;
  display: grid;
  gap: var(--gap);
  counter-reset: adim;
}
.steps--center { max-width: 46rem; margin-inline: auto; }
.step {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(0.8rem, 2.2vw, 1.4rem) clamp(0.9rem, 2.4vw, 1.7rem);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(0.7rem, 2vw, 1.3rem);
  counter-increment: adim;
}
.step::before {
  content: counter(adim, decimal-leading-zero);
  font-family: var(--font-display);
  color: var(--honey-soft);
  font-size: clamp(1.05rem, 0.9rem + 0.9vw, 1.6rem);
  line-height: 1.3;
}
.step h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-h3);
  line-height: 1.3;
}
.step p {
  margin-top: clamp(0.25rem, 0.7vw, 0.45rem);
  color: var(--ink-soft);
  font-size: clamp(0.76rem, 0.68rem + 0.4vw, 0.95rem);
  line-height: 1.62;
}

/* ---------- Blog: kategori çipleri + boş durum ---------- */
.chip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0.4rem, 1.1vw, 0.65rem);
  margin-top: clamp(0.9rem, 2.2vw, 1.6rem);
}
.chip {
  font-family: var(--font-ui);
  font-size: var(--fs-small);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  background: var(--card);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 0.42em 1.1em;
}
.empty-state {
  margin: clamp(1.4rem, 3.4vw, 2.6rem) auto 0;
  max-width: 36rem;
  text-align: center;
  background: var(--card);
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius-lg);
  padding: clamp(1.4rem, 3.6vw, 2.8rem) clamp(1rem, 3vw, 2.2rem);
}
.empty-state svg { width: clamp(1.6rem, 1.2rem + 1.6vw, 2.6rem); height: auto; margin-inline: auto; color: var(--spruce); opacity: 0.8; }
.empty-state .sec-intro { margin-inline: auto; max-width: 30em; }

/* ---------- Randevu: gün/saat tercih takvimi (iletişim sayfası) ---------- */
.cal-wrap { max-width: 58rem; margin: clamp(1.1rem, 2.6vw, 1.9rem) auto 0; }
.cal-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(0.4rem, 1.2vw, 0.8rem);
}
@media (max-width: 720px) { .cal-grid { grid-template-columns: repeat(3, 1fr); } }
.cal-day {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(0.5rem, 1.4vw, 0.9rem);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  text-align: center;
}
.cal-day h3 {
  font-family: var(--font-ui);
  font-size: var(--fs-small);
  font-weight: 700;
  color: var(--ink);
}
.cal-day h3 small { display: block; font-weight: 500; color: var(--ink-soft); }
.slot {
  font-family: var(--font-ui);
  font-size: var(--fs-small);
  font-weight: 600;
  border: 0;
  border-radius: 9px;
  padding: 0.45em 0;
  background: var(--mint-soft);
  color: #2E6B4F;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}
.slot:hover { transform: translateY(-1px); background: #CBE9D8; }
.slot.secili { background: var(--spruce); color: #fff; }
.cal-note {
  text-align: center;
  font-family: var(--font-ui);
  font-size: var(--fs-tiny);
  color: var(--ink-soft);
  margin-top: 0.75rem;
  line-height: 1.5;
}

/* ---------- Randevu formu ---------- */
.form-wrap {
  max-width: 46rem;
  margin: clamp(1.2rem, 3vw, 2.2rem) auto 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1rem, 2.8vw, 2rem);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.7rem, 1.8vw, 1.2rem);
}
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 0.35rem; }
.field--full { grid-column: 1 / -1; }
.field label {
  font-family: var(--font-ui);
  font-size: var(--fs-tiny);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--honey);
}
.field input,
.field textarea {
  font-family: var(--font-ui);
  font-size: clamp(0.84rem, 0.76rem + 0.4vw, 1rem);
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  padding: 0.6em 0.85em;
  width: 100%;
}
.field textarea { min-height: 6.5em; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-soft); opacity: 0.55; }
.form-actions {
  margin-top: clamp(0.9rem, 2.2vw, 1.5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}
.form-actions .btn { border: 0; cursor: pointer; }
.form-note {
  font-family: var(--font-ui);
  font-size: var(--fs-tiny);
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 44em;
}
.form-note a { color: var(--spruce); }
#form-uyari { color: var(--honey); font-weight: 600; }

/* ---------- Harita ---------- */
.map-embed {
  margin-top: clamp(1rem, 2.6vw, 1.8rem);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--paper-deep);
}
.map-embed iframe {
  display: block;
  width: 100%;
  height: clamp(12rem, 8rem + 20vw, 22rem);
  border: 0;
}

/* ---------- Footer: iletişim satırı + dar ekran sarması ---------- */
.foot-contact {
  margin-top: 0.7rem;
  font-family: var(--font-ui);
  font-size: var(--fs-small);
  color: rgba(233, 238, 220, 0.75);
  line-height: 1.75;
}
.foot-contact a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(233, 238, 220, 0.28); padding-bottom: 0.08em; }
.foot-contact a:hover { color: #fff; border-bottom-color: var(--honey-soft); }
@media (max-width: 680px) {
  .foot-top { flex-direction: column; align-items: flex-start; }
  .foot-links { flex-wrap: wrap; }
  .foot-base { flex-wrap: wrap; }
}

/* ============================================================
   SİMETRİ PRENSİBİ (Semih'in tercihi — bozma):
   iç sayfa girişleri ortalı, metin blokları dengeli hizalı.
   ============================================================ */
.page-hero .container { text-align: center; }
.page-hero .crumbs { justify-content: center; }
.page-hero .eyebrow { justify-content: center; }
.page-hero .eyebrow::after {
  content: '';
  width: clamp(0.9rem, 2vw, 1.6rem);
  height: 1px;
  background: var(--honey-soft);
  flex: none;
}
.page-hero .page-lead { margin-inline: auto; }
.sec-head--center + .about-grid { margin-top: clamp(1.2rem, 3vw, 2.4rem); }
.about-solo {
  max-width: 46rem;
  margin: clamp(1rem, 2.4vw, 1.8rem) auto 0;
  text-align: center;
  color: var(--ink-soft);
}
.about-solo p + p { margin-top: clamp(0.8rem, 1.9vw, 1.3rem); }
.hero-more { margin-top: clamp(0.9rem, 2vw, 1.4rem); }

/* ---------- Yan sütun: ayrık kartlar (randevu + ilgili alanlar) ---------- */
.side-stack {
  position: sticky;
  top: calc(var(--nav-h) + 1rem);
  display: grid;
  gap: var(--gap);
  align-self: start;
}
.side-stack .side-card { position: static; top: auto; }
@media (max-width: 880px) { .side-stack { position: static; } }

/* ---------- Özenli CTA kartları (yan kutu: WhatsApp + telefon) ---------- */
.cta-stack {
  display: grid;
  gap: clamp(0.5rem, 1.3vw, 0.7rem);
  margin-top: clamp(0.8rem, 1.9vw, 1.15rem);
}
.cta-btn {
  display: flex;
  text-align: left;
  align-items: center;
  gap: clamp(0.6em, 1.6vw, 0.85em);
  padding: clamp(0.6em, 1.6vw, 0.8em) clamp(0.7em, 1.8vw, 1em);
  border-radius: 16px;
  text-decoration: none;
  font-family: var(--font-ui);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.cta-ic {
  width: clamp(2.2em, 5vw, 2.5em);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: none;
}
.cta-ic svg { width: 55%; height: auto; }
.cta-txt b {
  display: block;
  font-size: clamp(0.82rem, 0.74rem + 0.4vw, 0.98rem);
  font-weight: 700;
  line-height: 1.3;
}
.cta-txt small {
  display: block;
  font-size: var(--fs-tiny);
  opacity: 0.82;
  margin-top: 0.14em;
  line-height: 1.4;
}
.cta-btn--wa {
  background: var(--sky-soft);
  color: #33617E;
  box-shadow: 0 12px 22px -16px rgba(94, 151, 188, 0.5);
}
.cta-btn--wa .cta-ic { background: #25D366; color: #fff; }
.cta-btn--wa .cta-txt small { opacity: 0.8; }
.cta-btn--wa:hover { transform: translateY(-2px); box-shadow: 0 16px 26px -16px rgba(94, 151, 188, 0.6); }
.cta-btn--tel {
  background: var(--paper);
  border: 1px solid var(--line-strong);
  color: var(--ink);
}
.cta-btn--tel .cta-ic { background: var(--sun-soft); color: #B06E0F; }
.cta-btn--tel:hover { border-color: var(--spruce); transform: translateY(-2px); }

/* ---------- Blog kategori kartları (ikonlu, tıklanabilir) ---------- */
.cat-cards {
  margin: clamp(1rem, 2.4vw, 1.8rem) auto 0;
  max-width: 56rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
}
@media (max-width: 760px) { .cat-cards { grid-template-columns: repeat(2, 1fr); } }
.cat-card {
  background: var(--card);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: clamp(0.8rem, 2vw, 1.3rem) clamp(0.5rem, 1.4vw, 0.9rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.4rem, 1.1vw, 0.6rem);
  text-align: center;
  text-decoration: none;
  color: var(--ink);
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: var(--fs-small);
  line-height: 1.35;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
a.cat-card:hover {
  transform: translateY(-3px);
  border-color: var(--spruce);
  box-shadow: 0 16px 30px -22px rgba(51, 65, 94, 0.45);
}
.cat-ic {
  width: clamp(2.2rem, 1.8rem + 1.4vw, 3rem);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.cat-ic svg { width: 55%; height: auto; }
.cat-card:nth-child(1) .cat-ic { background: var(--coral-soft); color: #C24E3A; }
.cat-card:nth-child(2) .cat-ic { background: var(--sky-soft);   color: #3D7092; }
.cat-card:nth-child(3) .cat-ic { background: var(--sun-soft);   color: #B06E0F; }
.cat-card:nth-child(4) .cat-ic { background: var(--mint-soft);  color: #3D7E5F; }
.cat-card small {
  display: block;
  font-weight: 500;
  color: var(--ink-soft);
  font-size: var(--fs-tiny);
  line-height: 1.45;
  overflow-wrap: anywhere;
}
/* iletişim kartlarında sabit rozet renkleri (nth-child'ı ezer) */
.cat-cards .cat-card .cat-ic--wa   { background: #25D366;          color: #fff; }
.cat-cards .cat-card .cat-ic--mail { background: var(--sky-soft);  color: #3D7092; }
.cat-cards .cat-card .cat-ic--pin  { background: var(--sun-soft);  color: #B06E0F; }
.cat-cards .cat-card .cat-ic--ig   { background: #FBDFE7;          color: #B25277; }

/* WhatsApp aksiyon butonu: marka yeşili */
.btn-wa { background: #25D366; }
.btn-wa:hover { background: #1DA851; }

/* ---------- Alanlar arası gezinme: hap navigasyonu ---------- */
.pill-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0.45rem, 1.2vw, 0.7rem);
  margin: clamp(1.1rem, 2.6vw, 1.9rem) auto 0;
  max-width: 54rem;
}
.pill {
  font-family: var(--font-ui);
  font-size: var(--fs-small);
  font-weight: 600;
  color: var(--ink-soft);
  background: var(--card);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 0.5em 1.1em;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.pill:hover {
  border-color: var(--spruce);
  color: var(--spruce-deep);
  background: var(--coral-soft);
  transform: translateY(-1px);
}
.pill--all { background: var(--spruce); border-color: transparent; color: #fff; }
.pill--all:hover { background: var(--spruce-deep); color: #fff; }

/* kartların tıklanabilirliği daha belirgin */
.card-link { border-color: var(--line-strong); }
.card-link:hover { border-color: var(--spruce); }
.card-link .card-more { border-bottom: 1px solid var(--line-strong); padding-bottom: 0.1em; }
.card-link:hover .card-more { border-bottom-color: var(--spruce); }

/* ---------- İki satırlı üst bar için giriş boşlukları (en sonda: her şeyi ezer) ---------- */
@media (max-width: 880px) {
  .hero { padding-top: clamp(9.6rem, 8.2rem + 6vw, 11.6rem); }
  .page-hero { padding-top: clamp(9rem, 7.8rem + 5vw, 10.8rem); }
  .side-card { top: 0.8rem; }
}

/* ---------- Üst bar sloganı: mobilde logo yanında görünür ---------- */
.brand-tag {
  display: none;
  font-family: var(--font-ui);
  font-size: clamp(0.58rem, 0.5rem + 0.4vw, 0.68rem);
  font-style: italic;
  color: var(--ink-soft);
  line-height: 1.35;
  text-align: right;
  max-width: 13.5rem;
}
@media (max-width: 880px) {
  .brand-tag {
    display: block;
    text-align: center;
    max-width: 22rem;
  }
}

/* ---------- Mobil: hero ve hakkımda tek sütuna iner, metin ortalanır ---------- */
@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; gap: clamp(1.4rem, 4.5vw, 2.2rem); }
  .hero-grid > div:first-child { text-align: center; }
  .hero .eyebrow { justify-content: center; }
  .hero .eyebrow::after {
    content: '';
    width: clamp(0.9rem, 2vw, 1.6rem);
    height: 1px;
    background: var(--honey-soft);
    flex: none;
  }
  .hero-lead { margin-inline: auto; }
  .portrait { width: 100%; max-width: 24rem; margin-inline: auto; }
  .about-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   ÇOCUK TEMASI KATMANI — "sıcak atölye"
   Dalgalı bölüm kenarları, pastel rozetler, uçurtma sahnesi,
   boya kalemi süsleri. Metin dili ebeveynlere hitap etmeye
   devam eder; oyuncu olan yalnızca görsel katmandır.
   ============================================================ */

/* Fredoka başlıklar: 500 ağırlık (tanımlardaki 400'ü ezer) */
.hero h1, .sec-title, .page-title, .sec-title-sm, .card h3, .step h3,
.info-panel h3, .side-title, .side-sub, .doc h1, .doc h2,
.brand-name, .foot-brand b { font-weight: 500; letter-spacing: 0.005em; }

/* ---------- Dalgalı bölüm kenarları ---------- */
.section--band {
  position: relative;
  border-block: 0;
}
.section--band::before,
.section--band::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 26px;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 28' preserveAspectRatio='none'%3E%3Cpath d='M0 28V16Q15 4 30 16T60 16T90 16T120 16V28Z' fill='%23FDEBD7'/%3E%3C/svg%3E") repeat-x bottom / 120px 26px;
}
.section--band::before { top: -25px; }
.section--band::after { bottom: -25px; transform: scaleY(-1); }

.section--band--sky { background: var(--sky-soft); }
.section--band--sky::before,
.section--band--sky::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 28' preserveAspectRatio='none'%3E%3Cpath d='M0 28V16Q15 4 30 16T60 16T90 16T120 16V28Z' fill='%23DCEEF7'/%3E%3C/svg%3E");
}

/* ---------- Boya kalemi süsü: ortalı bölüm başlıkları ---------- */
.sec-head--center .sec-title::after {
  content: '';
  display: block;
  width: 5.2em;
  height: 0.42em;
  margin: 0.45em auto 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12'%3E%3Cpath d='M3 8c14-6 26 4 40-2s26 2 38-3 24 3 36 1' fill='none' stroke='%23F2B24C' stroke-width='4.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* ---------- Hero: gerçek fotoğraf ---------- */
.portrait--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}

/* ---------- Hero: uçurtma sahnesi (foto placeholder) ---------- */
.portrait--play {
  background:
    radial-gradient(120% 90% at 78% 10%, rgba(242, 178, 76, 0.2), transparent 55%),
    linear-gradient(168deg, #E3F0F8 8%, #FDF2DE 92%);
}
.play-scene { position: absolute; inset: 0; }
.ps { position: absolute; height: auto; }
.ps-sun    { top: 6%;    right: 8%;  width: 19%; color: #E29A2E; }
.ps-cloud1 { top: 15%;   left: 7%;   width: 24%; color: #7FA9C9; }
.ps-cloud2 { bottom: 17%; right: 10%; width: 18%; color: #98BCD8; }
.ps-kite   { top: 24%;   left: 27%;  width: 38%; color: var(--spruce); animation: floaty 6.5s ease-in-out infinite; }
.ps-plane  { bottom: 24%; left: 10%;  width: 17%; color: #3D7092; animation: floaty 7.5s ease-in-out infinite 1.3s; }
.ps-star1  { top: 55%;   right: 9%;  width: 9%;  color: #E8A83E; animation: floaty 8s ease-in-out infinite 0.6s; }
.ps-star2  { bottom: 8%;  left: 33%;  width: 7%;  color: var(--spruce); }
@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(-2.5deg); }
  50% { transform: translateY(-4.5%) rotate(2.5deg); }
}

/* ---------- Kart ikonları: dönüşümlü pastel rozetler ---------- */
.cards > *:nth-child(6n+1) .card-icon { background: var(--coral-soft); border-color: transparent; color: #C24E3A; }
.cards > *:nth-child(6n+2) .card-icon { background: var(--sky-soft);   border-color: transparent; color: #3D7092; }
.cards > *:nth-child(6n+3) .card-icon { background: var(--sun-soft);   border-color: transparent; color: #B06E0F; }
.cards > *:nth-child(6n+4) .card-icon { background: var(--mint-soft);  border-color: transparent; color: #3D7E5F; }
.cards > *:nth-child(6n+5) .card-icon { background: var(--lilac-soft); border-color: transparent; color: #6C5FA0; }
.cards > *:nth-child(6n+6) .card-icon { background: #FBDFE7;           border-color: transparent; color: #B25277; }

/* ---------- Rozetler ve çipler: pastel dokunuş ---------- */
.badges .badge:nth-child(4n+1) { background: var(--coral-soft); border-color: transparent; }
.badges .badge:nth-child(4n+2) { background: var(--sky-soft);   border-color: transparent; }
.badges .badge:nth-child(4n+3) { background: var(--sun-soft);   border-color: transparent; }
.badges .badge:nth-child(4n+4) { background: var(--mint-soft);  border-color: transparent; }
.badge { color: var(--ink); }
.badge svg { color: inherit; opacity: 0.75; }

.chip-row .chip:nth-child(4n+1) { background: var(--coral-soft); border-color: transparent; color: #A34632; }
.chip-row .chip:nth-child(4n+2) { background: var(--sky-soft);   border-color: transparent; color: #33617E; }
.chip-row .chip:nth-child(4n+3) { background: var(--sun-soft);   border-color: transparent; color: #96600E; }
.chip-row .chip:nth-child(4n+4) { background: var(--mint-soft);  border-color: transparent; color: #346A50; }

/* ---------- Footer: gece göğü + yıldız serpintisi ---------- */
.site-foot {
  background: #2A3550 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 180'%3E%3Cg stroke='%23F2B24C' stroke-width='2' stroke-linecap='round' opacity='0.2'%3E%3Cpath d='M30 24v10M25 29h10'/%3E%3Cpath d='M122 58v8M118 62h8'/%3E%3Cpath d='M70 132v10M65 137h10'/%3E%3Cpath d='M152 150v8M148 154h8'/%3E%3C/g%3E%3Cg fill='%23F2B24C' opacity='0.16'%3E%3Ccircle cx='95' cy='20' r='2'/%3E%3Ccircle cx='20' cy='95' r='2'/%3E%3Ccircle cx='160' cy='100' r='2.5'/%3E%3Ccircle cx='58' cy='72' r='1.8'/%3E%3C/g%3E%3C/svg%3E") repeat;
}
.foot-brand svg { color: var(--honey-soft); }

/* ---------- Footer v2: "gece göğü" — 3 sütun + dalga + belirgin sosyal ---------- */
.site-foot {
  position: relative;
  padding-top: clamp(2.6rem, 5.5vw, 4.4rem);
  background: #2A3550 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg fill='%23F2B24C'%3E%3Cpath opacity='0.14' d='M30 19l1.7 3.4 3.4 1.7-3.4 1.7-1.7 3.4-1.7-3.4-3.4-1.7 3.4-1.7Z'/%3E%3Cpath opacity='0.12' d='M132 53l1.5 3 3 1.5-3 1.5-1.5 3-1.5-3-3-1.5 3-1.5Z'/%3E%3Cpath opacity='0.13' d='M70 135l1.7 3.4 3.4 1.7-3.4 1.7-1.7 3.4-1.7-3.4-3.4-1.7 3.4-1.7Z'/%3E%3Cpath opacity='0.11' d='M168 147l1.4 2.8 2.8 1.4-2.8 1.4-1.4 2.8-1.4-2.8-2.8-1.4 2.8-1.4Z'/%3E%3Ccircle opacity='0.12' cx='100' cy='26' r='1.6'/%3E%3Ccircle opacity='0.1' cx='24' cy='102' r='1.5'/%3E%3Ccircle opacity='0.12' cx='172' cy='96' r='1.8'/%3E%3Ccircle opacity='0.1' cx='64' cy='78' r='1.3'/%3E%3Ccircle opacity='0.1' cx='140' cy='178' r='1.5'/%3E%3C/g%3E%3C/svg%3E") repeat;
}
.site-foot::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  height: 26px;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 28' preserveAspectRatio='none'%3E%3Cpath d='M0 28V16Q15 4 30 16T60 16T90 16T120 16V28Z' fill='%232A3550'/%3E%3C/svg%3E") repeat-x bottom / 120px 26px;
}
/* footer'ın hemen üstündeki bant kendi alt dalgasını çizmesin (çifte dalga olmasın) */
main > .section--band:last-child::after { content: none; }

.foot-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr 1fr;
  gap: clamp(1.4rem, 3.5vw, 3.2rem);
  align-items: start;
}
@media (max-width: 780px) { .foot-grid { grid-template-columns: 1fr; gap: 1.7rem; } }

.foot-brand b { font-size: clamp(1.05rem, 0.9rem + 0.8vw, 1.45rem); }
.foot-quote {
  margin-top: clamp(0.8rem, 1.8vw, 1.2rem);
  font-style: italic;
  font-family: var(--font-body);
  font-size: var(--fs-small);
  color: rgba(245, 239, 227, 0.68);
  max-width: 24em;
  line-height: 1.7;
}
.foot-head {
  font-family: var(--font-ui);
  font-size: var(--fs-tiny);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--honey-soft);
}
.foot-list {
  list-style: none;
  margin-top: clamp(0.7rem, 1.6vw, 1.05rem);
  display: grid;
  gap: clamp(0.4rem, 1vw, 0.6rem);
  font-family: var(--font-ui);
  font-size: var(--fs-small);
}
.foot-list a {
  color: rgba(245, 239, 227, 0.85);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.08em;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.foot-list a:hover { color: #fff; border-bottom-color: var(--honey-soft); }
.foot-list--contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.55em;
  color: rgba(245, 239, 227, 0.8);
  line-height: 1.6;
}
.foot-list--contact svg { width: 1em; height: auto; flex: none; margin-top: 0.22em; color: var(--honey-soft); }
.foot-cta {
  margin-top: clamp(0.9rem, 2vw, 1.3rem);
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--font-ui);
  font-size: var(--fs-small);
  font-weight: 600;
  color: var(--foot-ink);
  border: 1.5px solid rgba(242, 178, 76, 0.65);
  border-radius: 999px;
  padding: 0.5em 1.15em;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.foot-cta svg { width: 1.05em; height: auto; flex: none; }
.foot-cta:hover { background: var(--honey-soft); color: #2A3550; border-color: transparent; }

/* yapımcı kredisi */
.foot-base .copy { white-space: normal; }
.foot-base .credit {
  color: rgba(245, 239, 227, 0.85);
  text-decoration: none;
  border-bottom: 1px solid rgba(233, 238, 220, 0.25);
  padding-bottom: 0.08em;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.foot-base .credit:hover { color: #fff; border-bottom-color: var(--honey-soft); }
.credit-heart { color: #ED8A5E; }

.foot-social {
  margin-top: clamp(1rem, 2.2vw, 1.5rem);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.5rem, 1.3vw, 0.75rem);
}
.soc {
  width: clamp(2.4rem, 2rem + 1.2vw, 2.9rem);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1.5px solid rgba(245, 239, 227, 0.45);
  background: rgba(255, 247, 236, 0.08);
  display: grid;
  place-items: center;
  color: var(--paper);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.soc svg { width: 55%; height: auto; }
a[href].soc { background: var(--honey-soft); border-color: transparent; color: #2A3550; }
a[href].soc:hover { background: #fff; color: var(--spruce-deep); transform: translateY(-2px); }
.soc--ph { opacity: 0.85; cursor: help; }

/* ---------- Küçük yumuşatmalar ---------- */
.card, .tile, .step, .info-panel, .side-card, .form-wrap { border-color: var(--line); }
.card:hover { box-shadow: 0 18px 32px -22px rgba(51, 65, 94, 0.45); }
.btn-primary { box-shadow: 0 10px 22px -12px rgba(217, 111, 66, 0.55); }
.btn-primary:hover { box-shadow: 0 14px 26px -12px rgba(217, 111, 66, 0.6); }
