/* Yumuşak Şerit — açık, ince, dengeli (pulse-rail) */

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap");

.shop-mp-hero--pulse {
  position: relative;
  isolation: isolate;
  --strip-ink: #0f172a;
  --strip-muted: #64748b;
  --strip-line: #e2e8f0;
  --strip-soft: #f1f5f9;
  --strip-accent: #0f766e;
  --strip-accent-soft: #ccfbf1;
  --strip-vin: #0369a1;
}

.shop-mp-hero--pulse::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: min(280px, 42vw);
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #e8eef5 0%, #f5f7fa 65%, transparent 100%);
}

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

.shop-pulse-shell {
  margin: 0.15rem auto 1.25rem;
  max-width: 680px;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.shop-pulse-shell__card {
  background: #fff;
  border: 1px solid var(--strip-line);
  border-radius: 16px;
  padding: 1rem 1.1rem 1.05rem;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 12px 28px rgba(15, 23, 42, 0.07);
}

.shop-pulse-shell__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 0.75rem;
  margin: 0 0 0.75rem;
}

.shop-pulse-shell__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--strip-ink);
  line-height: 1.25;
}

.shop-pulse-shell__hint {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--strip-muted);
  transition: color 0.2s ease;
}

.shop-pulse-shell[data-mode="oem"] .shop-pulse-shell__hint {
  color: var(--strip-accent);
}

.shop-pulse-shell[data-mode="vin"] .shop-pulse-shell__hint {
  color: var(--strip-vin);
}

.shop-hero-hub--pulse {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  max-width: none;
}

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

.shop-hero-hub--pulse .shop-vf__chassis-row {
  display: none !important;
}

.shop-hero-hub--pulse .shop-hero-hub__search-row {
  display: flex;
  gap: 0.4rem;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0.25rem;
  border-radius: 12px;
  border: 1.5px solid #cbd5e1;
  background: var(--strip-soft);
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.shop-hero-hub--pulse .shop-hero-hub__search-row:focus-within {
  border-color: var(--strip-accent);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
}

.shop-hero-hub--pulse .shop-hero-hub__input-wrap {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
}

.shop-hero-hub--pulse .shop-hero-hub__input-wrap input,
.shop-hero-hub--pulse #shop-hero-search-input {
  height: 2.45rem;
  border: none;
  background: transparent;
  color: var(--strip-ink);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 550;
  outline: none;
  box-shadow: none;
  width: 100%;
}

.shop-hero-hub--pulse #shop-hero-search-input::placeholder {
  color: #94a3b8;
  font-weight: 500;
}

.shop-hero-hub--pulse .shop-hero-hub__icon {
  color: #64748b;
  width: 1.05rem;
  height: 1.05rem;
}

.shop-hero-hub--pulse .shop-hero-hub__btn {
  flex: 0 0 auto;
  min-width: 5.25rem;
  height: 2.45rem;
  padding: 0 1rem;
  border: none;
  border-radius: 10px;
  background: var(--strip-accent);
  color: #f0fdfa;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.15s ease;
}

.shop-hero-hub--pulse .shop-hero-hub__btn:hover {
  background: #0d9488;
  filter: none;
  transform: none;
}

/* Filtre şeridi — aynı kartın devamı */
.shop-hero-hub--pulse #shop-vehicle-filter,
.shop-hero-hub--pulse.is-manual-open #shop-vehicle-filter {
  display: block !important;
  margin: 0.75rem 0 0;
  padding: 0.75rem 0 0;
  border: none;
  border-top: 1px solid var(--strip-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.shop-hero-hub--pulse .shop-vf__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 5.5rem;
  gap: 0.45rem;
  align-items: stretch;
}

.shop-hero-hub--pulse .shop-vf__filters-row {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem;
  min-width: 0;
}

.shop-hero-hub--pulse .shop-vf__trigger--inline {
  width: 100%;
  min-height: 2.65rem;
  padding: 0.45rem 0.55rem !important;
  border-radius: 10px !important;
  border: 1.5px solid #cbd5e1 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--strip-ink) !important;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.shop-hero-hub--pulse .shop-vf__col--brand .shop-vf__trigger--inline,
.shop-hero-hub--pulse .shop-vf__col--model .shop-vf__trigger--inline,
.shop-hero-hub--pulse .shop-vf__col--engine .shop-vf__trigger--inline {
  background: #fff !important;
}

.shop-hero-hub--pulse .shop-vf__trigger--inline:hover:not(:disabled) {
  border-color: #94a3b8 !important;
  background: var(--strip-soft) !important;
  transform: none;
}

.shop-hero-hub--pulse .shop-vf__trigger--inline[aria-expanded="true"],
.shop-hero-hub--pulse .shop-vf__trigger--inline.is-active {
  border-color: var(--strip-accent) !important;
  background: var(--strip-accent-soft) !important;
  box-shadow: 0 0 0 2px rgba(15, 118, 110, 0.12) !important;
}

.shop-hero-hub--pulse .shop-vf__field-icon {
  width: 1.05rem;
  height: 1.05rem;
  color: var(--strip-accent) !important;
  opacity: 1 !important;
}

.shop-hero-hub--pulse .shop-vf__trigger--inline .shop-vf__val,
.shop-hero-hub--pulse .shop-vf__col--brand .shop-vf__trigger--inline .shop-vf__val,
.shop-hero-hub--pulse .shop-vf__col--model .shop-vf__trigger--inline .shop-vf__val,
.shop-hero-hub--pulse .shop-vf__col--engine .shop-vf__trigger--inline .shop-vf__val {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 0.78rem !important;
  font-weight: 750 !important;
  letter-spacing: 0.03em;
  color: var(--strip-ink) !important;
}

.shop-hero-hub--pulse .shop-vf__trigger--inline.is-active .shop-vf__val {
  color: var(--strip-accent) !important;
}

.shop-hero-hub--pulse .shop-vf__chev {
  color: #94a3b8 !important;
  width: 0.85rem;
  height: 0.85rem;
}

.shop-hero-hub--pulse .shop-vf__apply--stacked {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  min-width: 0;
  min-height: 2.65rem;
  height: auto;
  align-self: stretch;
  border-radius: 10px !important;
  border: none !important;
  padding: 0.35rem 0.2rem !important;
  background: var(--strip-ink) !important;
  color: #fff !important;
  box-shadow: none !important;
  opacity: 1;
}

.shop-hero-hub--pulse .shop-vf__apply--stacked:disabled {
  opacity: 0.35 !important;
  background: #94a3b8 !important;
  color: #fff !important;
  cursor: not-allowed;
}

.shop-hero-hub--pulse .shop-vf__apply--stacked:not(:disabled):hover {
  background: #1e293b !important;
  transform: none;
  filter: none;
}

.shop-hero-hub--pulse .shop-vf__apply--stacked .shop-vf__apply-icon {
  width: 1.1rem;
  height: 1.1rem;
}

.shop-hero-hub--pulse .shop-vf__apply-label {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 0.62rem !important;
  letter-spacing: 0.06em;
  color: inherit !important;
}

.shop-hero-hub--pulse .shop-vf__panel--inline {
  border-radius: 10px;
  border: 1px solid var(--strip-line);
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.shop-pulse-confirm {
  margin-top: 0.7rem;
}

.shop-pulse-confirm__card {
  border-radius: 12px;
  padding: 0.85rem 0.95rem;
  border: 1px solid #99f6e4;
  background: #f0fdfa;
}

.shop-pulse-confirm__q {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--strip-ink);
}

.shop-pulse-confirm__vehicle {
  margin: 0.3rem 0 0;
  font-size: 0.9rem;
  font-weight: 650;
  color: #334155;
}

.shop-pulse-confirm__vin {
  margin: 0.15rem 0 0;
  font-size: 0.74rem;
  font-family: ui-monospace, monospace;
  color: var(--strip-muted);
}

.shop-pulse-confirm__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.7rem;
}

.shop-pulse-confirm__yes {
  border: none;
  border-radius: 9px;
  padding: 0.48rem 0.85rem;
  background: var(--strip-accent);
  color: #fff;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
}

.shop-pulse-confirm__no {
  border: 1px solid var(--strip-line);
  border-radius: 9px;
  padding: 0.48rem 0.85rem;
  background: #fff;
  color: #475569;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 650;
  font-size: 0.82rem;
  cursor: pointer;
}

:where([data-theme="dark"]) .shop-mp-hero--pulse {
  --strip-ink: #f1f5f9;
  --strip-muted: #94a3b8;
  --strip-line: #334155;
  --strip-soft: #1e293b;
  --strip-accent: #2dd4bf;
  --strip-accent-soft: rgba(45, 212, 191, 0.12);
  --strip-vin: #7dd3fc;
}

:where([data-theme="dark"]) .shop-mp-hero--pulse::before {
  background: linear-gradient(180deg, #0f172a 0%, #111827 65%, transparent 100%);
}

:where([data-theme="dark"]) .shop-pulse-shell__card {
  background: #1e293b;
  border-color: #334155;
}

:where([data-theme="dark"]) .shop-hero-hub--pulse .shop-hero-hub__search-row,
:where([data-theme="dark"]) .shop-hero-hub--pulse .shop-vf__trigger--inline {
  background: #0f172a !important;
  border-color: #475569 !important;
  color: #f1f5f9 !important;
}

:where([data-theme="dark"]) .shop-hero-hub--pulse .shop-hero-hub__btn {
  background: #2dd4bf;
  color: #042f2e;
}

:where([data-theme="dark"]) .shop-hero-hub--pulse .shop-vf__apply--stacked {
  background: #f1f5f9 !important;
  color: #0f172a !important;
}

:where([data-theme="dark"]) .shop-pulse-confirm__card {
  background: #134e4a;
  border-color: #2dd4bf;
}

:where([data-theme="dark"]) .shop-pulse-confirm__q,
:where([data-theme="dark"]) .shop-pulse-confirm__vehicle {
  color: #f0fdfa;
}

@media (max-width: 560px) {
  .shop-pulse-shell__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-hero-hub--pulse .shop-hero-hub__search-row {
    flex-direction: column;
  }

  .shop-hero-hub--pulse .shop-hero-hub__btn {
    width: 100%;
  }

  .shop-hero-hub--pulse .shop-vf__layout {
    grid-template-columns: 1fr;
  }

  .shop-hero-hub--pulse .shop-vf__filters-row {
    grid-template-columns: 1fr;
  }

  .shop-hero-hub--pulse .shop-vf__apply--stacked {
    grid-column: 1;
    grid-row: 2;
    flex-direction: row;
    gap: 0.35rem;
    min-height: 2.5rem;
  }
}
