:root {
  --brand: #b42318;
  --brand-dark: #8f1c13;
  --ink: #0f172a;
  --ink-soft: #1e293b;
  --muted: #64748b;
  --line: #e2e8f0;
  --bg: #f8fafc;
  --card: #ffffff;
  --ok: #15803d;
  --warn: #b45309;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(15,23,42,.06), 0 4px 16px rgba(15,23,42,.04);
  --shadow-lg: 0 12px 40px rgba(15,23,42,.12);
  --font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --header-bg: var(--ink);
  --header-fg: #ffffff;
  --header-muted: #e2e8f0;
  --header-border: rgba(255,255,255,.06);
  --header-search-bg: rgba(255,255,255,.08);
  --header-nav-hover-bg: rgba(255,255,255,.1);
  --header-search-border: rgba(255,255,255,.12);
  --header-search-fg: #ffffff;
  --header-search-placeholder: #94a3b8;
  --header-search-btn-bg: var(--brand);
  --header-search-btn-fg: #ffffff;
  --trust-bg: var(--ink-soft);
  --trust-fg: #cbd5e1;
  --hero-bg: linear-gradient(135deg, var(--ink) 0%, #1e3a5f 55%, var(--ink-soft) 100%);
  --hero-fg: #ffffff;
  --hero-muted: #cbd5e1;
  --hero-kicker: #fca5a5;
  --hero-glow: rgba(180,35,24,.25);
  --hero-stats-bg: rgba(255,255,255,.06);
  --hero-stats-border: rgba(255,255,255,.12);
  --cta-bg: linear-gradient(135deg, var(--ink), #1e3a5f);
  --cta-fg: #ffffff;
  --cta-muted: #cbd5e1;
  --logo-grad-end: #e11d48;
  --logo-shadow: rgba(180,35,24,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--brand); text-decoration: none; transition: color .15s; }
a:hover { color: var(--brand-dark); text-decoration: none; }
img { max-width: 100%; display: block; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.section-narrow { max-width: 820px; margin: 0 auto; }
.text-center { text-align: center; }

/* Trust strip */
.trust-strip { background: var(--trust-bg); color: var(--trust-fg); font-size: 13px; font-weight: 500; }
.trust-strip-inner { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 10px 20px; flex-wrap: wrap; }
.trust-strip .sep { opacity: .35; }

/* Header */
.site-header { background: var(--header-bg); color: var(--header-fg); position: sticky; top: 0; z-index: 50; box-shadow: 0 2px 12px rgba(0, 39, 87, 0.18); --header-offset: 104px; }
.header-shell { position: relative; }
.header-inner { display: grid; grid-template-columns: auto auto minmax(280px, 1fr) auto; align-items: center; gap: 12px 18px; min-height: 96px; padding: 8px 0; }
.header-primary-nav { display: flex; align-items: center; gap: 2px; }
.header-primary-nav a { color: var(--header-muted); font-weight: 600; font-size: 14px; padding: 8px 10px; border-radius: 8px; white-space: nowrap; }
.header-primary-nav a:hover { color: var(--header-fg); background: var(--header-nav-hover-bg); }
.header-actions { display: flex; align-items: center; gap: 8px; justify-self: end; }
.header-store-cta {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 10px;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); color: #fff;
  font-size: 14px; font-weight: 700; white-space: nowrap;
}
.header-store-cta:hover { background: rgba(255,255,255,.22); color: #fff; }
.header-vendor-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 8px 14px; font-size: 13px; font-weight: 700; border-radius: 10px;
  background: #fff; color: var(--brand, #1e5bb8); white-space: nowrap;
  border: 1px solid rgba(255,255,255,.2);
}
.header-vendor-btn:hover { background: #f8fafc; color: var(--brand, #1e5bb8); }
.header-vendor-btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.header-vendor-btn--ghost:hover { background: rgba(255,255,255,.1); color: #fff; }
.brand { display: flex; align-items: center; gap: 16px; font-weight: 800; font-size: 18px; color: var(--header-fg); flex-shrink: 0; min-height: 64px; }
.brand .logo { width: 64px; height: 64px; border-radius: 16px; background: linear-gradient(135deg, var(--brand), var(--logo-grad-end)); display: grid; place-items: center; color: #fff; font-size: 22px; font-weight: 800; box-shadow: 0 4px 12px var(--logo-shadow); }
.brand-mark { width: 64px; height: 64px; flex-shrink: 0; display: block; object-fit: contain; }
.brand-mark--inline {
  display: grid;
  place-items: center;
  color: var(--header-fg);
}
.brand-mark--inline .brand-mark-icon { width: 100%; height: 100%; display: block; }
.brand-logo { max-height: 64px; max-width: 240px; object-fit: contain; }
.brand--header .brand-logo,
.site-header--store .brand-logo {
  width: auto;
  height: auto;
  max-height: 52px;
  max-width: min(220px, 44vw);
  object-fit: contain;
  border-radius: 0;
}
.brand-logo--wordmark {
  max-height: 48px;
  max-width: min(200px, 40vw);
}
.brand-logo--mark {
  width: 52px;
  height: 52px;
  max-width: 52px;
  max-height: 52px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  padding: 4px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}
.store-site .site-header--store:not(.site-header--fiat-light) .brand-logo--mark {
  filter: brightness(0) invert(1);
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.store-site.store-tpl--pro-fiat-commercial .site-header--store .brand-logo--mark {
  filter: none;
  background: #fff;
  padding: 4px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
}
.brand-wordmark { display: flex; align-items: center; gap: 0; font-size: 26px; font-weight: 800; letter-spacing: -.03em; line-height: 1; white-space: nowrap; }
.brand-wordmark-main { color: #fff; }
.brand-wordmark-accent { color: #f5c518; }
.brand-text { letter-spacing: -.02em; }
.brand:hover { color: var(--header-fg); }

.catalog-trigger {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22); background: rgba(255, 255, 255, 0.1);
  color: var(--header-fg); font-family: inherit; font-size: 14px; font-weight: 700;
  padding: 11px 15px; border-radius: 6px; cursor: pointer; flex-shrink: 0;
  transition: background .15s, border-color .15s;
}
.catalog-trigger:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.32); }
.catalog-trigger svg { opacity: .9; }

/* Orta genislik: arama tam satir, ust menu gizli */
@media (max-width: 1320px) {
  .header-primary-nav { display: none; }
  .header-inner {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 10px 12px;
    min-height: 0;
    padding: 10px 0 12px;
  }
  .brand { grid-column: 1; grid-row: 1; }
  .header-actions { grid-column: 2; grid-row: 1; justify-self: end; }
  .search {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    max-width: none;
    min-width: 0;
  }
  .search input { padding: 12px 18px 12px 16px; font-size: 15px; }
  .catalog-trigger span { display: none; }
  .store-site .lang-switch--header .sep,
  .store-site .lang-switch--header a[hreflang="en"] { display: inline; }
  .platform-site .lang-switch .sep,
  .platform-site .lang-switch a[hreflang="en"] { display: none; }
  .platform-site .lang-switch a[hreflang="tr"] { padding: 8px 10px; }
}

/* Mega menu (Ovoko / RRR style) */
.mega-menu { position: absolute; left: 0; right: 0; top: 100%; z-index: 60; }
.mega-menu-backdrop {
  position: fixed; inset: 0; top: var(--header-offset, 92px);
  background: rgba(15,23,42,.45); backdrop-filter: blur(2px);
}
.mega-menu-panel {
  position: relative;
  display: grid; grid-template-columns: 260px 1fr;
  min-height: 360px; max-height: min(68vh, 560px);
  background: #fff;
  border: 1px solid var(--line);
  border-top: none;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.14);
  overflow: hidden;
}
.mega-menu-nav {
  background: #f8fafc; border-right: 1px solid var(--line);
  padding: 12px 0; overflow-y: auto;
}
.mega-menu-nav-item {
  display: flex; align-items: center; gap: 10px; width: 100%;
  border: none; background: transparent; text-align: left;
  padding: 11px 18px; font-family: inherit; font-size: 14px; font-weight: 600;
  color: var(--ink-soft); cursor: pointer; transition: background .12s, color .12s;
}
.mega-menu-nav-item:hover,
.mega-menu-nav-item.is-active {
  background: color-mix(in srgb, var(--brand) 7%, #fff);
  color: var(--brand);
}
.mega-menu-nav-item.is-active { box-shadow: inset 3px 0 0 var(--brand); }
.mega-menu-nav-icon { width: 18px; height: 18px; object-fit: contain; opacity: .85; }
.mega-menu-nav-chevron { margin-left: auto; opacity: .35; }
.mega-menu-nav-all {
  display: block; margin: 8px 18px 0; padding-top: 12px;
  border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; color: var(--brand);
}
.mega-menu-content { padding: 20px 24px 28px; overflow: auto; }
.mega-menu-pane-head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--line);
}
.mega-menu-pane-head h3 { margin: 0; font-size: 18px; color: var(--ink); }
.mega-menu-pane-all { font-size: 13px; font-weight: 700; white-space: nowrap; }
.mega-menu-columns {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 28px;
}
.mega-menu-col h4 {
  margin: 0 0 10px; font-size: 12px; font-weight: 800; text-transform: uppercase;
  letter-spacing: .04em; color: var(--muted);
}
.mega-menu-col ul { list-style: none; margin: 0; padding: 0; }
.mega-menu-col li + li { margin-top: 6px; }
.mega-menu-col a { color: var(--ink-soft); font-size: 14px; font-weight: 500; line-height: 1.35; }
.mega-menu-col a:hover { color: var(--brand); }
body.mega-menu-open { overflow: hidden; }
.search { flex: 1; display: flex; width: 100%; max-width: 540px; min-width: 0; background: var(--header-search-bg); border: 1px solid var(--header-search-border); border-radius: 6px; overflow: hidden; box-shadow: 0 1px 0 rgba(255,255,255,.08); }
.header-inner .search { justify-self: stretch; }
.search input { flex: 1; min-width: 0; border: none; background: transparent; padding: 13px 20px 13px 16px; font-size: 14px; color: var(--header-search-fg); font-family: inherit; }
.search input::placeholder { color: var(--header-search-placeholder); }
.search button { flex-shrink: 0; border: none; background: var(--header-search-btn-bg, var(--brand)); color: var(--header-search-btn-fg, #fff); padding: 0 20px; cursor: pointer; display: grid; place-items: center; }
.search--hero { background: #fff; border: none; box-shadow: var(--shadow-lg); max-width: 100%; }
.search--hero input { color: var(--ink); padding: 16px 18px; font-size: 15px; }
.search--hero input::placeholder { color: #94a3b8; }
.search--hero button { padding: 0 24px; font-weight: 700; font-size: 14px; }
.nav-links { display: flex; align-items: center; gap: 8px; margin-left: 0; flex-shrink: 0; }
.nav-mobile-section { display: contents; }
.nav-mobile-label { display: none; }
.nav-links > .nav-mobile-section:first-child { display: none; }
.nav-links a { color: var(--header-muted); font-weight: 600; font-size: 14px; padding: 8px 12px; border-radius: 8px; white-space: nowrap; }
.nav-links a:hover { color: var(--header-fg); background: var(--header-nav-hover-bg); }
.lang-switch { display: inline-flex; align-items: center; gap: 4px; margin-left: 4px; font-size: 13px; flex-shrink: 0; white-space: nowrap; }
.lang-switch a { padding: 6px 8px; }
.lang-switch a.active { color: var(--brand); font-weight: 700; }
.lang-switch .sep { color: var(--header-muted); opacity: .5; user-select: none; }
.btn-nav {
  display: inline-flex !important; align-items: center; justify-content: center;
  background: var(--brand) !important; color: #fff !important;
  padding: 10px 18px !important; border-radius: 10px !important;
  white-space: nowrap !important; flex-shrink: 0;
}
.btn-nav:hover { background: var(--brand-dark) !important; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--header-fg); border-radius: 2px; }
/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--line); background: #fff; color: var(--ink); padding: 11px 20px; border-radius: var(--radius-sm); cursor: pointer; font-size: 14px; font-weight: 600; font-family: inherit; transition: .15s; }
.btn:hover { border-color: #cbd5e1; box-shadow: var(--shadow); }
.btn-primary { background: var(--brand); border-color: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; }
.btn-success { background: var(--ok); border-color: var(--ok); color: #fff; }
.btn-ghost { background: transparent; }
.btn-ghost-light { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.25); color: #fff; }
.btn-ghost-light:hover { background: rgba(255,255,255,.2); color: #fff; }
.btn-danger { background: #fff; border-color: #ef4444; color: #ef4444; }
.btn-sm { padding: 8px 14px; font-size: 13px; }
.btn-lg { padding: 14px 28px; font-size: 15px; }
.btn-block { width: 100%; }

/* Hero */
.hero { background: var(--hero-bg); color: var(--hero-fg); padding: 64px 0; }
.hero--landing { padding: 72px 0 80px; position: relative; overflow: hidden; }
.hero--landing::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, var(--hero-glow), transparent 45%); pointer-events: none; }
.hero-landing-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; position: relative; z-index: 1; }
.hero-kicker { text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; color: var(--hero-kicker); margin: 0 0 12px; }
.hero-copy h1 { font-size: clamp(28px, 4vw, 44px); line-height: 1.15; margin: 0 0 16px; letter-spacing: -.03em; font-weight: 800; }
.hero-lead { font-size: 17px; color: var(--hero-muted); max-width: 560px; margin: 0 0 24px; }
.hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.hero-stats-card { background: var(--hero-stats-bg); border: 1px solid var(--hero-stats-border); border-radius: var(--radius); padding: 28px; backdrop-filter: blur(8px); }
.hero-stat { display: inline-block; margin-right: 24px; margin-bottom: 8px; }
.hero-stat .n { display: block; font-size: 28px; font-weight: 800; }
.hero-stat .l { font-size: 12px; color: var(--hero-muted); text-transform: uppercase; letter-spacing: .06em; }
.hero h1 { font-size: 34px; margin: 0 0 10px; }
.hero p { font-size: 17px; color: var(--hero-muted); max-width: 640px; }

/* Page hero (static pages) */
.page-hero { background: linear-gradient(180deg, #fff 0%, var(--bg) 100%); border-bottom: 1px solid var(--line); padding: 48px 0 40px; }
.page-hero-kicker { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--brand); margin: 0 0 8px; }
.page-hero h1 { font-size: clamp(26px, 3vw, 36px); margin: 0; letter-spacing: -.02em; font-weight: 800; }
.page-hero-lead { color: var(--muted); font-size: 17px; max-width: 640px; margin: 12px 0 0; }

/* Sections */
.section { padding: 48px 0; }
.section--tight { padding-top: 32px; }
.section--muted { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section h2 { font-size: 24px; margin: 0 0 16px; font-weight: 800; letter-spacing: -.02em; }
.section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; gap: 16px; flex-wrap: wrap; }
/* Chips */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 10px 18px; font-size: 14px; font-weight: 600; color: var(--ink-soft); box-shadow: var(--shadow); }
.chip:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-1px); }
.chips--brands .chip { min-width: 100px; text-align: center; }

/* Feature grid */
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.feature-icon { font-size: 12px; font-weight: 800; color: var(--brand); letter-spacing: .08em; margin-bottom: 12px; }
.feature-card h3 { margin: 0 0 8px; font-size: 17px; font-weight: 700; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

/* CTA band */
.cta-band { background: var(--cta-bg); color: var(--cta-fg); padding: 56px 0; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-band h2 { margin: 0 0 8px; font-size: 26px; font-weight: 800; }
.cta-band p { margin: 0; color: var(--cta-muted); max-width: 520px; }

/* About */
.about-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: start; }
.about-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.about-card h3 { margin: 0 0 16px; font-size: 18px; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { padding: 10px 0 10px 28px; position: relative; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 500; }
.check-list li:last-child { border-bottom: none; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 800; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; text-align: center; }
.step-num { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 800; margin-bottom: 14px; }
.step-card h3 { margin: 0 0 8px; font-size: 17px; }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; }

/* Prose / legal */
.prose h2 { font-size: 20px; margin: 32px 0 12px; font-weight: 800; color: var(--ink); }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #334155; font-size: 15px; line-height: 1.7; }
.prose ul { padding-left: 20px; }
.legal-doc { padding-bottom: 64px; }
.legal-updated { font-size: 13px; color: var(--muted); margin-bottom: 24px; }
.legal-table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 14px; }
.legal-table th, .legal-table td { border: 1px solid var(--line); padding: 12px 14px; text-align: left; }
.legal-table th { background: #f8fafc; font-weight: 700; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-bottom: 48px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.contact-card--muted { background: #f8fafc; }
.contact-list { list-style: none; padding: 0; margin: 16px 0 0; }
.contact-list li { padding: 12px 0; border-bottom: 1px solid var(--line); }

/* İletişim sayfası — profesyonel düzen */
.mkt-contact-page {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 220px);
  padding-bottom: 56px;
}
.contact-hero {
  max-width: 720px;
  margin: 0 0 28px;
}
.contact-hero-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--brand, #004785);
  margin: 0 0 10px;
}
.contact-hero-logo {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 14px;
  margin: 0 0 14px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.1);
}
.contact-hero-logo--wordmark {
  width: auto;
  height: auto;
  max-width: min(220px, 70vw);
  max-height: 56px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 16px;
}
.contact-hero h1 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.15;
  color: var(--ink, #0f172a);
}
.contact-hero-lead {
  margin: 14px 0 0;
  font-size: 17px;
  line-height: 1.55;
  color: var(--muted, #64748b);
  max-width: 640px;
}
.contact-quick-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin-bottom: 8px;
}
.contact-quick-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 18px rgba(15, 23, 42, .04);
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.contact-quick-item:hover {
  border-color: var(--brand, #004785);
  box-shadow: 0 8px 24px rgba(0, 71, 133, .1);
  transform: translateY(-1px);
  text-decoration: none;
}
.contact-quick-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--brand, #004785) 12%, #fff);
  color: var(--brand, #004785);
  flex-shrink: 0;
}
.contact-quick-icon--mail {
  background: color-mix(in srgb, #0ea5e9 14%, #fff);
  color: #0369a1;
}
.contact-quick-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--muted, #64748b);
  margin-bottom: 2px;
}
.contact-quick-text strong {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink, #0f172a);
  word-break: break-word;
}
.contact-body {
  padding-top: 8px;
}
.contact-grid--pro {
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  align-items: stretch;
  padding-bottom: 0;
}
.contact-panel {
  background: #fff;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 30px rgba(15, 23, 42, .05);
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.contact-panel--support {
  background: linear-gradient(165deg, #fff 0%, #f0f7ff 100%);
  border-color: color-mix(in srgb, var(--brand, #004785) 18%, var(--line));
}
.contact-panel--map {
  padding: 0;
  overflow: hidden;
  gap: 0;
  min-height: 460px;
}
.contact-map-head {
  padding: 20px 22px 14px;
  border-bottom: 1px solid var(--line, #e2e8f0);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.contact-map-head h2 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  color: var(--ink, #0f172a);
}
.contact-map-head p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #475569;
}
.contact-map-fiat-mark {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  padding: 6px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 35, 75, 0.12);
}
.store-site.store-tpl--pro-fiat-commercial .mkt-contact-page {
  background: linear-gradient(180deg, #fdf4f4 0%, #f4f7fb 45%, #ffffff 100%);
}
.store-site.store-tpl--pro-fiat-commercial .contact-panel--map-fiat .contact-map-head {
  background: linear-gradient(135deg, #003d7a 0%, #00234b 100%);
  border-bottom: 3px solid #c41230;
  color: #fff;
}
.store-site.store-tpl--pro-fiat-commercial .contact-panel--map-fiat .contact-map-head h2,
.store-site.store-tpl--pro-fiat-commercial .contact-panel--map-fiat .contact-map-head p {
  color: rgba(255, 255, 255, 0.92);
}
.store-site.store-tpl--pro-fiat-commercial .contact-panel--map-fiat .contact-map-fiat-mark {
  background: #fff;
}
.contact-map-frame {
  position: relative;
  flex: 1;
  min-height: 360px;
  background: #dbeafe;
}
.contact-map-embed {
  width: 100%;
  min-height: 360px;
  height: 100%;
  flex: 1;
  border: 0;
  display: block;
  background: #e2e8f0;
}
.contact-map-footer {
  padding: 14px 20px 18px;
  border-top: 1px solid var(--line, #e2e8f0);
  background: #fff;
  display: flex;
  justify-content: flex-end;
}
.contact-map-link--button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--brand, #003d7a);
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}
.contact-map-link--button:hover {
  background: color-mix(in srgb, var(--brand, #003d7a) 85%, #000);
  color: #fff !important;
}
.store-site.store-tpl--pro-fiat-commercial .contact-panel--map {
  border-color: color-mix(in srgb, var(--brand, #003d7a) 22%, #e2e8f0);
  box-shadow: 0 12px 36px rgba(0, 35, 75, 0.1);
}
.store-site.store-tpl--pro-fiat-commercial .contact-map-frame {
  min-height: 400px;
}
.store-site.store-tpl--pro-fiat-commercial .contact-map-embed {
  min-height: 400px;
}
.contact-map-address {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink, #0f172a);
}
.contact-map-empty {
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}
.contact-panel-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.contact-panel-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--brand, #004785) 10%, #fff);
  color: var(--brand, #004785);
  flex-shrink: 0;
}
.contact-panel-icon--support {
  background: color-mix(in srgb, var(--accent, #f5c518) 35%, #fff);
  color: #92400e;
}
.contact-panel-head h2 {
  margin: 0 0 6px;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--ink, #0f172a);
}
.contact-panel-head p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted, #64748b);
}
.contact-loc-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-loc-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid var(--line, #e2e8f0);
}
.contact-loc-pin {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--brand, #004785);
  border: 1px solid var(--line, #e2e8f0);
  flex-shrink: 0;
}
.contact-loc-title {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink, #0f172a);
}
.contact-loc-address {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #475569;
}
.contact-map-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--brand, #004785);
  text-decoration: none;
}
.contact-map-link:hover {
  text-decoration: underline;
}
.contact-muted-note {
  margin: 0;
  font-size: 14px;
  color: var(--muted, #64748b);
}
.contact-cta-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
}
.contact-trust-list {
  list-style: none;
  margin: 4px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--line, #e2e8f0);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-trust-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #334155;
}
.contact-trust-list svg {
  color: var(--brand, #004785);
  flex-shrink: 0;
}
.contact-legal-note {
  margin: auto 0 0;
  padding-top: 16px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted, #64748b);
}
.contact-legal-note a {
  font-weight: 600;
}
@media (max-width: 900px) {
  .contact-grid--pro { grid-template-columns: 1fr; }
}
.divider { border: none; border-top: 1px solid var(--line); margin: 20px 0; }

/* Auth pages */
.auth-page { min-height: calc(100vh - 200px); display: grid; place-items: center; padding: 48px 20px; background: linear-gradient(180deg, #fff, var(--bg)); }
.auth-shell { display: grid; grid-template-columns: 1fr 1fr; max-width: 920px; width: 100%; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.auth-side { background: linear-gradient(160deg, var(--ink), #1e3a5f); color: #fff; padding: 40px 36px; display: flex; flex-direction: column; justify-content: center; }
.auth-side h2 { margin: 0 0 12px; font-size: 24px; font-weight: 800; }
.auth-side p { color: #cbd5e1; font-size: 14px; margin: 0 0 20px; }
.auth-side ul { padding-left: 18px; color: #e2e8f0; font-size: 14px; }
.auth-form { padding: 40px 36px; }
.auth-form-title { margin: 0 0 8px; font-size: 22px; font-weight: 800; line-height: 1.25; text-wrap: balance; }
.auth-form-lead { margin: 0 0 22px; font-size: 14px; line-height: 1.5; }
.auth-form-stack { display: flex; flex-direction: column; gap: 0; }
.auth-form-footer { margin: 20px 0 0; font-size: 14px; text-align: center; }
.auth-form .field-hint { margin: 6px 0 0; font-size: 12.5px; color: var(--muted); line-height: 1.45; }
.auth-format-guide { margin: 0 0 20px; padding: 12px 14px; border-radius: 10px; background: #f8fafc; border: 1px solid var(--line); font-size: 13px; line-height: 1.5; }
.auth-format-guide__title { margin: 0 0 8px; font-weight: 700; color: var(--ink); }
.auth-format-guide__list { margin: 0; padding-left: 18px; color: var(--muted); }
.auth-format-guide__list li + li { margin-top: 6px; }
.auth-form h2 { margin: 0 0 6px; font-size: 22px; font-weight: 800; }
.auth-form .muted { margin-bottom: 20px; }
/* Product grid */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: .2s; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: #cbd5e1; }.card .thumb { aspect-ratio: 4/3; background: #eef0f3; overflow: hidden; }
.card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.card .thumb img[src$=".svg"] {
  object-fit: contain;
  padding: 18%;
  background: linear-gradient(145deg, #f0f5fa 0%, #e8eef5 55%, #dfe8f2 100%);
}
.card .thumb .ph { width: 100%; height: 100%; display: grid; place-items: center; color: #9aa1aa; font-size: 13px; }
.card .thumb img { width: 100%; height: 100%; object-fit: contain; background: #f8fafc; }
.card .body { padding: 12px 14px; }
.card .title { font-weight: 600; font-size: 15px; margin: 0 0 6px; color: var(--ink); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 44px; }
.card .meta { font-size: 12.5px; color: var(--muted); display: flex; gap: 6px; flex-wrap: wrap; }
.card .price { font-weight: 800; color: var(--brand); font-size: 17px; margin-top: 8px; }
.card .price.ask { color: var(--muted); font-weight: 600; font-size: 14px; }
.card .vendor { font-size: 12px; color: var(--muted); margin-top: 4px; }
.badge { display: inline-block; font-size: 11px; padding: 2px 8px; border-radius: 6px; background: #eef2ff; color: #4338ca; font-weight: 600; }
.badge.cikma { background: #fef3c7; color: #92400e; }
.badge.sifir { background: #dcfce7; color: #166534; }

/* Layout with sidebar */
.with-sidebar { display: grid; grid-template-columns: 270px 1fr; gap: 24px; align-items: start; }
.filters { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; position: sticky; top: 80px; }
.filters h3 { margin: 0 0 14px; font-size: 16px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 5px; color: #374151; }
.field label.checkbox-label,
.field label.inline-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}
.field label.checkbox-label input[type="checkbox"],
.field label.inline-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin: 2px 0 0;
  padding: 0;
  flex-shrink: 0;
  accent-color: var(--brand);
}
.field--legal { margin-top: 4px; margin-bottom: 18px; }
.field input:not([type="checkbox"]):not([type="radio"]), .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 9px 11px; font-size: 14px; font-family: inherit; }
.password-field { position: relative; display: flex; align-items: stretch; }
.password-field input { padding-right: 44px; }
.password-toggle-btn {
  position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px; border: 0; border-radius: 8px; background: transparent;
  color: var(--muted); cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
}
.password-toggle-btn:hover { color: var(--ink); background: rgba(15, 23, 42, 0.05); }
.password-toggle-icon--hide { display: none; }
.password-toggle-btn.is-visible .password-toggle-icon--show { display: none; }
.password-toggle-btn.is-visible .password-toggle-icon--hide { display: block; }
.field .row { display: flex; gap: 8px; }

/* Detail */
.detail { display: grid; grid-template-columns: 1.3fr 1fr; gap: 28px; align-items: start; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.breadcrumb a { color: var(--muted); }
.breadcrumb [aria-current="page"] { color: var(--ink); font-weight: 500; }
.detail-badges { display: flex; gap: 8px; flex-wrap: wrap; margin: 10px 0 4px; }
.detail-section-title { font-size: 1.15rem; margin-top: 24px; }
.detail-description { white-space: pre-line; line-height: 1.65; color: #374151; margin-bottom: 0; }
.detail-reviews {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--line, #e8eaed);
    max-width: 52rem;
}
.detail-reviews__title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: var(--text, #111827);
}
.detail-reviews__lead { margin: 0 0 1.25rem; font-size: 0.9rem; }
.detail-reviews__auth { margin: 0 0 1rem; font-size: 0.9rem; }
.detail-reviews__auth span { margin: 0 0.35rem; }
.detail-reviews__report { margin: 0 0 1rem; font-size: 0.875rem; }
.detail-reviews .review-list { margin-top: 0.5rem; }
.detail-sidebar { display: flex; flex-direction: column; gap: 14px; position: sticky; top: 16px; }
.detail-views { font-size: 12px; margin: 0; text-align: right; }
.gallery .main { aspect-ratio: 4/3; background: #eef0f3; border-radius: var(--radius); overflow: hidden; }
.gallery .main img { width: 100%; height: 100%; object-fit: contain; }
.gallery .thumbs { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.gallery .thumbs img { width: 72px; height: 72px; object-fit: cover; border-radius: 8px; cursor: pointer; border: 2px solid transparent; }
.gallery .thumbs img.active { border-color: var(--brand); }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.detail .price-big { font-size: 30px; font-weight: 800; color: var(--brand); line-height: 1.1; }
.detail .price-big small { font-size: 18px; font-weight: 700; }
.price-big--ask { font-size: 22px !important; }
.price-note { font-size: 13px; margin: 8px 0 0; }
.spec { width: 100%; border-collapse: collapse; margin-top: 14px; }
.spec th, .spec td { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 14px; text-align: left; vertical-align: top; }
.spec th { color: var(--muted); width: 40%; font-weight: 600; }
.vendor-contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: 0 8px 24px rgba(15,23,42,.04); }
.vendor-contact-kicker { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin: 0 0 12px; }
.vendor-contact-header { display: flex; gap: 14px; align-items: center; margin-bottom: 12px; }
.vendor-contact-logo { width: 56px; height: 56px; border-radius: 12px; background: color-mix(in srgb, var(--brand) 12%, #fff); border: 1px solid var(--line); display: grid; place-items: center; overflow: hidden; flex-shrink: 0; }
.vendor-contact-logo img { width: 100%; height: 100%; object-fit: cover; }
.vendor-contact-logo span { font-size: 22px; font-weight: 800; color: var(--brand); }
.vendor-contact-name { font-size: 1.1rem; margin: 0; line-height: 1.3; }
.vendor-contact-city { display: flex; align-items: center; gap: 6px; margin: 4px 0 0; font-size: 13px; color: var(--muted); }
.vendor-contact-desc { font-size: 14px; color: #4b5563; line-height: 1.5; margin: 0 0 14px; }
.vendor-contact-actions { display: grid; gap: 10px; }
.vendor-contact-btn { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 10px; border: 1px solid var(--line); text-decoration: none; color: inherit; transition: border-color .15s, box-shadow .15s; }
.vendor-contact-btn:hover { border-color: var(--brand); box-shadow: 0 4px 12px rgba(15,23,42,.06); text-decoration: none; }
.vendor-contact-btn strong { display: block; font-size: 14px; }
.vendor-contact-btn small { display: block; font-size: 12px; color: var(--muted); margin-top: 2px; }
.vendor-contact-btn--phone { background: #fff; }
.vendor-contact-btn--wa { background: #ecfdf5; border-color: #a7f3d0; }
.vendor-contact-btn--wa:hover { border-color: #10b981; }
.vendor-contact-details { list-style: none; padding: 0; margin: 14px 0 0; font-size: 13px; }
.vendor-contact-details li { padding: 6px 0; border-top: 1px solid var(--line); }
.vendor-contact-details .lbl { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.vendor-contact-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.vendor-contact-links a { font-size: 13px; font-weight: 600; }
.vendor-contact-note { font-size: 12px; color: var(--muted); margin: 14px 0 0; line-height: 1.5; }
.vendor-contact-address { background: #f8fafc; border-radius: 10px; padding: 12px 14px; margin-bottom: 12px; }
.vendor-contact-address .lbl { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.vendor-contact-address p { margin: 0; font-size: 14px; line-height: 1.5; }
.vendor-map-link { display: inline-block; margin-top: 8px; font-size: 13px; font-weight: 600; }
.location-preview { background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 10px; padding: 12px 14px; margin-top: 8px; }
.location-preview .lbl { font-size: 11px; font-weight: 700; text-transform: uppercase; color: #166534; }
.location-preview p { margin: 4px 0 0; font-size: 14px; }
.footer-location, .hero-location { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--muted); margin-top: 10px; line-height: 1.5; }
.footer-locations .footer-location:first-child, .hero-locations .hero-location:first-child { margin-top: 10px; }
.footer-locations .footer-location + .footer-location, .hero-locations .hero-location + .hero-location { margin-top: 8px; }
.hero-locations {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 8px 24px rgba(0, 39, 87, 0.12);
  max-width: 560px;
}
.hero-location { color: #0f2744; margin-top: 0; opacity: 1; font-size: 14px; }
.hero-location strong { color: #004785; font-weight: 800; }
.hero-location svg { flex-shrink: 0; margin-top: 3px; color: #004785; }
.hero-stats-card .hero-location svg { flex-shrink: 0; margin-top: 2px; }
.footer-location svg { flex-shrink: 0; margin-top: 2px; color: var(--brand); }
.contact-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.seller { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.seller .ava { width: 52px; height: 52px; border-radius: 10px; background: var(--brand); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 20px; overflow: hidden; }
.social { display: flex; gap: 10px; margin-top: 10px; }
.social a { width: 38px; height: 38px; border-radius: 8px; display: grid; place-items: center; background: #f1f3f5; }

/* Panel / Admin */
.app-shell { display: grid; grid-template-columns: 240px 1fr; min-height: 100vh; }
.sidebar { background: var(--ink); color: #cbd5e1; padding: 18px 0; }
.sidebar .brand { padding: 0 18px 18px; font-size: 18px; }
.sidebar nav a { display: block; padding: 11px 18px; color: #cbd5e1; font-size: 14px; font-weight: 500; }
.sidebar nav a:hover, .sidebar nav a.active { background: rgba(255,255,255,.08); color: #fff; text-decoration: none; border-left: 3px solid var(--brand); }
.main-area { padding: 24px 28px; }
.topbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: 16px; margin-bottom: 24px; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.stat--link { text-decoration: none; color: inherit; transition: border-color .15s, box-shadow .15s; }
.stat--link:hover { border-color: var(--brand, #1a6fd4); box-shadow: 0 4px 14px rgba(26,111,212,.1); }
.stat .n { font-size: 28px; font-weight: 800; }
.stat .l { color: var(--muted); font-size: 13px; }

/* Tables */
.table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.table th, .table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line); font-size: 14px; }
.table th { background: #f9fafb; font-weight: 600; color: #374151; }
.table tr:last-child td { border-bottom: none; }

/* Forms */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; max-width: 720px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.alert { padding: 12px 16px; border-radius: 8px; margin-bottom: 16px; font-size: 14px; }
.alert-info { background: #eff6ff; color: #1e40af; border: 1px solid #bfdbfe; }
.alert-warn { background: #fffbeb; color: #92400e; border: 1px solid #fde68a; }
.alert-success { background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; }
.alert-error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.domain-setup-guide { background: #f8fafc; border: 1px solid var(--line); border-radius: 10px; padding: 16px 18px; margin-top: 10px; }
.domain-setup-guide__title { margin: 0 0 4px; font-weight: 700; font-size: 14px; }
.domain-setup-guide__urls { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-bottom: 4px; }
.domain-setup-guide__urls code { background: #fff; padding: 4px 8px; border-radius: 6px; border: 1px solid #e2e8f0; font-size: 13px; }
.domain-setup-guide__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 12px; font-size: 13px; line-height: 1.55; }
.domain-setup-guide__cols ul { margin: 8px 0 0; padding-left: 18px; }
.domain-setup-guide__cols li { margin-bottom: 4px; }
.storefront-visit-links { display: flex; flex-wrap: wrap; gap: 8px; }
@media (max-width: 640px) { .domain-setup-guide__cols { grid-template-columns: 1fr; } }
.text-muted { color: #64748b; }
.text-danger { color: #ef4444; font-size: 13px; }
.muted { color: var(--muted); }

/* Esnaf panel — ilan formu + AI */
.part-steps { display: flex; gap: 12px; margin-bottom: 18px; max-width: 820px; }
.part-step { display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: #fff; border: 1px solid var(--line); border-radius: 10px; font-size: 14px; font-weight: 600; color: var(--muted); flex: 1; }
.part-step.active { border-color: color-mix(in srgb, var(--brand) 35%, var(--line)); color: var(--ink); background: #fff8f7; }
.part-step-num { width: 28px; height: 28px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: #f1f5f9; font-size: 13px; }
.part-step.active .part-step-num { background: var(--brand); color: #fff; }

.ai-assistant-card { max-width: 820px; background: linear-gradient(135deg, #fff8f7 0%, #fff 55%); border: 1px solid color-mix(in srgb, var(--brand) 25%, var(--line)); border-radius: var(--radius); padding: 20px 22px; margin-bottom: 18px; }
.ai-assistant-head { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 14px; }
.ai-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; border-radius: 12px; background: var(--brand); color: #fff; font-weight: 800; font-size: 13px; letter-spacing: .04em; flex-shrink: 0; }
.ai-badge--muted { min-width: auto; height: auto; padding: 4px 10px; font-size: 11px; background: #f1f5f9; color: #64748b; }
.ai-assistant-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.btn-ai-mic { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); }
.btn-ai-mic.listening { background: #fef2f2; border-color: #fecaca; color: var(--brand); }
.btn-ai-suggest { display: inline-flex; align-items: center; gap: 8px; }
.ai-status { margin: 10px 0 0; font-size: 13px; min-height: 18px; }

.ai-branding-card { background: linear-gradient(135deg, #f0f9ff 0%, #fff 60%); border: 1px solid #bae6fd; border-radius: var(--radius); padding: 18px 20px; margin: 0 0 24px; }
.ai-branding-card__head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; flex-wrap: wrap; }
.badge-premium { display: inline-block; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 999px; background: #fef3c7; color: #92400e; }
.badge-premium-seller { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); color: #92400e; border: 1px solid #f59e0b; white-space: nowrap; }
.badge-verified { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; background: #ecfdf5; color: #047857; border: 1px solid #6ee7b7; white-space: nowrap; }
.vendor-row { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 6px; font-size: 12px; color: var(--muted); }
.vendor-badges { display: inline-flex; flex-wrap: wrap; gap: 4px; }
.store-footer-trust { background: #f8fafc; border-top: 1px solid var(--line); padding: 20px 0; }
.site-footer--store .store-footer-end {
  background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, #070d18 100%);
  border-top: 1px solid rgba(255,255,255,.08);
}
.site-footer--store .store-footer-trust {
  background: transparent;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 18px 0;
}
.site-footer--store .store-footer-trust__inner { max-width: 960px; }
.site-footer--store .store-footer-trust__row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.site-footer--store .store-footer-trust__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 185, 129, 0.14);
  color: #6ee7b7;
  border: 1px solid rgba(110, 231, 183, 0.25);
}
.site-footer--store .store-footer-trust__verified {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 500;
  color: #cbd5e1;
  line-height: 1.55;
  max-width: 640px;
}
.site-footer--store .store-footer-trust .badge-verified {
  background: rgba(16, 185, 129, 0.16);
  color: #a7f3d0;
  border-color: rgba(110, 231, 183, 0.35);
}
.store-footer-trust__inner { max-width: 900px; }
.store-footer-trust__badge-row { margin-bottom: 8px; display: flex; flex-wrap: wrap; gap: 6px; }
.site-footer--store .store-footer-trust__badge-row { margin-bottom: 0; }
.store-footer-trust__verified { margin: 0 0 8px; font-size: 14px; font-weight: 600; color: var(--ink); }
.store-footer-trust__disclaimer { margin: 0; font-size: 12px; color: var(--muted); line-height: 1.5; }
.approved-vendors-intro { max-width: 720px; margin-bottom: 28px; }
.approved-vendors-disclaimer { font-size: 13px; margin-top: 12px; }
.approved-vendors-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.approved-vendor-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.approved-vendor-card__link { display: flex; gap: 14px; padding: 18px; text-decoration: none; color: inherit; flex: 1; }
.approved-vendor-card__link:hover .approved-vendor-card__name { color: var(--brand); }
.approved-vendor-card__logo { width: 56px; height: 56px; border-radius: 12px; background: #f1f5f9; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; font-weight: 700; color: var(--brand); }
.approved-vendor-card__logo img { width: 100%; height: 100%; object-fit: cover; }
.approved-vendor-card__name { margin: 0 0 6px; font-size: 17px; }
.approved-vendor-card__badges { margin-bottom: 6px; display: flex; flex-wrap: wrap; gap: 4px; }
.approved-vendor-card__location, .approved-vendor-card__phone, .approved-vendor-card__count { margin: 0 0 4px; font-size: 13px; color: var(--muted); }
.approved-vendor-card__actions { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 18px 18px; }
.vendor-profile-layout { display: grid; grid-template-columns: minmax(280px, 360px) 1fr; gap: 32px; align-items: start; }
.vendor-profile-header { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 20px; }
.vendor-profile-logo { width: 72px; height: 72px; border-radius: 14px; background: #f1f5f9; display: flex; align-items: center; justify-content: center; overflow: hidden; font-size: 28px; font-weight: 700; color: var(--brand); flex-shrink: 0; }
.vendor-profile-logo img { width: 100%; height: 100%; object-fit: cover; }
.vendor-profile-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 6px; }
.vendor-profile-verified { margin: 0; font-size: 13px; }
.vendor-profile-disclaimer { margin-top: 16px; font-size: 12px; }
.vendor-profile-listings__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
@media (max-width: 900px) {
    .vendor-profile-layout { grid-template-columns: 1fr; }
}
.vendor-rating { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 6px 0; }
.vendor-rating__stars, .review-item__stars { display: inline-flex; gap: 2px; }
.star { font-size: 15px; line-height: 1; }
.star--on { color: #f59e0b; }
.star--off { color: #d1d5db; }
.vendor-rating__text { font-size: 13px; color: var(--muted); font-weight: 600; }
.vendor-rating__alt { display: block; font-size: 11px; margin-top: 2px; }
.vendor-rating__badge { font-size: 10px; font-weight: 700; padding: 2px 6px; border-radius: 999px; background: #e0e7ff; color: #3730a3; margin-left: 4px; }
.approved-vendors-filters { margin-bottom: 24px; }
.approved-vendors-filters__label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 8px; color: var(--muted); }
.vendor-reviews-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.review-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.review-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; }
.review-item__head { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 8px; }
.review-item__body { margin: 0; font-size: 14px; line-height: 1.55; white-space: pre-wrap; }
.review-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; margin-bottom: 24px; max-width: 640px; }
.review-form h3 { margin: 0 0 14px; font-size: 18px; }
.review-rating-input { display: flex; flex-wrap: wrap; gap: 8px; }
.review-rating-input__option { cursor: pointer; }
.review-rating-input__option input { position: absolute; opacity: 0; pointer-events: none; }
.review-rating-input__option span { display: inline-block; padding: 8px 12px; border: 1px solid var(--line); border-radius: 8px; font-weight: 600; }
.review-rating-input__option input:checked + span { border-color: #f59e0b; background: #fffbeb; color: #92400e; }
.review-form__note { margin: 12px 0 0; font-size: 12px; }
.review-login-prompt { margin-bottom: 20px; font-size: 14px; }
.member-account-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.vendor-contact-card--premium { border-color: color-mix(in srgb, #f59e0b 35%, var(--line)); box-shadow: 0 8px 28px rgba(245, 158, 11, .08); }
.vendor-contact-name-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.vendor-contact-btn--store { background: linear-gradient(135deg, #fff8f0 0%, #fff 100%); border-color: #f59e0b; margin-bottom: 12px; }
.vendor-contact-btn--store:hover { border-color: #d97706; background: #fffbeb; }
.vendor-contact-btn--store strong { color: #b45309; }

/* Admin ziyaretçi izleme */
.admin-visits-summary { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.admin-stat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 20px; min-width: 140px; }
.admin-stat-card--highlight { border-color: var(--brand, #1a6fd4); background: #f0f7ff; }
.admin-stat-card small { display: block; margin-top: 4px; font-size: 11px; }
.admin-stat-label { display: block; font-size: 12px; color: var(--muted); margin-bottom: 4px; }
.admin-stat-card strong { font-size: 22px; color: var(--ink); }
.admin-visits-filters { display: flex; gap: 12px; flex-wrap: wrap; align-items: flex-end; margin-bottom: 16px; }
.admin-visits-filters label { display: flex; flex-direction: column; gap: 4px; font-size: 12px; font-weight: 600; color: var(--muted); }
.admin-visits-filters input { padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; font-size: 14px; }
.admin-visits-filters select { padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; font-size: 14px; }
.admin-visits-checkbox { flex-direction: row !important; align-items: center; gap: 8px !important; font-size: 13px !important; color: var(--text) !important; cursor: pointer; }
.admin-visits-checkbox input { width: 16px; height: 16px; margin: 0; }
.admin-visit-bot-badge { display: inline-block; margin-left: 6px; padding: 1px 6px; border-radius: 4px; font-size: 10px; font-weight: 700; text-transform: uppercase; background: #fee2e2; color: #b91c1c; vertical-align: middle; }
.admin-visit-quality { white-space: nowrap; }
.admin-visit-badge { display: inline-block; margin: 0 2px 2px 0; padding: 2px 7px; border-radius: 4px; font-size: 10px; font-weight: 700; text-transform: uppercase; vertical-align: middle; }
.admin-visit-badge--google { background: #dcfce7; color: #166534; }
.admin-visit-badge--cloud { background: #ffedd5; color: #c2410c; }
.admin-visit-badge--bot { background: #fee2e2; color: #b91c1c; }
.admin-visit-badge--ok { background: #e0f2fe; color: #075985; }
.admin-visits-table-wrap { max-height: 70vh; overflow: auto; }
.admin-visits-table { margin: 0; font-size: 13px; }
.admin-visits-table thead th { position: sticky; top: 0; z-index: 1; background: #f8fafc; box-shadow: 0 1px 0 var(--line); }
.admin-visits-table .nowrap { white-space: nowrap; }
.admin-visits-table .ua-cell, .admin-visits-table .ref-cell { max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.storefront-closed__card { max-width: 520px; margin: 0 auto; text-align: center; }
.storefront-closed__lead { font-size: 18px; font-weight: 700; color: var(--ink); margin: 0 0 12px; }
.storefront-closed__actions { justify-content: center; flex-wrap: wrap; }
.storefront-closed__note { font-size: 13px; margin-top: 16px; max-width: 420px; margin-left: auto; margin-right: auto; }
.admin-pagination { display: flex; gap: 16px; align-items: center; margin-top: 16px; }
.admin-pagination a { color: var(--brand); font-weight: 600; text-decoration: none; }
.log-level { font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 999px; }
.log-level--critical, .log-level--error { background: #fee2e2; color: #991b1b; }
.log-level--warning { background: #fef3c7; color: #92400e; }
.log-level--info { background: #e0f2fe; color: #075985; }
.log-detail-pre { white-space: pre-wrap; font-size: 11px; max-height: 240px; overflow: auto; margin: 8px 0 0; background: #f8fafc; padding: 10px; border-radius: 8px; }

/* Admin toast bildirimleri */
#admin-toast-host { position: fixed; top: 16px; right: 16px; z-index: 9999; display: flex; flex-direction: column; gap: 8px; max-width: min(420px, calc(100vw - 32px)); pointer-events: none; }
.admin-toast { margin: 0 !important; box-shadow: 0 10px 30px rgba(15, 23, 42, .18); pointer-events: auto; transition: opacity .45s ease, transform .45s ease; }
.admin-toast--hide { opacity: 0; transform: translateY(-8px); }
.ai-branding-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 10px 0; }
.ai-branding-checks { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; }
.ai-branding-previews { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 14px; }
#brandAiMic.listening { background: #fef2f2; border-color: #fecaca; color: var(--brand); }

.part-form-card, .part-images-card { max-width: 820px; }
.part-images-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.part-images-card--locked { opacity: .92; }
.image-upload-placeholder { text-align: center; padding: 28px 16px; border: 2px dashed #e2e8f0; border-radius: 12px; color: var(--muted); }
.image-upload-placeholder svg { color: #94a3b8; margin-bottom: 8px; }
.image-drop-zone { position: relative; text-align: center; padding: 28px 16px; border: 2px dashed #cbd5e1; border-radius: 12px; background: #f8fafc; transition: border-color .15s, background .15s; }
.image-drop-zone.dragover { border-color: var(--brand); background: #fff8f7; }
.image-drop-zone input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.image-preview-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.image-preview-row img { width: 72px; height: 72px; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); }
.panel-part-thumbs { gap: 12px; }
.panel-part-thumb { position: relative; text-align: center; }
.panel-part-thumb img { width: 96px; height: 96px; }
.thumb-badge { position: absolute; top: 6px; left: 6px; background: var(--brand); color: #fff; font-size: 10px; font-weight: 700; padding: 2px 6px; border-radius: 6px; }
.thumb-actions { display: flex; gap: 4px; justify-content: center; margin-top: 6px; flex-wrap: wrap; }

/* Pagination */
.pager { display: flex; gap: 6px; margin-top: 24px; justify-content: center; }
.pager a, .pager span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: 14px; }
.pager .current { background: var(--brand); color: #fff; border-color: var(--brand); }

/* Footer */
.site-footer { background: linear-gradient(180deg, #0b1220 0%, var(--ink) 120px); color: #94a3b8; padding: 0; margin-top: 64px; position: relative; }
.footer-top-accent { height: 4px; background: linear-gradient(90deg, var(--brand), #f5c518 50%, var(--brand)); opacity: .9; }
.site-footer--store { margin-top: 48px; padding: 48px 0 0; background: var(--ink); }
.site-footer--store .footer-main { padding-top: 0; }
.site-footer a { color: #e2e8f0; }
.site-footer a:hover { color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; padding: 48px 0 40px; }
.footer-main--store { grid-template-columns: 1.4fr 1fr 1fr; }
.footer-brand-col .brand--footer { margin-bottom: 16px; color: #fff; }
.brand--footer .brand-wordmark { font-size: 22px; }
.brand--footer .brand-mark,
.brand--footer .brand-mark--inline { width: 48px; height: 48px; }
.brand--footer .brand-mark--inline { color: #fff; }
.brand--footer .brand-logo { max-height: 56px; }
.footer-subheading { margin-top: 22px; }
.footer-social { display: flex; align-items: center; gap: 10px; margin-top: 18px; }
.footer-social-link {
  display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px;
  border-radius: 10px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); color: #e2e8f0;
}
.footer-social-link:hover { background: rgba(255,255,255,.16); color: #fff; }
.footer-contact-list .footer-contact-text { font-size: 14px; line-height: 1.55; color: #94a3b8; }
.footer-store-location { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; font-weight: 600; color: #cbd5e1; margin: 12px 0 0; line-height: 1.5; }
.footer-store-location svg { flex-shrink: 0; margin-top: 2px; color: #f5c518; }
.store-site.store-tpl--pro-fiat-commercial .footer-store-location {
  color: #e2e8f0;
  font-weight: 700;
}
.store-site.store-tpl--pro-fiat-commercial .footer-store-location svg {
  color: #f5c518;
}
.footer-brand { margin-bottom: 14px; }
.footer-tagline { font-size: 14px; line-height: 1.65; max-width: 320px; margin: 0 0 18px; }
.footer-trust-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.trust-pill { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); color: #e2e8f0; }
.site-footer h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 14px; font-weight: 700; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 14px; font-weight: 500; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0 28px; font-size: 13px; }

.footer-developer { background: #070d18; border-top: 1px solid rgba(255,255,255,.06); padding: 14px 0; }
.footer-developer-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-dev-credit { margin: 0; font-size: 12px; color: #64748b; font-weight: 500; }
.footer-dev-credit a { color: #e2e8f0; font-weight: 700; }
.footer-dev-credit a:hover { color: #fff; }
.footer-dev-contacts { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 20px; }
.footer-dev-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: #cbd5e1; padding: 6px 0; }
.footer-dev-link:hover { color: #fff; }
.footer-dev-link svg { flex-shrink: 0; opacity: .9; }

.footer-copyright { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.06); padding: 16px 0 24px; font-size: 12px; color: #64748b; }
.footer-copyright a { color: #94a3b8; }
.footer-legal-note { max-width: 420px; text-align: right; line-height: 1.45; }
.footer-powered { color: #64748b; }

@media (max-width: 960px) {
  .trust-strip { font-size: 12px; }
  .trust-strip-inner { padding: 8px 16px; gap: 8px; }
  .trust-strip .sep:nth-child(4) { display: none; }

  .site-header { --header-offset: 120px; }
  .header-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 10px 12px;
    min-height: 0;
    padding: 10px 0 12px;
    align-items: center;
  }
  .brand { grid-column: 1; grid-row: 1; min-height: 52px; gap: 12px; }
  .brand-mark,
  .brand-mark--inline { width: 52px; height: 52px; }
  .brand .logo { width: 44px; height: 44px; font-size: 17px; }
  .header-actions { grid-column: 2; grid-row: 1; gap: 6px; }
  .search {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: 100%;
    width: 100%;
  }
  .search input { padding: 11px 18px 11px 14px; font-size: 16px; }
  .search button { padding: 0 16px; }
  .header-primary-nav { display: none; }
  .header-store-cta { padding: 8px 12px; font-size: 13px; max-width: 140px; overflow: hidden; text-overflow: ellipsis; }

  .nav-toggle { display: flex; margin-left: 2px; }
  .catalog-trigger { padding: 10px 11px; }
  .catalog-trigger span { display: none; }
  .brand-wordmark { display: none; }

  body.nav-open { overflow: hidden; }
  .nav-links {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header-offset, 120px);
    bottom: 0;
    z-index: 55;
    margin: 0;
    padding: 12px 16px 28px;
    background: var(--header-bg);
    border-top: 1px solid var(--header-border);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  }
  body.nav-open .nav-links { display: flex; }
  body.nav-open .nav-links > .nav-mobile-section:first-child { display: flex; }
  .nav-links > .nav-mobile-section,
  body.nav-open .nav-links > .nav-mobile-section { display: flex; flex-direction: column; align-items: stretch; gap: 2px; }
  .nav-mobile-label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--header-muted);
    opacity: .75;
    padding: 14px 12px 6px;
  }
  .nav-links a {
    display: block;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 15px;
  }
  .nav-links a:hover { background: var(--header-nav-hover-bg); }
  .nav-links .btn-nav {
    margin-top: 8px;
    text-align: center;
    justify-content: center;
  }
  .nav-links .lang-switch {
    margin-top: 12px;
    padding: 10px 14px;
    justify-content: flex-start;
    border-top: 1px solid var(--header-border);
  }

  .mega-menu-panel {
    grid-template-columns: 1fr;
    max-height: min(75vh, 640px);
    border-radius: 0 0 12px 12px;
  }
  .mega-menu-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 42vh;
    padding: 8px 10px;
    gap: 4px;
    border-right: none;
    border-bottom: 1px solid var(--line);
  }
  .mega-menu-nav-item {
    width: 100%;
    flex: none;
    white-space: normal;
    border-radius: 10px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid var(--line);
  }
  .mega-menu-nav-item.is-active { box-shadow: none; border-color: var(--brand); background: color-mix(in srgb, var(--brand) 8%, #fff); }
  .mega-menu-content { padding: 16px; }
  .mega-menu-columns { grid-template-columns: 1fr; gap: 16px; }
  .mega-menu-nav-chevron, .mega-menu-nav-all { display: none; }

  .mkt-hero-layout { grid-template-columns: 1fr; min-height: 0; }
  .mkt-hero-main { max-width: 100%; }
  .mkt-hero--photo { min-height: 0; background: #f8fafc; }
  .mkt-hero-photo { display: none; }
  .mkt-hero-overlay {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  }
  .mkt-hero-brand-mark { display: none; }
  .mkt-hero-banner { padding: 28px 0 32px; }
  .mkt-hero-banner h1 { font-size: clamp(22px, 6vw, 30px); text-shadow: none; }
  .mkt-hero-banner .mkt-lead { font-size: 15px; text-shadow: none; }

  .hero-landing-grid, .feature-grid, .about-grid, .steps-grid, .contact-grid, .auth-shell { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-developer-inner { flex-direction: column; align-items: flex-start; }
  .footer-copyright { flex-direction: column; align-items: flex-start; }
  .footer-legal-note { text-align: left; max-width: none; }
}

@media (max-width: 880px) {
  .with-sidebar, .detail, .app-shell, .form-grid, .footer-main { grid-template-columns: 1fr; }
  .sidebar { display: none; }
}
/* Store templates */
.store-site .site-header--store { background: color-mix(in srgb, var(--brand) 85%, #000); }
.store-tpl--pro-garage .site-header--store {
  background: #fff;
  color: #0f172a;
  border-bottom: 1px solid #fed7aa;
}
.store-tpl--pro-ocean .site-header--store {
  background: linear-gradient(180deg, #f0f9ff 0%, #fff 100%);
  color: #0c4a6e;
  border-bottom: 1px solid #bae6fd;
}
.store-tpl--pro-prestige .site-header--store {
  background: linear-gradient(135deg, #1c1917 0%, #292524 100%);
  color: #fef3c7;
}
.store-tpl--pro-urban .site-header--store {
  background: #f8fafc;
  color: #1e293b;
  border-bottom: 2px solid #334155;
}
.store-site.store-tpl--pro-fiat-commercial .site-header--store {
  background: #fff;
  color: #0f172a;
  border-bottom: 3px solid var(--brand, #003d7a);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
.store-site.store-tpl--pro-fiat-commercial .site-header--store a,
.store-site.store-tpl--pro-fiat-commercial .site-header--store .brand-text {
  color: #0f172a;
}
.store-site.store-tpl--pro-fiat-commercial .site-header--store .btn-nav,
.store-site.store-tpl--pro-fiat-commercial .site-header--store .lang-switch a {
  color: #334155;
}
.store-site.store-tpl--pro-fiat-commercial .site-header--store .lang-switch--header a {
  color: #64748b;
}
.store-site.store-tpl--pro-fiat-commercial .site-header--store .search {
  border: 2px solid var(--brand, #003d7a);
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 61, 122, 0.16);
  border-radius: 10px;
}
.store-site.store-tpl--pro-fiat-commercial .site-header--store .search input {
  color: #0f172a;
  font-size: 15px;
  font-weight: 500;
}
.store-site.store-tpl--pro-fiat-commercial .site-header--store .search input::placeholder {
  color: #64748b;
}
.store-site.store-tpl--pro-fiat-commercial .site-header--store .search button {
  background: var(--brand, #003d7a);
  padding: 0 22px;
}
.store-site.store-tpl--pro-fiat-commercial .site-header--store .lang-switch--header {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 4px 8px;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #f4f7fb;
  font-size: 12px;
  font-weight: 600;
}
.store-site.store-tpl--pro-fiat-commercial .site-header--store .lang-switch--header a {
  color: #475569;
  padding: 4px 8px;
  border-radius: 6px;
  text-decoration: none;
}
.store-site.store-tpl--pro-fiat-commercial .site-header--store .lang-switch--header a.active {
  background: #fff;
  color: var(--brand, #003d7a);
  box-shadow: 0 1px 4px rgba(0, 35, 75, 0.12);
}
.store-site.store-tpl--pro-fiat-commercial .site-header--store .lang-switch--header .sep {
  color: #cbd5e1;
  opacity: 1;
}
.store-site.store-tpl--pro-fiat-commercial .site-header--store .lang-switch a.active {
  color: var(--brand, #003d7a);
}
.store-site.store-tpl--pro-fiat-commercial .site-footer--store {
  background: linear-gradient(180deg, #00234b 0%, #001a38 100%);
}
.store-site .mkt-section--brands,
.store-site .mkt-cat-grid { margin-top: 0; }
.store-hero.store-brand--bmw:not([style*="background-image"]) { background: linear-gradient(135deg, #0066b1 0%, #003d6e 45%, #0f172a 100%); color: #fff; }
.store-hero.store-brand--mercedes-benz:not([style*="background-image"]) { background: linear-gradient(135deg, #1f2937 0%, #4b5563 40%, #111827 100%); color: #fff; }
.store-hero.store-brand--audi:not([style*="background-image"]) { background: linear-gradient(135deg, #b91c1c 0%, #7f1d1d 50%, #111827 100%); color: #fff; }
.store-hero.store-brand--fiat:not([style*="background-image"]) { background: linear-gradient(135deg, #b42318 0%, #7f1d1d 45%, #1e293b 100%); color: #fff; }
.store-hero.store-brand--renault:not([style*="background-image"]) { background: linear-gradient(135deg, #fbbf24 0%, #d97706 35%, #1e3a5f 100%); color: #fff; }
.store-hero.store-brand--volkswagen:not([style*="background-image"]) { background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 40%, #0f172a 100%); color: #fff; }
.store-hero.store-brand--ford:not([style*="background-image"]) { background: linear-gradient(135deg, #1d4ed8 0%, #1e3a5f 50%, #0f172a 100%); color: #fff; }
.store-hero.store-brand--opel:not([style*="background-image"]) { background: linear-gradient(135deg, #fbbf24 0%, #ca8a04 40%, #1e293b 100%); color: #fff; }
.store-hero.store-brand--peugeot:not([style*="background-image"]) { background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 45%, #0f172a 100%); color: #fff; }
.store-hero.store-brand--toyota:not([style*="background-image"]) { background: linear-gradient(135deg, #dc2626 0%, #991b1b 45%, #111827 100%); color: #fff; }
.store-hero.store-brand--honda:not([style*="background-image"]) { background: linear-gradient(135deg, #dc2626 0%, #b91c1c 40%, #1f2937 100%); color: #fff; }
.store-hero.store-brand--hyundai:not([style*="background-image"]) { background: linear-gradient(135deg, #1d4ed8 0%, #1e3a8a 45%, #0f172a 100%); color: #fff; }
.store-hero.store-brand--dacia:not([style*="background-image"]) { background: linear-gradient(135deg, #65a30d 0%, #4d7c0f 40%, #1e293b 100%); color: #fff; }
.store-hero.store-brand--citroen:not([style*="background-image"]) { background: linear-gradient(135deg, #dc2626 0%, #991b1b 40%, #1e3a5f 100%); color: #fff; }
.store-hero.store-brand--nissan:not([style*="background-image"]) { background: linear-gradient(135deg, #dc2626 0%, #7f1d1d 45%, #111827 100%); color: #fff; }
.store-hero.store-brand--kia:not([style*="background-image"]) { background: linear-gradient(135deg, #b91c1c 0%, #7f1d1d 40%, #0f172a 100%); color: #fff; }
.store-hero.store-brand--seat:not([style*="background-image"]) { background: linear-gradient(135deg, #dc2626 0%, #991b1b 45%, #1e293b 100%); color: #fff; }
.store-hero.store-brand--skoda:not([style*="background-image"]) { background: linear-gradient(135deg, #65a30d 0%, #3f6212 40%, #1e293b 100%); color: #fff; }
.store-hero.store-brand--tofas:not([style*="background-image"]) { background: linear-gradient(135deg, #1e3a5f 0%, #b42318 45%, #0f172a 100%); color: #fff; }
.store-hero.store-brand--volvo:not([style*="background-image"]) { background: linear-gradient(135deg, #1d4ed8 0%, #1e3a5f 50%, #0f172a 100%); color: #fff; }

.admin-templates-page .admin-page-head { display:flex; justify-content:space-between; align-items:flex-start; gap:16px; margin-bottom:20px; }
.admin-template-grid { display:grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap:20px; }
.admin-template-card { border:1px solid var(--line); border-radius:14px; overflow:hidden; background:#fff; box-shadow:var(--shadow); }
.admin-template-card--inactive { opacity:.65; }
.admin-template-preview { padding:12px; background:#f8fafc; }
.admin-template-preview-hero { height:72px; border-radius:10px; margin-bottom:8px; }
.admin-template-preview-card { height:36px; border-radius:8px; background:#fff; border:1px solid var(--line); }
.admin-template-card-body { padding:14px 16px 16px; }
.admin-template-card-head { display:flex; align-items:center; justify-content:space-between; gap:8px; }
.admin-template-meta { display:flex; flex-wrap:wrap; gap:8px; font-size:12px; color:var(--muted); margin-bottom:12px; }
.admin-template-actions { display:flex; gap:8px; }
.admin-template-preview .brand-logo { width: 38px; height: 38px; border-radius: 8px; object-fit: cover; }

.hero--gradient-dark { background: linear-gradient(135deg, var(--ink), #2b3138); color: #fff; }
.hero--gradient-brand { background: linear-gradient(135deg, var(--brand), color-mix(in srgb, var(--brand) 55%, #111)); color: #fff; }
.hero--banner-image {
  background: var(--ink) center/cover no-repeat;
  color: #fff;
  position: relative;
  min-height: 280px;
}
.hero--banner-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.65));
}
.hero--banner-image .container { position: relative; z-index: 1; }
.hero--minimal {
  background: #fff;
  color: var(--ink);
  border-bottom: 3px solid var(--brand);
  padding: 40px 0;
}
.hero--minimal p { color: var(--muted); }
.hero--minimal .store-hero-chip { color: var(--ink); border-color: var(--line); }

.store-hero-logo { width: 72px; height: 72px; border-radius: 12px; object-fit: cover; margin-bottom: 14px; border: 2px solid rgba(255,255,255,.25); }
.store-hero-kicker { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; opacity: .85; margin: 0 0 8px; }
.store-hero h1 { font-size: clamp(26px, 3vw, 38px); font-weight: 800; letter-spacing: -.02em; margin: 0 0 10px; }
.store-hero-lead { font-size: 16px; line-height: 1.55; opacity: .92; max-width: 52ch; margin: 0 0 16px; }
.store-hero-inner { position: relative; z-index: 1; }
.store-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 14px; }
.store-hero-cta { display: inline-flex; align-items: center; gap: 8px; }
.store-hero-chip {
  display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 999px;
  font-size: 13px; font-weight: 600; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
}
.store-hero-trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.store-hero-trust-pill {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
  padding: 5px 10px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
}
.hero--minimal .store-hero-chip { color: var(--ink); border-color: var(--line); background: var(--bg); }
.hero--minimal .store-hero-trust-pill { background: var(--bg); border-color: var(--line); color: var(--muted); }
.btn-whatsapp {
  background: #25d366 !important; color: #fff !important; border: none !important;
  box-shadow: 0 4px 14px rgba(37, 211, 102, .35);
}
.btn-whatsapp:hover { background: #1ebe57 !important; color: #fff !important; }
.hero--minimal .store-hero-logo { border-color: var(--line); }
.store-hero-chip { color: #fff; border-color: rgba(255,255,255,.3); }

.store-tpl--modern .card { border-radius: 16px; }
.store-tpl--bold .hero h1 { font-size: 40px; }
.store-tpl--minimal .card { box-shadow: none; border-color: #e2e8f0; }

.hero--corporate-split {
  display: flex;
  align-items: stretch;
  min-height: 220px;
  color: #fff;
  background: var(--ink);
  padding: 0;
}
.hero--corporate-split::before {
  content: "";
  width: 38%;
  min-width: 120px;
  background: linear-gradient(160deg, var(--brand), color-mix(in srgb, var(--brand) 40%, #000));
}
.hero--corporate-split .container { padding: 48px 24px; flex: 1; }

.hero--showcase-light {
  background: linear-gradient(180deg, #fff 0%, color-mix(in srgb, var(--brand) 8%, #fff) 100%);
  color: var(--ink);
  text-align: center;
  padding: 56px 0;
}
.hero--showcase-light p { color: var(--muted); max-width: 560px; margin: 0 auto; }
.hero--showcase-light .store-hero-chip { color: var(--ink); border-color: var(--line); }

.hero--night-neon {
  background: #0b1220;
  color: #e2e8f0;
  border-bottom: 3px solid var(--brand);
  box-shadow: inset 0 -24px 48px color-mix(in srgb, var(--brand) 15%, transparent);
}
.hero--night-neon p { color: #94a3b8; }

/* Premium magaza sablonlari */
.hero--hero-prestige-gold {
  background: linear-gradient(145deg, #1c1917 0%, #292524 40%, color-mix(in srgb, var(--brand) 35%, #1c1917) 100%);
  color: #fef3c7;
  border-bottom: 4px solid color-mix(in srgb, var(--brand) 80%, #fbbf24);
  box-shadow: inset 0 -40px 80px rgba(251, 191, 36, .08);
}
.hero--hero-prestige-gold p { color: #d6d3d1; }
.hero--hero-prestige-gold .store-hero-kicker { color: #fbbf24; }

.hero--hero-garage-pro {
  background:
    repeating-linear-gradient(90deg, transparent, transparent 48px, rgba(255,255,255,.03) 48px, rgba(255,255,255,.03) 49px),
    linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  color: #e2e8f0;
  border-bottom: 4px solid var(--brand);
}
.hero--hero-garage-pro p { color: #94a3b8; }

.hero--hero-ocean-wave {
  background:
    radial-gradient(ellipse 120% 80% at 50% 120%, color-mix(in srgb, var(--brand) 45%, #0ea5e9) 0%, transparent 55%),
    linear-gradient(160deg, #0c4a6e 0%, #0369a1 50%, #0284c7 100%);
  color: #fff;
}
.hero--hero-ocean-wave p { color: #bae6fd; }

.hero--hero-sunset-warm {
  background: linear-gradient(135deg, #7c2d12 0%, var(--brand) 45%, #fb923c 100%);
  color: #fff;
}
.hero--hero-sunset-warm p { color: #ffedd5; }

.hero--hero-diamond-cut {
  background:
    linear-gradient(135deg, transparent 25%, rgba(255,255,255,.04) 25%, rgba(255,255,255,.04) 50%, transparent 50%, transparent 75%, rgba(255,255,255,.04) 75%),
    linear-gradient(160deg, #312e81 0%, var(--brand) 50%, #4f46e5 100%);
  background-size: 24px 24px, 100% 100%;
  color: #e0e7ff;
  border-bottom: 3px solid #a5b4fc;
}
.hero--hero-diamond-cut p { color: #c7d2fe; }

.hero--hero-retro-stripes {
  background:
    repeating-linear-gradient(-12deg, transparent, transparent 12px, rgba(255,255,255,.06) 12px, rgba(255,255,255,.06) 24px),
    linear-gradient(90deg, #831843 0%, var(--brand) 100%);
  color: #fce7f3;
}
.hero--hero-retro-stripes .store-hero-kicker { letter-spacing: .2em; }

.hero--hero-carbon-fiber {
  background:
    repeating-linear-gradient(45deg, #27272a 0, #27272a 2px, #18181b 2px, #18181b 4px),
    linear-gradient(180deg, #27272a, #09090b);
  color: #fafafa;
  border-bottom: 3px solid var(--brand);
  box-shadow: inset 0 0 60px rgba(0,0,0,.5);
}
.hero--hero-carbon-fiber p { color: #a1a1aa; }

.hero--hero-emerald-luxe {
  background: linear-gradient(135deg, #064e3b 0%, var(--brand) 55%, #34d399 100%);
  color: #ecfdf5;
  text-align: center;
}
.hero--hero-emerald-luxe p { color: #a7f3d0; max-width: 560px; margin: 0 auto; }
.hero--hero-emerald-luxe .store-hero-chip { color: #ecfdf5; border-color: rgba(255,255,255,.35); }

.store-tpl--prestige .card { border-top: 3px solid color-mix(in srgb, var(--brand) 70%, #fbbf24); }
.store-tpl--garage-pro .card { border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,.12); }
.store-tpl--wave .card { border-radius: 16px; }
.store-tpl--sunset .card { border-radius: 12px; border-color: color-mix(in srgb, var(--brand) 25%, var(--line)); }
.store-tpl--diamond .card { border: 1px solid color-mix(in srgb, var(--brand) 30%, var(--line)); border-radius: 8px; }
.store-tpl--retro .card { border-left: 4px solid var(--brand); }
.store-tpl--carbon .card { background: #fafafa; }
.store-tpl--emerald .card { border-radius: 20px; }

.hero--hero-urban-street {
  background: linear-gradient(160deg, #0f172a 0%, #1e3a8a 55%, var(--brand) 100%);
  color: #e2e8f0;
  border-bottom: 4px solid color-mix(in srgb, var(--brand) 70%, #fff);
}
.hero--hero-urban-street p { color: #94a3b8; }

.hero--hero-royal-plum {
  background: linear-gradient(135deg, #3b0764 0%, var(--brand) 50%, #7c3aed 100%);
  color: #f5f3ff;
  text-align: center;
}
.hero--hero-royal-plum p { color: #ddd6fe; max-width: 560px; margin: 0 auto; }

.hero--hero-copper-metal {
  background:
    linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.15)),
    linear-gradient(145deg, #431407 0%, var(--brand) 45%, #ea580c 100%);
  color: #ffedd5;
}
.hero--hero-copper-metal p { color: #fed7aa; }

.hero--hero-silver-chrome {
  background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 40%, #cbd5e1 100%);
  color: #0f172a;
  border-bottom: 3px solid var(--brand);
}
.hero--hero-silver-chrome p { color: #475569; }
.hero--hero-silver-chrome .store-hero-chip { color: #0f172a; border-color: var(--line); }
.hero--hero-silver-chrome .store-hero-kicker { color: var(--brand); }

.hero--hero-mint-fresh {
  background: linear-gradient(135deg, #ecfdf5 0%, color-mix(in srgb, var(--brand) 25%, #fff) 50%, #99f6e4 100%);
  color: #134e4a;
  border-bottom: 3px solid var(--brand);
}
.hero--hero-mint-fresh p { color: #0f766e; }
.hero--hero-mint-fresh .store-hero-chip { color: #134e4a; border-color: #99f6e4; }

.hero--hero-racing-stripes {
  background:
    repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255,255,255,.08) 20px, rgba(255,255,255,.08) 40px),
    linear-gradient(90deg, #111 0%, var(--brand) 50%, #111 100%);
  color: #fff;
  border-bottom: 4px solid #fbbf24;
}
.hero--hero-racing-stripes .store-hero-kicker { color: #fbbf24; }

.store-tpl--urban .card { border-radius: 10px; }
.store-tpl--royal .card { border-top: 3px solid var(--brand); }
.store-tpl--copper .card { box-shadow: 0 4px 14px rgba(194,65,12,.12); }
.store-tpl--silver .card { border: 1px solid #e2e8f0; background: #fff; }
.store-tpl--mint .card { border-radius: 16px; border-color: #99f6e4; }
.store-tpl--racing .card { border-left: 4px solid var(--brand); }

.hero--hero-platinum-shine {
  background: linear-gradient(145deg, #334155 0%, #94a3b8 35%, #e2e8f0 70%, #64748b 100%);
  color: #0f172a;
}
.hero--hero-platinum-shine p { color: #475569; }
.hero--hero-platinum-shine .store-hero-kicker { color: #64748b; }

.hero--hero-obsidian-dark {
  background: radial-gradient(ellipse 80% 60% at 30% 0%, color-mix(in srgb, var(--brand) 25%, #1e293b), #020617);
  color: #f1f5f9;
  border-bottom: 3px solid var(--brand);
}
.hero--hero-obsidian-dark p { color: #94a3b8; }

.hero--hero-aurora-glow {
  background: linear-gradient(135deg, #4c1d95 0%, var(--brand) 40%, #059669 100%);
  color: #fff;
}
.hero--hero-aurora-glow p { color: #ddd6fe; }

.hero--hero-heritage-classic {
  background: linear-gradient(160deg, #451a03 0%, var(--brand) 45%, #78350f 100%);
  color: #fef3c7;
}
.hero--hero-heritage-classic p { color: #fde68a; }

.hero--hero-electric-neon {
  background: #0f172a;
  color: #e0f2fe;
  border-bottom: 3px solid var(--brand);
  box-shadow: inset 0 -30px 60px color-mix(in srgb, var(--brand) 25%, transparent);
}
.hero--hero-electric-neon p { color: #7dd3fc; }
.hero--hero-electric-neon .store-hero-kicker { color: var(--brand); }

.hero--hero-marble-luxe {
  background:
    linear-gradient(135deg, rgba(255,255,255,.9) 0%, rgba(248,250,252,.95) 50%, color-mix(in srgb, var(--brand) 12%, #fff) 100%);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.hero--hero-marble-luxe p { color: var(--muted); }
.hero--hero-marble-luxe .store-hero-chip { color: var(--ink); border-color: var(--line); }

.hero--hero-titanium-steel {
  background: linear-gradient(180deg, #475569 0%, #1e293b 60%, #0f172a 100%);
  color: #e2e8f0;
}
.hero--hero-titanium-steel p { color: #94a3b8; }

.hero--hero-champagne-gold {
  background: linear-gradient(135deg, #78350f 0%, var(--brand) 40%, #fbbf24 100%);
  color: #fff;
}
.hero--hero-champagne-gold p { color: #fef3c7; }

.hero--hero-forest-deep {
  background: linear-gradient(160deg, #052e16 0%, var(--brand) 50%, #14532d 100%);
  color: #ecfdf5;
}
.hero--hero-forest-deep p { color: #a7f3d0; }

.store-tpl--platinum .card { border: 1px solid #cbd5e1; box-shadow: 0 8px 24px rgba(148,163,184,.15); }
.store-tpl--obsidian .card { background: #fafafa; border-radius: 8px; }
.store-tpl--aurora .card { border-radius: 18px; border-top: 3px solid var(--brand); }
.store-tpl--heritage .card { border-left: 4px solid var(--brand); }
.store-tpl--electric .card { box-shadow: 0 0 0 1px color-mix(in srgb, var(--brand) 30%, var(--line)); }
.store-tpl--marble .card { border-radius: 12px; background: #fff; }
.store-tpl--titanium .card { border-radius: 6px; }
.store-tpl--champagne .card { border-top: 3px solid #fbbf24; }
.store-tpl--forest .card { border-radius: 16px; border-color: #86efac; }


.error-page { padding: 48px 0 72px; }
.error-page__card {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 32px rgba(15,23,42,.06);
}
.error-page__code {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  color: var(--brand);
  margin: 0 0 8px;
}
.error-page__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.error-page__trace { font-size: 13px; margin-top: 12px; }
.error-page__trace code { font-size: 12px; word-break: break-all; }

.empty-state {
  text-align: center;
  padding: 48px 24px;
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
}
.empty-state__icon { font-size: 40px; margin-bottom: 12px; }
.empty-state__title { margin: 0 0 8px; font-size: 18px; }
.empty-state__message { max-width: 420px; margin: 0 auto 20px; }

.store-tpl--corporate .card { border-left: 3px solid var(--brand); }
.store-tpl--showcase .card { border-radius: 20px; }
.store-tpl--night .card { background: #fff; border-color: #1e293b; }

.template-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; }
.template-card {
  display: block;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  cursor: pointer;
  background: #fff;
}
.template-card input { display: none; }
.template-card.selected, .template-card:hover { border-color: var(--brand); }
.template-card--locked {
  cursor: not-allowed;
  opacity: .72;
  background: #f8fafc;
  position: relative;
}
.template-card--locked:hover { border-color: var(--line); }
.template-lock-hint {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
}
.template-badge {
  display: inline-block;
  margin-top: 8px;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
}
.design-preview .hero { padding: 32px 20px; }
.checkbox-label { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.5; font-weight: 500; cursor: pointer; }
.checkbox-label input[type="checkbox"] { width: 16px; height: 16px; min-width: 16px; margin: 2px 0 0; padding: 0; flex-shrink: 0; accent-color: var(--brand); }

/* Platform themes (admin secimi) */
.platform-site.platform-theme--classic-dark {
  /* :root vars — mevcut koyu tasarim */
}

.platform-site.platform-theme--rrr-blue {
  --brand: #004785;
  --brand-dark: #003665;
  --header-bg: #004785;
  --header-fg: #ffffff;
  --header-muted: rgba(255, 255, 255, 0.9);
  --header-border: rgba(255, 255, 255, 0.14);
  --header-search-bg: #ffffff;
  --header-nav-hover-bg: rgba(255, 255, 255, 0.14);
  --header-search-border: transparent;
  --header-search-fg: #0f172a;
  --header-search-placeholder: #64748b;
  --header-search-btn-bg: #f5c518;
  --header-search-btn-fg: #0f172a;
  --trust-bg: #003665;
  --trust-fg: rgba(255, 255, 255, 0.88);
  --hero-bg: linear-gradient(180deg, #eef4fa 0%, #f6f9fc 45%, #ffffff 100%);
  --hero-fg: #0f172a;
  --hero-muted: #475569;
  --hero-kicker: #004785;
  --hero-glow: rgba(0, 71, 133, 0.08);
  --hero-stats-bg: #ffffff;
  --hero-stats-border: #dbeafe;
  --cta-bg: linear-gradient(135deg, #004785, #003665);
  --cta-fg: #ffffff;
  --cta-muted: #dbeafe;
  --logo-grad-end: #0066b3;
  --logo-shadow: rgba(0, 71, 133, 0.28);
}
.platform-site.platform-theme--rrr-blue .btn-nav {
  background: #f5c518 !important;
  color: #0f172a !important;
}
.platform-site.platform-theme--rrr-blue .btn-nav:hover {
  background: #e6b800 !important;
  color: #0f172a !important;
}
.platform-site.platform-theme--rrr-blue .lang-switch a.active {
  color: #f5c518;
}

/* Yönetim paneli — ana site temasıyla uyumlu */
.admin-shell .sidebar .admin-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px 18px;
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
}
.admin-shell .sidebar .admin-brand:hover { color: #fff; }
.admin-shell .admin-brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  flex-shrink: 0;
}
.admin-shell .admin-brand-mark.brand-mark--inline {
  display: grid;
  place-items: center;
  color: #fff;
}
.admin-shell .admin-brand-mark .brand-mark-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.admin-shell.admin-theme--rrr-blue {
  --brand: #004785;
  --brand-dark: #003665;
  --logo-grad-end: #0066b3;
  --logo-shadow: rgba(0, 71, 133, 0.28);
}
.admin-shell.admin-theme--rrr-blue .sidebar {
  background: #004785;
}
.admin-shell.admin-theme--rrr-blue .sidebar nav a:hover,
.admin-shell.admin-theme--rrr-blue .sidebar nav a.active {
  border-left-color: #f5c518;
  background: rgba(255, 255, 255, 0.1);
}
.admin-shell.admin-theme--rrr-blue .lang-switch a.active {
  color: #004785;
}
.admin-shell.admin-theme--rrr-blue .admin-stat-card--highlight {
  border-color: #004785;
  background: #eef4fa;
}
.admin-shell.admin-theme--rrr-blue .platform-theme-card.selected {
  border-color: #004785;
  box-shadow: 0 0 0 2px rgba(0, 71, 133, 0.2);
}
.admin-shell.admin-theme--rrr-blue .platform-theme-active-badge {
  background: #004785;
  color: #fff;
}
.admin-shell.admin-theme--classic-dark {
  --brand: #b42318;
  --brand-dark: #8f1c13;
}
.admin-shell.admin-theme--classic-dark .sidebar {
  background: #0f172a;
}
.admin-shell.admin-theme--sky-light {
  --brand: #0ea5e9;
  --brand-dark: #0284c7;
}
.admin-shell.admin-theme--sky-light .sidebar {
  background: #0284c7;
}
.admin-shell.admin-theme--slate-pro {
  --brand: #475569;
  --brand-dark: #334155;
}
.admin-shell.admin-theme--slate-pro .sidebar {
  background: #334155;
}
.admin-shell.admin-theme--night {
  --brand: #60a5fa;
  --brand-dark: #3b82f6;
  --ink: #e2e8f0;
  --bg: #0b1120;
  --card: #1e293b;
  --line: #334155;
}
.admin-shell.admin-theme--night .sidebar {
  background: #0f172a;
}
.admin-shell.admin-theme--night .main-area {
  background: #0b1120;
  color: #e2e8f0;
}
.admin-shell.admin-theme--night .form-card,
.admin-shell.admin-theme--night .stat,
.admin-shell.admin-theme--night .table,
.admin-shell.admin-theme--night .admin-stat-card,
.admin-shell.admin-theme--night .platform-theme-card {
  background: #1e293b;
  border-color: #334155;
  color: #e2e8f0;
}
.admin-shell.admin-theme--night .topbar h2 {
  color: #f1f5f9;
}

.platform-site.platform-theme--sky-light {
  --brand: #0ea5e9;
  --brand-dark: #0284c7;
  --header-bg: #ffffff;
  --header-fg: #0f172a;
  --header-muted: #64748b;
  --header-border: #e2e8f0;
  --header-search-bg: #f8fafc;
  --header-nav-hover-bg: rgba(15, 23, 42, 0.06);
  --header-search-border: #e2e8f0;
  --header-search-fg: #0f172a;
  --trust-bg: #f0f9ff;
  --trust-fg: #0369a1;
  --hero-bg: linear-gradient(180deg, #f0f9ff 0%, #f8fafc 60%, #ffffff 100%);
  --hero-fg: #0f172a;
  --hero-muted: #64748b;
  --hero-kicker: #0ea5e9;
  --hero-glow: rgba(14,165,233,.08);
  --hero-stats-bg: #ffffff;
  --hero-stats-border: #e0f2fe;
  --cta-bg: linear-gradient(135deg, #0ea5e9, #0284c7);
  --cta-muted: #e0f2fe;
  --logo-grad-end: #38bdf8;
  --logo-shadow: rgba(14,165,233,.22);
}

.platform-site.platform-theme--slate-pro {
  --brand: #475569;
  --brand-dark: #334155;
  --header-bg: #ffffff;
  --header-fg: #0f172a;
  --header-muted: #64748b;
  --header-border: #e2e8f0;
  --header-search-bg: #f1f5f9;
  --header-nav-hover-bg: rgba(15, 23, 42, 0.06);
  --header-search-border: #e2e8f0;
  --header-search-fg: #0f172a;
  --trust-bg: #f1f5f9;
  --trust-fg: #475569;
  --hero-bg: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #ffffff 100%);
  --hero-fg: #0f172a;
  --hero-muted: #64748b;
  --hero-kicker: #475569;
  --hero-glow: rgba(71,85,105,.06);
  --hero-stats-bg: #ffffff;
  --hero-stats-border: #e2e8f0;
  --cta-bg: linear-gradient(135deg, #475569, #334155);
  --cta-muted: #cbd5e1;
  --logo-grad-end: #64748b;
  --logo-shadow: rgba(71,85,105,.2);
}

.platform-site.platform-theme--night {
  --brand: #60a5fa;
  --brand-dark: #3b82f6;
  --ink: #e2e8f0;
  --ink-soft: #cbd5e1;
  --muted: #94a3b8;
  --line: #334155;
  --bg: #0b1120;
  --card: #1e293b;
  --header-bg: #0f172a;
  --header-fg: #f1f5f9;
  --header-muted: #94a3b8;
  --header-border: #1e293b;
  --header-search-bg: #1e293b;
  --header-nav-hover-bg: rgba(255, 255, 255, 0.08);
  --header-search-border: #334155;
  --header-search-fg: #f1f5f9;
  --header-search-placeholder: #64748b;
  --trust-bg: #111827;
  --trust-fg: #94a3b8;
  --hero-bg: linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #0b1120 100%);
  --hero-fg: #f1f5f9;
  --hero-muted: #94a3b8;
  --hero-kicker: #60a5fa;
  --hero-glow: rgba(96,165,250,.15);
  --hero-stats-bg: rgba(30,41,59,.6);
  --hero-stats-border: #334155;
  --cta-bg: linear-gradient(135deg, #1e3a5f, #0f172a);
  --cta-muted: #94a3b8;
  --logo-grad-end: #3b82f6;
  --logo-shadow: rgba(96,165,250,.3);
}

.platform-site.platform-theme--rrr-blue .hero--landing .btn-ghost-light,
.platform-site.platform-theme--sky-light .hero--landing .btn-ghost-light,
.platform-site.platform-theme--slate-pro .hero--landing .btn-ghost-light {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}
.platform-site.platform-theme--rrr-blue .hero--landing .btn-ghost-light:hover,
.platform-site.platform-theme--sky-light .hero--landing .btn-ghost-light:hover,
.platform-site.platform-theme--slate-pro .hero--landing .btn-ghost-light:hover {
  background: #f8fafc;
  color: var(--ink);
}

.platform-site.platform-theme--night .section--muted { background: var(--card); }
.platform-site.platform-theme--night .feature-card,
.platform-site.platform-theme--night .chip,
.platform-site.platform-theme--night .filters,
.platform-site.platform-theme--night .card,
.platform-site.platform-theme--night .price-card { background: var(--card); border-color: var(--line); }
.platform-site.platform-theme--night .card .title { color: var(--ink); }
.platform-site.platform-theme--night .page-hero { background: linear-gradient(180deg, var(--card) 0%, var(--bg) 100%); }

.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 12px; background: var(--card); padding: 0 18px; }
.faq-item summary { cursor: pointer; padding: 16px 0; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; float: right; font-weight: 700; color: var(--brand); }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { margin: 0 0 16px; color: var(--muted); line-height: 1.6; font-size: 15px; }

/* Admin tema secici */
.platform-theme-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.platform-theme-card {
  border: 2px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  transition: border-color .15s;
}
.platform-theme-card.selected { border-color: var(--brand); box-shadow: 0 0 0 1px var(--brand); }
.platform-theme-preview { height: 56px; position: relative; }
.platform-theme-preview-bar { display: block; height: 100%; }
.platform-theme-preview-accent {
  position: absolute;
  right: 12px;
  bottom: 10px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 2px solid #fff;
  box-shadow: var(--shadow);
}
.platform-theme-card-body { padding: 14px; }
.platform-theme-active-badge {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  background: #dcfce7;
    color: #166534;
}

/* —— Marketplace / RRR-style vitrin —— */
.container--wide { max-width: 1280px; }

.mkt-hero--photo {
  position: relative;
  padding: 0;
  min-height: 520px;
  overflow: hidden;
}
.mkt-hero-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: 72% center;
}
.mkt-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    95deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.95) 38%,
    rgba(248, 250, 252, 0.82) 58%,
    rgba(255, 255, 255, 0.25) 100%
  );
}
.mkt-hero-brand-mark {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: min(168px, 20vw);
  height: min(168px, 20vw);
  opacity: .1;
  z-index: 0;
  pointer-events: none;
  color: var(--brand);
  display: grid;
  place-items: center;
}
.mkt-hero-brand-mark img,
.mkt-hero-brand-mark .brand-mark-icon {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.mkt-hero-banner {
  position: relative;
  z-index: 1;
  padding: 56px 0 64px;
}
.mkt-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 58%) 1fr;
  align-items: center;
  gap: 32px;
  min-height: 400px;
}
.mkt-hero-main {
  max-width: 700px;
  width: 100%;
}
.mkt-hero-copy {
  max-width: 100%;
  margin-bottom: 0;
}
.mkt-hero-highlight {
  color: var(--brand, #004785);
  font-weight: 800;
}
.mkt-hero-headline-lead {
  display: block;
  font-size: clamp(16px, 2.1vw, 22px);
  font-weight: 600;
  color: #475569;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
  text-shadow: none;
  line-height: 1.35;
}
.mkt-hero-banner h1 .mkt-hero-highlight--line {
  display: block;
  margin-top: 8px;
  font-size: clamp(20px, 2.6vw, 28px);
  line-height: 1.3;
  color: #0c4a6e;
}
.mkt-hero-banner h1 {
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.22;
  margin: 0 0 12px;
  color: #0f172a;
  font-weight: 800;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}
.mkt-hero-banner .mkt-lead {
  color: #334155;
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  max-width: 52ch;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}

.mkt-finder-wrap {
  margin-top: 28px;
  width: 100%;
  max-width: 100%;
}

/* Ovoko / RRR tarzi 4 adimli yatay arama cubugu */
.mkt-finder--bar {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.15fr) minmax(0, 0.9fr) minmax(0, 1.25fr) auto;
  align-items: stretch;
  background: #fff;
  border: 1px solid #cfd8e3;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.1);
  min-height: 76px;
}
.mkt-finder--bar .mkt-finder-step {
  padding: 11px 16px 9px;
  border-right: 1px solid #e3e9f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  background: #fff;
}
.mkt-finder--bar .mkt-finder-step--wide {
  min-width: 0;
}
.mkt-finder--bar .mkt-step-num {
  width: 22px;
  height: 22px;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 1px;
  background: #b8c4d4;
  color: #fff;
  flex-shrink: 0;
}
.mkt-finder--bar .mkt-finder-step--ready .mkt-step-num {
  background: var(--brand, #004785);
}
.mkt-finder--bar label {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.mkt-finder--bar select,
.mkt-finder--bar input {
  width: 100%;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  outline: none;
  min-height: 24px;
  appearance: none;
  -webkit-appearance: none;
}
.mkt-finder--bar select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0 center !important;
  padding-right: 18px !important;
}
.mkt-finder--bar select:disabled,
.mkt-finder--bar input:disabled {
  color: #94a3b8;
  font-weight: 500;
  cursor: not-allowed;
  background-image: none !important;
}
.mkt-finder--bar input::placeholder {
  color: #94a3b8;
  font-weight: 500;
}
.mkt-finder--bar .mkt-search-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 112px;
  padding: 10px 14px;
  border: none;
  border-radius: 0;
  background: #f5c518;
  color: #0f172a;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.15;
  cursor: pointer;
  transition: background 0.15s;
}
.mkt-finder--bar .mkt-search-btn:hover {
  background: #e6b800;
}
.mkt-finder-wrap .mkt-trust-row {
  margin-top: 14px;
  color: #475569;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}

@media (max-width: 960px) {
  .mkt-finder--bar {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 10px;
  }
  .mkt-finder--bar .mkt-finder-step {
    border-right: none;
    border-bottom: 1px solid #e3e9f0;
  }
  .mkt-finder--bar .mkt-finder-step--wide {
    grid-column: auto;
  }
  .mkt-finder--bar .mkt-search-btn {
    grid-column: auto;
    flex-direction: row;
    min-height: 52px;
    border-radius: 0 0 10px 10px;
  }
  .mkt-finder-wrap .mkt-trust-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
  }
}

.mkt-finder--progressive {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
  min-height: 72px;
}
.mkt-finder--progressive .mkt-finder-step {
  flex: 1 1 0;
  min-width: 130px;
  padding: 12px 16px 10px;
  border-right: 1px solid #e8edf3;
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.mkt-finder--progressive .mkt-finder-step[hidden] {
  display: none !important;
}
.mkt-finder--progressive .mkt-finder-step--active {
  opacity: 1;
  transform: none;
}
.mkt-finder--progressive .mkt-finder-step--visible {
  opacity: 1;
  transform: none;
}
.mkt-finder--progressive .mkt-finder-step[data-step="1"] {
  opacity: 1;
  transform: none;
}
.mkt-finder--progressive .mkt-finder-step--wide {
  flex: 1.4 1 0;
  min-width: 160px;
}
.mkt-finder--progressive .mkt-step-num {
  width: 20px;
  height: 20px;
  font-size: 10px;
  margin-bottom: 0;
}
.mkt-finder--progressive label {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.mkt-finder--progressive select,
.mkt-finder--progressive input {
  width: 100%;
  border: none !important;
  background: transparent !important;
  padding: 2px 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  outline: none;
}
.mkt-finder--progressive select:disabled {
  color: #94a3b8;
  font-weight: 500;
}
.mkt-finder--progressive .mkt-search-btn {
  flex: 0 0 auto;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 108px;
  padding: 10px 16px;
  border: none;
  border-radius: 0;
  background: #f5c518;
  color: #0f172a;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.15s;
}
.mkt-finder--progressive .mkt-search-btn:hover {
  background: #e6b800;
  transform: none;
  box-shadow: none;
}
.mkt-finder-wrap .mkt-trust-row {
  margin-top: 14px;
  color: #475569;
  font-weight: 500;
}

@media (max-width: 900px) {
  .mkt-finder--progressive {
    flex-wrap: wrap;
    min-height: 0;
  }
  .mkt-finder--progressive .mkt-finder-step {
    flex: 1 1 45%;
    min-width: 0;
    border-bottom: 1px solid #e8edf3;
  }
  .mkt-finder--progressive .mkt-finder-step--wide {
    flex: 1 1 100%;
  }
  .mkt-finder--progressive .mkt-search-btn {
    flex: 1 1 100%;
    flex-direction: row;
    min-height: 52px;
  }
  .mkt-hero-photo { background-position: center; }
}

.mkt-finder-card--hero {
  margin-top: 20px;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(15,23,42,.1);
}
.mkt-finder--rrr {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 0;
  align-items: stretch;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.mkt-finder--rrr .mkt-finder-step {
  padding: 12px 14px;
  border-right: 1px solid var(--line, #e2e8f0);
  min-width: 0;
}
.mkt-finder--rrr .mkt-finder-step--wide { grid-column: auto; }
.mkt-finder--rrr .mkt-step-num { margin-bottom: 4px; }
.mkt-finder--rrr select,
.mkt-finder--rrr input {
  border: none !important;
  background: transparent !important;
  padding: 4px 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.mkt-finder--rrr .mkt-search-btn {
  border-radius: 0;
  min-height: 100%;
  flex-direction: column;
  gap: 4px;
  padding: 12px 18px;
  font-size: 13px;
}
@media (max-width: 900px) {
  .mkt-finder--rrr {
    grid-template-columns: 1fr 1fr;
  }
  .mkt-finder--rrr .mkt-finder-step--wide { grid-column: 1 / -1; }
  .mkt-finder--rrr .mkt-search-btn { grid-column: 1 / -1; flex-direction: row; min-height: 48px; }
}

.mkt-hero {
  background: var(--hero-bg, linear-gradient(180deg, #e8f2fc 0%, #f4f8fc 45%, #fff 100%));
  padding: 48px 0 56px;
}
.mkt-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 900px) {
  .mkt-hero-inner { grid-template-columns: 1fr; }
}
.mkt-kicker { color: var(--hero-kicker, #1a6fd4); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; margin: 0 0 8px; }
.mkt-hero-copy h1 { font-size: clamp(28px, 4vw, 40px); line-height: 1.15; margin: 0 0 12px; color: var(--hero-fg, #0f172a); }
.mkt-lead { color: var(--hero-muted, #475569); font-size: 17px; margin: 0 0 12px; max-width: 42ch; }
.mkt-stats-line { color: var(--hero-muted); font-size: 14px; margin: 0; }
.mkt-stats-line strong { color: var(--brand, #1a6fd4); }

.mkt-finder-card {
  background: #fff;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 32px rgba(15,23,42,.06);
}
.mkt-finder {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
}
.mkt-finder.mkt-finder--bar {
  display: grid;
  flex-wrap: nowrap;
  gap: 0;
  align-items: stretch;
}
.mkt-finder-step {
  flex: 1 1 140px;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mkt-finder-step--wide { flex: 2 1 200px; }
.mkt-finder-step label { font-size: 12px; font-weight: 600; color: #64748b; }
.mkt-step-num {
  display: inline-flex;
  width: 22px; height: 22px;
  align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--brand, #1a6fd4);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 2px;
}
.mkt-finder select,
.mkt-finder input[type="search"],
.mkt-finder input[type="text"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 10px;
  font-size: 14px;
  background: #f8fafc;
}
.mkt-search-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  background: #f5c518;
  color: #0f172a;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  min-height: 46px;
  box-shadow: 0 2px 0 #d4a80f;
  transition: transform .1s, box-shadow .1s;
}
.mkt-search-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(245,197,24,.4); }
.mkt-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
  font-size: 13px;
  color: #475569;
}
.mkt-section .section-head { margin-bottom: 20px; }

.mkt-brand-grid--logos {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 28px;
  scrollbar-width: thin;
}
.mkt-brand-grid--scroll .mkt-brand-tile {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 10px;
  justify-content: center;
  aspect-ratio: 1;
}
.mkt-brand-grid--logos .mkt-brand-name { display: none; }
.mkt-brand-grid--logos .mkt-brand-tile img,
.mkt-brand-grid--logos .mkt-brand-fallback {
  width: 36px;
  height: 36px;
}
.mkt-brand-tile--more .mkt-brand-fallback {
  background: #fff;
  border: 1px dashed var(--line, #cbd5e1);
  font-size: 18px;
  color: var(--brand, #1a6fd4);
}

.mkt-alpha-columns {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px 32px;
  width: 100%;
  margin-top: 4px;
}
.mkt-alpha-col {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}
.mkt-alpha-col .mkt-alpha-letter {
  font-size: 30px;
  font-weight: 800;
  color: var(--brand, #1a6fd4);
  line-height: 1;
  margin-bottom: 4px;
}
.mkt-alpha-col a {
  color: #334155;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}
.mkt-alpha-col a:hover {
  color: var(--brand, #1a6fd4);
  text-decoration: underline;
}
@media (max-width: 1100px) {
  .mkt-alpha-columns { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .mkt-alpha-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 20px; }
}

.mkt-section--brands { padding-bottom: 48px; }

/* Hero alti guven / deger bandi */
.mkt-value-band {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-bottom: 1px solid var(--line, #e2e8f0);
  padding: 20px 0 24px;
}
.mkt-value-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, 1fr);
  gap: 14px;
}
.mkt-value-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}
.mkt-value-card h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  color: var(--ink, #0f172a);
  line-height: 1.25;
}
.mkt-value-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted, #64748b);
}
.mkt-value-card--featured {
  border-color: color-mix(in srgb, var(--brand, #1a6fd4) 35%, #e2e8f0);
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand, #1a6fd4) 8%, #fff) 0%, #fff 70%);
  box-shadow: 0 6px 20px color-mix(in srgb, var(--brand, #1a6fd4) 12%, transparent);
}
.mkt-value-badge {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  background: var(--brand, #1a6fd4);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--brand, #1a6fd4) 35%, transparent);
}
.mkt-value-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: var(--brand, #1a6fd4);
  background: color-mix(in srgb, var(--brand, #1a6fd4) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--brand, #1a6fd4) 18%, #e2e8f0);
}

.mkt-premium-offer {
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand, #1a6fd4) 92%, #0f172a) 0%, #0f2744 100%);
  color: #fff;
  padding: 40px 0 48px;
}
.mkt-premium-offer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  align-items: center;
}
.mkt-premium-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  padding: 6px 12px;
  margin-bottom: 12px;
}
.mkt-premium-offer h2 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.2;
}
.mkt-premium-offer .mkt-lead {
  color: rgba(255,255,255,0.88);
  margin: 0 0 16px;
}
.mkt-premium-list {
  margin: 0;
  padding-left: 20px;
  line-height: 1.8;
  color: rgba(255,255,255,0.92);
}
.mkt-premium-pricing {
  display: grid;
  gap: 12px;
}
.mkt-premium-price-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 12px;
  padding: 14px 16px;
}
.mkt-premium-price-card--highlight {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.35);
}
.mkt-premium-price {
  margin: 6px 0 0;
  font-size: 1.5rem;
  font-weight: 900;
}
.mkt-premium-price span {
  font-size: 0.95rem;
  font-weight: 600;
  opacity: 0.85;
}
.mkt-premium-offer .muted {
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  margin: 4px 0 0;
}
.mkt-premium-pricing .btn-primary {
  margin-top: 4px;
  justify-self: start;
}
@media (max-width: 900px) {
  .mkt-premium-offer-inner { grid-template-columns: 1fr; }
}

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

.mkt-catalog-search {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(15,23,42,.04);
}
.mkt-catalog-search svg { color: var(--brand, #1a6fd4); flex-shrink: 0; }
.mkt-catalog-search input {
  border: none;
  width: 100%;
  font-size: 16px;
  background: transparent;
  outline: none;
}

.mkt-brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  gap: 12px;
}
.mkt-page-banner {
  background: #f1f5f9;
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 20px;
}
.mkt-page-banner h1 {
  margin: 0;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 700;
}

.mkt-alpha {
  display: flex;
  flex-direction: column;
}
.mkt-alpha-group {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line, #e2e8f0);
  align-items: start;
}
.mkt-alpha-letter {
  font-size: 32px;
  font-weight: 800;
  color: var(--brand, #1a6fd4);
  line-height: 1;
}
.mkt-alpha-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 8px 12px;
}
.mkt-alpha-items a {
  color: #334155;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
}
.mkt-alpha-items a:hover { color: var(--brand, #1a6fd4); text-decoration: underline; }

.mkt-show-more-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.mkt-show-more {
  background: #fff;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 999px;
  padding: 8px 18px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  color: var(--brand, #1a6fd4);
}
.mkt-show-more:hover { border-color: var(--brand, #1a6fd4); }
.mkt-show-more-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--brand, #1a6fd4);
  text-decoration: none;
}
.mkt-show-more-link:hover { text-decoration: underline; }

.mkt-cat-tile--more .mkt-cat-icon--more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--brand, #1a6fd4);
  border-style: dashed;
}
.mkt-cat-list-expanded {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.mkt-brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  gap: 12px;
}
.mkt-brand-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 8px;
  background: #fff;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 14px;
  text-decoration: none;
  color: var(--ink, #0f172a);
  transition: border-color .15s, box-shadow .15s;
}
.mkt-brand-tile:hover {
  border-color: var(--brand, #1a6fd4);
  box-shadow: 0 4px 16px rgba(26,111,212,.1);
}
.mkt-brand-tile img {
  width: 48px; height: 48px;
  object-fit: contain;
}
.mkt-brand-fallback {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: #f1f5f9;
  font-weight: 700;
  font-size: 16px;
  color: var(--brand, #1a6fd4);
}
.mkt-brand-name { font-size: 11px; font-weight: 600; text-align: center; line-height: 1.2; }
.mkt-brand-tile--more .mkt-brand-fallback { background: #e8f2fc; }

.mkt-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 16px;
}
.mkt-cat-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink, #0f172a);
}
.mkt-cat-icon {
  width: 88px; height: 88px;
  display: flex; align-items: center; justify-content: center;
  background: #fff;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 16px;
  overflow: hidden;
}
.mkt-cat-icon img { width: 72px; height: 72px; object-fit: contain; }
.mkt-cat-icon span { font-size: 28px; font-weight: 700; color: #94a3b8; }
.mkt-cat-name { font-size: 13px; font-weight: 600; text-align: center; line-height: 1.25; }
.mkt-cat-tile:hover .mkt-cat-icon { border-color: var(--brand, #1a6fd4); }

.mkt-condition-band {
  margin: 0 0 1.25rem;
}
.mkt-condition-band-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mkt-condition-band-head h2 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 700;
}
.mkt-condition-band-head p {
  margin: 0;
  color: var(--muted, #64748b);
  font-size: 0.9rem;
}
.mkt-condition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 720px) {
  .mkt-condition-grid { grid-template-columns: 1fr; }
}
.mkt-condition-tile {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--line, #e2e8f0);
  background: #fff;
  text-decoration: none;
  color: var(--ink, #0f172a);
  transition: border-color 0.15s, box-shadow 0.15s;
}
.mkt-condition-tile:hover {
  border-color: var(--brand, #004785);
  box-shadow: 0 4px 14px rgba(0, 71, 133, 0.08);
}
.mkt-condition-tile.is-active {
  border-color: var(--brand, #004785);
  box-shadow: 0 0 0 2px rgba(0, 71, 133, 0.15);
}
.mkt-condition-icon { font-size: 1.25rem; line-height: 1; }
.mkt-condition-label { font-weight: 700; font-size: 0.95rem; }
.mkt-condition-desc { font-size: 0.8rem; color: var(--muted, #64748b); line-height: 1.35; }
.mkt-condition-tile--cikma .mkt-condition-icon { color: #0d9488; }
.mkt-condition-tile--sifir .mkt-condition-icon { color: #2563eb; }
.mkt-condition-tile--yenilenmis .mkt-condition-icon { color: #d97706; }
.mkt-section--condition { padding-top: 0.5rem; padding-bottom: 0.5rem; }

#catalogResultsHost.is-loading {
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.pager .pager-link {
  background: none;
  border: none;
  color: var(--brand, #004785);
  cursor: pointer;
  font: inherit;
  padding: 0 4px;
}
.pager .pager-link:hover { text-decoration: underline; }
button.mkt-chip {
  cursor: pointer;
  font: inherit;
}

/* Katalog sayfasi */
.mkt-catalog-page { background: #f8fafc; min-height: 60vh; }
.mkt-breadcrumb { font-size: 13px; color: #64748b; margin-bottom: 12px; display: flex; gap: 8px; flex-wrap: wrap; }
.mkt-breadcrumb a { color: var(--brand, #1a6fd4); text-decoration: none; }
.mkt-catalog-head { margin-bottom: 16px; }
.mkt-catalog-head h1 { font-size: clamp(22px, 3vw, 28px); margin: 0 0 4px; }
.mkt-result-count { margin: 0; font-size: 14px; }
.mkt-finder-card--catalog { margin-bottom: 12px; }
.mkt-filter-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
.mkt-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 999px;
  font-size: 13px;
  color: #334155;
  text-decoration: none;
}
.mkt-chip:hover { border-color: var(--brand, #1a6fd4); }
.mkt-chip span { font-size: 16px; line-height: 1; opacity: .6; }
.mkt-chip--clear { background: transparent; color: var(--brand, #1a6fd4); font-weight: 600; }
.mkt-catalog-body { padding-bottom: 48px; }
.mkt-catalog-layout { align-items: start; }
.mkt-sidebar { position: sticky; top: 88px; }
.mkt-cat-list { display: flex; flex-direction: column; gap: 4px; max-height: 360px; overflow-y: auto; margin-bottom: 12px; }
.mkt-cat-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--ink, #0f172a);
  font-size: 14px;
}
.mkt-cat-row:hover, .mkt-cat-row.active { background: #e8f2fc; color: var(--brand-dark, #1557ad); }
.mkt-cat-row-icon {
  width: 32px; height: 32px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: #fff; border-radius: 8px; border: 1px solid var(--line, #e2e8f0);
  overflow: hidden;
  font-size: 12px; font-weight: 700; color: #94a3b8;
}
.mkt-cat-row-icon img { width: 24px; height: 24px; object-fit: contain; }
.mkt-sidebar-divider { border: none; border-top: 1px solid var(--line, #e2e8f0); margin: 16px 0; }

.mkt-cat-facet-list { display: flex; flex-direction: column; gap: 4px; max-height: 420px; overflow-y: auto; margin-bottom: 8px; }
.mkt-cat-facet-group { border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.mkt-cat-facet-group[open] { border-color: color-mix(in srgb, var(--brand) 25%, var(--line)); }
.mkt-cat-facet-summary { list-style: none; cursor: pointer; padding: 8px 10px; font-weight: 600; }
.mkt-cat-facet-summary::-webkit-details-marker { display: none; }
.mkt-cat-facet-children { padding: 0 10px 10px 18px; display: flex; flex-direction: column; gap: 4px; }
.mkt-cat-facet-item {
  display: flex; align-items: flex-start; gap: 10px; font-size: 13px; font-weight: 500;
  color: var(--ink-soft); cursor: pointer; padding: 4px 0; line-height: 1.35;
}
.mkt-cat-facet-item input { margin-top: 3px; accent-color: var(--brand); flex-shrink: 0; }
.mkt-cat-facet-item:has(input:checked) { color: var(--brand); font-weight: 700; }
.mkt-cat-facet-clear { display: inline-block; font-size: 12px; font-weight: 700; margin-bottom: 12px; }

.mkt-results-toolbar {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line);
}
.mkt-results-toolbar .mkt-result-count { margin: 0; font-size: 14px; }
.mkt-sort-select { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--muted); }
.mkt-sort-select select {
  border: 1px solid var(--line); border-radius: 10px; padding: 8px 12px; font-family: inherit;
  font-size: 13px; font-weight: 600; color: var(--ink-soft); background: #fff; min-width: 180px;
}
.mkt-results { min-width: 0; }

/* Esnaf paneli — ATO Pilot (yüksek-tech asistan) */
.panel-assistant-root:not(.admin-assistant-root) {
  --pa-bg: #070b14;
  --pa-panel: linear-gradient(165deg, #0d1526 0%, #101a2e 48%, #0a1220 100%);
  --pa-line: rgba(56, 189, 248, 0.22);
  --pa-cyan: #38bdf8;
  --pa-text: #e2e8f0;
  --pa-muted: #94a3b8;
}
.panel-assistant-root {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10050;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  pointer-events: none;
}
.panel-assistant-root > * { pointer-events: auto; }

.admin-assistant-fab {
  width: auto !important;
  min-width: 56px;
  height: 52px !important;
  padding: 0 16px 0 14px !important;
  border-radius: 999px !important;
  gap: 8px !important;
  background: var(--brand, #004785) !important;
  color: #fff !important;
  border-color: var(--brand, #004785) !important;
}
.admin-assistant-fab .panel-assistant-fab-icon {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.admin-assistant-fab-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.admin-assistant-root.is-open .admin-assistant-fab {
  background: #0f172a !important;
  border-color: #0f172a !important;
}
.admin-assistant-nav-link {
  font-weight: 700 !important;
}

.panel-assistant-root:not(.admin-assistant-root) .panel-assistant-fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 1px solid rgba(56, 189, 248, 0.45);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #1e293b, #0b1220 70%);
  color: var(--pa-cyan);
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.12), 0 10px 28px rgba(2, 8, 23, 0.45);
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.panel-assistant-fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--brand, #004785) 22%, #fff);
  border-radius: 50%;
  background: #fff;
  color: var(--brand, #004785);
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, .16);
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  position: relative;
  z-index: 1;
}
.panel-assistant-fab-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(56, 189, 248, 0.35);
  opacity: 0.55;
  animation: pa-ring 2.4s ease-out infinite;
  pointer-events: none;
}
.panel-assistant-root.is-listening .panel-assistant-fab-ring,
.panel-assistant-root.is-convo .panel-assistant-fab-ring {
  border-color: rgba(34, 211, 238, 0.7);
  animation-duration: 1.2s;
}
.panel-assistant-fab:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.35), 0 12px 30px rgba(2, 8, 23, 0.5);
}
.panel-assistant-fab-icon {
  width: 26px;
  height: 26px;
  fill: currentColor;
  position: relative;
  z-index: 1;
}
.panel-assistant-fab-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.panel-assistant-root.is-open .panel-assistant-fab {
  background: linear-gradient(145deg, #0ea5e9, #0369a1);
  color: #fff;
  border-color: #38bdf8;
}

.panel-assistant-panel {
  width: min(400px, calc(100vw - 40px));
  max-height: min(540px, calc(100vh - 110px));
  display: flex;
  flex-direction: column;
  background: var(--pa-panel);
  border-radius: 18px;
  border: 1px solid var(--pa-line);
  box-shadow: 0 0 0 1px rgba(14, 165, 233, 0.08), 0 24px 60px rgba(2, 8, 23, 0.55);
  transform-origin: bottom right;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  position: relative;
  z-index: 2;
  color: var(--pa-text);
  overflow: hidden;
}
.panel-assistant-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(56, 189, 248, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.04) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
  opacity: 0.5;
}
.panel-assistant-root.is-collapsed .panel-assistant-panel {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.97);
  pointer-events: none;
}
.panel-assistant-root.is-open .panel-assistant-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.panel-assistant-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--pa-line);
  position: relative;
  z-index: 1;
  background: rgba(8, 15, 28, 0.72);
  backdrop-filter: blur(8px);
}
.panel-assistant-title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1;
}
.panel-assistant-title-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.panel-assistant-title strong {
  font-size: 14px;
  font-weight: 800;
  color: #f8fafc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.02em;
}
.panel-assistant-status {
  font-size: 11px;
  font-weight: 600;
  color: var(--pa-cyan);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.panel-assistant-root.is-listening .panel-assistant-status { color: #4ade80; }
.panel-assistant-root.is-speaking .panel-assistant-status { color: #fbbf24; }
.panel-assistant-session-cat {
  font-size: 10px;
  font-weight: 700;
  color: #7dd3fc;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.panel-assistant-toolbar {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}
.panel-assistant-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--pa-muted);
  cursor: pointer;
}
.panel-assistant-icon-btn:hover,
.panel-assistant-icon-btn.is-active {
  background: rgba(56, 189, 248, 0.12);
  color: var(--pa-cyan);
}
.panel-assistant-icon-btn.is-active {
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.35);
}
.panel-assistant-icon-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.panel-assistant-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  position: relative;
  z-index: 1;
}
.panel-assistant-history-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 10px 12px 0;
}
.panel-assistant-filter {
  border: 1px solid var(--pa-line);
  background: rgba(15, 23, 42, 0.6);
  color: var(--pa-text);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.panel-assistant-filter.is-active {
  background: rgba(14, 165, 233, 0.18);
  border-color: rgba(56, 189, 248, 0.45);
  color: #7dd3fc;
}
.panel-assistant-history-list {
  flex: 1;
  overflow-y: auto;
  padding: 8px 10px 4px;
  min-height: 200px;
  max-height: 300px;
}
.panel-assistant-history-group {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--pa-muted);
  padding: 10px 6px 4px;
}
.panel-assistant-history-item {
  display: flex;
  align-items: stretch;
  gap: 4px;
  margin-bottom: 4px;
}
.panel-assistant-history-item.is-active .panel-assistant-history-main {
  border-color: rgba(56, 189, 248, 0.45);
  background: rgba(14, 165, 233, 0.12);
}
.panel-assistant-history-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 10px 12px;
  border: 1px solid var(--pa-line);
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.55);
  cursor: pointer;
  text-align: left;
  color: inherit;
}
.panel-assistant-history-main:hover {
  border-color: rgba(56, 189, 248, 0.4);
}
.panel-assistant-history-title {
  font-size: 13px;
  font-weight: 700;
  color: #f1f5f9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.panel-assistant-history-meta {
  font-size: 11px;
  color: var(--pa-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.panel-assistant-history-delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  flex-shrink: 0;
  border: 1px solid var(--pa-line);
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.55);
  color: #64748b;
  cursor: pointer;
}
.panel-assistant-history-delete:hover {
  color: #f87171;
  border-color: rgba(248, 113, 113, 0.4);
  background: rgba(127, 29, 29, 0.25);
}
.panel-assistant-history-delete svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.panel-assistant-history-empty {
  padding: 24px 12px;
  text-align: center;
  color: var(--pa-muted);
  font-size: 13px;
}
.panel-assistant-history-hint {
  margin: 0;
  padding: 8px 12px 10px;
  font-size: 11px;
  color: var(--pa-muted);
  text-align: center;
  border-top: 1px solid var(--pa-line);
}
.panel-assistant-title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(14, 165, 233, 0.25), rgba(2, 132, 199, 0.1));
  color: var(--pa-cyan);
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.25);
}
.panel-assistant-title-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.panel-assistant-messages {
  flex: 1;
  overflow-y: auto;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 240px;
  max-height: 340px;
}
.panel-assistant-bubble {
  align-self: flex-start;
  max-width: 94%;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(30, 41, 59, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.12);
  font-size: 13px;
  line-height: 1.5;
  white-space: pre-wrap;
  color: #e2e8f0;
}
.panel-assistant-bubble.is-user {
  align-self: flex-end;
  background: linear-gradient(145deg, rgba(14, 165, 233, 0.28), rgba(3, 105, 161, 0.22));
  border-color: rgba(56, 189, 248, 0.35);
}
.panel-assistant-bubble.is-thinking {
  opacity: 0.8;
  font-style: italic;
  color: #7dd3fc;
}
.panel-assistant-nav-btn {
  display: inline-flex;
  margin-top: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, 0.45);
  background: rgba(14, 165, 233, 0.15);
  color: #7dd3fc;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.panel-assistant-nav-btn:hover {
  background: rgba(14, 165, 233, 0.28);
  color: #e0f2fe;
}
.panel-assistant-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.panel-assistant-action-btn {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 10px;
  border: 1px solid rgba(56, 189, 248, 0.4);
  background: rgba(14, 165, 233, 0.18);
  color: #e0f2fe;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.panel-assistant-action-btn:hover { background: rgba(14, 165, 233, 0.32); }
.panel-assistant-action-btn.is-primary {
  border-color: rgba(74, 222, 128, 0.5);
  background: rgba(34, 197, 94, 0.22);
  color: #bbf7d0;
}
.panel-assistant-action-btn.is-muted {
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(51, 65, 85, 0.35);
  color: #cbd5e1;
}
.panel-assistant-draft {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px dashed rgba(125, 211, 252, 0.35);
  background: rgba(8, 15, 28, 0.55);
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.45;
  white-space: pre-wrap;
}
.panel-assistant-form {
  display: flex;
  gap: 8px;
  padding: 10px 12px 12px;
  border-top: 1px solid var(--pa-line);
  flex-shrink: 0;
  background: rgba(8, 15, 28, 0.85);
  position: relative;
  z-index: 3;
}
.panel-assistant-form input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--pa-line);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
  background: rgba(15, 23, 42, 0.8);
  color: #f8fafc;
}
.panel-assistant-form input::placeholder { color: #64748b; }
.panel-assistant-form input.panel-assistant-input--warn {
  border-color: #f59e0b;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18);
}
.panel-assistant-form button[disabled] {
  opacity: 0.72;
  cursor: wait;
}
.panel-assistant-form .btn-primary {
  background: linear-gradient(145deg, #0ea5e9, #0284c7);
  border-color: #38bdf8;
}
.panel-assistant-mic-btn {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 1px solid var(--pa-line);
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.panel-assistant-mic-btn svg {
  width: 20px;
  height: 20px;
  fill: #94a3b8;
}
.panel-assistant-mic-btn.is-listening {
  border-color: #4ade80;
  background: rgba(22, 163, 74, 0.18);
  animation: panel-mic-pulse 1.2s ease-in-out infinite;
}
.panel-assistant-mic-btn.is-listening svg { fill: #4ade80; }
.panel-assistant-root.is-convo .panel-assistant-mic-btn {
  border-color: rgba(56, 189, 248, 0.55);
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.25);
}

@keyframes pa-ring {
  0% { transform: scale(0.92); opacity: 0.7; }
  70% { transform: scale(1.08); opacity: 0; }
  100% { transform: scale(1.08); opacity: 0; }
}
@keyframes panel-mic-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.35); }
  50% { box-shadow: 0 0 0 6px rgba(220, 38, 38, 0); }
}

/* Admin asistan — aydinlik tema (panel koyu stilini ezmesin) */
.admin-assistant-root .panel-assistant-panel {
  background: #fff;
  color: var(--ink, #0f172a);
  border: 1px solid var(--line, #e2e8f0);
  box-shadow: 0 16px 48px rgba(15, 23, 42, .18);
}
.admin-assistant-root .panel-assistant-panel::before { display: none; }
.admin-assistant-root .panel-assistant-header {
  background: #fff;
  border-bottom: 1px solid var(--line, #e2e8f0);
}
.admin-assistant-root .panel-assistant-title strong { color: var(--ink, #0f172a); }
.admin-assistant-root .panel-assistant-status,
.admin-assistant-root .panel-assistant-session-cat { color: var(--brand, #004785); }
.admin-assistant-root .panel-assistant-icon-btn { color: var(--muted, #64748b); }
.admin-assistant-root .panel-assistant-icon-btn:hover {
  background: var(--bg, #f8fafc);
  color: var(--ink, #0f172a);
}
.admin-assistant-root .panel-assistant-title-icon {
  background: color-mix(in srgb, var(--brand, #004785) 10%, #fff);
  color: var(--brand, #004785);
  box-shadow: none;
}
.admin-assistant-root .panel-assistant-bubble {
  background: #f1f5f9;
  border: none;
  color: var(--ink, #0f172a);
}
.admin-assistant-root .panel-assistant-bubble.is-user {
  background: color-mix(in srgb, var(--brand, #004785) 12%, #fff);
}
.admin-assistant-root .panel-assistant-form {
  background: #fff;
  border-top: 1px solid var(--line, #e2e8f0);
}
.admin-assistant-root .panel-assistant-form input {
  background: #fff;
  color: var(--ink, #0f172a);
  border: 1px solid var(--line);
}
.admin-assistant-root .panel-assistant-mic-btn {
  background: #fff;
  border: 1px solid var(--line);
}
.admin-assistant-root .panel-assistant-mic-btn svg { fill: #334155; }

.help-guide { padding: 20px 24px; max-width: 920px; }
.help-guide-body.prose h2 { margin-top: 1.6em; border-bottom: 1px solid var(--line); padding-bottom: 0.35em; }
.help-guide-body.prose table { width: 100%; border-collapse: collapse; font-size: 14px; }
.help-guide-body.prose th, .help-guide-body.prose td { border: 1px solid var(--line); padding: 8px 10px; text-align: left; }
.help-guide-hint { background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 10px; padding: 10px 14px; font-size: 14px; }
#part-images { scroll-margin-top: 24px; }

@media (max-width: 480px) {
  .panel-assistant-root {
    right: 12px;
    bottom: 12px;
  }
  .panel-assistant-panel {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 100px);
  }
}

/* Store vitrin — hizli iletisim bandi */
.store-quick-bar {
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 20px rgba(15, 23, 42, .06);
}
.store-quick-bar-inner {
  display: flex; align-items: stretch; gap: 12px; flex-wrap: wrap;
  padding: 18px 0;
}
.store-quick-item {
  display: flex; flex-direction: column; gap: 4px; min-width: 140px; flex: 1;
  padding: 14px 16px; border-radius: 12px; background: var(--bg); border: 1px solid var(--line);
  color: var(--ink); transition: border-color .15s, box-shadow .15s;
}
.store-quick-item:hover { border-color: color-mix(in srgb, var(--brand) 40%, var(--line)); box-shadow: var(--shadow); color: var(--ink); }
.store-quick-item--whatsapp:hover { border-color: #22c55e; }
.store-quick-item--static { background: #fff; }
.store-quick-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.store-quick-item strong { font-size: 15px; font-weight: 700; line-height: 1.3; }
.store-quick-cta { align-self: center; margin-left: auto; white-space: nowrap; }

/* Mağaza — üst iletişim bandı */
.store-contact-strip {
  background: linear-gradient(90deg, #0f172a, #1e293b);
  color: rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.store-contact-strip-inner {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  padding: 9px 20px; flex-wrap: wrap;
}
.store-contact-item {
  display: inline-flex; align-items: center; gap: 6px;
  color: inherit; text-decoration: none; white-space: nowrap;
}
.store-contact-item:hover { color: #fff; }
.store-contact-item--whatsapp:hover { color: #25d366; }
.store-contact-item--static { opacity: .88; }
.store-contact-item--location {
  opacity: 1;
  font-weight: 700;
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.store-contact-item--location svg {
  color: #f5c518;
  flex-shrink: 0;
}
.store-contact-location-text {
  letter-spacing: 0.01em;
}
.store-contact-trust {
  display: inline-flex; align-items: center; gap: 10px; margin-left: auto;
  font-size: 12px; opacity: .85;
}
.store-contact-trust a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.store-contact-trust a:hover { color: #fff; }
.store-contact-trust .sep { opacity: .35; }

/* Mağaza — sabit WhatsApp */
.store-wa-fab {
  position: fixed; z-index: 900; bottom: 24px; right: 24px;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 28px rgba(37, 211, 102, .45), 0 2px 8px rgba(0,0,0,.12);
  transition: transform .2s, box-shadow .2s;
}
.store-wa-fab:hover { transform: scale(1.06); color: #fff; box-shadow: 0 12px 32px rgba(37, 211, 102, .5); }
.store-wa-fab__pulse {
  position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, .5);
  animation: store-wa-pulse 2s ease-out infinite;
  pointer-events: none;
}
@keyframes store-wa-pulse {
  0% { transform: scale(1); opacity: .8; }
  100% { transform: scale(1.35); opacity: 0; }
}

/* Mağaza footer — yasal */
.footer-copyright--store {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 20px;
  padding: 16px 0 22px;
  border-top: 0;
}
@media (max-width: 720px) {
  .site-footer--store .store-footer-trust__row { flex-direction: column; align-items: center; text-align: center; }
  .footer-copyright--store { flex-direction: column; align-items: center; text-align: center; }
  .footer-store-legal { justify-content: center; flex-wrap: wrap; }
}
.footer-store-legal { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; }
.footer-store-legal a { color: var(--muted); }
.footer-store-legal a:hover { color: var(--brand); }
.footer-store-legal .sep { opacity: .4; }

/* Panel — şablon seçici */
.panel-design-preview-head {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 12px;
  margin-bottom: 12px; flex-wrap: wrap;
}
.panel-form-save-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding: 14px 0; border-top: 1px solid var(--line);
}
.panel-form-save-bar--top {
  margin-bottom: 20px; padding-top: 0; border-top: none;
  border-bottom: 1px solid var(--line); padding-bottom: 16px;
}
.panel-form-save-bar--bottom {
  margin-top: 24px; position: sticky; bottom: 0; z-index: 5;
  background: linear-gradient(180deg, transparent 0%, #fff 24%);
  padding-bottom: 4px;
}
.panel-form-save-bar__hint { margin: 0; font-size: 13px; }
.panel-design-preview-body { padding: 16px; background: var(--bg, #f8fafc); }
.panel-design-preview-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.panel-design-preview-card {
  height: 48px; border-radius: 10px; background: #fff;
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.panel-template-picker-head {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 16px;
  margin-bottom: 16px; flex-wrap: wrap;
}
.panel-template-filters {
  display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px;
}
.panel-template-filter {
  border: 1px solid var(--line); background: #fff; border-radius: 999px;
  padding: 8px 16px; font-size: 13px; font-weight: 600; cursor: pointer;
  color: var(--muted); transition: border-color .15s, color .15s, background .15s;
}
.panel-template-filter:hover { border-color: var(--brand); color: var(--ink); }
.panel-template-filter.is-active {
  background: color-mix(in srgb, var(--brand, #004785) 10%, #fff);
  border-color: var(--brand, #004785); color: var(--brand, #004785);
}
.panel-template-group-title {
  font-size: 14px; font-weight: 700; margin: 0 0 12px;
  display: flex; align-items: center; gap: 8px;
}
.panel-template-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 14px; margin-bottom: 24px;
}
.panel-template-card {
  display: block; border: 2px solid var(--line); border-radius: 14px;
  overflow: hidden; cursor: pointer; background: #fff;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.panel-template-card input { display: none; }
.panel-template-card:hover { border-color: color-mix(in srgb, var(--brand, #004785) 50%, var(--line)); box-shadow: var(--shadow); }
.panel-template-card.selected {
  border-color: var(--brand, #004785);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand, #004785) 18%, transparent);
}
.panel-template-card--locked {
  cursor: not-allowed; opacity: .78;
}
.panel-template-card--locked:hover { border-color: var(--line); box-shadow: none; transform: none; }
.panel-template-card-preview {
  position: relative; padding: 10px; background: #f1f5f9;
}
.panel-template-card-hero {
  height: 56px; border-radius: 8px; margin-bottom: 8px;
}
.panel-template-card-mock {
  height: 28px; border-radius: 6px; background: #fff; border: 1px solid var(--line);
}
.panel-template-card-check {
  position: absolute; top: 14px; right: 14px;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--brand, #004785); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800; box-shadow: var(--shadow);
}
.panel-template-card-body { padding: 12px 14px 14px; }
.panel-template-card-title {
  display: flex; align-items: center; justify-content: space-between; gap: 6px;
  margin-bottom: 4px;
}
.panel-template-card-desc {
  margin: 0; font-size: 12px; line-height: 1.45; color: var(--muted);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.panel-template-lock-hint {
  display: block; margin-top: 8px; font-size: 11px; font-weight: 700;
  color: var(--brand, #c0392b); text-transform: uppercase; letter-spacing: .04em;
}

@media (max-width: 1100px) {
  .mkt-hero-brand-mark { display: none; }
  .footer-main--store { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .trust-strip span:not(:first-child):not(.sep) { display: none; }
  .trust-strip .sep { display: none; }
  .container { padding: 0 16px; }
  .header-store-cta { display: none; }
  .mkt-premium-pricing { grid-template-columns: 1fr; }
  .mkt-brand-grid { grid-template-columns: repeat(auto-fill, minmax(72px, 1fr)); gap: 10px; }
  .store-quick-bar-inner { flex-direction: column; }
  .store-quick-cta { margin-left: 0; width: 100%; }
  .store-wa-fab { bottom: 16px; right: 16px; width: 54px; height: 54px; }
  .store-contact-strip-inner { justify-content: flex-start; }
  .store-contact-trust { width: 100%; justify-content: flex-start; margin-top: 4px; }
  .footer-store-legal { width: 100%; }
}
