/* =========================================================
   Sevgi Bahçesi Kreş ve Anaokulu — Tasarım Sistemi
   Kimlik: Lacivert + Altın (broşür stili) + Beyaz
   Renkler logodan / broşürden türetilmiştir.
   ========================================================= */

:root {
  /* --- Marka renkleri --- */
  --navy:        #18244A;   /* Ana renk (broşür lacivert) */
  --navy-dark:   #0E1730;
  --navy-light:  #2B3C6B;
  --gold:        #C9A24A;   /* Vurgu (broşür altın) */
  --gold-dark:   #A9842F;
  --gold-light:  #E2C681;
  --gold-soft:   #F7F0DD;
  --cream:       #FBF8F1;   /* sıcak açık zemin */

  --ink:         #20283D;
  --text:        #424b63;
  --muted:       #6b7280;
  --line:        #ece6d8;

  --bg:          #ffffff;
  --bg-soft:     var(--cream);

  /* --- Eski değişken adları (HTML sınıflarıyla uyum için yeniden eşlenmiştir) --- */
  --indigo:        var(--navy);
  --indigo-dark:   var(--navy-dark);
  --indigo-light:  var(--navy-light);
  --amber:         var(--gold);
  --amber-light:   var(--gold-light);
  --amber-soft:    var(--gold-soft);
  --pink:          var(--gold-dark);
  --pink-light:    var(--gold-light);
  --sky:           var(--navy-light);
  --sky-light:     #EAE3CF;
  --green:         var(--gold-dark);
  --bg-indigo:     var(--cream);

  /* --- Yapı --- */
  --radius:        18px;
  --radius-lg:     26px;
  --radius-pill:   999px;
  --shadow-sm:     0 4px 16px rgba(24,36,74,.07);
  --shadow:        0 12px 34px rgba(24,36,74,.13);
  --shadow-lg:     0 24px 56px rgba(24,36,74,.20);
  --container:     1180px;
  --header-h:      98px;

  --font-head:   'Baloo 2', 'Segoe UI', Tahoma, sans-serif;
  --font-body:   'Nunito', 'Segoe UI', Tahoma, sans-serif;
  --font-script: 'Dancing Script', 'Segoe Script', cursive;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html { overflow-x: hidden; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--navy);
  line-height: 1.15;
  font-weight: 600;
}
h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
h3 { font-size: 1.3rem; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 22px; }

/* ---------- Yardımcılar ---------- */
.section { padding: clamp(56px, 8vw, 100px) 0; }
.section--soft { background: var(--bg-soft); }
.section--navy { background: var(--navy); }
.text-center { text-align: center; }
.eyebrow {
  font-family: var(--font-head);
  color: var(--gold-dark);
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: .88rem;
  margin-bottom: 10px;
  display: inline-block;
}
.section-head { max-width: 720px; margin: 0 auto 50px; }
.section-head p { color: var(--muted); margin-top: 14px; }
.lead { font-size: 1.12rem; color: var(--text); }

/* Altın ayraç (broşürdeki ♦ çizgisi) */
.divider { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 16px auto; }
.divider::before, .divider::after { content: ""; height: 2px; width: 46px; background: linear-gradient(90deg, transparent, var(--gold)); }
.divider::after { background: linear-gradient(90deg, var(--gold), transparent); }
.divider span { color: var(--gold); font-size: 1rem; }

/* Slogan (okunaklı, vurgulu) */
.script { font-family: var(--font-head); color: var(--gold-dark); font-weight: 600; line-height: 1.25; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 30px;
  border-radius: var(--radius-pill);
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.02rem;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-3px); }
.btn--primary { background: var(--navy); color: #fff; box-shadow: 0 8px 20px rgba(24,36,74,.30); }
.btn--primary:hover { background: var(--navy-dark); }
.btn--accent { background: var(--gold); color: var(--navy); box-shadow: 0 8px 20px rgba(201,162,74,.40); }
.btn--accent:hover { background: var(--gold-dark); color:#fff; }
.btn--pink { background: var(--gold-dark); color: #fff; }
.btn--ghost { background: #fff; color: var(--navy); box-shadow: var(--shadow-sm); }
.btn--outline { background: transparent; color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,.6); }
.btn--outline:hover { background: #fff; color: var(--navy); }
.btn--lg { padding: 17px 38px; font-size: 1.1rem; }

/* =========================================================
   HEADER
   ========================================================= */
.topbar { background: var(--navy); color: #fff; font-size: .9rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 42px; flex-wrap: wrap; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; opacity: .95; }
.topbar a:hover { opacity: 1; color: var(--gold-light); }
.topbar .topbar-left { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar .topbar-right { display: flex; gap: 14px; align-items:center; }
.topbar svg { width: 16px; height: 16px; }
.lang-switch { display: inline-flex; gap: 2px; margin-left: 6px; padding-left: 12px; border-left: 1px solid rgba(255,255,255,.18); }
.lang-link {
  padding: 3px 9px; border-radius: 999px; font-weight: 700; font-size: .82rem;
  letter-spacing: .04em; line-height: 1; opacity: .7; transition: all .2s;
}
.lang-link:hover { opacity: 1; background: rgba(255,255,255,.08); }
.lang-link.active { background: var(--gold); color: var(--navy); opacity: 1; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 84px; width: auto; }

.menu { display: flex; align-items: center; gap: 2px; }
.menu > li { position: relative; }
.menu > li > a {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 1.02rem;
  color: var(--ink);
  padding: 12px 14px;
  border-radius: var(--radius-pill);
  transition: color .2s, background .2s;
}
.menu > li > a:hover,
.menu > li.active > a { color: var(--navy); background: var(--gold-soft); }
.menu .caret { width: 11px; height: 11px; transition: transform .25s; opacity: .7; }
.menu > li:hover .caret { transform: rotate(180deg); }

/* Dropdown */
.has-sub > .submenu {
  position: absolute; top: calc(100% + 10px); left: 0;
  min-width: 260px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 10px;
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
}
.has-sub:hover > .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu li a {
  display: block;
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 600;
  font-size: .96rem;
  color: var(--text);
  transition: background .18s, color .18s, padding-left .18s;
}
.submenu li a:hover { background: var(--gold-soft); color: var(--navy); padding-left: 22px; }

.nav-cta { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; background: var(--gold-soft); color: var(--navy); align-items: center; justify-content: center; }
.menu-toggle svg { width: 26px; height: 26px; }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  background:
    radial-gradient(900px 520px at 88% -10%, var(--gold-soft), transparent 60%),
    radial-gradient(720px 520px at -5% 115%, rgba(43,60,107,.10), transparent 55%),
    var(--cream);
  overflow: hidden;
}
.hero-deco { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-deco span { position: absolute; border-radius: 50%; opacity: .35; animation: float 7s ease-in-out infinite; }
.hero-deco span:nth-child(1){ width:90px;height:90px; background:var(--gold); top:14%; left:7%; }
.hero-deco span:nth-child(2){ width:48px;height:48px; background:var(--navy-light); top:66%; left:13%; animation-delay:1.5s; }
.hero-deco span:nth-child(3){ width:66px;height:66px; background:var(--gold-light); top:20%; right:9%; animation-delay:.8s; }
.hero-deco span:nth-child(4){ width:38px;height:38px; background:var(--navy); top:72%; right:16%; animation-delay:2.2s; }
@keyframes float { 0%,100%{ transform:translateY(0);} 50%{ transform:translateY(-22px);} }

.hero-inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; min-height: 600px; padding: 60px 0; }
.hero-slides { position: relative; }
.hero-slide { display: none; }
.hero-slide.is-active { display: block; animation: fadeUp .7s ease both; }
@keyframes fadeUp { from { opacity:0; transform: translateY(20px);} to{ opacity:1; transform:none;} }
.hero-slide .kicker { display: inline-block; font-family: var(--font-head); color: var(--navy); font-weight: 600; font-size: 1.05rem; letter-spacing: 1px; text-transform: uppercase; background: #fff; padding: 7px 18px; border-radius: var(--radius-pill); box-shadow: var(--shadow-sm); }
.hero-slide h1 { margin: 6px 0 18px; }
.hero-slide h1 span { color: var(--gold-dark); }
.hero-slide p { font-size: 1.15rem; color: var(--text); max-width: 520px; }
.hero-slide p strong { color: var(--gold-dark); font-weight: 800; }
.hero-slide h1 { margin-top: 0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

.hero-art { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-art .blob {
  width: 100%; max-width: 460px; aspect-ratio: 1; border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%;
  background: linear-gradient(140deg, var(--gold-light), var(--gold-dark));
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; justify-content: center;
  animation: morph 9s ease-in-out infinite;
  padding: 12px;
}
@keyframes morph { 0%,100%{ border-radius:46% 54% 58% 42% / 52% 44% 56% 48%;} 50%{ border-radius:58% 42% 45% 55% / 45% 58% 42% 55%;} }
.hero-art .blob .inner { width: 100%; height: 100%; border-radius: inherit; overflow: hidden; }
.hero-art .blob img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-art .badge {
  position: absolute; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 14px 18px; display: flex; align-items: center; gap: 12px; font-family: var(--font-head);
}
.hero-art .badge b { color: var(--navy); font-size: 1.4rem; display: block; line-height: 1; }
.hero-art .badge small { color: var(--muted); font-family: var(--font-body); font-weight: 600; }
.hero-art .badge .ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; }
.hero-art .badge--1 { top: 8%; left: -4%; }
.hero-art .badge--2 { bottom: 10%; right: -6%; }

.hero-dots { display: flex; gap: 9px; margin-top: 34px; }
.hero-dots button { width: 12px; height: 12px; border-radius: 50%; background: var(--navy-light); opacity: .3; transition: all .25s; }
.hero-dots button.is-active { opacity: 1; width: 34px; border-radius: 7px; background: var(--gold); }

.wave { display: block; width: 100%; height: auto; margin-bottom: -6px; }

/* =========================================================
   KARTLAR / BİLEŞENLER
   ========================================================= */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: #fff; border-radius: var(--radius-lg); padding: 32px 28px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s;
  position: relative; overflow: hidden;
}
.card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.card:hover::before { transform: scaleX(1); }
.card .ic-circle { width: 70px; height: 70px; border-radius: 20px; display: grid; place-items: center; margin-bottom: 18px; color: #fff; }
.card .ic-circle svg { width: 36px; height: 36px; }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 1rem; }
.card .more { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; color: var(--navy); font-family: var(--font-head); font-weight: 600; }
.card .more svg { width: 16px; transition: transform .2s; }
.card:hover .more svg { transform: translateX(4px); }

/* renk varyantları (lacivert/altın tonları) */
.bg-indigo { background: var(--navy); color:#fff; }
.bg-amber  { background: var(--gold); color: var(--navy) !important; }
.bg-pink   { background: var(--gold-dark); color:#fff; }
.bg-sky    { background: var(--navy-light); color:#fff; }
.bg-green  { background: var(--gold-dark); color:#fff; }

.feature-card { text-align: center; padding-top: 40px; }
.feature-card .ic-circle { margin: 0 auto 20px; width: 84px; height: 84px; border-radius: 26px; }

/* Hakkımızda split */
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.about-img { position: relative; }
.about-img img { border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.about-img .dots { position: absolute; width: 130px; height: 130px; background-image: radial-gradient(var(--gold) 3px, transparent 3px); background-size: 18px 18px; opacity: .35; z-index: -1; }
.about-img .dots--tl { top: -24px; left: -24px; }
.about-img .dots--br { bottom: -24px; right: -24px; }
.about-img .frame { position:absolute; inset:14px; border:2px solid var(--gold); border-radius: var(--radius-lg); pointer-events:none; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 16px; }
.check-list .tick { flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; background: var(--gold); color: var(--navy); display: grid; place-items: center; margin-top: 3px; }
.check-list .tick svg { width: 16px; }
.check-list b { color: var(--ink); font-family: var(--font-head); }

/* Etkinlik / branş pill kartları */
.pill-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.pill-card { background: #fff; border-radius: var(--radius); padding: 24px 18px; text-align: center; box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: transform .22s, box-shadow .22s; }
.pill-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.pill-card .ic-circle { width: 62px; height: 62px; border-radius: 18px; margin: 0 auto 14px; display:grid; place-items:center; color:#fff; }
.pill-card .ic-circle svg { width: 30px; height: 30px; }
.pill-card h4 { font-family: var(--font-head); color: var(--ink); font-size: 1.02rem; font-weight: 600; }

/* Yaş grupları */
.age-card { text-align: center; color: #fff; border-radius: var(--radius-lg); padding: 36px 24px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.age-card .age { font-family: var(--font-head); font-size: 2.4rem; font-weight: 600; line-height: 1; }
.age-card .age small { font-size: 1rem; display: block; opacity: .9; margin-top: 6px; font-weight: 500; }
.age-card p { margin-top: 14px; opacity: .95; font-size: .98rem; }
/* Yaş kartları — temayla uyumlu, sırayla geçişli tonlar (altın -> lacivert) */
.age-card.ac1 { background: #DCBC6E; color: var(--navy); }   /* açık altın */
.age-card.ac2 { background: #C9A24A; color: var(--navy); }   /* altın */
.age-card.ac3 { background: #9C7A2E; color: #fff; }          /* bronz */
.age-card.ac4 { background: #2B3C6B; color: #fff; }          /* indigo */
.age-card.ac5 { background: #18244A; color: #fff; }          /* lacivert */
.age-card.ac1 .age small, .age-card.ac2 .age small { opacity: .75; }

/* Galeri */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery a { display: block; border-radius: 16px; overflow: hidden; aspect-ratio: 1; box-shadow: var(--shadow-sm); position: relative; }
.gallery a::after { content:""; position:absolute; inset:0; background: linear-gradient(transparent 55%, rgba(24,36,74,.45)); opacity:0; transition: opacity .3s; }
.gallery a:hover::after { opacity:1; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery a:hover img { transform: scale(1.09); }
.gallery a::before { content: ""; position: absolute; inset: 0; z-index: 1; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' stroke='white' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4.3-4.3M11 8v6M8 11h6'/%3E%3C/svg%3E") center no-repeat; opacity: 0; transition: opacity .3s; }
.gallery a:hover::before { opacity: .95; }

/* Lightbox (galeri önizleme) */
.lightbox {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(14,23,48,.92);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s;
  padding: 20px;
}
.lightbox.open { opacity: 1; visibility: visible; }
.lb-stage { margin: 0; max-width: min(92vw, 1000px); max-height: 86vh; display: flex; }
.lb-stage img { max-width: 100%; max-height: 86vh; border-radius: 14px; box-shadow: 0 20px 60px rgba(0,0,0,.5); border: 4px solid #fff; object-fit: contain; animation: lbIn .3s ease; }
@keyframes lbIn { from { transform: scale(.92); opacity: 0; } to { transform: none; opacity: 1; } }
.lb-btn { position: absolute; width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; display: grid; place-items: center; transition: background .2s, transform .2s; }
.lb-btn:hover { background: var(--gold); color: var(--navy); }
.lb-btn svg { width: 26px; height: 26px; }
.lb-close { top: 22px; right: 22px; }
.lb-prev { left: 22px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 22px; top: 50%; transform: translateY(-50%); }
.lb-prev:hover, .lb-next:hover { transform: translateY(-50%) scale(1.08); }
.lb-count { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); color: #fff; font-family: var(--font-head); font-weight: 600; background: rgba(255,255,255,.12); padding: 5px 16px; border-radius: var(--radius-pill); font-size: .95rem; }
@media (max-width: 620px) {
  .lb-close { top: 14px; right: 14px; }
  .lb-prev { left: 8px; } .lb-next { right: 8px; }
  .lb-btn { width: 44px; height: 44px; }
}

/* CTA bandı */
.cta-band { background: linear-gradient(120deg, var(--navy), var(--navy-dark)); border-radius: var(--radius-lg); color: #fff; text-align: center; padding: clamp(40px, 6vw, 70px); position: relative; overflow: hidden; }
.cta-band::after { content:""; position:absolute; inset:10px; border:2px solid rgba(201,162,74,.45); border-radius: var(--radius-lg); pointer-events:none; }
.cta-band h2 { color: #fff; }
.cta-band .script { color: var(--gold-light); font-size: 1.8rem; }
.cta-badge {
  position: relative; display: inline-flex; align-items: center; gap: 11px;
  background: var(--gold); color: var(--navy);
  font-family: var(--font-head); font-weight: 700; font-size: 1.08rem;
  letter-spacing: .8px; text-transform: uppercase;
  padding: 11px 24px; border-radius: var(--radius-pill); margin-bottom: 20px;
  box-shadow: 0 8px 22px rgba(201,162,74,.45);
}
.cta-badge .dot { width: 11px; height: 11px; border-radius: 50%; background: #1e9e54; position: relative; flex: 0 0 11px; }
.cta-badge .dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #1e9e54; animation: livedot 1.6s ease-out infinite; }
@keyframes livedot { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(2.6); opacity: 0; } }
.cta-band p { opacity: .92; max-width: 580px; margin: 6px auto 28px; }
.cta-band .deco { position: absolute; border-radius: 50%; opacity: .08; background: var(--gold); }
.cta-band .deco--1 { width: 220px; height: 220px; top: -70px; left: -50px; }
.cta-band .deco--2 { width: 160px; height: 160px; bottom: -60px; right: -30px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--navy-dark); color: #c2cae0; padding-top: 70px; }
.footer h4 { color: #fff; margin-bottom: 20px; font-size: 1.15rem; }
.footer h4::after { content:""; display:block; width:40px; height:3px; background:var(--gold); margin-top:8px; border-radius:2px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px; }
.footer .brand img { height: 64px; background: #fff; padding: 8px; border-radius: 14px; }
.footer p { color: #9aa6c4; font-size: .98rem; margin-top: 16px; }
.footer ul li { margin-bottom: 11px; }
.footer ul a { color: #c2cae0; transition: color .2s, padding-left .2s; }
.footer ul a:hover { color: var(--gold-light); padding-left: 5px; }
.footer .contact-li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; }
.footer .contact-li svg { width: 20px; flex: 0 0 20px; color: var(--gold); margin-top: 3px; }
.footer .socials { display: flex; gap: 10px; margin-top: 18px; }
.footer .socials a { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.08); display: grid; place-items: center; transition: background .2s, transform .2s, color .2s; }
.footer .socials a:hover { background: var(--gold); color: var(--navy); transform: translateY(-3px); }
.footer .socials svg { width: 20px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; text-align: center; font-size: .92rem; color: #8089a8; }

/* Float butonlar */
.float-btns { position: fixed; right: 20px; bottom: 22px; z-index: 90; display: flex; flex-direction: column; gap: 12px; }
.float-btns a, .float-btns button { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--shadow); transition: transform .2s; }
.float-btns a:hover, .float-btns button:hover { transform: scale(1.1); }
.fab-wa { background: #25D366; color: #fff; }
.fab-wa svg { width: 30px; }
.fab-top { background: var(--navy); color: #fff; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s, transform .2s; }
.fab-top.show { opacity: 1; visibility: visible; }
.fab-top svg { width: 24px; }

/* Sayfa başlığı (alt sayfalar) */
.page-hero { background: var(--navy); color:#fff; padding: 13px 0 11px; text-align: left; position: relative; overflow: hidden; }
.page-hero h1 { color:#fff; font-size: 1.5rem; margin-bottom: 3px; }
.page-hero .deco { position:absolute; border-radius:50%; background:var(--gold); opacity:.10; }
.page-hero .deco--1 { width:200px;height:200px; top:-80px; right:-40px; }
.page-hero .deco--2 { width:140px;height:140px; bottom:-60px; left:-30px; }
.breadcrumb { display: flex; gap: 8px; justify-content: flex-start; color: #c2cae0; font-weight: 600; position:relative; }
.breadcrumb a:hover { color: var(--gold-light); }

/* Branş detay kartları (Branşlar) — sticky header için anchor boşluğu */
.brans-card { scroll-margin-top: 100px; }
.brans-card h3 { margin-bottom: 8px; }

/* Etkinlik bölümleri (Etkinlikler) — anchor boşluğu */
.etkinlik-row { scroll-margin-top: 80px; }
.etkinlik-row .ic-circle { margin-bottom: 18px; }

/* Eğitim bölümleri (Eğitim) — anchor boşluğu */
.egitim-row { scroll-margin-top: 80px; }

/* Ekip kartları (Hakkımızda) */
.team-card { text-align: center; }
.team-card .team-photo { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; margin: 0 auto 16px; border: 3px solid var(--gold); }
.team-card .team-role { color: var(--gold-dark, var(--gold)); font-family: var(--font-head); font-weight: 700; margin: 2px 0 10px; }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; min-height: auto; }
  .hero-slide p { margin-inline: auto; }
  .hero-actions, .hero-dots { justify-content: center; }
  .hero-art { order: -1; }
  .about-split { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .pill-grid { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .topbar { display: none; }
  .menu-toggle { display: flex; }
  .nav-cta .btn { display: none; }
  .menu {
    position: fixed; top: 0; right: 0; height: 100vh; width: min(330px, 86vw);
    background: #fff; flex-direction: column; align-items: stretch; gap: 2px;
    padding: 90px 18px 30px; box-shadow: -10px 0 40px rgba(0,0,0,.15);
    transform: translateX(100%); transition: transform .32s ease; overflow-y: auto; z-index: 105;
  }
  .menu.open { transform: translateX(0); }
  .menu > li > a { font-size: 1.12rem; justify-content: space-between; }
  .has-sub > .submenu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; border-top: none; max-height: 0; overflow: hidden; padding: 0 10px; transition: max-height .3s ease; background: var(--gold-soft); border-radius: 12px; }
  .has-sub.open > .submenu { max-height: 800px; padding: 8px 10px; margin: 4px 0 8px; }
  .menu > li:hover .caret { transform: none; }
  .has-sub.open .caret { transform: rotate(180deg); }
  .menu-backdrop { position: fixed; inset: 0; background: rgba(14,23,48,.5); opacity: 0; visibility: hidden; transition: .3s; z-index: 104; }
  .menu-backdrop.show { opacity: 1; visibility: visible; }
  .pill-grid { grid-template-columns: repeat(2,1fr); }
  .gallery { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .grid-4, .pill-grid, .footer-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2,1fr); }
  .hero-art .badge { display: none; }
  .btn { padding: 13px 26px; }
}

/* ============ İLETİŞİM SAYFASI ============ */
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  align-items: stretch;
}
.contact-info { display: grid; gap: 14px; }
.contact-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--border, #e7ecf3);
  border-radius: var(--radius);
  padding: 18px 20px;
  box-shadow: 0 6px 18px rgba(24,36,74,.05);
  transition: transform .15s ease, box-shadow .15s ease;
}
.contact-card:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(24,36,74,.10); }
.contact-card .ic-circle {
  width: 48px; height: 48px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 22px;
  color: #fff;
}
.contact-card h3 { color: var(--navy); margin: 2px 0 4px; font-size: 1.05rem; }
.contact-card p  { margin: 0; color: var(--text); line-height: 1.6; }
.contact-card a  { color: var(--navy); text-decoration: none; border-bottom: 1px dashed var(--gold); }
.contact-card a:hover { color: var(--gold-dark); }
.contact-link { display: inline-block; margin-top: 4px; font-weight: 600; font-size: .92rem; }
.contact-socials a { margin-right: 14px; }

.contact-map {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(24,36,74,.10);
  border: 1px solid var(--border, #e7ecf3);
  background: #fff;
  min-height: 420px;
}

/* Form */
.contact-form-wrap {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--border, #e7ecf3);
  border-radius: var(--radius-lg);
  padding: clamp(22px, 3vw, 36px);
  box-shadow: 0 14px 36px rgba(24,36,74,.08);
}
.contact-form { display: grid; gap: 16px; position: relative; }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: grid; gap: 6px; }
.form-field label {
  font-weight: 600;
  color: var(--navy);
  font-size: .95rem;
}
.form-field .req { color: var(--gold-dark); }
.form-field input,
.form-field textarea {
  width: 100%;
  font: inherit;
  color: var(--text);
  background: #fbfcfe;
  border: 1.5px solid var(--border, #e7ecf3);
  border-radius: 12px;
  padding: 12px 14px;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.form-field textarea { resize: vertical; min-height: 140px; }
.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(201,162,74,.18);
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: #9aa3b8; }
.form-error {
  color: #b53b3b;
  font-size: .88rem;
  margin-top: 2px;
}
.form-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 6px;
  flex-wrap: wrap;
}
.form-note { color: #7b86a3; font-size: .88rem; margin: 0; }

.form-alert {
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 18px;
  font-size: .98rem;
  border: 1.5px solid;
}
.form-alert--success {
  background: #ecf8ef;
  border-color: #bfe1c8;
  color: #1f6a35;
}
.form-alert--error {
  background: #fdecec;
  border-color: #f1c2c2;
  color: #9c2828;
}

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-map { min-height: 320px; }
}
@media (max-width: 620px) {
  .contact-form .form-row { grid-template-columns: 1fr; }
  .form-foot { justify-content: stretch; }
  .form-foot .btn { width: 100%; text-align: center; }
}
