/* ==========================================================
   Maxses İşitme — Global Stylesheet
   Design System: "Signal & Silence"  (v3, 2026-08-16)

   Concept: Hearing aids do two things — amplify signal, suppress
   noise. This design language reflects that duality: generous
   silence (warm cream, negative space) punctuated by precise
   signal (VU-meter amber accents, sharp typography).

   Signature: audiogram-rule divider — real hearing frequency
   response curve as the spine between sections.
   ========================================================== */

:root {
  /* ── Signal & Silence palette ─────────────────────────── */
  /* ── "Maxses" palette v3 — LOGO-DRIVEN, Black + Orange ────
     Direct extraction from brand logo (MAXSES işitme cihazları).
     Only 3 colors: near-black, brand orange, white.
     Reference: Nike, Harley-Davidson, Home Depot — bold B/O/W. */
  --bg:           #FFFFFF;   /* clean white — dominant */
  --surface:      #FFFFFF;   /* cards, elevated surfaces */
  --surface-alt:  #F7F8FA;   /* subtle cool band bg */
  --ink:          #1A1A1A;   /* logo black — near-black neutral */
  --ink-muted:    #525252;   /* secondary text */
  --ink-soft:     #8A8A8A;   /* tertiary / captions */
  --line:         #E8E8E8;   /* neutral hairline */
  --line-strong:  #CFCFCF;   /* stronger border */
  --signal:       #F08922;   /* logo brand orange — PRIMARY CTA + warmth */
  --signal-hover: #D66F0F;   /* CTA hover — darker warm orange */
  --signal-soft:  #FFF3E5;   /* orange tint background */
  --depth:        #1A1A1A;   /* logo black — hero/CTA panels */
  --depth-soft:   #2A2A2A;   /* depth 1-step lighter */
  /* Legacy aliases (backward-compat; do NOT reintroduce off-brand hues) */
  --emerald:      var(--ink);
  --brass:        var(--signal);
  --brass-soft:   var(--signal-soft);

  /* ── Backward-compat mappings (legacy classes) ────────── */
  --c-teal:        var(--depth);        /* was #0B7A84 → now depth */
  --c-teal-dark:   var(--depth);
  --c-teal-light:  var(--signal-soft);
  --c-orange:      var(--signal);
  --c-gold:        var(--brass);
  --c-navy:        var(--ink);
  --c-body:        var(--ink);
  --c-muted:       var(--ink-muted);
  --c-light-muted: var(--ink-muted);
  --c-border:      var(--line);
  --c-bg:          var(--bg);
  --c-success:     #3E5D4C;
  --c-danger:      #B33A2E;
  --c-white:       var(--surface);

  /* ── Gradients (pure black depth, orange accents) ────── */
  --grad-hero:  linear-gradient(180deg, var(--depth) 0%, #0A0A0A 100%);
  --grad-logo:  linear-gradient(135deg, var(--depth), var(--signal));
  --grad-cta:   linear-gradient(160deg, var(--depth) 0%, #0A0A0A 100%);
  --grad-strip: linear-gradient(90deg, var(--signal), #F7A64E);
  --grad-warm:  linear-gradient(180deg, var(--surface-alt) 0%, var(--bg) 100%);

  /* ── Shadows (neutral, high-contrast; premium retail) ─── */
  --sh-card:       0 1px 3px rgba(0,0,0,0.04), 0 2px 8px rgba(0,0,0,0.06);
  --sh-card-hover: 0 20px 40px -14px rgba(0,0,0,0.18), 0 6px 14px -4px rgba(0,0,0,0.10);
  --sh-soft:       0 12px 32px -14px rgba(0,0,0,0.14);
  --sh-nav:        0 1px 0 rgba(232,232,232,0.95), 0 8px 28px -18px rgba(0,0,0,0.14);
  --sh-btn:        0 8px 22px -6px rgba(240,137,34,0.48);
  --sh-btn-dark:   0 10px 26px -8px rgba(26,26,26,0.35);
  --sh-hero:       0 28px 70px -20px rgba(0,0,0,0.35);

  /* ── Motion ───────────────────────────────────────────── */
  --tr:   all .3s cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);

  /* ── Layout ───────────────────────────────────────────── */
  --maxw:         1200px;
  --maxw-content: 780px;
  --maxw-narrow:  640px;

  /* ── Typography stack — brand-aligned geometric ───────
     Plus Jakarta Sans: geometric display sans matching logo character.
     Inter: workhorse body font, strong Turkish support.
     JetBrains Mono: technical data (dB, Hz, phone).  */
  --font-display: 'Plus Jakarta Sans', 'Inter', -apple-system, sans-serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 16px; line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'ss01', 'cv11';
  overflow-x: hidden;
}

/* ── Type scale ─────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); font-weight: 700; color: var(--ink); letter-spacing: -0.02em; line-height: 1.15; }
.display-l { font-family: var(--font-display); font-size: clamp(48px, 6.5vw, 72px); font-weight: 700; line-height: 1.05; letter-spacing: -0.03em; }
.display-m { font-family: var(--font-display); font-size: clamp(40px, 5vw, 56px); font-weight: 700; line-height: 1.1; letter-spacing: -0.025em; }
.display-s { font-family: var(--font-display); font-size: clamp(32px, 4vw, 40px); font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--signal);
}
.eyebrow::before {
  content: ""; width: 24px; height: 1px; background: var(--signal);
}
.mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }

/* ── Selection ──────────────────────────────────────────── */
::selection { background: var(--signal-soft); color: var(--signal-hover); }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; }
a { text-decoration: none; color: inherit; }
::placeholder { color: var(--c-light-muted); }
::selection { background: rgba(240,137,34,0.22); color: var(--c-navy); }
*::-webkit-scrollbar { width: 10px; height: 10px; }
*::-webkit-scrollbar-track { background: transparent; }
*::-webkit-scrollbar-thumb { background: #D4DBE2; border-radius: 6px; border: 2px solid transparent; background-clip: padding-box; }
*::-webkit-scrollbar-thumb:hover { background: #B7C0CB; background-clip: padding-box; }

img, svg { display: block; }

/* film grain signature overlay */
body::before {
  content: ''; position: fixed; inset: 0; z-index: 9999; pointer-events: none;
  opacity: 0.038; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* keyframes */
@keyframes eq { 0%, 100% { transform: scaleY(var(--eq-min, 0.45)); } 50% { transform: scaleY(1); } }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes ring { 0% { transform: translate(-50%,-50%) scale(0.7); opacity: 0.55; } 100% { transform: translate(-50%,-50%) scale(1.9); opacity: 0; } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes pulseDot { 0%, 100% { box-shadow: 0 0 0 0 rgba(16,185,129,0.45); } 50% { box-shadow: 0 0 0 6px rgba(16,185,129,0); } }
@keyframes shine { 0% { transform: translateX(-130%) skewX(-18deg); } 60%, 100% { transform: translateX(260%) skewX(-18deg); } }
@keyframes revealUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

.anim-eq { transform-origin: bottom; animation: eq 1.5s ease-in-out infinite; }
.anim-float { animation: floaty 6s ease-in-out infinite; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .anim-eq, .anim-float, [data-marquee], [data-orbit], [data-ring], .reveal { animation: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

/* ---------- Layout container ---------- */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.section { padding: 100px 0; }
.section-sm { padding: 70px 0; }
.bg-white { background: #fff; }
.bg-soft { background: var(--c-bg); }
.section-heading { text-align: center; max-width: 660px; margin: 0 auto 58px; }
.section-heading.left { text-align: left; margin: 0 0 48px; }
.section-heading .wave-wrap { display: flex; justify-content: center; margin-bottom: 18px; }
.section-heading.left .wave-wrap { justify-content: flex-start; }
.overline {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--c-teal); margin-bottom: 14px;
}
.overline .dash { width: 22px; height: 1.5px; background: currentColor; opacity: 0.5; }
.overline.light { color: var(--c-gold); }
.section-heading h2 {
  font-family: var(--font-display); font-size: 38px; font-weight: 700;
  letter-spacing: -0.025em; line-height: 1.1; color: var(--c-navy); margin-bottom: 16px;
}
.section-heading.light h2 { color: #fff; }
.section-heading p {
  font-size: 17px; line-height: 1.65; color: var(--c-muted); text-wrap: pretty;
}
.section-heading.light p { color: rgba(255,255,255,0.72); }

/* Scroll progress bar */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 200; pointer-events: none;
}
.scroll-progress__bar {
  height: 100%; width: 0;
  background: linear-gradient(90deg, #1A1A1A, #F08922 55%, #F08922);
  box-shadow: 0 0 12px rgba(240,137,34,0.55);
  transition: width 0.1s linear;
}

/* Reveal (scroll-triggered) */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.75s var(--ease), transform 0.8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Buttons — Maxses brand, high visibility ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px; justify-content: center;
  padding: 15px 28px; font-family: var(--font-body);
  font-size: 15.5px; font-weight: 700; letter-spacing: -0.005em;
  border-radius: 12px; border: 1px solid transparent;
  transition: transform .2s var(--ease), background-color .2s var(--ease), box-shadow .3s var(--ease);
  white-space: nowrap; text-decoration: none;
  transform: translateY(0);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn:focus-visible {
  outline: 2px solid var(--signal); outline-offset: 3px;
}
.btn--sm { padding: 11px 20px; font-size: 14px; border-radius: 10px; }
.btn--lg {
  padding: 19px 34px; font-size: 17px; border-radius: 14px;
  font-weight: 700; letter-spacing: -0.01em;
}

/* Primary — logo brand orange, THE call-to-action */
.btn--orange {
  background: var(--signal); color: #fff;
  box-shadow: var(--sh-btn);
  border-color: var(--signal);
}
.btn--orange:hover {
  background: var(--signal-hover); border-color: var(--signal-hover);
  box-shadow: 0 14px 30px -8px rgba(240,137,34,0.55);
}

/* Dark — logo black, for premium secondary or on-light CTA */
.btn--teal {
  background: var(--depth); color: var(--surface);
  box-shadow: var(--sh-btn-dark);
}
.btn--teal:hover {
  background: var(--depth-soft);
  box-shadow: 0 14px 30px -8px rgba(0,0,0,0.4);
}

/* Ghost light — on dark hero backgrounds */
.btn--ghost-light {
  background: rgba(255,255,255,0.08); color: #fff;
  border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(6px);
}
.btn--ghost-light:hover {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.5);
}

/* Ghost — on light backgrounds */
.btn--ghost {
  background: transparent; color: var(--ink);
  border: 1.5px solid var(--ink);
}
.btn--ghost:hover {
  background: var(--ink); color: var(--surface);
  border-color: var(--ink);
}

/* Soft orange — subtle orange tint, secondary use */
.btn--teal-light {
  background: var(--signal-soft); color: var(--signal-hover);
  border: 1px solid rgba(240,137,34,0.22);
}
.btn--teal-light:hover {
  background: #FFE7C9; border-color: rgba(240,137,34,0.4);
}

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

/* ---------- Icons (svg component wrapper) ---------- */
.icon { display: inline-block; width: 22px; height: 22px; stroke: currentColor; fill: none; }
.icon--sm { width: 16px; height: 16px; }
.icon--md { width: 18px; height: 18px; }
.icon--lg { width: 22px; height: 22px; }
.icon--xl { width: 28px; height: 28px; }

/* ---------- Navbar ---------- */
.navbar {
  position: sticky; top: 0; z-index: 100; height: 64px;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line); transition: var(--tr);
}
.navbar.is-scrolled {
  background: rgba(255,255,255,0.85);
  border-bottom-color: var(--line-strong);
  box-shadow: var(--sh-nav);
}
.navbar__inner {
  max-width: var(--maxw); margin: 0 auto; height: 100%; padding: 0 28px;
  display: flex; align-items: center; justify-content: space-between;
}
.navbar__brand { color: var(--c-navy); display: flex; align-items: center; }
.navbar__links { display: flex; align-items: center; gap: 4px; }
.navbar__link {
  padding: 8px 13px; font-size: 14px; font-weight: 500; border-radius: 9px; white-space: nowrap;
  color: var(--c-body); background: transparent;
  transition: color 0.2s ease, font-weight 0.2s ease, background 0.2s ease;
}
.navbar__link:hover { background: var(--c-teal-light); }
.navbar__link.is-active { background: var(--c-teal); color: #fff; font-weight: 600; }
.navbar__actions { display: flex; align-items: center; gap: 10px; }
.navbar__toggle {
  display: none; color: var(--c-navy); padding: 6px;
}
.navbar__mobile {
  display: none; flex-direction: column; padding: 12px 20px 20px; gap: 4px;
  background: #fff; border-bottom: 1px solid var(--c-border); box-shadow: var(--sh-soft);
}
.navbar__mobile.is-open { display: flex; }
.navbar__mobile a {
  text-align: left; padding: 12px 14px; font-size: 15px; font-weight: 500;
  border-radius: 9px; color: var(--c-body); background: var(--c-bg);
}
.navbar__mobile a.is-active { background: var(--c-teal); color: #fff; font-weight: 600; }

/* Logo */
.logo { display: flex; align-items: center; gap: 12px; }
.logo__mark {
  width: 40px; height: 40px; border-radius: 10px; background: var(--grad-logo);
  display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 20px;
  box-shadow: 0 6px 16px -6px rgba(26,26,26,0.5); flex-shrink: 0;
}
.logo__mark--sm { width: 38px; height: 38px; font-size: 19px; border-radius: 10px; }
.logo__mark--md { width: 40px; height: 40px; font-size: 20px; }
.logo__mark--lg { width: 42px; height: 42px; font-size: 22px; }
.logo__text {
  font-family: var(--font-display); font-weight: 700; font-size: 19px;
  color: inherit; letter-spacing: -0.02em; line-height: 1.1; white-space: nowrap;
}
.logo__sub {
  font-size: 11px; font-weight: 600; color: var(--c-gold);
  letter-spacing: 0.04em; margin-top: 1px;
}

/* ---------- Hero ---------- */
.hero {
  position: relative; background: var(--grad-hero);
  overflow: hidden; min-height: 640px;
}
.hero__bars {
  position: absolute; inset: 0; display: flex; align-items: flex-end; gap: 5px; padding: 0 8px;
}
.hero__bar { flex: 1; border-radius: 6px 6px 0 0; }
.hero__glow-1 {
  position: absolute; top: -140px; right: -60px; width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(240,137,34,0.20), transparent 68%);
}
.hero__glow-2 {
  position: absolute; bottom: -180px; left: -120px; width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(26,26,26,0.35), transparent 70%);
}
.hero__fade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,26,26,0.25) 0%, transparent 30%, rgba(26,26,26,0.15) 100%);
}
.hero__inner {
  position: relative; max-width: var(--maxw); margin: 0 auto;
  padding: 96px 28px 100px;
  display: flex; align-items: center; gap: 50px; flex-wrap: wrap;
}
.hero__left { flex: 1; min-width: 340px; }
.hero__pill {
  display: inline-flex; align-items: center; gap: 9px; padding: 7px 15px 7px 11px;
  border-radius: 100px; background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  margin-bottom: 28px; backdrop-filter: blur(6px);
}
.hero__pill-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--c-success);
  animation: pulseDot 2.2s ease-in-out infinite;
}
.hero__pill-text {
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.92);
  letter-spacing: 0.01em; white-space: nowrap;
}
.hero__title {
  font-family: var(--font-display); font-size: 58px; font-weight: 700;
  line-height: 1.04; letter-spacing: -0.035em; color: #fff; margin: 0;
}
.hero__title span { display: block; }
.hero__accent {
  display: block; position: relative; width: fit-content;
  background: linear-gradient(100deg, #F0843F, #F08922);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero__underline { position: absolute; left: 0; bottom: -6px; width: 100%; }
.hero__lead {
  font-size: 18.5px; line-height: 1.68; color: rgba(255,255,255,0.66);
  max-width: 488px; margin: 30px 0 36px; text-wrap: pretty;
}
.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 52px; }
.hero__stats { display: flex; gap: 0; flex-wrap: wrap; align-items: center; }
.hero__stat-div { width: 1px; height: 42px; background: rgba(255,255,255,0.14); margin: 0 28px; }
.hero__stat-value {
  font-family: var(--font-display); font-size: 42px; font-weight: 700;
  color: var(--c-gold); line-height: 1; letter-spacing: -0.03em;
}
.hero__stat-label {
  font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 9px; font-weight: 500;
}

/* Hero right visual */
.hero__visual { width: 400px; height: 400px; position: relative; flex-shrink: 0; margin: 0 auto; }
.hero__ring {
  position: absolute; top: 50%; left: 50%; width: 200px; height: 200px; border-radius: 50%;
  border: 1.5px solid rgba(240,137,34,0.5);
  animation: ring 3.4s var(--ease) infinite;
}
.hero__circle {
  position: absolute; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%);
  display: grid; place-items: center;
}
.hero__circle--outer {
  width: 360px; height: 360px;
  background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(2px);
}
.hero__circle--mid {
  width: 274px; height: 274px;
  background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(2px);
}
.hero__circle--inner {
  width: 168px; height: 168px;
  background: linear-gradient(135deg, #1A1A1A, #F08922);
  box-shadow: 0 36px 70px -24px rgba(26,26,26,0.7), inset 0 2px 10px rgba(255,255,255,0.25);
}
.hero__orbit { position: absolute; inset: 0; animation: orbit 26s linear infinite; }
.hero__orbit-dot {
  position: absolute; top: 50%; left: 50%; width: 13px; height: 13px; border-radius: 50%;
}
.hero__chip {
  position: absolute; bottom: 18px; left: -14px; display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,0.97); border-radius: 16px; padding: 13px 17px;
  box-shadow: 0 24px 50px -18px rgba(0,0,0,0.45); border: 1px solid rgba(255,255,255,0.6);
}
.hero__chip-ico {
  width: 38px; height: 38px; border-radius: 11px; background: var(--c-teal-light);
  display: grid; place-items: center; flex-shrink: 0;
}
.hero__chip-title { font-size: 12px; color: var(--c-muted); font-weight: 500; }
.hero__chip-value {
  font-family: var(--font-display); font-size: 17px; font-weight: 700;
  color: var(--c-navy); line-height: 1.1;
}

/* ---------- BrandMarquee ---------- */
.marquee {
  background: #fff; border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border);
  padding: 24px 0; overflow: hidden; position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.marquee__track {
  display: flex; align-items: center; gap: 58px; width: max-content;
  animation: marquee 32s linear infinite;
}
.marquee__item { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.marquee__letter {
  width: 38px; height: 38px; border-radius: 10px; color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 16px; flex-shrink: 0;
}
.marquee__name {
  font-family: var(--font-display); font-size: 25px; font-weight: 600;
  color: var(--c-navy); letter-spacing: -0.02em; opacity: 0.85;
}
.marquee__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--c-gold); margin-left: 14px; }

/* ---------- Cards / Lift ---------- */
.lift {
  transition: var(--tr); box-shadow: var(--sh-card); transform: translateY(0);
}
.lift:hover { transform: translateY(-6px); box-shadow: var(--sh-card-hover); }

/* Grid helpers */
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); gap: 22px; }
/* auto-fit collapses empty tracks so trailing items don't leave right-side gaps */
.grid-auto     { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.grid-auto-lg  { grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 24px; }

/* ---------- Brand card ---------- */
.brand-card {
  background: #fff; border: 1px solid var(--c-border); border-radius: 16px;
  padding: 26px; position: relative; overflow: hidden;
}
.brand-card__glow {
  position: absolute; top: -40px; right: -40px; width: 130px; height: 130px;
  border-radius: 50%; opacity: 0.06; transition: var(--tr);
}
.brand-card:hover .brand-card__glow { opacity: 0.13; transform: scale(1.15); }
.brand-card__row { display: flex; align-items: center; gap: 16px; position: relative; }
.brand-card__letter {
  width: 54px; height: 54px; border-radius: 14px; color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 22px; flex-shrink: 0;
}
.brand-card__logo {
  width: 74px; height: 54px; border-radius: 12px; background: #fff;
  border: 1px solid var(--c-border); padding: 6px; flex-shrink: 0;
  display: grid; place-items: center; overflow: hidden;
}
.brand-card__logo img {
  max-width: 100%; max-height: 100%; object-fit: contain;
}
.brand-card__title {
  font-family: var(--font-display); font-size: 19px; font-weight: 700;
  color: var(--c-navy); letter-spacing: -0.01em;
}
.brand-card__sub { font-size: 12.5px; font-weight: 600; color: var(--c-teal); margin-top: 2px; }
.brand-card__desc {
  font-size: 14.5px; line-height: 1.6; color: var(--c-muted);
  margin-top: 18px; position: relative;
}

/* ---------- Service card ---------- */
.service-card {
  background: #fff; border: 1px solid var(--c-border); border-radius: 14px; padding: 28px;
}
.service-card__ico {
  width: 50px; height: 50px; border-radius: 13px; background: var(--c-teal-light);
  display: grid; place-items: center; margin-bottom: 18px; color: var(--c-teal);
}
.service-card__title { font-size: 16.5px; font-weight: 700; color: var(--c-navy); margin-bottom: 8px; }
.service-card__desc { font-size: 14px; line-height: 1.6; color: var(--c-muted); }

/* ---------- Product card ---------- */
.product-card {
  background: #fff; border: 1px solid var(--c-border); border-radius: 18px;
  overflow: hidden; position: relative; display: flex; flex-direction: column;
}
.product-card__badge {
  position: absolute; top: 14px; right: 14px; z-index: 3;
  display: inline-flex; align-items: center; gap: 5px;
  padding: 5px 11px; border-radius: 100px; background: var(--c-orange); color: #fff;
  font-size: 11.5px; font-weight: 700;
  box-shadow: 0 4px 12px -3px rgba(240,137,34,0.55);
}
/* Base rules — see MARKER:CARD-REFRESH for premium overrides */
.product-card__cover {
  background: var(--surface-alt);
  display: grid; place-items: center; position: relative; overflow: hidden;
}
.product-card__img {
  width: 100%; height: 100%; object-fit: contain;
  transition: transform .4s var(--ease, cubic-bezier(.2,.7,.3,1));
}
.product-card:hover .product-card__img { transform: scale(1.05); }
.product-card__ear { opacity: 0.4; transition: var(--tr); color: var(--ink-soft); }
.product-card:hover .product-card__ear { opacity: 0.15; transform: scale(0.9); }
.product-card__wave {
  position: absolute; inset: 0; display: grid; place-items: center;
  opacity: 0; transition: opacity 0.4s ease;
}
.product-card:hover .product-card__wave { opacity: 1; }
.product-card__strip {
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px; opacity: 0.55;
}
.product-card__body {
  padding: 22px; display: flex; flex-direction: column; flex: 1;
}
.product-card__brand {
  display: inline-flex; align-items: center; gap: 7px; margin-bottom: 8px;
}
.product-card__brand-square { width: 7px; height: 7px; border-radius: 2px; }
.product-card__brand-name {
  font-size: 12px; font-weight: 700; letter-spacing: 0.07em;
  text-transform: uppercase; color: var(--c-teal);
}
.product-card__title {
  font-family: var(--font-display); font-size: 18px; font-weight: 700;
  color: var(--c-navy); margin-bottom: 5px; line-height: 1.25; letter-spacing: -0.015em;
}
.product-card__cat { font-size: 13px; color: var(--c-light-muted); margin-bottom: 15px; }
.product-card__features { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.tag-feature {
  font-size: 11.5px; font-weight: 600; padding: 4px 10px; border-radius: 7px;
  background: var(--c-teal-light); color: var(--c-teal-dark); white-space: nowrap;
}
.product-card__footer {
  margin-top: auto; padding-top: 16px; border-top: 1px solid var(--c-border);
  display: flex; align-items: flex-end; justify-content: space-between;
}
.product-card__price-label { font-size: 11.5px; color: var(--c-light-muted); margin-bottom: 2px; }
.product-card__price {
  font-family: var(--font-display); font-size: 22px; font-weight: 700;
  color: var(--c-teal); letter-spacing: -0.02em;
}
.product-card__cta {
  width: 38px; height: 38px; border-radius: 11px; background: var(--c-teal-light);
  display: grid; place-items: center; transition: var(--tr); color: var(--c-teal);
}
.product-card:hover .product-card__cta { background: var(--c-teal); color: #fff; }
.product-card:hover .product-card__cta svg { stroke: #fff; }

/* Category chips (products/blog) */
.chips { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 44px; }
.chip {
  padding: 9px 18px; border-radius: 100px; font-size: 14px; font-weight: 600;
  transition: var(--tr); background: #fff; color: var(--c-body);
  border: 1px solid var(--c-border);
}
.chip:hover { border-color: var(--c-teal); }
.chip.is-active {
  background: var(--c-teal); color: #fff; border-color: var(--c-teal);
  box-shadow: 0 6px 16px -8px rgba(26,26,26,0.5);
}

/* ---------- Dealer card ---------- */
.dealer-card {
  background: #fff; border: 1px solid var(--c-border); border-radius: 16px; overflow: hidden;
}
.dealer-card__strip { height: 4px; background: var(--grad-strip); }
.dealer-card__inner { padding: 26px; display: flex; gap: 20px; }
.dealer-card__ico {
  width: 58px; height: 58px; border-radius: 15px; flex-shrink: 0;
  display: grid; place-items: center;
  background: var(--c-teal-light); color: var(--c-teal);
}
.dealer-card__ico.is-center {
  background: var(--c-teal); color: #fff;
  box-shadow: 0 10px 22px -10px rgba(26,26,26,0.6);
}
.dealer-card__title {
  font-family: var(--font-display); font-size: 19px; font-weight: 700;
  color: var(--c-navy); letter-spacing: -0.01em;
}
.dealer-card__badge {
  font-size: 10.5px; font-weight: 800; letter-spacing: 0.06em;
  padding: 3px 9px; border-radius: 6px; background: var(--c-gold); color: #fff;
}
.dealer-card__header {
  display: flex; align-items: center; gap: 10px; margin-bottom: 16px; flex-wrap: wrap;
}
.dealer-card__rows { display: flex; flex-direction: column; gap: 11px; margin-bottom: 20px; }
.dealer-card__row {
  display: flex; gap: 11px; align-items: flex-start; font-size: 14px; color: var(--c-body);
}
.dealer-card__row svg { color: var(--c-teal); flex-shrink: 0; margin-top: 1px; }
.dealer-card__row span { line-height: 1.45; }

/* ---------- Section: CTA ---------- */
.cta-section { background: var(--grad-cta); position: relative; overflow: hidden; }
.cta-section__bg {
  position: absolute; inset: 0; opacity: 0.5;
  display: flex; justify-content: center; align-items: center;
}
.cta-section__inner {
  position: relative; max-width: 760px; margin: 0 auto; padding: 88px 28px; text-align: center;
}
.cta-section h2 {
  font-family: var(--font-display); font-size: 36px; font-weight: 700;
  color: #fff; letter-spacing: -0.025em; margin-bottom: 16px; line-height: 1.15;
}
.cta-section p {
  font-size: 17px; line-height: 1.6; color: rgba(255,255,255,0.75);
  margin: 0 auto 32px; max-width: 520px;
}

/* ---------- PageHeader (inner page hero) ---------- */
/* -------- FAQ (SEO — FAQPage schema) -------- */
.faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; }
.faq {
  background: #fff; border: 1px solid #eef1f4; border-radius: 14px;
  overflow: hidden; transition: box-shadow .18s ease, border-color .18s ease;
}
.faq:hover { border-color: #d9e2ec; box-shadow: 0 4px 14px rgba(15,23,42,.05); }
.faq[open] { border-color: #1A1A1A; box-shadow: 0 4px 20px rgba(26,26,26,.10); }
.faq__q {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 18px 22px; cursor: pointer;
  font-family: var(--font-display, inherit);
  font-size: 16px; font-weight: 600; color: #0f172a;
  list-style: none; user-select: none;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__chev { transition: transform .18s ease; color: #64748b; flex-shrink: 0; }
.faq[open] .faq__chev { transform: rotate(180deg); color: #1A1A1A; }
.faq__a {
  padding: 0 22px 20px; color: #475569; line-height: 1.7; font-size: 15px;
  border-top: 1px solid #f1f5f9; padding-top: 16px;
}

/* -------- Breadcrumbs — premium trail -------- */
.breadcrumbs {
  padding: 22px 0;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.breadcrumbs__list {
  display: flex; flex-wrap: wrap; align-items: center; gap: 4px;
  padding: 0; margin: 0; list-style: none;
  font-family: var(--font-body); font-size: 13.5px; font-weight: 500;
}
.breadcrumbs__item {
  display: inline-flex; align-items: center; gap: 4px;
  min-width: 0;
}
.breadcrumbs__link {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 6px 12px; border-radius: 8px;
  color: var(--ink-muted);
  text-decoration: none;
  transition: color .18s var(--ease), background .18s var(--ease);
  white-space: nowrap;
}
.breadcrumbs__link:hover {
  color: var(--ink);
  background: var(--surface-alt);
}
.breadcrumbs__home {
  padding: 6px 8px;
  color: var(--ink-soft);
}
.breadcrumbs__home:hover {
  color: var(--signal);
  background: var(--signal-soft);
}
.breadcrumbs__current {
  padding: 6px 12px;
  color: var(--ink); font-weight: 700;
  letter-spacing: -0.005em;
  max-width: 340px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.breadcrumbs__sep {
  color: var(--line-strong); flex-shrink: 0;
  margin: 0 -2px;
}

@media (max-width: 640px) {
  .breadcrumbs { padding: 14px 0; }
  .breadcrumbs__list { font-size: 13px; flex-wrap: nowrap; }
  .breadcrumbs__link { padding: 5px 8px; }
  /* Mobile'da ara breadcrumb öğelerini gizle — sadece Home + Current.
     Örnek: Home › Ürünlerimiz › Kanal İçi › Vista V-R  →  🏠 › Vista V-R  */
  .breadcrumbs__list > .breadcrumbs__item:not(:first-child):not(:last-child) { display: none; }
  .breadcrumbs__current { max-width: calc(100vw - 100px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

.page-header {
  background: var(--grad-hero); position: relative; overflow: hidden;
}
.page-header__bars {
  position: absolute; inset: 0; display: flex; align-items: flex-end;
  gap: 5px; padding: 0 8px; opacity: 0.6;
}
.page-header__bars > div { flex: 1; border-radius: 5px 5px 0 0; }
.page-header__inner {
  position: relative; max-width: var(--maxw); margin: 0 auto;
  padding: 76px 28px 64px; text-align: center;
}
.page-header__overline {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--c-gold); margin-bottom: 14px;
}
.page-header h1 {
  font-family: var(--font-display); font-size: 48px; font-weight: 700;
  color: #fff; letter-spacing: -0.03em; margin-bottom: 14px; line-height: 1.05;
}
.page-header p {
  font-size: 17.5px; color: rgba(255,255,255,0.72);
  max-width: 580px; margin: 0 auto; line-height: 1.6; text-wrap: pretty;
}
.page-header__wave { display: flex; justify-content: center; margin-bottom: 18px; }

/* ---------- Contact page ---------- */
.contact-grid {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: start;
}
.info-list { display: flex; flex-direction: column; gap: 14px; }
.info-row {
  display: flex; gap: 16px; align-items: center;
  background: #fff; border: 1px solid var(--c-border); border-radius: 14px; padding: 18px;
}
.info-row__ico {
  width: 46px; height: 46px; border-radius: 12px; background: var(--c-teal-light);
  display: grid; place-items: center; flex-shrink: 0; color: var(--c-teal);
}
.info-row__label { font-size: 12px; color: var(--c-muted); margin-bottom: 3px; }
.info-row__value { font-size: 14.5px; font-weight: 700; color: var(--c-navy); }
.contact-tip {
  background: var(--signal-soft);
  border: 1px solid var(--signal); border-radius: 16px; padding: 24px; margin-top: 6px;
}
.contact-tip__head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.contact-tip__head svg { color: var(--signal); }
.contact-tip__title { font-size: 16.5px; font-weight: 800; color: var(--ink); }
.contact-tip__body { font-size: 14px; line-height: 1.6; color: var(--ink-muted); }
.contact-form {
  background: #fff; border: 1px solid var(--c-border); border-radius: 18px;
  padding: 34px; box-shadow: var(--sh-soft);
}
.contact-form__title { font-size: 19px; font-weight: 800; color: var(--c-navy); margin-bottom: 22px; }
.form-stack { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label {
  font-size: 13px; font-weight: 600; color: var(--c-body);
  display: block; margin-bottom: 7px;
}
.field__wrap { position: relative; }
.field__wrap svg {
  position: absolute; left: 14px; top: 13px; color: var(--c-light-muted); transition: var(--tr);
}
.field__wrap.has-value svg, .field__wrap:focus-within svg { color: var(--c-teal); }
.field input, .field textarea, .field select {
  width: 100%; padding: 12px 14px 12px 42px; font-size: 14.5px; border-radius: 11px;
  border: 1px solid var(--c-border); outline: none; transition: var(--tr);
  color: var(--c-body); background: #fff;
}
.field textarea { padding: 12px 14px; resize: vertical; line-height: 1.6; }
.field select { appearance: none; cursor: pointer; }
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--c-teal);
  box-shadow: 0 0 0 4px rgba(26,26,26,0.12);
}
.field__chev { position: absolute; right: 14px; top: 14px; color: var(--c-muted); transform: rotate(90deg); }
.form-success { text-align: center; padding: 40px 0; }
.form-success__ico {
  width: 76px; height: 76px; border-radius: 50%; background: var(--signal-soft);
  display: grid; place-items: center; margin: 0 auto 22px; color: var(--signal);
}
.form-success__title { font-size: 22px; font-weight: 800; color: var(--c-navy); margin-bottom: 10px; }
.form-success__body {
  font-size: 15px; color: var(--c-muted); line-height: 1.6;
  max-width: 320px; margin: 0 auto 24px;
}
.form-error {
  background: rgba(239,68,68,0.08); color: var(--c-danger);
  border: 1px solid rgba(239,68,68,0.3); border-radius: 10px;
  padding: 10px 14px; font-size: 13.5px; margin-bottom: 14px;
}

/* ---------- About page ---------- */
.about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
.about-lede { font-size: 16px; line-height: 1.8; color: var(--c-body); margin-bottom: 18px; }
.about-lede strong { color: var(--c-navy); }
.about-body { font-size: 16px; line-height: 1.8; color: var(--c-muted); margin-bottom: 34px; }
.about-feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.about-feat {
  background: var(--c-teal-light); border-radius: 14px; padding: 20px;
}
.about-feat__ico {
  width: 42px; height: 42px; border-radius: 11px; background: #fff;
  display: grid; place-items: center; margin-bottom: 13px; color: var(--c-teal);
}
.about-feat__title { font-size: 15px; font-weight: 700; color: var(--c-navy); margin-bottom: 5px; }
.about-feat__desc { font-size: 13px; line-height: 1.5; color: var(--c-muted); }
.about-visual {
  border-radius: 24px; aspect-ratio: 4/5; position: relative; overflow: hidden;
  background: linear-gradient(150deg, var(--surface-alt) 0%, #F0EDE7 100%);
  display: grid; place-items: center; border: 1px solid var(--line);
}
.about-visual__deco-1 {
  position: absolute; top: -40px; right: -40px; width: 200px; height: 200px;
  border-radius: 50%; background: rgba(26,26,26,0.06);
}
.about-visual__deco-2 {
  position: absolute; bottom: -30px; left: -30px; width: 160px; height: 160px;
  border-radius: 50%; background: rgba(240,137,34,0.14);
}
.about-visual__badge {
  position: relative; display: grid; place-items: center; gap: 18px;
}
.about-visual__disc {
  width: 120px; height: 120px; border-radius: 50%; background: var(--depth);
  display: grid; place-items: center;
  box-shadow: 0 24px 48px -16px rgba(0,0,0,0.35); color: var(--signal);
}
.about-visual__caption {
  font-family: var(--font-mono); font-size: 12.5px; font-weight: 700;
  color: var(--ink); letter-spacing: 0.14em; text-transform: uppercase;
  padding: 6px 14px; background: var(--surface); border-radius: 100px;
  border: 1px solid var(--line-strong);
}

/* Mobile'da dekoratif visual paneli gizle — mobilde yer harcıyor,
   context'siz görünüyor. Metin akışı kesintisiz kalsın. */
@media (max-width: 900px) {
  .about-visual { display: none !important; }
}
.mission-band { background: var(--grad-cta); }
.mission-band__inner {
  max-width: 820px; margin: 0 auto; padding: 72px 28px; text-align: center;
}
.mission-band__wave { display: flex; justify-content: center; margin-bottom: 20px; }
.mission-band__over {
  font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--c-gold); margin-bottom: 14px;
}
.mission-band p {
  font-family: var(--font-display); font-size: 26px; line-height: 1.5;
  font-weight: 600; color: #fff; letter-spacing: -0.015em;
}

/* ---------- Blog cards ---------- */
.blog-card {
  background: #fff; border: 1px solid var(--c-border); border-radius: 16px;
  overflow: hidden; cursor: pointer; display: flex; flex-direction: column;
}
.blog-card__cover {
  height: 170px; position: relative; overflow: hidden; display: grid; place-items: center;
}
.blog-card--compact .blog-card__cover { height: 150px; }
.blog-card__cover-wave {
  position: absolute; inset: 0; display: flex; align-items: flex-end;
  justify-content: center; opacity: 0.5;
}
.blog-card__cover-deco {
  position: absolute; top: -30px; right: -30px; width: 130px; height: 130px;
  border-radius: 50%; background: rgba(255,255,255,0.07);
}
.blog-card__cover-ico {
  color: rgba(255,255,255,0.92); position: relative;
}
.blog-card__cat {
  position: absolute; top: 14px; left: 14px; font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.03em; padding: 5px 11px; border-radius: 100px;
  background: rgba(255,255,255,0.92);
  display: inline-flex; align-items: center; gap: 6px; backdrop-filter: blur(4px);
}
.blog-card__body {
  padding: 22px; display: flex; flex-direction: column; flex: 1;
}
.blog-card__meta {
  display: flex; align-items: center; gap: 12px;
  font-size: 12.5px; color: var(--c-light-muted); margin-bottom: 11px;
}
.blog-card__meta span { display: inline-flex; align-items: center; gap: 5px; }
.blog-card__title {
  font-size: 17.5px; font-weight: 700; color: var(--c-navy);
  line-height: 1.32; margin-bottom: 10px; letter-spacing: -0.01em;
}
.blog-card__excerpt {
  font-size: 14px; line-height: 1.65; color: var(--c-muted); margin-bottom: 18px;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.blog-card__cta {
  margin-top: auto; display: inline-flex; align-items: center; gap: 7px;
  font-size: 14px; font-weight: 700; color: var(--c-teal);
}

/* Featured blog card */
.blog-featured {
  display: grid; grid-template-columns: 1.05fr 1fr;
  background: #fff; border: 1px solid var(--c-border);
  border-radius: 20px; overflow: hidden; cursor: pointer;
  transition: var(--tr); margin-bottom: 40px;
  box-shadow: var(--sh-card);
}
.blog-featured:hover { transform: translateY(-4px); box-shadow: var(--sh-card-hover); }
.blog-featured__cover {
  position: relative; min-height: 320px; display: grid; place-items: center; overflow: hidden;
}
.blog-featured__cover-wave {
  position: absolute; inset: 0; display: flex;
  align-items: flex-end; justify-content: center; opacity: 0.5;
}
.blog-featured__cover-deco-1 {
  position: absolute; top: -50px; right: -50px; width: 220px; height: 220px;
  border-radius: 50%; background: rgba(240,137,34,0.18);
}
.blog-featured__cover-deco-2 {
  position: absolute; bottom: -40px; left: -40px; width: 170px; height: 170px;
  border-radius: 50%; background: rgba(255,255,255,0.06);
}
.blog-featured__cover-ico {
  width: 110px; height: 110px; border-radius: 50%;
  background: rgba(255,255,255,0.12); display: grid; place-items: center;
  position: relative; border: 1px solid rgba(255,255,255,0.18); color: #fff;
}
.blog-featured__body {
  padding: 44px; display: flex; flex-direction: column; justify-content: center;
}
.blog-featured__head { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.blog-featured__pill {
  font-size: 11.5px; font-weight: 800; letter-spacing: 0.04em;
  padding: 5px 12px; border-radius: 100px; background: var(--c-orange); color: #fff;
  text-transform: uppercase;
}
.blog-featured__cat { font-size: 12.5px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.blog-featured__title {
  font-size: 28px; font-weight: 800; color: var(--c-navy);
  line-height: 1.22; letter-spacing: -0.02em; margin-bottom: 16px;
}
.blog-featured__excerpt {
  font-size: 15.5px; line-height: 1.7; color: var(--c-muted); margin-bottom: 26px;
}
.blog-featured__meta {
  display: flex; align-items: center; gap: 16px;
  font-size: 13px; color: var(--c-light-muted); margin-bottom: 26px;
}
.blog-featured__meta span { display: inline-flex; align-items: center; gap: 6px; }

/* Article page */
/* Blog article header — obsidian brand bg + editorial typography */
.article-header {
  position: relative; overflow: hidden;
  background: #1A1A1A;
  color: #fff;
}
.article-header__bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, #1A1A1A 0%, #060606 100%),
    radial-gradient(ellipse at 15% 20%, rgba(240,137,34,0.16) 0%, transparent 55%);
  background-blend-mode: normal;
  z-index: 0; pointer-events: none;
}
.article-header__glow {
  position: absolute; top: -120px; right: -80px;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle at center, rgba(240,137,34,0.22), transparent 65%);
  pointer-events: none; z-index: 0;
}
.article-header__inner {
  position: relative; z-index: 1;
  max-width: 900px; margin: 0 auto;
  padding: 40px 48px 44px;
  display: flex; flex-direction: column;
  gap: 14px;
}
/* Top row — back on left, category pill on right, single line */
.article-header__top {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  margin-bottom: 4px;
}
.article-header__back {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 13.5px; font-weight: 600;
  color: rgba(255,255,255,0.75);
  padding: 9px 16px 9px 13px; border-radius: 100px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(6px);
  transition: var(--tr);
  text-decoration: none;
}
.article-header__back:hover {
  background: rgba(240,137,34,0.14);
  border-color: rgba(240,137,34,0.5);
  color: #fff;
}
.article-header__back svg { transition: transform .2s var(--ease); }
.article-header__back:hover svg { transform: translateX(-3px); }
.article-header__catpill {
  font-family: var(--font-body);
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 16px; border-radius: 100px;
  background: rgba(240,137,34,0.16);
  border: 1px solid rgba(240,137,34,0.35);
  color: var(--signal);
  display: inline-flex; align-items: center; gap: 8px;
  white-space: nowrap;
}
.article-header__catpill svg { color: var(--signal); }
.article-header__title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(26px, 4.2vw, 38px);
  line-height: 1.15; letter-spacing: -0.025em;
  color: #fff !important;
  margin: 0; max-width: 760px;
}
.article-header__lede {
  font-family: var(--font-body); font-size: 15.5px; line-height: 1.55;
  color: rgba(255,255,255,0.72);
  max-width: 680px; margin: 0;
}
.article-header__meta {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-size: 12.5px;
  color: rgba(255,255,255,0.6); flex-wrap: wrap;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 4px;
}
.article-header__meta span { display: inline-flex; align-items: center; gap: 6px; }
.article-header__meta svg { color: var(--signal); flex-shrink: 0; }
.article-header__meta a {
  color: #fff !important; font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dotted rgba(240,137,34,0.6);
}
.article-header__meta a:hover { border-bottom-color: var(--signal); color: var(--signal) !important; }
.article-header__meta time { color: rgba(255,255,255,0.85); }
.article-header__dot {
  width: 3px !important; height: 3px !important; border-radius: 50%;
  background: rgba(255,255,255,0.28);
  padding: 0 !important;
}

@media (max-width: 720px) {
  .article-header__inner { padding: 28px 20px 32px !important; gap: 12px; }
  .article-header__top { margin-bottom: 2px; gap: 10px; }
  .article-header__back { padding: 7px 12px 7px 10px; font-size: 12.5px; }
  .article-header__catpill { padding: 5px 12px; font-size: 10.5px; letter-spacing: 0.12em; }
  .article-header__title { font-size: clamp(22px, 6.5vw, 30px); }
  .article-header__lede { font-size: 14.5px; line-height: 1.5; }
  .article-header__meta { font-size: 12px; gap: 8px; padding-top: 8px; }
  .article-header__dot { display: none !important; }
  .article-header__glow { width: 220px; height: 220px; top: -60px; right: -40px; }
}
.article-body { max-width: 720px; margin: 0 auto; }
.article-body__lede { font-size: 18px; line-height: 1.75; color: var(--c-body); font-weight: 500; margin-bottom: 8px; }
.article-body__rule { width: 56px; height: 4px; border-radius: 4px; margin: 26px 0 36px; }
.article-body h2 { font-size: 23px; font-weight: 800; color: var(--c-navy); letter-spacing: -0.015em; margin: 36px 0 14px; }
.article-body p { font-size: 16.5px; line-height: 1.85; color: var(--c-body); margin-bottom: 18px; }
.article-body ul {
  list-style: none; margin: 4px 0 22px;
  display: flex; flex-direction: column; gap: 12px;
}
.article-body ul li {
  display: flex; gap: 13px; align-items: flex-start;
  font-size: 16px; line-height: 1.7; color: var(--c-body);
}
.article-body ul li::before {
  content: ''; width: 24px; height: 24px; border-radius: 7px;
  background: var(--c-teal-light); flex-shrink: 0; margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231A1A1A' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}
.article-tip {
  display: flex; gap: 16px; background: var(--c-teal-light);
  border: 1px solid rgba(26,26,26,0.13); border-left: 4px solid var(--c-teal);
  border-radius: 14px; padding: 20px 22px; margin: 26px 0;
}
.article-tip svg { color: var(--c-teal); flex-shrink: 0; margin-top: 1px; }
.article-tip p { font-size: 15px; line-height: 1.65; color: var(--c-teal-dark); font-weight: 500; margin: 0; }
/* Premium clinical CTA card — obsidian panel + gold accents */
.article-cta {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, #1A1A1A 0%, #060606 100%) !important;
  border: 1px solid rgba(240,137,34,0.25);
  border-radius: 22px;
  padding: 44px 48px;
  margin-top: 56px;
  display: grid; grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px; align-items: center;
  box-shadow: 0 28px 70px -20px rgba(0,0,0,0.35);
  color: #FFFFFF !important;
}
.article-cta * { color: inherit; }  /* nuke any parent .article-body inheritance */
.article-cta__glow {
  position: absolute; top: -100px; right: -80px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle at center, rgba(188,139,60,0.22), transparent 65%);
  pointer-events: none; z-index: 0;
}
.article-cta__body, .article-cta__actions { position: relative; z-index: 1; }
.article-cta__overline {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--signal);
  padding: 6px 14px; border-radius: 100px;
  background: rgba(240,137,34,0.14);
  border: 1px solid rgba(240,137,34,0.28);
  margin-bottom: 18px;
}
.article-cta__overline svg { color: var(--signal); }
.article-cta .article-cta__title {
  font-family: var(--font-display); font-size: 28px; font-weight: 700;
  color: #FFFFFF !important; letter-spacing: -0.02em; line-height: 1.2;
  margin: 0 0 12px;
}
.article-cta .article-cta__desc {
  font-size: 15.5px; color: rgba(255,255,255,0.85) !important; line-height: 1.65;
  margin: 0 0 18px; max-width: 500px;
}
.article-cta .article-cta__meta {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.article-cta .article-cta__meta li {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13.5px; color: rgba(255,255,255,0.78) !important; font-weight: 500;
}
.article-cta .article-cta__meta svg { color: #F08922 !important; flex-shrink: 0; }
.article-cta .article-cta__overline { color: #F08922 !important; }
.article-cta .article-cta__overline svg { color: #F08922 !important; }
.article-cta__actions {
  display: flex; flex-direction: column; gap: 12px;
  align-items: stretch; min-width: 260px;
}

/* Butonu bulletproof yap — dark cart içinde .article-body cascade override etmesin */
.article-cta .btn,
.article-cta .btn--orange,
.article-cta a.btn {
  color: #FFFFFF !important;
  background: var(--signal) !important;
  border-color: var(--signal) !important;
  text-decoration: none !important;
  width: 100%;
  justify-content: center;
  display: inline-flex; align-items: center; gap: 10px;
}
.article-cta .btn:hover,
.article-cta .btn--orange:hover {
  background: var(--signal-hover) !important;
  border-color: var(--signal-hover) !important;
}
.article-cta .btn svg,
.article-cta .btn--orange svg {
  color: #FFFFFF !important;
  stroke: #FFFFFF !important;
  flex-shrink: 0;
}

/* Force high specificity so .article-body inherited color rules can't win */
.article-cta .article-cta__phone {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 12px 18px; border-radius: 12px;
  background: rgba(255,255,255,0.08); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.20);
  color: #fff !important; text-decoration: none;
  transition: var(--tr);
}
.article-cta .article-cta__phone:hover {
  border-color: var(--signal); background: rgba(240,137,34,0.14);
  transform: translateY(-1px);
}
.article-cta .article-cta__phone svg { color: var(--signal); flex-shrink: 0; }
.article-cta .article-cta__phone span { display: flex; flex-direction: column; line-height: 1.2; }
.article-cta .article-cta__phone small {
  font-size: 10.5px; color: rgba(255,255,255,0.68) !important; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 3px;
}
.article-cta .article-cta__phone strong {
  font-family: var(--font-mono); font-size: 16px; font-weight: 700;
  color: #fff !important; letter-spacing: -0.01em;
}

@media (max-width: 720px) {
  .article-cta {
    grid-template-columns: 1fr;
    padding: 28px 24px;
    gap: 22px;
  }
  .article-cta__title { font-size: 22px; }
  .article-cta__actions { min-width: 0; }
  .article-cta__glow { top: -60px; right: -40px; width: 200px; height: 200px; }
}

/* Blog page header for list preview */
.blog-preview__head {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 44px; gap: 24px; flex-wrap: wrap;
}
.blog-preview__title { max-width: 560px; }
.blog-preview__over {
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--c-teal); margin-bottom: 12px;
}
.blog-preview__head h2 {
  font-size: 34px; font-weight: 800; color: var(--c-navy);
  letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 12px;
}
.blog-preview__head p { font-size: 16.5px; line-height: 1.6; color: var(--c-muted); }

/* ---------- Footer ---------- */
.footer {
  background: var(--c-navy); color: #fff;
  padding-top: 80px; position: relative; overflow: hidden;
}
.footer__glow {
  position: absolute; top: -120px; right: -80px; width: 360px; height: 360px;
  border-radius: 50%; background: radial-gradient(circle, rgba(26,26,26,0.30), transparent 70%);
  pointer-events: none;
}
.footer__inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 28px; position: relative;
}
.footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px;
}
.footer__title {
  font-size: 13px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--c-gold); margin-bottom: 4px;
}
.footer__col { display: flex; flex-direction: column; gap: 12px; }
.footer__link {
  font-size: 14px; color: rgba(255,255,255,0.6);
  transition: var(--tr); cursor: pointer; width: fit-content;
}
.footer__link:hover { color: #fff; }
.footer__desc {
  font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.55);
  margin-top: 20px; max-width: 300px;
}
.footer__social { display: flex; gap: 10px; margin-top: 24px; }
.footer__social-btn {
  width: 40px; height: 40px; border-radius: 11px;
  display: grid; place-items: center; background: rgba(255,255,255,0.07);
  color: #fff; transition: var(--tr); cursor: pointer;
}
.footer__social-btn:hover { background: var(--c-teal); transform: translateY(-3px); }
.footer__contact-row {
  display: flex; gap: 10px; color: rgba(255,255,255,0.6); font-size: 14px;
  align-items: center;
}
.footer__contact-row svg { color: var(--c-teal); flex-shrink: 0; }
.footer__contact-row.multi { align-items: flex-start; }
.footer__contact-row.multi svg { margin-top: 1px; }
.footer__bottom {
  margin-top: 56px; border-top: 1px solid rgba(255,255,255,0.1);
  padding: 26px 0; display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 14px;
}
.footer__bottom span { font-size: 13.5px; color: rgba(255,255,255,0.45); }

/* ==========================================================
   Admin Panel
   ========================================================== */
.admin-body { min-height: 100vh; background: var(--c-bg); }
.admin-nav {
  background: #fff; border-bottom: 1px solid var(--c-border);
  padding: 12px 24px; display: flex; justify-content: space-between; align-items: center;
  box-shadow: 0 1px 0 var(--c-border);
}
.admin-nav__brand {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--c-navy);
}
.admin-nav__links { display: flex; gap: 4px; align-items: center; }
.admin-nav__link {
  padding: 8px 14px; font-size: 14px; font-weight: 500; border-radius: 9px;
  color: var(--c-body); display: inline-flex; align-items: center; gap: 6px;
}
.admin-nav__link:hover { background: var(--c-teal-light); color: var(--c-teal-dark); }
.admin-nav__link.is-active { background: var(--c-teal); color: #fff; font-weight: 600; }
.admin-nav__side { display: flex; align-items: center; gap: 10px; }
.admin-main { max-width: 1320px; margin: 0 auto; padding: 24px; }
.admin-h1 {
  font-family: var(--font-display); font-size: 28px; font-weight: 700;
  color: var(--c-navy); letter-spacing: -0.02em; margin-bottom: 6px;
}
.admin-sub { font-size: 14.5px; color: var(--c-muted); margin-bottom: 26px; }

.stat-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px;
}
.stat-card {
  background: #fff; border: 1px solid var(--c-border); border-radius: 16px;
  padding: 22px; display: flex; flex-direction: column; gap: 12px;
  box-shadow: var(--sh-card);
}
.stat-card__ico {
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  background: var(--c-teal-light); color: var(--c-teal);
}
.stat-card__label { font-size: 13px; color: var(--c-muted); font-weight: 500; }
.stat-card__value {
  font-family: var(--font-display); font-size: 34px; font-weight: 700;
  color: var(--c-navy); letter-spacing: -0.02em; line-height: 1;
}
.stat-card__trend { font-size: 12.5px; color: var(--c-teal); font-weight: 600; }

.dash-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; }
.panel {
  background: #fff; border: 1px solid var(--c-border); border-radius: 16px;
  padding: 22px; box-shadow: var(--sh-card);
}
.panel__title { font-size: 17px; font-weight: 700; color: var(--c-navy); margin-bottom: 16px; }
.msg-item {
  padding: 14px 0; border-bottom: 1px solid var(--c-border);
  display: flex; flex-direction: column; gap: 6px;
}
.msg-item:last-child { border-bottom: 0; }
.msg-item__head { display: flex; justify-content: space-between; align-items: baseline; }
.msg-item__name { font-weight: 700; color: var(--c-navy); font-size: 15px; }
.msg-item__date { font-size: 12.5px; color: var(--c-muted); }
.msg-item__text { font-size: 13.5px; color: var(--c-muted); line-height: 1.55; }
.msg-item__dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--c-orange);
  display: inline-block; margin-right: 6px;
}

.admin-table-wrap {
  background: #fff; border: 1px solid var(--c-border); border-radius: 16px;
  overflow: hidden; box-shadow: var(--sh-card);
}
.admin-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.admin-table th, .admin-table td { padding: 14px 18px; text-align: left; }
.admin-table thead {
  background: var(--c-bg); font-size: 12.5px;
  color: var(--c-muted); text-transform: uppercase; letter-spacing: 0.05em;
}
.admin-table tbody tr { border-top: 1px solid var(--c-border); }
.admin-table tbody tr:hover { background: rgba(26,26,26,0.03); }
.admin-actions { display: flex; gap: 8px; }
.icon-btn {
  width: 34px; height: 34px; border-radius: 9px;
  display: grid; place-items: center;
  background: var(--c-bg); color: var(--c-muted); transition: var(--tr);
}
.icon-btn:hover { background: var(--c-teal-light); color: var(--c-teal); }
.icon-btn.danger:hover { background: rgba(239,68,68,0.1); color: var(--c-danger); }

.admin-toolbar {
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  margin-bottom: 20px; flex-wrap: wrap;
}
.search-wrap { position: relative; flex: 1; max-width: 360px; }
.search-wrap svg {
  position: absolute; left: 14px; top: 11px; color: var(--c-light-muted);
}
.search-wrap input {
  width: 100%; padding: 10px 14px 10px 42px; font-size: 14px;
  border-radius: 10px; border: 1px solid var(--c-border);
  background: #fff; outline: none; transition: var(--tr);
}
.search-wrap input:focus { border-color: var(--c-teal); box-shadow: 0 0 0 4px rgba(26,26,26,0.12); }

/* Login */
.login-wrap {
  min-height: 100vh; background: var(--grad-hero); display: grid; place-items: center; padding: 24px;
}
.login-card {
  width: 100%; max-width: 420px;
  background: #fff; border-radius: 20px; padding: 36px; box-shadow: 0 30px 60px -20px rgba(0,0,0,0.5);
}
.login-card__title {
  font-family: var(--font-display); font-size: 24px; font-weight: 700;
  color: var(--c-navy); margin-bottom: 4px;
}
.login-card__sub { font-size: 14px; color: var(--c-muted); margin-bottom: 24px; }

/* Settings */
.settings-form {
  background: #fff; border: 1px solid var(--c-border); border-radius: 16px;
  padding: 26px; box-shadow: var(--sh-card);
}
.settings-form .field { margin-bottom: 14px; }

/* ==========================================================
   Responsive breakpoints
   ========================================================== */
@media (max-width: 900px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr) !important; }
  .grid-3 { grid-template-columns: repeat(2, 1fr) !important; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .dash-grid { grid-template-columns: 1fr; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .blog-featured { grid-template-columns: 1fr; }
  /* .about-visual mobile'da tamamen gizli (yukarıda display:none) — max-width satırı gereksiz */
  .hero__inner { gap: 36px !important; }
  .section-heading h2, .page-header h1 { font-size: 34px; }
  .hero__title { font-size: 46px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-featured__body { padding: 32px; }
}
@media (max-width: 720px) {
  .navbar__links { display: none !important; }
  .navbar__toggle { display: inline-flex !important; }
  .admin-btn { display: none !important; }
  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 32px !important; }
  .hero__visual { display: none !important; }
  .hero__stat-div { margin: 0 18px !important; }
  .hero__title { font-size: 38px; }
  .hero__inner { padding: 60px 20px 70px; }
  .section, .section-sm { padding-left: 0; padding-right: 0; }
  .section { padding-top: 70px; padding-bottom: 70px; }
  .article-header h1 { font-size: 28px; }
  .article-body h2 { font-size: 20px; }
  .article-body p { font-size: 15.5px; }
  .admin-nav { flex-direction: column; align-items: stretch; gap: 10px; }
  .admin-nav__links { overflow-x: auto; }
  .stat-grid { grid-template-columns: 1fr; }
  .admin-main { padding: 16px; }
  .contact-form { padding: 24px; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr !important; }
  .hero__stats { flex-direction: column; align-items: flex-start; gap: 20px; }
  .hero__stat-div { display: none; }
  .section-heading { margin: 0 auto 40px; padding: 0 6px; }
  .page-header__inner { padding: 60px 20px 50px; }
  .page-header h1 { font-size: 32px; }
}

/* ============================================================
   Product card — full-width text CTA variant
   ============================================================ */
.product-card__cta--full {
  width: 100%; height: auto; padding: 12px 18px; border-radius: 11px;
  background: var(--c-teal-light); color: var(--c-teal);
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 14px; font-weight: 700; letter-spacing: -0.01em;
  transition: var(--tr); text-align: center;
}
.product-card__cta--full:hover,
.product-card:hover .product-card__cta--full {
  background: var(--c-teal); color: #fff;
}
.product-card__cta--full svg { transition: transform .2s ease; }
.product-card__cta--full:hover svg { transform: translateX(3px); }
.product-card__footer:has(.product-card__cta--full) {
  justify-content: stretch;
}

/* ============================================================
   Product Detail — Hero
   ============================================================ */
.product-hero {
  position: relative;
  background: linear-gradient(160deg, var(--depth) 0%, #0A0A0A 100%);
  color: var(--surface);
  overflow: hidden;
  padding: 56px 0 64px;
}
.product-hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(11,122,132,0.18), transparent 55%),
    radial-gradient(circle at 85% 85%, rgba(232,93,42,0.10), transparent 55%);
  z-index: 0; pointer-events: none;
}
.product-hero__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 40px; align-items: center;
}
@media (max-width: 900px) {
  .product-hero__grid { grid-template-columns: 1fr; gap: 24px; }
}
.product-hero__inner {
  padding: 10px 0 20px;
  display: flex; flex-direction: column; gap: 14px;
}
.product-hero__media {
  position: relative; margin: 0;
  aspect-ratio: 1 / 1;
  display: grid; place-items: center;
  background: linear-gradient(160deg, rgba(255,255,255,0.96), rgba(240,244,247,0.9));
  border-radius: 24px;
  box-shadow: 0 20px 60px -20px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.06);
  overflow: hidden;
}
.product-hero__media-halo {
  position: absolute; inset: -20%;
  background: radial-gradient(circle at 30% 30%,
              rgba(11,122,132,0.22), transparent 60%);
  z-index: 0; filter: blur(20px);
}
.product-hero__img {
  position: relative; z-index: 1;
  max-width: 82%; max-height: 82%;
  width: auto; height: auto; object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.25));
  transition: transform .5s cubic-bezier(.2,.7,.3,1);
}
.product-hero__media:hover .product-hero__img { transform: scale(1.04) rotate(-1deg); }
@media (max-width: 900px) {
  .product-hero__media { aspect-ratio: 4 / 3; max-width: 480px; margin: 0 auto; }
}

/* -------- Product description prose -------- */
.product-description {
  font-size: 16px; line-height: 1.75;
  color: var(--c-body, #0f172a);
}
.product-description p { margin: 0 0 1em; }
.product-description strong { color: var(--c-navy, #1A2332); }
.product-hero__badge {
  display: inline-flex; align-self: flex-start;
  padding: 6px 14px; border-radius: 100px;
  background: rgba(255,255,255,0.15); backdrop-filter: blur(6px);
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: #fff;
}
.product-hero__title {
  font-family: var(--font-display); font-size: 42px; font-weight: 800;
  line-height: 1.1; letter-spacing: -0.02em; margin: 0;
  color: var(--surface);  /* explicit — overrides h1 global ink rule */
}
.product-hero__cat {
  font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.72);
  letter-spacing: 0.02em;
}
.product-hero__desc {
  font-size: 17px; line-height: 1.6;
  color: rgba(255,255,255,0.85);
  margin: 6px 0 12px; max-width: 620px;
}
.product-hero__actions {
  display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px;
}

/* ============================================================
   Product Detail — Features grid
   ============================================================ */
.product-features {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px; margin-top: 28px;
}
.product-features__item {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 14px 16px; border-radius: 12px;
  background: #fff; border: 1px solid var(--c-border);
  transition: var(--tr);
}
.product-features__item:hover {
  border-color: var(--c-teal); transform: translateY(-1px);
}
.product-features__ico { color: var(--c-teal); flex-shrink: 0; margin-top: 2px; }
.product-features__item span { font-size: 14.5px; color: var(--c-body); line-height: 1.5; }

/* ============================================================
   Spec table (product technical specs)
   ============================================================ */
.spec-table-wrap { margin-top: 28px; }
.spec-table-wrap h3 {
  font-family: var(--font-display); font-size: 16px; font-weight: 800;
  color: var(--c-navy); letter-spacing: -0.01em;
  margin: 28px 0 10px; padding-bottom: 6px;
  border-bottom: 2px solid var(--c-teal-light);
}
.spec-table-wrap h3:first-child { margin-top: 0; }
.spec-table {
  width: 100%; border-collapse: collapse;
  background: #fff; border-radius: 10px; overflow: hidden;
  border: 1px solid var(--c-border);
  margin-bottom: 12px;
}
.spec-table tr { border-bottom: 1px solid var(--c-border); }
.spec-table tr:last-child { border-bottom: none; }
.spec-table th, .spec-table td {
  padding: 10px 16px; font-size: 14px; text-align: left; vertical-align: top;
}
.spec-table th {
  width: 40%; color: var(--c-light-muted); font-weight: 600;
  background: var(--c-bg);
}
.spec-table td { color: var(--c-body); font-weight: 500; }
.spec-table td small { color: var(--c-light-muted); font-weight: 400; margin-left: 4px; }

/* ============================================================
   HowTo steps (used by blog/show + product detail)
   ============================================================ */
.howto-steps {
  list-style: none; padding: 0; margin: 32px 0 0;
  display: flex; flex-direction: column; gap: 14px;
}
.howto-step {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 18px 22px; border-radius: 12px;
  background: #fff; border: 1px solid var(--c-border);
}
.howto-step__num {
  flex-shrink: 0;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--c-teal); color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-display); font-size: 16px; font-weight: 800;
}
.howto-step__body { flex: 1; min-width: 0; }
.howto-step__title {
  font-family: var(--font-display); font-size: 16px; font-weight: 700;
  color: var(--c-navy); margin-bottom: 4px;
}
.howto-step__text {
  font-size: 15px; line-height: 1.65; color: var(--c-body); margin: 0 0 8px;
}
.howto-step__img {
  max-width: 100%; height: auto; border-radius: 8px; margin-top: 6px;
}

/* ============================================================
   Article TOC (blog show)
   ============================================================ */
/* -------- Article Table of Contents — refined -------- */
.article-toc {
  max-width: 780px;
  margin: 32px auto 8px;
  padding: 0 20px;
}
.article-toc__inner {
  position: relative;
  background: linear-gradient(180deg, #FBFCFD 0%, #F5F7FA 100%);
  border: 1px solid #E5E9EE;
  border-radius: 18px;
  padding: 22px 24px 20px;
  box-shadow: 0 1px 2px rgba(15,23,42,0.03), 0 8px 24px -12px rgba(15,23,42,0.06);
}
.article-toc__inner::before {
  content: '';
  position: absolute; top: 0; left: 24px; right: 24px;
  height: 3px; border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, var(--c-teal), var(--c-gold, #C9A84C));
  opacity: 0.7;
}

.article-toc__head {
  display: flex; align-items: baseline; gap: 12px;
  flex-wrap: wrap;
  padding-bottom: 14px;
  margin-bottom: 4px;
  border-bottom: 1px dashed #E2E7EC;
}
.article-toc__pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(11,122,132,0.08);
  color: var(--c-teal);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.article-toc__title {
  font-family: var(--font-display);
  font-size: 20px; font-weight: 700;
  color: var(--c-navy, #1A2332);
  margin: 0;
  line-height: 1.2;
}
.article-toc__count {
  margin-left: auto;
  font-size: 12px; font-weight: 600;
  color: var(--c-muted, #64748b);
  font-variant-numeric: tabular-nums;
}

.article-toc__list {
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
  display: flex; flex-direction: column;
  gap: 2px;
}
.article-toc__link {
  display: grid;
  grid-template-columns: 34px 1fr 16px;
  align-items: center; gap: 10px;
  padding: 9px 10px 9px 8px;
  margin: 0 -8px;
  border-radius: 10px;
  color: var(--c-body, #0f172a);
  text-decoration: none;
  font-size: 14.5px; line-height: 1.4;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.article-toc__link:hover {
  background: #fff;
  color: var(--c-teal);
  box-shadow: 0 0 0 1px #DDE4EA, 0 4px 12px -6px rgba(11,122,132,0.15);
}

.article-toc__num {
  font-variant-numeric: tabular-nums;
  font-family: var(--font-mono, ui-monospace, 'SF Mono', Menlo, monospace);
  font-size: 12px; font-weight: 700;
  color: var(--c-teal);
  letter-spacing: 0.02em;
  text-align: right;
  padding-right: 4px;
  border-right: 1px solid #E2E7EC;
}
.article-toc__link:hover .article-toc__num {
  color: var(--c-orange, #E85D2A);
}

/* h3 (subsection) styling */
.article-toc__item--h3 .article-toc__link {
  grid-template-columns: 34px 1fr 16px;
  padding-left: 22px;
  font-size: 13.5px;
  color: var(--c-muted, #64748b);
}
.article-toc__sub-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #CBD5D9;
  justify-self: end;
  margin-right: 8px;
  transition: background .18s ease, transform .18s ease;
}
.article-toc__link:hover .article-toc__sub-dot {
  background: var(--c-teal);
  transform: scale(1.4);
}

.article-toc__text { min-width: 0; overflow-wrap: anywhere; }

.article-toc__arrow {
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .18s ease, transform .18s ease;
  color: var(--c-teal);
}
.article-toc__link:hover .article-toc__arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Smooth-scroll for anchor jumps */
html { scroll-behavior: smooth; scroll-padding-top: 90px; }

/* ============================================================
   Expert list card (/uzmanlar)
   ============================================================ */
.expert-card {
  background: #fff; border: 1px solid var(--c-border); border-radius: 14px;
  padding: 22px; transition: var(--tr);
  display: flex; flex-direction: column; gap: 12px;
  text-decoration: none; color: inherit;
  height: 100%;
}
.expert-card:hover {
  border-color: var(--c-teal); transform: translateY(-3px);
  box-shadow: 0 12px 32px -8px rgba(26,26,26,0.14);
}
.expert-card__photo {
  width: 96px; height: 96px; border-radius: 50%; overflow: hidden;
  background: var(--c-teal-light);
  display: grid; place-items: center;
  color: var(--c-teal); flex-shrink: 0;
}
.expert-card__img { width: 100%; height: 100%; object-fit: cover; }
.expert-card__avatar { display: grid; place-items: center; color: var(--c-teal); }
.expert-card__body { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.expert-card__name {
  font-family: var(--font-display); font-size: 18px; font-weight: 800;
  color: var(--c-navy); line-height: 1.25;
}
.expert-card__title {
  font-size: 13px; font-weight: 700; color: var(--c-teal);
  letter-spacing: 0.03em;
}
.expert-card__bio {
  font-size: 14px; line-height: 1.55; color: var(--c-body);
  margin: 8px 0 0;
}
.expert-card__cta {
  margin-top: auto; padding-top: 12px;
  font-size: 13px; font-weight: 700; color: var(--c-teal);
  display: inline-flex; align-items: center; gap: 5px;
  transition: gap .18s ease;
}
.expert-card:hover .expert-card__cta { gap: 9px; color: var(--c-teal-dark); }

/* ============================================================
   Expert detail page (/uzmanlar/{slug})
   ============================================================ */
.expert-hero__inner {
  display: flex; gap: 32px; align-items: center; flex-wrap: wrap;
}
.expert-hero__photo {
  width: 180px; height: 180px; border-radius: 50%; overflow: hidden;
  background: var(--c-teal-light);
  display: grid; place-items: center;
  color: var(--c-teal);
  flex-shrink: 0;
  box-shadow: 0 12px 32px -8px rgba(26,26,26,0.18);
}
.expert-hero__img { width: 100%; height: 100%; object-fit: cover; }
.expert-hero__avatar { display: grid; place-items: center; color: var(--c-teal); }
.expert-hero__info { flex: 1; min-width: 260px; }
.expert-hero__name {
  font-family: var(--font-display); font-size: 40px; font-weight: 800;
  color: var(--c-navy); margin: 0 0 4px; line-height: 1.1;
  letter-spacing: -0.02em;
}
.expert-hero__job {
  font-size: 15px; font-weight: 700; color: var(--c-teal);
  letter-spacing: 0.05em; text-transform: uppercase;
  margin-bottom: 14px;
}
.expert-hero__bio {
  font-size: 17px; line-height: 1.65; color: var(--c-body);
  margin: 12px 0 18px; max-width: 620px;
}
.expert-hero__contact {
  display: flex; flex-wrap: wrap; gap: 12px;
  padding-top: 14px; border-top: 1px solid var(--c-border);
}
.expert-hero__link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 600; color: var(--c-teal);
  padding: 6px 12px; border-radius: 8px;
  background: var(--c-teal-light);
  transition: var(--tr);
}
.expert-hero__link:hover { background: var(--c-teal); color: #fff; }

.expert-credentials, .expert-alumni {
  list-style: none; padding: 0; margin: 24px 0 0;
  display: flex; flex-direction: column; gap: 10px;
}
.expert-credentials__item, .expert-alumni__item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 14px 18px; background: #fff;
  border: 1px solid var(--c-border); border-radius: 10px;
  transition: var(--tr);
}
.expert-credentials__item:hover, .expert-alumni__item:hover {
  border-color: var(--c-teal);
}
.expert-credentials__ico, .expert-alumni__ico {
  color: var(--c-teal); flex-shrink: 0; margin-top: 2px;
}
.expert-credentials__name {
  font-family: var(--font-display); font-size: 15px; font-weight: 700;
  color: var(--c-navy); margin-bottom: 3px;
}
.expert-credentials__meta {
  font-size: 13.5px; color: var(--c-light-muted);
}
.expert-alumni__link, .expert-alumni__item span {
  font-size: 14.5px; font-weight: 600; color: var(--c-body);
}
.expert-alumni__link { color: var(--c-teal); }
.expert-alumni__link:hover { color: var(--c-teal-dark); text-decoration: underline; }

.expert-tags {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px;
}
.expert-tag {
  font-size: 12.5px; font-weight: 600; padding: 6px 14px; border-radius: 100px;
  background: var(--c-teal-light); color: var(--c-teal-dark);
}

/* ============================================================
   Responsive overrides for new components
   ============================================================ */
@media (max-width: 720px) {
  .product-hero__title { font-size: 30px; }
  .product-hero__desc { font-size: 15px; }
  .expert-hero { gap: 20px; }
  .expert-hero__photo { width: 120px; height: 120px; }
  .expert-hero__name { font-size: 26px; }
  .howto-step { padding: 14px 16px; gap: 12px; }
  .howto-step__num { width: 30px; height: 30px; font-size: 14px; }
  .spec-table th, .spec-table td { padding: 8px 12px; font-size: 13px; }
}

/* ============================================================
   SIGNATURE — Audiogram Rule divider
   Real hearing frequency-response curve traced as SVG.
   Sits between sections; on scroll into view, draws left-to-right.
   ============================================================ */
.audiogram-rule {
  position: relative;
  padding: 24px 0;
  overflow: hidden;
}
.audiogram-rule__inner {
  position: relative;
  max-width: var(--maxw); margin: 0 auto;
  padding: 0 24px;
}
.audiogram-rule__svg {
  display: block; width: 100%; height: 44px;
}
.audiogram-rule__curve {
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.audiogram-rule.is-visible .audiogram-rule__curve {
  stroke-dashoffset: 0;
}
.audiogram-rule__meta {
  position: absolute; top: 26px; left: 0; right: 0;
  display: flex; justify-content: space-between; align-items: center;
  padding: 0 24px; pointer-events: none;
}
.audiogram-rule__hz {
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 500;
  letter-spacing: 0.02em; text-transform: uppercase;
}
.audiogram-rule__label {
  position: absolute; left: 50%; transform: translateX(-50%);
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  padding: 3px 12px; background: var(--bg); border-radius: 100px;
}

/* ============================================================
   Section rhythm — standardized spacing
   ============================================================ */
.section-lg { padding: 120px 0; }
.section    { padding: 96px 0; }
.section-sm { padding: 70px 0; }
.section-xs { padding: 48px 0; }
.section-band { background: var(--surface-alt); }
.section-cream { background: var(--bg); }
.section-surface { background: var(--surface); }

/* Content max widths (compose with .container) */
.container-narrow { max-width: var(--maxw-narrow); margin: 0 auto; padding: 0 24px; }
.container-content { max-width: var(--maxw-content); margin: 0 auto; padding: 0 24px; }

/* ============================================================
   Trust bar (post-hero credentials strip)
   ============================================================ */
.trust-bar {
  padding: 22px 0; background: var(--surface);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.trust-bar__row {
  max-width: var(--maxw); margin: 0 auto; padding: 0 24px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 32px;
}
.trust-bar__item {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-muted); white-space: nowrap;
}
.trust-bar__item svg { color: var(--brass); flex-shrink: 0; }
.trust-bar__divider {
  width: 1px; height: 14px; background: var(--line-strong);
}

/* ============================================================
   Stats band (big numbers, small labels)
   ============================================================ */
.stats-band {
  padding: 72px 0; background: var(--depth); color: var(--surface);
  position: relative; overflow: hidden;
}
.stats-band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 20% 30%, rgba(188,139,60,0.16), transparent 55%),
              radial-gradient(ellipse at 80% 70%, rgba(10,81,64,0.12), transparent 60%);
  pointer-events: none;
}
.stats-band__row {
  position: relative;
  max-width: var(--maxw); margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
}
.stats-band__item {
  display: flex; flex-direction: column; gap: 6px;
  padding: 4px 0;
}
.stats-band__num {
  font-family: var(--font-display); font-size: clamp(38px, 4.5vw, 52px);
  font-weight: 800; line-height: 1; letter-spacing: -0.03em;
  color: var(--surface);
}
.stats-band__num-suffix {
  color: var(--signal); margin-left: 2px;
}
.stats-band__label {
  font-family: var(--font-body); font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,0.72); letter-spacing: 0.02em;
  line-height: 1.4;
}

@media (max-width: 720px) {
  .stats-band__row { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
  .stats-band { padding: 56px 0; }
  .trust-bar__row { gap: 20px; }
  .trust-bar__divider { display: none; }
  .section-lg { padding: 80px 0; }
  .section    { padding: 64px 0; }
  .audiogram-rule { padding: 16px 0; }
  .audiogram-rule__hz { font-size: 9px; }
}

/* ============================================================
   Sticky mobile CTA bar (bottom, mobile only)
   ============================================================ */
.mobile-cta-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: var(--surface);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px -12px rgba(60,45,25,0.14);
  gap: 10px;
}
.mobile-cta-bar__phone,
.mobile-cta-bar__book {
  flex: 1; display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 12px 14px; border-radius: 12px;
  font-family: var(--font-body); font-size: 14px; font-weight: 700;
  transition: var(--tr); text-decoration: none;
}
.mobile-cta-bar__phone {
  background: var(--surface); color: var(--depth);
  border: 1px solid var(--line-strong);
}
.mobile-cta-bar__phone:active { background: var(--signal-soft); }
.mobile-cta-bar__book {
  background: var(--signal); color: #fff;
  box-shadow: var(--sh-btn);
}
.mobile-cta-bar__book:active { background: var(--signal-hover); }

@media (max-width: 720px) {
  .mobile-cta-bar { display: flex; }
  body { padding-bottom: 76px; }  /* prevent overlap */
}

/* ============================================================
   COMPONENT CSS LANDING ZONES
   Each new component appends its CSS between its unique marker
   pair — this lets parallel implementers avoid file-write conflicts.
   ============================================================ */

/* MARKER:TESTIMONIALS-START */

/* ── Testimonials ──────────────────────────────────────────── */
.testimonials { padding: 80px 0; }

.testimonials__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 640px;
  margin-bottom: 56px;
}

.testimonials__lede {
  font-size: 18px;
  color: var(--ink-muted);
  line-height: 1.65;
  margin-top: 12px;
}

/* Grid */
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Card */
.testimonial-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.testimonial-card:hover {
  border-color: var(--signal);
  transform: translateY(-3px);
  box-shadow: var(--sh-soft);
}

/* Stars */
.testimonial-card__stars {
  display: flex;
  gap: 3px;
}

.testimonial-card__stars svg {
  color: var(--signal);
}

/* Quote mark decoration — large orange serif quote above quote text */
.testimonial-card__quote-mark {
  font-family: var(--font-display);
  font-size: 56px;
  line-height: 0.6;
  color: var(--signal);
  font-weight: 800;
  display: block;
  margin-bottom: 4px;
  user-select: none;
}

/* Quote */
.testimonial-card__quote {
  font-family: var(--font-display);
  font-size: 16.5px;
  line-height: 1.55;
  color: var(--ink);
  font-style: italic;
  margin: 0;
}

/* Meta row */
.testimonial-card__meta {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.testimonial-card__author-wrap {
  display: flex; align-items: center; gap: 12px;
  min-width: 0;
}
.testimonial-card__avatar {
  flex-shrink: 0;
  width: 44px; height: 44px; border-radius: 50%;
  overflow: hidden;
  display: grid; place-items: center;
}
.testimonial-card__avatar--photo {
  object-fit: cover;
  border: 2px solid var(--line);
}
.testimonial-card__avatar--initial {
  background: var(--signal-soft);
  color: var(--signal-hover);
  font-family: var(--font-display);
  font-size: 18px; font-weight: 800;
  letter-spacing: -0.02em;
  border: 2px solid rgba(240,137,34,0.25);
}
.testimonial-card__author {
  display: flex; flex-direction: column;
  min-width: 0;
}

.testimonial-card__name {
  font-family: var(--font-body);
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
}

.testimonial-card__loc {
  font-size: 12.5px;
  color: var(--ink-muted);
}

.testimonial-card__device {
  font-size: 11.5px;
  color: var(--brass);
  background: var(--brass-soft);
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Google badge */
.testimonials__google {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.testimonials__google-inner {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 14px 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.testimonials__google-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.testimonials__google-num {
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
  font-family: var(--font-display);
}

.testimonials__google-stars {
  display: flex;
  gap: 2px;
}

.testimonials__google-stars svg {
  color: #F4A73B;
}

.testimonials__google-txt {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.testimonials__google-txt strong {
  font-size: 14px;
  font-weight: 700;
}

.testimonials__google-txt small {
  font-size: 12px;
  color: var(--ink-muted);
}

/* Mobile */
@media (max-width: 720px) {
  .testimonials__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .testimonial-card {
    padding: 22px;
  }

  .testimonials__head h2 {
    font-size: 32px;
  }
}

/* MARKER:TESTIMONIALS-END */

/* MARKER:DEVICE-FINDER-START */

/* ── Device Finder Quiz Widget ──────────────────────────────── */

.device-finder {
  background: var(--surface);
  border-radius: 22px;
  padding: 48px;
  max-width: 720px;
  margin: 0 auto;
}

.device-finder__head {
  text-align: center;
  margin-bottom: 8px;
}

.device-finder__lede {
  font-size: 15.5px;
  color: var(--ink-muted);
  margin-top: 8px;
  line-height: 1.55;
}

.device-finder__widget {
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  padding: 36px;
  margin-top: 32px;
  box-shadow: 0 2px 16px rgba(20, 24, 23, 0.06);
}

/* Progress bar */
.device-finder__progress {
  height: 3px;
  background: var(--line);
  border-radius: 100px;
  overflow: hidden;
}

.device-finder__progress-fill {
  height: 100%;
  background: var(--signal);
  width: 33%;
  transition: width 0.4s ease;
  border-radius: 100px;
}

.device-finder__step-count {
  font-size: 11.5px;
  color: var(--ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-top: 16px;
  margin-bottom: 24px;
}

/* Question heading */
.device-finder__q {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* Option list */
.device-finder__opts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.device-finder__opt {
  display: block;
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 20px;
  text-align: left;
  cursor: pointer;
  transition: var(--tr, all 0.18s ease);
}

.device-finder__opt strong {
  display: block;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 3px;
}

.device-finder__opt small {
  display: block;
  font-size: 13.5px;
  color: var(--ink-muted);
}

.device-finder__opt:hover {
  border-color: var(--signal);
  background: var(--surface-alt);
  transform: translateX(2px);
}

.device-finder__opt.is-selected {
  border-color: var(--signal);
  background: var(--signal-soft);
}

/* Result: recommendation grid */
.device-finder__recs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.device-finder__rec {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: var(--tr, all 0.18s ease);
}

.device-finder__rec-brand {
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brass);
  font-family: var(--font-mono, monospace);
}

.device-finder__rec-name {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.25;
}

.device-finder__rec-type {
  font-size: 12.5px;
  color: var(--ink-muted);
}

.device-finder__rec-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}

.device-finder__rec-tags span {
  font-size: 10.5px;
  padding: 3px 8px;
  border-radius: 100px;
  background: var(--signal-soft);
  color: var(--signal);
  font-family: var(--font-body, sans-serif);
}

.device-finder__rec-arrow {
  position: absolute;
  top: 18px;
  right: 18px;
  opacity: 0.4;
  transition: var(--tr, all 0.18s ease);
  font-size: 16px;
  color: var(--ink);
}

.device-finder__rec:hover {
  border-color: var(--signal);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(197, 71, 28, 0.1);
}

.device-finder__rec:hover .device-finder__rec-arrow {
  opacity: 1;
}

/* CTA row */
.device-finder__cta {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
  align-items: center;
}

/* Disclaimer */
.device-finder__disclaimer {
  font-size: 11.5px;
  color: var(--ink-soft);
  margin-top: 20px;
  text-align: center;
  line-height: 1.5;
}

/* Mobile */
@media (max-width: 720px) {
  .device-finder {
    padding: 32px 20px;
  }

  .device-finder__widget {
    padding: 24px;
  }

  .device-finder__q {
    font-size: 18px;
  }

  .device-finder__recs {
    grid-template-columns: 1fr;
  }

  .device-finder__cta {
    flex-direction: column;
  }

  .device-finder__cta .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* MARKER:DEVICE-FINDER-END */

/* MARKER:CARD-REFRESH-START */

/* ── Grid children fill row height (equal-height cards) ─────────────────── */
.grid > .reveal,
.grid > article,
.grid > div {
  display: flex; flex-direction: column; height: 100%;
}
/* Only the ACTUAL card child fills the reveal wrapper's height —
   absolutely-positioned siblings (compare checkbox overlay) keep their layout. */
.grid > .reveal > .product-card,
.grid > .reveal > .blog-card,
.grid > .reveal > .expert-card,
.grid > .reveal > article {
  flex: 1; min-height: 0;
}

/* ── 1. Product card — premium retail, forced equal height ─────────────── */
.product-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--sh-card);
  overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .2s var(--ease);
  display: flex; flex-direction: column;
  height: 100%; width: 100%;
  min-width: 0;  /* prevents flex overflow when cell is narrow */
}
.product-card:hover {
  box-shadow: var(--sh-card-hover);
  transform: translateY(-6px);
  border-color: var(--ink);
}
.product-card__body {
  padding: 26px 24px 22px;
  display: flex; flex-direction: column;
  flex: 1;  /* body grows to fill card, footer sticks to bottom */
  gap: 10px;
}
.product-card__title {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.2;
}
.product-card__brand-name {
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.product-card__brand-square { display: none; }  /* extra decoration, less premium */
.product-card__cat {
  color: var(--ink-soft);
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.02em;
}
.tag-feature {
  background: var(--signal-soft);
  color: var(--signal-hover);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11.5px;
  padding: 4px 10px;
  border-radius: 6px;
}
.product-card__footer {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: auto;  /* always at bottom regardless of body content length */
}
.product-card__features {
  display: flex; flex-wrap: wrap; gap: 6px;
  min-height: 32px;  /* reserve space even if 0-1 features → equal row alignment */
}
.product-card__cta--full {
  background: var(--ink);
  color: var(--surface);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: -0.005em;
  padding: 14px 18px;
  border-radius: 10px;
  transition: background .2s var(--ease), gap .2s var(--ease);
}
.product-card__cta--full:hover {
  background: var(--signal);
}
.product-card__cta--full:hover svg { transform: translateX(3px); }
.product-card__cta--full svg { transition: transform .2s var(--ease); }
.product-card__cover {
  background: var(--surface);   /* match card body — invisible letterbox */
  aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  padding: 0;                    /* no visible padding */
  height: auto;                  /* override old height:200px base rule */
}
.product-card__cover-link { display: block; }
.product-card__img {
  width: 100%; height: 100%;
  object-fit: cover;             /* fill edge-to-edge (Amazon/Trendyol style) */
  object-position: center;
  transition: transform .4s var(--ease);
  mix-blend-mode: normal;
}
.product-card:hover .product-card__img { transform: scale(1.05); }

/* Fallback (no cover_url) — ear icon centered, subtle */
.product-card__ear {
  opacity: 0.35; color: var(--ink-soft);
  width: 40%; height: auto;
}
.product-card__cover:has(.product-card__ear) {
  background: var(--surface-alt);   /* subtle bg only when using placeholder */
}
.product-card__strip {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--signal) !important;  /* override inline brand hex */
}
.product-card__badge {
  background: var(--ink);
  color: var(--signal);
  font-weight: 700; font-size: 11px;
  padding: 5px 10px; border-radius: 100px;
  letter-spacing: 0.04em;
  z-index: 2;
}

/* ── 2. Blog card ────────────────────────────────────────────────────────── */
.blog-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .2s var(--ease);
}
.blog-card:hover {
  transform: translateY(-6px);
  border-color: var(--ink);
  box-shadow: var(--sh-card-hover);
}
.blog-card__title {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.blog-card__meta { color: var(--ink-soft); font-size: 12.5px; font-weight: 500; }
.blog-card__excerpt { color: var(--ink-muted); line-height: 1.6; }
.blog-card__cta {
  color: var(--signal); font-weight: 700; letter-spacing: -0.005em;
}
.blog-card:hover .blog-card__cta { color: var(--signal-hover); }

/* ── 3. Section heading ──────────────────────────────────────────────────── */
.section-heading .overline {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--signal);
}
.section-heading .overline .dash {
  background: var(--signal);
  height: 2px; opacity: 1;
}
.section-heading h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--ink);
  line-height: 1.1;
}
.section-heading > p {
  color: var(--ink-muted); line-height: 1.65;
}
.section-heading.light h2 { color: var(--surface); }
.section-heading.light > p { color: rgba(255,255,255,0.72); }
.section-heading.light .overline { color: var(--signal); }

/* ── 4. Chips ────────────────────────────────────────────────────────────── */
.chip {
  background: var(--surface);
  border: 1.5px solid var(--line);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 700;
  padding: 10px 20px;
  transition: var(--tr);
}
.chip:hover { border-color: var(--ink); }
.chip.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--surface);
}

/* ── 5. FAQ ──────────────────────────────────────────────────────────────── */
.faq {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: border-color .2s var(--ease), box-shadow .3s var(--ease);
}
.faq:hover { border-color: var(--line-strong); }
.faq__q {
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 700;
  padding: 20px 24px;
  font-size: 16px;
  letter-spacing: -0.005em;
}
.faq__a {
  padding: 0 24px 22px;
  color: var(--ink-muted);
  line-height: 1.7;
  font-size: 15px;
}
.faq[open] {
  border-color: var(--ink);
  box-shadow: var(--sh-card);
}
.faq[open] .faq__chev { color: var(--signal); }

/* ── 6. Article body prose ───────────────────────────────────────────────── */
.article-body { max-width: var(--maxw-content, 780px); }
.article-body h2 {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.025em;
  margin-top: 40px;
}
.article-body h3 {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--ink);
}
.article-body p {
  color: var(--ink);
  line-height: 1.75;
  font-size: 17px;
}
.article-body a {
  color: var(--signal);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  font-weight: 600;
}
.article-body a:hover { color: var(--signal-hover); }
.article-body__lede {
  color: var(--ink-muted);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
}

/* ── 7. Expert card + dealer card ───────────────────────────────────────── */
.expert-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
}
.expert-card:hover { border-color: var(--ink); }
.expert-card__name { color: var(--ink); font-weight: 800; }
.expert-card__title { color: var(--signal); font-weight: 700; }

/* ── 8. Navbar — clean white with brand hairline ────────────────────────── */
.navbar { background: rgba(255,255,255,0.96); }
.navbar.is-scrolled {
  background: rgba(255,255,255,0.85);
  border-bottom-color: var(--line);
}

/* ── 9. Section band alternation ────────────────────────────────────────── */
.bg-soft, .section-band { background: var(--surface-alt); }
.bg-white, .section-cream, .section-surface { background: var(--surface); }

/* MARKER:CARD-REFRESH-END */

/* MARKER:HOME-HERO-START */

/* ── Home Hero ────────────────────────────────────────────── */
.home-hero {
    position: relative;
    padding: 120px 0 100px;
    background: var(--depth);
    color: var(--surface);
    overflow: hidden;
    min-height: min(720px, 88vh);
    display: flex;
    align-items: center;
}

.home-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(188,139,60,0.18), transparent 55%),
        radial-gradient(ellipse at 80% 80%, rgba(10,81,64,0.14), transparent 60%),
        linear-gradient(180deg, var(--depth) 0%, #0A2828 100%);
    z-index: 0;
}

.home-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 60px;
    align-items: center;
}

.home-hero__lead {
    max-width: 720px;
}

.home-hero__title {
    color: var(--surface);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(48px, 6.5vw, 76px);
    line-height: 1.02;
    letter-spacing: -0.035em;
    margin: 22px 0 20px;
}

.home-hero__title em {
    color: var(--signal);
    font-style: normal;
    font-weight: 800;
    font-family: var(--font-display);
    position: relative;
    padding: 0 4px;
}
.home-hero__title em::after {
    content: "";
    position: absolute; left: 4px; right: 4px; bottom: 6px; height: 6px;
    background: var(--signal);
    opacity: 0.18;
    border-radius: 2px;
    z-index: -1;
}

.home-hero__title-sub {
    display: block;
    margin-top: 14px;
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 400;
    color: rgba(255,255,255,0.72);
    letter-spacing: -0.015em;
    line-height: 1.3;
    font-style: normal;
}

.home-hero__lede {
    font-family: var(--font-body);
    font-size: 17.5px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin: 0 0 32px;
    max-width: 580px;
}

.home-hero__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.home-hero__meter {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.home-hero__meter-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.home-hero__meter-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.home-hero__meter-label {
    font-family: var(--font-mono);
    font-size: 10.5px;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.15em;
}

.home-hero__meter-val {
    font-family: var(--font-mono);
    font-size: 26px;
    font-weight: 700;
    color: var(--surface);
    letter-spacing: -0.02em;
}

.home-hero__meter-note {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255,255,255,0.10);
}

.home-hero__meter-note svg {
    color: var(--signal);
    flex-shrink: 0;
}

.home-hero__meter-note a {
    font-family: var(--font-mono);
    font-size: 14px;
    color: var(--surface);
    text-decoration: none;
    letter-spacing: -0.01em;
}

.home-hero__meter-note a:hover {
    color: var(--signal);
}

@media (max-width: 900px) {
    .home-hero__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .home-hero__meter {
        max-width: 400px;
    }
}

@media (max-width: 720px) {
    .home-hero {
        padding: 80px 0 60px;
        min-height: auto;
    }

    .home-hero__actions .btn {
        width: 100%;
        justify-content: center;
    }

    .home-hero__meter-val {
        font-size: 22px;
    }
}

/* MARKER:HOME-HERO-END */

/* MARKER:MOBILE-PATCH-START
   Page-specific mobile fixes — targeted overrides not covered by master CSS.
   Breakpoints: 720px (primary), 480px (small).
   Do NOT touch colours or typography scale — layout/overflow only.
   ================================================================ */

/* A. Long Turkish word overflow — prose containers
   Targets: article body, product description, legal docs, expert bio, FAQ answers.
   overflow-wrap:break-word prevents "elektrofizyolojik" etc. from busting layout. */
.prose,
.article-body__content,
.product-description,
.legal-doc,
.expert-bio,
.faq__a,
.about-lede,
.about-body {
  overflow-wrap: break-word;
  word-break: break-word;
}

/* B. Legal info table — horizontal scroll on narrow screens
   .legal-doc__info is a <table> directly inside .legal-doc (no wrapper).
   We make the table itself scroll rather than overflow the page. */
@media (max-width: 720px) {
  .legal-doc__info {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* Restore visual border-radius via outline since display:block kills it */
    border-radius: 10px;
  }
  /* Ensure tbody/thead fill the block layout so borders still render */
  .legal-doc__info thead,
  .legal-doc__info tbody,
  .legal-doc__info tr { display: table-row-group; }
  .legal-doc__info thead { display: table-header-group; }
  .legal-doc__info tr   { display: table-row; }
  .legal-doc__info th,
  .legal-doc__info td   { display: table-cell; }
}

/* C. Error page number — 128px is too large on small phones (overflows or causes
   visible letter-spacing blowout). Scale down progressively. */
@media (max-width: 720px) {
  .error-num {
    font-size: clamp(64px, 22vw, 100px) !important;
  }
}

/* D. Related-product grid narrow constraint — product.blade.php & blog/show.blade.php
   use dynamic inline max-width (380px for 1 item, 600px for 2 items).
   On mobile the container is already 100% — cap these so they never go below
   the card's natural minimum width (~260px), otherwise a 380px box on a 360px
   screen leaves only 260px effective card width after container padding. */
@media (max-width: 720px) {
  /* Any inline-narrow grid inside a section container */
  .grid.grid-3[style*="max-width: 380px"],
  .grid.grid-3[style*="max-width: 600px"] {
    max-width: 100% !important;
  }
}

/* E. article-updated left padding — product.blade.php applies
   "padding: 0 0 0 var(--space-md)" where --space-md is undefined (resolves to 0).
   Ensured the chip aligns with container left edge on mobile. */
@media (max-width: 720px) {
  .article-updated {
    margin-left: 0 !important;
    padding-left: 12px;
  }
}

/* F. Contact section vertical padding — inline style="padding-top:80px;padding-bottom:80px"
   on mobile 80px top+bottom is generous but not broken. Tighten only on small. */
@media (max-width: 480px) {
  .contact-grid-section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

/* G. Blog/category & product-category hero — inline-styled hero sections use
   "padding-top: 56px; padding-bottom: 48px" with centred text. Safe on mobile.
   Add only word-break safety for category names in h1. */
@media (max-width: 720px) {
  .section-sm h1 {
    overflow-wrap: break-word;
    word-break: break-word;
  }
}

/* H. Iframe safety net — dealer card map iframe already has width="100%".
   Universal fallback for any future iframes. */
iframe {
  max-width: 100%;
}

/* MARKER:MOBILE-PATCH-END */

/* ── Quick Answer (AED format) ──────────────────────────────── */
.quick-answer {
  background: linear-gradient(135deg, var(--signal-soft) 0%, #FFFAF2 100%);
  border: 1px solid rgba(240,137,34,0.28);
  border-left: 4px solid var(--signal);
  border-radius: 14px;
  padding: 22px 26px;
  margin: 24px 0 32px;
  max-width: 780px;
}
.quick-answer__inner { display: flex; flex-direction: column; gap: 10px; }
.quick-answer__label {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-body); font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--signal-hover);
  align-self: flex-start;
}
.quick-answer__label svg { color: var(--signal); }
.quick-answer__q {
  font-family: var(--font-display); font-size: 20px; font-weight: 700;
  color: var(--ink); letter-spacing: -0.015em; line-height: 1.25;
  margin: 0;
}
.quick-answer__a {
  font-size: 16px; line-height: 1.7; color: var(--ink);
  font-weight: 500;
}
.quick-answer__a p { margin: 0; }

/* Article / product freshness chip */
.article-updated {
  display: inline-flex; align-items: center; gap: 6px;
  margin: 24px 0 0;
  padding: 6px 12px; border-radius: 100px;
  background: var(--surface-alt);
  font-family: var(--font-mono); font-size: 12px;
  color: var(--ink-muted);
}
.article-updated svg { color: var(--signal); flex-shrink: 0; }
.article-updated time { color: var(--ink); font-weight: 600; }

/* ============================================================
   Legal document pages (KVKK, Gizlilik, Çerez, Kullanım, Yasal)
   ============================================================ */
.legal-doc {
  max-width: 800px;
  padding: 8px 24px 40px;
  font-family: var(--font-body);
  color: var(--ink);
  line-height: 1.7;
}
.legal-doc__updated {
  padding: 10px 16px; margin-bottom: 32px;
  background: var(--surface-alt); border-left: 3px solid var(--signal);
  border-radius: 6px; font-size: 13.5px; color: var(--ink-muted);
}
.legal-doc__lede {
  font-size: 17px; line-height: 1.7; color: var(--ink);
  margin-bottom: 32px;
}
.legal-doc__notice {
  padding: 22px 26px; margin-bottom: 32px;
  background: var(--signal-soft); border: 1px solid var(--signal);
  border-radius: 12px;
}
.legal-doc__notice strong {
  display: block; font-family: var(--font-display); font-size: 16px;
  color: var(--signal-hover); margin-bottom: 8px;
}
.legal-doc__notice p { margin: 0; color: var(--ink); font-size: 14.5px; line-height: 1.6; }

.legal-doc h2 {
  font-family: var(--font-display); font-size: 22px; font-weight: 800;
  color: var(--ink); letter-spacing: -0.02em;
  margin: 40px 0 14px; padding-bottom: 8px;
  border-bottom: 2px solid var(--line);
}
.legal-doc h2:first-of-type { margin-top: 0; }
.legal-doc h3 {
  font-family: var(--font-display); font-size: 17px; font-weight: 700;
  color: var(--ink); letter-spacing: -0.015em;
  margin: 24px 0 10px;
}
.legal-doc p {
  font-size: 15.5px; line-height: 1.75; color: var(--ink);
  margin: 0 0 14px;
}
.legal-doc ul, .legal-doc ol {
  margin: 0 0 18px 24px; padding: 0;
  font-size: 15.5px; line-height: 1.7; color: var(--ink);
}
.legal-doc ul li, .legal-doc ol li {
  margin-bottom: 8px;
}
.legal-doc ul li::marker { color: var(--signal); }
.legal-doc ol li::marker { color: var(--signal); font-weight: 700; }
.legal-doc a {
  color: var(--signal); text-decoration: underline;
  text-decoration-thickness: 1.5px; text-underline-offset: 3px;
  font-weight: 600;
}
.legal-doc a:hover { color: var(--signal-hover); }
.legal-doc strong { color: var(--ink); font-weight: 700; }
.legal-doc code {
  font-family: var(--font-mono); font-size: 13.5px;
  padding: 2px 6px; background: var(--surface-alt);
  border-radius: 4px; color: var(--signal-hover);
}
.legal-doc__info {
  width: 100%; border-collapse: collapse;
  margin: 14px 0 24px;
  border: 1px solid var(--line); border-radius: 10px; overflow: hidden;
  background: var(--surface);
}
.legal-doc__info th, .legal-doc__info td {
  padding: 10px 16px; font-size: 14px; text-align: left;
  vertical-align: top;
}
.legal-doc__info th {
  width: 30%; background: var(--surface-alt);
  color: var(--ink-muted); font-weight: 600;
  border-right: 1px solid var(--line);
}
.legal-doc__info tr {
  border-bottom: 1px solid var(--line);
}
.legal-doc__info tr:last-child { border-bottom: none; }
.legal-doc__info thead th {
  background: var(--ink); color: var(--surface);
  font-weight: 700; font-size: 12.5px;
  letter-spacing: 0.04em; text-transform: uppercase;
}
.legal-doc__contact-cta {
  margin-top: 40px; padding: 24px 28px;
  background: var(--surface-alt); border-radius: 12px;
  text-align: center;
}
.legal-doc__contact-cta p { margin: 0; font-size: 15px; }

/* ============================================================
   Cookie consent banner
   ============================================================ */
.cookie-consent {
  position: fixed; bottom: 20px; left: 20px; right: 20px; z-index: 95;
  max-width: 780px; margin: 0 auto;
  background: var(--ink); color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 24px 60px -18px rgba(0,0,0,0.4), 0 8px 24px -8px rgba(0,0,0,0.2);
  opacity: 0; transform: translateY(20px);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
  border: 1px solid rgba(240,137,34,0.25);
}
.cookie-consent.is-visible {
  opacity: 1; transform: translateY(0);
}
.cookie-consent__body {
  display: grid; grid-template-columns: 1fr auto; gap: 20px;
  padding: 20px 24px; align-items: center;
}
.cookie-consent__text strong {
  display: block; font-family: var(--font-display); font-size: 15px;
  color: #FFFFFF; margin-bottom: 4px;
}
.cookie-consent__text p {
  margin: 0; font-size: 13.5px; line-height: 1.55;
  color: rgba(255,255,255,0.82);
}
.cookie-consent__text a {
  color: var(--signal); text-decoration: underline;
  text-decoration-thickness: 1px; text-underline-offset: 2px;
  font-weight: 600;
}
.cookie-consent__text a:hover { color: #F7A64E; }
.cookie-consent__actions {
  display: flex; gap: 8px; flex-shrink: 0;
}
.cookie-consent__btn {
  padding: 10px 18px; border-radius: 10px;
  font-family: var(--font-body); font-size: 13.5px; font-weight: 700;
  cursor: pointer; border: 1px solid transparent;
  transition: background .18s var(--ease), border-color .18s var(--ease);
  white-space: nowrap;
}
.cookie-consent__btn--secondary {
  background: transparent; color: rgba(255,255,255,0.85);
  border-color: rgba(255,255,255,0.28);
}
.cookie-consent__btn--secondary:hover {
  background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.5);
}
.cookie-consent__btn--primary {
  background: var(--signal); color: #FFFFFF;
  border-color: var(--signal);
}
.cookie-consent__btn--primary:hover {
  background: var(--signal-hover); border-color: var(--signal-hover);
}

@media (max-width: 640px) {
  .cookie-consent { bottom: 12px; left: 12px; right: 12px; }
  .cookie-consent__body {
    grid-template-columns: 1fr; gap: 14px; padding: 16px 18px;
  }
  .cookie-consent__actions { display: grid; grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   Footer legal links row
   ============================================================ */
.footer__legal {
  padding: 20px 0 12px;
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.10);
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 6px 14px; font-size: 13px;
}
.footer__legal-link {
  color: rgba(255,255,255,0.65);
  text-decoration: none; transition: color .18s var(--ease);
}
.footer__legal-link:hover { color: var(--signal); }
.footer__legal span { color: rgba(255,255,255,0.3); }

@media (max-width: 640px) {
  .footer__legal { gap: 4px 10px; font-size: 12.5px; padding: 16px 12px 8px; }
}

/* ============================================================
   Product Detail Tabs — compact tabbed body
   ============================================================ */
.product-tabs {
  margin-top: 8px;
}
.product-tabs__nav {
  display: flex; flex-wrap: wrap; gap: 4px;
  padding: 6px;
  background: var(--surface-alt);
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-bottom: 32px;
}
.product-tabs__tab {
  flex: 1; min-width: 140px;
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  font-family: var(--font-body); font-size: 14.5px; font-weight: 700;
  color: var(--ink-muted);
  background: transparent; border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: color .18s var(--ease), background .18s var(--ease);
  white-space: nowrap;
}
.product-tabs__tab:hover {
  color: var(--ink);
  background: rgba(0,0,0,0.03);
}
.product-tabs__tab.is-active {
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 2px 8px -2px rgba(0,0,0,0.08);
}
.product-tabs__tab.is-active svg {
  color: var(--signal);
}
.product-tabs__tab svg {
  transition: color .18s var(--ease);
  flex-shrink: 0;
}

.product-tabs__panel {
  animation: tabFadeIn .28s var(--ease);
}
.product-tabs__panel[hidden] { display: none; }

.product-tabs__sub { margin-top: 32px; }
.product-tabs__sub:first-child { margin-top: 0; }
.product-tabs__sub-h {
  font-family: var(--font-display); font-size: 18px; font-weight: 800;
  color: var(--ink); letter-spacing: -0.015em;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--signal-soft);
  display: inline-block;
}

@keyframes tabFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: none; }
}

@media (max-width: 640px) {
  .product-tabs__nav {
    padding: 4px; gap: 2px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
  .product-tabs__tab {
    min-width: auto; padding: 10px 14px;
    font-size: 13.5px;
    flex-shrink: 0;
  }
  /* Tüm tab label'ları mobile'da da görünsün — sadece icon confusing */
  .product-tabs__tab { font-size: 12.5px; padding: 10px 12px; }
  .product-tabs__tab svg { width: 14px; height: 14px; }
}

/* ============================================================
   Brand logo — navbar + footer
   ============================================================ */
.navbar__logo {
  display: block; height: 40px; width: auto;
  max-width: 180px; object-fit: contain;
  transition: opacity .2s var(--ease);
}
.navbar__brand:hover .navbar__logo { opacity: 0.82; }

.footer__logo {
  display: block; height: 44px; width: auto;
  max-width: 200px; object-fit: contain;
  margin-bottom: 12px;
  filter: brightness(0) invert(1);  /* logo → white silhouette on dark footer */
}
.footer__brand-city {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; color: rgba(255,255,255,0.62);
  margin-bottom: 4px;
}
.footer__brand-city svg { color: var(--signal); }

@media (max-width: 720px) {
  .navbar__logo { height: 34px; max-width: 150px; }
}

/* ============================================================
   Utility: focus-visible for keyboard nav (accessibility)
   ============================================================ */
a:focus-visible, button:focus-visible, [role="button"]:focus-visible {
  outline: 2px solid var(--signal); outline-offset: 3px; border-radius: 4px;
}

/* ============================================================
   Mobile UX Polish — endüstri standardı touch/tipografi/spacing.
   Renk, font, layout yapısı değiştirilmez; sadece mobil kullanılabilirlik.
   ============================================================ */

/* Touch device baseline — hover/tap handling */
@media (hover: none) and (pointer: coarse) {
  html { -webkit-text-size-adjust: 100%; }
  * { -webkit-tap-highlight-color: rgba(240,137,34,0.14); }
  /* Suppress hover-only lifts on touch (buggy on iOS) */
  .product-card:hover,
  .blog-card:hover,
  .expert-card:hover,
  .dealer-card:hover,
  .btn:hover { transform: none !important; }
  /* Keep visible :active feedback */
  .btn:active { transform: scale(0.97) !important; }
}

@media (max-width: 720px) {
  /* Container gutter — kenar boşluğu tutarlı, kenara yapışma sıfır */
  .container,
  .container-narrow,
  .container-content { padding: 0 18px; }

  /* Fix the BROKEN legacy rule that killed section side padding */
  .section, .section-sm, .section-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section-lg { padding: 72px 0 !important; }
  .section    { padding: 60px 0 !important; }
  .section-sm { padding: 44px 0 !important; }
  .section-xs { padding: 32px 0 !important; }

  /* Typography — 16px floor (iOS auto-zoom prevention) */
  body { font-size: 16px; line-height: 1.65; }
  .article-body p { font-size: 16px; line-height: 1.75; }
  .article-body h2 { font-size: 23px; margin-top: 32px; }
  .article-body h3 { font-size: 19px; }
  .article-body__lede { font-size: 17px; line-height: 1.6; }

  /* Display headings scale smoothly */
  .display-l { font-size: clamp(36px, 8vw, 48px) !important; }
  .display-m { font-size: clamp(32px, 7vw, 42px) !important; }
  .display-s { font-size: clamp(26px, 6vw, 32px) !important; }

  /* Form controls — 44px+ min touch, 16px font (iOS zoom prevention) */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="search"],
  input[type="url"],
  input[type="password"],
  input[type="date"],
  select,
  textarea {
    font-size: 16px !important;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 10px;
  }
  textarea { min-height: 100px; padding: 14px; }
  label { font-size: 14.5px; }

  /* Buttons — 44px+ touch target (Apple HIG / Material) */
  .btn {
    min-height: 46px;
    padding: 13px 22px;
    font-size: 15px;
  }
  .btn--sm { min-height: 40px; padding: 10px 16px; font-size: 13.5px; }
  .btn--lg {
    min-height: 54px;
    padding: 16px 26px;
    font-size: 16px;
  }
  /* Groups of buttons stack full-width */
  .home-hero__actions,
  .product-hero__actions,
  .device-finder__cta,
  .article-cta__actions {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100%;
  }
  .home-hero__actions .btn,
  .product-hero__actions .btn,
  .device-finder__cta .btn,
  .article-cta__actions .btn { width: 100%; justify-content: center; }

  /* Chip / filter — multi-row wrap (kullanıcı tüm kategorileri bir bakışta görsün) */
  .chip {
    min-height: 40px; padding: 10px 16px; font-size: 13.5px;
    flex: 1 1 auto;                    /* eşit paylaşım */
    min-width: calc(50% - 6px);        /* min iki sütun */
    max-width: 100%;
    justify-content: center;           /* metin ortala */
    text-align: center;
  }
  .chips {
    gap: 8px;
    flex-wrap: wrap;                   /* satırdan taşınca bir alt satıra iner */
    overflow: visible;                 /* horizontal scroll YOK */
    justify-content: stretch;
    margin-bottom: 28px;
    padding: 0;
  }
  .chips .chip { white-space: normal; }
  /* "Tümü" chip'i her zaman kendi başına daha kompakt olsun */
  .chips .chip[data-filter="all"] {
    flex: 0 0 auto;
    min-width: 90px;
  }

  /* Cards — dengelenmiş padding, daha nefes alan tap zone */
  .product-card__body { padding: 20px 18px 18px; }
  .product-card__title { font-size: 18px; }
  .product-card { border-radius: 14px; }
  .blog-card { border-radius: 14px; }

  /* Navigation mobile — modern drawer feel */
  .navbar__toggle {
    width: 44px; height: 44px;
    display: none;
    align-items: center; justify-content: center;
  }
  .navbar__mobile {
    padding: 16px 18px calc(20px + env(safe-area-inset-bottom));
    gap: 6px;
  }
  .navbar__mobile a {
    min-height: 48px; padding: 14px 16px;
    display: flex; align-items: center;
    font-size: 15.5px;
    border-radius: 10px;
  }

  /* Modals / dialogs — full-screen on mobile (iOS convention) */
  dialog {
    max-width: 100vw !important;
    width: 100vw !important;
    max-height: 100vh !important;
    height: 100vh !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  dialog::backdrop { background: rgba(0,0,0,0.6); }

  /* Product detail tabs — sticky navigation (context always visible) */
  .product-tabs__nav {
    position: sticky; top: 60px;
    z-index: 5;
    background: var(--surface-alt);
  }

  /* Home hero mobile — tighter vertical, stack CTA */
  .home-hero { padding: 56px 0 48px; min-height: auto; }
  .home-hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .home-hero__title { font-size: clamp(36px, 9vw, 52px); }
  .home-hero__lede { font-size: 16px; line-height: 1.65; }
  .home-hero__meter { padding: 20px; max-width: 100%; }
  .home-hero__meter-val { font-size: 22px; }

  /* Stats band mobile — 2×2 grid */
  .stats-band__row { grid-template-columns: repeat(2, 1fr) !important; gap: 28px 16px; }
  .stats-band { padding: 48px 0; }
  .stats-band__num { font-size: clamp(30px, 10vw, 42px); }

  /* Testimonials — tek sütun */
  .testimonials__grid { grid-template-columns: 1fr !important; gap: 14px; }
  .testimonials__lede { font-size: 15.5px; }

  /* Trust bar — 2-col grid instead of overflow */
  .trust-bar__row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    text-align: center;
  }
  .trust-bar__item { justify-content: center; font-size: 11px; padding: 6px 4px; }
  .trust-bar__divider { display: none; }

  /* Spec table — horizontal scroll instead of squish */
  .spec-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .spec-table { min-width: 420px; }

  /* Product hero mobile */
  .product-hero { padding: 40px 0 48px; }
  .product-hero__grid { grid-template-columns: 1fr; gap: 20px; }
  .product-hero__img { max-height: 260px; }

  /* Article body mobile — .article-header__inner mobile padding artık
     yeni tasarımda (line ~1096) tanımlı; buradaki eski satır kaldırıldı */
  .article-cta {
    padding: 28px 22px !important;
    grid-template-columns: 1fr !important;
    gap: 22px;
  }

  /* FAQ — daha büyük tap zone */
  .faq__q { padding: 18px 20px; font-size: 15px; min-height: 60px; }
  .faq__a { padding: 0 20px 20px; font-size: 15px; }

  /* Legal doc — mobile paragraphs */
  .legal-doc { padding: 8px 18px 32px; }
  .legal-doc h2 { font-size: 20px; }
  .legal-doc h3 { font-size: 16px; }
  .legal-doc p, .legal-doc ul, .legal-doc ol { font-size: 15.5px; }

  /* Breadcrumbs — kompaktla + horizontal scroll */
  .breadcrumbs { padding: 12px 0; }
  .breadcrumbs__list {
    flex-wrap: nowrap; overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumbs__list::-webkit-scrollbar { display: none; }
  .breadcrumbs__current { max-width: 200px; }

  /* Sticky mobile CTA — iOS safe area */
  .mobile-cta-bar {
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  }
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)) !important; }

  /* Cookie consent mobile — bottom sheet feel */
  .cookie-consent { bottom: 80px; left: 12px; right: 12px; }
  .cookie-consent__actions .cookie-consent__btn { min-height: 44px; }

  /* Prevent horizontal scroll (safety) */
  html, body { overflow-x: hidden; max-width: 100vw; }

  /* Larger focus rings on mobile (accessibility) */
  a:focus-visible, button:focus-visible {
    outline: 3px solid var(--signal);
    outline-offset: 2px;
  }
}

/* Very small screens — 480 altı (iPhone SE vb.) */
@media (max-width: 480px) {
  .container,
  .container-narrow,
  .container-content { padding: 0 14px; }
  .home-hero__title { font-size: clamp(30px, 9vw, 40px); }
  .display-l { font-size: clamp(28px, 9vw, 38px) !important; }
  .stats-band__num { font-size: clamp(26px, 11vw, 36px); }
  .testimonial-card { padding: 20px; }
  .btn--lg { min-height: 50px; padding: 14px 22px; font-size: 15px; }
  .section { padding: 48px 0 !important; }
  .section-sm { padding: 36px 0 !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .audiogram-rule__curve { stroke-dashoffset: 0 !important; }
}
