/* ------------------------------------------------------------------
   Hero pill CTA — "Boş Avtomobillərə baxın"
   (Soldaki mavi arama formu ile aynı container / sol hiza)
   ------------------------------------------------------------------ */

@media (min-width: 992px) {
  .hero-wrap .slider-text > .row {
    justify-content: flex-start !important;
  }
}

.hero-wrap .slider-text .col-lg-8 > .text {
  padding-bottom: clamp(2.5rem, 10vh, 6.5rem);
}

/* Sarmalayıcı: mobilde orta, lg+ solda (request-form kolonu ile hizalı) */
.hero-cta-pill-wrap {
  margin-top: 1.75rem;
}

@media (min-width: 992px) {
  .hero-cta-pill-wrap {
    margin-top: 2.25rem;
    margin-bottom: 0.5rem;
  }
}

/* Uzun pill buton — lacivert ton + site mavisi nüansı */
.hero-cta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-width: min(100%, 20rem);
  padding: 0.95rem 2.35rem 0.95rem 2.15rem;
  border-radius: 9999px;
  text-decoration: none;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff !important;
  background: linear-gradient(
    165deg,
    #6ff0a9 0%,
    #26a04f 38%,
    #1a8022 72%,
    #159249 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 10px 36px rgba(0, 0, 0, 0.35),
    0 2px 12px rgba(16, 137, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.25s ease;
}

.hero-cta-pill__label {
  color: inherit;
  line-height: 1.25;
  text-align: center;
}

/* Sağdaki minimalist ok (Ionicons — projede yüklü) */
.hero-cta-pill__chevron {
  flex-shrink: 0;
  font-size: 1.15rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.92);
  display: inline-block;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-cta-pill:hover,
.hero-cta-pill:focus-visible {
  transform: scale(1.045);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    0 16px 44px rgba(0, 0, 0, 0.4),
    0 4px 16px rgba(16, 137, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-cta-pill:hover .hero-cta-pill__chevron,
.hero-cta-pill:focus-visible .hero-cta-pill__chevron {
  transform: translateX(5px);
}

.hero-cta-pill:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.9),
    0 0 0 5px rgba(16, 137, 255, 0.45),
    0 16px 44px rgba(0, 0, 0, 0.35);
}

.hero-cta-pill:focus:not(:focus-visible) {
  box-shadow:
    0 10px 36px rgba(0, 0, 0, 0.35),
    0 2px 12px rgba(16, 137, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

@media (max-width: 575.98px) {
  .hero-cta-pill {
    width: 100%;
    max-width: 22rem;
    padding-left: 1.5rem;
    padding-right: 1.65rem;
    font-size: 0.92rem;
  }
}
