/* ============================================================
   MEDIAL İŞİTME CİHAZLARI — Ana Stil Dosyası
   Palet: derin lacivert + serin gri-mavi. İmza: odyogram frekans çizgisi.
   ============================================================ */

/* ---------- 1. Tokenlar ---------- */
:root {
  /* Renk */
  --ink:          #0B3A5E;   /* başlıklar, derin lacivert */
  --brand:        #0E6BA8;   /* marka mavisi */
  --brand-hover:  #0A5588;
  --accent:       #1FA0DA;   /* etkileşim vurgusu, ölçülü kullan */
  --sand:         #F1F4F8;   /* serin gri-mavi zemin */
  --sand-deep:    #E1E7EE;   /* ayraç, kenarlık */
  --card:         #FDFDFE;
  --text:         #16191D;
  --text-muted:   #4F5A66;   /* zemin üzerinde AA geçer */
  --white:        #FFFFFF;
  --focus:        #1B87C9;

  /* Tipografi */
  --font-display: 'Inter Tight', 'Segoe UI', -apple-system, sans-serif;
  --font-body:    'Inter Tight', 'Segoe UI', -apple-system, sans-serif;

  --fs-xs:   0.8125rem;
  --fs-sm:   0.9375rem;
  --fs-base: 1.0625rem;   /* 17px — hedef kitle için taban */
  --fs-lg:   1.1875rem;
  --fs-xl:   1.5rem;
  --fs-2xl:  2rem;
  --fs-3xl:  2.75rem;
  --fs-4xl:  3.5rem;

  /* Ölçü */
  --wrap:      1180px;
  --wrap-slim: 780px;
  --gap:       1.5rem;
  --sec-y:     6rem;

  --radius:    14px;
  --radius-lg: 22px;

  --shadow-sm: 0 1px 2px rgba(11,58,94,.06), 0 2px 8px rgba(11,58,94,.05);
  --shadow-md: 0 4px 12px rgba(11,58,94,.07), 0 12px 32px rgba(11,58,94,.07);
  --shadow-lg: 0 8px 24px rgba(11,58,94,.09), 0 24px 64px rgba(11,58,94,.10);

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- 2. Sıfırlama ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: 1.65;
  color: var(--text);
  background: var(--sand);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { max-width: 100%; display: block; }
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-hover); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -0.012em;
  font-weight: 700;
  margin: 0 0 .6em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.1rem, 5vw, var(--fs-4xl)); }
h2 { font-size: clamp(1.75rem, 3.6vw, var(--fs-3xl)); }
h3 { font-size: var(--fs-xl); }
p  { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: .9rem 1.4rem;
  border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus { left: 0; color: #fff; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ---------- 3. Düzen ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 1.25rem; }
.wrap-slim { max-width: var(--wrap-slim); }

.section { padding-block: var(--sec-y); }
.section--sand { background: var(--sand); }
.section--card { background: var(--card); }
.section--ink  { background: var(--ink); color: #DCE9F3; }
.section--ink h2, .section--ink h3 { color: #fff; }

.section-head { text-align: center; max-width: 640px; margin: 0 auto 3.5rem; }
.section-head p { color: var(--text-muted); font-size: var(--fs-lg); margin: 0; }

/* Göz üstü etiket — bölümün ne olduğunu söyler, süs değil */
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: ''; width: 26px; height: 2px; background: var(--accent); border-radius: 2px;
}

/* ---------- 4. İMZA: Odyogram frekans çizgisi ---------- */
/* Gerçek bir odyogram eğrisinin basamaklı hattı. Bölüm ayracı olarak kullanılır. */
.audiogram-rule {
  --line: var(--sand-deep);
  height: 40px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='40' viewBox='0 0 240 40'%3E%3Cpolyline points='0,10 40,10 40,16 80,16 80,14 120,14 120,22 160,22 160,30 200,30 200,26 240,26' fill='none' stroke='%23EBE6DC' stroke-width='2'/%3E%3Ccircle cx='40' cy='16' r='3' fill='%23EBE6DC'/%3E%3Ccircle cx='120' cy='22' r='3' fill='%23EBE6DC'/%3E%3Ccircle cx='200' cy='30' r='3' fill='%23EBE6DC'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center;
  opacity: .9;
}

/* ---------- 5. Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: 48px;
  padding: .8rem 1.6rem;
  font-family: var(--font-body);
  font-size: var(--fs-base);
  font-weight: 700;
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  transition: transform .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease);
  text-align: center;
}
.btn:active { transform: translateY(1px); }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.btn--primary { background: var(--brand); color: #fff; }
.btn--primary:hover { background: var(--brand-hover); color: #fff; }

.btn--ghost { background: transparent; color: var(--ink); border-color: var(--sand-deep); }
.btn--ghost:hover { border-color: var(--brand); color: var(--brand); }

.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: #fff; color: var(--brand); }

.btn--wa { background: #1FA855; color: #fff; }
.btn--wa:hover { background: #178943; color: #fff; }

.btn--block { width: 100%; }

/* ---------- 6. Üst bar + gezinme ---------- */
.topbar {
  background: var(--ink);
  color: #C8DAE8;
  font-size: var(--fs-sm);
}
.topbar .wrap {
  display: flex; justify-content: space-between; align-items: center;
  gap: .75rem 1.5rem; min-height: 42px; flex-wrap: wrap;
  padding-block: .3rem;
}
/* Bağlantı da düz metin de aynı hizada: ikon solda, yazı yanında, satır kırılmaz. */
.topbar a,
.topbar span {
  color: #C8DAE8;
  display: inline-flex; align-items: center; gap: .45rem;
  white-space: nowrap; line-height: 1.4;
}
.topbar a:hover { color: #fff; }
.topbar svg { width: 15px; height: 15px; flex-shrink: 0; }
.topbar__links {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: .5rem 1.5rem;
}

@media (max-width: 720px) {
  .topbar .wrap { justify-content: center; text-align: center; }
  .topbar__links { justify-content: center; }
}
@media (max-width: 420px) {
  .topbar a, .topbar span { white-space: normal; }
}

.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(253,252,250,.92);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--sand-deep);
}
.header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 76px;
}

.logo { display: flex; align-items: center; gap: .7rem; }
.logo img { max-height: 46px; width: auto; }
.logo__text {
  font-family: var(--font-display);
  font-weight: 800; font-size: 1.3rem;
  color: var(--ink); letter-spacing: -0.018em; line-height: 1.1;
}
.logo__text span { display: block; font-size: .68rem; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: var(--brand); font-family: var(--font-body); }

.nav { display: flex; align-items: center; gap: .25rem; }
.nav a {
  padding: .6rem .95rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: var(--fs-sm);
  color: var(--text);
  white-space: nowrap;
}
.nav a:hover { background: var(--sand); color: var(--ink); }
.nav a.is-active { background: var(--ink); color: #fff; }

.header__cta { display: flex; align-items: center; gap: .6rem; }

.nav-toggle {
  display: none; width: 46px; height: 46px;
  align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--sand-deep);
  border-radius: 10px; cursor: pointer; color: var(--ink);
}

/* ---------- 7. Hero ---------- */
.hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(11,58,94,.94) 0%, rgba(11,58,94,.78) 48%, rgba(11,58,94,.35) 100%);
}
.hero__inner {
  position: relative; z-index: 2;
  padding-block: clamp(4.5rem, 11vw, 8.5rem);
  max-width: 660px;
}
.hero h1 { color: #fff; margin-bottom: 1.1rem; }
.hero__lead { font-size: var(--fs-lg); color: #D3E3EF; margin-bottom: 2rem; max-width: 52ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.hero .eyebrow { color: var(--accent); }
.hero .eyebrow::before { background: var(--accent); }

/* Hero altına oturan güven şeridi */
.trust-strip { background: var(--card); border-bottom: 1px solid var(--sand-deep); }
.trust-strip ul {
  list-style: none; margin: 0; padding: 1.5rem 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
}
.trust-strip li { display: flex; align-items: center; gap: .8rem; font-size: var(--fs-sm); color: var(--text-muted); }
.trust-strip strong { display: block; color: var(--ink); font-size: var(--fs-base); font-weight: 700; }
.trust-strip svg { width: 26px; height: 26px; color: var(--brand); flex-shrink: 0; }

/* ---------- 8. Kartlar ---------- */
.grid { display: grid; gap: var(--gap); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--card);
  border: 1px solid var(--sand-deep);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #CDD7E2; }

.card__media { aspect-ratio: 4 / 3; background: var(--sand); overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.card:hover .card__media img { transform: scale(1.04); }

.card__body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.card__body h3 { margin-bottom: .5rem; }
.card__desc { color: var(--text-muted); font-size: var(--fs-sm); flex: 1; }

.badge {
  align-self: flex-start;
  display: inline-block;
  padding: .3rem .75rem;
  margin-bottom: .9rem;
  font-size: var(--fs-xs); font-weight: 700; letter-spacing: .04em;
  color: var(--brand); background: rgba(14,107,168,.09);
  border-radius: 999px;
}

.feature-list { list-style: none; margin: 1.25rem 0 1.5rem; padding: 0; display: grid; gap: .5rem; }
.feature-list li {
  position: relative; padding-left: 1.5rem;
  font-size: var(--fs-sm); color: var(--text);
}
.feature-list li::before {
  content: ''; position: absolute; left: 0; top: .62em;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
}
.feature-list__label {
  font-size: var(--fs-xs); font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--text-muted); margin: 1.25rem 0 0;
}

/* ---------- 9. Hizmet kartları ---------- */
.service-card {
  background: var(--card);
  border: 1px solid var(--sand-deep);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  display: flex; flex-direction: column;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.service-card__icon {
  width: 56px; height: 56px; border-radius: 16px;
  display: grid; place-items: center; margin-bottom: 1.35rem;
  background: rgba(14,107,168,.09); color: var(--brand);
}
.service-card__icon svg { width: 26px; height: 26px; }
.service-card p { color: var(--text-muted); font-size: var(--fs-sm); flex: 1; }
.service-card__link {
  margin-top: 1.35rem; font-weight: 700; font-size: var(--fs-sm);
  display: inline-flex; align-items: center; gap: .4rem;
}
.service-card__link svg { width: 16px; height: 16px; transition: transform .2s var(--ease); }
.service-card:hover .service-card__link svg { transform: translateX(3px); }

/* ---------- 10. Filtre çubuğu ---------- */
.filters {
  display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem;
  margin: 0 auto 1.75rem; max-width: 900px;
}
.filters a {
  display: inline-flex; align-items: center; min-height: 44px;
  padding: .5rem 1.15rem; border-radius: 999px;
  background: var(--card); border: 1px solid var(--sand-deep);
  font-weight: 600; font-size: var(--fs-sm); color: var(--text-muted);
  transition: border-color .15s, color .15s, background .15s;
}
.filters a:hover { border-color: var(--brand); color: var(--ink); }
.filters a.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }

/* ---------- 11. İkili bölüm (metin + görsel) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.split--reverse .split__media { order: -1; }
.split__media img {
  width: 100%; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 3; object-fit: cover;
}

.value-row { display: flex; gap: 1.25rem; padding: 1.4rem 0; border-top: 1px solid var(--sand-deep); }
.value-row:first-of-type { border-top: 0; }
.value-row__icon {
  flex-shrink: 0; width: 48px; height: 48px; border-radius: 14px;
  display: grid; place-items: center;
  background: rgba(14,107,168,.09); color: var(--brand);
}
.value-row__icon svg { width: 22px; height: 22px; }
.value-row h3 { font-size: var(--fs-lg); margin-bottom: .3rem; }
.value-row p { color: var(--text-muted); font-size: var(--fs-sm); margin: 0; }

/* ---------- 12. İçerik (blog / hizmet detay) ---------- */
.prose { font-size: var(--fs-lg); line-height: 1.8; }
.prose h2 { font-size: var(--fs-2xl); margin-top: 2.5rem; }
.prose h3 { font-size: var(--fs-xl); margin-top: 2rem; }
.prose ul, .prose ol { padding-left: 1.3rem; margin-bottom: 1.3em; }
.prose li { margin-bottom: .5em; }
.prose blockquote {
  margin: 2rem 0; padding: 1.25rem 1.75rem;
  border-left: 4px solid var(--accent);
  background: var(--card); border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--text-muted); font-style: italic;
}

/* ---------- 13. Sayfa başlığı ---------- */
.page-head {
  background: var(--card);
  border-bottom: 1px solid var(--sand-deep);
  padding-block: clamp(3rem, 7vw, 5rem);
  text-align: center;
}
.page-head p { color: var(--text-muted); font-size: var(--fs-lg); max-width: 60ch; margin-inline: auto; }

.breadcrumb {
  font-size: var(--fs-sm); color: var(--text-muted);
  display: flex; gap: .5rem; flex-wrap: wrap; justify-content: center; margin-bottom: 1rem;
}
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--brand); }

/* ---------- 14. Formlar ---------- */
.field { margin-bottom: 1.35rem; }
.field label {
  display: block; margin-bottom: .5rem;
  font-weight: 700; font-size: var(--fs-sm); color: var(--ink);
}
.field .hint { display: block; font-weight: 500; color: var(--text-muted); font-size: var(--fs-xs); margin-top: .3rem; }

.input, .textarea, .select {
  width: 100%;
  padding: .85rem 1.05rem;
  min-height: 50px;
  font-family: inherit; font-size: var(--fs-base); color: var(--text);
  background: var(--white);
  border: 1.5px solid var(--sand-deep);
  border-radius: var(--radius);
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.input:focus, .textarea:focus, .select:focus {
  outline: none; border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(14,107,168,.12);
}
.textarea { min-height: 150px; resize: vertical; }

.alert { padding: 1rem 1.25rem; border-radius: var(--radius); margin-bottom: 1.5rem; font-size: var(--fs-sm); }
.alert--ok   { background: #E6F5EF; color: #14603F; border: 1px solid #B9E2CE; }
.alert--err  { background: #FDECEA; color: #8C2318; border: 1px solid #F5C6C0; }
.alert--info { background: #E7F1F9; color: #14496E; border: 1px solid #BFD8EC; }

/* ---------- 15. İletişim kartları ---------- */
.contact-card {
  display: flex; align-items: flex-start; gap: 1.1rem;
  background: var(--card); border: 1px solid var(--sand-deep);
  border-radius: var(--radius-lg); padding: 1.35rem;
  transition: border-color .2s var(--ease), transform .2s var(--ease);
}
.contact-card:hover { border-color: var(--brand); transform: translateX(3px); }
.contact-card__icon {
  flex-shrink: 0; width: 46px; height: 46px; border-radius: 13px;
  display: grid; place-items: center;
  background: rgba(14,107,168,.09); color: var(--brand);
}
.contact-card__icon svg { width: 20px; height: 20px; }
.contact-card__label { font-size: var(--fs-xs); font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--text-muted); }
.contact-card__value { font-size: var(--fs-base); font-weight: 600; color: var(--ink); }

/* ---------- 16. Sabit iletişim butonları ---------- */
.floating {
  position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 80;
  display: flex; flex-direction: column; gap: .7rem;
}
.floating a {
  width: 58px; height: 58px; border-radius: 50%;
  display: grid; place-items: center;
  color: #fff; box-shadow: var(--shadow-md);
  transition: transform .2s var(--ease);
}
.floating a:hover { transform: scale(1.07); color: #fff; }
.floating a svg { width: 27px; height: 27px; }
.floating__wa  { background: #1FA855; }
.floating__tel { background: var(--brand); }

/* Mobilde alt çubuk — tek dokunuşla arama */
.callbar { display: none; }

/* ---------- 17. Alt bilgi ---------- */
.footer { background: var(--ink); color: #C8DAE8; padding-block: 4rem 0; }
.footer h4 {
  font-family: var(--font-body); font-size: var(--fs-xs); font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: #fff; margin-bottom: 1.25rem;
}
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1.3fr; gap: 3rem; }
.footer__brand .logo__text { color: #fff; }
.footer__brand p { font-size: var(--fs-sm); margin-top: 1rem; max-width: 38ch; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.footer a { color: #C8DAE8; font-size: var(--fs-sm); }
.footer a:hover { color: #fff; }
.footer__contact li { display: flex; gap: .7rem; align-items: flex-start; font-size: var(--fs-sm); }
.footer__contact svg { width: 17px; height: 17px; flex-shrink: 0; margin-top: .3em; color: var(--accent); }
.footer__bottom {
  margin-top: 3.5rem; padding-block: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: var(--fs-xs);
}

/* ---------- 18. Yardımcılar ---------- */
.text-center { text-align: center; }
.mt-3 { margin-top: 3rem; }
.empty-state {
  text-align: center; padding: 4rem 1rem; color: var(--text-muted);
  border: 2px dashed var(--sand-deep); border-radius: var(--radius-lg);
}

/* Kaydırma ile beliriş */
.reveal { opacity: 0; transform: translateY(18px); }
.reveal.is-visible {
  opacity: 1; transform: none;
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}

/* ---------- 19. Duyarlı ---------- */
@media (max-width: 1024px) {
  :root { --sec-y: 4.5rem; }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 2.5rem; }
  .split--reverse .split__media { order: 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

@media (max-width: 860px) {
  .topbar { display: none; }
  .nav-toggle { display: flex; }
  .header__cta .btn { display: none; }

  .nav {
    position: fixed; inset: 76px 0 auto;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--card);
    border-bottom: 1px solid var(--sand-deep);
    padding: 1rem 1.25rem 1.5rem;
    box-shadow: var(--shadow-lg);
    transform: translateY(-120%);
    transition: transform .3s var(--ease);
    max-height: calc(100dvh - 76px); overflow-y: auto;
  }
  .nav.is-open { transform: none; }
  .nav a { padding: .95rem 1rem; border-radius: var(--radius); font-size: var(--fs-base); }
  .nav .btn--wa { margin-top: .75rem; }
}

@media (max-width: 720px) {
  :root { --sec-y: 3.5rem; --gap: 1rem; }
  .grid--3, .grid--2 { grid-template-columns: 1fr; }
  .trust-strip ul { grid-template-columns: 1fr; gap: 1rem; }
  .section-head { margin-bottom: 2.25rem; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; text-align: center; }

  /* Sabit yuvarlak butonlar yerine tam genişlikte alt çubuk */
  .floating { display: none; }
  .callbar {
    display: grid; grid-template-columns: 1fr 1fr;
    position: fixed; inset: auto 0 0; z-index: 80;
    box-shadow: 0 -4px 20px rgba(11,58,94,.14);
  }
  .callbar a {
    display: flex; align-items: center; justify-content: center; gap: .55rem;
    min-height: 60px; color: #fff; font-weight: 700; font-size: var(--fs-base);
  }
  .callbar a svg { width: 21px; height: 21px; }
  .callbar__tel { background: var(--brand); }
  .callbar__wa  { background: #1FA855; }
  body { padding-bottom: 60px; }
}

/* ---------- 20. Erişilebilirlik ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .header, .topbar, .floating, .callbar, .footer { display: none; }
}

/* ---------- Ürün filtreleri: marka + kategori ---------- */
.filter-zone { padding: 2.25rem 0 .5rem; }
.filters__label {
  font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--text-muted); text-align: center; margin: 0 0 .75rem;
}
.filters__label + .filters { margin-bottom: 1.5rem; }
.filters + .filters__label { margin-top: .25rem; }
.filter-zone .filters:last-child { margin-bottom: 0; }
.section--tight { padding-top: 2.25rem; }
.badge--soft {
  background: transparent; color: var(--text-muted);
  border: 1px solid var(--sand-deep); margin-left: .35rem;
}
@media (max-width: 640px) {
  .filter-zone { padding-top: 1.5rem; }
  .filters { gap: .4rem; }
  .filters a { padding: .5rem .9rem; font-size: .9rem; }
}

/* ---------- Footer: yapımcı ibaresi ---------- */
.footer__credit a {
  color: rgba(255,255,255,.92); font-weight: 600;
  text-decoration: underline; text-underline-offset: 2px;
  text-decoration-color: rgba(255,255,255,.35);
}
.footer__credit a:hover { color: #fff; text-decoration-color: #fff; }

/* İç metin sarmalayıcısı — ikonla metin asla ayrı satıra düşmez */
.topbar__text { display: inline-block; }
