/* ══════════════════════════════════════════════════
   KAPANIŞ CTA — Footer üstü
══════════════════════════════════════════════════ */

.cta-closing {
  position: relative;
  background: #080808;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: clamp(72px, 9vw, 128px) clamp(24px, 5vw, 80px) clamp(80px, 10vw, 140px);
  text-align: center;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-closing::before,
.cta-closing::after {
  display: none;
}

.cta-inner {
  position: relative; z-index: 1;
  margin: 0 auto;
  display: flex; flex-direction: column; align-items: center;
  gap: 0;
}

/* ── Kicker ── */
.cta-kicker { display: none; }

/* ── Headline ── */
.cta-headline {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(40px, 6.5vw, 96px);
  line-height: 1.0;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 clamp(14px, 2vh, 24px);
}

/* ── Sub ── */
.cta-sub {
  font-family: 'Barlow', sans-serif;
  font-size: clamp(13px, 1.1vw, 17px);
  font-weight: 400; line-height: 1.65;
  color: rgba(255,255,255,0.44);
  max-width: 44ch; text-align: center;
  margin: 0 auto clamp(32px, 4vh, 48px);
}

/* ── Actions ── */
.cta-actions {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 28px);
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
}

.cta-btn-primary {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #fff; text-decoration: none;
  padding: 16px 34px;
  border: 1px solid #E85D1F;
  background: #E85D1F;
  transition: background 0.22s ease, border-color 0.22s ease;
}

.cta-btn-primary:hover {
  background: #FF6B2B;
  border-color: #FF6B2B;
}

.cta-btn-secondary {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #fff; text-decoration: none;
  padding: 16px 34px;
  border: 1px solid rgba(255,255,255,0.80);
  background: transparent;
  transition: background 0.22s ease, color 0.22s ease;
}

.cta-btn-secondary:hover {
  background: #fff;
  color: #080808;
}

.cta-headline .cta-peak { color: #E85D1F; }

.cta-btn-arr {
  display: inline-block;
}

.cta-footer-bridge {
  position: absolute;
  bottom: 0; left: clamp(24px, 5vw, 80px); right: clamp(24px, 5vw, 80px);
  height: 1px;
  background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.04) 20%, rgba(255,255,255,0.04) 80%, transparent 100%);
  z-index: 1;
}

@media (max-width: 1024px) {
  .cta-headline em { height: 1em; }
  .cta-logo-line { min-width: 0; }
  .cta-logo { height: 1.5625em; }
  .cta-logo-clip { margin-right: -0.46em; }
  .cta-logo-suffix { font-size: 1em; }
  .cta-actions { flex-direction: column; gap: 12px; }
  .cta-btn-primary, .cta-btn-secondary { width: min(100%, 280px); }
}

@media (prefers-reduced-motion: reduce) {
  .cta-btn-primary, .cta-btn-secondary, .cta-btn-arr { transition: none !important; }
}

/* === mobil-rotus (auto) === */
@media (max-width: 1024px) {
  /* Kapaniş CTA: 100vh boşluğu kaldir */
  .cta-closing { min-height: auto; padding-top: 76px; padding-bottom: 88px; }
}
