/* Mavi Mine — shared stylesheet (canlı, neşeli, Türk anaokulu kimliği) */
:root {
  /* WARM CREAMS */
  --paper: #FFFBF2;
  --milk: #FFF7E8;
  --sand: #FBEEDC;
  --cream-deep: #F4E4C9;

  /* INK */
  --ink: #2A2422;
  --ink-soft: #4F4842;
  --ink-light: #8A7F75;

  /* PRIMARY — turkuaz (logodaki ana renk) */
  --teal: #1AAFA0;
  --teal-deep: #0E8478;
  --teal-soft: #C4ECE7;

  /* CHILDREN PALETTE — broşürden, doygun */
  --orange: #F39233;
  --orange-soft: #FCD9B4;
  --sun: #F5C518;
  --sun-soft: #FCE99B;
  --rose: #EC6E9A;
  --rose-soft: #F8C5D7;
  --grape: #9C6BC2;
  --grape-soft: #DCC9EC;
  --grass: #7BBF50;
  --grass-soft: #C9E4B0;
  --sky: #5BB5E0;
  --sky-soft: #C2E2F0;
  --coral: #E85A4F;
  --coral-soft: #F7C3BD;

  --line: #EFE2C9;
  --line-deep: #E0CDA8;

  /* Geçiş için eski değişken adları (eski sayfalar bozulmasın) */
  --cream: var(--paper);
  --cream-warm: var(--sand);
  --cream-deep: var(--cream-deep);
  --terra: var(--orange);
  --terra-deep: #d97a20;
  --mine: var(--teal);
  --mine-deep: var(--teal-deep);
  --mine-soft: var(--teal-soft);
  --olive: var(--grass);
  --olive-deep: #5a9438;
  --bud: var(--grass);
  --bud-soft: var(--grass-soft);
  --peach: var(--orange);
  --peach-soft: var(--orange-soft);
  --lilac: var(--grape);
  --lilac-soft: var(--grape-soft);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: hidden; max-width: 100%; }
img, svg, video { max-width: 100%; height: auto; }
body {
  font-family: 'Quicksand', system-ui, sans-serif;
  font-weight: 500;
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}

h1, h2, h3, h4 {
  font-family: 'Quicksand', system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--ink);
}

.handwritten {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}

.scribble { font-family: 'Caveat', cursive; font-weight: 600; font-style: normal; letter-spacing: 0; }

.mono {
  font-family: 'Quicksand', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-light);
  font-weight: 700;
}
.serif { font-family: 'Quicksand', sans-serif; font-weight: 700; }

a { color: inherit; }

/* PLACEHOLDERS — sketchy, kesik çizgi (broşür DNA'sı) */
.ph {
  background:
    repeating-linear-gradient(135deg, rgba(42,36,34,0.06) 0 12px, rgba(42,36,34,0) 12px 24px),
    var(--sand);
  border: 2px dashed rgba(42,36,34,0.18);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Quicksand', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-light);
  text-align: center; padding: 8px; line-height: 1.5;
  position: relative; overflow: hidden;
  border-radius: 8px;
}
.ph.teal,  .ph.olive { background: repeating-linear-gradient(135deg, rgba(26,175,160,0.18) 0 12px, rgba(26,175,160,0) 12px 24px), var(--teal-soft); border-color: rgba(26,175,160,0.4); }
.ph.orange, .ph.terra { background: repeating-linear-gradient(135deg, rgba(243,146,51,0.18) 0 12px, rgba(243,146,51,0) 12px 24px), var(--orange-soft); border-color: rgba(243,146,51,0.4); }
.ph.rose { background: repeating-linear-gradient(135deg, rgba(236,110,154,0.18) 0 12px, rgba(236,110,154,0) 12px 24px), var(--rose-soft); border-color: rgba(236,110,154,0.4); }
.ph.grape, .ph.lilac { background: repeating-linear-gradient(135deg, rgba(156,107,194,0.18) 0 12px, rgba(156,107,194,0) 12px 24px), var(--grape-soft); border-color: rgba(156,107,194,0.4); }
.ph.grass, .ph.bud  { background: repeating-linear-gradient(135deg, rgba(123,191,80,0.18) 0 12px, rgba(123,191,80,0) 12px 24px), var(--grass-soft); border-color: rgba(123,191,80,0.4); }
.ph.sun  { background: repeating-linear-gradient(135deg, rgba(245,197,24,0.18) 0 12px, rgba(245,197,24,0) 12px 24px), var(--sun-soft); border-color: rgba(245,197,24,0.4); }
.ph.sky  { background: repeating-linear-gradient(135deg, rgba(91,181,224,0.18) 0 12px, rgba(91,181,224,0) 12px 24px), var(--sky-soft); border-color: rgba(91,181,224,0.4); }
.ph.deep { background: repeating-linear-gradient(135deg, rgba(42,36,34,0.10) 0 12px, rgba(42,36,34,0) 12px 24px), var(--cream-deep); }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,251,242,0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  padding: 14px 48px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px;
}
.logo { display: flex; align-items: center; gap: 12px; cursor: pointer; flex-shrink: 0; text-decoration: none; }
.logo img { height: 56px; width: auto; display: block; }
.logo-text { display: none; }
.nav-links { display: flex; gap: 26px; font-size: 14px; font-weight: 600; }
.nav-links a { color: var(--ink); text-decoration: none; opacity: 0.75; transition: opacity .2s, color .2s; }
.nav-links a:hover, .nav-links a.active { opacity: 1; color: var(--teal-deep); }
.nav-cta { display: flex; align-items: center; gap: 14px; font-size: 13px; }
.lang { color: var(--ink-light); cursor: pointer; }
.lang strong { color: var(--ink); }

/* BUTTONS — pill, joyful */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px; font: inherit; font-size: 14px; font-weight: 700;
  background: var(--teal); color: white;
  border: 2px solid var(--teal);
  border-radius: 999px;
  cursor: pointer; text-decoration: none;
  transition: transform .2s, background .2s, box-shadow .2s;
  letter-spacing: 0.02em;
}
.btn:hover {
  transform: translateY(-2px);
  background: var(--teal-deep);
  border-color: var(--teal-deep);
  box-shadow: 0 6px 20px rgba(14,132,120,0.25);
}
.btn.terra, .btn.orange { background: var(--orange); border-color: var(--orange); color: white; }
.btn.terra:hover, .btn.orange:hover { background: #d97a20; border-color: #d97a20; box-shadow: 0 6px 20px rgba(243,146,51,0.3); }
.btn.ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn.ghost:hover { background: var(--ink); color: var(--paper); }

/* FOOTER */
footer {
  background: var(--teal-deep);
  color: var(--paper);
  padding: 80px 48px 32px;
  position: relative; z-index: 2;
}
footer a { color: var(--paper); text-decoration: none; opacity: 0.85; transition: opacity .2s; }
footer a:hover { opacity: 1; }

section { padding: 96px 48px; position: relative; z-index: 2; }
@media (max-width: 1100px) {
  .nav-links { gap: 14px; font-size: 13px; }
}
@media (max-width: 960px) {
  section { padding: 64px 24px; }
  .nav { padding: 12px 24px; gap: 16px; }
  .nav-links { display: none; }
}

.page-hero {
  padding: 80px 48px 56px;
  border-bottom: 2px dashed var(--line-deep);
  position: relative; z-index: 2;
}
.page-hero .crumb { margin-bottom: 16px; }
.page-hero h1 { font-size: clamp(48px, 6vw, 84px); font-weight: 700; }
.page-hero .lede { margin-top: 20px; font-size: 18px; line-height: 1.6; color: var(--ink-soft); max-width: 620px; font-weight: 500; }

.section-label {
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal-deep);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.section-label::before {
  content: "";
  width: 28px; height: 2px; background: var(--orange);
  border-radius: 2px;
}
.section-label.center { justify-content: center; }
.section-label.center::before { display: none; }

.divider { height: 1px; background: var(--line); margin: 0; }

/* Konuşma balonu — broşürdeki gibi */
.bubble {
  display: inline-block;
  background: white;
  border: 2px dashed var(--teal);
  border-radius: 24px;
  padding: 14px 22px;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.bubble::after {
  content: '';
  position: absolute;
  bottom: -10px; left: 30px;
  width: 16px; height: 16px;
  background: white;
  border-right: 2px dashed var(--teal);
  border-bottom: 2px dashed var(--teal);
  transform: rotate(45deg);
}

/* Renkli daire (broşürdeki gülen yüz pattern'i) */
.smile-circle {
  width: 64px; height: 64px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: white;
  font-size: 28px;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.smile-circle.teal   { background: var(--teal); }
.smile-circle.orange { background: var(--orange); }
.smile-circle.sun    { background: var(--sun); color: var(--ink); }
.smile-circle.rose   { background: var(--rose); }
.smile-circle.grape  { background: var(--grape); }
.smile-circle.grass  { background: var(--grass); }
.smile-circle.sky    { background: var(--sky); }
.smile-circle.coral  { background: var(--coral); }

/* ==== HAKKIMIZDA ==== */

/* STORY HERO */
.story-hero {
  position: relative;
  padding: 80px 48px 60px;
  text-align: center;
  background: var(--milk);
  overflow: hidden;
}
.story-hero-inner {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.story-hero h1 {
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.1;
  margin: 0 0 24px;
}
.story-hero h1 em {
  color: var(--teal-deep);
  font-style: normal;
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 1.05em;
}
.story-hero-lede {
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.6;
  font-weight: 500;
  max-width: 580px;
  margin: 0 auto;
}
.story-hero-lede strong { color: var(--ink); }

/* Hero with portrait */
.story-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  text-align: left;
  max-width: 1180px;
}
.story-hero-grid .story-hero-lede { margin: 0; }
.story-hero-grid h1 { text-align: left; }
.story-hero-text .section-label { display: inline-block; }
.story-hero-portrait {
  position: relative;
}
.portrait-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: var(--cream-deep);
  border: 4px solid white;
  box-shadow: 0 24px 60px rgba(14,132,120,0.18);
  aspect-ratio: 4/5;
  max-width: 440px;
  margin: 0 auto;
}
.portrait-frame img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.portrait-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to top, rgba(14,132,120,0.85) 0%, rgba(14,132,120,0.4) 60%, rgba(14,132,120,0) 100%);
  padding: 48px 22px 20px;
  color: white;
}
.portrait-caption .cap-mono {
  font-family: 'Quicksand', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.85); margin-bottom: 4px;
}
.portrait-caption .cap-name {
  font-family: 'Quicksand', sans-serif; font-size: 19px; font-weight: 700; color: white;
}
.portrait-quote {
  position: absolute;
  bottom: -18px;
  right: -8px;
  background: var(--sun);
  color: var(--ink);
  font-size: 26px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 999px;
  transform: rotate(-3deg);
  box-shadow: 0 8px 20px rgba(245,197,24,0.35);
  white-space: nowrap;
}
@media (max-width: 880px) {
  .story-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .story-hero-grid h1 { text-align: center; }
  .story-hero-grid .story-hero-lede { margin: 0 auto; }
  .portrait-frame { max-width: 360px; }
}

/* STORY INTRO (Mavi + Mine kartları) */
.story-intro {
  padding: 80px 48px 100px;
  background: var(--paper);
  position: relative;
}
.story-intro-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1080px;
  margin: 0 auto 60px;
}
.story-card {
  background: white;
  border-radius: 28px;
  padding: 40px 36px;
  box-shadow: 0 8px 32px rgba(14,132,120,0.08);
  border: 2px dashed transparent;
  transition: all 0.3s;
}
.story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(14,132,120,0.14);
}
.mavi-card:hover { border-color: var(--teal-soft); }
.mine-card:hover { border-color: var(--orange-soft); }
.story-card-label {
  font-size: 32px;
  margin-bottom: 16px;
  font-weight: 700;
}
.story-card p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0 0 14px;
  font-weight: 500;
}
.story-card p:last-child { margin-bottom: 0; }
.story-card p em {
  font-style: italic;
  color: var(--ink);
}

/* STORY QUOTE */
.story-quote {
  position: relative;
  font-family: 'Caveat', cursive;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.3;
  color: var(--ink);
  text-align: center;
  max-width: 760px;
  margin: 80px auto 0;
  padding: 50px 32px 40px;
  border-top: 2px dashed var(--line-deep);
  border-bottom: 2px dashed var(--line-deep);
  font-weight: 700;
}
.story-quote em {
  font-style: normal;
  font-size: 1.15em;
}

/* DEEP SECTIONS (Mavi'de / Mine'de neyimiz var) */
.deep-section {
  padding: 100px 48px;
  position: relative;
}
.deep-mavi { background: var(--paper); }
.deep-mine { background: var(--milk); }
.deep-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.deep-head {
  text-align: center;
  margin-bottom: 56px;
}
.deep-head h2 {
  font-size: clamp(36px, 4.2vw, 56px);
  margin: 8px 0 20px;
}
.deep-head h2 em {
  font-style: normal;
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 1.1em;
}
.deep-lede {
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 580px;
  margin: 0 auto;
  font-weight: 500;
}
.deep-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.deep-card {
  background: white;
  border-radius: 24px;
  padding: 32px 24px;
  box-shadow: 0 4px 16px rgba(14,132,120,0.06);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all 0.3s;
}
.deep-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(14,132,120,0.12);
}
.deep-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.deep-card p {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.65;
  margin: 0;
  font-weight: 500;
}

/* PROFILE SECTION */
.profile-section {
  padding: 100px 48px;
  background: var(--sand);
  position: relative;
  overflow: hidden;
}
.profile-inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.profile-head {
  text-align: center;
  margin-bottom: 56px;
}
.profile-head h2 {
  font-size: clamp(36px, 4.4vw, 60px);
  margin: 8px 0 24px;
}
.profile-head h2 em {
  font-style: normal;
  font-family: 'Caveat', cursive;
  font-weight: 700;
  color: var(--rose);
  font-size: 1.05em;
}
.profile-lede {
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto;
  font-weight: 500;
}
.profile-lede strong { color: var(--ink); }
.profile-lede em { font-style: italic; color: var(--teal-deep); }
.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.profile-card {
  background: white;
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 4px 16px rgba(14,132,120,0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s;
}
.profile-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(14,132,120,0.14);
}
.profile-emoji {
  font-size: 42px;
  line-height: 1;
}
.profile-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
}
.profile-card p {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.65;
  margin: 0;
  font-weight: 500;
}

/* CLOSING */
.story-closing {
  padding: 100px 48px;
  background: var(--teal-deep);
  color: var(--paper);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.story-closing-inner {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.story-closing blockquote {
  font-family: 'Caveat', cursive;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.3;
  color: var(--paper);
  font-weight: 700;
  margin: 0 0 32px;
}
.story-closing blockquote em {
  font-style: normal;
  color: var(--sun);
  font-size: 1.1em;
}
.closing-text {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 251, 242, 0.85);
  margin-bottom: 36px;
  font-weight: 500;
}
.closing-text strong { color: var(--paper); }
.closing-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.story-closing .btn.ghost {
  border-color: rgba(255, 251, 242, 0.6);
  color: var(--paper);
}
.story-closing .btn.ghost:hover {
  background: var(--paper);
  color: var(--teal-deep);
  border-color: var(--paper);
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .story-hero, .story-intro, .deep-section, .profile-section, .story-closing {
    padding: 64px 24px;
  }
  .story-intro-inner { grid-template-columns: 1fr; }
  .deep-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .profile-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 600px) {
  .deep-grid, .profile-grid { grid-template-columns: 1fr; }
}

/* Subtle paper texture */
body::before {
  content: '';
  position: fixed; inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' /><feColorMatrix values='0 0 0 0 0.18 0 0 0 0 0.14 0 0 0 0 0.10 0 0 0 0.03 0' /></filter><rect width='100%' height='100%' filter='url(%23n)' /></svg>");
  opacity: 0.5;
  z-index: 1;
  mix-blend-mode: multiply;
}


/* ============================================ */
/* ====== DESTEK SAYFASI ====================== */
/* ============================================ */

/* HERO */
.support-hero {
  position: relative;
  padding: 80px 48px 70px;
  background: var(--milk);
  text-align: center;
  overflow: hidden;
}
.support-hero .blob { position: absolute; z-index: 1; pointer-events: none; }
.support-hero-inner {
  max-width: 860px; margin: 0 auto;
  position: relative; z-index: 2;
}
.support-hero h1 {
  font-size: clamp(48px, 6.4vw, 88px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 18px 0 0;
}
.support-hero h1 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  font-weight: 700;
  color: var(--orange);
}
.support-hero-lede {
  margin: 28px auto 0;
  max-width: 620px;
  font-size: 18px; line-height: 1.65;
  color: var(--ink-soft); font-weight: 500;
}
.support-hero-lede strong {
  color: var(--teal-deep); font-weight: 700;
}

.section-label.center {
  display: inline-flex;
  margin: 0 auto;
}

/* GRID OF CARDS */
.support-grid-section {
  position: relative;
  padding: 80px 48px 90px;
  background: var(--paper);
  border-top: 2px dashed var(--line-deep);
}
.support-grid-inner { max-width: 1280px; margin: 0 auto; }
.support-grid-head { text-align: center; margin-bottom: 48px; }
.support-grid-head h2 {
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.1;
  margin-top: 14px;
  font-weight: 700;
}
.support-grid-head h2 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  color: var(--teal);
  font-weight: 700;
}
.support-grid-lede {
  margin: 18px auto 0;
  max-width: 560px;
  font-size: 16px; line-height: 1.6;
  color: var(--ink-soft);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.support-card {
  background: white;
  border: 2px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.support-card:hover {
  border-color: var(--line-deep);
  box-shadow: 0 8px 28px rgba(42,36,34,0.06);
  transform: translateY(-2px);
}
.support-card.is-open {
  grid-column: span 2;
  box-shadow: 0 12px 36px rgba(42,36,34,0.10);
}
.support-card.is-open:hover { transform: none; }

/* color accents per card — left edge */
.support-card.is-open.support-sun    { border-color: var(--sun); }
.support-card.is-open.support-rose   { border-color: var(--rose); }
.support-card.is-open.support-sky    { border-color: var(--sky); }
.support-card.is-open.support-orange { border-color: var(--orange); }
.support-card.is-open.support-grape  { border-color: var(--grape); }
.support-card.is-open.support-teal   { border-color: var(--teal); }
.support-card.is-open.support-grass  { border-color: var(--grass); }
.support-card.is-open.support-coral  { border-color: var(--coral); }

.support-card-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 22px 24px;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: var(--ink);
}
.support-card-text h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 4px;
  letter-spacing: -0.01em;
}
.support-card-text p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-light);
}
.support-toggle {
  width: 36px; height: 36px;
  border-radius: 999px;
  background: var(--sand);
  display: grid; place-items: center;
  color: var(--ink);
  transition: transform .25s, background .25s;
  flex-shrink: 0;
}
.support-card.is-open .support-toggle {
  transform: rotate(180deg);
  background: var(--ink);
  color: var(--paper);
}
.support-card-head:hover .support-toggle {
  background: var(--ink);
  color: var(--paper);
}
.support-card.is-open .support-card-head:hover .support-toggle {
  background: var(--orange);
}

.support-card-body {
  padding: 8px 28px 32px 100px;
  border-top: 1px dashed var(--line);
  margin-top: 4px;
}
.support-lead {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 22px 0 18px;
  max-width: 720px;
}
.support-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 28px;
}
.support-list li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink);
}
.support-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--teal-soft);
  border: 2px solid var(--teal);
}
.support-card.support-sun    .support-list li::before { background: var(--sun-soft);    border-color: var(--sun); }
.support-card.support-rose   .support-list li::before { background: var(--rose-soft);   border-color: var(--rose); }
.support-card.support-sky    .support-list li::before { background: var(--sky-soft);    border-color: var(--sky); }
.support-card.support-orange .support-list li::before { background: var(--orange-soft); border-color: var(--orange); }
.support-card.support-grape  .support-list li::before { background: var(--grape-soft);  border-color: var(--grape); }
.support-card.support-grass  .support-list li::before { background: var(--grass-soft);  border-color: var(--grass); }
.support-card.support-coral  .support-list li::before { background: var(--coral-soft);  border-color: var(--coral); }

/* PROCESS */
.process-section {
  position: relative;
  padding: 90px 48px;
  background: var(--milk);
  border-top: 2px dashed var(--line-deep);
}
.process-inner { max-width: 920px; margin: 0 auto; }
.process-head { text-align: center; margin-bottom: 56px; }
.process-head h2 {
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.1;
  margin-top: 14px;
  font-weight: 700;
}
.process-head h2 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  color: var(--orange);
  font-weight: 700;
}
.process-lede {
  margin: 18px auto 0;
  max-width: 640px;
  font-size: 17px; line-height: 1.65;
  color: var(--ink-soft);
}
.process-lede strong { color: var(--teal-deep); font-weight: 700; }

.process-timeline {
  position: relative;
  padding-left: 0;
}
.process-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 28px;
  align-items: start;
  position: relative;
  padding-bottom: 40px;
}
.process-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 39px;
  top: 84px;
  bottom: 8px;
  width: 2px;
  border-left: 2px dashed var(--line-deep);
}
.process-num {
  width: 80px; height: 80px;
  font-family: 'Caveat', cursive;
  font-size: 44px;
  font-weight: 700;
  position: relative; z-index: 2;
}
.process-body {
  background: white;
  border: 2px solid var(--line);
  border-radius: 20px;
  padding: 24px 28px;
}
.process-body h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.process-body p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}
.process-sub {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 12px;
}
.process-sub li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink);
}
.process-sub li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--teal);
}
.process-sub li strong { color: var(--ink); font-weight: 700; }

/* CLOSING */
.support-closing {
  position: relative;
  padding: 100px 48px;
  background: var(--teal-deep);
  color: var(--paper);
  text-align: center;
  overflow: hidden;
}
.support-closing-inner {
  position: relative;
  max-width: 720px; margin: 0 auto;
}
.support-closing blockquote {
  font-family: 'Caveat', cursive;
  font-size: clamp(40px, 5.6vw, 72px);
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 24px;
  color: var(--paper);
}
.support-closing blockquote em {
  font-style: normal;
  color: var(--sun);
}
.support-closing .closing-text {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,251,242,0.85);
  margin: 0 auto 32px;
  max-width: 540px;
  font-family: 'Quicksand', sans-serif;
}
.support-closing .closing-text strong {
  color: white;
  font-weight: 700;
}
.support-closing .closing-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.support-closing .btn.ghost {
  color: white;
  border-color: rgba(255,255,255,0.4);
  background: transparent;
}
.support-closing .btn.ghost:hover {
  background: rgba(255,255,255,0.1);
  border-color: white;
}

/* responsive */
@media (max-width: 880px) {
  .support-grid { grid-template-columns: 1fr; }
  .support-card.is-open { grid-column: span 1; }
  .support-card-body { padding: 8px 22px 28px 22px; }
  .support-list { grid-template-columns: 1fr; }
  .process-step { grid-template-columns: 60px 1fr; gap: 18px; }
  .process-num { width: 60px; height: 60px; font-size: 32px; }
  .process-step:not(:last-child)::before { left: 29px; top: 64px; }
}
@media (max-width: 760px) {
  .process-step { grid-template-columns: 50px 1fr; gap: 14px; padding-bottom: 32px; }
  .process-num { width: 50px; height: 50px; font-size: 26px; }
  .process-step:not(:last-child)::before { left: 24px; top: 54px; }
  .process-body { min-width: 0; padding: 18px 16px; overflow: hidden; }
  .process-body h3 { font-size: 18px; }
  .process-body p { font-size: 15px; }
}


/* ============================================ */
/* ====== NAV — RENKLİ, MOTTO İLE ============= */
/* ============================================ */
.nav { gap: 24px; }

.logo-block {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}
.logo-motto {
  display: flex;
  flex-direction: column;
  font-family: 'Caveat', cursive;
  font-weight: 700;
  line-height: 0.95;
}
.motto-line-1 {
  font-size: 18px;
  color: var(--teal-deep);
}
.motto-line-2 {
  font-size: 18px;
  color: var(--orange);
  margin-top: 2px;
}

.nav-links {
  display: flex;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  flex-wrap: wrap;
}
.nav-link {
  position: relative;
  padding: 8px 14px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--ink) !important;
  opacity: 1 !important;
  background: transparent;
  transition: background .2s, color .2s, transform .15s;
  border: 2px solid transparent;
}
.nav-link::after { display: none; }
.nav-link:hover {
  transform: translateY(-1px);
}

.nav-link.nav-teal:hover,   .nav-link.nav-teal.active   { background: var(--teal-soft);   color: var(--teal-deep) !important;   border-color: var(--teal); }
.nav-link.nav-orange:hover, .nav-link.nav-orange.active { background: var(--orange-soft); color: #b15d12 !important;            border-color: var(--orange); }
.nav-link.nav-rose:hover,   .nav-link.nav-rose.active   { background: var(--rose-soft);   color: #b13a64 !important;            border-color: var(--rose); }
.nav-link.nav-grape:hover,  .nav-link.nav-grape.active  { background: var(--grape-soft);  color: #6b4690 !important;            border-color: var(--grape); }
.nav-link.nav-sky:hover,    .nav-link.nav-sky.active    { background: var(--sky-soft);    color: #2f7fa8 !important;            border-color: var(--sky); }
.nav-link.nav-grass:hover,  .nav-link.nav-grass.active  { background: var(--grass-soft);  color: #4d8b2a !important;            border-color: var(--grass); }
.nav-link.nav-sun:hover,    .nav-link.nav-sun.active    { background: var(--sun-soft);    color: #8a6b00 !important;            border-color: var(--sun); }
.nav-link.nav-coral:hover,  .nav-link.nav-coral.active  { background: var(--coral-soft); color: #b03a30 !important;             border-color: var(--coral); }

@media (max-width: 1180px) {
  .logo-motto { display: none; }
  .nav-links { gap: 2px; }
  .nav-link { padding: 8px 10px; font-size: 13px; }
}

/* ============================================ */
/* ====== NAV DROPDOWN (Eğitim) =============== */
/* ============================================ */
.nav-dropdown {
  position: relative;
  display: inline-flex;
}
.nav-dropdown-trigger {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  user-select: none;
}
.nav-dropdown-arrow {
  transition: transform 0.2s ease;
}
.nav-dropdown:hover .nav-dropdown-arrow,
.nav-dropdown:focus-within .nav-dropdown-arrow {
  transform: rotate(180deg);
}
.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 8px);
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 16px 40px rgba(42,36,34,0.10);
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
  z-index: 100;
  margin-top: 6px;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0s;
}
.nav-dropdown-item {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  border-radius: 10px;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}
.nav-dropdown-item:hover {
  background: var(--orange-soft);
  color: #b15d12;
}
.nav-dropdown-item.active {
  background: var(--orange-soft);
  color: #b15d12;
}

/* Mobil: dropdown collapse (toggle) — varsayılan kapalı, parent'a tıklayınca açılır */
@media (max-width: 960px) {
  .nav-dropdown {
    width: 100%;
    flex-direction: column;
  }
  .nav-dropdown-trigger {
    justify-content: center;
    width: 100%;
    cursor: pointer;
  }
  .nav-dropdown-arrow {
    display: inline-block;
    transition: transform 0.25s ease;
  }
  .nav-dropdown.is-mobile-open .nav-dropdown-arrow {
    transform: rotate(180deg);
  }
  .nav-dropdown-menu {
    position: static;
    transform: none !important;
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0;
    opacity: 1 !important;
    visibility: visible !important;
    align-items: stretch;
    gap: 4px;
    min-width: 0;
    /* Collapsed default */
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.3s ease, padding 0.2s ease;
  }
  .nav-dropdown-menu.is-open {
    max-height: 500px;
    padding: 6px 0 8px;
  }
  .nav-dropdown-item {
    padding: 12px 18px 12px 36px !important;
    font-size: 15px !important;
    font-weight: 600;
    text-align: left;
    background: rgba(243,146,51,0.05);
    border-radius: 10px;
    white-space: normal;
  }
  .nav-dropdown-item.active {
    background: var(--orange-soft);
  }
}

/* ============================================ */
/* ====== BAŞVURU KAVŞAĞI ===================== */
/* ============================================ */

/* HERO */
.cr-hero {
  position: relative;
  padding: 90px 48px 70px;
  background: var(--milk);
  text-align: center;
  overflow: hidden;
}
.cr-hero .blob { position: absolute; z-index: 1; pointer-events: none; }
.cr-hero-inner {
  max-width: 760px; margin: 0 auto;
  position: relative; z-index: 2;
}
.cr-hero h1 {
  font-size: clamp(48px, 6.4vw, 88px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 18px 0 0;
}
.cr-hero h1 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  font-weight: 700;
  color: var(--teal-deep);
  font-size: 1.05em;
}
.cr-hero-lede {
  margin: 26px auto 0;
  max-width: 560px;
  font-size: 18px; line-height: 1.65;
  color: var(--ink-soft);
  font-weight: 500;
}

/* CARDS SECTION */
.cr-cards-section {
  background: var(--paper);
  padding: 90px 48px 110px;
  border-top: 2px dashed var(--line-deep);
}
.cr-cards-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.cr-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

/* CARD */
.cr-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: white;
  border: 2px solid var(--line);
  border-radius: 28px;
  padding: 36px 32px 32px;
  text-decoration: none;
  color: var(--ink);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.cr-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(14,132,120,0.12);
}

/* Color-tinted top bar */
.cr-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 8px;
  background: var(--teal);
}
.cr-teal::before   { background: var(--teal); }
.cr-orange::before { background: var(--orange); }
.cr-rose::before   { background: var(--rose); }
.cr-card.cr-teal:hover   { border-color: var(--teal); }
.cr-card.cr-orange:hover { border-color: var(--orange); }
.cr-card.cr-rose:hover   { border-color: var(--rose); }

/* FEATURED card — daha büyük, dolgun, vurgu */
.cr-featured {
  background: linear-gradient(180deg, var(--milk) 0%, white 60%);
  border-color: var(--teal-soft);
  padding: 44px 36px 38px;
}
.cr-featured::before {
  height: 12px;
}
.cr-featured:hover {
  box-shadow: 0 24px 56px rgba(14,132,120,0.18);
}

.cr-badge {
  position: absolute;
  top: 22px; right: 22px;
  background: var(--orange);
  color: white;
  font-family: 'Quicksand', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  transform: rotate(2deg);
  box-shadow: 0 6px 16px rgba(243,146,51,0.28);
}

.cr-card-emoji {
  font-size: 44px;
  line-height: 1;
  margin-bottom: 12px;
}
.cr-featured .cr-card-emoji {
  font-size: 56px;
  margin-bottom: 14px;
}

.cr-card-handwritten {
  font-family: 'Caveat', cursive;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1;
}
.cr-teal .cr-card-handwritten   { color: var(--teal-deep); }
.cr-orange .cr-card-handwritten { color: var(--orange); }
.cr-rose .cr-card-handwritten   { color: #c84979; }
.cr-featured .cr-card-handwritten { font-size: 28px; }

.cr-card h3 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
}
.cr-featured h3 {
  font-size: 32px;
  margin-bottom: 16px;
}

.cr-card-body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 0 20px;
  font-weight: 500;
}
.cr-featured .cr-card-body {
  font-size: 16px;
}

.cr-card-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cr-card-bullets li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink);
  font-weight: 500;
}
.cr-card-bullets li::before {
  content: '';
  position: absolute;
  left: 0; top: 7px;
  width: 10px; height: 10px;
  border-radius: 50%;
}
.cr-teal   .cr-card-bullets li::before { background: var(--teal); }
.cr-orange .cr-card-bullets li::before { background: var(--orange); }
.cr-rose   .cr-card-bullets li::before { background: var(--rose); }

.cr-card-cta {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px dashed var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  transition: color .2s;
}
.cr-card:hover .cr-card-cta { color: var(--teal-deep); }
.cr-orange:hover .cr-card-cta { color: var(--orange); }
.cr-rose:hover .cr-card-cta   { color: #c84979; }

.cr-arrow {
  font-size: 18px;
  transition: transform .25s;
  display: inline-block;
}
.cr-card:hover .cr-arrow {
  transform: translateX(4px);
}

/* HELP STRIP */
.cr-help {
  background: var(--sand);
  padding: 90px 48px;
  border-top: 2px dashed var(--line-deep);
}
.cr-help-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}
.cr-help-text h2 {
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.1;
  margin: 6px 0 16px;
  font-weight: 700;
}
.cr-help-text h2 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  font-weight: 700;
  color: var(--orange);
  font-size: 1.1em;
}
.cr-help-text p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
  font-weight: 500;
  margin: 0;
}

.cr-help-card {
  background: white;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 8px 32px rgba(14,132,120,0.08);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cr-help-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cr-help-label {
  font-family: 'Quicksand', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-light);
  margin-bottom: 2px;
}
.cr-help-value {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  display: block;
}
a.cr-help-value:hover {
  color: var(--teal-deep);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .cr-cards-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .cr-featured { padding: 36px 32px 32px; }
  .cr-featured h3 { font-size: 28px; }
  .cr-help-inner { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 640px) {
  .cr-hero { padding: 64px 24px 50px; }
  .cr-cards-section, .cr-help { padding: 64px 24px; }
  .cr-card { padding: 32px 24px 26px; }
  .cr-featured { padding: 36px 24px 30px; }
  .cr-help-row { gap: 12px; }
  .cr-help-row > * { min-width: 0; }
  .cr-help-value { font-size: 15px; overflow-wrap: anywhere; word-break: break-word; }
}

/* ============================================ */
/* ====== SINIFLARIMIZ SAYFASI ================ */
/* ============================================ */

/* HERO */
.cls-hero {
  position: relative;
  padding: 90px 48px 70px;
  background: var(--milk);
  text-align: center;
  overflow: hidden;
}
.cls-hero .blob { position: absolute; z-index: 1; pointer-events: none; }
.cls-hero-inner {
  max-width: 760px; margin: 0 auto;
  position: relative; z-index: 2;
}
.cls-hero h1 {
  font-size: clamp(48px, 6.4vw, 88px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 18px 0 0;
}
.cls-hero h1 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  font-weight: 700;
  color: var(--teal-deep);
  font-size: 1.05em;
}
.cls-hero-lede {
  margin: 26px auto 0;
  max-width: 580px;
  font-size: 18px; line-height: 1.65;
  color: var(--ink-soft);
  font-weight: 500;
}

/* CLASSES SECTION (alternatif hizalı) */
.cls-section {
  background: var(--paper);
  padding: 90px 48px 60px;
  border-top: 2px dashed var(--line-deep);
}
.cls-section-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.cls-row {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 60px;
  align-items: start;
}
.cls-left  .cls-visual  { order: 1; }
.cls-left  .cls-content { order: 2; }
.cls-right .cls-visual  { order: 2; }
.cls-right .cls-content { order: 1; }

/* VISUAL */
.cls-visual {
  position: relative;
  position: sticky;
  top: 100px;
}
.cls-photo {
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  border-width: 3px;
}
.cls-handwritten {
  position: absolute;
  background: white;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transform: rotate(-3deg);
  z-index: 3;
}
.cls-rose .cls-handwritten { color: #c84979; top: -14px; right: -10px; }
.cls-sun  .cls-handwritten { color: #b58e00; top: -14px; left: -10px; transform: rotate(3deg); }
.cls-teal .cls-handwritten { color: var(--teal-deep); top: -14px; right: -10px; }

.cls-age-badge {
  position: absolute;
  bottom: -22px;
  background: white;
  border-radius: 18px;
  padding: 14px 22px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.10);
  border: 2px solid var(--line);
  z-index: 3;
  text-align: center;
  min-width: 130px;
}
.cls-left  .cls-age-badge { right: -10px; }
.cls-right .cls-age-badge { left: -10px; }

.cls-age-num {
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.cls-rose .cls-age-num { color: #c84979; }
.cls-sun  .cls-age-num { color: #b58e00; }
.cls-teal .cls-age-num { color: var(--teal-deep); }

.cls-age-range {
  font-family: 'Quicksand', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-light);
  margin-top: 4px;
}

/* CONTENT */
.cls-content {
  position: relative;
}
.cls-number {
  font-family: 'Caveat', cursive;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}
.cls-rose .cls-number { color: var(--rose); }
.cls-sun  .cls-number { color: var(--sun); }
.cls-teal .cls-number { color: var(--teal); }

.cls-content h2 {
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
}
.cls-motto {
  font-family: 'Caveat', cursive;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 18px;
}
.cls-rose .cls-motto { color: #c84979; }
.cls-sun  .cls-motto { color: #b58e00; }
.cls-teal .cls-motto { color: var(--teal-deep); }

.cls-intro {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0 0 28px;
  font-weight: 500;
}

.cls-blocks {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cls-block {
  background: white;
  border: 2px solid var(--line);
  border-radius: 18px;
  padding: 20px 22px;
}
.cls-rose .cls-block:hover { border-color: var(--rose-soft); }
.cls-sun  .cls-block:hover { border-color: var(--sun-soft); }
.cls-teal .cls-block:hover { border-color: var(--teal-soft); }

.cls-block-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.cls-block-head h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0;
  margin: 0;
}

.cls-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cls-list li {
  position: relative;
  padding-left: 22px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink);
  font-weight: 500;
}
.cls-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 7px;
  width: 10px; height: 10px;
  border-radius: 50%;
}
.cls-rose .cls-list li::before { background: var(--rose); }
.cls-sun  .cls-list li::before { background: var(--sun); }
.cls-teal .cls-list li::before { background: var(--teal); }

.cls-block-note {
  font-size: 13px;
  color: var(--ink-light);
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px dashed var(--line);
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

/* SCHEDULE — daha kompakt liste, küçük ok ile */
.cls-schedule {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cls-schedule li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink);
  font-weight: 500;
}
.cls-schedule li::before {
  content: '→';
  position: absolute;
  left: 0; top: 0;
  font-weight: 700;
}
.cls-rose .cls-schedule li::before { color: var(--rose); }
.cls-sun  .cls-schedule li::before { color: var(--sun); }
.cls-teal .cls-schedule li::before { color: var(--teal); }

/* GUIDE SECTION */
.cls-guide {
  background: var(--sand);
  padding: 100px 48px;
  border-top: 2px dashed var(--line-deep);
}
.cls-guide-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.cls-guide-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.cls-guide-head h2 {
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.05;
  margin: 8px 0 18px;
  font-weight: 700;
}
.cls-guide-head h2 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  font-weight: 700;
  color: var(--orange);
  font-size: 1.05em;
}
.cls-guide-lede {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-soft);
  font-weight: 500;
  margin: 0;
}

.cls-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
.cls-guide-card {
  background: white;
  border-radius: 24px;
  padding: 28px 26px;
  border: 2px solid var(--line);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.cls-guide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.06);
}
.cls-guide-card.cls-rose:hover { border-color: var(--rose); }
.cls-guide-card.cls-sun:hover  { border-color: var(--sun); }
.cls-guide-card.cls-teal:hover { border-color: var(--teal); }

.cls-guide-age {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.cls-guide-card.cls-rose .cls-guide-age { color: #c84979; }
.cls-guide-card.cls-sun  .cls-guide-age { color: #b58e00; }
.cls-guide-card.cls-teal .cls-guide-age { color: var(--teal-deep); }

.cls-guide-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.cls-guide-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
  font-weight: 500;
}

.cls-guide-cta {
  text-align: center;
  background: white;
  border-radius: 24px;
  padding: 36px 32px;
  border: 2px dashed var(--line-deep);
  max-width: 720px;
  margin: 0 auto;
}
.cls-guide-cta p {
  font-size: 17px;
  color: var(--ink-soft);
  margin: 0 0 22px;
  font-weight: 500;
}
.cls-guide-actions {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

/* CLOSING */
.cls-closing {
  position: relative;
  padding: 100px 48px;
  background: var(--teal-deep);
  color: var(--paper);
  text-align: center;
  overflow: hidden;
}
.cls-closing-inner {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.cls-closing blockquote {
  font-family: 'Caveat', cursive;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 24px;
  color: var(--paper);
}
.cls-closing blockquote em {
  font-style: normal;
  color: var(--sun);
}
.cls-closing p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,251,242,0.85);
  margin: 0 auto;
  max-width: 560px;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .cls-row {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .cls-left  .cls-visual,
  .cls-right .cls-visual { order: 1; }
  .cls-left  .cls-content,
  .cls-right .cls-content { order: 2; }
  .cls-visual { position: static; max-width: 480px; margin: 0 auto; }
  .cls-section-inner { gap: 80px; }
  .cls-guide-grid { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 640px) {
  .cls-hero { padding: 64px 24px 50px; }
  .cls-section, .cls-guide, .cls-closing { padding: 64px 24px; }
  .cls-section-inner { gap: 60px; }
  .cls-handwritten { font-size: 18px; padding: 6px 14px; }
  .cls-age-badge { padding: 10px 16px; min-width: 110px; }
  .cls-age-num { font-size: 20px; }
}

/* ============================================ */
/* ====== YAZ OKULU SAYFASI v3 (okunabilir) === */
/* ============================================ */

/* HERO */
.yaz-hero {
  position: relative;
  padding: 100px 48px 80px;
  background: linear-gradient(180deg, var(--milk) 0%, var(--sand) 100%);
  text-align: center;
  overflow: hidden;
}
.yaz-hero .blob { position: absolute; z-index: 1; pointer-events: none; }
.yaz-hero-inner {
  max-width: 920px; margin: 0 auto;
  position: relative; z-index: 2;
}
.yaz-hero h1 {
  font-size: clamp(52px, 7vw, 96px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 18px 0 0;
}
.yaz-hero h1 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  font-weight: 700;
  color: var(--orange);
  font-size: 1.05em;
}
.yaz-hero-sub {
  margin: 28px auto 0;
  max-width: 680px;
  font-size: 19px;
  line-height: 1.65;
  color: var(--ink-soft);
  font-weight: 500;
}
.yaz-hero-sub strong { color: var(--ink); font-weight: 700; }

/* HERO PROOF BADGES */
.yaz-hero-proofs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 36px auto 0;
  max-width: 880px;
}
.yaz-proof {
  background: white;
  border: 2px solid var(--line);
  border-radius: 18px;
  padding: 18px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  transition: all 0.25s;
}
.yaz-proof:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}
.yaz-proof-grass:hover  { border-color: var(--grass); }
.yaz-proof-orange:hover { border-color: var(--orange); }
.yaz-proof-rose:hover   { border-color: var(--rose); }
.yaz-proof-teal:hover   { border-color: var(--teal); }

.yaz-proof-emoji {
  font-size: 34px;
  line-height: 1;
  flex-shrink: 0;
}
.yaz-proof-text { min-width: 0; }
.yaz-proof-main {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.yaz-proof-sub {
  font-size: 13px;
  color: var(--ink-light);
  font-weight: 600;
  margin-top: 3px;
  letter-spacing: 0.02em;
}

.yaz-hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}
.yaz-meta-pill {
  background: white;
  border: 2px solid var(--line);
  border-radius: 999px;
  padding: 11px 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
}
.yaz-meta-key {
  color: var(--ink-light);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.yaz-meta-val { color: var(--ink); }

/* THREE QUESTIONS — sert vuruşlu blok (BÜYÜTÜLDÜ) */
.yaz-three {
  background: var(--paper);
  padding: 100px 48px;
  border-top: 2px dashed var(--line-deep);
}
.yaz-three-inner { max-width: 1080px; margin: 0 auto; }
.yaz-three-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.yaz-three-head h2 {
  font-size: clamp(36px, 4.6vw, 56px);
  line-height: 1.05;
  margin: 8px 0 20px;
  font-weight: 700;
}
.yaz-three-head h2 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  color: var(--orange);
  font-weight: 700;
  font-size: 1.05em;
}
.yaz-three-lede {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  font-weight: 500;
}
.yaz-three-lede strong { color: var(--ink); font-weight: 700; }

.yaz-three-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.yaz-three-card {
  background: white;
  border-radius: 28px;
  padding: 42px 40px 36px;
  border: 2px solid var(--line);
  position: relative;
  transition: all 0.3s;
}
.yaz-three-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}
.yaz-three-card.yaz-grass:hover  { border-color: var(--grass); }
.yaz-three-card.yaz-orange:hover { border-color: var(--orange); }
.yaz-three-card.yaz-sky:hover    { border-color: var(--sky); }

.yaz-three-num {
  position: absolute;
  top: 24px;
  right: 32px;
  font-family: 'Caveat', cursive;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.25;
}
.yaz-three-card.yaz-grass  .yaz-three-num { color: var(--grass); }
.yaz-three-card.yaz-orange .yaz-three-num { color: var(--orange); }
.yaz-three-card.yaz-sky    .yaz-three-num { color: var(--sky); }

.yaz-three-icon {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 16px;
}
.yaz-three-card h3 {
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0 0 28px;
  max-width: 80%;
}

.yaz-three-body {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 26px;
}
.yaz-three-bad,
.yaz-three-good {
  display: flex;
  flex-direction: column;
}
.yaz-three-bad p,
.yaz-three-good p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
}
.yaz-three-bad p {
  color: var(--ink-soft);
  font-style: italic;
  opacity: 0.85;
}
.yaz-three-good p {
  color: var(--ink);
}
.yaz-three-good p strong { font-weight: 700; }

.yaz-three-label {
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.yaz-three-label-bad {
  color: var(--ink-light);
}
.yaz-three-label-bad::before {
  content: '✗';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ink-light);
  color: white;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
}
.yaz-three-label-good {
  color: var(--teal-deep);
}
.yaz-three-label-good::before {
  content: '✓';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--teal);
  color: white;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
}

.yaz-three-closer {
  font-family: 'Caveat', cursive;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
  padding-top: 18px;
  border-top: 2px dashed var(--line);
}
.yaz-three-card.yaz-grass  .yaz-three-closer { color: #4d8a26; }
.yaz-three-card.yaz-orange .yaz-three-closer { color: var(--orange); }
.yaz-three-card.yaz-sky    .yaz-three-closer { color: #2d8eb8; }

/* NARRATIVE (BÜYÜTÜLDÜ) */
.yaz-narrative {
  background: var(--milk);
  padding: 100px 48px;
  border-top: 2px dashed var(--line-deep);
}
.yaz-narrative-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 70px;
  align-items: center;
}
.yaz-narrative-text h2 {
  font-size: clamp(36px, 4.4vw, 54px);
  line-height: 1.05;
  margin: 8px 0 26px;
  font-weight: 700;
}
.yaz-narrative-text h2 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  font-weight: 700;
  color: var(--grass);
  font-size: 1.05em;
}
.yaz-narrative-text p {
  font-size: 17.5px;
  line-height: 1.8;
  color: var(--ink-soft);
  margin: 0 0 18px;
  font-weight: 500;
}
.yaz-narrative-text p strong { color: var(--ink); font-weight: 700; }
.yaz-narrative-text p em { font-style: italic; color: var(--ink); }
.yaz-narrative-coda {
  margin-top: 26px !important;
  padding-top: 24px;
  border-top: 2px dashed var(--line);
}

.yaz-narrative-visual { position: relative; }
.yaz-narrative-stamp {
  position: absolute;
  bottom: -16px;
  right: -10px;
  background: var(--sun);
  color: var(--ink);
  font-size: 24px;
  font-weight: 700;
  padding: 13px 24px;
  border-radius: 999px;
  transform: rotate(-3deg);
  box-shadow: 0 8px 20px rgba(245,197,24,0.35);
  white-space: nowrap;
}

/* SPECIALS — Yazın dört rengi (zikzak) */
.yaz-specials {
  background: var(--paper);
  padding: 110px 48px;
  border-top: 2px dashed var(--line-deep);
}
.yaz-specials-inner { max-width: 1200px; margin: 0 auto; }
.yaz-specials-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
}
.yaz-specials-head h2 {
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.1;
  margin: 12px 0 18px;
}
.yaz-specials-head h2 em {
  font-style: normal;
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 1.15em;
  color: var(--orange);
}
.yaz-specials-lede {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-soft);
  font-weight: 500;
}
.yaz-specials-list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.yaz-special {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: center;
}
.yaz-special.yaz-special-right {
  grid-template-columns: 1fr 1.05fr;
}
.yaz-special.yaz-special-right .yaz-special-photo {
  order: 2;
}
.yaz-special-photo {
  aspect-ratio: 4/3;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
}
.yaz-special-text > * { min-width: 0; }
.yaz-special-text h3 {
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.15;
  margin: 0 0 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.yaz-special-text p {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0;
  font-weight: 500;
}
.yaz-special.yaz-sky    .yaz-special-text h3 { color: #2d8eb8; }
.yaz-special.yaz-grass  .yaz-special-text h3 { color: #4d8a26; }
.yaz-special.yaz-orange .yaz-special-text h3 { color: var(--orange); }
.yaz-special.yaz-sun    .yaz-special-text h3 { color: #b58e00; }
.yaz-special.yaz-rose   .yaz-special-text h3 { color: #b13a64; }

@media (max-width: 880px) {
  .yaz-specials { padding: 70px 24px; }
  .yaz-specials-head { margin: 0 auto 48px; }
  .yaz-specials-list { gap: 40px; }
  .yaz-special,
  .yaz-special.yaz-special-right { grid-template-columns: 1fr; gap: 22px; }
  .yaz-special.yaz-special-right .yaz-special-photo { order: 0; }
  .yaz-special-text h3 { font-size: 24px; }
  .yaz-special-text p { font-size: 15.5px; }
}

/* MAIN ACTIVITIES (BÜYÜTÜLDÜ) */
.yaz-main {
  background: var(--paper);
  padding: 100px 48px;
  border-top: 2px dashed var(--line-deep);
}
.yaz-main-inner { max-width: 1180px; margin: 0 auto; }
.yaz-main-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.yaz-main-head h2 {
  font-size: clamp(36px, 4.4vw, 54px);
  line-height: 1.05;
  margin: 8px 0 20px;
  font-weight: 700;
}
.yaz-main-head h2 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  color: var(--orange);
  font-weight: 700;
  font-size: 1.05em;
}
.yaz-main-lede {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  font-weight: 500;
}

.yaz-main-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.yaz-main-card {
  background: white;
  border-radius: 28px;
  padding: 22px;
  border: 2px solid var(--line);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.yaz-main-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}
.yaz-main-card.yaz-grass:hover  { border-color: var(--grass); }
.yaz-main-card.yaz-sky:hover    { border-color: var(--sky); }
.yaz-main-card.yaz-orange:hover { border-color: var(--orange); }
.yaz-main-card.yaz-sun:hover    { border-color: var(--sun); }

.yaz-main-photo {
  position: relative;
  margin-bottom: 22px;
}
.yaz-main-emoji {
  position: absolute;
  bottom: -12px;
  right: 16px;
  background: white;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  line-height: 1;
}
.yaz-main-text { padding: 0 8px 10px; }
.yaz-main-handwritten {
  font-family: 'Caveat', cursive;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}
.yaz-main-card.yaz-grass  .yaz-main-handwritten { color: #4d8a26; }
.yaz-main-card.yaz-sky    .yaz-main-handwritten { color: #2d8eb8; }
.yaz-main-card.yaz-orange .yaz-main-handwritten { color: var(--orange); }
.yaz-main-card.yaz-sun    .yaz-main-handwritten { color: #b58e00; }

.yaz-main-card h3 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
}
.yaz-main-card p {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0 0 18px;
  font-weight: 500;
}
.yaz-main-tags {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.yaz-main-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--sand);
  color: var(--ink-light);
}
.yaz-main-proof {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--teal-deep);
}
.yaz-main-card.yaz-grass  .yaz-main-proof { color: #4d8a26; }
.yaz-main-card.yaz-sky    .yaz-main-proof { color: #2d8eb8; }
.yaz-main-card.yaz-orange .yaz-main-proof { color: var(--orange); }
.yaz-main-card.yaz-sun    .yaz-main-proof { color: #b58e00; }

/* SIDE ACTIVITIES (BÜYÜTÜLDÜ) */
.yaz-side {
  background: var(--milk);
  padding: 100px 48px;
}
.yaz-side-inner { max-width: 1180px; margin: 0 auto; }
.yaz-side-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.yaz-side-head h2 {
  font-size: clamp(32px, 3.8vw, 46px);
  line-height: 1.1;
  margin: 8px 0 16px;
  font-weight: 700;
}
.yaz-side-head h2 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  color: var(--rose);
  font-weight: 700;
  font-size: 1.05em;
}
.yaz-side-lede {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0;
  font-weight: 500;
}

.yaz-side-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.yaz-side-card {
  background: white;
  border-radius: 20px;
  padding: 28px 22px;
  text-align: center;
  border: 2px solid var(--line);
  transition: all 0.3s;
}
.yaz-side-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}
.yaz-side-card.yaz-rose:hover  { border-color: var(--rose); }
.yaz-side-card.yaz-grape:hover { border-color: var(--grape); }
.yaz-side-card.yaz-teal:hover  { border-color: var(--teal); }
.yaz-side-card.yaz-coral:hover { border-color: var(--coral); }
.yaz-side-emoji {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 12px;
}
.yaz-side-card h4 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.yaz-side-card p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
  font-weight: 500;
}

/* DAY FLOW (BÜYÜTÜLDÜ) */
.yaz-day {
  background: var(--sand);
  padding: 100px 48px;
  border-top: 2px dashed var(--line-deep);
}
.yaz-day-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}
.yaz-day-text h2 {
  font-size: clamp(34px, 4.2vw, 50px);
  line-height: 1.05;
  margin: 8px 0 24px;
  font-weight: 700;
}
.yaz-day-text h2 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  color: var(--teal-deep);
  font-weight: 700;
  font-size: 1.05em;
}
.yaz-day-text p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-soft);
  margin: 0 0 18px;
  font-weight: 500;
}
.yaz-day-note {
  font-size: 15px !important;
  line-height: 1.65 !important;
  padding: 18px 22px;
  background: white;
  border-radius: 14px;
  border: 1px dashed var(--line-deep);
  color: var(--ink) !important;
  margin-top: 8px !important;
}

.yaz-day-table {
  background: white;
  border-radius: 24px;
  padding: 10px;
  border: 2px solid var(--line);
}
.yaz-day-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 16px 20px;
  border-bottom: 1px dashed var(--line);
  align-items: center;
}
.yaz-day-row:last-child { border-bottom: 0; }
.yaz-day-time {
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--teal-deep);
  white-space: nowrap;
}
.yaz-day-what {
  font-size: 16px;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.45;
}

/* CTA (zaten büyüktü, ufak ayarlar) */
.yaz-cta {
  background: var(--teal-deep);
  color: var(--paper);
  padding: 100px 48px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.yaz-cta-inner {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  z-index: 2;
}
.yaz-cta h2 {
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.05;
  margin: 8px 0 22px;
  font-weight: 700;
  color: var(--paper);
}
.yaz-cta h2 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  color: var(--sun);
  font-weight: 700;
  font-size: 1.1em;
}
.yaz-cta p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,251,242,0.88);
  margin: 0 auto 30px;
  max-width: 560px;
  font-weight: 500;
}
.yaz-cta-actions {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
.yaz-cta .btn.ghost {
  border-color: rgba(255,251,242,0.6);
  color: var(--paper);
}
.yaz-cta .btn.ghost:hover {
  background: var(--paper);
  color: var(--teal-deep);
  border-color: var(--paper);
}

.yaz-cta-note {
  background: rgba(255,251,242,0.08);
  border: 1px dashed rgba(255,251,242,0.3);
  border-radius: 16px;
  padding: 24px 30px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,251,242,0.88);
  font-weight: 500;
  max-width: 540px;
  margin: 0 auto;
}
.yaz-cta-note .handwritten {
  color: var(--sun);
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  font-size: 24px;
}
.yaz-cta-note em {
  font-style: italic;
  color: var(--sun);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .yaz-hero-proofs { grid-template-columns: repeat(2, 1fr); }
  .yaz-three-body { grid-template-columns: 1fr; gap: 18px; }
  .yaz-three-card h3 { max-width: 100%; }
  .yaz-narrative-inner { grid-template-columns: 1fr; gap: 40px; }
  .yaz-narrative-visual { max-width: 480px; margin: 0 auto; }
  .yaz-main-grid { grid-template-columns: 1fr; gap: 22px; }
  .yaz-side-grid { grid-template-columns: repeat(2, 1fr); }
  .yaz-day-inner { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 640px) {
  .yaz-hero { padding: 70px 24px 60px; }
  .yaz-three, .yaz-narrative, .yaz-main, .yaz-side, .yaz-day, .yaz-cta { padding: 64px 24px; }
  .yaz-hero-proofs { grid-template-columns: 1fr; }
  .yaz-three-card { padding: 32px 24px 28px; }
  .yaz-three-num { font-size: 50px; right: 22px; top: 18px; }
  .yaz-three-card h3 { font-size: 22px; }
  .yaz-three-bad p, .yaz-three-good p { font-size: 16px; }
  .yaz-three-closer { font-size: 28px; }
  .yaz-side-grid { grid-template-columns: 1fr; }
  .yaz-day-row { grid-template-columns: 1fr; gap: 4px; padding: 14px 16px; }
  .yaz-day-time { font-size: 12px; }
  .yaz-day-what { font-size: 15px; }
}

/* ============================================ */
/* ====== MOBİL NAV — HAMBURGER + PANEL ======= */
/* ============================================ */
/* Default (masaüstü): hamburger + panel-only öğeler gizli */
.nav-burger { display: none; }
.nav-close { display: none; }
.nav-mobile-cta { display: none; }

@media (max-width: 960px) {
  /* Masaüstü Başvur butonunu gizle (mobil panel içinde olacak) */
  .nav-cta { display: none; }

  /* Logo motto mobilde de gizli kalsın */
  .logo-motto { display: none; }

  /* Nav yüksekliği masaüstüyle uyumlu
     ÖNEMLİ: backdrop-filter ve sticky kaldırılır, çünkü containing block yaratıyor
     ve içindeki position: fixed paneli viewport yerine .nav'a göre konumlandırıyor. */
  .nav {
    padding: 14px 24px;
    gap: 16px;
    position: relative;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  /* Hamburger button — 3 çizgi (panel açıldığında gizlenir, panel içinde X kalır) */
  .nav-burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 200;
    flex-shrink: 0;
  }
  .nav-burger span {
    display: block;
    width: 26px;
    height: 2.5px;
    background: var(--teal-deep);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.2s ease;
    transform-origin: center;
  }
  /* Panel açıkken hamburger gizlenir — panel içindeki büyük X kullanılır */
  .nav-burger.open { display: none; }

  /* Panel — tam ekran, tepeden açılır */
  .nav-links {
    display: flex !important;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    background: var(--paper);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 60px 18px 24px;
    gap: 4px;
    transform: translateY(-100%);
    transition: transform 0.28s ease-out;
    z-index: 150;
    overflow-y: auto;
    overflow-x: hidden;
    flex-wrap: nowrap;
  }
  .nav-links.open { transform: translateY(0); }

  /* Panel içi büyük X (sağ üst) */
  .nav-close {
    display: flex;
    position: absolute;
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: var(--teal-deep);
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.15s;
  }
  .nav-close:hover { background: rgba(14,132,120,0.08); }

  /* Panel link'leri — kompakt, dokunulabilir */
  .nav-links .nav-link {
    font-size: 16px !important;
    padding: 10px 18px !important;
    border-radius: 14px;
    text-align: center;
    border: 1.5px solid transparent;
  }

  /* Başvur kartı — flex order ile en üste alınır (X'in altında ilk eleman) */
  .nav-mobile-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    order: -1;
    margin: 0 0 10px;
    padding: 14px 24px;
    background: var(--orange);
    color: white;
    font-size: 16px;
    font-weight: 700;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(243,146,51,0.28);
    transition: transform 0.15s, box-shadow 0.15s;
    letter-spacing: 0.02em;
  }
  .nav-mobile-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(243,146,51,0.4);
  }
}

/* ============================================ */
/* ====== KADRO GRID — RESPONSIVE ============= */
/* ============================================ */
.kadro-team-grid    { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.kadro-consult-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }

@media (max-width: 880px) {
  .kadro-team-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 600px) {
  .kadro-team-grid,
  .kadro-consult-grid { grid-template-columns: 1fr; gap: 18px; }
}

/* ============================================ */
/* ====== DİĞER SAYFA GRID'LERİ — RESPONSIVE == */
/* ============================================ */
.galeri-12-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 220px; gap: 14px; }
.birgun-3-grid  { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hakk-3-grid    { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.prog-4-grid    { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

@media (max-width: 880px) {
  .birgun-3-grid,
  .hakk-3-grid     { grid-template-columns: repeat(2, 1fr); }
  .prog-4-grid     { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .galeri-12-grid  { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .galeri-12-grid > * { grid-column: 1 / -1 !important; aspect-ratio: 1 !important; height: auto !important; }
  .birgun-3-grid,
  .hakk-3-grid,
  .prog-4-grid     { grid-template-columns: 1fr; }
}

/* ============================================ */
/* ====== FOOTER GRID ========================= */
/* ============================================ */
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,251,242,0.18);
}
@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ============================================ */
/* ====== PROGRAM SAYFASI GRID'LERİ =========== */
/* ============================================ */
.prog-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.prog-card-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
}
.prog-card-row > * { min-width: 0; }
.prog-meb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .prog-cards-grid { grid-template-columns: 1fr; }
  .prog-meb-grid   { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 600px) {
  .prog-card-row {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
    justify-items: center;
  }
  .prog-card-row > .smile-circle { width: 56px !important; height: 56px !important; }
}

/* ============================================ */
/* ====== SSS SAYFASI GRID'LERİ =============== */
/* ============================================ */
.sss-q-row {
  width: 100%;
  display: grid;
  grid-template-columns: 52px 1fr 40px;
  align-items: center;
  gap: 18px;
}
.sss-q-row > * { min-width: 0; }
.sss-q-answer {
  padding: 0 24px 22px 88px;
  white-space: pre-line;
}
@media (max-width: 600px) {
  .sss-q-row { grid-template-columns: 44px 1fr 32px; gap: 12px; }
  .sss-q-answer { padding: 0 20px 20px 20px; }
}

/* ============================================ */
/* ====== BİR GÜN TIMELINE ==================== */
/* ============================================ */
.birgun-tl-grid {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: flex-start;
}
.birgun-tl-photo {
  position: sticky;
  top: 100px;
}
.birgun-tl-row {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 24px;
  margin-bottom: 28px;
  align-items: flex-start;
  position: relative;
}
.birgun-tl-row > * { min-width: 0; }
@media (max-width: 880px) {
  .birgun-tl-grid { grid-template-columns: 1fr; gap: 40px; }
  .birgun-tl-photo { position: relative; top: auto; }
}
@media (max-width: 600px) {
  .birgun-tl-row { grid-template-columns: 44px 1fr; gap: 14px; }
}

/* ============================================ */
/* ====== DESTEK SAYFASI MOBİL DÜZELTME ====== */
/* ============================================ */
@media (max-width: 880px) {
  .support-grid { grid-template-columns: 1fr; }
  .support-card.is-open { grid-column: span 1; }
  .support-card-head { padding: 18px 16px; gap: 14px; }
  .support-card-text { min-width: 0; }
  .support-card-text h3 { font-size: 19px; }
  .support-card-text p { font-size: 13.5px; }
}

/* ============================================ */
/* ====== BİR GÜN HERO (mobil overflow fix) === */
/* ============================================ */
.birgun-hero {
  padding: 80px 48px 60px;
  background: var(--milk);
  position: relative;
  overflow: hidden;
}
.birgun-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.birgun-hero-title {
  font-size: clamp(48px, 7vw, 92px);
  line-height: 1.0;
  max-width: 1100px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.birgun-hero-akshama {
  font-size: 0.9em;
  margin: 0 12px;
  display: inline-block;
}
.birgun-hero-blob {
  position: absolute;
  top: 60px;
  right: 8%;
  width: 90px;
  height: 90px;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 600px) {
  .birgun-hero { padding: 56px 20px 44px; }
  .birgun-hero-title {
    font-size: clamp(26px, 7vw, 32px);
    line-height: 1.15;
  }
  .birgun-hero-akshama { font-size: 0.85em; margin: 0 4px; }
  .birgun-hero-blob {
    width: 56px; height: 56px;
    right: 8px; top: 24px;
    opacity: 0.22;
  }
}
@media (max-width: 380px) {
  .birgun-hero { padding: 48px 14px 36px; }
  .birgun-hero-title { font-size: 22px; }
  .birgun-hero-blob { display: none; }
}

/* ============================================ */
/* ====== DEFANSİF MOBİL OVERFLOW ============= */
/* ============================================ */
@media (max-width: 760px) {
  section,
  [class*="-grid"],
  [class*="-inner"] {
    max-width: 100%;
    overflow-x: hidden;
  }
  section > *,
  [class*="-inner"] > * {
    min-width: 0;
  }
}

/* Vurgu kelimelerinin içindeki noktalama da Caveat ile aynı renk olsun */
.handwritten,
.scribble,
em,
h1 em, h2 em, h3 em, h4 em,
blockquote em {
  /* font-family inheritance garantisi */
  font-family: 'Caveat', cursive;
  /* renk inheritance - emin olmak için */
  color: inherit;
}

/* Eğer parent'tan renk alıyorsa, o renk em içine de uygulansın */
em > *,
.handwritten > *,
.scribble > * {
  color: inherit;
  font-family: inherit;
}

/* === QR BLOCK (İletişim sayfası — Instagram QR) === */
.qr-block {
  max-width: 880px; margin: 50px auto 0;
  background: white; border: 2px solid var(--line); border-radius: 24px;
  padding: 40px 36px;
  display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center;
}
.qr-text h3 { font-size: 24px; font-weight: 700; margin: 12px 0 6px; }
.qr-handle { font-family: 'Caveat', cursive; font-size: 28px; color: var(--orange); margin: 0 0 10px; font-weight: 700; }
.qr-hint { font-size: 14px; color: var(--ink-soft); line-height: 1.55; margin: 0 0 18px; font-weight: 500; }
.qr-frame {
  display: block; width: 220px; height: 220px;
  background: var(--milk); border-radius: 18px; padding: 14px;
  box-shadow: 0 8px 24px rgba(14,132,120,0.10);
  transition: transform .25s, box-shadow .25s;
}
.qr-frame:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(14,132,120,0.16); }
.qr-frame img { width: 100%; height: 100%; display: block; image-rendering: pixelated; }

@media (max-width: 720px) {
  .qr-block { grid-template-columns: 1fr; text-align: center; padding: 32px 24px; gap: 24px; }
  .qr-frame { margin: 0 auto; }
  .qr-text .btn { display: inline-flex; }
}

/* ==== TESTIMONIALS — Veli Yorumları ==== */
.testimonials {
  background: var(--milk);
  padding: 130px 48px;
  position: relative;
}
.testimonials-inner { max-width: 1280px; margin: 0 auto; }
.testimonials-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.testimonials-head h2 { font-size: clamp(36px, 4.4vw, 60px); line-height: 1.05; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.testimonial-card {
  background: white;
  border: 2px dashed var(--line-deep);
  border-radius: 24px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s;
  position: relative;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(14,132,120,0.10);
  border-style: solid;
  border-color: var(--teal-soft);
}
.testimonial-stars { display: flex; gap: 3px; }
.testimonial-text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
  font-weight: 500;
  flex: 1;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px dashed var(--line);
}
.testimonial-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}
.testimonials-footer {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px dashed var(--line-deep);
}
.testimonials-google {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--ink-soft);
  font-weight: 500;
}
.testimonials-google strong { color: var(--ink); font-weight: 700; }

@media (max-width: 1100px) {
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials { padding: 70px 24px; }
}
@media (max-width: 600px) {
  .testimonials-grid { grid-template-columns: 1fr; }
}

/* ==== WHATSAPP YÜZEN BUTON ==== */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37,211,102,0.4);
  transition: all 0.3s;
  text-decoration: none;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(37,211,102,0.5);
}
.whatsapp-float svg { display: block; }

@media (max-width: 600px) {
  .whatsapp-float { width: 56px; height: 56px; bottom: 16px; right: 16px; }
  .whatsapp-float svg { width: 28px; height: 28px; }
}

/* ==== VENUE STRIP — Anasayfa Mekânımız bölümü ==== */
.venue-strip {
  background: var(--paper);
  padding: 130px 48px;
  position: relative;
}
.venue-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
}
.venue-photo {
  border-radius: 24px;
  overflow: hidden;
  border: 4px solid white;
  box-shadow: 0 24px 60px rgba(14,132,120,0.15);
  aspect-ratio: 4/3;
  background: var(--cream-deep);
}
.venue-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.venue-text h2 {
  font-size: clamp(36px, 4.4vw, 60px);
  line-height: 1.05;
  margin-bottom: 24px;
}
.venue-text h2 em {
  font-style: normal;
  color: var(--orange);
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 1.1em;
}
.venue-text p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0 0 18px;
  font-weight: 500;
}
.venue-text strong { color: var(--ink); font-weight: 700; }

@media (max-width: 1100px) {
  .venue-inner { grid-template-columns: 1fr; gap: 40px; }
  .venue-strip { padding: 70px 24px; }
}

/* ==== ILETISIM VENUE PHOTO — okul_3.jpg ==== */
.iletisim-venue-photo {
  max-width: 1080px;
  margin: 40px auto 0;
  padding: 0 24px;
}
.iletisim-venue-photo > div {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(14,132,120,0.12);
  border: 4px solid white;
  aspect-ratio: 16/10;
}
.iletisim-venue-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
