/* —— Esnaf vitrin (alt web sitesi) — ana site mkt-hero kalitesinde —— */
/* Ana site (.mkt-*, .platform-site) stillerine dokunulmaz. */

.store-mkt-hero {
  position: relative;
  padding: 0;
  min-height: 520px;
  overflow: hidden;
  color: #0f172a;
}

.store-mkt-hero-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: 72% center;
  background-color: #0f172a;
}

.store-mkt-hero-photo:not([style*="background-image"]) {
  background-image: linear-gradient(135deg, #0f172a 0%, color-mix(in srgb, var(--brand) 55%, #0f172a) 50%, #1e293b 100%);
}

.hero--store-classic .store-mkt-hero-photo:not([style*="background-image"]) {
  background-image: linear-gradient(135deg, #0f172a 0%, #334155 55%, #0f172a 100%);
}

.hero--store-light .store-mkt-hero-photo:not([style*="background-image"]) {
  background-image: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #cbd5e1 100%);
}

.hero--store-premium-dark .store-mkt-hero-photo:not([style*="background-image"]) {
  background-image: linear-gradient(135deg, #020617 0%, color-mix(in srgb, var(--brand) 40%, #0f172a) 45%, #1e1b4b 100%);
}

.hero--store-showroom .store-mkt-hero-photo:not([style*="background-image"]) {
  background-image: linear-gradient(125deg, #1e293b 0%, color-mix(in srgb, var(--brand) 35%, #334155) 50%, #0f172a 100%);
}

.hero--store-minimal .store-mkt-hero-photo:not([style*="background-image"]) {
  background-image: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
}

.store-mkt-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    95deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.94) 40%,
    rgba(248, 250, 252, 0.78) 58%,
    rgba(15, 23, 42, 0.35) 100%
  );
}

.hero--store-classic .store-mkt-hero-overlay,
.hero--store-premium-dark .store-mkt-hero-overlay,
.hero--store-showroom .store-mkt-hero-overlay {
  background: linear-gradient(
    95deg,
    rgba(15, 23, 42, 0.92) 0%,
    rgba(15, 23, 42, 0.78) 42%,
    rgba(15, 23, 42, 0.45) 65%,
    rgba(15, 23, 42, 0.2) 100%
  );
}

.hero--store-light .store-mkt-hero-overlay,
.hero--store-minimal .store-mkt-hero-overlay {
  background: linear-gradient(
    95deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.5) 100%
  );
}

.store-mkt-hero-watermark {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: min(140px, 18vw);
  height: auto;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}

.store-mkt-hero-banner {
  position: relative;
  z-index: 1;
  padding: 56px 0 64px;
}

.store-mkt-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 62%);
  align-items: center;
  min-height: 400px;
}

.store-mkt-hero-main { max-width: 720px; }

.store-mkt-hero-logo {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  object-fit: contain;
  margin-bottom: 14px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 10px;
}
.store-mkt-hero-logo--wordmark {
  width: auto;
  max-width: min(220px, 55vw);
  height: auto;
  max-height: 56px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 16px;
}

.store-mkt-hero-kicker {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--brand, #004785);
  margin: 0 0 8px;
}

.store-mkt-hero h1 {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  line-height: 1.15;
  color: #0f172a;
}

.store-mkt-hero-lead {
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.55;
  color: #475569;
  max-width: 52ch;
  margin: 0 0 14px;
}

.store-mkt-hero-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #334155;
  margin: 0 0 16px;
  letter-spacing: 0.01em;
}
.store-mkt-hero-location svg {
  flex-shrink: 0;
  color: var(--brand, #003d7a);
}

.store-mkt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

.store-mkt-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.store-mkt-hero-cta--listings {
  border-color: var(--brand, #004785);
  color: var(--brand, #004785);
}

.store-mkt-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}

.hero--store-classic .store-mkt-hero,
.hero--store-premium-dark .store-mkt-hero,
.hero--store-showroom .store-mkt-hero {
  color: #fff;
}

.hero--store-classic .store-mkt-hero h1,
.hero--store-premium-dark .store-mkt-hero h1,
.hero--store-showroom .store-mkt-hero h1 {
  color: #fff;
}

.hero--store-classic .store-mkt-hero-lead,
.hero--store-premium-dark .store-mkt-hero-lead,
.hero--store-showroom .store-mkt-hero-lead {
  color: rgba(255, 255, 255, 0.88);
}

.hero--store-classic .store-mkt-hero-kicker,
.hero--store-premium-dark .store-mkt-hero-kicker,
.hero--store-showroom .store-mkt-hero-kicker {
  color: color-mix(in srgb, var(--brand) 70%, #fff);
}

.hero--store-classic .store-mkt-trust-row,
.hero--store-premium-dark .store-mkt-trust-row,
.hero--store-showroom .store-mkt-trust-row {
  color: rgba(255, 255, 255, 0.75);
}

.hero--store-classic .store-mkt-hero-cta--listings,
.hero--store-premium-dark .store-mkt-hero-cta--listings,
.hero--store-showroom .store-mkt-hero-cta--listings {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.store-value-band {
  padding: 28px 0 8px;
  background: #fff;
}

.store-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.store-value-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.store-value-card h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 8px 0 6px;
  color: #0f172a;
}

.store-value-card p {
  font-size: 13px;
  line-height: 1.5;
  color: #64748b;
  margin: 0;
}

.store-value-card a {
  color: var(--brand, #004785);
  font-weight: 600;
  text-decoration: none;
}

.store-value-card--featured {
  border-color: color-mix(in srgb, var(--brand) 25%, #e2e8f0);
  background: linear-gradient(145deg, #fff 0%, color-mix(in srgb, var(--brand) 6%, #fff) 100%);
}

.store-value-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--brand, #004785);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}

.store-value-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--brand) 12%, #fff);
  color: var(--brand, #004785);
  font-weight: 700;
  font-size: 14px;
}

.design-preview .store-mkt-hero {
  min-height: 220px;
}

.design-preview .store-mkt-hero-banner {
  padding: 24px 16px 28px;
}

.design-preview .store-mkt-hero-layout {
  min-height: 160px;
}

.design-preview .store-mkt-hero h1 {
  font-size: 20px;
}

.design-preview .store-mkt-hero-lead {
  font-size: 13px;
}

.panel-template-card-hero.hero--store-photo,
.panel-template-card-hero.hero--store-classic,
.panel-template-card-hero.hero--store-light,
.panel-template-card-hero.hero--store-premium-dark,
.panel-template-card-hero.hero--store-showroom,
.panel-template-card-hero.hero--store-minimal {
  min-height: 48px;
  border-radius: 8px 8px 0 0;
}

.panel-template-card-hero.hero--store-photo {
  background: linear-gradient(135deg, #e2e8f0, color-mix(in srgb, var(--brand) 40%, #94a3b8));
}

.panel-template-card-hero.hero--store-classic {
  background: linear-gradient(135deg, #0f172a, #334155);
}

.panel-template-card-hero.hero--store-light {
  background: linear-gradient(135deg, #fff, #e2e8f0);
}

.panel-template-card-hero.hero--store-premium-dark {
  background: linear-gradient(135deg, #020617, color-mix(in srgb, var(--brand) 50%, #1e1b4b));
}

.panel-template-card-hero.hero--store-showroom {
  background: linear-gradient(135deg, #1e293b, color-mix(in srgb, var(--brand) 45%, #0f172a));
}

.panel-template-card-hero.hero--store-minimal {
  background: linear-gradient(180deg, #fff, #f1f5f9);
}

@media (max-width: 900px) {
  .store-value-grid { grid-template-columns: repeat(2, 1fr); }
  .store-value-card--featured { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .store-mkt-hero { min-height: 0; }
  .store-mkt-hero-layout { min-height: 0; grid-template-columns: 1fr; }
  .store-mkt-hero-banner { padding: 32px 0 40px; }
  .store-mkt-hero-watermark { display: none; }
  .store-mkt-hero-overlay {
    background: linear-gradient(180deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.88) 100%);
  }
  .hero--store-classic .store-mkt-hero-overlay,
  .hero--store-premium-dark .store-mkt-hero-overlay,
  .hero--store-showroom .store-mkt-hero-overlay {
    background: linear-gradient(180deg, rgba(15,23,42,.92) 0%, rgba(15,23,42,.75) 100%);
  }
  .store-value-grid { grid-template-columns: 1fr; }
}

/* Fiat ticari / Ducato vitrin */
.store-tpl--pro-fiat-commercial .store-mkt-hero-photo {
  background-position: 70% center;
}

.store-brand--fiat .store-mkt-hero-photo,
.store-brand--ducato .store-mkt-hero-photo {
  background-position: 72% center;
}

.store-tpl--pro-fiat-commercial .store-mkt-hero-overlay,
.store-brand--fiat.hero--store-showroom .store-mkt-hero-overlay,
.store-brand--ducato.hero--store-showroom .store-mkt-hero-overlay {
  background: linear-gradient(
    105deg,
    rgba(0, 35, 75, 0.72) 0%,
    rgba(0, 35, 75, 0.4) 36%,
    rgba(15, 23, 42, 0.14) 56%,
    rgba(15, 23, 42, 0.04) 100%
  );
}

.store-tpl--pro-fiat-commercial .store-mkt-hero,
.store-brand--fiat.hero--store-showroom .store-mkt-hero,
.store-brand--ducato.hero--store-showroom .store-mkt-hero {
  color: #fff;
}

.store-tpl--pro-fiat-commercial .store-mkt-hero h1,
.store-brand--fiat.hero--store-showroom .store-mkt-hero h1,
.store-brand--ducato.hero--store-showroom .store-mkt-hero h1 {
  color: #fff;
}

.store-tpl--pro-fiat-commercial .store-mkt-hero-kicker {
  color: rgba(255, 255, 255, 0.75);
}

.store-tpl--pro-fiat-commercial .store-value-card {
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--brand) 18%, #e2e8f0);
  box-shadow: 0 8px 24px rgba(0, 35, 75, 0.06);
}

.panel-template-card-hero.hero--store-showroom.store-tpl--pro-fiat-commercial {
  background: linear-gradient(135deg, #00234b, #003d7a);
}

/* —— Fiat Professional / Ducato vitrin (fiat.com.tr/professional tarzi) —— */
.store-tpl--pro-fiat-commercial.store-mkt-hero,
.store-brand--ducato.store-mkt-hero {
  min-height: min(72vh, 640px);
  color: #fff;
}

.store-tpl--pro-fiat-commercial .store-mkt-hero-photo,
.store-brand--ducato .store-mkt-hero-photo {
  background-position: 68% center;
  background-size: cover;
  filter: saturate(1.34) brightness(1.1) contrast(1.05);
}

.store-tpl--pro-fiat-commercial .store-mkt-hero-overlay,
.store-brand--ducato.hero--store-showroom .store-mkt-hero-overlay {
  background:
    linear-gradient(
      105deg,
      rgba(0, 35, 75, 0.68) 0%,
      rgba(0, 35, 75, 0.34) 34%,
      rgba(15, 23, 42, 0.1) 54%,
      transparent 72%
    ),
    linear-gradient(
      to top,
      rgba(0, 35, 75, 0.52) 0%,
      rgba(0, 35, 75, 0.2) 26%,
      transparent 52%
    );
}

.store-tpl--pro-fiat-commercial .store-mkt-hero-banner,
.store-brand--ducato .store-mkt-hero-banner {
  padding: 0 0 48px;
  display: flex;
  align-items: flex-end;
  min-height: min(72vh, 640px);
}

.store-tpl--pro-fiat-commercial .store-mkt-hero-layout,
.store-brand--ducato .store-mkt-hero-layout {
  align-items: end;
  min-height: 0;
  padding-bottom: 8px;
}

.store-tpl--pro-fiat-commercial .store-mkt-hero h1,
.store-brand--ducato.hero--store-showroom .store-mkt-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0 0 8px;
}

.store-tpl--pro-fiat-commercial .store-mkt-hero-subtitle,
.store-brand--ducato .store-mkt-hero-subtitle {
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 12px;
}

.store-tpl--pro-fiat-commercial .store-mkt-hero-kicker {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 10px;
}

.store-tpl--pro-fiat-commercial .store-mkt-hero-lead,
.store-brand--ducato .store-mkt-hero-lead {
  font-size: 1.05rem;
  max-width: 520px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.store-tpl--pro-fiat-commercial .store-mkt-hero-cta--ghost,
.store-brand--ducato .store-mkt-hero-cta--ghost {
  border: 2px solid rgba(255, 255, 255, 0.85);
  background: transparent;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
  padding: 12px 22px;
}

.store-tpl--pro-fiat-commercial .store-mkt-hero-cta--ghost:hover,
.store-brand--ducato .store-mkt-hero-cta--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.store-tpl--pro-fiat-commercial .store-mkt-trust-row,
.store-brand--ducato .store-mkt-trust-row {
  color: rgba(255, 255, 255, 0.75);
}

.store-tpl--pro-fiat-commercial .store-mkt-hero-location,
.store-brand--ducato .store-mkt-hero-location {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 10px;
  background: rgba(0, 35, 75, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 4px 16px rgba(0, 20, 45, 0.2);
  backdrop-filter: blur(4px);
}
.store-tpl--pro-fiat-commercial .store-mkt-hero-location svg,
.store-brand--ducato .store-mkt-hero-location svg {
  color: #f5c518;
}

.store-site.store-tpl--pro-fiat-commercial .store-contact-item--location {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(245, 197, 24, 0.45);
}
.store-site.store-tpl--pro-fiat-commercial .store-contact-item--location svg {
  color: #f5c518;
}

.store-tpl--pro-fiat-commercial .store-value-band {
  background: #fff;
  padding: 40px 0 16px;
  border-bottom: 1px solid #e5e7eb;
}

.store-tpl--pro-fiat-commercial .store-value-card {
  border-radius: 0;
  border: none;
  border-top: 3px solid var(--brand, #003d7a);
  box-shadow: none;
  padding: 24px 20px;
}

.store-tpl--pro-fiat-commercial .store-value-card h3 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.store-tpl--pro-fiat-commercial .section--muted,
.store-tpl--pro-fiat-commercial .store-categories-band {
  background: #fff !important;
}

.store-tpl--pro-fiat-commercial .card {
  border-radius: 8px;
  border-color: #e5e7eb;
  box-shadow: 0 2px 12px rgba(0, 35, 75, 0.06);
}

.store-tpl--pro-fiat-commercial .section-head h2 {
  font-weight: 800;
  letter-spacing: 0.02em;
}

/* Fiat Professional marka kilidi */
.fiat-pro-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.fiat-pro-lockup__mark {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 2px 10px rgba(0, 35, 75, 0.12);
}
.fiat-pro-lockup__text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1;
  min-width: 0;
}
.fiat-pro-lockup__fiat {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #003d7a;
}
.fiat-pro-lockup__pro {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #64748b;
}
.fiat-pro-lockup__divider {
  width: 1px;
  height: 32px;
  background: #cbd5e1;
  flex-shrink: 0;
}
.fiat-pro-lockup__dealer {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}

.fiat-pro-lockup--hero {
  gap: 14px;
}
.fiat-pro-lockup--hero .fiat-pro-lockup__mark {
  width: 56px;
  height: 56px;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.fiat-pro-lockup--hero .fiat-pro-lockup__fiat {
  font-size: 22px;
  color: #fff;
}
.fiat-pro-lockup--hero .fiat-pro-lockup__pro {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
}

.store-mkt-hero-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 18px;
}
.store-mkt-hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-value-card--fiat-pro .store-value-fiat-mark {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 12px;
  padding: 8px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 14px rgba(0, 35, 75, 0.08);
}
.store-value-card--fiat-pro .store-value-kicker {
  margin: -4px 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand, #003d7a);
}

.store-site.store-tpl--pro-fiat-commercial .store-contact-strip {
  background: linear-gradient(90deg, #00234b 0%, #003d7a 55%, #00234b 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.store-site.store-tpl--pro-fiat-commercial .site-header--store .lang-switch a.active {
  color: var(--brand, #003d7a);
}

/* Fiat vitrin — tema */
.store-site.store-tpl--pro-fiat-commercial {
  --brand: #003d7a;
  --brand-dark: #00234b;
  background-color: #f4f7fb;
}

.store-mkt-hero-search {
  margin-top: 18px;
  max-width: 560px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 32px rgba(0, 35, 75, 0.28);
  border-radius: 12px;
}
.store-mkt-hero-search input {
  font-size: 16px;
  font-weight: 500;
}
.store-mkt-hero-search button {
  background: var(--brand, #003d7a);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.store-escalation-band {
  background: linear-gradient(90deg, #eef4fb 0%, #f8fbff 50%, #eef4fb 100%);
  border-top: 1px solid #dbe7f5;
  border-bottom: 1px solid #dbe7f5;
  padding: 20px 0;
}
.store-escalation-inner {
  display: flex;
  align-items: center;
  gap: 16px 20px;
  flex-wrap: wrap;
}
.store-escalation-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--brand, #003d7a);
  border: 1px solid #cfe0f2;
  flex-shrink: 0;
}
.store-escalation-copy {
  flex: 1;
  min-width: 220px;
}
.store-escalation-copy strong {
  display: block;
  font-size: 15px;
  color: #0f172a;
  margin-bottom: 4px;
}
.store-escalation-copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #475569;
}
.store-escalation-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brand, #003d7a);
  color: #fff;
  border: none;
  white-space: nowrap;
}
.store-escalation-cta:hover {
  background: #002a5c;
  color: #fff;
}

/* İlk ziyaret arama ipucu */
body.store-search-coach-open { overflow: hidden; }
body.store-search-coach-open #headerSearch {
  position: relative;
  z-index: 1201;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.95), 0 10px 36px rgba(0, 61, 122, 0.32);
}
.store-search-coach {
  position: fixed;
  inset: 0;
  z-index: 1200;
  pointer-events: none;
}
.store-search-coach__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  pointer-events: auto;
}
.store-search-coach__step {
  position: absolute;
  z-index: 2;
  width: min(320px, calc(100vw - 32px));
  background: #fff;
  border-radius: 14px;
  padding: 18px 18px 16px;
  box-shadow: 0 18px 48px rgba(0, 35, 75, 0.22);
  border: 1px solid #dbe7f5;
  pointer-events: auto;
}
.store-search-coach__kicker {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand, #003d7a);
}
.store-search-coach__title {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.45;
  color: #0f172a;
  font-weight: 600;
}
.store-search-coach__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.store-search-coach__arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-left: 1px solid #dbe7f5;
  border-top: 1px solid #dbe7f5;
  transform: rotate(45deg);
}
.store-search-coach__arrow--up {
  top: -8px;
  left: 50%;
  margin-left: -8px;
}
.store-search-coach__arrow--down {
  top: -8px;
  left: 50%;
  margin-left: -8px;
}

.store-site.store-tpl--pro-fiat-commercial .header-primary-nav--store a {
  color: #334155;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.store-site.store-tpl--pro-fiat-commercial .header-primary-nav--store a:hover {
  background: rgba(0, 61, 122, 0.06);
  color: #003d7a;
}

@media (max-width: 768px) {
  .store-tpl--pro-fiat-commercial.store-mkt-hero,
  .store-brand--ducato.store-mkt-hero {
    min-height: min(58vh, 520px);
  }
  .store-tpl--pro-fiat-commercial .store-mkt-hero-overlay,
  .store-brand--ducato.hero--store-showroom .store-mkt-hero-overlay {
    background:
      linear-gradient(
        105deg,
        rgba(0, 35, 75, 0.76) 0%,
        rgba(0, 35, 75, 0.42) 38%,
        rgba(15, 23, 42, 0.14) 58%,
        transparent 76%
      ),
      linear-gradient(
        to top,
        rgba(0, 35, 75, 0.58) 0%,
        rgba(0, 35, 75, 0.26) 32%,
        transparent 58%
      );
  }
  .store-tpl--pro-fiat-commercial .store-mkt-hero-banner,
  .store-brand--ducato .store-mkt-hero-banner {
    min-height: min(58vh, 520px);
    padding-bottom: 36px;
  }
  .fiat-pro-lockup__dealer { max-width: 100px; font-size: 13px; }
  .fiat-pro-lockup--hero .fiat-pro-lockup__fiat { font-size: 18px; }
}

.header-primary-nav--store a {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 6px;
}
.header-primary-nav--store a:hover {
  background: rgba(255, 255, 255, 0.12);
}
.site-header--store .catalog-trigger--link {
  text-decoration: none;
  color: inherit;
}
.site-header--store .lang-switch--header {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  margin-left: 4px;
}
.site-header--store .lang-switch--header a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.site-header--store .lang-switch--header a.active {
  color: #fff;
  font-weight: 700;
}

.footer-store-contact-bar {
  border-top: 0;
  background: transparent;
  padding: 16px 0 14px;
}
.footer-store-contact-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.footer-store-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.footer-store-contact-link:hover {
  color: #fff;
}

/* —— Mağaza ana sayfa: kategoriler sol, ilanlar sağ —— */
.store-home-browse {
  padding-top: 20px;
  padding-bottom: 48px;
}

.store-seo-intro {
  padding: 0 0 8px;
  background: #fff;
}

.store-seo-intro__text {
  margin: 0;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  font-size: 14px;
  line-height: 1.65;
  color: #475569;
}

.store-seo-intro__text strong {
  color: #0f172a;
  font-weight: 800;
}

.store-browse-trust {
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--brand, #003d7a) 18%, #e2e8f0);
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--brand, #003d7a) 6%, #fff) 0%,
    #fff 55%,
    color-mix(in srgb, var(--brand, #003d7a) 4%, #f8fafc) 100%
  );
}

.store-browse-trust__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.store-browse-trust__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  letter-spacing: 0.01em;
}

.store-browse-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand, #003d7a) 12%, #fff);
  color: var(--brand, #003d7a);
  font-size: 13px;
  flex-shrink: 0;
}

.store-home-layout {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 28px;
  row-gap: 12px;
  align-items: start;
}

.store-home-layout-head {
  display: flex;
  align-items: flex-end;
  min-height: 44px;
}

.store-home-layout-head--side {
  grid-column: 1;
  grid-row: 1;
}

.store-home-layout-head--main {
  grid-column: 2;
  grid-row: 1;
}

.store-home-layout-head--side h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--brand-dark, #0f172a);
}

.store-home-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0 0 14px 14px;
  border-top: 3px solid var(--brand, #003d7a);
  padding: 16px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
  align-self: start;
}

.store-home-sidebar {
  grid-column: 1;
  grid-row: 2;
  position: sticky;
  top: var(--store-sticky-top, 96px);
  max-height: calc(100vh - var(--store-sticky-top, 96px) - 16px);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.store-home-main {
  grid-column: 2;
  grid-row: 2;
}

.store-home-sidebar-head {
  display: none;
}

.store-home-cat-search {
  margin-bottom: 12px;
}

.store-home-cat-search input {
  font-size: 13px;
  padding: 9px 10px;
}

.store-home-cat-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  margin: 0 -4px;
  padding: 0 4px;
}

.store-home-cat-row {
  font-size: 13px;
  padding: 7px 8px;
}

.store-home-cat-row:hover,
.store-home-cat-row:focus-visible {
  background: color-mix(in srgb, var(--brand, #003d7a) 10%, #fff);
  color: var(--brand-dark, #00234b);
}

.store-home-cat-all {
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--brand, #003d7a);
  text-decoration: none;
}

.store-home-cat-all:hover {
  text-decoration: underline;
}

.store-home-listings-grid {
  gap: 18px;
}

.store-home-main-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.store-home-main-head__copy h2 {
  margin: 0 0 6px;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.store-home-listings-meta {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.store-home-listings-meta .sep {
  opacity: 0.45;
}

.store-home-see-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  background: var(--brand, #003d7a);
  color: #fff !important;
  border: none;
  box-shadow: 0 8px 22px color-mix(in srgb, var(--brand, #003d7a) 28%, transparent);
  text-decoration: none;
  white-space: nowrap;
}

.store-home-see-all-btn:hover {
  background: color-mix(in srgb, var(--brand, #003d7a) 88%, #000);
  color: #fff !important;
  transform: translateY(-1px);
}

.store-home-pager {
  margin-top: 24px;
  flex-wrap: wrap;
}

.store-home-pager .pager-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 9px 14px;
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  background: #fff;
  color: var(--brand, #003d7a);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.store-home-pager .pager-link:hover {
  border-color: var(--brand, #003d7a);
  background: color-mix(in srgb, var(--brand, #003d7a) 8%, #fff);
}

.store-home-pager .current {
  min-width: 40px;
  padding: 9px 14px;
  border-radius: 10px;
  font-weight: 800;
}

.store-home-pager .pager-ellipsis {
  padding: 0 4px;
  color: #94a3b8;
  font-weight: 700;
}

.store-home-see-all-bar {
  margin-top: 18px;
  padding: 18px 16px;
  text-align: center;
  border-radius: 14px;
  border: 1px dashed color-mix(in srgb, var(--brand, #003d7a) 28%, #cbd5e1);
  background: linear-gradient(180deg, color-mix(in srgb, var(--brand, #003d7a) 5%, #fff) 0%, #fff 100%);
}

.store-home-see-all-bar__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 800;
  border-radius: 10px;
}

.store-home-see-all-bar__count {
  font-weight: 700;
  opacity: 0.9;
}

.store-home-listings-search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #dbe3ee;
  background: #f8fafc;
}

.store-home-listings-search svg {
  flex-shrink: 0;
  color: #64748b;
}

.store-home-listings-search input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  font-size: 14px;
  padding: 8px 4px;
  outline: none;
}

.store-home-listings-search__btn {
  flex-shrink: 0;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 800;
  border-radius: 10px;
}

.store-home-empty {
  margin: 8px 0 0;
}

@media (max-width: 640px) {
  .store-home-see-all-btn {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }
}

.store-tpl--pro-fiat-commercial .store-home-layout-head--side h2 {
  color: var(--brand, #003d7a);
}

@media (max-width: 960px) {
  .store-home-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 16px;
  }

  .store-home-layout-head--side,
  .store-home-layout-head--main,
  .store-home-sidebar,
  .store-home-main {
    grid-column: 1;
    grid-row: auto;
  }

  .store-home-layout-head--main {
    order: 1;
  }

  .store-home-layout-head--side {
    order: 2;
  }

  .store-home-main {
    order: 3;
  }

  .store-home-sidebar {
    order: 4;
    position: static;
    max-height: none;
  }

  .store-home-cat-list {
    max-height: 280px;
  }

  .store-browse-trust__list {
    justify-content: flex-start;
  }
}
