/* =============================================
   ÖZYEM WIRTSCHAFT — PREMIUM DESIGN LAYER
   ============================================= */

/* ===================================================
   UNIFIED LAYOUT — Tutarlı sayfa düzeni
   =================================================== */
.section { padding: 80px 0; }
.section-first { padding-top: 140px; }
.section-sm { padding: 56px 0; }
.page-content { max-width: 720px; margin: 0 auto; }
/* Alt sayfalar — navbar için üst boşluk */
.leistungen-page, .contact-page, .career-page { padding-top: 140px !important; }

/* ===================================================
   LEISTUNGEN PAGE — Sol navigasyon (dışarıda, fixed)
   =================================================== */
.leistungen-nav-sidebar {
  position: fixed;
  left: 96px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  transition: transform 0.25s ease-out;
}
.leistungen-nav-steps {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-left: 2px solid var(--border);
  padding-left: 14px;
  position: relative;
}
.leistungen-nav-step {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: var(--text-light);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  transition: color 0.2s ease;
  position: relative;
  margin-left: -16px;
}
.leistungen-nav-step:hover { color: var(--navy); }
.leistungen-nav-step.active { color: var(--navy); font-weight: 700; }
.leistungen-nav-step.active .leistungen-nav-dot {
  transform: scale(1.3);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.3);
}
.leistungen-nav-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.leistungen-nav-label { line-height: 1.3; }
.leistungen-page .section-header { margin-bottom: 48px; }
/* ===================================================
   LEISTUNGEN — Dergi (magazine) layout
   =================================================== */
.leistungen-block {
  padding: 52px 0;
  border-bottom: 1px solid var(--border);
  scroll-margin-top: 100px;
}
.leistungen-block:last-of-type { border-bottom: none; padding-bottom: 0; }

/* Magazine içerik sarmalayıcı */
.leistungen-mag-content {
  max-width: 860px;
  margin: 0 auto;
}
.leistungen-mag-content::after { content: ""; display: table; clear: both; }

/* Fotoğraf — ortak */
.leistungen-mag-img {
  margin-bottom: 1em;
}
.leistungen-mag-img .about-image {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(10,22,40,0.13);
  aspect-ratio: 4/3;
}
.leistungen-mag-img .about-image img { width: 100%; height: 100%; object-fit: cover; }

/* Desktop: sağa/sola float */
.leistungen-mag-img--right {
  float: right;
  width: 42%;
  margin-left: 2em;
  margin-right: 0;
  margin-top: 0.3em;
  margin-bottom: 1em;
}
.leistungen-mag-img--left {
  float: left;
  width: 42%;
  margin-right: 2em;
  margin-left: 0;
  margin-top: 0.3em;
  margin-bottom: 1em;
}

/* Leistungen tipografi */
.leistungen-block-header { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.leistungen-block-header h2 { margin: 0; line-height: 1.3; font-size: 1.5rem; }
.leistungen-block .about-feature-icon { width: 44px; height: 44px; font-size: 1rem; flex-shrink: 0; }
.leistungen-block p { font-size: 1rem; line-height: 1.75; color: var(--text-light); margin-bottom: 12px; }
.leistungen-block .extra-info { font-size: 0.96rem; line-height: 1.7; margin-bottom: 12px; }
.leistungen-block .service-features-list { margin-top: 8px; margin-bottom: 4px; }
.leistungen-block .service-feature-item { font-size: 0.95rem; }

/* Mobil (≤640px) */
@media (max-width: 640px) {
  .leistungen-mag-img--right {
    float: right;
    width: 44%;
    margin-left: 1em;
    margin-right: 0;
    margin-top: 0.25em;
    margin-bottom: 0.75em;
  }
  .leistungen-mag-img--left {
    float: left;
    width: 44%;
    margin-right: 1em;
    margin-left: 0;
    margin-top: 0.25em;
    margin-bottom: 0.75em;
  }
  .leistungen-mag-img .about-image { aspect-ratio: 3/4; border-radius: var(--radius-lg); }
  .leistungen-block { padding: 36px 0; }
  .leistungen-block-header h2 { font-size: 1.2rem; }
  .leistungen-block p { font-size: 0.92rem; }
}
@media (max-width: 400px) {
  .leistungen-mag-img--right,
  .leistungen-mag-img--left { width: 47%; }
}
.section-desc { max-width: 560px; margin: 16px auto 0; font-size: 0.95rem; color: var(--text-light); }
@media (max-width: 1200px) {
  .leistungen-nav-sidebar {
    left: 0;
    right: 0;
    top: 80px;
    transform: none;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(10,22,40,0.08);
  }
  .leistungen-nav-steps {
    flex-direction: row;
    border-left: none;
    border-bottom: 2px solid var(--border);
    padding: 10px 12px;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
  }
  .leistungen-nav-step {
    flex-direction: column;
    padding: 6px 12px;
    margin-left: 0;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 8px;
  }
  .leistungen-nav-label { font-size: 0.75rem; white-space: nowrap; }
  .leistungen-nav-dot { width: 6px; height: 6px; }
  .leistungen-page { padding-top: 150px !important; }
}
@media (max-width: 960px) {
  .leistungen-nav-sidebar { top: 72px; }
}
@media (max-width: 400px) {
  .leistungen-nav-sidebar { top: 68px; }
}

/* ===================================================
   KARRIERE PAGE — Sol navigasyon (aynı stil)
   =================================================== */
.career-nav-sidebar {
  position: fixed;
  left: 96px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  transition: transform 0.25s ease-out;
}
.career-nav-steps {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-left: 2px solid var(--border);
  padding-left: 14px;
  position: relative;
}
.career-nav-step {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: var(--text-light);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  transition: color 0.2s ease;
  position: relative;
  margin-left: -16px;
}
.career-nav-step:hover { color: var(--navy); }
.career-nav-step.active { color: var(--navy); font-weight: 700; }
.career-nav-step.active .career-nav-dot {
  transform: scale(1.3);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.3);
}
.career-nav-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--navy);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.career-nav-label { line-height: 1.3; }
@media (max-width: 1200px) {
  .career-nav-sidebar {
    left: 0;
    right: 0;
    top: 80px;
    transform: none;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(10,22,40,0.08);
  }
  .career-nav-steps {
    flex-direction: row;
    border-left: none;
    border-bottom: 2px solid var(--border);
    padding: 10px 12px;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
  }
  .career-nav-step {
    flex-direction: column;
    padding: 6px 12px;
    margin-left: 0;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 8px;
  }
  .career-nav-label { font-size: 0.75rem; white-space: nowrap; }
  .career-nav-dot { width: 6px; height: 6px; }
  .career-page { padding-top: 150px !important; }
}
@media (max-width: 960px) {
  .career-nav-sidebar { top: 72px; }
}
@media (max-width: 400px) {
  .career-nav-sidebar { top: 68px; }
}

/* ===================================================
   KONTAKT PAGE — Sol navigasyon
   =================================================== */
.contact-nav-sidebar {
  position: fixed;
  left: 96px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  transition: transform 0.25s ease-out;
}
.contact-nav-steps { display: flex; flex-direction: column; gap: 4px; border-left: 2px solid var(--border); padding-left: 14px; }
.contact-nav-step { display: flex; align-items: center; gap: 10px; padding: 8px 0; color: var(--text-light); text-decoration: none; font-size: 0.8rem; font-weight: 500; transition: color 0.2s ease; margin-left: -16px; }
.contact-nav-step:hover { color: var(--navy); }
.contact-nav-step.active { color: var(--navy); font-weight: 700; }
.contact-nav-step.active .contact-nav-dot { transform: scale(1.3); box-shadow: 0 0 0 3px rgba(201,168,76,0.3); }
.contact-nav-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; background: var(--navy); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.contact-nav-label { line-height: 1.3; }
@media (max-width: 1200px) {
  .contact-nav-sidebar {
    left: 0;
    right: 0;
    top: 80px;
    transform: none;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(10,22,40,0.08);
  }
  .contact-nav-steps {
    flex-direction: row;
    border-left: none;
    border-bottom: 2px solid var(--border);
    padding: 10px 12px;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
  }
  .contact-nav-step {
    flex-direction: column;
    padding: 6px 12px;
    margin-left: 0;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 8px;
  }
  .contact-nav-label { font-size: 0.75rem; white-space: nowrap; }
  .contact-nav-dot { width: 6px; height: 6px; }
  .contact-page { padding-top: 150px !important; }
}
@media (max-width: 960px) {
  .contact-nav-sidebar { top: 72px; }
}
@media (max-width: 400px) {
  .contact-nav-sidebar { top: 68px; }
}

/* ===================================================
   STARTS EITE (HOME) — Sol navigasyon
   =================================================== */
.home-nav-sidebar {
  position: fixed;
  left: 96px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.home-nav-steps {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-left: 2px solid var(--border);
  padding-left: 14px;
  transition: border-color 0.35s ease;
}
/* Koyu arka planlarda (hero, prozess, faq) */
.home-nav-sidebar.over-dark .home-nav-steps {
  border-left-color: rgba(201,168,76,0.5);
}
.home-nav-sidebar.over-dark .home-nav-step { color: rgba(255,255,255,0.75); }
.home-nav-sidebar.over-dark .home-nav-step:hover { color: var(--gold-light); }
.home-nav-sidebar.over-dark .home-nav-step.active { color: var(--gold-light); font-weight: 700; }
.home-nav-sidebar.over-dark .home-nav-dot { background: var(--gold); }
.home-nav-sidebar.over-dark .home-nav-step.active .home-nav-dot { box-shadow: 0 0 0 3px rgba(201,168,76,0.4); }
/* Açık arka planlarda (ueber-uns, team) */
.home-nav-sidebar.over-light .home-nav-steps {
  border-left-color: var(--gold-dark);
}
.home-nav-sidebar.over-light .home-nav-step { color: var(--text-light); }
.home-nav-sidebar.over-light .home-nav-step:hover { color: var(--navy); }
.home-nav-sidebar.over-light .home-nav-step.active { color: var(--navy); font-weight: 700; }
.home-nav-sidebar.over-light .home-nav-dot { background: var(--gold-dark); }
.home-nav-sidebar.over-light .home-nav-step.active .home-nav-dot { box-shadow: 0 0 0 3px rgba(201,168,76,0.3); }
/* Varsayılan (ilk yüklemede) */
.home-nav-sidebar:not(.over-light):not(.over-dark) .home-nav-steps {
  border-left-color: rgba(201,168,76,0.5);
}
.home-nav-sidebar:not(.over-light):not(.over-dark) .home-nav-step { color: rgba(255,255,255,0.75); }
.home-nav-sidebar:not(.over-light):not(.over-dark) .home-nav-step:hover { color: var(--gold-light); }
.home-nav-sidebar:not(.over-light):not(.over-dark) .home-nav-step.active { color: var(--gold-light); }
.home-nav-sidebar:not(.over-light):not(.over-dark) .home-nav-dot { background: var(--gold); }
.home-nav-step { display: flex; align-items: center; gap: 10px; padding: 8px 0; text-decoration: none; font-size: 0.8rem; font-weight: 500; transition: color 0.2s ease; margin-left: -16px; }
.home-nav-step.active .home-nav-dot { transform: scale(1.3); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.home-nav-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.35s ease; }
.home-nav-label { line-height: 1.3; }
@media (max-width: 1200px) {
  .home-nav-sidebar {
    left: 0;
    right: 0;
    top: 80px;
    transform: none;
    width: 100%;
    background: rgba(10,22,40,0.97);
    backdrop-filter: blur(12px);
    box-shadow: 0 2px 16px rgba(0,0,0,0.2);
  }
  .home-nav-sidebar .home-nav-steps {
    flex-direction: row;
    border-left: none;
    border-bottom: 2px solid rgba(201,168,76,0.4);
    padding: 10px 12px;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: transparent;
    justify-content: center;
  }
  .home-nav-sidebar .home-nav-step {
    flex-direction: column;
    padding: 6px 12px;
    margin-left: 0;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 8px;
  }
  .home-nav-sidebar.over-dark .home-nav-steps,
  .home-nav-sidebar.over-light .home-nav-steps {
    border-left: none;
    border-bottom: 2px solid rgba(201,168,76,0.5);
  }
  .home-nav-sidebar .home-nav-label { font-size: 0.75rem; white-space: nowrap; }
  .home-nav-sidebar .home-nav-dot { width: 6px; height: 6px; }
  .home-nav-sidebar.over-light .home-nav-step { color: rgba(255,255,255,0.85); }
  .home-nav-sidebar.over-light .home-nav-step:hover { color: var(--gold-light); }
  .home-nav-sidebar.over-light .home-nav-step.active { color: var(--gold-light); font-weight: 700; }
  .home-nav-sidebar.over-light .home-nav-dot { background: var(--gold); }
  #hero, #ueber-uns, #prozess, #team, #faq { scroll-margin-top: 145px; }
  .hero .hero-content { padding-top: 145px; }
}
@media (max-width: 960px) {
  .home-nav-sidebar { top: 72px; }
  #hero, #ueber-uns, #prozess, #team, #faq { scroll-margin-top: 120px; }
  .hero .hero-content { padding-top: 120px; }
}
@media (max-width: 400px) {
  .home-nav-sidebar { top: 68px; }
  #hero, #ueber-uns, #prozess, #team, #faq { scroll-margin-top: 115px; }
  .hero .hero-content { padding-top: 115px; }
}

/* ===================================================
   TEAM PAGE — Sol navigasyon
   =================================================== */
.team-nav-sidebar {
  position: fixed;
  left: 96px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  transition: transform 0.25s ease-out;
}
.team-nav-steps { display: flex; flex-direction: column; gap: 4px; border-left: 2px solid var(--border); padding-left: 14px; }
.team-nav-step { display: flex; align-items: center; gap: 10px; padding: 8px 0; color: var(--text-light); text-decoration: none; font-size: 0.8rem; font-weight: 500; transition: color 0.2s ease; margin-left: -16px; }
.team-nav-step:hover { color: var(--navy); }
.team-nav-step.active { color: var(--navy); font-weight: 700; }
.team-nav-step.active .team-nav-dot { transform: scale(1.3); box-shadow: 0 0 0 3px rgba(201,168,76,0.3); }
.team-nav-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; background: var(--navy); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.team-nav-label { line-height: 1.3; }
@media (max-width: 1200px) {
  .team-nav-sidebar {
    left: 0;
    right: 0;
    top: 80px;
    transform: none;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(10,22,40,0.08);
  }
  .team-nav-steps {
    flex-direction: row;
    border-left: none;
    border-bottom: 2px solid var(--border);
    padding: 10px 12px;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
  }
  .team-nav-step {
    flex-direction: column;
    padding: 6px 12px;
    margin-left: 0;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 8px;
  }
  .team-nav-label { font-size: 0.75rem; white-space: nowrap; }
  .team-nav-dot { width: 6px; height: 6px; }
  .team-page { padding-top: 150px !important; }
}
@media (max-width: 960px) {
  .team-nav-sidebar { top: 72px; }
}
@media (max-width: 400px) {
  .team-nav-sidebar { top: 68px; }
}
@media (max-width: 900px) {
  .leistungen-block { grid-template-columns: 1fr; gap: 32px; padding: 36px 0; }
}

/* ===================================================
   SERVICE DETAIL PAGE
   =================================================== */
.service-detail-page { padding: 140px 0 80px; }
.service-detail-hero {
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 40px;
  aspect-ratio: 16/9;
  max-height: 360px;
  background: var(--gray-100);
}
.service-detail-hero img { width: 100%; height: 100%; object-fit: cover; }
.service-detail-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 64px;
  align-items: start;
}
.service-detail-main { min-width: 0; }
.service-detail-main h1 {
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 12px;
  color: var(--navy);
}
.service-detail-main .intro { font-size: 1rem; line-height: 1.7; color: var(--text-light); margin-bottom: 28px; }
.service-detail-main .content p {
  font-size: 0.98rem;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 16px;
}
.service-detail-main .content p:last-child { margin-bottom: 0; }
.service-detail-main h3 {
  font-size: 1.1rem;
  color: var(--navy);
  margin: 32px 0 16px;
  font-weight: 600;
}
.service-detail-main .btn { margin-top: 24px; }
.service-detail-sidebar {
  position: sticky;
  top: 120px;
}
.sidebar-widget {
  background: var(--gray-50);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 20px;
}
.sidebar-widget:last-child { margin-bottom: 0; }
.sidebar-widget h4 {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--navy);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.sidebar-service-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
  color: var(--text);
  text-decoration: none;
  transition: color 0.2s ease;
}
.sidebar-service-link:last-child { border-bottom: none; }
.sidebar-service-link:hover { color: var(--gold-dark); }
.sidebar-service-link.active { color: var(--gold-dark); font-weight: 600; }
.sidebar-widget p { font-size: 0.875rem; line-height: 1.6; margin: 0; color: var(--text-light); }
@media (max-width: 960px) {
  .service-detail-layout { grid-template-columns: 1fr; gap: 40px; }
  .service-detail-sidebar { position: static; }
  .service-detail-hero { aspect-ratio: 16/9; margin-bottom: 32px; }
}

/* ===================================================
   VIDEO HERO — FULLSCREEN
   =================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #050D1A;
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.55) saturate(0.8);
  transform: scale(1.04);
  transition: transform 8s ease;
}

.hero-video.loaded { transform: scale(1); }

/* Overlay gradients */
.hero-overlay-1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(5, 13, 26, 0.92) 0%,
    rgba(5, 13, 26, 0.75) 45%,
    rgba(5, 13, 26, 0.45) 100%
  );
  z-index: 1;
}

.hero-overlay-2 {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(5, 13, 26, 0.95) 0%,
    transparent 50%
  );
  z-index: 1;
}

.hero-overlay-3 {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(201,168,76,0.07) 0%, transparent 60%);
  z-index: 1;
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  z-index: 2;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 40px 80px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: center;
  width: 100%;
}

/* ===================================================
   HERO TEXT ANIMATIONS
   =================================================== */
/* Hero Logo — sadece logo büyür, çerçeve ekstra büyümez */
.hero-logo-wrap {
  display: inline-block;
  margin-bottom: 32px;
  opacity: 0;
  animation: heroFadeUp 0.7s cubic-bezier(0.16,1,0.3,1) 0.2s forwards;
  line-height: 0;
}

.hero-logo {
  height: clamp(64px, 10vw, 100px);
  width: auto;
  max-width: 340px;
  display: block;
  vertical-align: top;
  filter: brightness(0) invert(1);
  opacity: 0.98;
  transition: transform 0.4s ease;
}

.hero-logo-wrap:hover .hero-logo {
  transform: scale(1.02);
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  opacity: 0;
  animation: heroFadeUp 0.7s cubic-bezier(0.16,1,0.3,1) 0.3s forwards;
}

.hero-eyebrow-line {
  width: 40px;
  height: 2px;
  background: var(--gold);
}

.hero-eyebrow-text {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.hero-eyebrow-flags {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  margin-left: 2px;
  vertical-align: middle;
}
.hero-flag {
  display: inline-block;
  width: 20px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
  vertical-align: middle;
}

.hero-title {
  font-size: clamp(2.6rem, 5.5vw, 4.4rem);
  font-weight: 900;
  line-height: 1.07;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

.hero-title .line {
  display: block;
  overflow: hidden;
  padding-bottom: 6px;
}

.hero-title .line-inner {
  display: block;
  opacity: 0;
  transform: translateY(100%);
}

.hero-title .line-inner.animate {
  animation: lineReveal 0.8s cubic-bezier(0.16,1,0.3,1) forwards;
}

.hero-title .line:nth-child(1) .line-inner { animation-delay: 0.4s; }
.hero-title .line:nth-child(2) .line-inner { animation-delay: 0.55s; }
.hero-title .line:nth-child(3) .line-inner { animation-delay: 0.7s; }

.hero-title .gold-word {
  background: linear-gradient(135deg, #C9A84C 0%, #F0D078 50%, #C9A84C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.62);
  line-height: 1.85;
  max-width: 500px;
  margin: 28px 0 40px;
  opacity: 0;
  animation: heroFadeUp 0.7s cubic-bezier(0.16,1,0.3,1) 0.9s forwards;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  opacity: 0;
  animation: heroFadeUp 0.7s cubic-bezier(0.16,1,0.3,1) 1.05s forwards;
}

/* Premium buttons */
.btn-primary {
  background: linear-gradient(135deg, #C9A84C 0%, #E0C060 50%, #C9A84C 100%);
  background-size: 200% auto;
  color: #0A1628;
  font-weight: 700;
  box-shadow: 0 6px 28px rgba(201,168,76,0.4), 0 2px 8px rgba(201,168,76,0.2);
  border: none;
  letter-spacing: 0.01em;
}
.btn-primary:hover {
  background-position: right center;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(201,168,76,0.55), 0 4px 12px rgba(201,168,76,0.3);
}

.btn-glass {
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.9);
  border: 1.5px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 600;
  letter-spacing: 0.01em;
}
.btn-glass:hover {
  background: rgba(255,255,255,0.14);
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-3px);
}

/* Hero Trust Row */
.hero-trust {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 52px;
  padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.08);
  opacity: 0;
  animation: heroFadeUp 0.7s cubic-bezier(0.16,1,0.3,1) 1.2s forwards;
}

.trust-number {
  font-size: 1.9rem;
  font-weight: 900;
  background: linear-gradient(135deg, #C9A84C, #F0D078);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

/* Hero Right — Leistungen (kurumsal) */
.hero-right {
  opacity: 0;
  animation: heroFadeRight 0.9s cubic-bezier(0.16,1,0.3,1) 0.8s forwards;
}

.hero-leistungen {
  background: rgba(255,255,255,0.03);
  border-left: 3px solid var(--gold);
  padding: 28px 32px 24px;
  min-width: 260px;
}

.hero-leistungen-label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.hero-leistungen-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-leistungen-list li {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.hero-leistungen-list li:last-child {
  border-bottom: none;
}

.hero-leistungen-list a {
  display: block;
  padding: 12px 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.hero-leistungen-list a:hover {
  color: var(--gold);
  padding-left: 6px;
}

.hero-leistungen-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.2s ease;
}

.hero-leistungen-link:hover {
  opacity: 0.85;
}

/* Scroll indicator */
.scroll-indicator {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 3;
  opacity: 0;
  animation: heroFadeUp 0.7s ease 1.6s forwards;
}

.scroll-indicator-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(201,168,76,0.8), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

.scroll-indicator-text {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

/* Mobilde scroll ok işareti gizle */
@media (max-width: 960px) {
  .scroll-indicator { display: none !important; }
}

/* ===================================================
   HERO ANIMATIONS KEYFRAMES
   =================================================== */
@keyframes lineReveal {
  from { opacity: 0; transform: translateY(100%); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes heroFadeRight {
  from { opacity: 0; transform: translateX(40px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes scrollPulse {
  0%, 100% { opacity: 1; transform: scaleY(1); }
  50%       { opacity: 0.3; transform: scaleY(0.6); }
}

/* ===================================================
   PREMIUM NAVBAR
   =================================================== */
.logo-img-wrap {
  display: flex;
  align-items: center;
  line-height: 0;
}

/* Logo resmi */
.logo-img {
  height: 62px;
  width: auto;
  display: block;
  object-fit: contain;
  transition: filter 0.35s ease;
}
@media (max-width: 960px) {
  .navbar { padding-top: 0 !important; padding-bottom: 0 !important; }
  .navbar-inner {
    height: 72px !important;
    min-height: 72px;
    align-items: center;
  }
  .navbar .logo-img { height: 228px !important; max-height: 228px; object-fit: contain; }
  .navbar .logo-fallback .logo-icon { width: 148px !important; height: 148px !important; font-size: 3.5rem !important; }
  .navbar .logo-fallback .logo-name { font-size: 0.98rem !important; }
  .navbar .logo-fallback .logo-sub { font-size: 0.62rem !important; }
  .navbar .logo-img-wrap { display: flex; align-items: center; flex-shrink: 0; }
  .navbar-logo { gap: 6px; flex: 1; min-width: 0; overflow: hidden; }
  .navbar-typing-text { margin-left: 2px; font-size: 0.78rem !important; max-width: none; flex: 1; min-width: 0; overflow: visible; }
}
@media (max-width: 400px) {
  .navbar-inner { height: 68px !important; min-height: 68px; }
  .navbar .logo-img { height: 216px !important; max-height: 216px; }
  .navbar .logo-fallback .logo-icon { width: 140px !important; height: 140px !important; font-size: 3.3rem !important; }
  .navbar .logo-fallback .logo-name { font-size: 0.92rem !important; }
  .navbar .logo-fallback .logo-sub { font-size: 0.58rem !important; }
  .navbar-logo { gap: 4px; }
  .navbar-typing-text { font-size: 0.72rem !important; max-width: none; flex: 1; min-width: 0; }
}

/* Text fallback shown when image fails */
.logo-fallback {
  display: none;
  align-items: center;
  gap: 10px;
}
.logo-fallback .logo-icon {
  display: flex;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--gold), #E0C060);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.1rem;
  color: var(--navy);
  flex-shrink: 0;
}
.logo-fallback .logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.logo-fallback .logo-name {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: -0.01em;
  transition: var(--transition);
}
.logo-fallback .logo-sub {
  font-size: 0.6rem;
  color: var(--gold-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.navbar.scrolled .logo-fallback .logo-name { color: var(--gold); }
.navbar.scrolled .logo-fallback .logo-sub  { color: var(--gold-light); }

/* ===================================================
   PREMIUM STATS BAR
   =================================================== */
.stats-section {
  background: #060F1C;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(201,168,76,0.04) 0%, transparent 50%);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-item {
  padding: 44px 32px;
  text-align: center;
  position: relative;
  transition: background 0.3s ease;
}

.stat-item:hover {
  background: rgba(201,168,76,0.04);
}

.stat-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.1), transparent);
}

.stat-item:last-child::after { display: none; }

.stat-number {
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(135deg, #C9A84C 0%, #F0D078 50%, #C9A84C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.stat-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Stats mobil: 4 sütun yan yana, hepsi sığsın */
@media (max-width: 640px) {
  .stats-section .container { padding-left: 8px !important; padding-right: 8px !important; }
  .stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 4px;
    min-width: 0;
  }
  .stat-item {
    padding: 12px 4px !important;
    min-width: 0;
    overflow: hidden;
  }
  .stat-item::after { display: none !important; }
  .stat-number { font-size: 1.2rem !important; }
  .stat-label {
    font-size: 0.45rem !important;
    line-height: 1.15;
    word-break: break-word;
  }
}
@media (max-width: 400px) {
  .stats-section .container { padding-left: 6px !important; padding-right: 6px !important; }
  .stats-grid { gap: 2px !important; }
  .stat-item { padding: 10px 2px !important; }
  .stat-number { font-size: 1.1rem !important; }
  .stat-label { font-size: 0.4rem !important; }
}
@media (max-width: 360px) {
  .stat-number { font-size: 1rem !important; }
  .stat-label { font-size: 0.36rem !important; }
}

/* ===================================================
   HOMEPAGE LEISTUNGEN BLOCK
   =================================================== */
.svc-block {
  background: #060E1C;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.svc-block::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.3), transparent);
}

.svc-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  overflow: hidden;
}

.svc-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 36px 32px 28px;
  background: #0A1628;
  text-decoration: none;
  position: relative;
  transition: background 0.3s ease;
  overflow: hidden;
}

.svc-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--svc-color, var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
}

.svc-card:hover { background: #0E1E36; }
.svc-card:hover::after { transform: scaleX(1); }

.svc-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.svc-num {
  font-size: 0.68rem;
  font-weight: 900;
  color: rgba(201,168,76,0.5);
  letter-spacing: 0.1em;
}

.svc-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--svc-color, #C9A84C);
  transition: all 0.3s ease;
}

.svc-card:hover .svc-icon {
  background: var(--svc-color, #C9A84C);
  color: #fff;
  border-color: transparent;
}

.svc-card-body { flex: 1; }

.svc-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.svc-desc {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.38);
  line-height: 1.65;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.svc-arrow {
  margin-top: 24px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.3);
  transition: all 0.3s ease;
}

.svc-card:hover .svc-arrow {
  background: var(--svc-color, #C9A84C);
  border-color: transparent;
  color: #fff;
  transform: translateX(3px);
}

@media (max-width: 960px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-header { flex-direction: column; align-items: flex-start; gap: 24px; }
}

@media (max-width: 560px) {
  .svc-grid { grid-template-columns: 1fr; }
  .svc-card { padding: 28px 24px 22px; }
}

/* ===================================================
   PREMIUM SERVICE LIST (new design)
   =================================================== */
.services-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.service-row {
  display: grid;
  grid-template-columns: 56px 56px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
  transition: all 0.35s cubic-bezier(0.16,1,0.3,1);
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.service-row::before {
  content: '';
  position: absolute;
  left: -24px;
  right: -24px;
  top: 0;
  bottom: 0;
  background: var(--gray-50);
  border-radius: var(--radius);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-row:hover::before { opacity: 1; }
.service-row:hover { transform: translateX(6px); }

.service-row-num {
  font-size: 0.75rem;
  font-weight: 900;
  color: var(--gold);
  letter-spacing: 0.04em;
  font-family: var(--font);
  position: relative;
  z-index: 1;
}

.service-row-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  background: rgba(10,22,40,0.05);
  color: var(--card-color, var(--navy));
  transition: all 0.35s cubic-bezier(0.16,1,0.3,1);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.service-row:hover .service-row-icon {
  background: var(--card-color, var(--navy));
  color: #fff;
  transform: scale(1.08);
}

.service-row-body { position: relative; z-index: 1; }

.service-row-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}

.service-row:hover .service-row-title { color: var(--card-color, var(--navy)); }

.service-row-desc {
  font-size: 0.84rem;
  color: var(--text-light);
  line-height: 1.6;
}

.service-row-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  font-size: 0.75rem;
  transition: all 0.35s ease;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.service-row:hover .service-row-arrow {
  background: var(--card-color, var(--navy));
  border-color: var(--card-color, var(--navy));
  color: #fff;
  transform: translateX(4px);
}

@media (max-width: 640px) {
  .service-row {
    grid-template-columns: 40px 1fr auto;
    gap: 14px;
    padding: 20px 0;
  }
  .service-row-num { display: none; }
  .service-row-icon { width: 40px; height: 40px; font-size: 1rem; border-radius: 10px; }
  .service-row-title { font-size: 0.95rem; }
  .service-row-desc { display: none; }
}

/* ===================================================
   PREMIUM SERVICE CARDS (kept for services page)
   =================================================== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 34px;
  border: 1px solid #EEF0F4;
  transition: all 0.45s cubic-bezier(0.16,1,0.3,1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--card-color, #C9A84C) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.45s ease;
  border-radius: inherit;
}

.service-card:hover {
  transform: translateY(-10px);
  border-color: transparent;
  box-shadow: 0 30px 80px rgba(10,22,40,0.14), 0 8px 24px rgba(10,22,40,0.08);
}

.service-card:hover::after { opacity: 0.04; }

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--card-color, #C9A84C), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.16,1,0.3,1);
  border-radius: 3px 3px 0 0;
}

.service-card:hover::before { transform: scaleX(1); }

.service-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 26px;
  transition: all 0.45s cubic-bezier(0.16,1,0.3,1);
  background: rgba(10,22,40,0.05);
  color: var(--card-color, #0A1628);
}

.service-card:hover .service-icon {
  background: var(--card-color, #C9A84C);
  color: #fff;
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0A1628;
  letter-spacing: -0.01em;
}

.service-card p {
  font-size: 0.875rem;
  color: #64748B;
  line-height: 1.75;
  margin-bottom: 28px;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--card-color, #0A1628);
  letter-spacing: 0.01em;
}

.service-link i {
  width: 22px;
  height: 22px;
  background: var(--card-color, #0A1628);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  transition: transform 0.3s ease;
}

.service-card:hover .service-link i { transform: translateX(4px); }

/* ===================================================
   PREMIUM SECTION DESIGN
   =================================================== */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.section-label::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

/* Premium section heading style */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9E7A2A;
  margin-bottom: 18px;
}

/* ===================================================
   PREMIUM ABOUT SECTION
   =================================================== */
.about-image {
  border-radius: 24px;
  overflow: hidden;
}
.about-split .about-image {
  aspect-ratio: 4/3;
  max-height: 340px;
  box-shadow: 0 40px 100px rgba(10,22,40,0.2), 0 12px 32px rgba(10,22,40,0.1);
}

.about-feature-icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, rgba(201,168,76,0.15) 0%, rgba(201,168,76,0.05) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-dark);
  font-size: 1rem;
  flex-shrink: 0;
  border: 1px solid rgba(201,168,76,0.15);
}

/* ===================================================
   PREMIUM PROCESS SECTION
   =================================================== */
.process-grid {
  position: relative;
}

.process-grid::before {
  display: none;
}

.process-connector {
  position: absolute;
  top: 35px;
  left: calc(12.5% + 36px);
  right: calc(12.5% + 36px);
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(201,168,76,0.5), rgba(201,168,76,0.5) 8px, transparent 8px, transparent 18px);
  z-index: 0;
}

.process-item {
  text-align: center;
  position: relative;
  z-index: 1;
}

.process-icon {
  width: 72px;
  height: 72px;
  background: #0A1628;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--gold);
  position: relative;
  z-index: 1;
  border: 2px solid rgba(201,168,76,0.2);
  transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
  box-shadow: 0 0 0 6px rgba(201,168,76,0.06);
}

.process-item:hover .process-icon {
  background: var(--gold);
  color: #0A1628;
  transform: scale(1.12);
  box-shadow: 0 0 0 8px rgba(201,168,76,0.12), 0 12px 32px rgba(201,168,76,0.3);
  border-color: transparent;
}

/* ===================================================
   PREMIUM TEAM CARDS
   =================================================== */
.team-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #EEF0F4;
  transition: all 0.45s cubic-bezier(0.16,1,0.3,1);
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 80px rgba(10,22,40,0.14);
  border-color: transparent;
}

.team-info { padding: 26px; }
.team-role {
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--gold-dark);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.team-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0A1628;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

/* Team Page - Hiyerarşik */
.team-page .container { max-width: 960px; }
.team-page-header {
  text-align: center;
  margin-bottom: 48px;
}
.team-page-desc {
  font-size: 1rem;
  color: var(--gray-600);
  max-width: 520px;
  margin: 12px auto 0;
  line-height: 1.6;
}
.team-leader-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #EEF0F4;
  box-shadow: 0 12px 40px rgba(10,22,40,0.06);
  margin-bottom: 56px;
}
.team-leader-photo {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--gray-50);
}
.team-leader-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-leader-body {
  padding: 40px 40px 40px 0;
}
.team-leader-role {
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--gold-dark);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.team-leader-name {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}
.team-leader-degree {
  font-size: 0.9rem;
  color: var(--gray-600);
  margin-bottom: 16px;
}
.team-leader-bio {
  font-size: 0.92rem;
  color: var(--gray-600);
  line-height: 1.65;
  margin-bottom: 20px;
}
.team-leader-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.team-leader-langs { display: flex; gap: 8px; flex-wrap: wrap; }
.team-leader-email {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gold-dark);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.team-leader-email:hover { color: var(--navy); }
.team-dept-section {
  margin-bottom: 48px;
}
.team-dept-section:last-child { margin-bottom: 0; }
.team-dept-single .team-card-body {
  text-align: center;
}
.team-dept-single .team-card-langs {
  justify-content: center;
}
.team-dept-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(10,22,40,0.5);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(10,22,40,0.08);
  text-align: center;
}
.team-grid-hier {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 0 auto;
}
.team-grid-hier .team-card-clean {
  flex: 0 0 260px;
  max-width: 300px;
}
.team-dept-single .team-grid-hier {
  width: 100%;
}

/* Team Page - Clean Cards */
.team-grid-clean {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 28px;
}

.team-card-clean {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #EEF0F4;
  transition: all 0.35s ease;
}

.team-card-clean:hover {
  box-shadow: 0 20px 48px rgba(10,22,40,0.1);
  border-color: rgba(201,168,76,0.2);
}

.team-card-photo {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--gray-50);
}

.team-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.team-card-clean:hover .team-card-photo img {
  transform: scale(1.05);
}

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

.team-card-role {
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--gold-dark);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.team-card-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}

.team-card-degree {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 12px;
  line-height: 1.4;
}

.team-card-langs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  justify-content: flex-start;
}

.team-lang-badge {
  padding: 3px 8px;
  background: rgba(10,22,40,0.05);
  border-radius: 50px;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--navy);
  white-space: nowrap;
  flex-shrink: 0;
}

.team-card-email {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gold-dark);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
}

.team-card-email:hover { color: var(--navy); }

@media (max-width: 768px) {
  .team-leader-card {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 48px;
  }
  .team-leader-photo { aspect-ratio: 4/3; }
  .team-leader-body {
    padding: 28px 24px;
  }
}
@media (max-width: 640px) {
  .team-grid-clean { grid-template-columns: 1fr; gap: 24px; }
  .team-grid-hier .team-card-clean { flex: 1 1 100%; max-width: none; }
  .team-card-body { padding: 20px; }
  .team-page-header { margin-bottom: 36px; }
}

/* ===================================================
   PREMIUM TESTIMONIALS
   =================================================== */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.testimonial-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px;
  padding: 40px;
  transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: -20px;
  right: 24px;
  font-size: 120px;
  font-family: Georgia, serif;
  color: rgba(201,168,76,0.06);
  line-height: 1;
  pointer-events: none;
}

.testimonial-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(201,168,76,0.2);
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.25);
}

.testimonial-quote { display: none; }

.testimonial-text {
  color: rgba(255,255,255,0.78);
  font-size: 0.97rem;
  line-height: 1.82;
  margin-bottom: 32px;
  font-style: italic;
  position: relative;
  z-index: 1;
}

/* ===================================================
   PREMIUM BLOG CARDS
   =================================================== */
.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #EEF0F4;
  transition: all 0.45s cubic-bezier(0.16,1,0.3,1);
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 80px rgba(10,22,40,0.12);
  border-color: transparent;
}

/* ===================================================
   PREMIUM CTA SECTION
   =================================================== */
.cta-section {
  background: linear-gradient(135deg, #060F1C 0%, #0A1628 40%, #0F2040 100%);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -5%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(201,168,76,0.07) 0%, transparent 65%);
  pointer-events: none;
}

.cta-section::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(201,168,76,0.04) 0%, transparent 65%);
  pointer-events: none;
}

/* ===================================================
   PREMIUM FOOTER
   =================================================== */
footer {
  background: #040B15;
}

.footer-logo .logo-img {
  height: 42px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

/* ===================================================
   PREMIUM PAGE HERO
   =================================================== */
.page-hero {
  background: linear-gradient(135deg, #040B15 0%, #0A1628 50%, #0F2242 100%);
  padding: 150px 0 80px;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
}

.page-hero::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(201,168,76,0.05) 0%, transparent 60%);
  pointer-events: none;
}

.page-hero-content {
  position: relative;
  z-index: 1;
}
.page-hero { scroll-margin-top: 120px; }

.page-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.page-hero p {
  color: rgba(255,255,255,0.58);
  font-size: 1.1rem;
  max-width: 560px;
}

/* ===================================================
   PREMIUM CLIENTS SECTION
   =================================================== */
.clients-section {
  background: #FAFBFC;
  border-top: 1px solid #EEF0F4;
  border-bottom: 1px solid #EEF0F4;
  padding: 52px 0;
}

.client-logo {
  background: #fff;
  border: 1.5px solid #EEF0F4;
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 0.84rem;
  font-weight: 800;
  color: #94A3B8;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
}

.client-logo:hover {
  background: #0A1628;
  color: #C9A84C;
  border-color: #0A1628;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(10,22,40,0.12);
}

/* ===================================================
   KONTAKT – Karriere sayfası gibi düzen
   =================================================== */
/* Contact page – Karriere ile aynı düzen */
.contact-page { padding-bottom: 64px; }
.contact-top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
  margin-bottom: 0;
}
.contact-top-grid .about-image-wrap {
  min-height: 280px;
  display: flex;
  flex-direction: column;
}
.contact-top-grid .contact-map-box {
  flex: 1;
  min-height: 240px;
  aspect-ratio: unset;
}
.contact-socials-divider {
  height: 1px;
  background: var(--border);
  margin: 32px 0 24px;
}
.contact-socials-wrap {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 64px;
}
.contact-map-box { overflow: hidden; border-radius: 20px; width: 100%; min-height: 220px; }
.contact-map-box.leaflet-container { font-family: inherit; }
.about-image-wrap { position: relative; }
.contact-map-btn {
  position: absolute; bottom: 12px; right: 12px; z-index: 1000;
  display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px;
  font-size: 0.78rem; font-weight: 600; color: var(--navy);
  background: rgba(255,255,255,0.95); border-radius: 8px; box-shadow: 0 2px 8px rgba(10,22,40,0.12);
  text-decoration: none; transition: all 0.2s ease;
}
.contact-map-btn:hover { color: var(--gold-dark); }
.contact-social-btn {
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.2); border-radius: 10px;
  color: var(--gold-dark); font-size: 0.95rem; transition: all 0.2s ease;
}
.contact-social-btn:hover { background: var(--gold-dark); color: #fff; border-color: var(--gold-dark); }
.contact-page .contact-socials { justify-content: center; margin-top: 28px; border-top-color: var(--border); }
.contact-form-section { max-width: 860px; margin: 0 auto; margin-top: 48px; }
.contact-form-intro { display: flex; flex-direction: column; align-items: center; text-align: center; }
.contact-form-centered { margin-top: 32px; }
.contact-page .about-feature-text a { color: var(--navy); font-weight: 600; }
.contact-page .about-feature-text a:hover { color: var(--gold-dark); }
.contact-map-wrap .leaflet-control-zoom { border: none !important; box-shadow: 0 4px 12px rgba(10,22,40,0.1) !important; border-radius: 10px !important; overflow: hidden; }
.contact-map-wrap .leaflet-control-zoom a { width: 36px !important; height: 34px !important; font-size: 18px !important; line-height: 34px !important; color: var(--navy) !important; }
.contact-map-wrap .leaflet-control-zoom a:hover { background: rgba(201,168,76,0.15) !important; color: var(--gold-dark) !important; }
.contact-map-pin { background: none !important; border: none !important; }
.contact-map-pin span {
  display: block; width: 24px; height: 24px;
  background: linear-gradient(135deg, #C9A84C 0%, #9E7A2A 100%);
  border: 3px solid #fff; border-radius: 50% 50% 50% 0; transform: rotate(-45deg);
  box-shadow: 0 4px 12px rgba(10,22,40,0.25);
}
.contact-map-popup-wrap .leaflet-popup-content-wrapper { border-radius: 10px; padding: 0; box-shadow: 0 4px 16px rgba(10,22,40,0.15); border: 1px solid var(--border); }
.contact-map-popup-wrap .leaflet-popup-content { margin: 10px 14px; font-size: 0.85rem; font-weight: 700; color: var(--navy); }
.contact-form-wrap .form-group { margin-bottom: 14px; }
.contact-form-wrap .form-row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
@media (max-width: 900px) {
  .contact-top-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .contact-top-grid .about-image-wrap { min-height: 260px; }
  .contact-top-grid .about-image-wrap .contact-map-box { aspect-ratio: 4/3; min-height: 200px; }
}
@media (max-width: 640px) {
  .contact-form-wrap .form-row-3 { grid-template-columns: 1fr; }
}
.contact-form-wrap textarea.form-control { min-height: 180px; }
.file-upload-area { position: relative; }
.file-upload-input { position: absolute; width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; z-index: -1; }
.file-upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  border: 2px dashed var(--border);
  border-radius: 12px;
  background: var(--gray-50);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.file-upload-label:hover { border-color: var(--gold-dark); background: rgba(201,168,76,0.06); }
.file-upload-label i { font-size: 1.5rem; color: var(--gold-dark); }
.file-upload-label span { font-size: 0.9rem; font-weight: 600; color: var(--navy); }
.file-upload-label small { font-size: 0.78rem; color: var(--text-light); }
.file-upload-list { margin-top: 12px; font-size: 0.82rem; color: var(--text-light); }
.file-upload-list div { padding: 4px 0; display: flex; align-items: center; gap: 8px; }
.file-upload-list .file-item { color: var(--navy); }
.file-upload-list .file-size { font-size: 0.75rem; color: var(--text-light); }

/* ===================================================
   PREMIUM CONTACT FORM
   =================================================== */
.contact-form-wrap {
  background: #fff;
  border-radius: 24px;
  padding: 40px 44px 44px;
  border: 1px solid #EEF0F4;
  box-shadow: 0 20px 60px rgba(10,22,40,0.06);
}

.form-control {
  background: #F8FAFC;
  border: 1.5px solid #E2E8F0;
  border-radius: 10px;
  padding: 15px 18px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #0A1628;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(10,22,40,0.05);
}

/* ===================================================
   PREMIUM CASE CARDS
   =================================================== */
.case-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #EEF0F4;
  transition: all 0.45s cubic-bezier(0.16,1,0.3,1);
}

.case-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 80px rgba(10,22,40,0.12);
  border-color: transparent;
}

.case-result {
  background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%);
  border-radius: 12px;
  padding: 18px 20px;
  border: 1px solid #E2E8F0;
}

.case-result .result-number {
  background: linear-gradient(135deg, var(--card-color, #0A1628) 0%, var(--card-color, #0A1628) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

/* ===================================================
   FAQ VIDEO SECTION
   =================================================== */
/* Hero – Prozess – FAQ arası boşlukları kaldır, birbirine yapışsın */
.hero { padding-bottom: 0 !important; margin-bottom: 0 !important; }
.hero + #prozess { padding-top: 0 !important; }
#prozess { padding: 0 !important; margin: 0 !important; }
.faq-video-section { padding-top: 0 !important; margin-top: 0 !important; }
.faq-video-section .container { padding-top: 0 !important; padding-bottom: 48px !important; padding-left: 40px !important; padding-right: 40px !important; }

.faq-video-section {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.faq-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4) saturate(0.7);
}

.faq-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5,13,26,0.88) 0%, rgba(10,22,40,0.82) 100%);
}

.faq-list-dark .faq-item {
  border-color: rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}

.faq-list-dark .faq-item.open {
  border-color: rgba(201,168,76,0.4);
  background: rgba(255,255,255,0.06);
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

.faq-list-dark .faq-question {
  color: #fff;
}

.faq-list-dark .faq-question:hover {
  background: rgba(255,255,255,0.06);
}

.faq-list-dark .faq-item.open .faq-question {
  background: rgba(255,255,255,0.06);
}

.faq-list-dark .faq-toggle {
  background: rgba(255,255,255,0.1);
  color: var(--gold);
}

.faq-list-dark .faq-item.open .faq-toggle {
  background: var(--gold);
  color: #0A1628;
}

.faq-list-dark .faq-answer p {
  color: rgba(255,255,255,0.7);
}

/* ===================================================
   PREMIUM FAQ
   =================================================== */
.faq-item {
  border: 1.5px solid #EEF0F4;
  border-radius: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.open {
  border-color: #0A1628;
  box-shadow: 0 8px 32px rgba(10,22,40,0.08);
}

.faq-question {
  font-weight: 700;
  font-size: 0.96rem;
  color: #0A1628;
  padding: 24px 28px;
}

.faq-toggle {
  background: #F1F5F9;
  color: #0A1628;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 0.75rem;
}

.faq-item.open .faq-toggle {
  background: #0A1628;
  color: var(--gold);
}

/* ===================================================
   PREMIUM JOB CARDS
   =================================================== */
.job-card {
  background: #fff;
  border: 1.5px solid #EEF0F4;
  border-radius: 16px;
  padding: 30px 36px;
  transition: all 0.35s cubic-bezier(0.16,1,0.3,1);
}

.job-card:hover {
  border-color: #0A1628;
  box-shadow: 0 16px 48px rgba(10,22,40,0.10);
  transform: translateY(-3px);
}

/* ===================================================
   PREMIUM VALUE CARDS
   =================================================== */
.value-card {
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid #EEF0F4;
  padding: 36px;
  transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
}

.value-card:hover {
  border-color: transparent;
  box-shadow: 0 24px 60px rgba(10,22,40,0.10);
  transform: translateY(-6px);
}

/* ===================================================
   PREMIUM SIDEBAR
   =================================================== */
.sidebar-widget {
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid #EEF0F4;
  padding: 28px;
}

/* ===================================================
   SMOOTH SCROLL PROGRESS BAR
   =================================================== */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), #F0D078);
  z-index: 10001;
  width: 0%;
  transition: width 0.1s linear;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4), 0 0 12px rgba(201,168,76,0.6);
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
/* Mobilde: navbar altında, bitişik (boşluk yok) */
@media (max-width: 960px) {
  .scroll-progress { top: 72px; z-index: 999; margin-top: -5px; }
}
@media (max-width: 400px) {
  .scroll-progress { top: 68px; margin-top: -5px; }
}

/* ===================================================
   ABOUT PAGE — Dergi layout (fotoğraf yazı içinde, metin etrafında)
   =================================================== */
.about-mag-content {
  max-width: 860px;
  margin: 0 auto;
}
.about-mag-content::after { content: ""; display: table; clear: both; }

/* --- Fotoğraf ortak --- */
.about-mag-img {
  margin-bottom: 1em;
}
.about-mag-img .about-image-wrap {
  width: 100%;
  padding-bottom: 32px; /* badge için alan */
}
.about-mag-img .about-image {
  aspect-ratio: 4/3;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(10,22,40,0.15);
}
.about-mag-img .about-image img { width: 100%; height: 100%; object-fit: cover; }

/* --- Desktop + Tablet (≥641px) --- */
.about-mag-img--right {
  float: right;
  width: 43%;
  margin-left: 2em;
  margin-top: 0.3em;
  margin-right: 0;
  margin-bottom: 1.5em;
}
.about-mag-img--left {
  float: left;
  width: 40%;
  margin-right: 2em;
  margin-top: 0.3em;
  margin-left: 0;
  margin-bottom: 1em;
}

/* Clear sonraki elementler için */
.about-mag-content .about-features { clear: both; }

/* --- Mobil (≤640px) --- */
@media (max-width: 640px) {
  .about-mag-img--right {
    float: right;
    width: 44%;
    margin-left: 1em;
    margin-right: 0;
    margin-top: 0.25em;
    margin-bottom: 0.75em;
  }
  .about-mag-img--left {
    float: left;
    width: 42%;
    margin-right: 1em;
    margin-left: 0;
    margin-top: 0.25em;
    margin-bottom: 0.75em;
  }
  .about-mag-img .about-image { aspect-ratio: 3/4; border-radius: var(--radius-lg); }
  .about-mag-img .about-image-wrap { padding-bottom: 16px; }
  .about-mag-img .about-image-badge {
    right: -4px; bottom: -8px;
    padding: 8px 10px;
  }
  .about-mag-img .about-image-badge .badge-year { font-size: 1.3rem; }
  .about-mag-img .about-image-badge .badge-text { font-size: 0.58rem; }
}
@media (max-width: 400px) {
  .about-mag-img--right { width: 47%; margin-left: 0.75em; }
  .about-mag-img--left  { width: 47%; margin-right: 0.75em; }
}

.about-intro { padding-bottom: 48px !important; }
.about-intro.section-first { padding-top: 88px !important; }
/* Zorla: navbar ile içerik arası boşluk minimal (tüm breakpoint'lerde geçerli) */
#geschichte.about-intro { padding-top: 88px !important; }
.career-page { padding-top: 150px !important; padding-bottom: 48px !important; }

/* Bewerbungsprozess – hover'da sonraki adım vurgulu */
.process-grid-career .process-item {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.process-grid-career .process-item:hover + .process-item {
  transform: scale(1.03);
  box-shadow: 0 12px 32px rgba(10,22,40,0.08);
}

/* ===================================================
   CAREER – Warum ÖmZey (dergi düzeni, eski görünüm)
   =================================================== */
.career-why-section { padding-top: 48px !important; }

/* Mobilde (≤640px): dergi layout (Über uns gibi), desktop: grid */
.career-mag-mobile { display: none; }
@media (max-width: 640px) {
  .career-why-desktop { display: none !important; }
  .career-mag-mobile { display: block; }
  .career-mag-mobile .about-mag-content { margin-bottom: 0; }
}
@media (min-width: 641px) {
  .career-mag-mobile { display: none !important; }
  .career-why-desktop { display: block; }
}

/* Dergi layout: asimetrik kolonlar (desktop) */
@media (min-width: 900px) {
  .career-why-header.grid-2 { grid-template-columns: 0.58fr 0.42fr; gap: 56px; }
  .career-mag-spread.grid-2 { grid-template-columns: 0.55fr 0.45fr; gap: 56px; }
  .career-mag-benefits.grid-2 { grid-template-columns: 0.52fr 0.48fr; gap: 56px; }
}

/* Karriere: Mobilde dergi layout (Über uns gibi), desktop'ta grid */
@media (max-width: 640px) {
  .career-why-desktop { display: none !important; }
  .career-mag-mobile { display: block; }
  /* Benefits – mobilde tek paragraf, başlıksız, ayraçsız */
  .career-mag-mobile .career-benefits-list .about-feature {
    display: inline;
    margin-bottom: 0;
  }
  .career-mag-mobile .career-benefits-list .about-feature-icon { display: none; }
  .career-mag-mobile .career-benefits-list .about-feature-text { display: inline; }
  .career-mag-mobile .career-benefits-list .about-feature-text h4 { display: none; }
  .career-mag-mobile .career-benefits-list .about-feature-text p {
    display: inline;
    font-size: 0.88rem;
  }
  .career-mag-mobile .career-benefits-list {
    display: block;
    line-height: 1.65;
    color: var(--gray-600);
  }
}
@media (min-width: 641px) {
  .career-mag-mobile { display: none !important; }
  .career-why-desktop { display: block; }
}

/* Benefits list – 2 kolon grid (eski about-feature stili korunuyor) */
.career-benefits-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.career-mag-benefits-col .about-feature { margin: 0; }
@media (min-width: 1100px) {
  .career-benefits-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 32px;
  }
}
.section-about-follow {
  padding: 48px 0 64px;
}
.section-about-follow .about-split { gap: 64px; }
.about-follow-item {
  margin-bottom: 24px;
}
.about-follow-item:last-of-type { margin-bottom: 0; }
.about-follow-year {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gold-dark);
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.about-follow-item h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 6px;
}
.about-follow-item p {
  font-size: 0.88rem;
  color: var(--gray-600);
  line-height: 1.55;
  margin: 0;
}
.about-values-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-values-list li {
  font-size: 0.88rem;
  color: var(--gray-600);
  line-height: 1.65;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.about-values-list li:last-child { border-bottom: none; }
.about-values-list strong {
  color: var(--navy);
  font-weight: 600;
  font-size: 0.9rem;
}
@media (max-width: 720px) {
  .section-about-follow { padding: 36px 0 48px; }
}

/* Desktop: follow items normal blok */
.about-follow-items-wrap { display: block; }

/* Mobilde Meilensteine — paragraf gibi akıcı görünüm */
@media (max-width: 640px) {
  .about-follow-item {
    display: inline;
    margin-bottom: 0;
  }
  .about-follow-item::after {
    content: " ";
    display: inline;
  }
  .about-follow-year {
    display: inline;
    font-size: 0.8rem;
    margin-bottom: 0;
    margin-right: 3px;
  }
  .about-follow-year::after {
    content: ":";
  }
  .about-follow-item h4 {
    display: inline;
    font-size: 0.9rem;
    margin: 0 4px 0 0;
  }
  .about-follow-item h4::after {
    content: " –";
  }
  .about-follow-item p {
    display: inline;
    font-size: 0.88rem;
  }
  /* İki item arasına nokta koy */
  .about-follow-item + .about-follow-item::before {
    content: " · ";
    color: var(--gold-dark);
    font-weight: 700;
  }
  /* Item'ları birlikte tek satır/paragraf gibi sar */
  .about-mag-content--follow > .about-follow-item:first-of-type,
  .about-mag-content--follow > .about-follow-item {
    display: inline;
  }
  /* Wrapper paragraf gibi görünsün */
  .about-follow-items-wrap {
    display: block;
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 0.88rem;
    line-height: 1.65;
    color: var(--gray-600);
  }
}

/* ===================================================
   FOOTER — Düzenli, arayüze uygun
   =================================================== */
footer.site-footer {
  background: #1e2f47;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* Son section ile footer arası boşluk kaldır */
section.section:last-of-type { padding-bottom: 0 !important; }

.footer-main { padding: 20px 0 28px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr 0.9fr;
  gap: 32px 40px;
  align-items: start;
}

.footer-logo img { height: 36px; filter: brightness(0) invert(1); opacity: 0.9; display: block; }
.footer-desc { color: rgba(255,255,255,0.6); font-size: 0.78rem; line-height: 1.6; max-width: 220px; margin-bottom: 12px; }
.footer-langs { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 14px; }
.footer-lang-tag { font-size: 0.68rem; font-weight: 600; color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.06); padding: 3px 8px; border-radius: 50px; }

.footer-col h4 {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 10px;
}
.footer-subhead { margin-top: 18px; margin-bottom: 8px; }
.footer-links { display: flex; flex-direction: column; gap: 4px; }
.footer-link {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-link:hover { color: var(--gold); }

.footer-hours { display: flex; flex-direction: column; gap: 4px; }
.footer-hour-row {
  display: flex; justify-content: space-between;
  font-size: 0.74rem;
  color: rgba(255,255,255,0.6);
}
.footer-hour-row span:last-child { font-weight: 600; color: rgba(255,255,255,0.8); }
.footer-hour-closed { color: rgba(255,255,255,0.35); }
.footer-hour-closed span:last-child { color: rgba(255,255,255,0.35); font-weight: 400; }

.footer-contact { display: flex; flex-direction: column; gap: 8px; }
.footer-contact-item {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 0.76rem; color: rgba(255,255,255,0.65);
}
.footer-contact-item i { color: var(--gold); font-size: 0.72rem; margin-top: 2px; flex-shrink: 0; }
.footer-contact-item a { color: rgba(255,255,255,0.65); text-decoration: none; }
.footer-contact-item a:hover { color: var(--gold); }

.footer-legal {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.7rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.5;
}
.footer-legal div { margin-bottom: 2px; }
.footer-legal strong { color: rgba(255,255,255,0.4); font-weight: 700; }

.footer-cta { margin-top: 14px; }
.footer-socials .footer-social { width: 32px; height: 32px; font-size: 0.8rem; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 14px 0;
}
.footer-bottom .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.footer-copy { font-size: 0.78rem; color: rgba(255,255,255,0.35); margin: 0; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-link { font-size: 0.78rem; color: rgba(255,255,255,0.4); text-decoration: none; }
.footer-bottom-link:hover { color: var(--gold); }

@media (max-width: 960px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 24px; }
}
@media (max-width: 720px) {
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-col h4 { margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .footer-hour-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
  .footer-hour-row span:last-child { text-align: right; }
}
@media (max-width: 560px) {
  .footer-main { padding: 32px 0 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-brand {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 4px;
  }
  .footer-desc {
    max-width: 100%;
    font-size: 0.8rem;
    line-height: 1.65;
    margin-bottom: 12px;
  }
  .footer-langs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
  .footer-lang-tag {
    font-size: 0.72rem;
    padding: 5px 10px;
  }
  .footer-socials { margin-top: 4px; }
  .footer-col h4 {
    font-size: 0.72rem;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .footer-links { gap: 8px; }
  .footer-link { font-size: 0.82rem; }
  .footer-contact { gap: 10px; }
  .footer-contact-item {
    font-size: 0.82rem;
    align-items: center;
    gap: 10px;
  }
  .footer-contact-item i { font-size: 0.8rem; }
  .footer-legal {
    margin-top: 12px;
    padding-top: 12px;
    font-size: 0.72rem;
    line-height: 1.6;
  }
  .footer-hour-row {
    font-size: 0.8rem;
    padding: 4px 0;
    gap: 12px;
    display: grid;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
  }
  .footer-hour-row span:first-child { min-width: 0; }
  .footer-hour-row span:last-child { text-align: right; white-space: nowrap; }
  .footer-bottom .container { flex-direction: column; text-align: center; gap: 12px; }
  .footer-bottom-links { justify-content: center; flex-wrap: wrap; gap: 12px; }
}

/* ===================================================
   GLASSMORPHISM CARDS (Testimonials, Dark sections)
   =================================================== */
.glass-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
}

/* ===================================================
   BENEFIT ITEMS — PREMIUM
   =================================================== */
.benefit-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px;
  padding: 36px 24px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
}

.benefit-item:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(201,168,76,0.2);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

.benefit-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, rgba(201,168,76,0.15) 0%, rgba(201,168,76,0.05) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--gold);
  margin: 0 auto 20px;
  border: 1px solid rgba(201,168,76,0.15);
}

/* ===================================================
   RESPONSIVE VIDEO HERO
   =================================================== */
/* Mobilde video arka planının tam sığması için */
@media (max-width: 960px) {
  .hero-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
  }
  .hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: translate(-50%, -50%) scale(1.04);
  }
  .hero-video.loaded {
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (max-width: 960px) {
  .hero-content {
    grid-template-columns: 1fr;
    padding: 120px 24px 70px;
  }
  .hero .hero-content { padding-top: 140px; }
  .hero-right { display: none; }
  .hero-title { font-size: 2.6rem; }
}

/* Mobilde hero video tam ekran sığdırma - viewport'a tam oturması için */
@media (max-width: 768px) {
  .hero {
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
  }
  .hero-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
  }
  .hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    object-fit: cover;
    object-position: center center;
    transform: translate(-50%, -50%);
  }
  .hero-video.loaded {
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (max-width: 640px) {
  .hero-content { padding: 110px 16px 42px; }
  /* Hero ile Process arası boşluk azalt */
  .hero + #prozess { padding-top: 0 !important; }
  .hero .hero-content { padding-top: 135px; }
  .hero-title { font-size: 2rem; }
  .hero-subtitle { font-size: 0.95rem; }
  .hero-actions { flex-direction: row; flex-wrap: wrap; gap: 8px; }
  .hero-actions .btn {
    width: auto;
    flex: 1;
    min-width: 0;
    padding: 10px 16px;
    font-size: 0.8rem;
    justify-content: center;
  }
  .hero-trust {
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: space-between;
  }
  .hero-trust-item { flex: 1 1 0; min-width: 0; }
  .trust-divider { display: none; }
  .hero-eyebrow-text { font-size: 0.65rem; letter-spacing: 0.15em; }
  .hero-flag { width: 18px; height: 14px; }
  .stat-number { font-size: 2.2rem; }
  .contact-form-wrap { padding: 28px 20px; }
}

@media (max-width: 400px) {
  .hero-title { font-size: 1.75rem; }
  .stat-number { font-size: 1.9rem; }
  .hero-actions .btn { padding: 8px 12px; font-size: 0.75rem; }
}

/* ===================================================
   COOKIE-BANNER & DATENSCHUTZ-EINSTELLUNGEN
   =================================================== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 20px 24px;
  background: linear-gradient(180deg, rgba(10,22,40,0.98) 0%, rgba(10,22,40,0.99) 100%);
  border-top: 1px solid rgba(201,168,76,0.3);
  box-shadow: 0 -8px 32px rgba(0,0,0,0.25);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.cookie-banner.cookie-banner-hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner-inner { max-width: 1200px; margin: 0 auto; }
.cookie-banner-content { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.cookie-banner-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold-light);
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cookie-banner-text {
  flex: 1;
  min-width: 220px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  margin: 0;
}
.cookie-banner-text a { color: var(--gold-light); text-decoration: underline; }
.cookie-banner-text a:hover { color: var(--gold); }
.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}
.cookie-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}
.cookie-btn-accept {
  background: var(--gold);
  color: var(--navy);
}
.cookie-btn-accept:hover { background: #D4B560; transform: translateY(-1px); }
.cookie-btn-reject {
  background: transparent;
  color: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.4);
}
.cookie-btn-reject:hover { border-color: var(--gold); color: var(--gold); }
.cookie-btn-settings {
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.25);
}
.cookie-btn-settings:hover { background: rgba(255,255,255,0.15); }

/* Cookie-Modal */
.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cookie-modal.cookie-modal-open {
  opacity: 1;
  visibility: visible;
}
.cookie-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10,22,40,0.7);
  cursor: pointer;
}
.cookie-modal-content {
  position: relative;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.35);
  animation: cookieModalIn 0.3s ease;
}
@keyframes cookieModalIn {
  from { opacity: 0; transform: scale(0.96) translateY(-10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
.cookie-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 16px;
  border-bottom: 1px solid var(--border);
}
.cookie-modal-header h2 {
  font-size: 1.2rem;
  color: var(--navy);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cookie-modal-close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: var(--text-light);
  cursor: pointer;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
}
.cookie-modal-close:hover { color: var(--navy); background: var(--gray-100); }
.cookie-modal-body { padding: 24px; }
.cookie-modal-desc {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 20px;
}
.cookie-modal-desc a { color: var(--navy); font-weight: 600; }
.cookie-option {
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.cookie-option:last-of-type { border-bottom: none; }
.cookie-option-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cookie-option-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-weight: 600;
  color: var(--navy);
}
.cookie-option-label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--navy);
  cursor: pointer;
}
.cookie-option-label input:disabled { cursor: not-allowed; opacity: 0.7; }
.cookie-option-badge {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--gold-dark);
  background: rgba(201,168,76,0.15);
  padding: 4px 10px;
  border-radius: 50px;
}
.cookie-option-desc {
  font-size: 0.82rem;
  color: var(--text-light);
  line-height: 1.5;
  margin: 8px 0 0 32px;
}
.cookie-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 24px;
  border-top: 1px solid var(--border);
}
.cookie-btn-outline {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--border);
}
.cookie-btn-outline:hover { border-color: var(--navy); background: var(--gray-50); }
.cookie-btn-primary {
  background: var(--navy);
  color: #fff;
}
.cookie-btn-primary:hover { background: var(--navy-light); }
@media (max-width: 600px) {
  .cookie-banner-content { flex-direction: column; align-items: stretch; }
  .cookie-banner-actions { justify-content: flex-start; }
}

/* ===================================================
   MOBİL BOŞLUKLAR — Azaltılmış padding/gap
   =================================================== */
@media (max-width: 768px) {
  .section { padding: 44px 0; }
  .section-first { padding-top: 150px !important; }
  .section-sm { padding: 36px 0; }
  .leistungen-page, .contact-page, .career-page, .team-page { padding-top: 150px !important; }
  .about-intro.section-first { padding-top: 90px !important; }
  .page-hero { padding: 150px 0 60px !important; }
  .leistungen-page .section-header { margin-bottom: 28px; }
  .leistungen-block { gap: 24px; padding: 28px 0; }
  .leistungen-block .btn { padding-top: 16px; }
  .section-header { margin-bottom: 32px; }
  .section-desc { margin-top: 10px; }
  .container { padding: 0 16px; }
  .about-split { gap: 32px; }
  .about-split .about-features { margin-top: 20px !important; gap: 16px; }
  .about-split .about-feature { padding: 12px 0; }
  .process-grid { gap: 24px; margin-top: 24px; }
  .process-item { padding: 20px; }
  .team-grid { gap: 20px; }
  .team-card .team-info { padding: 18px; }
  .footer-main { padding: 28px 0 20px; }
  .footer-grid { gap: 24px 28px; }
  .contact-form-section { margin-top: 32px; }
  .service-detail-page { padding: 100px 0 48px; }
  .service-detail-layout { gap: 28px; }
  .service-detail-hero { margin-bottom: 24px; }
  .faq-video-section .container { padding: 48px 16px !important; }
  .faq-question { padding: 18px 20px; }
  .hero-content { padding: 100px 16px 36px; }
  /* Hero ile Process arası boşluk azalt */
  .hero + #prozess { padding-top: 0 !important; }
  .hero .hero-content { padding-top: 135px; }
  .hero-subtitle { margin: 18px 0 24px; }
  .hero-trust {
    gap: 8px;
    margin-top: 24px;
    padding-top: 20px;
    margin-bottom: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .hero-trust-item { flex: 1 1 0; min-width: 0; }
  .trust-number { font-size: 1.5rem; }
  .trust-label { font-size: 0.68rem; line-height: 1.2; margin-top: 4px; word-break: break-word; }
  .trust-divider { display: none; }
  .stats-section { padding: 36px 0; }
  .career-page { padding-bottom: 36px !important; }
  .section-about-follow { padding: 32px 0 40px; }
  .section-about-follow .about-split { gap: 32px; }
}

@media (max-width: 480px) {
  .section { padding: 32px 0; }
  .section-first { padding-top: 145px !important; }
  .leistungen-page, .contact-page, .career-page, .team-page { padding-top: 145px !important; }
  .about-intro.section-first { padding-top: 90px !important; }
  .page-hero { padding: 145px 0 48px !important; }
  .leistungen-block { gap: 20px; padding: 20px 0; }
  .section-header { margin-bottom: 24px; }
  .container { padding: 0 14px; }
  .about-split { gap: 24px; }
  .process-grid { gap: 18px; }
  .process-item { padding: 16px; }
  .team-grid { gap: 16px; }
  .footer-main { padding: 24px 0 16px; }
  .footer-grid { gap: 20px; }
  .faq-video-section .container { padding: 36px 14px !important; }
  .faq-question { padding: 14px 16px; }
  .hero-content { padding: 88px 14px 32px; }
  /* Hero ile Process arası boşluk azalt */
  .hero + #prozess { padding-top: 0 !important; }
  .hero .hero-content { padding-top: 125px; }
  .hero-subtitle { margin: 14px 0 20px; }
  .hero-trust {
    margin-top: 20px;
    padding-top: 16px;
    margin-bottom: 0;
    gap: 6px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .hero-trust-item { flex: 1 1 0; min-width: 0; }
  .trust-number { font-size: 1.4rem; }
  .trust-label { font-size: 0.62rem; line-height: 1.2; margin-top: 3px; word-break: break-word; }
  .trust-divider { display: none; }
  .section-header.flex-between .btn { padding: 8px 14px; font-size: 0.78rem; }
}
