/* Statik içerik sayfaları */
.static-page { padding-bottom: 2.5rem; }
.static-page .panel { margin-bottom: 1.25rem; }

.static-body h2 { font-size: 1.15rem; font-weight: 800; letter-spacing: -.02em; margin: 1.6rem 0 .6rem; }
.static-body h2:first-child { margin-top: 0; }
.static-body h3 { font-size: .95rem; font-weight: 800; margin: 1.2rem 0 .4rem; }
.static-body p { margin: .5rem 0; font-size: 14px; color: #3f3f46; line-height: 1.75; }
.static-body ul, .static-body ol { margin: .5rem 0; padding-left: 1.35rem; font-size: 14px; color: #3f3f46; line-height: 1.75; }
.static-body li { margin: .3rem 0; }
.static-body strong { color: var(--fg); }

/* Bilgi kartları ızgarası */
.info-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; margin: 1rem 0; }
@media (min-width: 768px) { .info-grid { grid-template-columns: repeat(2, 1fr); } }
.info-card { display: flex; gap: .9rem; padding: 1.25rem; border: 1px solid var(--border); border-radius: var(--radius-card); background: #fff; }
.info-card .ic-icon { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: 9999px; background: var(--primary-soft); color: var(--primary); flex-shrink: 0; }
.info-card h3 { font-size: 14px; font-weight: 800; margin: 0; }
.info-card p { font-size: 13px; color: var(--muted); margin: .3rem 0 0; line-height: 1.6; }

/* İstatistik kutuları */
.stat-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 1.25rem 0; }
@media (min-width: 768px) { .stat-row { grid-template-columns: repeat(4, 1fr); } }
.stat-box { text-align: center; padding: 1.25rem 1rem; border: 1px solid var(--border); border-radius: var(--radius-card); background: #fff; }
.stat-box b { display: block; font-size: 1.5rem; font-weight: 900; letter-spacing: -.03em; color: var(--primary); }
.stat-box span { font-size: 12px; color: var(--muted); }

/* Adım listesi (teknik servis, iade süreci) */
.step-list { list-style: none; margin: 1rem 0; padding: 0; display: flex; flex-direction: column; gap: 1.1rem; }
.step-list li { display: flex; gap: 1rem; align-items: flex-start; }
.step-list .sl-num {
  display: grid; place-items: center; width: 2.25rem; height: 2.25rem; border-radius: 9999px;
  background: var(--fg); color: #fff; font-weight: 900; font-size: 13px; flex-shrink: 0;
}
.step-list h3 { font-size: 14px; font-weight: 800; margin: .2rem 0 .2rem; }
.step-list p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.6; }

/* İletişim / mağaza kartları */
.contact-row { display: flex; gap: .8rem; align-items: flex-start; padding: .6rem 0; font-size: 14px; color: #3f3f46; line-height: 1.6; }
.contact-row .icon { color: var(--primary); flex-shrink: 0; margin-top: .15rem; }
.contact-row a { color: var(--primary); font-weight: 600; }
.contact-row a:hover { text-decoration: underline; }
.store-badge { display: inline-flex; align-items: center; gap: .35rem; border-radius: 9999px; background: var(--emerald-soft); color: var(--emerald-dark); padding: .35rem .8rem; font-size: 11px; font-weight: 800; }

/* Yasal not */
.legal-note { font-size: 12px; color: var(--muted); border-top: 1px solid var(--border); padding-top: 1rem; margin-top: 1.5rem; line-height: 1.7; }

/* Tablo (çerezler vb.) */
.static-table-wrap { overflow-x: auto; margin: 1rem 0; }
.static-table { border-collapse: collapse; width: 100%; min-width: 34rem; font-size: 13px; }
.static-table th, .static-table td { border: 1px solid var(--border); padding: .6rem .8rem; text-align: left; vertical-align: top; line-height: 1.6; }
.static-table th { background: var(--surface-subtle); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.static-table code { font-size: 12px; background: var(--surface-subtle); border-radius: .35rem; padding: .1rem .35rem; }
