/* ============================================================
   ACTIVE ENGLISH v3 - SİTE STİLLERİ
   1987'nin tecrübesi, 2026'nın aklı
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&family=Caveat:wght@500;600&display=swap');
@import url('https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/dist/tabler-icons.min.css');

:root {
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Inter', -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --font-hand: 'Caveat', cursive;
  --midnight: #1A1F36;
  --midnight-2: #2A3050;
  --midnight-deep: #0F1322;
  --cream: #FCF8EE;
  --cream-2: #F4ECD8;
  --cream-3: #E8DEC2;
  --cream-warm: #FAF1E0;
  --gold: #E5B660;
  --gold-light: #F0CC83;
  --gold-soft: #FBE9B8;
  --coral: #8B1E3F;
  --coral-light: #A93358;
  --coral-deep: #5A0F26;
  --peach: #F0D584;
  --burgundy: #B8284A;
  --burgundy-dark: #8A1A35;
  --sage: #6BA88F;
  --text-on-dark: #FFFFFF;
  --text-on-dark-muted: #D4CDB8;
  --text-dark: #2A2418;
  --text-mid: #5A5040;
  --text-light: #8A7E68;
  --border-soft: rgba(229,182,96,0.3);
  --shadow-soft: 0 4px 16px rgba(26,31,54,0.06);
  --shadow-medium: 0 12px 32px rgba(26,31,54,0.1);
  --shadow-strong: 0 20px 48px rgba(26,31,54,0.15);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  color: var(--text-dark);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
a { color: inherit; text-decoration: none; transition: color 0.2s; }
img { max-width: 100%; height: auto; display: block; }

/* ============ UTILITY BAR ============ */
.utility-bar {
  background: var(--midnight);
  color: var(--text-on-dark-muted);
  padding: 10px 28px;
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1px;
}
.utility-bar b { color: var(--gold); font-weight: 500; }
.utility-right { display: flex; gap: 18px; align-items: center; }
.utility-right .live { color: var(--coral); display: inline-flex; align-items: center; gap: 6px; }
.utility-right .live .dot { width: 6px; height: 6px; background: var(--coral); border-radius: 50%; animation: pulse 1.5s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(1.3); } }

/* ============ NAV ============ */
.nav {
  background: var(--cream);
  border-bottom: 1px solid var(--cream-3);
  padding: 18px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow 0.3s;
}
.nav.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 48px; height: auto; }
.brand-text { line-height: 1.1; }
.brand-name { font-family: var(--font-serif); font-size: 24px; color: var(--midnight); letter-spacing: -.3px; font-weight: 500; }
.brand-sub { display: block; font-family: var(--font-mono); font-size: 10px; letter-spacing: 1.8px; color: var(--burgundy); margin-top: 4px; font-weight: 500; }
.nav-links { display: flex; gap: 26px; align-items: center; font-family: var(--font-serif); font-size: 17px; color: var(--midnight); list-style: none; padding: 0; margin: 0; }
.nav-links a { color: var(--midnight); }
.nav-links a:hover { color: var(--coral); }
.nav-links .ai-link { color: var(--coral); font-style: italic; font-weight: 500; }
.cta-nav { background: var(--coral); color: #fff; padding: 12px 20px; border: none; font-family: var(--font-mono); font-size: 11px; letter-spacing: 1px; cursor: pointer; display: inline-flex; gap: 6px; font-weight: 600; text-transform: uppercase; transition: all .15s; border-radius: 6px; }
.cta-nav:hover { background: var(--burgundy); transform: translateY(-1px); }

/* ============ HERO - CINEMATIC ============ */
.hero {
  position: relative;
  min-height: 92vh;
  background: var(--midnight-deep);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  filter: brightness(0.65);
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15,19,34,0.4) 0%, rgba(15,19,34,0.7) 80%, var(--midnight-deep) 100%),
    radial-gradient(ellipse at center, transparent 30%, rgba(15,19,34,0.5) 100%);
}
.hero-inner {
  position: relative;
  z-index: 3;
  padding: 80px 28px;
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.hero-meta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gold);
  letter-spacing: 3px;
  font-weight: 700;
}
.hero-meta hr { width: 40px; border: none; border-top: 2px solid var(--gold); margin: 0; }
.hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(48px, 10vw, 120px);
  line-height: 0.95;
  letter-spacing: -3px;
  margin: 0 auto 28px;
  font-weight: 500;
  color: #fff;
  max-width: 1000px;
}
.hero h1 em {
  font-style: italic;
  color: var(--coral-light);
  background: linear-gradient(135deg, var(--coral-light), var(--gold-light));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero p.lead {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(18px, 2.5vw, 24px);
  color: rgba(255,255,255,0.85);
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.5;
}
.hero-btns {
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 12px;
}
.btn-hero {
  padding: 18px 36px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: 2px solid transparent;
}
.btn-hero-primary { background: var(--coral); color: #fff; box-shadow: 0 12px 32px rgba(232,117,90,0.3); }
.btn-hero-primary:hover { background: var(--burgundy); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(232,117,90,0.5); color: #fff; }
.btn-hero-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.btn-hero-secondary:hover { background: rgba(255,255,255,0.1); border-color: #fff; color: #fff; }

.scroll-indicator {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.4);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 2px;
  animation: bounce 2s infinite;
  pointer-events: none;
}
.scroll-indicator .line { width: 1px; height: 24px; background: rgba(255,255,255,0.25); }
@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-8px); } }

/* Mobilde tamamen gizle - butonlarla çakışıyor */
@media (max-width: 768px) {
  .scroll-indicator {
    display: none !important;
  }
}

/* ============ SECTION GENERIC ============ */
.section { padding: 120px 28px; }
.section-tight { padding: 80px 28px; }
.section-cream { background: var(--cream); }
.section-warm { background: var(--cream-warm); }
.section-dark { background: var(--midnight); color: #fff; }
.section-inner { max-width: 1280px; margin: 0 auto; }

.section-meta {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--coral);
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.section-h2 {
  font-family: var(--font-serif);
  font-size: clamp(36px, 6vw, 72px);
  color: var(--midnight);
  text-align: center;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.05;
  margin: 0 auto 24px;
  max-width: 900px;
}
.section-h2 em { font-style: italic; color: var(--coral); }
.section-dark .section-h2 { color: #fff; }
.section-dark .section-h2 em { color: var(--gold-light); }
.section-lead {
  text-align: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(18px, 2vw, 22px);
  color: var(--text-mid);
  max-width: 640px;
  margin: 0 auto 64px;
  line-height: 1.5;
}
.section-dark .section-lead { color: rgba(255,255,255,0.75); }

/* ============ FEATURE CARDS ============ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.feature-card {
  background: #fff;
  border: 1px solid var(--cream-3);
  border-radius: 16px;
  padding: 40px 32px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.feature-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--coral), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-strong);
  border-color: var(--coral);
}
.feature-card:hover::before { transform: scaleX(1); }
.feature-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--cream-warm), var(--peach));
  border-radius: 14px;
  margin-bottom: 20px;
  font-size: 28px;
  color: var(--coral);
}
.feature-card h3 {
  font-family: var(--font-serif);
  font-size: 26px;
  color: var(--midnight);
  font-weight: 500;
  margin: 0 0 12px;
  letter-spacing: -0.5px;
}
.feature-card p {
  color: var(--text-dark);
  font-size: 15.5px;
  line-height: 1.7;
  margin: 0;
}

/* ============ LANGUAGES GRID ============ */
.languages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.lang-card {
  background: linear-gradient(135deg, #fff 0%, var(--cream-warm) 100%);
  border: 1px solid var(--cream-3);
  border-radius: 14px;
  padding: 28px 24px;
  text-align: left;
  text-decoration: none;
  color: var(--midnight);
  transition: all 0.25s;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}
.lang-card:hover {
  transform: translateY(-3px);
  border-color: var(--coral);
  box-shadow: var(--shadow-medium);
  color: var(--midnight);
}
.lang-flag {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--midnight);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 12px;
}
.lang-body { line-height: 1.2; }
.lang-name {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 500;
  color: var(--midnight);
}
.lang-native {
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--text-mid);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 4px;
}
.lang-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--cream-3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--coral);
  font-size: 14px;
  transition: all 0.2s;
}
.lang-card:hover .lang-arrow {
  background: var(--coral);
  color: #fff;
  border-color: var(--coral);
  transform: translateX(4px);
}

/* ============ BRANCHES (CINEMATIC) ============ */
.branches-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.branch-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 360px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  background: var(--midnight);
}
.branch-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}
.branch-card:hover .branch-photo { transform: scale(1.06); }
.branch-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.85) 100%);
  z-index: 1;
}
.branch-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--gold);
  color: var(--midnight);
  padding: 7px 16px;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  z-index: 3;
  text-transform: uppercase;
}
.branch-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  z-index: 2;
  color: #fff;
}
.branch-name {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 6px;
  color: #fff;
}
.branch-role {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gold-light);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600;
}
.branch-desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255,255,255,0.88);
  max-width: 480px;
}
.branch-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--coral-light);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ============ STATS - BIG ============ */
.stats-section {
  background: linear-gradient(135deg, var(--midnight-deep), var(--midnight-2));
  color: #fff;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 60px;
}
.stat-card {
  text-align: center;
  padding: 32px 20px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.stat-card:last-child { border-right: none; }
.stat-num {
  font-family: var(--font-serif);
  font-size: clamp(60px, 10vw, 96px);
  color: var(--gold);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -3px;
  margin-bottom: 16px;
}
.stat-label {
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
}

/* ============ TESTIMONIALS ============ */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial {
  background: #fff;
  border: 1px solid var(--cream-3);
  border-radius: 16px;
  padding: 36px 32px;
  position: relative;
  transition: all 0.3s;
}
.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-medium);
}
.testimonial-stars {
  color: var(--gold);
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
.testimonial-text {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  color: var(--text-dark);
  line-height: 1.7;
  margin: 0 0 24px;
}
.testimonial-text::before {
  content: """;
  font-family: var(--font-serif);
  font-size: 64px;
  color: var(--coral);
  line-height: 0;
  position: absolute;
  top: 60px;
  left: 28px;
  opacity: 0.15;
}
.testimonial-author {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--midnight);
  font-weight: 700;
  letter-spacing: 1.5px;
}
.testimonial-place {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--coral);
  letter-spacing: 1.5px;
  margin-top: 4px;
}

/* ============ YAZ OKULU CTA - SEZONLU ============ */
.yaz-cta-section {
  background: var(--burgundy);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.yaz-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(0,0,0,0.72),rgba(0,0,0,0.65)), var(--yaz-bg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.yaz-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.yaz-cta-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--midnight);
  padding: 8px 20px;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 24px;
  animation: pulse-badge 2.5s infinite;
}
@keyframes pulse-badge { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.06); } }
.yaz-cta-section h2 {
  font-family: var(--font-serif);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 500;
  letter-spacing: -2px;
  margin: 0 0 18px;
  color: #fff;
  line-height: 1.05;
}
.yaz-cta-section h2 em { color: var(--gold); font-style: italic; }
.yaz-cta-section p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(18px, 2vw, 22px);
  color: rgba(255,255,255,0.92);
  max-width: 580px;
  margin: 0 auto 36px;
  line-height: 1.5;
}
.yaz-btns { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.btn-yaz {
  padding: 18px 32px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-yaz-light { background: #fff; color: var(--coral); }
.btn-yaz-light:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,0.2); color: var(--coral); }
.btn-yaz-wa { background: #25D366; color: #fff; }
.btn-yaz-wa:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(37,211,102,0.4); color: #fff; }

/* ============ AKADEMİK ============ */
.akademik-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.exam-card {
  background: #fff;
  border: 1px solid var(--cream-3);
  border-radius: 14px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.25s;
}
.exam-card:hover {
  transform: translateY(-4px);
  border-color: var(--coral);
  box-shadow: var(--shadow-medium);
}
.exam-name {
  font-family: var(--font-serif);
  font-size: 36px;
  color: var(--coral);
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 8px;
}
.exam-sub1 {
  font-size: 14px;
  color: var(--midnight);
  font-weight: 500;
  margin-bottom: 4px;
}
.exam-sub2 {
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--text-mid);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ============ FINAL CTA ============ */
.final-cta {
  background: linear-gradient(135deg, var(--cream-warm), var(--peach));
  padding: 120px 28px;
  text-align: center;
}
.final-cta h2 {
  font-family: var(--font-serif);
  font-size: clamp(48px, 8vw, 96px);
  color: var(--midnight);
  font-weight: 500;
  letter-spacing: -3px;
  margin: 0 0 24px;
  line-height: 1;
}
.final-cta h2 em { font-style: italic; color: var(--coral); }
.final-cta p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(18px, 2vw, 22px);
  color: var(--text-mid);
  max-width: 540px;
  margin: 0 auto 40px;
}

/* ============ FOOTER ============ */
.footer {
  background: var(--midnight);
  color: var(--text-on-dark-muted);
  padding: 80px 28px 32px;
  border-top: 4px solid var(--coral);
}
.footer-inner { max-width: 1280px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; font-size: 13px; }
.footer-brand { display: flex; gap: 14px; align-items: center; margin-bottom: 18px; }
.footer-logo { width: 44px; height: auto; }
.footer-name { font-family: var(--font-serif); font-size: 26px; font-weight: 500; color: #fff; letter-spacing: -.4px; line-height: 1; }
.footer-tagline { font-family: var(--font-serif); font-style: italic; font-size: 15px; color: var(--text-on-dark-muted); line-height: 1.6; max-width: 320px; margin-bottom: 20px; }
.footer-contact { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-contact span { padding: 8px 14px; border: 1px solid var(--border-soft); font-family: var(--font-mono); font-size: 11px; color: var(--gold); border-radius: 6px; }
.footer-col h5 { font-family: var(--font-mono); font-size: 11px; color: var(--coral); margin: 0 0 16px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { color: var(--text-on-dark-muted); margin-bottom: 9px; line-height: 1.5; font-family: var(--font-serif); font-size: 15px; }
.footer-col a { color: var(--text-on-dark-muted); }
.footer-col a:hover { color: var(--coral); }
.footer-bottom { border-top: 1px solid rgba(229,182,96,0.15); padding-top: 24px; display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 10.5px; color: rgba(212,205,184,0.5); flex-wrap: wrap; gap: 10px; }

/* ============ MOBILE STICKY CTA ============ */
.mobile-cta-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 200;
  background: #fff;
  border-top: 2px solid var(--coral);
  padding: 10px;
  gap: 8px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
}
.mobile-cta-bar .mcta {
  flex: 1; padding: 14px 8px;
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.5px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  text-decoration: none; cursor: pointer; border: none;
  text-transform: uppercase;
  border-radius: 6px;
}
.mcta.whatsapp { background: #25D366; color: #fff; }
.mcta.call { background: var(--gold); color: var(--midnight); }
.mcta.test { background: var(--coral); color: #fff; }

/* ============ FLOATING ELEMENTS ============ */
.floating-wa {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  z-index: 199;
  box-shadow: 0 8px 28px rgba(37,211,102,0.45);
  animation: floating-pulse 2s ease-in-out infinite;
  font-size: 28px;
}
.floating-wa:hover { transform: scale(1.08); color: #fff; }
@keyframes floating-pulse {
  0%, 100% { box-shadow: 0 8px 28px rgba(37,211,102,0.45); }
  50% { box-shadow: 0 8px 40px rgba(37,211,102,0.75); }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .features-grid, .languages-grid, .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .akademik-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .utility-bar { font-size: 9px; padding: 8px 14px; flex-direction: column; gap: 4px; align-items: flex-start; }
  .utility-right { gap: 10px; font-size: 9px; flex-wrap: wrap; }
  .nav { padding: 12px 14px; }
  .nav-links { display: none; }
  .brand-name { font-size: 18px; }
  .brand-sub { font-size: 8.5px; }
  .brand-logo { width: 38px; }
  .cta-nav { padding: 9px 13px; font-size: 9.5px; }
  .hero { min-height: 80vh; }
  .hero-inner { padding: 48px 14px; }
  .btn-hero { padding: 14px 22px; font-size: 11px; letter-spacing: 1px; }
  .section { padding: 60px 14px; }
  .section-tight { padding: 48px 14px; }
  .features-grid, .languages-grid, .testimonials-grid, .branches-grid, .akademik-grid { grid-template-columns: 1fr; gap: 16px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .stat-card { border-right: none; padding: 20px 10px; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .stat-card:nth-child(even) { border-right: none; }
  .branch-card { height: 280px; }
  .branch-name { font-size: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .final-cta { padding: 80px 14px; }
  body { padding-bottom: 72px; }
  .mobile-cta-bar { display: flex; }
  .floating-wa { bottom: 80px; right: 14px; width: 50px; height: 50px; font-size: 22px; }
}

/* ============================================================
   v3 - YAŞAYAN SİTE
   Aktivite feed, AI test, exit popup, animasyonlar
   ============================================================ */

/* ====== UTILITY BAR - CANLI ZIYARETÇI ====== */
.live-visits {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold-light);
  font-size: 11px;
  letter-spacing: 0.5px;
}
.live-visits i {
  font-size: 13px;
}

/* ====== AKTİVİTE FEED (SOL ALT) ====== */
.activity-feed {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 198;
  display: none;
  pointer-events: none;
}
.activity-card {
  background: #fff;
  border: 1px solid var(--cream-3);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 320px;
  pointer-events: auto;
  position: relative;
}
.activity-avatar {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--coral), var(--burgundy));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}
.activity-dot {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 12px;
  height: 12px;
  background: #25D366;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: pulse-online 1.5s ease-in-out infinite;
}
@keyframes pulse-online {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0.7); }
  50% { box-shadow: 0 0 0 6px rgba(37,211,102,0); }
}
.activity-body {
  flex: 1;
  font-size: 13px;
  line-height: 1.4;
  min-width: 0;
}
.activity-name {
  font-weight: 600;
  color: var(--midnight);
  font-size: 13px;
}
.activity-action {
  color: var(--text-mid);
  font-size: 12px;
  margin-top: 2px;
}
.activity-time {
  color: var(--coral);
  font-family: var(--font-mono);
  font-size: 10px;
  margin-top: 4px;
  letter-spacing: 0.5px;
}
.activity-close {
  position: absolute;
  top: 6px;
  right: 8px;
  background: none;
  border: none;
  color: var(--text-light);
  cursor: pointer;
  font-size: 16px;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity-close:hover { color: var(--coral); }

.slide-in {
  animation: slideInUp 0.5s ease-out forwards;
}
.slide-out {
  animation: slideOutDown 0.5s ease-in forwards;
}
@keyframes slideInUp {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes slideOutDown {
  from { transform: translateY(0); opacity: 1; }
  to { transform: translateY(100%); opacity: 0; }
}

/* ====== AI TEST MODAL ====== */
.ai-test-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.ai-test-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15,19,34,0.92);
  backdrop-filter: blur(8px);
}
.ai-test-content {
  position: relative;
  background: #fff;
  border-radius: 24px;
  max-width: 560px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 48px 40px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}
.ai-test-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--cream-2);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  color: var(--text-mid);
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.ai-test-close:hover { background: var(--coral); color: #fff; }

.ai-test-stage { display: none; }
.ai-test-stage.active {
  display: block;
  animation: fadeIn 0.4s ease-out;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.ai-test-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--midnight);
  padding: 6px 14px;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}
.ai-test-content h2 {
  font-family: var(--font-serif);
  font-size: 36px;
  color: var(--midnight);
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 12px;
  line-height: 1.1;
}
.ai-test-content h2 em {
  font-style: italic;
  color: var(--coral);
}
.ai-test-content p {
  color: var(--text-mid);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.ai-test-content .ai-test-subnote {
  font-size: 13px;
  color: var(--text-light);
  font-style: italic;
}
.ai-test-features {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.aitf {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--cream-warm);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--burgundy);
}
.aitf i { color: var(--sage); font-size: 14px; }

.ai-test-input {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid var(--cream-3);
  border-radius: 12px;
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--midnight);
  background: #fff;
  margin-bottom: 12px;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.ai-test-input:focus {
  outline: none;
  border-color: var(--coral);
}

.ai-test-btn-primary {
  width: 100%;
  background: linear-gradient(135deg, var(--coral), var(--burgundy));
  color: #fff;
  border: none;
  padding: 16px 24px;
  border-radius: 12px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 8px;
}
.ai-test-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(139,30,63,0.3);
}
.ai-test-btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.ai-test-btn-wa {
  display: block;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 12px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.2s;
}
.ai-test-btn-wa:hover {
  background: #1DA851;
  color: #fff;
  transform: translateY(-2px);
}
.ai-test-btn-secondary {
  display: block;
  background: var(--midnight);
  color: #fff;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 12px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.2s;
}
.ai-test-btn-secondary:hover {
  background: var(--midnight-2);
  color: #fff;
  transform: translateY(-2px);
}

.ai-test-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.ai-progress-bar {
  flex: 1;
  height: 6px;
  background: var(--cream-2);
  border-radius: 999px;
  overflow: hidden;
}
.ai-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--coral), var(--gold));
  width: 0%;
  transition: width 0.4s ease;
}
.ai-progress-text {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-mid);
  font-weight: 600;
}

.ai-question-card { padding: 8px 0; }
.ai-question-label {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--coral);
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-weight: 700;
}
#ai-question-text {
  font-family: var(--font-serif);
  font-size: 24px;
  color: var(--midnight);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 28px;
}
.ai-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ai-option-btn {
  background: var(--cream-warm);
  border: 2px solid transparent;
  padding: 16px 20px;
  border-radius: 12px;
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--midnight);
  text-align: left;
  cursor: pointer;
  transition: all 0.15s;
}
.ai-option-btn:hover {
  border-color: var(--coral);
  background: #fff;
  transform: translateX(4px);
}

.ai-test-celebration {
  font-size: 64px;
  text-align: center;
  margin-bottom: 16px;
  animation: bounce-in 0.6s ease-out;
}
@keyframes bounce-in {
  0% { transform: scale(0); opacity: 0; }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); opacity: 1; }
}

.ai-test-form .ai-test-input { margin-bottom: 12px; }

.ai-test-trust {
  text-align: center;
  font-size: 11px;
  color: var(--text-light);
  margin-top: 16px;
  font-family: var(--font-mono);
  letter-spacing: 0.5px;
}
.ai-test-trust i { color: var(--sage); }

.ai-thanks-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

/* ====== EXIT INTENT POPUP ====== */
.exit-popup {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.exit-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15,19,34,0.92);
  backdrop-filter: blur(8px);
  animation: fadeIn 0.3s;
}
.exit-popup-content {
  position: relative;
  background: #fff;
  border-radius: 24px;
  max-width: 480px;
  width: 100%;
  padding: 48px 40px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
  animation: bounce-in 0.5s ease-out;
}
.exit-popup-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: var(--text-mid);
  line-height: 1;
}
.exit-popup-icon {
  font-size: 64px;
  margin-bottom: 12px;
}
.exit-popup-content h2 {
  font-family: var(--font-serif);
  font-size: 36px;
  color: var(--midnight);
  margin-bottom: 12px;
  font-weight: 500;
}
.exit-popup-content h2 em {
  font-style: italic;
  color: var(--coral);
}
.exit-popup-content p {
  color: var(--text-mid);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.exit-popup-btn {
  background: linear-gradient(135deg, var(--coral), var(--burgundy));
  color: #fff;
  border: none;
  padding: 16px 32px;
  border-radius: 12px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: 12px;
  width: 100%;
}
.exit-popup-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(139,30,63,0.4);
}
.exit-popup-skip {
  background: none;
  border: none;
  color: var(--text-light);
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
}
.exit-popup-skip:hover { color: var(--midnight); }

/* ====== FADE-IN ON SCROLL ====== */
.section, .hero {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.section.fade-in-up, .hero.fade-in-up {
  opacity: 1;
  transform: translateY(0);
}
.hero { opacity: 1; transform: none; } /* Hero hep görünür */

/* ====== MOBİL UYUMLU ====== */
@media (max-width: 768px) {
  .activity-feed {
    bottom: 80px;
    left: 12px;
    right: 80px;
  }
  .activity-card { max-width: 100%; }
  .ai-test-content { padding: 32px 20px; max-height: 92vh; }
  .ai-test-content h2 { font-size: 28px; }
  #ai-question-text { font-size: 19px; }
  .ai-test-features { gap: 8px; }
  .aitf { padding: 6px 10px; font-size: 11px; }
  .exit-popup-content { padding: 32px 20px; }
  .exit-popup-content h2 { font-size: 28px; }
  .exit-popup-icon { font-size: 48px; }
  .live-visits { display: none; } /* Mobilde gizle */
}

/* ============================================================
   v3.1 - AI BOT + GÜNCEL EFEKTLER
   ============================================================ */

/* ====== AI BOT KARAKTERİ (sağ alt) ====== */
.ai-bot-wrapper {
  position: fixed;
  bottom: 92px; /* WhatsApp butonunun üstünde */
  right: 24px;
  z-index: 197;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.ai-bot {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #A93358, #5A0F26);
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(139,30,63,0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  animation: bot-float 3s ease-in-out infinite;
}
.ai-bot:hover { transform: scale(1.1); }

@keyframes bot-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.bot-svg { width: 48px; height: 48px; }
.ai-bot-avatar { display: flex; align-items: center; justify-content: center; }

.bot-eye-l, .bot-eye-r {
  animation: bot-blink 4s ease-in-out infinite;
  transform-origin: center;
}
@keyframes bot-blink {
  0%, 95%, 100% { transform: scaleY(1); }
  97% { transform: scaleY(0.1); }
}

.bot-antenna {
  animation: bot-antenna 2s ease-in-out infinite;
  transform-origin: center;
}
@keyframes bot-antenna {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.7; }
}

.ai-bot-pulse {
  position: absolute;
  top: 50%; left: 50%;
  width: 64px; height: 64px;
  border-radius: 50%;
  border: 2px solid #A93358;
  transform: translate(-50%, -50%);
  animation: bot-pulse 2s ease-out infinite;
  pointer-events: none;
}
@keyframes bot-pulse {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
  100% { transform: translate(-50%, -50%) scale(1.8); opacity: 0; }
}

.bot-greeting {
  background: #fff;
  border-radius: 16px;
  padding: 16px 18px;
  max-width: 240px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.18);
  position: relative;
  display: none;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #F0EBDC;
}
.bot-greeting::after {
  content: '';
  position: absolute;
  bottom: -8px; right: 24px;
  width: 16px; height: 16px;
  background: #fff;
  transform: rotate(45deg);
  border-right: 1px solid #F0EBDC;
  border-bottom: 1px solid #F0EBDC;
}
.bot-bounce-in {
  animation: bot-bounce-in 0.5s ease-out forwards;
}
@keyframes bot-bounce-in {
  0% { transform: translateY(20px) scale(0.8); opacity: 0; }
  60% { transform: translateY(-6px) scale(1.05); opacity: 1; }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}

.bot-greeting-close {
  position: absolute;
  top: 8px; right: 10px;
  background: none;
  border: none;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: #888;
  padding: 2px 6px;
}
.bot-greeting-close:hover { color: #8B1E3F; }

.bot-msg-text {
  font-size: 13px;
  color: #1A1F36;
  line-height: 1.5;
  padding-right: 16px;
}

.bot-greeting-btn {
  background: linear-gradient(135deg, #8B1E3F, #5A0F26);
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
}
.bot-greeting-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(139,30,63,0.3);
}

/* ====== AKTİVİTE FEED - MOBİL FRIENDLY ====== */
.activity-feed {
  position: fixed;
  bottom: 100px; /* WhatsApp ve bot için yer bırak */
  left: 20px;
  z-index: 196;
  display: none;
  max-width: 320px;
}
@media (max-width: 768px) {
  .activity-feed {
    bottom: 80px;
    left: 12px;
    right: 90px;
    max-width: none;
  }
  .ai-bot-wrapper {
    bottom: 80px;
    right: 12px;
  }
  .floating-wa {
    bottom: 16px !important;
    right: 16px !important;
  }
}

/* Aktivite kartında mantık değişikliği - daha doğal */
.activity-card {
  background: #fff;
  border: 1px solid #F0EBDC;
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

/* ====== MESAİ DIŞI NOKTASI ====== */
.dot-off {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #C5B591;
  border-radius: 50%;
  margin-right: 4px;
}

/* ====== UPDATED: LIVE-VISITS DAHA DOĞAL ====== */
.live-visits {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(245,235,212,0.7);
  font-size: 11px;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .live-visits { display: none; }
}

/* ====== AI TEST MODAL - GÜNCELLEMELER ====== */
.ai-test-content {
  max-height: 92vh;
}

@media (max-width: 768px) {
  .ai-test-content {
    padding: 24px 20px;
    border-radius: 16px;
  }
  .ai-test-content h2 {
    font-size: 26px !important;
  }
  #ai-question-text {
    font-size: 18px !important;
    line-height: 1.4;
  }
  .ai-test-features {
    flex-direction: column;
    gap: 6px;
  }
}

/* Question card mobile-friendly */
.ai-question-card {
  padding: 0;
}

.ai-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ai-option-btn {
  font-size: 14px;
  padding: 12px 16px;
}

/* Bot greeting mobile fix */
@media (max-width: 768px) {
  .bot-greeting {
    max-width: 200px;
    font-size: 12px;
  }
  .bot-msg-text {
    font-size: 12px;
  }
}

/* ====== LOADING DOTS ====== */
.loading-dots::after {
  content: '...';
  display: inline-block;
  animation: loading-dots 1.5s infinite;
}
@keyframes loading-dots {
  0%, 20% { content: '.'; }
  40% { content: '..'; }
  60%, 100% { content: '...'; }
}


/* ====== GPT DECORATION SVG OVERLAY'LERI ====== */
.lang-card {
  position: relative;
  overflow: hidden;
}
.lang-card-deco {
  position: absolute;
  top: -20%;
  right: -25%;
  width: 70%;
  height: 140%;
  opacity: 0.08;
  pointer-events: none;
  transition: all 0.5s ease;
  z-index: 0;
}
.lang-card-deco img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.3);
}
.lang-card:hover .lang-card-deco {
  opacity: 0.18;
  transform: scale(1.1) rotate(-5deg);
}
.lang-card .lang-flag,
.lang-card .lang-body,
.lang-card .lang-arrow {
  position: relative;
  z-index: 2;
}

.branch-card {
  position: relative;
}
.branch-corner-deco {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
  z-index: 3;
  padding: 4px;
  border: 2px solid #E5B660;
  transition: transform 0.3s;
}
.branch-corner-deco img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.branch-card:hover .branch-corner-deco {
  transform: scale(1.08) rotate(5deg);
}
@media (max-width: 768px) {
  .branch-corner-deco {
    width: 44px;
    height: 44px;
  }
}


/* ============================================================
   v3.2 PREMIUM REDESIGN
   - Dil kartları: GPT SVG tam background
   - Şube kartları: GPT SVG hero görsel
   - Mobile menü hamburger
   - Kampanya Popup
   - Header siyah arka plan düzeltmesi
   ============================================================ */

/* ====== UTILITY BAR FIX (Siyah arka plan -> Bordo gradient) ====== */
.utility-bar {
  background: linear-gradient(90deg, #5A0F26 0%, #8B1E3F 50%, #5A0F26 100%) !important;
  color: #FCF8EE;
  padding: 8px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.6px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(229,182,96,0.3);
}

.utility-bar b {
  color: #F0D584;
  font-weight: 700;
}

.utility-bar .utility-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.utility-bar .live {
  color: #F0D584;
}

.utility-bar .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #6BA88F;
  border-radius: 50%;
  margin-right: 4px;
  animation: dot-pulse 2s ease-in-out infinite;
}

@keyframes dot-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(107,168,143,0.5); }
  50% { opacity: 0.6; box-shadow: 0 0 0 6px rgba(107,168,143,0); }
}

.utility-bar .utility-phone {
  color: #F0D584 !important;
  text-decoration: none;
  font-weight: 700;
}

.utility-bar .utility-phone:hover {
  text-decoration: underline;
}

/* ====== NAV - LOGO GÖRÜNÜR ====== */
.nav {
  background: rgba(252,248,238,0.95) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid rgba(229,182,96,0.15);
  transition: all 0.3s;
}

.nav.scrolled {
  padding: 10px 32px;
  box-shadow: 0 4px 20px rgba(26,31,54,0.06);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--midnight);
}

.brand-logo {
  height: 56px;
  width: auto;
  background: transparent;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.08));
  transition: transform 0.3s;
}

.brand:hover .brand-logo {
  transform: scale(1.05);
}

.brand-name {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 600;
  color: var(--midnight);
  line-height: 1;
  letter-spacing: -0.5px;
}

.brand-sub {
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--coral);
  letter-spacing: 1.8px;
  font-weight: 600;
  text-transform: uppercase;
}

/* ====== NAV-LINKS MASAÜSTÜ ====== */
.nav-links {
  list-style: none;
  display: flex;
  gap: 28px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  color: var(--midnight);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  transition: color 0.2s;
  position: relative;
}

.nav-links li a:hover {
  color: var(--coral);
}

.nav-links .ai-link {
  background: linear-gradient(135deg, #FBF5E8, #F0D584);
  padding: 6px 14px;
  border-radius: 20px;
  color: #8B1E3F !important;
  font-size: 13px;
  border: 1px solid #E5B660;
}

.mobile-only { display: none; }

.cta-nav {
  background: linear-gradient(135deg, #8B1E3F, #5A0F26);
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s;
  box-shadow: 0 4px 14px rgba(139,30,63,0.25);
}

.cta-nav:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(139,30,63,0.4);
}

/* ====== MOBILE HAMBURGER ====== */
.nav-mobile-toggle {
  display: none;
  background: none;
  border: none;
  width: 36px;
  height: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  z-index: 201;
  padding: 0;
}

.nav-mobile-toggle span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--midnight);
  border-radius: 2px;
  transition: all 0.3s;
}

.nav-mobile-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.nav-mobile-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 968px) {
  .utility-bar {
    padding: 6px 16px;
    font-size: 10px;
  }
  .utility-left {
    display: none;
  }
  .utility-bar .utility-right {
    gap: 12px;
    width: 100%;
    justify-content: space-between;
  }
  .utility-bar .live-visits {
    display: none;
  }
  
  .nav {
    padding: 12px 16px;
    flex-wrap: wrap;
  }
  
  .brand-logo {
    height: 44px;
  }
  
  .brand-name {
    font-size: 22px;
  }
  
  .brand-sub {
    font-size: 8px;
  }
  
  .nav-mobile-toggle {
    display: flex;
  }
  
  .cta-nav {
    display: none;
  }
  
  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 360px;
    height: 100vh;
    background: linear-gradient(180deg, #FCF8EE 0%, #FBF5E8 100%);
    flex-direction: column;
    padding: 80px 30px 30px;
    gap: 0;
    align-items: stretch;
    box-shadow: -20px 0 60px rgba(0,0,0,0.2);
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 199;
    overflow-y: auto;
  }
  
  .nav-links.active {
    right: 0;
  }
  
  .nav-links li {
    border-bottom: 1px solid rgba(229,182,96,0.2);
    padding: 0;
  }
  
  .nav-links li a {
    display: block;
    padding: 18px 4px;
    font-size: 16px;
    font-family: var(--font-serif);
  }
  
  .nav-links .ai-link {
    margin: 14px 0;
    padding: 14px;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
  }
  
  .mobile-only {
    display: block;
  }
  
  .mobile-call, .mobile-wa {
    display: block;
    text-align: center;
    padding: 14px !important;
    margin-top: 8px;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 700;
  }
  
  .mobile-call {
    background: linear-gradient(135deg, #8B1E3F, #5A0F26);
  }
  
  .mobile-wa {
    background: linear-gradient(135deg, #25D366, #128C7E);
  }
}

/* ====== DİL KARTLARI v2 - GPT SVG FULL BACKGROUND ====== */
.languages-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 968px) {
  .languages-grid-v2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 580px) {
  .languages-grid-v2 {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.lang-card-v2 {
  position: relative;
  display: block;
  height: 260px;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: #FBF5E8;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 24px rgba(26,31,54,0.08);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(229,182,96,0.2);
}

.lang-card-v2:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(139,30,63,0.25);
  border-color: var(--coral-light);
}

.lang-card-v2-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(252,248,238,0) 0%,
    rgba(252,248,238,0.4) 35%,
    rgba(252,248,238,0.92) 75%,
    rgba(252,248,238,0.98) 100%
  );
  z-index: 1;
  transition: opacity 0.4s;
}

.lang-card-v2:hover .lang-card-v2-overlay {
  background: linear-gradient(
    180deg,
    rgba(252,248,238,0.1) 0%,
    rgba(252,248,238,0.5) 35%,
    rgba(252,248,238,0.95) 75%,
    rgba(252,248,238,1) 100%
  );
}

.lang-card-v2-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 22px;
}

.lang-card-v2-code {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #1A1F36, #2A3050);
  color: #F0D584;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
  border: 1.5px solid #F0D584;
}

.lang-card-v2-info {
  margin-bottom: 8px;
}

.lang-card-v2-info h3 {
  font-family: var(--font-serif);
  font-size: 26px;
  color: var(--midnight);
  margin: 0 0 4px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.lang-card-v2-native {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--coral);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.lang-card-v2-meta {
  font-size: 12px;
  color: var(--text-light);
  margin-top: 4px;
  letter-spacing: 0.6px;
}

.lang-card-v2-cta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--coral);
  font-weight: 700;
  margin-top: 8px;
  transition: gap 0.3s;
}

.lang-card-v2:hover .lang-card-v2-cta {
  gap: 12px;
}

.lang-card-v2-cta i {
  font-size: 14px;
}

/* ====== ŞUBE KARTLARI v2 - GPT SVG HERO ====== */
.branches-grid-v2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 768px) {
  .branches-grid-v2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.branch-card-v2 {
  display: block;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 24px rgba(26,31,54,0.08);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border: 1px solid rgba(229,182,96,0.2);
}

.branch-card-v2:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(139,30,63,0.2);
}

.branch-card-v2-visual {
  position: relative;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-color: #FBF5E8;
}

.branch-card-v2-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 50%,
    rgba(26,31,54,0.3) 100%
  );
}

.branch-card-v2-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: linear-gradient(135deg, #E5B660, #F0CC83);
  color: #5A0F26;
  padding: 6px 12px;
  border-radius: 20px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.branch-card-v2-body {
  padding: 22px 24px;
}

.branch-card-v2-name {
  font-family: var(--font-serif);
  font-size: 28px;
  color: var(--midnight);
  margin: 0 0 4px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.branch-card-v2-role {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--coral);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.branch-card-v2-desc {
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.55;
  margin: 0 0 14px;
}

.branch-card-v2-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--coral);
  font-weight: 700;
  transition: gap 0.3s;
}

.branch-card-v2:hover .branch-card-v2-cta {
  gap: 12px;
}

/* ====== KAMPANYA POPUP ====== */
.campaign-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.campaign-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26,31,54,0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: fade-in 0.3s ease-out;
}

.campaign-popup-box {
  position: relative;
  background: #fff;
  border-radius: 24px;
  max-width: 580px;
  width: 100%;
  display: grid;
  grid-template-columns: 200px 1fr;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.4);
  animation: popup-bounce-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes popup-bounce-in {
  0% { transform: scale(0.7) translateY(40px); opacity: 0; }
  100% { transform: scale(1) translateY(0); opacity: 1; }
}

.campaign-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.95);
  border: none;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #1A1F36;
  z-index: 5;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.2s;
}

.campaign-popup-close:hover {
  transform: scale(1.1);
  background: #fff;
}

.campaign-popup-visual {
  background: linear-gradient(135deg, #8B1E3F 0%, #5A0F26 100%);
  color: #F0D584;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 16px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.campaign-popup-visual::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background: radial-gradient(circle, rgba(240,213,132,0.15) 0%, transparent 60%);
  animation: visual-spin 20s linear infinite;
}

@keyframes visual-spin {
  to { transform: rotate(360deg); }
}

.campaign-popup-badge {
  background: rgba(240,213,132,0.2);
  color: #F0D584;
  padding: 4px 12px;
  border-radius: 12px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid rgba(240,213,132,0.4);
  position: relative;
  margin-bottom: 12px;
}

.campaign-popup-discount {
  font-family: var(--font-serif);
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
  color: #F0D584;
  text-shadow: 0 4px 20px rgba(0,0,0,0.3);
  position: relative;
}

.campaign-popup-discount-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 4px;
  color: #FBE9B8;
  font-weight: 600;
  position: relative;
  margin-top: 4px;
}

.campaign-popup-content {
  padding: 30px 30px 26px;
}

.campaign-popup-content h2 {
  font-family: var(--font-serif);
  font-size: 28px;
  color: var(--midnight);
  margin: 0 0 8px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.campaign-popup-content p {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.55;
  margin: 0 0 16px;
}

.campaign-popup-features {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}

.cpf {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-dark);
}

.cpf i {
  color: var(--sage);
  font-weight: 700;
}

.campaign-popup-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.campaign-popup-btn-primary {
  background: linear-gradient(135deg, #8B1E3F, #5A0F26);
  color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s;
}

.campaign-popup-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(139,30,63,0.4);
}

.campaign-popup-btn-secondary {
  background: none;
  border: 1px solid rgba(0,0,0,0.1);
  color: var(--text-light);
  padding: 10px 16px;
  border-radius: 8px;
  font-family: var(--font-sans);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.2s;
}

.campaign-popup-btn-secondary:hover {
  color: var(--coral);
}

.campaign-popup-countdown {
  margin-top: 14px;
  padding: 10px;
  background: #FBF5E8;
  border-radius: 8px;
  font-size: 12px;
  color: var(--text-mid);
  text-align: center;
}

.campaign-popup-countdown strong {
  color: var(--coral);
  font-family: var(--font-mono);
  margin-left: 6px;
  font-size: 13px;
}

@media (max-width: 580px) {
  .campaign-popup-box {
    grid-template-columns: 1fr;
    max-width: calc(100vw - 32px);
  }
  
  .campaign-popup-visual {
    padding: 22px 16px;
  }
  
  .campaign-popup-discount {
    font-size: 56px;
  }
  
  .campaign-popup-content {
    padding: 22px 22px 20px;
  }
  
  .campaign-popup-content h2 {
    font-size: 22px;
  }
}

/* ====== TASARIM POLISHING - Premium hisler ====== */

/* Hero subtitle daha okunaklı */
.hero .lead {
  color: rgba(255,255,255,0.95) !important;
  font-weight: 400;
  letter-spacing: 0.2px;
}

/* Section başlıkları daha güçlü */
.section-h2 {
  letter-spacing: -1px;
}

.section-h2 em {
  color: var(--coral);
  font-style: italic;
}

/* Feature card hover daha keyifli */
.feature-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(139,30,63,0.12);
  border-color: var(--coral-light);
}

/* AI Bot z-index düzeltme - popup ile çakışmasın */
.ai-bot-wrapper {
  z-index: 197;
}

/* Aktivite feed mobile'da popup ile çakışmasın */
@media (max-width: 768px) {
  .activity-feed {
    bottom: 80px;
    z-index: 195;
  }
}



/* ============================================================
   ACTIVE ENGLISH v3.3 PREMIUM PATCH
   Hedef: daha premium görünüm, hızlı WebP görseller, mobil güvenli CTA
   ============================================================ */
:root{
  --ae-ring: rgba(229,182,96,.28);
  --ae-cream-glass: rgba(252,248,238,.82);
}
.utility-bar{background:linear-gradient(90deg,#71122d,#8b1e3f);color:#f7dfaa;padding:9px 28px;border-top:5px solid #31573a;}
.utility-left b{color:#ffe39d;}
.utility-phone{color:#ffe39d;font-weight:800;}
.nav{background:rgba(252,248,238,.96);backdrop-filter:blur(14px);padding:16px 30px;box-shadow:0 1px 0 rgba(229,182,96,.2);}
.brand-logo{width:58px;height:72px;object-fit:contain;background:transparent!important;box-shadow:none!important;border-radius:0!important;}
.brand-name{font-size:30px;letter-spacing:-.6px;}
.brand-sub{color:#8b1e3f;font-weight:800;}
.nav-links{gap:28px;}
.nav-links a{font-weight:600;}
.ai-link{background:linear-gradient(135deg,#fff6dc,#f8dfa2);border:1px solid rgba(229,182,96,.6);border-radius:999px;padding:7px 14px;}
.cta-nav{border-radius:14px;box-shadow:0 14px 28px rgba(139,30,63,.23);}
.hero{min-height:760px;isolation:isolate;}
.hero-bg{filter:saturate(.98) contrast(1.05);background-position:center 48%!important;}
.hero::before{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 50% 48%,rgba(139,30,63,.12),transparent 28%),linear-gradient(90deg,rgba(7,10,22,.82),rgba(7,10,22,.48) 45%,rgba(7,10,22,.82)),linear-gradient(180deg,rgba(7,10,22,.35),rgba(7,10,22,.75));}
.hero-inner{z-index:2;max-width:1040px;padding-inline:22px;}
.hero-meta span{color:#f3cb78;background:rgba(26,31,54,.55);border:1px solid rgba(240,204,131,.28);padding:8px 18px;border-radius:999px;}
.hero h1{max-width:980px;margin-inline:auto;text-shadow:0 18px 50px rgba(0,0,0,.45);}
.hero h1 em{background:linear-gradient(135deg,#f1cf85,#fff2c8 45%,#b8284a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}
.hero p.lead{font-size:clamp(19px,2vw,26px);max-width:860px;color:rgba(255,255,255,.9);text-shadow:0 8px 28px rgba(0,0,0,.55);}
.btn-hero{border-radius:14px;min-height:58px;}
.btn-hero-primary{background:linear-gradient(135deg,#8b1e3f,#b8284a);box-shadow:0 18px 42px rgba(139,30,63,.42);}
.btn-hero-secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.48);backdrop-filter:blur(12px);}
.section{padding:105px 28px;}
.section-cream{background:linear-gradient(180deg,#fcf8ee,#fffaf0);}
.section-warm{background:linear-gradient(180deg,#fbf1df,#fcf8ee);}
.section-lead{max-width:780px;}
.feature-card,.testimonial,.exam-card{border-color:rgba(229,182,96,.33);box-shadow:0 18px 45px rgba(26,31,54,.055);}
.feature-card{min-height:260px;background:linear-gradient(180deg,#fff,#fffaf0);}
.feature-icon{background:linear-gradient(135deg,#fff1c7,#f0cc83);box-shadow:inset 0 0 0 1px rgba(229,182,96,.35);}
.languages-grid-v2{gap:28px;}
.lang-card-v2{height:310px;border-radius:24px;background-size:cover;background-position:center;box-shadow:0 22px 54px rgba(26,31,54,.1);border:1px solid rgba(229,182,96,.36);}
.lang-card-v2::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,19,34,.06),rgba(15,19,34,.22));z-index:0;}
.lang-card-v2-overlay{background:linear-gradient(180deg,rgba(252,248,238,.03) 0%,rgba(252,248,238,.18) 40%,rgba(252,248,238,.95) 82%,#fffaf0 100%);}
.lang-card-v2-code{width:54px;height:54px;border-radius:15px;}
.lang-card-v2-info h3{font-size:32px;}
.lang-card-v2-meta{font-size:13px;color:#645844;line-height:1.45;max-width:92%;}
.branches-grid-v2{gap:30px;}
.branch-card-v2{border-radius:24px;box-shadow:0 24px 60px rgba(26,31,54,.1);border:1px solid rgba(229,182,96,.34);}
.branch-card-v2-visual{height:285px;background-size:cover;background-position:center;}
.branch-card-v2-overlay{background:linear-gradient(180deg,rgba(15,19,34,.05),rgba(15,19,34,.35));}
.branch-card-v2-badge{border-radius:999px;padding:8px 15px;}
.branch-card-v2-body{padding:28px 30px 30px;}
.branch-card-v2-name{font-size:34px;}
.branch-card-v2-desc{font-size:15px;line-height:1.65;}
.stats-section{background:radial-gradient(circle at 50% 0%,rgba(229,182,96,.12),transparent 36%),linear-gradient(135deg,#101527,#202847);padding-block:95px;}
.stats-section .section-h2{color:#fff!important;opacity:1!important;}
.stats-section .section-h2 em{color:#f0cc83!important;-webkit-text-fill-color:#f0cc83!important;background:none!important;}
.stat-card{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);border-radius:22px;box-shadow:inset 0 1px 0 rgba(255,255,255,.06);}
.stat-num{font-size:clamp(56px,7vw,88px);text-shadow:0 12px 28px rgba(0,0,0,.24);}
.stat-label{color:rgba(255,255,255,.82);}
.yaz-cta-section{position:relative;background:#8b1e3f;overflow:hidden;color:#fff;}
.yaz-cta-section::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(139,30,63,0.88),rgba(0,0,0,0.82)),var(--yaz-bg);background-size:cover;background-position:center;transform:scale(1.02);}
.yaz-cta-inner{position:relative;z-index:1;max-width:980px;margin-inline:auto;text-align:center;padding:20px;}
.yaz-cta-badge{display:inline-flex;margin-bottom:24px;background:#f0cc83;color:#1a1f36;box-shadow:0 14px 34px rgba(0,0,0,.22);}
.yaz-cta-inner h2,.yaz-cta-inner p{color:#fff;text-shadow:0 10px 28px rgba(0,0,0,.34);}
.testimonial{border-radius:24px;min-height:300px;}
.testimonial-text{font-size:18px;}
.final-cta{background:linear-gradient(135deg,#f7e4ac,#fff3cc);}
.footer{background:linear-gradient(180deg,#111729,#080b14);}
.footer-logo{width:44px;height:54px;object-fit:contain;background:transparent!important;}
.floating-wa{right:22px;bottom:24px;z-index:250;}
.ai-bot-wrapper{right:22px!important;bottom:96px!important;z-index:251!important;}
@media(max-width:1120px){.utility-right .live-visits{display:none}.nav-links{gap:16px}.brand-name{font-size:26px}.cta-nav{padding:11px 15px}}
@media(max-width:968px){.utility-bar{display:none}.nav{padding:12px 16px}.brand-logo{width:46px;height:58px}.brand-name{font-size:23px}.brand-sub{font-size:9px}.hero{min-height:680px;padding-top:80px}.hero h1{font-size:clamp(48px,13vw,82px)}.hero p.lead{font-size:19px}.hero-btns{width:100%}.btn-hero{width:100%;justify-content:center;padding:16px 18px}.section{padding:72px 18px}.features-grid,.testimonials-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr);gap:14px}.stat-card{padding:24px 12px;border-right:0}.branch-card-v2-visual{height:220px}.languages-grid-v2{grid-template-columns:1fr}.lang-card-v2{height:285px}.floating-wa{bottom:82px;right:14px;width:52px;height:52px}.ai-bot-wrapper{right:14px!important;bottom:144px!important}.mobile-cta-bar{z-index:260}.nav-links.active{max-height:80vh;overflow:auto}}
@media(max-width:520px){.brand{gap:9px}.brand-logo{width:40px;height:52px}.brand-name{font-size:21px}.brand-sub{letter-spacing:1.1px}.hero{min-height:630px}.hero-meta hr{width:42px}.hero-meta span{font-size:10px;padding:7px 12px}.section-h2{font-size:clamp(38px,12vw,58px)}.section-lead{font-size:18px;margin-bottom:40px}.feature-card{min-height:auto;padding:28px 24px}.lang-card-v2{height:260px}.lang-card-v2-info h3{font-size:29px}.branch-card-v2-body{padding:22px}.branch-card-v2-name{font-size:31px}.stats-grid{grid-template-columns:1fr}.yaz-cta-inner{padding-inline:0}.testimonial{padding:28px 24px}.footer{padding-bottom:82px}}


/* ============================================================
   ACTIVE ENGLISH v3.3.1 FINE TUNE PATCH
   Footer okunabilirlik, header sıkılık, mobil hero güvenliği,
   stats kontrast, SEO/görsel performans ince ayarları
   ============================================================ */
:root{
  --ae-footer-text:#f4ecd8;
  --ae-footer-muted:#d8caa8;
}
/* Daha sıkı ama premium header */
.utility-bar{padding:7px 26px!important;min-height:30px;align-items:center;}
.nav{padding:11px 28px!important;min-height:86px;}
.brand{gap:11px!important;}
.brand-logo{width:50px!important;height:62px!important;object-fit:contain!important;}
.brand-name{font-size:27px!important;line-height:1!important;}
.brand-sub{font-size:9.5px!important;margin-top:5px!important;letter-spacing:1.7px!important;}
.nav-links{gap:22px!important;}
.nav-links li a{font-size:15.5px!important;}
.ai-link{padding:6px 12px!important;font-size:13px!important;}
.cta-nav{padding:11px 18px!important;min-height:44px;align-items:center;}
/* Hero masaüstünde güçlü, mobilde taşmaz */
.hero{min-height:720px!important;}
.hero-inner{padding-top:48px!important;padding-bottom:58px!important;}
.hero h1{font-size:clamp(62px,7.2vw,112px)!important;line-height:.93!important;letter-spacing:-2.2px;}
.hero p.lead{font-size:clamp(18px,1.75vw,24px)!important;line-height:1.5!important;}
.hero-meta{margin-bottom:28px!important;}
.hero-btns{margin-top:28px!important;}
/* Sayılar bölümü kontrast garantisi */
.stats-section{padding-block:82px!important;background:radial-gradient(circle at 50% 0%,rgba(240,204,131,.18),transparent 34%),linear-gradient(135deg,#101527 0%,#202847 100%)!important;}
.stats-section .section-meta{color:#f0cc83!important;opacity:1!important;}
.stats-section .section-h2,.stats-section .section-h2 *{text-shadow:0 14px 40px rgba(0,0,0,.28);}
.stat-card{background:rgba(255,255,255,.055)!important;border:1px solid rgba(240,204,131,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 18px 40px rgba(0,0,0,.12)!important;}
.stat-num{color:#f0cc83!important;-webkit-text-fill-color:#f0cc83!important;background:none!important;line-height:.95!important;}
.stat-label{color:#ffffff!important;opacity:.92!important;letter-spacing:2px!important;font-weight:800!important;}
/* Footer: artık okunur, güçlü, satış odaklı */
.footer{padding:64px 30px 30px!important;background:radial-gradient(circle at 16% 0%,rgba(229,182,96,.13),transparent 30%),linear-gradient(180deg,#111729 0%,#080b14 100%)!important;}
.footer-inner{max-width:1280px!important;}
.footer-grid{grid-template-columns:1.45fr 1fr 1fr 1fr!important;gap:52px!important;margin-bottom:52px!important;align-items:start;}
.footer-brand{gap:16px!important;margin-bottom:18px!important;}
.footer-logo{width:56px!important;height:70px!important;object-fit:contain!important;filter:drop-shadow(0 10px 20px rgba(0,0,0,.26));}
.footer-name{font-size:31px!important;color:#fff!important;line-height:1.05!important;}
.footer-tagline{font-size:17px!important;line-height:1.72!important;max-width:390px!important;color:var(--ae-footer-text)!important;}
.footer-contact{gap:10px!important;margin-top:18px!important;}
.footer-contact span{font-size:12px!important;padding:10px 15px!important;border-radius:11px!important;background:rgba(255,255,255,.035)!important;color:#f0cc83!important;}
.footer-col h5{font-size:12px!important;color:#f0cc83!important;margin-bottom:18px!important;letter-spacing:2px!important;}
.footer-col li{font-size:16px!important;margin-bottom:11px!important;color:var(--ae-footer-muted)!important;}
.footer-col a{color:var(--ae-footer-muted)!important;}
.footer-col a:hover{color:#fff!important;}
.footer-bottom{font-size:11px!important;color:rgba(244,236,216,.62)!important;padding-top:26px!important;}
.footer-bottom a{color:#f0cc83!important;}
/* Görsel bölümler: aşağıda kalan alanlarda render maliyetini azaltır */
.section:not(:first-of-type){content-visibility:auto;contain-intrinsic-size:1px 760px;}
.footer{content-visibility:auto;contain-intrinsic-size:1px 430px;}
@media(max-width:1120px){
  .nav{padding:10px 18px!important;}
  .brand-logo{width:46px!important;height:58px!important;}
  .brand-name{font-size:25px!important;}
  .nav-links{gap:14px!important;}
  .nav-links li a{font-size:14px!important;}
  .cta-nav{padding:10px 14px!important;}
}
@media(max-width:968px){
  .nav{min-height:72px!important;padding:10px 14px!important;}
  .brand-logo{width:42px!important;height:52px!important;}
  .brand-name{font-size:22px!important;}
  .brand-sub{font-size:8.5px!important;}
  .hero{min-height:620px!important;padding-top:58px!important;}
  .hero-inner{padding:42px 16px 62px!important;}
  .hero h1{font-size:clamp(43px,11.5vw,74px)!important;line-height:.98!important;letter-spacing:-1px!important;}
  .hero p.lead{font-size:18px!important;max-width:92vw!important;}
  .hero-meta{margin-bottom:22px!important;}
  .hero-meta span{font-size:10px!important;letter-spacing:2.4px!important;}
  .footer{padding:54px 22px 102px!important;}
  .footer-grid{grid-template-columns:1fr 1fr!important;gap:34px 28px!important;}
  .footer-name{font-size:27px!important;}
  .footer-tagline{font-size:16px!important;max-width:100%!important;}
}
@media(max-width:560px){
  .nav{min-height:68px!important;}
  .brand-logo{width:38px!important;height:48px!important;}
  .brand-name{font-size:20px!important;}
  .brand-sub{font-size:8px!important;letter-spacing:1px!important;}
  .cta-nav{font-size:9px!important;padding:9px 11px!important;border-radius:11px!important;}
  .hero{min-height:590px!important;padding-top:44px!important;}
  .hero h1{font-size:clamp(39px,12.2vw,58px)!important;line-height:1.02!important;}
  .hero p.lead{font-size:16.5px!important;line-height:1.55!important;}
  .hero-meta hr{width:28px!important;}
  .hero-meta span{max-width:78vw;white-space:normal;text-align:center;line-height:1.45;}
  .hero-btns{gap:11px!important;margin-top:22px!important;}
  .btn-hero{min-height:50px!important;padding:13px 16px!important;}
  .stats-section{padding-block:66px!important;}
  .stat-card{padding:24px 14px!important;}
  .stat-num{font-size:54px!important;}
  .footer-grid{grid-template-columns:1fr!important;gap:26px!important;}
  .footer-brand{align-items:center!important;}
  .footer-logo{width:50px!important;height:64px!important;}
  .footer-name{font-size:25px!important;}
  .footer-contact span{width:100%;justify-content:center;text-align:center;}
  .footer-bottom{display:block!important;line-height:1.8!important;}
}

/* ============================================================
   v3.3.2 - TEST AKIŞ DÜZELTMELERİ
   ============================================================ */

/* ====== AI TEST NAVİGASYON (Geri/İleri/Bitir) ====== */
.ai-test-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #F0EBDC;
}

.ai-nav-spacer { flex: 1; }

.ai-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}

.ai-nav-prev {
  background: #fff;
  border: 1.5px solid #E5E7EB;
  color: #5A5040;
}
.ai-nav-prev:hover {
  border-color: #8B1E3F;
  color: #8B1E3F;
  transform: translateX(-2px);
}

.ai-nav-next {
  background: linear-gradient(135deg, #1A1F36, #2A3050);
  color: #fff;
}
.ai-nav-next:hover {
  transform: translateX(2px);
  box-shadow: 0 6px 18px rgba(26,31,54,0.3);
}

.ai-nav-submit {
  background: linear-gradient(135deg, #8B1E3F, #5A0F26);
  color: #fff;
  padding: 12px 28px;
  font-size: 13px;
}
.ai-nav-submit:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(139,30,63,0.4);
}

/* Seçilen cevap butonu */
.ai-option-btn.selected {
  background: linear-gradient(135deg, #8B1E3F, #5A0F26);
  color: #fff;
  border-color: #8B1E3F;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(139,30,63,0.25);
}

.ai-option-btn.selected::before {
  content: '✓ ';
  font-weight: 700;
}

/* Spinner */
.spinner-mini {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spinner-rotate 0.7s linear infinite;
  vertical-align: middle;
  margin-right: 6px;
}
@keyframes spinner-rotate {
  to { transform: rotate(360deg); }
}

@media (max-width: 580px) {
  .ai-test-nav {
    flex-wrap: wrap;
    gap: 8px;
  }
  .ai-nav-btn {
    padding: 10px 14px;
    font-size: 11px;
  }
}


/* ============================================================
   v3.4.0 - AI DANIŞMAN SİSTEMİ
   Sohbet modal + canlı bot animasyonları
   ============================================================ */

/* ====== YENİ BOT ANİMASYONLARI (Daha Canlı) ====== */

/* El sallama */
.ai-bot.bot-wave .bot-svg {
  animation: bot-wave-anim 1.5s ease-in-out;
}
@keyframes bot-wave-anim {
  0%, 100% { transform: rotate(0); }
  20% { transform: rotate(-15deg); }
  40% { transform: rotate(12deg); }
  60% { transform: rotate(-10deg); }
  80% { transform: rotate(8deg); }
}

/* Etrafa bakma */
.ai-bot.bot-look-around .bot-eye-l,
.ai-bot.bot-look-around .bot-eye-r,
.ai-bot.bot-look-around .bot-pupil-l,
.ai-bot.bot-look-around .bot-pupil-r {
  animation: bot-look-anim 2s ease-in-out;
}
@keyframes bot-look-anim {
  0%, 100% { transform: translateX(0); }
  30% { transform: translateX(-2px); }
  60% { transform: translateX(2px); }
}

/* Düşünme */
.ai-bot.bot-think .bot-svg {
  animation: bot-think-anim 1.5s ease-in-out;
}
@keyframes bot-think-anim {
  0%, 100% { transform: rotate(0); }
  50% { transform: rotate(-8deg); }
}

/* Heyecanlı */
.ai-bot.bot-excited .bot-svg {
  animation: bot-excited-anim 0.6s ease-in-out 3;
}
@keyframes bot-excited-anim {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Konuşurken (TTS sırasında) - ağız ve spark animasyonu */
.bot-svg.bot-talking .bot-mouth {
  animation: bot-mouth-talk 0.3s ease-in-out infinite;
}
@keyframes bot-mouth-talk {
  0%, 100% { d: path("M 38 58 Q 50 65 62 58"); }
  50% { d: path("M 38 58 Q 50 72 62 58"); }
}
.bot-svg.bot-talking .bot-spark-1,
.bot-svg.bot-talking .bot-spark-2 {
  animation: bot-spark-anim 1s ease-in-out infinite;
}
.bot-svg.bot-talking .bot-spark-2 {
  animation-delay: 0.5s;
}
@keyframes bot-spark-anim {
  0%, 100% { opacity: 0; transform: translateY(0); }
  50% { opacity: 0.8; transform: translateY(-4px); }
}

/* Yanak (blush) animasyonu */
.bot-cheek-l, .bot-cheek-r {
  animation: cheek-pulse 4s ease-in-out infinite;
}
@keyframes cheek-pulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

/* ====== AI DANIŞMAN MODAL ====== */
.ai-consultant-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.ai-consultant-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 31, 54, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: fade-in 0.3s;
}

.ai-consultant-box {
  position: relative;
  background: #fff;
  border-radius: 20px;
  max-width: 540px;
  width: 100%;
  height: 85vh;
  max-height: 720px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.4);
  animation: aic-bounce-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes aic-bounce-in {
  0% { transform: scale(0.85) translateY(40px); opacity: 0; }
  100% { transform: scale(1) translateY(0); opacity: 1; }
}

/* Header */
.ai-consultant-header {
  background: linear-gradient(135deg, #1A1F36 0%, #2A3050 100%);
  color: #fff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.ai-consultant-avatar {
  flex-shrink: 0;
  background: rgba(240,213,132,0.15);
  border-radius: 50%;
  padding: 4px;
  border: 1.5px solid rgba(240,213,132,0.3);
}

.ai-consultant-title { flex: 1; }
.ai-consultant-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ai-online-dot {
  width: 8px;
  height: 8px;
  background: #6BA88F;
  border-radius: 50%;
  animation: online-pulse 2s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(107,168,143,0.6);
}
@keyframes online-pulse {
  0% { box-shadow: 0 0 0 0 rgba(107,168,143,0.6); }
  100% { box-shadow: 0 0 0 8px rgba(107,168,143,0); }
}
.ai-consultant-role {
  font-size: 11px;
  color: #D4CDB8;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

.ai-consultant-close {
  background: rgba(255,255,255,0.1);
  border: none;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s;
}
.ai-consultant-close:hover {
  background: rgba(255,255,255,0.2);
}

/* Chat alanı */
.ai-chat-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #FBF5E8;
}

.ai-chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ai-chat-messages::-webkit-scrollbar {
  width: 6px;
}
.ai-chat-messages::-webkit-scrollbar-thumb {
  background: rgba(139,30,63,0.2);
  border-radius: 3px;
}

.ai-chat-msg {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  animation: msg-in 0.4s ease-out;
}
@keyframes msg-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.ai-chat-avatar {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #A93358, #5A0F26);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #F0D584;
  box-shadow: 0 2px 8px rgba(139,30,63,0.2);
}

.ai-chat-bubble {
  background: #fff;
  padding: 12px 16px;
  border-radius: 16px;
  border-top-left-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  color: #1A1F36;
  max-width: 80%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  word-wrap: break-word;
}

.ai-chat-msg-user {
  flex-direction: row-reverse;
}

.ai-chat-msg-user .ai-chat-bubble {
  background: linear-gradient(135deg, #8B1E3F, #5A0F26);
  color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 4px;
}

.ai-chat-msg-user .ai-chat-avatar {
  display: none;
}

/* Typing göstergesi */
.ai-typing .ai-chat-bubble {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.ai-typing .ai-chat-bubble span {
  width: 6px;
  height: 6px;
  background: #8B1E3F;
  border-radius: 50%;
  animation: typing-dot 1.4s ease-in-out infinite;
}
.ai-typing .ai-chat-bubble .dot-2 { animation-delay: 0.2s; }
.ai-typing .ai-chat-bubble .dot-3 { animation-delay: 0.4s; }
@keyframes typing-dot {
  0%, 80%, 100% { opacity: 0.3; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(-4px); }
}

/* Thinking spinner */
.ai-thinking {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ai-thinking-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(139,30,63,0.2);
  border-top-color: #8B1E3F;
  border-radius: 50%;
  animation: spinner-rotate 0.7s linear infinite;
}

/* Options (kullanıcı seçenekleri) */
.ai-chat-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 20px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(4px);
  border-top: 1px solid rgba(229,182,96,0.2);
}

.ai-chat-option {
  background: #fff;
  border: 1.5px solid #E5E7EB;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  color: #1A1F36;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s;
  animation: option-in 0.4s ease-out forwards;
  opacity: 0;
  font-weight: 500;
}
@keyframes option-in {
  to { opacity: 1; }
}

.ai-chat-option:hover {
  border-color: #8B1E3F;
  background: linear-gradient(135deg, #FBF5E8, #fff);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(139,30,63,0.1);
}

.ai-chat-option:active {
  transform: translateY(0);
}

/* Program kartı */
.ai-program-card {
  background: linear-gradient(135deg, #1A1F36, #2A3050);
  color: #fff;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid rgba(240,213,132,0.3);
  position: relative;
  overflow: hidden;
}
.ai-program-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(240,213,132,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.ai-pc-badge {
  display: inline-block;
  background: rgba(240,213,132,0.2);
  color: #F0D584;
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 10px;
  border: 1px solid rgba(240,213,132,0.4);
}

.ai-program-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  margin: 0 0 12px;
  color: #fff;
}

.ai-pc-row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 13px;
}
.ai-pc-row:last-of-type { border: none; }
.ai-pc-row span { color: #C8C5BA; }
.ai-pc-row strong { color: #F0D584; }

.ai-pc-fiyat {
  background: rgba(240,213,132,0.15);
  color: #F0D584;
  padding: 8px 12px;
  border-radius: 8px;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

.ai-pc-bonus {
  background: linear-gradient(135deg, #6BA88F, #4D8870);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}

.ai-pc-detay {
  margin-top: 10px;
  font-size: 12px;
  color: #C8C5BA;
  font-style: italic;
}

/* Lead Form */
.ai-lead-form {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  border: 1px solid rgba(229,182,96,0.3);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ai-lead-form input,
.ai-lead-form select {
  padding: 12px 14px;
  border: 1.5px solid #E5E7EB;
  border-radius: 10px;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.2s;
}
.ai-lead-form input:focus,
.ai-lead-form select:focus {
  outline: none;
  border-color: #8B1E3F;
}

.ai-lead-submit {
  background: linear-gradient(135deg, #8B1E3F, #5A0F26);
  color: #fff;
  border: none;
  padding: 14px 16px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 4px;
}
.ai-lead-submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(139,30,63,0.3);
}
.ai-lead-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.ai-lead-trust {
  font-size: 11px;
  color: #888;
  text-align: center;
  margin-top: 4px;
}

/* Teşekkür */
.ai-consultant-thanks {
  flex: 1;
  padding: 40px 30px;
  text-align: center;
  background: linear-gradient(180deg, #FBF5E8, #fff);
  display: none;
  flex-direction: column;
  justify-content: center;
}
.ai-consultant-thanks.active {
  display: flex !important;
}

.aict-celebration {
  font-size: 64px;
  margin-bottom: 16px;
  animation: celebrate-bounce 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes celebrate-bounce {
  0% { transform: scale(0); }
  60% { transform: scale(1.3); }
  100% { transform: scale(1); }
}

.ai-consultant-thanks h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  margin: 0 0 12px;
  color: #1A1F36;
}
.ai-consultant-thanks h2 em {
  color: #8B1E3F;
}

.ai-consultant-thanks p {
  font-size: 14px;
  color: #5A5040;
  line-height: 1.55;
  margin: 0 0 8px;
}

.aict-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
.aict-wa, .aict-call {
  padding: 14px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.aict-wa {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
}
.aict-call {
  background: #fff;
  color: #8B1E3F;
  border: 1.5px solid #8B1E3F;
}

/* Footer */
.ai-consultant-footer {
  background: #fff;
  padding: 10px 16px;
  border-top: 1px solid rgba(229,182,96,0.2);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
}

.ai-tts-toggle {
  background: #FBF5E8;
  border: 1px solid rgba(229,182,96,0.3);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  color: #8B1E3F;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.ai-tts-toggle:hover {
  background: #F0D584;
}
.ai-tts-toggle.off {
  opacity: 0.4;
  text-decoration: line-through;
}

.ai-consultant-secure {
  flex: 1;
  color: #888;
}

/* Mobile */
@media (max-width: 580px) {
  .ai-consultant-modal {
    padding: 0;
  }
  .ai-consultant-box {
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
  }
  
  .ai-consultant-header {
    padding: 12px 16px;
  }
  .ai-consultant-name {
    font-size: 18px;
  }
  .ai-consultant-role {
    font-size: 10px;
  }
  
  .ai-chat-messages {
    padding: 14px;
  }
  .ai-chat-bubble {
    font-size: 13px;
    padding: 10px 14px;
  }
  
  .ai-chat-options {
    padding: 12px 14px;
  }
  .ai-chat-option {
    padding: 11px 14px;
    font-size: 13px;
  }
  
  .ai-program-card h3 {
    font-size: 20px;
  }
}


/* ============================================================
   v3.4.1 - WhatsApp yeşili + Nazik onay + Bot daha hareketli
   ============================================================ */

/* ====== WhatsApp BUTONU - YEŞİL ====== */
.btn-hero-wa {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%) !important;
  color: #fff !important;
  border: 2px solid transparent !important;
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.35) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-hero-wa:hover {
  background: linear-gradient(135deg, #128C7E 0%, #075E54 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.5) !important;
  color: #fff !important;
}
.btn-hero-wa i {
  font-size: 18px;
}

/* ====== NAZİK KAPATMA ONAY MODAL ====== */
.aic-close-confirm {
  position: fixed;
  inset: 0;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fade-in 0.25s;
}
.aic-close-confirm-box {
  background: #fff;
  border-radius: 20px;
  max-width: 380px;
  width: 100%;
  padding: 30px 24px 20px;
  text-align: center;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  animation: aic-bounce-in 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.aic-close-icon {
  font-size: 48px;
  margin-bottom: 12px;
  animation: tilt-shake 1s ease-in-out infinite;
}
@keyframes tilt-shake {
  0%, 100% { transform: rotate(0); }
  25% { transform: rotate(-8deg); }
  75% { transform: rotate(8deg); }
}
.aic-close-confirm-box h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  color: #1A1F36;
  margin: 0 0 8px;
}
.aic-close-confirm-box p {
  font-size: 14px;
  color: #5A5040;
  line-height: 1.55;
  margin: 0 0 22px;
}
.aic-close-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.aic-close-stay {
  background: linear-gradient(135deg, #8B1E3F, #5A0F26);
  color: #fff;
  border: none;
  padding: 14px 16px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.2s;
}
.aic-close-stay:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(139, 30, 63, 0.3);
}
.aic-close-leave {
  background: transparent;
  color: #888;
  border: 1px solid #E5E7EB;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
}
.aic-close-leave:hover {
  color: #1A1F36;
  border-color: #1A1F36;
}

/* ====== AI PROFİL KARTI (program değil!) ====== */
.ai-profile-card {
  background: linear-gradient(135deg, #1A1F36, #2A3050);
  color: #fff;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid rgba(240, 213, 132, 0.3);
  position: relative;
  overflow: hidden;
}
.ai-profile-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(240, 213, 132, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.aic-pc-badge {
  display: inline-block;
  background: rgba(240, 213, 132, 0.2);
  color: #F0D584;
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 12px;
  border: 1px solid rgba(240, 213, 132, 0.4);
}
.ai-profile-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  margin: 0 0 8px;
  color: #fff;
  line-height: 1.2;
}
.aic-pc-desc {
  font-size: 13px;
  color: #D4CDB8;
  line-height: 1.5;
  margin: 0 0 14px;
}
.aic-highlights {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.aic-highlight {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #fff;
}
.aic-highlight span {
  color: #6BA88F;
  font-weight: 700;
  font-size: 14px;
}
.aic-next-step {
  margin-top: 14px;
  padding: 12px;
  background: rgba(107, 168, 143, 0.15);
  border-left: 3px solid #6BA88F;
  border-radius: 6px;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
}
.aic-next-step strong {
  color: #6BA88F;
}

/* ====== YENİ BOT MIKRO HAREKETLER (Daha hareketli) ====== */

/* Göz kırpma */
.ai-bot.bot-blink .bot-eye-l,
.ai-bot.bot-blink .bot-eye-r {
  animation: bot-blink-anim 0.5s ease-in-out;
}
@keyframes bot-blink-anim {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(0.1); }
}

/* Kafa sallama (onaylama) */
.ai-bot.bot-nod .bot-svg {
  animation: bot-nod-anim 1s ease-in-out;
}
@keyframes bot-nod-anim {
  0%, 100% { transform: translateY(0); }
  25% { transform: translateY(-4px); }
  50% { transform: translateY(2px); }
  75% { transform: translateY(-2px); }
}

/* Kafa eğme (merak) */
.ai-bot.bot-tilt .bot-svg {
  animation: bot-tilt-anim 1.5s ease-in-out;
}
@keyframes bot-tilt-anim {
  0%, 100% { transform: rotate(0); }
  50% { transform: rotate(-15deg); }
}

/* Etrafa bakma - göz hareketi geliştirildi */
.ai-bot.bot-look-around .bot-pupil-l,
.ai-bot.bot-look-around .bot-pupil-r {
  animation: pupil-move 2s ease-in-out;
}
@keyframes pupil-move {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-2px, 0); }
  50% { transform: translate(2px, 1px); }
  75% { transform: translate(0, -1px); }
  100% { transform: translate(0, 0); }
}

/* Mouse takip - opsiyonel, butona hover ile gözler büyür */
.ai-bot:hover .bot-eye-l,
.ai-bot:hover .bot-eye-r {
  transform: scale(1.15);
  transition: transform 0.3s;
}
.ai-bot:hover .bot-mouth {
  d: path("M 36 56 Q 50 68 64 56");
  transition: d 0.3s;
}

/* Bot her zaman hafif sallanır (yaşıyor hissi) */
.bot-svg {
  animation: bot-idle-breathing 4s ease-in-out infinite;
  transform-origin: center;
}
@keyframes bot-idle-breathing {
  0%, 100% { transform: scale(1) rotate(0); }
  50% { transform: scale(1.03) rotate(-1deg); }
}

/* Bot greeting daha dikkat çekici animasyon */
.bot-greeting {
  animation: bot-greeting-attention 2s ease-in-out;
}
@keyframes bot-greeting-attention {
  0% { transform: scale(0) translateY(20px); opacity: 0; }
  60% { transform: scale(1.05) translateY(-4px); opacity: 1; }
  100% { transform: scale(1) translateY(0); opacity: 1; }
}

/* AI Bot tıklanırken daha keyifli geri bildirim */
.ai-bot:active {
  transform: scale(0.92);
}
.ai-bot {
  transition: transform 0.15s;
}


/* ============================================================
   v3.5.0 - HİKAYELERİMİZ (Instagram tarzı kart sistemi)
   ============================================================ */

.stories-section {
  position: relative;
  overflow: hidden;
}

.stories-section::before {
  content: '';
  position: absolute;
  top: 10%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(229,182,96,0.15) 0%, transparent 70%);
  pointer-events: none;
}

/* ====== TABLAR ====== */
.story-tabs {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.story-tab {
  background: #fff;
  border: 1.5px solid rgba(229,182,96,0.3);
  padding: 12px 22px;
  border-radius: 100px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--midnight);
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.story-tab:hover {
  border-color: var(--coral);
  color: var(--coral);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(139,30,63,0.15);
}

.story-tab.active {
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  color: #fff;
  border-color: var(--coral);
  box-shadow: 0 6px 20px rgba(139,30,63,0.3);
}

.story-tab .flag { font-size: 18px; }

/* ====== KART KONTAİNERİ ====== */
.stories-container {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}

/* Progress bar (Instagram tarzı) */
.story-progress-bar {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}

.story-progress-item {
  flex: 1;
  height: 3px;
  background: rgba(229,182,96,0.2);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.story-progress-item.completed::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold);
}

.story-progress-item.active::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 0;
  background: var(--gold);
  animation: story-progress-fill 6.5s linear forwards;
}

@keyframes story-progress-fill {
  to { width: 100%; }
}

/* ====== STAGE ====== */
.story-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(26,31,54,0.25);
  background: var(--midnight);
}

.story-card {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  background-size: cover;
  background-position: center;
}

.story-card.active {
  opacity: 1;
  z-index: 2;
}

.story-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(0,0,0,0.15) 0%,
    rgba(0,0,0,0) 35%,
    rgba(26,31,54,0.4) 65%,
    rgba(26,31,54,0.95) 100%
  );
}

.story-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 28px 36px;
  color: #fff;
  z-index: 2;
}

.story-card-badge {
  display: inline-block;
  background: rgba(240,213,132,0.18);
  border: 1px solid rgba(240,213,132,0.4);
  color: var(--gold-light);
  padding: 5px 12px;
  border-radius: 20px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.story-card-h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.05;
  margin-bottom: 8px;
  letter-spacing: -1px;
  color: #fff;
}

.story-card-h3 em {
  color: var(--gold-light);
  font-style: italic;
}

.story-card-sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--gold-light);
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.story-card-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.9);
  line-height: 1.5;
  margin-bottom: 16px;
  font-weight: 400;
}

.story-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--coral-deep);
  padding: 14px 24px;
  border-radius: 100px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
  margin-top: 8px;
  cursor: pointer;
  border: none;
}

.story-card-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(229,182,96,0.4);
  color: var(--coral-deep);
}

/* ====== NAV BUTONLARI ====== */
.story-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--midnight);
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
  transition: all 0.2s;
  font-weight: 700;
}

.story-nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.1);
}

.story-nav-prev { left: -60px; }
.story-nav-next { right: -60px; }

/* Tap zones (mobil tıklama) */
.story-tap-zone {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35%;
  z-index: 3;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}

.story-tap-zone-prev { left: 0; }
.story-tap-zone-next { right: 0; }

.swipe-hint {
  text-align: center;
  margin-top: 12px;
  color: #8A7E68;
  font-size: 12px;
  font-style: italic;
}

@media (min-width: 769px) {
  .swipe-hint { display: none; }
}

/* ====== MOBILE ====== */
@media (max-width: 768px) {
  .story-nav { display: none; }
  
  .stories-container { max-width: 100%; }
  
  .story-tab {
    padding: 10px 16px;
    font-size: 12px;
  }
  
  .story-tab .flag { font-size: 16px; }
  
  .story-card-h3 { font-size: 30px; }
  
  .story-card-content { padding: 24px 22px 30px; }
  
  .story-card-desc { font-size: 14px; }
}

@media (max-width: 480px) {
  .story-card-h3 { font-size: 26px; }
  .story-card-desc { font-size: 13px; }
}


/* DROPDOWN MENU */
.has-dropdown { position: relative; }
.has-dropdown > a { display: flex; align-items: center; gap: 4px; }
.nav-arrow { font-size: 13px; transition: transform 0.2s; }
.has-dropdown:hover .nav-arrow { transform: rotate(180deg); }
.dropdown-menu { display: none; position: absolute; top: calc(100% + 10px); left: 0; background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 8px; box-shadow: 0 8px 32px rgba(0,0,0,0.12); min-width: 220px; padding: 8px 0; z-index: 9999; list-style: none; margin: 0; }
.has-dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu li a { display: block; padding: 9px 18px; color: #1a2744; font-size: 14px; font-weight: 500; white-space: nowrap; text-decoration: none; transition: background 0.15s, color 0.15s; }
.dropdown-menu li a:hover { background: #f5f0f2; color: #8B1E3F; }
@media(max-width:968px) { .dropdown-menu { position: static; box-shadow: none; border: none; border-left: 3px solid #8B1E3F; border-radius: 0; padding: 0; margin: 0 0 8px 12px; } .has-dropdown:hover .dropdown-menu { display: block; } .nav-arrow { display: none; } }

/* DROPDOWN GAP FIX */
.dropdown-menu { top: 100% !important; }
.has-dropdown::after { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 12px; }
