/* Omni-confirm arama hub — tek giriş + VIN onay kartı */

.shop-hero-hub--omni {
  gap: 0.85rem;
}

.shop-hero-hub--omni .shop-hero-hub__layout {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.shop-omni-chrome {
  text-align: center;
  margin: 0 0 0.15rem;
}

.shop-omni-chrome__slogan {
  margin: 0;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.shop-omni-chrome__hint {
  margin: 0.35rem 0 0;
}

.shop-omni-chrome__help {
  border: 0;
  background: transparent;
  color: #2563eb;
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  padding: 0;
}

.shop-omni-chrome__help:hover {
  color: #1d4ed8;
}

.shop-hero-hub--omni .shop-hero-hub__search-row {
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.shop-hero-hub--omni .shop-hero-hub__btn {
  min-width: 7.5rem;
  font-weight: 700;
}

.shop-hero-hub--omni .shop-hero-hub__btn.is-loading {
  opacity: 0.85;
}

.shop-omni-manual {
  border: 1px solid rgba(148, 163, 184, 0.45);
  border-radius: 14px;
  background: #f8fafc;
  padding: 0.15rem 0.75rem 0.75rem;
}

.shop-omni-manual__summary {
  cursor: pointer;
  list-style: none;
  padding: 0.7rem 0.15rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #334155;
}

.shop-omni-manual__summary::-webkit-details-marker {
  display: none;
}

.shop-omni-manual[open] .shop-omni-manual__summary {
  color: #0f172a;
  border-bottom: 1px dashed rgba(148, 163, 184, 0.5);
  margin-bottom: 0.65rem;
}

.shop-omni-confirm {
  margin-top: 0.25rem;
}

.shop-omni-confirm__card {
  border: 1px solid rgba(37, 99, 235, 0.28);
  border-radius: 16px;
  background: linear-gradient(180deg, #eff6ff 0%, #fff 70%);
  padding: 1rem 1.1rem 1.05rem;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.08);
}

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

.shop-omni-confirm__q {
  margin: 0.35rem 0 0.2rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}

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

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

.shop-omni-confirm__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.9rem;
}

.shop-omni-confirm__yes,
.shop-omni-confirm__no {
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

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

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

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

.shop-omni-confirm__no:hover {
  background: #f8fafc;
}

.shop-omni-help {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.shop-omni-help[hidden] {
  display: none !important;
}

.shop-omni-help__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(15, 23, 42, 0.45);
  cursor: pointer;
}

.shop-omni-help__panel {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  border-radius: 16px;
  background: #fff;
  padding: 1.25rem 1.35rem 1.2rem;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.2);
}

.shop-omni-help__close {
  position: absolute;
  top: 0.55rem;
  right: 0.7rem;
  border: 0;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1;
  color: #64748b;
  cursor: pointer;
}

.shop-omni-help__panel h3 {
  margin: 0 1.5rem 0.75rem 0;
  font-size: 1.05rem;
}

.shop-omni-help__panel ul {
  margin: 0;
  padding-left: 1.1rem;
  color: #334155;
  line-height: 1.55;
}

.shop-omni-help__panel p {
  margin: 0.85rem 0 0;
  color: #64748b;
  font-size: 0.9rem;
}

.shop-omni-help__panel code {
  font-size: 0.84rem;
  background: #f1f5f9;
  padding: 0.1rem 0.35rem;
  border-radius: 6px;
}

@media (max-width: 720px) {
  .shop-omni-confirm__actions {
    flex-direction: column;
  }

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