/* ═══════════════════════════════════════════════════════════════
   Paylaşılan CTA Bileşenleri — tüm sayfalarda aynı görünür.
   Bu dosya tek başına master kaynak; başka yerlerde tanım yok.
   Bileşenler:
     1) .byo-cta-bar          → "BYönetim'i 14 gün boyunca ücretsiz deneyin"
     2) .support-cta-band     → "Sorunuz mu var? Hemen bizi arayın."
     3) .faq-bottom-cta       → "Hala sorularınız mı var? İletişime Geç"
   ═══════════════════════════════════════════════════════════════ */

/* ── 1) CTA Bar (alt bant — 14 gün ücretsiz dene) ── */
.byo-cta-bar {
  max-width: 1112px;
  margin: 24px auto 0;
  background: #0f172a;
  border-radius: 16px;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.byo-cta-bar--standalone { margin: clamp(2rem, 4vw, 3rem) auto; }
.byo-cta-bar-wrap { background: #ffffff; padding: clamp(1rem, 2.5vw, 2rem) 1.25rem; }
.byo-cta-bar__text { font-size: 18px; font-weight: 600; color: #fff; margin: 0; }
.byo-cta-bar__text span { color: #818cf8; }
.byo-cta-bar__meta { display: flex; align-items: center; gap: 20px; flex: 1; justify-content: center; }
.byo-cta-bar__meta span { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.65); font-size: 14px; }
.byo-cta-bar__meta svg { color: #60a5fa; flex-shrink: 0; }
.byo-cta-bar__btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #1d4ed8, #3b82f6); color: #fff;
  font-weight: 700; font-size: 15px;
  padding: 12px 24px; border-radius: 10px;
  text-decoration: none; white-space: nowrap;
  box-shadow: 0 10px 24px -8px rgba(37, 99, 235, 0.55);
  transition: transform .2s ease, box-shadow .2s ease;
}
.byo-cta-bar__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px -8px rgba(37, 99, 235, 0.7);
  color: #fff;
}
@media (max-width: 640px) {
  .byo-cta-bar {
    position: relative;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 36px 24px 32px;
    gap: 20px;
    border-radius: 20px;
    margin: 16px 0 0;
    overflow: hidden;
  }
  .byo-cta-bar::after,
  .byo-cta-bar::before { content: none; }
  .byo-cta-bar__text { font-size: 22px; line-height: 1.3; font-weight: 700; position: relative; z-index: 1; }
  .byo-cta-bar__meta { display: none; }
  .byo-cta-bar__btn { position: relative; z-index: 1; padding: 14px 32px; font-size: 15px; }
}

/* ── 2) Support CTA Band (Sorunuz mu var? Hemen bizi arayın) ── */
.support-cta-band { padding: 2rem clamp(1rem,4vw,2.5rem) 3rem; box-sizing: border-box; }
.support-cta-band__shell { position: relative; max-width: 1112px; margin: 0 auto; border-radius: 18px; overflow: hidden; background: #e8eaf0; display: flex; }
.support-cta-band__bg { position: absolute; inset: 0; background: url('../medya/sorunuzmuvar-bg.png') center/cover no-repeat; opacity: 0.35; z-index: 0; }
.support-cta-band__scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(232,234,240,0.88) 0%, rgba(232,234,240,0.55) 45%, rgba(232,234,240,0.15) 100%); z-index: 1; }
.support-cta-band__grid { position: relative; z-index: 2; display: flex; align-items: center; gap: 4rem; width: 100%; padding: clamp(2.5rem,4vw,3.5rem) clamp(2rem,4vw,3.5rem); }
.support-cta-band__left { flex: 0 0 auto; min-width: 280px; }
.support-cta-band__head { display: flex; flex-direction: column; margin: 0 0 1.25rem; }
.support-cta-band__head-line { font-size: clamp(14px,1.1vw,16px); color: #374151; font-weight: 400; }
.support-cta-band__head-strong { font-size: clamp(1.4rem,2.5vw,1.9rem); font-weight: 800; color: #0f172a; line-height: 1.15; }
.support-cta-band__actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.support-cta-band__btn { display: inline-flex; align-items: center; gap: 6px; background: #4f46e5; color: #fff; font-size: 14px; font-weight: 600; padding: 10px 22px; border-radius: 8px; text-decoration: none; transition: background .2s; }
.support-cta-band__btn:hover { background: #4338ca; }
.support-cta-band__phone { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #d1d5db; border-radius: 8px; padding: 10px 18px; font-size: 14px; font-weight: 600; color: #111827; text-decoration: none; transition: border-color .2s; }
.support-cta-band__phone:hover { border-color: #4f46e5; color: #4f46e5; }
.support-cta-band__phone-icon svg { stroke: currentColor; }
.support-cta-band__right { flex: 1; display: flex; align-items: center; align-self: stretch; }
.support-cta-band__copy { font-size: clamp(13px,1vw,15px); color: #1f2937; line-height: 1.7; margin: 0 2rem 0 auto; max-width: 480px; text-align: left; }
@media (max-width: 720px){
  .support-cta-band{ padding: 1.5rem .75rem 2.25rem; }
  .support-cta-band__grid{
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
    padding: 1.75rem 1.25rem;
  }
  .support-cta-band__left{ min-width: 0; width: 100%; }
  .support-cta-band__head{ margin-bottom: 1rem; }
  .support-cta-band__head-strong{ font-size: 1.4rem; }
  .support-cta-band__actions{
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
  }
  .support-cta-band__btn,
  .support-cta-band__phone{
    justify-content: center;
    width: 100%;
    padding: 12px 18px;
    min-height: 48px;
  }
  .support-cta-band__right{
    width: 100%;
    align-self: auto;
  }
  .support-cta-band__copy{
    margin: 0;
    max-width: none;
    font-size: 13.5px;
  }
}
@media (max-width: 380px){
  .support-cta-band__grid{ padding: 1.25rem 1rem; }
}

/* ── 3) FAQ Bottom CTA (Hala sorularınız mı var?) ── */
.faq-bottom-cta {
  display: flex; align-items: center; justify-content: space-between;
  background: #0f172a; border-radius: 12px;
  padding: 16px 24px; margin: 2rem 0 0; gap: 16px;
}
.faq-bottom-cta__content { display: flex; align-items: center; gap: 12px; color: #a5b4fc; font-size: 15px; font-weight: 500; }
.faq-bottom-cta__content span { color: #f1f5f9; }
.faq-bottom-cta__btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #4f46e5; color: #fff;
  font-size: 14px; font-weight: 600;
  padding: 10px 20px; border-radius: 8px;
  text-decoration: none; white-space: nowrap; transition: background .2s;
}
.faq-bottom-cta__btn:hover { background: #4338ca; }
@media (max-width: 720px){
  .faq-bottom-cta{
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    gap: 14px;
  }
  .faq-bottom-cta__content{
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  .faq-bottom-cta__content i{
    flex-shrink: 0;
    margin-top: 2px;
  }
  .faq-bottom-cta__content span{
    flex: 1;
  }
  .faq-bottom-cta__btn{
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
  }
}
