/* Sahne Arama — tek kutu, belirgin üst kart, çerçeve kayması yok */

.shop-mp-hero--spotlight {
  position: relative;
  isolation: isolate;
}

.shop-mp-hero--spotlight::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: auto;
  width: 100vw;
  height: min(340px, 52vw);
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 280px at 18% -20%, rgba(56, 189, 248, 0.2), transparent 60%),
    radial-gradient(700px 240px at 85% 0%, rgba(251, 146, 60, 0.16), transparent 55%),
    linear-gradient(180deg, #0b1220 0%, #111827 55%, transparent 100%);
}

.shop-mp-hero--spotlight > .shop-mp-container {
  position: relative;
  z-index: 1;
}

.shop-spotlight-intro {
  display: none !important;
}

.shop-hero-hub--spotlight {
  position: relative;
  margin: 0 auto 1.5rem;
  max-width: 860px;
  padding: 1.15rem 1.15rem 1rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow:
    0 32px 64px rgba(2, 6, 23, 0.38),
    0 14px 28px rgba(2, 6, 23, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

:where([data-theme="dark"]) .shop-hero-hub--spotlight {
  background: #0f172a;
  border-color: rgba(51, 65, 85, 0.9);
  box-shadow:
    0 32px 64px rgba(0, 0, 0, 0.55),
    0 14px 28px rgba(0, 0, 0, 0.35);
}

.shop-hero-hub--spotlight .shop-hero-hub__layout {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

/* Tek arama — şase satırı ve araç filtresi varsayılan gizli */
.shop-hero-hub--spotlight .shop-vf__chassis-row,
.shop-hero-hub--spotlight #shop-vehicle-filter {
  display: none !important;
}

.shop-hero-hub--spotlight.is-manual-open #shop-vehicle-filter {
  display: block !important;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px dashed #e2e8f0;
}

.shop-hero-hub--spotlight .shop-vf__apply-label {
  display: none !important;
}

.shop-hero-hub--spotlight .shop-vf__apply--stacked {
  position: relative;
  gap: 0;
}

.shop-hero-hub--spotlight .shop-vf__apply--stacked .shop-vf__apply-icon {
  width: 1.55rem;
  height: 1.55rem;
  stroke-width: 2.4;
}

.shop-hero-hub--spotlight .shop-vf__apply--stacked::after {
  content: "Bul";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.45rem);
  transform: translateX(-50%) translateY(0.2rem);
  padding: 0.32rem 0.58rem;
  border-radius: 0.4rem;
  background: #0f172a;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.22);
  transition: opacity 0.14s ease, transform 0.14s ease;
  z-index: 30;
}

.shop-hero-hub--spotlight .shop-vf__apply--stacked::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.22rem);
  transform: translateX(-50%) translateY(0.2rem);
  border: 5px solid transparent;
  border-top-color: #0f172a;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.14s ease, transform 0.14s ease;
  z-index: 30;
}

.shop-hero-hub--spotlight .shop-vf__apply--stacked:hover::after,
.shop-hero-hub--spotlight .shop-vf__apply--stacked:focus-visible::after,
.shop-hero-hub--spotlight .shop-vf__apply--stacked:hover::before,
.shop-hero-hub--spotlight .shop-vf__apply--stacked:focus-visible::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.shop-hero-hub--spotlight.is-manual-open .shop-vf__chassis-row {
  display: none !important;
}

.shop-hero-hub--spotlight .shop-hero-hub__search-row {
  width: 100%;
  margin: 0;
  box-shadow: none;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
}

.shop-hero-hub--spotlight .shop-hero-hub__input-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.shop-hero-hub--spotlight .shop-hero-hub__input-wrap input {
  font-size: 1.02rem;
}

.shop-hero-hub--spotlight .shop-hero-hub__btn {
  flex: 0 0 auto;
  min-width: 8.5rem;
  font-weight: 800;
  border-radius: 12px;
}

.shop-spotlight-manual {
  margin-top: 0.75rem;
  text-align: center;
}

.shop-spotlight-manual__toggle {
  border: 0;
  background: transparent;
  color: #64748b;
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  padding: 0.25rem 0.4rem;
}

.shop-spotlight-manual__toggle:hover {
  color: #0f172a;
}

.shop-spotlight-confirm {
  margin-top: 0.85rem;
}

.shop-spotlight-confirm__card {
  border: 1px solid rgba(37, 99, 235, 0.25);
  border-radius: 14px;
  background: linear-gradient(180deg, #eff6ff 0%, #fff 75%);
  padding: 0.95rem 1rem;
}

.shop-spotlight-confirm__eyebrow {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2563eb;
}

.shop-spotlight-confirm__q {
  margin: 0.3rem 0 0.15rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: #0f172a;
}

.shop-spotlight-confirm__vehicle {
  margin: 0;
  font-weight: 600;
  color: #1e293b;
}

.shop-spotlight-confirm__vin {
  margin: 0.2rem 0 0;
  font-size: 0.8rem;
  color: #64748b;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.shop-spotlight-confirm__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.8rem;
}

.shop-spotlight-confirm__yes,
.shop-spotlight-confirm__no {
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.5rem 0.95rem;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
}

.shop-spotlight-confirm__yes {
  background: #2563eb;
  color: #fff;
}

.shop-spotlight-confirm__yes:hover {
  background: #1d4ed8;
}

.shop-spotlight-confirm__no {
  background: #fff;
  border-color: #cbd5e1;
  color: #334155;
}

.shop-mp-hero--spotlight #shop-homepage-default-zone {
  margin-top: 0.5rem;
}

.shop-mp-hero--spotlight #shop-homepage-default-zone .shop-mp-hero__copy h1 {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

@media (max-width: 720px) {
  .shop-hero-hub--spotlight {
    padding: 0.9rem;
    border-radius: 16px;
    margin-bottom: 1.15rem;
  }

  .shop-spotlight-confirm__actions {
    flex-direction: column;
  }

  .shop-spotlight-confirm__yes,
  .shop-spotlight-confirm__no {
    width: 100%;
  }
}
