/* ═══════════════════════════════════════════════════════
   BRISTOL TERCÜME & VİZE MERKEZİ — Ortak Stil Dosyası
   Tüm sayfalar bu dosyayı kullanır.
   ═══════════════════════════════════════════════════════ */

:root {
  --black: #1d1d1f; --gray: #86868b; --gray-light: #d2d2d7; --light: #f5f5f7;
  --white: #ffffff; --accent: #B8860B; --accent-hover: #D4A020;
  --accent-soft: rgba(184,134,11,0.06); --font: 'Sora', -apple-system, sans-serif; --max-w: 1200px;
  --tr: 0.35s cubic-bezier(.4,0,.2,1);
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--black); background: var(--white); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
button { border: none; cursor: pointer; font-family: inherit; }

/* ═══ NAVBAR ═══ */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.82); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border-bottom: 1px solid rgba(0,0,0,0.06); height: 64px; display: flex; align-items: center; }
.nav-inner { max-width: var(--max-w); width: 100%; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.logo { font-size: 26px; font-weight: 700; letter-spacing: 3.5px; line-height: 1; }
.logo-sub { font-size: 9px; font-weight: 500; color: var(--accent); letter-spacing: 2px; margin-top: 3px; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 13.5px; font-weight: 500; color: var(--gray); transition: color 0.3s; }
.nav-links a:hover { color: var(--black); }
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-phone { font-size: 13px; color: var(--gray); font-weight: 500; }
.nav-cta-btn { font-size: 13px; font-weight: 600; background: var(--black); color: #fff; padding: 9px 22px; border-radius: 20px; transition: all 0.3s; }
.nav-cta-btn:hover { background: var(--accent); }
.mobile-menu-btn { display: none; background: none; font-size: 22px; color: var(--black); }

/* ═══ PAGE HERO — Light (tercüme sayfaları) ═══ */
.page-hero { padding: 100px 24px 48px; text-align: center; background: var(--light); border-bottom: 1px solid rgba(0,0,0,0.04); }
.breadcrumb { font-size: 12px; color: var(--gray); margin-bottom: 16px; }
.breadcrumb a { color: var(--accent); }
.breadcrumb span { margin: 0 6px; }
.page-hero h1 { font-size: 42px; font-weight: 700; letter-spacing: -1.5px; margin-bottom: 14px; line-height: 1.15; }
.page-hero h1 span { color: var(--accent); }
.page-hero-desc { font-size: 17px; font-weight: 300; color: var(--gray); max-width: 560px; margin: 0 auto 28px; line-height: 1.6; }
.page-hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ═══ PAGE HERO — Dark (vize sayfaları) ═══ */
.page-hero-dark { padding: 100px 24px 48px; text-align: center; background: var(--black); color: #fff; }
.page-hero-dark .breadcrumb { color: rgba(255,255,255,0.4); }
.page-hero-dark h1 { font-size: 42px; font-weight: 700; letter-spacing: -1.5px; margin-bottom: 14px; line-height: 1.15; color: #fff; }
.page-hero-dark h1 span { color: var(--accent); }
.page-hero-dark .page-hero-desc { color: rgba(255,255,255,0.55); }

/* ═══ BUTTONS ═══ */
.btn-dark { background: var(--black); color: #fff; padding: 15px 32px; border-radius: 12px; font-size: 15px; font-weight: 600; transition: all var(--tr); display: inline-flex; align-items: center; gap: 8px; }
.btn-dark:hover { background: #333; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.12); }
.btn-light { background: var(--white); color: var(--black); padding: 15px 32px; border-radius: 12px; font-size: 15px; font-weight: 600; transition: all var(--tr); display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(0,0,0,0.08); }
.btn-light:hover { background: #f0f0f0; transform: translateY(-2px); }
.btn-accent { background: var(--accent); color: #000; padding: 15px 32px; border-radius: 12px; font-size: 15px; font-weight: 600; transition: all var(--tr); display: inline-flex; align-items: center; gap: 8px; }
.btn-accent:hover { background: var(--accent-hover); transform: translateY(-2px); }
.btn-outline { border: 1px solid rgba(255,255,255,0.2); color: #fff; padding: 15px 32px; border-radius: 12px; font-size: 15px; font-weight: 600; transition: all var(--tr); display: inline-flex; align-items: center; gap: 8px; }
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }
.btn-arrow { font-size: 16px; transition: transform 0.3s; }
.btn-dark:hover .btn-arrow, .btn-light:hover .btn-arrow, .btn-accent:hover .btn-arrow, .btn-outline:hover .btn-arrow { transform: translateX(4px); }

/* ═══ TRUST BAR ═══ */
.trust-bar { display: flex; justify-content: center; gap: 40px; padding: 28px 24px; border-bottom: 1px solid rgba(0,0,0,0.04); }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--gray); }
.trust-icon { font-size: 18px; }

/* ═══ CONTENT ═══ */
.content { max-width: 800px; margin: 0 auto; padding: 56px 24px; }
.content h2 { font-size: 28px; font-weight: 700; letter-spacing: -0.8px; margin: 48px 0 16px; line-height: 1.2; }
.content h2:first-child { margin-top: 0; }
.content h3 { font-size: 20px; font-weight: 700; margin: 32px 0 12px; letter-spacing: -0.3px; }
.content p { font-size: 16px; line-height: 1.75; color: #444; margin-bottom: 16px; }
.content ul { margin: 0 0 20px 24px; }
.content ul li { font-size: 15px; line-height: 1.7; color: #444; margin-bottom: 8px; }
.content strong { color: var(--black); }

/* ═══ INFO BOX ═══ */
.info-box { background: var(--light); border-radius: 16px; padding: 24px 28px; margin: 24px 0; border-left: 4px solid var(--accent); }
.info-box p { margin: 0; font-size: 14px; line-height: 1.7; }
.info-box strong { color: var(--accent); }

/* ═══ SERVICES MINI GRID (dil sayfaları) ═══ */
.services-mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 28px 0; }
.service-mini-card { background: var(--light); border-radius: 16px; padding: 24px 20px; text-align: center; transition: all var(--tr); }
.service-mini-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.04); }
.service-mini-icon { font-size: 28px; margin-bottom: 10px; }
.service-mini-name { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.service-mini-desc { font-size: 12px; color: var(--gray); }

/* ═══ VISA TYPES GRID (vize sayfaları) ═══ */
.visa-types-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 28px 0; }
.visa-type-card { background: var(--light); border-radius: 16px; padding: 24px 20px; text-align: center; transition: all var(--tr); }
.visa-type-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.04); }
.visa-type-icon { font-size: 28px; margin-bottom: 10px; }
.visa-type-name { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.visa-type-desc { font-size: 12px; color: var(--gray); }

/* ═══ STATS GRID (hakkımızda sayfası) ═══ */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 40px 0; }
.stat-card { background: var(--light); border-radius: 16px; padding: 28px 20px; text-align: center; }
.stat-num { font-size: 36px; font-weight: 800; color: var(--accent); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 13px; font-weight: 600; color: var(--gray); }

/* ═══ VALUES GRID (hakkımızda sayfası) ═══ */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 32px 0; }
.value-card { background: var(--light); border-radius: 16px; padding: 28px 24px; }
.value-icon { font-size: 28px; margin-bottom: 12px; }
.value-title { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.value-desc { font-size: 13px; color: var(--gray); line-height: 1.6; }

/* ═══ SERVICES OVERVIEW (hakkımızda sayfası) ═══ */
.services-overview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 32px 0; }
.service-overview-card { background: var(--light); border-radius: 16px; padding: 28px 24px; transition: all var(--tr); }
.service-overview-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.04); }
.service-overview-icon { font-size: 32px; margin-bottom: 14px; }
.service-overview-name { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.service-overview-desc { font-size: 13px; color: var(--gray); line-height: 1.6; }

/* ═══ PROCESS STEPS ═══ */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 32px 0; }
.process-step { background: var(--light); border-radius: 16px; padding: 24px 20px; text-align: center; position: relative; }
.process-num { font-size: 28px; font-weight: 800; color: var(--accent); margin-bottom: 8px; }
.process-label { font-size: 13px; font-weight: 600; margin-bottom: 4px; }
.process-desc { font-size: 12px; color: var(--gray); line-height: 1.5; }

/* ═══ FAQ ═══ */
.faq-section { background: var(--light); padding: 56px 24px; margin-top: 32px; border-radius: 24px; }
.faq-title { font-size: 24px; font-weight: 700; text-align: center; margin-bottom: 32px; letter-spacing: -0.5px; }
.faq-list { max-width: 700px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(0,0,0,0.06); }
.faq-q { width: 100%; padding: 18px 0; background: none; font-family: var(--font); font-size: 15px; font-weight: 600; color: var(--black); text-align: left; display: flex; justify-content: space-between; align-items: center; cursor: pointer; transition: color 0.3s; }
.faq-q:hover { color: var(--accent); }
.faq-icon { font-size: 20px; color: var(--gray); transition: transform 0.3s; font-weight: 300; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; font-size: 14px; color: var(--gray); line-height: 1.7; }
.faq-item.open .faq-a { max-height: 300px; padding-bottom: 18px; }

/* ═══ CTA BOX ═══ */
.cta-box { background: var(--black); color: #fff; border-radius: 20px; padding: 48px 40px; text-align: center; margin: 48px 0; }
.cta-box h2 { color: #fff; font-size: 28px; margin: 0 0 12px; letter-spacing: -0.8px; }
.cta-box p { color: rgba(255,255,255,0.6); font-size: 15px; margin-bottom: 28px; }
.cta-box .btn-accent { background: var(--accent); color: #000; padding: 16px 36px; border-radius: 12px; font-size: 15px; font-weight: 600; transition: all var(--tr); display: inline-flex; align-items: center; gap: 8px; }
.cta-box .btn-accent:hover { background: var(--accent-hover); transform: translateY(-2px); }

/* ═══ RELATED ═══ */
.related { padding: 48px 0; border-top: 1px solid rgba(0,0,0,0.06); }
.related h3 { font-size: 20px; font-weight: 700; margin-bottom: 20px; letter-spacing: -0.3px; }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.related-card { background: var(--light); border-radius: 14px; padding: 24px 20px; transition: all var(--tr); }
.related-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.04); }
.related-card h4 { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.related-card p { font-size: 12px; color: var(--gray); margin: 0; }

/* ═══ FOOTER ═══ */
.footer { background: var(--black); color: rgba(255,255,255,0.5); padding: 56px 24px 28px; }
.footer-grid { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.1fr 1fr; gap: 32px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand p { font-size: 13px; line-height: 1.65; max-width: 260px; }
.footer-col h4, .footer-col-title { color: #fff; font-size: 12px; font-weight: 600; margin-bottom: 14px; }
.footer-col a { display: block; font-size: 12.5px; color: rgba(255,255,255,0.4); margin-bottom: 9px; transition: color 0.3s; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom { max-width: var(--max-w); margin: 0 auto; padding-top: 20px; display: flex; justify-content: space-between; font-size: 11px; }
.footer-bottom a { color: rgba(255,255,255,0.3); margin-left: 14px; }

/* ═══ CONTACT FLOAT ═══ */
.contact-float { position: fixed; bottom: 0; left: 0; right: 0; z-index: 998; background: rgba(255,255,255,0.88); backdrop-filter: blur(20px); border-top: 1px solid rgba(0,0,0,0.06); padding: 10px 24px; display: flex; align-items: center; justify-content: center; gap: 24px; }
.contact-float a { font-size: 13px; font-weight: 500; color: var(--gray); display: inline-flex; align-items: center; gap: 6px; transition: color 0.3s; }
.contact-float a:hover { color: var(--black); }
.contact-float .sep { color: var(--gray-light); font-size: 10px; }
.contact-float .track { color: var(--accent); font-weight: 600; }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 768px) {
  .nav-links, .nav-phone { display: none; }
  .mobile-menu-btn { display: block; }
  .page-hero h1, .page-hero-dark h1 { font-size: 30px; }
  .content h2 { font-size: 24px; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .visa-types-grid { grid-template-columns: 1fr; }
  .services-mini { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr; }
  .services-overview { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-bar { flex-wrap: wrap; gap: 16px; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

/* ═══ FOOTER — TABLET (3 kolon) ═══ */
@media (min-width: 769px) and (max-width: 1100px) {
  .footer-grid { grid-template-columns: repeat(3, 1fr) !important; gap: 28px !important; }
  .footer-brand { grid-column: span 3; }
}

/* ═══════════════════════════════════════════════════════
   ANA SAYFA — Özel Stiller
   ═══════════════════════════════════════════════════════ */

:root {
  --black: #1d1d1f;
  --gray: #86868b;
  --gray-light: #d2d2d7;
  --light: #f5f5f7;
  --white: #ffffff;
  --accent: #B8860B;
  --accent-hover: #D4A020;
  --accent-soft: rgba(184,134,11,0.06);
  --font: 'Sora', -apple-system, sans-serif;
  --max-w: 1200px;
  --tr: 0.35s cubic-bezier(.4,0,.2,1);
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--black); background: var(--white); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
button { border: none; cursor: pointer; font-family: inherit; }

/* ═══════ NAVBAR ═══════ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,0.82);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  height: 64px; display: flex; align-items: center;
}
.nav-inner {
  max-width: var(--max-w); width: 100%; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.logo { font-size: 26px; font-weight: 700; letter-spacing: 3.5px; line-height: 1; }
.logo-sub { font-size: 9px; font-weight: 500; color: var(--accent); letter-spacing: 2px; margin-top: 3px; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 13.5px; font-weight: 500; color: var(--gray); transition: color 0.3s; }
.nav-links a:hover { color: var(--black); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.nav-phone { font-size: 13px; color: var(--gray); font-weight: 500; }
.nav-cta-btn {
  font-size: 13px; font-weight: 600; background: var(--black); color: #fff;
  padding: 9px 22px; border-radius: 20px; transition: all 0.3s;
}
.nav-cta-btn:hover { background: var(--accent); }
.mobile-menu-btn { display: none; background: none; font-size: 22px; color: var(--black); }

/* ═══════ HERO ═══════ */
.hero {
  padding: 100px 24px 60px;
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center;
  max-width: var(--max-w); margin: 0 auto;
  min-height: 85vh;
}
.hero-tag {
  font-size: 13px; font-weight: 600; color: var(--accent);
  margin-bottom: 16px; display: inline-flex; align-items: center; gap: 8px;
}
.hero-tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.hero h1 {
  font-size: 52px; font-weight: 700; line-height: 1.1;
  letter-spacing: -2px; margin-bottom: 16px;
}
.hero h1 span { color: var(--accent); }
.hero-sub {
  font-size: 18px; font-weight: 300; line-height: 1.55;
  color: var(--gray); margin-bottom: 32px; max-width: 480px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.btn-dark {
  background: var(--black); color: #fff; padding: 16px 32px; border-radius: 12px;
  font-size: 15px; font-weight: 600; transition: all var(--tr);
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-dark:hover { background: #333; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.12); }
.btn-light {
  background: var(--light); color: var(--black); padding: 16px 32px; border-radius: 12px;
  font-size: 15px; font-weight: 600; transition: all var(--tr);
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-light:hover { background: #e8e8ed; transform: translateY(-2px); }
.btn-arrow { font-size: 16px; transition: transform 0.3s; }
.btn-dark:hover .btn-arrow, .btn-light:hover .btn-arrow { transform: translateX(4px); }

/* Hero Stats */
.hero-stats { display: flex; gap: 24px; }
.hero-stat { text-align: center; }
.hero-stat-num { font-size: 32px; font-weight: 700; letter-spacing: -1px; line-height: 1; }
.hero-stat-label { font-size: 11px; font-weight: 500; color: var(--gray); margin-top: 4px; }
.hero-stat-stars { color: var(--accent); font-size: 11px; margin-top: 2px; }

/* Hero Visual */
.hero-visual {
  position: relative; background: var(--light); border-radius: 24px;
  padding: 32px; min-height: 420px;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  overflow: hidden;
}
/* hero-visual-badge: now inline in HTML */
.hero-visual-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #34C759; }
.hero-google-badge {
  position: absolute; top: 20px; right: 20px;
  background: var(--white); border-radius: 12px; padding: 10px 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  display: flex; align-items: center; gap: 8px;
}
.hero-google-badge .g-logo { font-size: 18px; font-weight: 700; }
.hero-google-badge .g-logo span { color: #4285F4; }
.hero-google-badge .g-logo span:nth-child(2) { color: #EA4335; }
.hero-google-badge .g-logo span:nth-child(3) { color: #FBBC05; }
.hero-google-badge .g-logo span:nth-child(4) { color: #4285F4; }
.hero-google-badge .g-logo span:nth-child(5) { color: #34A853; }
.hero-google-badge .g-logo span:nth-child(6) { color: #EA4335; }
.hero-google-badge .g-score { font-size: 18px; font-weight: 700; }
.hero-google-badge .g-stars { color: #FBBC05; font-size: 12px; }
.hero-google-badge .g-label { font-size: 9px; color: var(--gray); }
.hero-docs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: 100%;
}
.hero-doc {
  background: var(--white); border-radius: 14px; padding: 20px 16px;
  text-align: center; box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: transform 0.3s;
}
.hero-doc:hover { transform: translateY(-4px); }
.hero-doc-icon { font-size: 28px; margin-bottom: 8px; }
.hero-doc-label { font-size: 12px; font-weight: 600; color: var(--black); }
.hero-doc-sub { font-size: 10px; color: var(--gray); margin-top: 2px; }

/* ═══════ SECTIONS COMMON ═══════ */
.section { padding: 80px 24px; }
.section-alt { background: var(--light); }
.section-dark { background: var(--black); color: #fff; }
.section-title { font-size: 13px; font-weight: 600; color: var(--accent); letter-spacing: 0.5px; margin-bottom: 10px; text-align: center; }
.section-heading { font-size: 36px; font-weight: 700; letter-spacing: -1.2px; text-align: center; margin-bottom: 12px; line-height: 1.15; }
.section-desc { font-size: 16px; font-weight: 300; color: var(--gray); text-align: center; max-width: 520px; margin: 0 auto 48px; line-height: 1.6; }

/* ═══════ SERVICES ═══════ */
.services-grid {
  max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.service-card {
  background: var(--white); border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px; padding: 32px 24px; transition: all var(--tr);
  cursor: pointer; position: relative; overflow: hidden;
}
.section-alt .service-card { background: var(--white); }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 10px 35px rgba(0,0,0,0.06); border-color: rgba(184,134,11,0.2); }
.service-icon { font-size: 28px; margin-bottom: 16px; }
.service-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.2px; }
.service-card p { font-size: 13px; font-weight: 400; color: var(--gray); line-height: 1.6; }
.service-card .card-arrow {
  position: absolute; top: 24px; right: 24px; font-size: 16px; color: var(--gray-light); transition: all 0.3s;
}
.service-card:hover .card-arrow { color: var(--accent); transform: translateX(4px); }

/* ═══════ WHY US ═══════ */
.why-grid {
  max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.why-item { text-align: center; padding: 20px 12px; }
.why-num { font-size: 44px; font-weight: 800; letter-spacing: -2px; line-height: 1; }
.why-label { font-size: 12px; font-weight: 500; color: var(--gray); margin-top: 6px; }

/* ═══════ REVIEWS SLIDER ═══════ */
.reviews-wrapper { overflow: hidden; max-width: 100vw; position: relative; }
.reviews-track {
  display: flex; gap: 16px;
  animation: reviewScroll 35s linear infinite;
  width: max-content;
}
.reviews-track:hover { animation-play-state: paused; }
@keyframes reviewScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.review-card {
  background: var(--white); border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px; padding: 28px 24px; min-width: 340px; max-width: 340px;
  flex-shrink: 0;
}
.review-stars { color: var(--accent); font-size: 13px; margin-bottom: 12px; }
.review-text { font-size: 14px; font-weight: 400; line-height: 1.65; color: #444; margin-bottom: 16px; }
.review-author { font-size: 13px; font-weight: 600; }
.review-source { font-size: 11px; color: var(--gray); }

/* ═══════ LANGUAGES ═══════ */
.langs-grid {
  max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
}
.lang-card {
  background: var(--white); border: 1px solid rgba(0,0,0,0.06);
  border-radius: 14px; padding: 22px 12px; text-align: center;
  transition: all var(--tr); cursor: pointer;
}
.lang-card:hover { border-color: rgba(184,134,11,0.3); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.04); }
.lang-name { font-size: 15px; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.2px; }
.lang-icon { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #fff; margin: 0 auto 6px; letter-spacing: 0.5px; }
.lang-name-en { font-size: 11px; color: var(--gray); }
.langs-more { text-align: center; margin-top: 28px; }
.langs-more a { font-size: 14px; font-weight: 600; color: var(--accent); display: inline-flex; align-items: center; gap: 6px; transition: gap 0.3s; }
.langs-more a:hover { gap: 10px; }

/* ═══════ VISA ═══════ */
.visa-grid {
  max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.visa-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px; padding: 28px 16px; text-align: center;
  transition: all var(--tr); cursor: pointer;
}
.visa-card:hover { background: rgba(255,255,255,0.1); border-color: rgba(184,134,11,0.3); transform: translateY(-2px); }
.visa-name { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.visa-icon { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: #fff; margin: 0 auto 6px; border: 2px solid rgba(255,255,255,0.15); }
.visa-types { font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 4px; }

/* ═══════ FAQ ═══════ */
.faq-list { max-width: 700px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid rgba(0,0,0,0.06); overflow: hidden;
}
.faq-q {
  width: 100%; padding: 20px 0; background: none;
  font-family: var(--font); font-size: 15px; font-weight: 600;
  color: var(--black); text-align: left;
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; transition: color 0.3s;
}
.faq-q:hover { color: var(--accent); }
.faq-icon { font-size: 20px; color: var(--gray); transition: transform 0.3s; font-weight: 300; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease;
  font-size: 14px; color: var(--gray); line-height: 1.7;
}
.faq-item.open .faq-a { max-height: 300px; padding-bottom: 20px; }

/* ═══════ BLOG ═══════ */
.blog-grid {
  max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.blog-card {
  background: var(--white); border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px; overflow: hidden; transition: all var(--tr); cursor: pointer;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 10px 35px rgba(0,0,0,0.06); }
.blog-img { height: 160px; background: var(--light); display: flex; align-items: center; justify-content: center; font-size: 36px; }
.blog-body { padding: 22px; }
.blog-tag { font-size: 11px; font-weight: 600; color: var(--accent); margin-bottom: 6px; }
.blog-title { font-size: 15px; font-weight: 700; line-height: 1.35; margin-bottom: 6px; letter-spacing: -0.2px; }
.blog-excerpt { font-size: 12.5px; color: var(--gray); line-height: 1.55; }

/* ═══════ CTA ═══════ */
.cta-section {
  padding: 72px 24px; text-align: center;
  background: var(--light); border-top: 1px solid rgba(0,0,0,0.04);
}
.cta-heading { font-size: 32px; font-weight: 700; letter-spacing: -1px; margin-bottom: 10px; }
.cta-sub { font-size: 16px; color: var(--gray); font-weight: 300; margin-bottom: 32px; }
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ═══════ FOOTER ═══════ */
.footer { background: var(--black); color: rgba(255,255,255,0.5); padding: 56px 24px 28px; }
.footer-grid {
  max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.1fr 1fr; gap: 32px;
  padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .logo { color: #fff; margin-bottom: 14px; display: inline-block; font-size: 20px; font-weight: 700; letter-spacing: 2.5px; }
.footer-brand p { font-size: 13px; line-height: 1.65; max-width: 260px; }
.footer-col h4, .footer-col-title { color: #fff; font-size: 12px; font-weight: 600; margin-bottom: 14px; letter-spacing: 0.5px; }
.footer-col a { display: block; font-size: 12.5px; color: rgba(255,255,255,0.4); margin-bottom: 9px; transition: color 0.3s; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom {
  max-width: var(--max-w); margin: 0 auto; padding-top: 20px;
  display: flex; justify-content: space-between; align-items: center; font-size: 11px;
}
.footer-bottom a { color: rgba(255,255,255,0.3); margin-left: 14px; transition: color 0.3s; }
.footer-bottom a:hover { color: var(--accent); }

/* ═══════ FLOATING CONTACT BAR ═══════ */
.contact-float {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 998;
  background: rgba(255,255,255,0.88); backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(0,0,0,0.06);
  padding: 10px 24px; display: flex; align-items: center; justify-content: center; gap: 24px;
}
.contact-float a { font-size: 13px; font-weight: 500; color: var(--gray); display: inline-flex; align-items: center; gap: 6px; transition: color 0.3s; }
.contact-float a:hover { color: var(--black); }
.contact-float .sep { color: var(--gray-light); font-size: 10px; }
.contact-float .track { color: var(--accent); font-weight: 600; }

/* ═══════ AI CHATBOT PLACEHOLDER ═══════ */
.ai-bot-fab {
  position: fixed; bottom: 60px; right: 24px; z-index: 999;
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, var(--black), #333); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; box-shadow: 0 6px 24px rgba(0,0,0,0.2);
  cursor: pointer; transition: all 0.3s; position: fixed;
}
.ai-bot-fab:hover { background: linear-gradient(135deg, var(--accent), var(--accent-hover)); transform: scale(1.1); }
.ai-bot-fab-label {
  position: fixed; bottom: 126px; right: 16px; z-index: 999;
  background: var(--white); color: var(--black); font-size: 13px; font-weight: 500;
  padding: 12px 18px; border-radius: 14px; box-shadow: 0 6px 24px rgba(0,0,0,0.12);
  white-space: nowrap; line-height: 1.4;
  border: 1px solid rgba(0,0,0,0.06);
}
.ai-bot-fab-label::after {
  content: ''; position: absolute; bottom: -6px; right: 28px;
  border-left: 6px solid transparent; border-right: 6px solid transparent;
  border-top: 6px solid var(--white);
}
@keyframes botLabelPulse {
  0%, 100% { opacity: 1; transform: translateY(0); }
  50% { opacity: 0.7; transform: translateY(-3px); }
}

/* ═══════ ANIMATIONS ═══════ */
.fade-up { opacity: 1; transform: translateY(0); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-up.animate { opacity: 0; transform: translateY(24px); }
.fade-up.animate.visible { opacity: 1; transform: translateY(0); }
.fade-up.visible { opacity: 1; transform: translateY(0); }
@keyframes heroFade { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.hero-tag { animation: heroFade 0.6s ease both 0.1s; }
.hero h1 { animation: heroFade 0.6s ease both 0.2s; }
.hero-sub { animation: heroFade 0.6s ease both 0.35s; }
.hero-actions { animation: heroFade 0.6s ease both 0.5s; }
.hero-stats { animation: heroFade 0.6s ease both 0.6s; }
.hero-visual { animation: heroFade 0.6s ease both 0.4s; }

/* ═══════ RESPONSIVE ═══════ */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; gap: 32px; min-height: auto; padding: 80px 24px 40px; }
  .hero-visual { min-height: 300px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .visa-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .nav-links, .nav-phone { display: none; }
  .mobile-menu-btn { display: block; }
  .hero h1 { font-size: 36px; letter-spacing: -1px; }
  .hero-sub { font-size: 16px; }
  .hero-stats { gap: 16px; }
  .hero-stat-num { font-size: 26px; }
  .section-heading { font-size: 28px; letter-spacing: -0.8px; }
  .services-grid, .blog-grid { grid-template-columns: 1fr; }
  .reviews-track { animation-duration: 25s; }
  .review-card { min-width: 280px; max-width: 280px; }
  .langs-grid { grid-template-columns: repeat(3, 1fr); }
  .visa-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .contact-float { gap: 14px; padding: 10px 16px; }
  .contact-float a { font-size: 12px; }
  .ai-bot-fab { width: 52px; height: 52px; font-size: 20px; bottom: 56px; right: 16px; }
  .ai-bot-fab-label { bottom: 114px; right: 10px; font-size: 11px; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 30px; }
  .langs-grid { grid-template-columns: repeat(2, 1fr); }
  .visa-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-docs { grid-template-columns: 1fr 1fr; gap: 8px; }
}

/* ═══ NAVBAR DROPDOWN MENÜ ═══ */
.nav-dropdown { position: relative; }
.nav-dropdown-trigger { font-size: 13.5px; font-weight: 500; color: var(--gray); transition: color 0.3s; cursor: pointer; display: inline-flex; align-items: center; gap: 3px; }
.nav-dropdown-trigger:hover { color: var(--black); }
.dropdown-arrow { font-size: 10px; transition: transform 0.3s; }
.nav-dropdown:hover .dropdown-arrow { transform: rotate(180deg); }
.nav-dropdown-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: #fff; border-radius: 16px; padding: 20px; box-shadow: 0 12px 40px rgba(0,0,0,0.1); border: 1px solid rgba(0,0,0,0.06); opacity: 0; visibility: hidden; transition: all 0.25s ease; pointer-events: none; z-index: 1001; display: flex; gap: 24px; min-width: 380px; margin-top: 12px; }
.nav-dropdown:hover .nav-dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; margin-top: 4px; }
.nav-dropdown-menu-wide { min-width: 520px; }
.dropdown-section { min-width: 140px; }
.dropdown-title { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--accent); margin-bottom: 10px; }
.nav-dropdown-menu a { display: block; font-size: 13px; font-weight: 500; color: var(--gray); padding: 5px 0; transition: color 0.2s; white-space: nowrap; }
.nav-dropdown-menu a:hover { color: var(--black); }
.dropdown-all { color: var(--accent) !important; font-weight: 600 !important; margin-top: 6px; padding-top: 8px !important; border-top: 1px solid rgba(0,0,0,0.06); }
.nav-dropdown::after { content: ''; position: absolute; top: 100%; left: 0; right: 0; height: 16px; }

/* ═══ MOBİL — TEK TEMİZ BLOK ═══ */
@media (max-width: 768px) {
  .nav-dropdown-menu { display: none !important; }
  .contact-float { padding: 8px 10px; gap: 0; justify-content: space-around; }
  .contact-float a { font-size: 11px; gap: 2px; white-space: nowrap; }
  .contact-float .sep { display: none; }
  .contact-float .track { display: none; }
  .stats-grid { grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
  .services-overview { grid-template-columns: 1fr !important; }
  .ai-bot-fab-label { display: none !important; }
  .ai-bot-fab { bottom: 70px !important; right: 12px !important; width: 44px !important; height: 44px !important; font-size: 18px !important; }
  .hero-visual-badge { font-size: 12px !important; white-space: normal !important; position: relative !important; top: auto !important; left: auto !important; margin-bottom: 12px !important; }
  .hero-docs { grid-template-columns: 1fr 1fr !important; gap: 8px !important; }
  .hero-doc { padding: 12px 8px !important; }
  .hero-doc-icon { font-size: 24px !important; }
  .hero-doc-label { font-size: 12px !important; }
  .hero-doc-sub { font-size: 10px !important; }

  /* HAMBURGER MENÜ */
  .nav-links.mobile-open {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #1d1d1f !important;
    z-index: 99999 !important;
    padding: 90px 32px 32px !important;
    overflow-y: auto !important;
  }
  .nav-links.mobile-open > a,
  .nav-links.mobile-open > .nav-dropdown > a.nav-dropdown-trigger {
    display: block !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding: 16px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  }
  .nav-links.mobile-open > .nav-dropdown { display: block !important; }
  .nav-links.mobile-open .nav-dropdown-menu { display: none !important; }
  .nav-links.mobile-open .dropdown-arrow { display: none !important; }
  .mobile-menu-btn {
    z-index: 100000 !important;
    position: relative !important;
    font-size: 24px !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
  }
}
@media (max-width: 480px) {
  .contact-float { padding: 6px 6px; }
  .contact-float a { font-size: 10px; }
}



/* ═══ ERİŞİLEBİLİRLİK KONTRAST — TAM DÜZELTME ═══ */
/* Navbar */
.logo-sub { color: #7A5A0B !important; }
.nav-links a, .nav-dropdown-trigger { color: #555 !important; }
.nav-links a:hover, .nav-dropdown-trigger:hover { color: var(--black) !important; }
.nav-phone { color: #555 !important; }

/* Hero */
.hero-tag { color: #7A5A0B !important; }
.hero-sub { color: #555 !important; }
.hero-stat-label { color: #555 !important; }
.hero-doc-sub { color: #555 !important; }

/* Sections */
.section-title { color: #7A5A0B !important; }
.section-desc { color: #555 !important; }
.service-card p { color: #555 !important; }

/* Why section */
.why-label { color: #555 !important; }

/* Reviews */
.review-source { color: #555 !important; }

/* Trust bar */
.trust-item { color: #555 !important; }

/* Lang cards */
.lang-name-en { color: #555 !important; }

/* Footer - beyaz arka planda değil, kontrast yeterli */
.footer-col a { color: rgba(255,255,255,0.55) !important; }

/* Contact float */
.contact-float a { color: #555 !important; }
.contact-float a:hover { color: var(--black) !important; }

/* Content pages */
.content p { color: #333 !important; }
.page-hero-desc { color: #555 !important; }

/* FAQ */
.faq-a { color: #555 !important; }

/* Blog */
.blog-excerpt { color: #555 !important; }

/* ═══ EK KONTRAST DÜZELTMELERİ (PageSpeed Erişilebilirlik) ═══ */

/* Turuncu ikonların rengini kontrast yeterli koyu turuncuya çek */
.lang-icon[style*="#D4540B"], 
.visa-icon[style*="#D4540B"] { 
  background: #B84A0A !important; 
}

/* Karanlık section'larda section-desc çok soluk - daha okunaklı yap */
.section-dark .section-desc { 
  color: rgba(255,255,255,0.85) !important; 
}

/* Footer-bottom altındaki Gizlilik/Kullanım Şartları linkleri çok soluk */
.footer-bottom a { 
  color: rgba(255,255,255,0.75) !important; 
}

/* Tüm 72 dili görüntüle linki */
.langs-more a { 
  color: var(--accent) !important;
  font-weight: 600;
}
