/* NoktaPazar — ilan sitesi (Sahibinden / Arabam tarzı kullanım) */
:root {
  --np-orange: #f97316;
  --np-orange-deep: #ea580c;
  --np-ink: #1a1f25;
  --np-muted: #64748b;
  --np-line: #e5e7eb;
  --np-bg: #f5f5f5;
  --np-white: #fff;
  --font: "IBM Plex Sans", "DM Sans", system-ui, sans-serif;
  --font-display: "DM Sans", "IBM Plex Sans", system-ui, sans-serif;
  --container: min(1200px, calc(100% - 2rem));
  --np-radius: 10px;
  --np-paper: #f5f5f5;
  --np-line-old: var(--np-line);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.np-body, body {
  margin: 0;
  font-family: var(--font);
  color: var(--np-ink);
  background: #f5f5f5;
  line-height: 1.45;
  min-height: 100vh;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.np-container { width: var(--container); margin-inline: auto; }

/* —— Üst bar —— */
.site-top {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--np-line);
}
.site-top-inner {
  width: var(--container);
  margin: 0 auto;
  min-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
}
.site-logo img { height: 40px; width: auto; }
.site-search {
  display: flex;
  max-width: 560px;
  width: 100%;
  border: 2px solid var(--np-ink);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.site-search input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: .7rem .9rem;
  min-width: 0;
}
.site-search button {
  border: 0;
  background: var(--np-orange);
  color: #fff;
  font-weight: 700;
  padding: 0 1.15rem;
  cursor: pointer;
}
.site-search button:hover { background: var(--np-orange-deep); }
.site-actions {
  display: flex;
  align-items: center;
  gap: .85rem;
  font-weight: 600;
  font-size: .92rem;
  white-space: nowrap;
}
.site-actions a:hover { color: var(--np-orange-deep); }
.btn-ilan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--np-orange);
  color: #fff !important;
  font-weight: 700;
  padding: .55rem 1rem;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
}
.btn-ilan:hover { background: var(--np-orange-deep); }
.inline-form { display: inline; margin: 0; }
.linkish {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  color: var(--np-ink);
}
.linkish:hover { color: var(--np-orange-deep); }

/* —— Ana düzen: sol kategori + sağ liste —— */
.class-wrap {
  width: var(--container);
  margin: 1rem auto 2.5rem;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 1.25rem;
  align-items: start;
}
.class-wrap-detail {
  grid-template-columns: 220px minmax(0, 1fr) 280px;
}
.class-side {
  background: #fff;
  border: 1px solid var(--np-line);
  border-radius: 10px;
  padding: .85rem .75rem;
  position: sticky;
  top: 80px;
}
.class-side h2 {
  margin: 0 .4rem .55rem;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--np-muted);
  font-weight: 700;
}
.cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cat-list > li > a {
  display: flex;
  justify-content: space-between;
  gap: .5rem;
  align-items: baseline;
  padding: .55rem .5rem;
  border-radius: 6px;
  font-size: .95rem;
}
.cat-list > li > a:hover,
.cat-list > li.is-active > a {
  background: #fff7ed;
  color: var(--np-orange-deep);
}
.cat-list > li > a .cat-name { font-weight: 600; }

/* Alt / alt-alt kategori: her seviye biraz daha sağa */
.cat-list-sub {
  list-style: none;
  margin: .1rem 0 .25rem;
  padding: 0 0 0 .7rem;
  border-left: 2px solid #fed7aa;
  margin-left: .55rem;
}
.cat-list-sub .cat-list-sub {
  border-left-color: #fdba74;
  margin-left: .45rem;
  padding-left: .55rem;
}
.cat-list-sub li a {
  display: flex;
  justify-content: space-between;
  gap: .5rem;
  align-items: baseline;
  padding: .32rem .4rem;
  border-radius: 5px;
  font-size: .88rem;
}
.cat-list-sub .cat-list-sub li a { font-size: .84rem; }
.cat-list-sub .cat-name {
  font-weight: 400;
}
.cat-list-sub li a:hover,
.cat-list-sub li.is-active > a {
  background: #fff7ed;
  color: var(--np-orange-deep);
}
.cat-count {
  font-size: .8rem;
  color: var(--np-muted);
  font-weight: 400;
  white-space: nowrap;
}
.side-all {
  display: block;
  margin: .75rem .5rem 0;
  font-weight: 700;
  font-size: .9rem;
  color: var(--np-orange-deep);
}

.class-main { min-width: 0; }
.class-block { margin-bottom: 1.25rem; }
.class-block-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: .75rem;
}
.class-block-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
}
.class-block-head a {
  font-weight: 600;
  font-size: .9rem;
  color: var(--np-orange-deep);
}
.result-count {
  margin: .2rem 0 0;
  color: var(--np-muted);
  font-size: .9rem;
}

/* Vitrin şeridi (çoklu ilan — kompakt kart) */
.vitrin-strip {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
  gap: .45rem;
}
.vitrin-card {
  background: #fff;
  border: 1px solid var(--np-line);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.vitrin-card:hover { border-color: #fdba74; }
.vitrin-photo {
  aspect-ratio: 1;
  background: #e2e8f0 center/cover no-repeat;
}
.vitrin-body {
  padding: .4rem .45rem .5rem;
  display: grid;
  gap: .1rem;
}
.vitrin-body strong {
  color: var(--np-orange-deep);
  font-size: .8rem;
}
.vitrin-body span {
  font-size: .72rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.25;
}
.vitrin-body small { color: var(--np-muted); font-size: .68rem; }

/* İlan satır listesi */
.ad-list {
  background: #fff;
  border: 1px solid var(--np-line);
  border-radius: 10px;
  overflow: hidden;
}
.ad-row {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 1rem;
  padding: .85rem 1rem;
  border-bottom: 1px solid var(--np-line);
  align-items: center;
}
.ad-row:last-child { border-bottom: 0; }
.ad-row:hover { background: #fffbeb; }
.ad-row-thumb {
  width: 140px;
  height: 105px;
  border-radius: 6px;
  background: #e2e8f0 center/cover no-repeat;
  position: relative;
}
.ad-tag {
  position: absolute;
  left: 6px;
  top: 6px;
  background: var(--np-ink);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  padding: .15rem .4rem;
  border-radius: 4px;
}
.ad-row-main h3 {
  margin: 0 0 .35rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
}
.ad-row-meta {
  color: var(--np-muted);
  font-size: .85rem;
  display: flex;
  flex-wrap: wrap;
  gap: .25rem .4rem;
}
.ad-row-date { margin-left: auto; }
.ad-row-price {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--np-orange-deep);
  white-space: nowrap;
  text-align: right;
}
.ad-row-price small { font-size: .75rem; font-weight: 600; }

/* Sol filtre (kompakt) */
.side-filter {
  margin-top: .85rem;
  padding-top: .75rem;
  border-top: 1px solid var(--np-line);
  display: grid;
  gap: .45rem;
}
.side-filter h2 {
  margin: 0 0 .15rem !important;
}
.sf-label {
  display: grid;
  gap: .18rem;
  font-size: .72rem;
  font-weight: 600;
  color: var(--np-muted);
  text-transform: uppercase;
  letter-spacing: .03em;
}
.sf-input {
  width: 100%;
  border: 1px solid var(--np-line);
  border-radius: 6px;
  padding: .32rem .45rem;
  font-size: .82rem;
  background: #fff;
  color: var(--np-ink);
  min-height: 1.9rem;
}
.sf-row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .35rem;
}
.sf-btn {
  margin-top: .25rem;
  border: 0;
  border-radius: 6px;
  background: var(--np-orange);
  color: #fff;
  font-weight: 700;
  font-size: .85rem;
  padding: .45rem .6rem;
  cursor: pointer;
}
.sf-btn:hover { background: var(--np-orange-deep); }

.list-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: .75rem;
  flex-wrap: wrap;
}
.list-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: -.02em;
}
.list-sort .sf-label { min-width: 160px; }

/* Dinamik kolonlu ilan tablosu */
.ad-table-wrap {
  background: #fff;
  border: 1px solid var(--np-line);
  border-radius: 8px;
  overflow: auto;
}
.ad-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .86rem;
}
.ad-table thead th {
  text-align: left;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--np-muted);
  font-weight: 700;
  padding: .5rem .65rem;
  background: #fafafa;
  border-bottom: 1px solid var(--np-line);
  white-space: nowrap;
}
.ad-table tbody tr {
  border-bottom: 1px solid var(--np-line);
  cursor: pointer;
}
.ad-table tbody tr:nth-child(even) { background: #fafafa; }
.ad-table tbody tr:hover { background: #fff7ed; }
.ad-table td { padding: .45rem .65rem; vertical-align: middle; }
.ad-table .col-thumb { width: 72px; padding-left: .5rem; }
.ad-table-thumb {
  width: 64px;
  height: 48px;
  border-radius: 4px;
  background: #e5e7eb center/cover no-repeat;
  position: relative;
}
.ad-table .col-title a {
  font-weight: 600;
  color: #1d4ed8;
  font-size: .9rem;
  line-height: 1.3;
}
.ad-table .col-title a:hover { text-decoration: underline; }
.ad-table .col-dyn { color: var(--np-ink); white-space: nowrap; }
.ad-table .col-price {
  font-weight: 700;
  color: var(--np-orange-deep);
  white-space: nowrap;
  text-align: right;
}
.ad-table .col-price small { font-size: .72rem; font-weight: 600; }
.ad-table .col-date, .ad-table .col-loc {
  color: var(--np-muted);
  white-space: nowrap;
  font-size: .8rem;
}

.filter-bar {
  display: none;
}

.empty-box {
  background: #fff;
  border: 1px solid var(--np-line);
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
}
.empty-box p { color: var(--np-muted); margin: 0 0 1rem; }

.site-foot {
  background: var(--np-ink);
  color: rgba(255,255,255,.75);
  padding: 1.75rem 0;
  margin-top: auto;
}
.site-foot-inner {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: space-between;
}
.site-foot .site-logo img { height: 32px; filter: brightness(1.05); }
.site-foot-links { display: flex; flex-wrap: wrap; gap: 1rem; font-size: .9rem; }
.site-foot-links a:hover { color: var(--np-orange); }
.site-foot-copy { font-size: .85rem; width: 100%; opacity: .7; }

/* Hesap / form (mevcut sayfalar) */
.np-section { padding: 2rem 0 3rem; }
.np-section-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 1.25rem; }
.np-section-head h2 { margin: 0; font-family: var(--font-display); font-size: 1.4rem; }
.np-section-head p { margin: .3rem 0 0; color: var(--np-muted); }
.np-link { font-weight: 700; color: var(--np-orange-deep); }
.np-card, .admin-panel {
  background: #fff;
  border: 1px solid var(--np-line);
  border-radius: var(--np-radius);
  padding: 1.1rem 1.15rem;
}
.np-card p, .admin-panel p { margin: 0; color: var(--np-muted); }
.np-label { display: grid; gap: .35rem; font-weight: 600; }
.np-input {
  padding: .7rem .85rem;
  border-radius: 8px;
  border: 1px solid var(--np-line);
  background: #fff;
  width: 100%;
}
.np-error, .np-field-error { color: #b91c1c; font-size: .88rem; font-weight: 600; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  border: 0;
  border-radius: 8px;
  padding: .65rem 1.1rem;
  font-weight: 700;
  cursor: pointer;
}
.btn-primary { background: var(--np-orange); color: #fff; }
.btn-primary:hover { background: var(--np-orange-deep); }
.btn-ghost { background: #fff; color: var(--np-ink); border: 1px solid var(--np-line); }
.btn-dark { background: var(--np-ink); color: #fff; }
.btn-block { width: 100%; }

.np-account-list { display: grid; gap: .75rem; }
.np-account-item {
  display: flex; justify-content: space-between; gap: 1rem; align-items: center;
  background: #fff; border: 1px solid var(--np-line); border-radius: var(--np-radius); padding: 1rem;
}
.np-account-item .meta { color: var(--np-muted); font-size: .9rem; margin-top: .25rem; }
.np-account-actions { display: flex; flex-wrap: wrap; gap: .4rem; }
.np-status {
  display: inline-block; font-weight: 700; font-size: .8rem;
  padding: .15rem .45rem; border-radius: 999px; background: #eee;
}
.np-status-Yayinda { background: #dcfce7; color: #166534; }
.np-status-OnayBekliyor { background: #ffedd5; color: #9a3412; }
.np-status-Reddedildi { background: #fee2e2; color: #991b1b; }
.np-status-Taslak { background: #e5e7eb; color: #374151; }

.np-balance { font-family: var(--font-display); font-size: 2rem; font-weight: 800; color: var(--np-orange-deep); }
.np-balance span { font-size: 1rem; color: var(--np-muted); font-weight: 600; }
.np-subhead { margin: 1.4rem 0 .7rem; font-family: var(--font-display); }
.np-pack-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .85rem; }
.np-pack {
  background: #fff; border: 1px solid var(--np-line); border-radius: var(--np-radius);
  padding: 1rem; display: grid; gap: .4rem;
}
.np-pack-amount { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; }
.np-plain-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .65rem; }
.np-plain-list .meta { display: block; color: var(--np-muted); font-size: .85rem; }
.np-msg-list { display: grid; gap: .65rem; }
.np-msg-item {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: 1rem; background: #fff; border: 1px solid var(--np-line); border-radius: var(--np-radius);
}
.np-msg-meta { text-align: right; display: grid; gap: .35rem; justify-items: end; }
.np-badge-count {
  background: var(--np-orange); color: #fff; font-size: .75rem; font-weight: 700;
  min-width: 1.4rem; height: 1.4rem; border-radius: 999px; display: grid; place-items: center;
}
.np-chat {
  display: grid; gap: .65rem; background: #fff; border: 1px solid var(--np-line);
  border-radius: var(--np-radius); padding: 1rem; min-height: 320px; max-height: 520px; overflow: auto;
}
.np-bubble { max-width: 78%; padding: .75rem .9rem; border-radius: 12px; font-size: .95rem; }
.np-bubble.is-me { justify-self: end; background: var(--np-orange); color: #fff; }
.np-bubble.is-them { justify-self: start; background: #f1f5f9; }
.np-bubble-meta { font-size: .75rem; opacity: .8; margin-bottom: .25rem; }
.np-chat-form { display: grid; gap: .75rem; margin-top: 1rem; }
.np-media-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; }
.np-media-item { background: #fff; border: 1px solid var(--np-line); border-radius: 10px; padding: .5rem; }
.np-media-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 8px; }
/* —— İlan detay —— */
.detail-breadcrumb {
  display: flex; flex-wrap: wrap; align-items: center; gap: .2rem .15rem;
  font-size: .82rem; color: var(--np-muted); margin: 0 0 .4rem;
}
.detail-breadcrumb a {
  color: var(--np-muted);
  text-decoration: none;
}
.detail-breadcrumb a:hover { color: var(--np-orange-deep); text-decoration: underline; }
.detail-breadcrumb span[aria-current="page"] { color: var(--np-ink); font-weight: 600; }
.detail-breadcrumb > :not(:last-child)::after {
  content: "›";
  margin: 0 .4rem;
  color: #c4c4c4;
  text-decoration: none;
  pointer-events: none;
}
.detail-title {
  font-family: var(--font-display); font-size: 1.45rem; letter-spacing: -.03em;
  margin: 0 0 1rem; line-height: 1.25;
}
.detail-gallery { display: grid; gap: .65rem; max-width: 560px; }
.detail-stage {
  position: relative;
  background: #f1f5f9;
  border: 1px solid var(--np-line);
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  max-height: 360px;
}
.detail-stage img {
  width: 100%; height: 100%; object-fit: contain; background: #0f172a08;
}
.detail-stage-empty {
  display: grid; place-items: center; color: var(--np-muted); font-size: .95rem;
}
.detail-zoom {
  position: absolute; right: .55rem; top: .55rem; z-index: 2;
  border: 0; background: rgba(15, 23, 42, .72); color: #fff;
  width: 2rem; height: 2rem; border-radius: 8px; cursor: pointer; font-size: 1rem;
}
.detail-thumbs {
  display: flex; flex-wrap: wrap; gap: .4rem;
}
.detail-thumb {
  width: 64px; height: 48px; padding: 0; border: 2px solid transparent;
  border-radius: 6px; overflow: hidden; cursor: pointer; background: #e2e8f0;
}
.detail-thumb.is-active { border-color: var(--np-orange, #f97316); }
.detail-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.detail-video {
  width: 100%; max-width: 560px; margin-top: .85rem;
  border-radius: 10px; background: #000; max-height: 280px;
}
.detail-specs, .detail-desc { margin-top: 1.35rem; }
.detail-specs h2, .detail-desc h2 {
  margin: 0 0 .65rem; font-size: 1rem; font-family: var(--font-display);
}
.spec-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border: 1px solid var(--np-line); border-radius: 10px; overflow: hidden; background: #fff;
}
.spec-row {
  display: grid; grid-template-columns: 42% 58%;
  border-bottom: 1px solid var(--np-line); font-size: .9rem;
}
.spec-row:nth-child(odd) { background: #f8fafc; }
.spec-row dt { margin: 0; padding: .55rem .7rem; color: var(--np-muted); font-weight: 500; }
.spec-row dd { margin: 0; padding: .55rem .7rem; font-weight: 600; }
.detail-desc-body {
  white-space: pre-wrap; background: #fff; border: 1px solid var(--np-line);
  border-radius: 10px; padding: 1rem 1.1rem; line-height: 1.55;
}
.detail-side { display: grid; gap: .75rem; position: sticky; top: 80px; }
.detail-price-card, .detail-meta-card, .detail-seller-card, .detail-msg-card {
  background: #fff; border: 1px solid var(--np-line); border-radius: 10px; padding: 1rem;
}
.detail-price {
  font-family: var(--font-display); font-size: 1.65rem; font-weight: 700;
  color: var(--np-orange-deep, #ea580c); line-height: 1.1;
}
.detail-price span { font-size: 1rem; font-weight: 600; }
.detail-loc { margin-top: .45rem; font-size: .95rem; }
.detail-loc .muted, .muted { color: var(--np-muted); }
.meta-line {
  display: flex; justify-content: space-between; gap: .75rem;
  font-size: .88rem; padding: .35rem 0; border-bottom: 1px solid #f1f5f9;
}
.meta-line:last-child { border-bottom: 0; }
.meta-line span { color: var(--np-muted); }
.detail-seller-card h3, .detail-msg-card h3 {
  margin: 0 0 .55rem; font-size: .78rem; text-transform: uppercase;
  letter-spacing: .04em; color: var(--np-muted);
}
.seller-name { font-weight: 700; font-size: 1.05rem; }
.seller-phone {
  display: inline-block; margin-top: .45rem; font-weight: 700;
  color: var(--np-orange-deep, #ea580c); font-size: 1.05rem;
}
.detail-store-card { display: grid; gap: .55rem; }
.store-card-top { display: flex; gap: .7rem; align-items: center; }
.store-card-logo {
  width: 52px; height: 52px; object-fit: contain; border-radius: 10px;
  background: #f1f5f9; border: 1px solid var(--np-line); flex-shrink: 0;
}
.store-card-count { margin: .2rem 0 0; color: var(--np-muted); font-size: .85rem; }
.store-card-cta { width: 100%; text-align: center; margin-top: .25rem; }
.detail-more-ads { margin-top: 1.5rem; }
.detail-more-ads .class-block-head { margin-bottom: .75rem; }
.detail-more-strip { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
.detail-msg-form { display: grid; gap: .65rem; }
.lightbox {
  position: fixed; inset: 0; z-index: 1000; background: rgba(15, 23, 42, .88);
  display: grid; place-items: center; padding: 2rem;
}
.lightbox[hidden] { display: none !important; }
.lightbox img { max-width: min(96vw, 1100px); max-height: 90vh; object-fit: contain; border-radius: 8px; }
.lightbox-close {
  position: absolute; top: 1rem; right: 1rem; border: 0; background: #fff;
  width: 2.4rem; height: 2.4rem; border-radius: 999px; font-size: 1.4rem; cursor: pointer;
}
.np-ozellik-box {
  display: grid; gap: .75rem; padding: 1rem; border: 1px solid var(--np-line);
  border-radius: 10px; background: #fff;
}
.np-ozellik-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: .85rem;
}
.np-tarife-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: .65rem;
  margin: 0 0 1rem;
}
.np-tarife-item {
  background: #fff;
  border: 1px solid var(--np-line);
  border-radius: 8px;
  padding: .7rem .8rem;
  display: grid;
  gap: .2rem;
}
.np-tarife-item strong { font-size: .92rem; }
.np-tarife-item p { margin: 0; font-size: .8rem; color: var(--np-muted); line-height: 1.35; }
.np-tarife-cost { font-size: .78rem; font-weight: 600; color: var(--np-orange-deep, #ea580c); }
.np-tarife-form { display: grid; gap: .8rem; }
.np-tarife-detail {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  padding: .75rem .9rem;
  display: grid;
  gap: .25rem;
}
.np-tarife-detail p { margin: .2rem 0 0; font-size: .9rem; line-height: 1.45; }
.np-tarife-detail .meta { font-size: .8rem; }
.np-store-hero {
  display: flex; gap: 1rem; align-items: center; padding: 1.25rem;
  border-radius: 12px; background: #fff; border: 1px solid var(--np-line);
}
.np-store-logo { width: 72px; height: 72px; object-fit: contain; border-radius: 12px; background: #f1f5f9; }
.np-store-cover {
  height: 160px; border-radius: 12px; background: #e2e8f0 center/cover no-repeat;
  margin-bottom: .75rem;
}
.np-store-desc { margin: .85rem 0 0; color: var(--np-ink); line-height: 1.5; max-width: 70ch; }
.np-dash-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: .65rem;
}
.np-dash-card {
  background: #fff; border: 1px solid var(--np-line); border-radius: 10px;
  padding: .85rem 1rem; display: grid; gap: .2rem;
}
.np-dash-card span { font-size: .78rem; color: var(--np-muted); text-transform: uppercase; letter-spacing: .03em; }
.np-dash-card strong { font-size: 1.35rem; font-family: var(--font-display); }
.np-stat-line { margin-top: .25rem; font-size: .8rem; }
.np-sync-badge {
  display: inline-block; margin-left: .35rem; padding: .1rem .4rem;
  border-radius: 4px; background: #ecfdf5; color: #047857; font-size: .72rem; font-weight: 700;
}
.np-timeline { list-style: none; margin: 0; padding: 0; display: grid; gap: .75rem; }
.np-timeline li {
  background: #fff; border: 1px solid var(--np-line); border-radius: 10px;
  padding: .85rem 1rem; border-left: 3px solid var(--np-orange, #f97316);
}
.np-timeline p { margin: .35rem 0 0; font-size: .9rem; }
.np-map { height: 420px; border-radius: 12px; border: 1px solid var(--np-line); z-index: 1; }
.np-compare-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}
.np-compare-card {
  background: #fff; border: 1px solid var(--np-line); border-radius: 10px;
  padding: .85rem; display: grid; gap: .45rem;
}
.np-compare-card h3 { margin: 0; font-size: 1rem; }
.np-pager { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; justify-content: center; margin-top: 1.25rem; }
.np-page-num {
  min-width: 2rem;
  height: 2rem;
  padding: 0 .45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--np-line);
  border-radius: 6px;
  color: var(--np-ink);
  text-decoration: none;
  font-size: .9rem;
  background: #fff;
}
.np-page-num:hover { border-color: #fdba74; }
.np-page-num.is-active {
  background: var(--np-orange, #f97316);
  border-color: var(--np-orange, #f97316);
  color: #fff;
  font-weight: 700;
}
.np-page-gap { color: var(--np-muted); padding: 0 .15rem; }
.class-block-head .muted { color: var(--np-muted); font-size: .85rem; }
.np-listing-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.np-listing { background: #fff; border: 1px solid var(--np-line); border-radius: 10px; overflow: hidden; color: inherit; }
.np-listing-media { aspect-ratio: 4/3; background: #e2e8f0 center/cover; position: relative; }
.np-listing-media .badge {
  position: absolute; left: .6rem; top: .6rem; background: var(--np-ink); color: #fff;
  font-size: .72rem; font-weight: 700; padding: .2rem .45rem; border-radius: 4px;
}
.np-listing-body { padding: .85rem; }
.np-listing-body h3 { margin: 0 0 .3rem; font-size: .95rem; }
.np-listing-body .price { font-weight: 700; color: var(--np-orange-deep); }
.np-listing-body .meta { margin-top: .35rem; color: var(--np-muted); font-size: .85rem; }

@media (max-width: 1100px) {
  .class-wrap-detail { grid-template-columns: 200px minmax(0, 1fr); }
  .detail-side { grid-column: 1 / -1; position: static; display: grid; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  .site-top-inner { grid-template-columns: auto 1fr; grid-template-rows: auto auto; }
  .site-search { grid-column: 1 / -1; max-width: none; order: 3; }
  .class-wrap, .class-wrap-detail { grid-template-columns: 1fr; }
  .class-side { position: static; }
  .detail-side { grid-template-columns: 1fr; }
  .vitrin-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ad-table .col-dyn:nth-of-type(n+5) { display: none; }
  .list-toolbar { align-items: stretch; }
  .np-pack-grid, .np-media-grid, .np-listing-row { grid-template-columns: 1fr 1fr; }
  .spec-grid { grid-template-columns: 1fr; }
  .np-ozellik-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .site-actions a:not(.btn-ilan) { display: none; }
  .ad-row { grid-template-columns: 96px 1fr; gap: .65rem; }
  .ad-row-thumb { width: 96px; height: 72px; }
  .ad-row-price { grid-column: 2; text-align: left; }
  .vitrin-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .np-pack-grid, .np-media-grid, .np-listing-row { grid-template-columns: 1fr; }
  .np-account-item { flex-direction: column; align-items: flex-start; }
  .detail-gallery { max-width: none; }
}

/* Kademeli kategori seçici (ilan ver) */
.np-kat-cascade { display: grid; gap: .65rem; }
.np-kat-hint { margin: 0; font-size: .88rem; color: var(--np-muted); font-weight: 400; }
.np-kat-levels { display: grid; gap: .75rem; }
.np-kat-path {
  min-height: 1.25rem; font-size: .9rem; font-weight: 600;
  color: var(--np-orange-deep, #ea580c);
}

/* —— Footer (SEO) —— */
.site-foot { background: var(--np-ink); color: rgba(255,255,255,.78); padding: 2.5rem 0 1.5rem; margin-top: auto; }
.site-foot a { color: rgba(255,255,255,.82); text-decoration: none; }
.site-foot a:hover { color: var(--np-orange); }
.site-foot-grid {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 1.75rem 1.5rem;
  align-items: start;
}
.foot-slogan { margin: .75rem 0 1rem; font-size: 1.05rem; font-weight: 600; letter-spacing: -.01em; color: rgba(255,255,255,.88); }
.foot-brand p { margin: .75rem 0 1rem; font-size: .92rem; line-height: 1.5; max-width: 28rem; color: rgba(255,255,255,.65); }
.foot-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: .35rem; font-size: .9rem; }
.foot-col { display: grid; gap: .45rem; align-content: start; }
.foot-col h3 { margin: 0 0 .35rem; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.45); font-weight: 700; }
.foot-col a { font-size: .92rem; }
.site-foot .site-logo img { height: 34px; filter: brightness(1.05); }
.site-foot-copy { grid-column: 1 / -1; font-size: .82rem; opacity: .55; padding-top: .5rem; border-top: 1px solid rgba(255,255,255,.08); }

/* Kurumsal */
.kurum-page { padding-bottom: 2rem; }
.kurum-wrap { max-width: 760px; }
.kurum-wrap h1 { margin: 0; font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2rem); letter-spacing: -.03em; }
.kurum-lead { margin: .65rem 0 1.25rem; color: var(--np-muted); font-size: 1.05rem; line-height: 1.55; }
.kurum-prose { display: grid; gap: .9rem; color: #2a3038; line-height: 1.65; }
.kurum-prose h2, .kurum-h2 { margin: 1.1rem 0 .35rem; font-size: 1.15rem; font-family: var(--font-display); }
.kurum-prose ul { margin: 0; padding-left: 1.2rem; }
.kurum-note { margin-top: 1rem; color: var(--np-muted); font-size: .92rem; }
.iletisim-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.iletisim-card { background: #fff; border: 1px solid var(--np-line); border-radius: var(--np-radius); padding: 1.15rem 1.2rem; }
.iletisim-card h2 { margin: 0 0 .75rem; font-size: 1.05rem; }
.iletisim-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .75rem; }
.iletisim-list span { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; color: var(--np-muted); margin-bottom: .15rem; }
.iletisim-card address { font-style: normal; line-height: 1.55; }
.sitemap-list, .sitemap-tree { margin: 0 0 1.5rem; padding-left: 1.1rem; line-height: 1.7; }
.sitemap-tree ul { margin: .2rem 0 .4rem; padding-left: 1.1rem; }

/* Erkam ekosistem */
.eko-block { border-top: 1px solid var(--np-line); background: #ececee; padding: 1.35rem 0 1.6rem; }
.eko-inner { width: var(--container); margin: 0 auto; text-align: center; }
.eko-label { margin: 0 0 .85rem; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--np-muted); font-weight: 700; }
.eko-logos { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 1.25rem 2rem; justify-content: center; align-items: center; }
.eko-logos img { height: 28px; width: auto; display: block; opacity: .92; }
.eko-logos a:hover img { opacity: 1; }
.eko-label a { color: inherit; text-decoration: none; }
.eko-label a:hover { color: var(--np-orange-deep); }

/* Çerez çubuğu */
.cookie-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  background: rgba(26,31,37,.96); color: #fff; padding: .9rem 1rem;
  box-shadow: 0 -8px 24px rgba(0,0,0,.18);
}
.cookie-bar-inner {
  width: var(--container); margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: .85rem 1.25rem; align-items: center; justify-content: space-between;
}
.cookie-bar p { margin: 0; font-size: .9rem; line-height: 1.45; max-width: 48rem; color: rgba(255,255,255,.88); }
.cookie-bar a { color: var(--np-orange); text-decoration: underline; }
.cookie-bar-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.cookie-bar .btn-secondary {
  background: transparent; border: 1px solid rgba(255,255,255,.35); color: #fff; padding: .45rem .85rem; border-radius: 6px; cursor: pointer;
}
.cookie-bar .btn-ilan { border: none; cursor: pointer; }

@media (max-width: 900px) {
  .site-foot-grid { grid-template-columns: 1fr 1fr; }
  .iletisim-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .site-foot-grid { grid-template-columns: 1fr; }
  .eko-logos img { height: 24px; }
}

.np-nav-badge { display:inline-block; min-width:1.15rem; padding:.05rem .35rem; margin-left:.25rem; border-radius:999px; background:var(--np-orange); color:#fff; font-size:.7rem; font-weight:700; line-height:1.2; vertical-align:middle; }
