@charset "UTF-8";
/* ==========================================================================
   GERGER GIDA — Kurumsal Web Sitesi
   Tasarım sistemi + bileşen kütüphanesi
   Palet : Derin orman yeşili · krem kağıt · hasat kehribarı
   Tipo  : Fraunces (display) · Inter (metin) · JetBrains Mono (etiket)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. TOKENS
   -------------------------------------------------------------------------- */
:root {
  /* Marka renkleri */
  --forest-950: #04160F;
  --forest-900: #06251A;
  --forest-800: #0A3527;
  --forest-700: #0F4832;
  --forest-600: #16603F;
  --green-600:  #1B7F52;
  --green-500:  #24A867;
  --green-400:  #4CCB8C;
  --green-300:  #8FE3B6;

  --amber-600:  #C97C15;
  --amber-500:  #E0932A;
  --amber-400:  #F2B44E;
  --amber-200:  #FBE3B4;

  --clay-500:   #B4472F;

  --cream-50:   #FDFBF6;
  --cream-100:  #FBF7EE;
  --cream-200:  #F4EEE1;
  --cream-300:  #E8DFCC;
  --cream-400:  #D6C9AE;

  --ink-900:    #0A1410;
  --ink-700:    #24352D;
  --ink-500:    #4A5D53;
  --ink-400:    #6B7D73;

  /* Semantik */
  --bg:            var(--cream-100);
  --bg-elevated:   #FFFFFF;
  --bg-sunken:     var(--cream-200);
  --bg-invert:     var(--forest-900);
  --fg:            var(--ink-900);
  --fg-muted:      var(--ink-500);
  --fg-subtle:     var(--ink-400);
  --fg-on-invert:  var(--cream-100);
  --fg-on-invert-muted: rgba(251, 247, 238, .68);
  --primary:       var(--green-600);
  --primary-hover: var(--forest-700);
  --accent:        var(--amber-500);
  --accent-hover:  var(--amber-600);
  --danger:        #B3261E;
  --success:       var(--green-600);
  --border:        rgba(10, 20, 16, .12);
  --border-strong: rgba(10, 20, 16, .22);
  --border-invert: rgba(251, 247, 238, .16);
  --ring:          var(--green-500);

  /* Tipografi */
  --font-display: 'Fraunces', 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

  /* Akışkan tipografi ölçeği — 375px → 1440px */
  --step--2: clamp(0.76rem, 0.74rem + 0.09vw, 0.82rem);
  --step--1: clamp(0.875rem, 0.85rem + 0.11vw, 0.95rem);
  --step-0:  clamp(1rem, 0.97rem + 0.14vw, 1.0625rem);
  --step-1:  clamp(1.15rem, 1.09rem + 0.28vw, 1.35rem);
  --step-2:  clamp(1.4rem, 1.28rem + 0.5vw, 1.75rem);
  --step-3:  clamp(1.75rem, 1.53rem + 0.94vw, 2.4rem);
  --step-4:  clamp(2.15rem, 1.77rem + 1.6vw, 3.25rem);
  --step-5:  clamp(2.6rem, 1.94rem + 2.8vw, 4.5rem);
  --step-6:  clamp(3rem, 1.9rem + 4.7vw, 6rem);

  /* Aralık (8px ritmi) */
  --space-2xs: 4px;
  --space-xs:  8px;
  --space-sm:  16px;
  --space-md:  24px;
  --space-lg:  40px;
  --space-xl:  64px;
  --space-2xl: 96px;
  --space-3xl: 140px;

  /* Yarıçap */
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;
  --radius-full: 999px;

  /* Yükseklik / gölge */
  --shadow-xs: 0 1px 2px rgba(10, 20, 16, .06);
  --shadow-sm: 0 2px 8px rgba(10, 20, 16, .06), 0 1px 2px rgba(10, 20, 16, .04);
  --shadow-md: 0 8px 24px -6px rgba(10, 20, 16, .12), 0 2px 6px rgba(10, 20, 16, .05);
  --shadow-lg: 0 20px 50px -12px rgba(10, 20, 16, .20), 0 6px 14px rgba(10, 20, 16, .06);
  --shadow-xl: 0 36px 80px -20px rgba(6, 37, 26, .34);

  /* Hareket */
  --ease-out: cubic-bezier(.22, .61, .36, 1);
  --ease-in-out: cubic-bezier(.65, .05, .36, 1);
  --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
  --dur-fast: 160ms;
  --dur: 260ms;
  --dur-slow: 460ms;

  /* Yerleşim */
  --container: 1240px;
  --container-wide: 1440px;
  --container-narrow: 760px;
  --gutter: clamp(20px, 5vw, 56px);
  --header-h: 76px;

  /* Katmanlar */
  --z-base: 1;
  --z-sticky: 40;
  --z-header: 60;
  --z-drawer: 80;
  --z-fab: 70;
  --z-modal: 100;
  --z-cookie: 120;
  --z-loader: 200;
}

@media (max-width: 768px) {
  :root { --header-h: 64px; }
}

/* --------------------------------------------------------------------------
   2. RESET
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /* Sabit başlık için çapa ofseti */
  scroll-padding-top: calc(var(--header-h) + 24px);
}

body {
  margin: 0;
  min-height: 100dvh;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-sans);
  font-size: var(--step-0);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1;
  overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 500; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; }
li { list-style: none; }
img, picture, video, svg { display: block; max-width: 100%; }
img { height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button { border: 0; background: none; cursor: pointer; }
a { color: inherit; text-decoration: none; }
address { font-style: normal; }
hr { border: 0; border-top: 1px solid var(--border); margin: 0; }
::selection { background: var(--green-300); color: var(--forest-900); }

/* Görünür odak halkası — asla kaldırılmaz */
:focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: 3px;
  border-radius: var(--radius-xs);
}
.on-dark :focus-visible,
.section--dark :focus-visible { outline-color: var(--green-400); }

/* --------------------------------------------------------------------------
   3. YARDIMCI SINIFLAR
   -------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--wide { max-width: var(--container-wide); }
.container--narrow { max-width: var(--container-narrow); }

.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100px; left: var(--gutter);
  z-index: var(--z-loader);
  padding: 14px 22px;
  background: var(--forest-900);
  color: var(--cream-100);
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  font-weight: 600;
  transition: top var(--dur) var(--ease-out);
}
.skip-link:focus { top: 0; }

.text-center { text-align: center; }
.mx-auto { margin-inline: auto; }
.nowrap { white-space: nowrap; }

/* Kağıt dokusu — sıcak, basılı his */
.grain::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* mix-blend-mode kullanılmıyor: karışım modu altındaki katmanları her karede
     yeniden rasterize etmeye zorluyor ve kaydırmayı takıyordu. */
  opacity: .28;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
}

/* --------------------------------------------------------------------------
   4. TİPOGRAFİ
   -------------------------------------------------------------------------- */
.display,
h1.display, h2.display, h3.display {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.028em;
  font-variation-settings: 'SOFT' 22, 'WONK' 0;
  text-wrap: balance;
}
.display em {
  font-style: italic;
  font-variation-settings: 'SOFT' 40, 'WONK' 1;
  color: var(--green-600);
}
:is(.section--dark, .on-dark) .display em { color: var(--green-400); }

.d-1 { font-size: var(--step-6); }
.d-2 { font-size: var(--step-5); }
.d-3 { font-size: var(--step-4); line-height: 1.06; }
.d-4 { font-size: var(--step-3); line-height: 1.14; letter-spacing: -0.02em; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: var(--step--2);
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--green-600);
}
.eyebrow::before {
  content: '';
  width: 26px; height: 1px;
  background: currentColor;
  opacity: .55;
}
:is(.section--dark, .on-dark) .eyebrow { color: var(--green-400); }

.lead {
  font-size: var(--step-1);
  line-height: 1.6;
  color: var(--fg-muted);
  text-wrap: pretty;
}
:is(.section--dark, .on-dark) .lead { color: var(--fg-on-invert-muted); }

.prose { max-width: 68ch; }
.prose > * + * { margin-top: 1.15em; }
.prose h2 { font-family: var(--font-display); font-size: var(--step-3); line-height: 1.15; letter-spacing: -0.02em; margin-top: 1.8em; }
.prose h3 { font-size: var(--step-1); font-weight: 600; margin-top: 1.6em; }
.prose p, .prose li { color: var(--ink-700); text-wrap: pretty; }
.prose ul { display: grid; gap: .5em; padding-left: 1.2em; }
.prose ul li { list-style: disc; }
.prose ol { display: grid; gap: .5em; padding-left: 1.3em; }
.prose ol li { list-style: decimal; }
.prose a { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.prose a:hover { color: var(--forest-700); }
.prose strong { font-weight: 600; color: var(--ink-900); }

/* --------------------------------------------------------------------------
   5. BÖLÜM YAPISI
   -------------------------------------------------------------------------- */
.section {
  position: relative;
  padding-block: clamp(64px, 9vw, var(--space-2xl));
}
.section--tight { padding-block: clamp(48px, 6vw, 72px); }
.section--loose { padding-block: clamp(80px, 12vw, var(--space-3xl)); }
.section--sunken { background: var(--bg-sunken); }
.section--paper { background: var(--bg-elevated); }

/* Koyu zemin token seti — kendi arka planı olan bloklar (.hero, .page-hero,
   .cta-band, .footer, .drawer-panel) da .on-dark ile bu setten yararlanır.
   Aksi hâlde .btn--ghost gibi bileşenler koyu zeminde koyu metinle çıkar. */
.section--dark,
.on-dark {
  --border: var(--border-invert);
  --border-strong: rgba(251, 247, 238, .3);
  --fg: var(--cream-100);
  --fg-muted: rgba(251, 247, 238, .7);
  --fg-subtle: rgba(251, 247, 238, .5);
  --bg-elevated: rgba(251, 247, 238, .05);
}
.section--dark {
  background: var(--forest-900);
  color: var(--fg-on-invert);
}
.section--dark::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(70% 55% at 82% 8%, rgba(36, 168, 103, .16), transparent 62%),
    radial-gradient(50% 50% at 5% 95%, rgba(224, 147, 42, .10), transparent 65%);
}
.section--dark > * { position: relative; z-index: 1; }

.section-head {
  display: grid;
  gap: var(--space-sm);
  max-width: 720px;
  margin-bottom: clamp(40px, 5vw, var(--space-xl));
}
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-self: center; }
.section-head--split {
  max-width: none;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: var(--space-md);
}
@media (min-width: 900px) {
  .section-head--split { grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); }
  .section-head--split .lead { padding-bottom: .35em; }
}

/* --------------------------------------------------------------------------
   6. BUTONLAR
   -------------------------------------------------------------------------- */
.btn {
  --btn-bg: var(--primary);
  --btn-fg: #fff;
  --btn-border: transparent;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 26px;
  border: 1px solid var(--btn-border);
  border-radius: var(--radius-full);
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: -0.005em;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: background var(--dur) var(--ease-out),
              color var(--dur) var(--ease-out),
              border-color var(--dur) var(--ease-out),
              box-shadow var(--dur) var(--ease-out),
              transform var(--dur-fast) var(--ease-out);
}
.btn > * { position: relative; z-index: 2; }
/* Alttan yükselen dolgu — düzen kaydırmayan basma geri bildirimi */
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--btn-hover-bg, var(--primary-hover));
  transform: translateY(101%);
  transition: transform var(--dur-slow) var(--ease-out);
}
.btn:hover::before { transform: translateY(0); }
.btn:hover { box-shadow: var(--shadow-md); }
.btn:active { transform: scale(.97); }

.btn .btn-icon {
  flex: none;
  width: 18px; height: 18px;
  transition: transform var(--dur) var(--ease-out);
}
.btn:hover .btn-icon { transform: translateX(3px); }

.btn--accent {
  --btn-bg: var(--accent);
  --btn-fg: var(--forest-950);
  --btn-hover-bg: var(--amber-400);
}
.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--fg);
  --btn-border: var(--border-strong);
  --btn-hover-bg: var(--forest-900);
}
.btn--ghost:hover { color: var(--cream-100); border-color: var(--forest-900); }
:is(.section--dark, .on-dark) .btn--ghost { --btn-fg: var(--cream-100); --btn-hover-bg: var(--cream-100); }
:is(.section--dark, .on-dark) .btn--ghost:hover { color: var(--forest-900); border-color: var(--cream-100); }

.btn--light {
  --btn-bg: var(--cream-100);
  --btn-fg: var(--forest-900);
  --btn-hover-bg: #fff;
}
.btn--wa { --btn-bg: #1FA855; --btn-hover-bg: #17904a; --btn-fg: #fff; }
.btn--sm { min-height: 42px; padding: 8px 18px; font-size: var(--step--2); }
.btn--lg { min-height: 60px; padding: 18px 34px; font-size: var(--step-0); }
.btn--block { display: flex; width: 100%; }
.btn[disabled], .btn[aria-disabled='true'] {
  opacity: .45;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Metin bağlantısı — alt çizgi büyüme animasyonu */
.link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: var(--step--1);
  color: var(--primary);
  padding-block: 4px;
}
.link span { position: relative; }
.link span::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1.5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--dur) var(--ease-out);
}
.link:hover span::after { transform: scaleX(1); transform-origin: left; }
.link svg { width: 16px; height: 16px; transition: transform var(--dur) var(--ease-out); }
.link:hover svg { transform: translateX(4px); }
:is(.section--dark, .on-dark) .link { color: var(--green-400); }

/* --------------------------------------------------------------------------
   7. ROZET / ETİKET
   -------------------------------------------------------------------------- */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  background: var(--bg-elevated);
  font-size: var(--step--2);
  font-weight: 500;
  color: var(--fg-muted);
  white-space: nowrap;
}
.badge svg { width: 15px; height: 15px; flex: none; color: var(--green-600); }
:is(.section--dark, .on-dark) .badge svg { color: var(--green-400); }
.badge--accent { border-color: var(--amber-200); background: rgba(224, 147, 42, .1); color: var(--amber-600); }
.badge--accent svg { color: var(--amber-600); }

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  background: var(--bg-elevated);
  font-size: var(--step--1);
  color: var(--ink-700);
  transition: border-color var(--dur) var(--ease-out), background var(--dur) var(--ease-out), color var(--dur) var(--ease-out);
}
a.chip:hover, button.chip:hover { border-color: var(--green-500); background: var(--green-300); color: var(--forest-900); }
.chip[aria-pressed='true'], .chip.is-active {
  background: var(--forest-900);
  border-color: var(--forest-900);
  color: var(--cream-100);
}

/* --------------------------------------------------------------------------
   8. BAŞLIK / NAVİGASYON
   -------------------------------------------------------------------------- */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: var(--z-header);
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background var(--dur) var(--ease-out),
              box-shadow var(--dur) var(--ease-out);
}
.header::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(251, 247, 238, .92);
  border-bottom: 1px solid var(--border);
  opacity: 0;
  transition: opacity var(--dur) var(--ease-out);
}
/* Bulanıklık yalnızca başlık yapışkanken uygulanır; sürekli açık bırakmak
   her kaydırma karesinde tüm başlık genişliğinde yeniden bulanıklaştırma
   maliyeti çıkarıyordu. */
.header.is-stuck::after {
  opacity: 1;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.header.is-stuck { box-shadow: 0 4px 24px -12px rgba(10, 20, 16, .18); }

/* Şeffaf başlık (koyu hero üzerinde) */
.header--overlay:not(.is-stuck) { color: var(--cream-100); }
.header--overlay:not(.is-stuck) .logo-mark { color: var(--green-400); }
.header--overlay:not(.is-stuck) .nav-link { color: rgba(251, 247, 238, .86); }
.header--overlay:not(.is-stuck) .nav-link:hover { color: #fff; }
.header--overlay:not(.is-stuck) .nav-toggle-bar { background: var(--cream-100); }
.header--overlay:not(.is-stuck) .header-cta.btn--ghost { --btn-fg: var(--cream-100); --btn-border: rgba(251,247,238,.34); --btn-hover-bg: var(--cream-100); }
.header--overlay:not(.is-stuck) .header-cta.btn--ghost:hover { color: var(--forest-900); }

.header-inner {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  width: 100%;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: none;
  margin-right: auto;
  padding: 6px 0;
  border-radius: var(--radius-sm);
}
.logo-mark {
  width: 38px; height: 38px;
  flex: none;
  color: var(--green-600);
  transition: transform var(--dur-slow) var(--ease-spring), color var(--dur) var(--ease-out);
}
.logo:hover .logo-mark { transform: rotate(-8deg) scale(1.06); }
.logo-text { display: grid; line-height: 1.05; }
.logo-name {
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  font-variation-settings: 'SOFT' 30;
}
.logo-sub {
  font-family: var(--font-mono);
  font-size: .58rem;
  letter-spacing: .19em;
  text-transform: uppercase;
  opacity: .62;
}

/* Masaüstü navigasyon */
.nav { display: none; }
@media (min-width: 1080px) {
  .nav { display: flex; align-items: center; gap: 2px; }
}
.nav-item { position: relative; }
.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 8px 15px;
  border-radius: var(--radius-full);
  font-size: var(--step--1);
  font-weight: 500;
  color: var(--ink-700);
  transition: color var(--dur) var(--ease-out), background var(--dur) var(--ease-out);
}
.nav-link:hover { color: var(--fg); background: rgba(10, 20, 16, .05); }
.header--overlay:not(.is-stuck) .nav-link:hover { background: rgba(251, 247, 238, .12); }
.nav-link .caret {
  width: 12px; height: 12px;
  opacity: .55;
  transition: transform var(--dur) var(--ease-out);
}
.nav-item:hover .nav-link .caret,
.nav-item:focus-within .nav-link .caret { transform: rotate(180deg); }

.nav-link[aria-current='page'] { color: var(--primary); font-weight: 600; }
.header--overlay:not(.is-stuck) .nav-link[aria-current='page'] { color: var(--green-400); }
.nav-link[aria-current='page']::after {
  content: '';
  position: absolute;
  left: 15px; right: 15px; bottom: 2px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

/* Açılır menü */
.nav-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  min-width: 264px;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--bg-elevated);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -10px);
  transition: opacity var(--dur) var(--ease-out),
              transform var(--dur) var(--ease-out),
              visibility 0s linear var(--dur);
}
.nav-item:hover .nav-menu,
.nav-item:focus-within .nav-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition-delay: 0s;
}
.nav-menu a {
  display: grid;
  gap: 2px;
  padding: 11px 14px;
  border-radius: var(--radius-sm);
  color: var(--ink-700);
  font-size: var(--step--1);
  transition: background var(--dur) var(--ease-out), color var(--dur) var(--ease-out);
}
.nav-menu a:hover { background: var(--cream-200); color: var(--fg); }
.nav-menu a strong { font-weight: 600; }
.nav-menu a span { font-size: var(--step--2); color: var(--fg-subtle); }

.header-actions { display: flex; align-items: center; gap: 10px; flex: none; }
.header-cta { display: none; }
@media (min-width: 600px) { .header-cta { display: inline-flex; } }
@media (min-width: 1080px) { .header-cta--desktop { display: inline-flex; } }

/* Mobil menü düğmesi */
.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 46px; height: 46px;
  border-radius: var(--radius-full);
  border: 1px solid var(--border);
  transition: background var(--dur) var(--ease-out);
}
.nav-toggle:hover { background: rgba(10, 20, 16, .05); }
@media (min-width: 1080px) { .nav-toggle { display: none; } }
.nav-toggle-bar {
  width: 19px; height: 1.8px;
  border-radius: 2px;
  background: var(--fg);
  transition: transform var(--dur) var(--ease-out), opacity var(--dur-fast) var(--ease-out);
}
.nav-toggle[aria-expanded='true'] .nav-toggle-bar:nth-child(1) { transform: translateY(6.8px) rotate(45deg); }
.nav-toggle[aria-expanded='true'] .nav-toggle-bar:nth-child(2) { opacity: 0; transform: scaleX(.3); }
.nav-toggle[aria-expanded='true'] .nav-toggle-bar:nth-child(3) { transform: translateY(-6.8px) rotate(-45deg); }

/* Mobil çekmece */
.drawer {
  position: fixed;
  inset: 0;
  z-index: var(--z-drawer);
  visibility: hidden;
}
.drawer.is-open { visibility: visible; }
.drawer-scrim {
  position: absolute;
  inset: 0;
  background: rgba(4, 22, 15, .55);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity var(--dur-slow) var(--ease-out);
}
.drawer.is-open .drawer-scrim { opacity: 1; }
.drawer-panel {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(420px, 100%);
  display: flex;
  flex-direction: column;
  padding: max(20px, env(safe-area-inset-top)) var(--gutter) max(24px, env(safe-area-inset-bottom));
  background: var(--forest-900);
  color: var(--cream-100);
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: translateX(100%);
  transition: transform var(--dur-slow) var(--ease-in-out);
}
.drawer.is-open .drawer-panel { transform: translateX(0); }
.drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  margin-bottom: var(--space-md);
}
.drawer-close {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border: 1px solid var(--border-invert);
  border-radius: var(--radius-full);
  color: inherit;
}
.drawer-close svg { width: 18px; height: 18px; }
.drawer-nav { display: grid; gap: 2px; }
.drawer-nav > li > a,
.drawer-acc-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 56px;
  padding: 12px 4px;
  border-bottom: 1px solid var(--border-invert);
  font-family: var(--font-display);
  font-size: var(--step-2);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: inherit;
  text-align: left;
}
.drawer-nav a[aria-current='page'] { color: var(--green-400); }
.drawer-acc-btn svg { width: 18px; height: 18px; opacity: .6; transition: transform var(--dur) var(--ease-out); }
.drawer-acc-btn[aria-expanded='true'] svg { transform: rotate(45deg); }
.drawer-acc-panel {
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--dur-slow) var(--ease-in-out);
}
.drawer-acc-panel > div { min-height: 0; }
.drawer-acc-btn[aria-expanded='true'] + .drawer-acc-panel { grid-template-rows: 1fr; }
.drawer-acc-panel a {
  display: block;
  padding: 12px 4px 12px 18px;
  border-left: 1px solid var(--border-invert);
  margin-left: 4px;
  font-size: var(--step--1);
  color: rgba(251, 247, 238, .74);
}
.drawer-acc-panel a:hover { color: #fff; }
.drawer-foot {
  margin-top: auto;
  padding-top: var(--space-lg);
  display: grid;
  gap: 10px;
}
.drawer-meta {
  display: grid;
  gap: 6px;
  margin-top: var(--space-md);
  font-size: var(--step--1);
  color: rgba(251, 247, 238, .62);
}
.drawer-meta a:hover { color: #fff; }

/* --------------------------------------------------------------------------
   9. HERO
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: min(100dvh, 900px);
  padding-top: calc(var(--header-h) + clamp(48px, 9vw, 120px));
  padding-bottom: clamp(40px, 6vw, 80px);
  background: var(--forest-950);
  color: var(--cream-100);
  overflow: hidden;
  isolation: isolate;
}
.hero-media {
  position: absolute;
  inset: -8% 0 0;
  z-index: -2;
}
.hero-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.12);
  will-change: transform;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(4, 22, 15, .82) 0%, rgba(4, 22, 15, .5) 34%, rgba(4, 22, 15, .88) 82%, var(--forest-950) 100%),
    radial-gradient(80% 60% at 78% 22%, rgba(36, 168, 103, .22), transparent 60%);
}
.hero-grid {
  display: grid;
  gap: var(--space-lg);
  width: 100%;
  align-items: end;
}
@media (min-width: 1000px) {
  .hero-grid { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: var(--space-xl); }
}
.hero-title {
  /* Üç satırlık başlık; --step-6 tam ekranı doldurduğu için kendi ölçeği var */
  font-size: clamp(2.5rem, 1.55rem + 4.05vw, 4.6rem);
  max-width: 16ch;
  margin-block: var(--space-sm) var(--space-md);
}
.hero-lead { max-width: 52ch; color: rgba(251, 247, 238, .8); }
.hero-actions { margin-top: var(--space-lg); }
.hero-side { display: grid; gap: var(--space-md); }

/* Hero güven listesi */
.hero-trust {
  display: grid;
  gap: 2px;
  padding: 22px;
  border: 1px solid rgba(251, 247, 238, .16);
  border-radius: var(--radius-lg);
  /* Altındaki görsel parallaks ile hareket ettiği için backdrop-filter yerine
     yarı saydam düz zemin kullanılıyor. */
  background: rgba(5, 30, 21, .72);
}
.hero-trust li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 9px 0;
  font-size: var(--step--1);
  color: rgba(251, 247, 238, .88);
  border-bottom: 1px solid rgba(251, 247, 238, .09);
}
.hero-trust li:last-child { border-bottom: 0; }
.hero-trust svg { width: 17px; height: 17px; flex: none; margin-top: 3px; color: var(--green-400); }

/* Yüzen ürün kartları (parallaks) */
.hero-cards {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  display: none;
}
@media (min-width: 1200px) { .hero-cards { display: block; } }
.hero-card {
  position: absolute;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(251, 247, 238, .14);
  will-change: transform;
}
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card--1 { width: 152px; height: 152px; top: 13%; right: 7%; }
.hero-card--2 { width: 116px; height: 116px; top: 26%; right: 26%; }
.hero-card--3 { width: 132px; height: 132px; top: 38%; right: 4%; }
@media (min-width: 1500px) {
  .hero-card--1 { width: 178px; height: 178px; }
  .hero-card--2 { width: 136px; height: 136px; }
  .hero-card--3 { width: 156px; height: 156px; }
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: .62rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(251, 247, 238, .5);
}
.hero-scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(180deg, rgba(251,247,238,.5), transparent);
  position: relative;
  overflow: hidden;
}
.hero-scroll-line::after {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 12px;
  background: var(--green-400);
  animation: scrollHint 2.2s var(--ease-in-out) infinite;
}
@keyframes scrollHint {
  0%   { transform: translateY(-100%); opacity: 0; }
  35%  { opacity: 1; }
  100% { transform: translateY(340%); opacity: 0; }
}

/* Sayfa içi hero (alt sayfalar) */
.page-hero {
  position: relative;
  padding-top: calc(var(--header-h) + clamp(56px, 8vw, 104px));
  padding-bottom: clamp(48px, 7vw, 88px);
  background: var(--forest-900);
  color: var(--cream-100);
  overflow: hidden;
  isolation: isolate;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(60% 70% at 88% 0%, rgba(36, 168, 103, .22), transparent 60%),
    radial-gradient(50% 60% at 0% 100%, rgba(224, 147, 42, .12), transparent 62%);
}
.page-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .3;
}
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-inner { display: grid; gap: var(--space-sm); max-width: 820px; }
.page-hero-title { font-size: var(--step-5); }
.page-hero .lead { color: rgba(251, 247, 238, .78); max-width: 62ch; }

/* Kırıntı yolu */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: var(--space-sm);
  font-size: var(--step--2);
  color: rgba(251, 247, 238, .6);
}
.breadcrumb a { transition: color var(--dur) var(--ease-out); }
.breadcrumb a:hover { color: var(--green-400); }
.breadcrumb svg { width: 12px; height: 12px; opacity: .5; }
.breadcrumb [aria-current] { color: rgba(251, 247, 238, .95); }

/* --------------------------------------------------------------------------
   10. KAYAN ŞERİT (MARQUEE)
   -------------------------------------------------------------------------- */
.marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  padding-block: 18px;
  border-block: 1px solid var(--border);
  background: var(--bg-elevated);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee--dark { background: var(--forest-800); border-color: var(--border-invert); color: var(--cream-100); }
.marquee-track {
  display: flex;
  flex: none;
  align-items: center;
  gap: 44px;
  padding-right: 44px;
  animation: marquee 42s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track li {
  display: flex;
  align-items: center;
  gap: 44px;
  font-family: var(--font-display);
  font-size: var(--step-1);
  font-weight: 500;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: var(--ink-700);
}
.marquee--dark .marquee-track li { color: rgba(251, 247, 238, .82); }
.marquee-track li::after {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--amber-500);
  flex: none;
}
@keyframes marquee { to { transform: translateX(-100%); } }

/* --------------------------------------------------------------------------
   11. KARTLAR
   -------------------------------------------------------------------------- */
.grid {
  display: grid;
  gap: var(--space-md);
}
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 285px), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-elevated);
  overflow: hidden;
  isolation: isolate;
  transition: transform var(--dur-slow) var(--ease-out),
              box-shadow var(--dur-slow) var(--ease-out),
              border-color var(--dur-slow) var(--ease-out);
}
/* İmleç takipli yumuşak ışık — main.js --mx/--my değişkenlerini besler */
.card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(360px circle at var(--mx, 50%) var(--my, 50%), rgba(36, 168, 103, .10), transparent 70%);
  transition: opacity var(--dur-slow) var(--ease-out);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(27, 127, 82, .35); }
.card:hover::before { opacity: 1; }
:is(.section--dark, .on-dark) .card { background: rgba(251, 247, 238, .045); }
:is(.section--dark, .on-dark) .card:hover { border-color: rgba(76, 203, 140, .4); background: rgba(251, 247, 238, .07); }

.card-icon {
  display: grid;
  place-items: center;
  width: 52px; height: 52px;
  border-radius: var(--radius-md);
  background: var(--green-300);
  color: var(--forest-800);
  transition: transform var(--dur-slow) var(--ease-spring), background var(--dur) var(--ease-out);
}
.card:hover .card-icon { transform: rotate(-6deg) scale(1.07); }
.card-icon svg { width: 25px; height: 25px; }
:is(.section--dark, .on-dark) .card-icon { background: rgba(76, 203, 140, .18); color: var(--green-400); }
.card-icon--accent { background: var(--amber-200); color: var(--amber-600); }

.card-title { font-size: var(--step-1); font-weight: 600; letter-spacing: -0.015em; line-height: 1.25; }
.card-text { font-size: var(--step--1); color: var(--fg-muted); text-wrap: pretty; }
.card-foot { margin-top: auto; padding-top: 6px; }

/* Numaralı kart */
.card-num {
  font-family: var(--font-mono);
  font-size: var(--step--2);
  font-weight: 500;
  letter-spacing: .12em;
  color: var(--green-600);
}
:is(.section--dark, .on-dark) .card-num { color: var(--green-400); }

/* Tıklanabilir kart — tüm yüzey bağlantı */
.card--link .card-title a::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
}

/* Ürün kategori kartı */
.cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--forest-900);
  color: var(--cream-100);
  isolation: isolate;
  min-height: 320px;
  transition: transform var(--dur-slow) var(--ease-out), box-shadow var(--dur-slow) var(--ease-out);
}
.cat-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); }
.cat-card-media { position: absolute; inset: 0; z-index: -2; }
.cat-card-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease-out), filter var(--dur-slow) var(--ease-out);
}
.cat-card:hover .cat-card-media img { transform: scale(1.07); }
.cat-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(178deg, rgba(4, 22, 15, .12) 0%, rgba(4, 22, 15, .55) 48%, rgba(4, 22, 15, .93) 100%);
  transition: opacity var(--dur-slow) var(--ease-out);
}
.cat-card-body {
  margin-top: auto;
  display: grid;
  gap: 10px;
  padding: 24px;
}
.cat-card-title { font-family: var(--font-display); font-size: var(--step-2); font-weight: 500; letter-spacing: -0.025em; }
.cat-card-count {
  font-family: var(--font-mono);
  font-size: var(--step--2);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green-400);
}
.cat-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height var(--dur-slow) var(--ease-out), opacity var(--dur-slow) var(--ease-out);
}
.cat-card:hover .cat-card-list,
.cat-card:focus-within .cat-card-list { max-height: 140px; opacity: 1; }
.cat-card-list span {
  padding: 4px 11px;
  border: 1px solid rgba(251, 247, 238, .26);
  border-radius: var(--radius-full);
  font-size: var(--step--2);
  color: rgba(251, 247, 238, .9);
}
.cat-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-size: var(--step--1);
  font-weight: 600;
  color: var(--amber-400);
}
.cat-card-link::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
}
.cat-card-link svg { width: 15px; height: 15px; transition: transform var(--dur) var(--ease-out); }
.cat-card:hover .cat-card-link svg { transform: translateX(4px); }

/* --------------------------------------------------------------------------
   12. MEDYA + METİN BLOĞU
   -------------------------------------------------------------------------- */
.split {
  display: grid;
  gap: clamp(32px, 5vw, var(--space-xl));
  align-items: center;
}
@media (min-width: 900px) {
  .split { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split--media-right .split-media { order: 2; }
  .split--wide-text { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
}
.split-body { display: grid; gap: var(--space-sm); align-content: start; }

.figure {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--cream-300);
  box-shadow: var(--shadow-lg);
}
.figure img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.figure--portrait img { aspect-ratio: 4 / 5; }
.figure--square img { aspect-ratio: 1; }
.figure figcaption {
  position: absolute;
  left: 16px; right: 16px; bottom: 16px;
  padding: 12px 16px;
  border-radius: var(--radius-md);
  background: rgba(4, 22, 15, .68);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--cream-100);
  font-size: var(--step--2);
  line-height: 1.5;
}

/* Üst üste binen ikili görsel */
.figure-stack { position: relative; padding-bottom: 12%; padding-right: 10%; }
.figure-stack .figure--back { border-radius: var(--radius-xl); }
/* Öndeki görsel, arkadakinin alt yazısıyla çakışmasın */
.figure-stack .figure--back figcaption { right: auto; max-width: 52%; }
.figure-stack .figure--front {
  position: absolute;
  right: 0; bottom: 0;
  width: 52%;
  border: 6px solid var(--bg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
}
:is(.section--dark, .on-dark) .figure-stack .figure--front { border-color: var(--forest-900); }

/* --------------------------------------------------------------------------
   13. İSTATİSTİK
   -------------------------------------------------------------------------- */
.stats {
  display: grid;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
}
.stat {
  display: grid;
  gap: 6px;
  padding: clamp(22px, 3vw, 32px);
  background: var(--bg-elevated);
}
:is(.section--dark, .on-dark) .stat { background: var(--forest-800); }
.stat-value {
  font-family: var(--font-display);
  font-size: var(--step-4);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  color: var(--forest-800);
}
:is(.section--dark, .on-dark) .stat-value { color: var(--green-400); }
.stat-label { font-size: var(--step--1); color: var(--fg-muted); text-wrap: pretty; }

/* --------------------------------------------------------------------------
   14. SÜREÇ ADIMLARI
   -------------------------------------------------------------------------- */
.steps { display: grid; gap: var(--space-md); counter-reset: step; }
@media (min-width: 860px) { .steps { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--space-sm); } }

.step {
  position: relative;
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 28px 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-elevated);
  transition: border-color var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out), box-shadow var(--dur-slow) var(--ease-out);
}
.step:hover { border-color: rgba(27, 127, 82, .4); transform: translateY(-3px); box-shadow: var(--shadow-md); }
:is(.section--dark, .on-dark) .step { background: rgba(251, 247, 238, .05); }
.step-num {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: var(--radius-full);
  background: var(--forest-900);
  color: var(--cream-100);
  font-family: var(--font-mono);
  font-size: var(--step--1);
  font-weight: 500;
}
:is(.section--dark, .on-dark) .step-num { background: var(--green-500); color: var(--forest-950); }
.step-title { font-size: var(--step-1); font-weight: 600; letter-spacing: -0.015em; line-height: 1.25; }
.step-text { font-size: var(--step--1); color: var(--fg-muted); }
/* Adımlar arası bağlayıcı çizgi */
@media (min-width: 860px) {
  .step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50px; right: calc(var(--space-sm) * -1);
    width: var(--space-sm); height: 1px;
    background: var(--border-strong);
  }
}

/* --------------------------------------------------------------------------
   15. AKORDEON / SSS
   -------------------------------------------------------------------------- */
.accordion { display: grid; border-top: 1px solid var(--border); }
.acc-item { border-bottom: 1px solid var(--border); }
.acc-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  width: 100%;
  min-height: 64px;
  padding: 20px 4px;
  font-size: var(--step-1);
  font-weight: 500;
  letter-spacing: -0.015em;
  text-align: left;
  color: var(--fg);
  transition: color var(--dur) var(--ease-out);
}
.acc-btn:hover { color: var(--primary); }
.acc-icon {
  position: relative;
  flex: none;
  width: 34px; height: 34px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-full);
  transition: background var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out), transform var(--dur-slow) var(--ease-out);
}
.acc-icon::before, .acc-icon::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 13px; height: 1.6px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform var(--dur-slow) var(--ease-out), opacity var(--dur) var(--ease-out);
}
.acc-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.acc-btn[aria-expanded='true'] .acc-icon { background: var(--forest-900); border-color: var(--forest-900); color: var(--cream-100); transform: rotate(180deg); }
.acc-btn[aria-expanded='true'] .acc-icon::after { opacity: 0; transform: translate(-50%, -50%) rotate(0); }
.acc-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--dur-slow) var(--ease-in-out);
}
.acc-btn[aria-expanded='true'] + .acc-panel { grid-template-rows: 1fr; }
.acc-panel > div { min-height: 0; overflow: hidden; }
.acc-panel p { padding: 0 4px 24px; max-width: 74ch; color: var(--fg-muted); }

/* --------------------------------------------------------------------------
   16. LİSTELER
   -------------------------------------------------------------------------- */
.tick-list { display: grid; gap: 12px; }
.tick-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: var(--step-0);
  color: var(--ink-700);
}
:is(.section--dark, .on-dark) .tick-list li { color: rgba(251, 247, 238, .85); }
.tick-list svg { width: 20px; height: 20px; flex: none; margin-top: 3px; color: var(--green-600); }
:is(.section--dark, .on-dark) .tick-list svg { color: var(--green-400); }

.pill-list { display: flex; flex-wrap: wrap; gap: 10px; }

.def-list { display: grid; gap: 0; }
.def-row {
  display: grid;
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
@media (min-width: 640px) { .def-row { grid-template-columns: minmax(0, 220px) minmax(0, 1fr); gap: var(--space-sm); align-items: baseline; } }
.def-row dt { font-size: var(--step--1); color: var(--fg-subtle); }
.def-row dd { margin: 0; font-weight: 500; }
.def-row dd a:hover { color: var(--primary); }

/* Sektör kartı */
.sector {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--bg-elevated);
  font-weight: 500;
  transition: border-color var(--dur) var(--ease-out), transform var(--dur) var(--ease-out), background var(--dur) var(--ease-out);
}
.sector:hover { border-color: var(--green-500); transform: translateY(-2px); background: var(--cream-50); }
:is(.section--dark, .on-dark) .sector { background: rgba(251, 247, 238, .05); }
:is(.section--dark, .on-dark) .sector:hover { background: rgba(251, 247, 238, .09); }
.sector svg { width: 22px; height: 22px; flex: none; color: var(--green-600); }
:is(.section--dark, .on-dark) .sector svg { color: var(--green-400); }

/* --------------------------------------------------------------------------
   17. ÜRÜN KATALOĞU
   -------------------------------------------------------------------------- */
.filter-bar {
  position: sticky;
  top: var(--header-h);
  z-index: var(--z-sticky);
  display: flex;
  gap: 10px;
  padding-block: 14px;
  margin-bottom: var(--space-lg);
  /* Uzun katalog boyunca yapışkan kaldığı için bulanıklık düşük tutuldu;
     yüksek yarıçaplı backdrop-filter her kaydırma karesinde yeniden hesaplanır. */
  background: color-mix(in srgb, var(--bg) 95%, transparent);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
}
.filter-bar::-webkit-scrollbar { display: none; }
.filter-bar .chip { flex: none; }

.product-group { scroll-margin-top: calc(var(--header-h) + 90px); }
.product-group + .product-group { margin-top: clamp(48px, 6vw, 80px); }
.product-group-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  padding-bottom: 16px;
  margin-bottom: var(--space-md);
  border-bottom: 1px solid var(--border-strong);
}
.product-group-title { font-family: var(--font-display); font-size: var(--step-3); font-weight: 500; letter-spacing: -0.025em; }
.product-group-id { display: flex; align-items: center; gap: 18px; }
.product-group-thumb {
  flex: none;
  width: 72px; height: 72px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--cream-300);
  box-shadow: var(--shadow-sm);
}
.product-group-thumb img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 560px) { .product-group-thumb { width: 56px; height: 56px; } }

.product-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 190px), 1fr));
}
.product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 60px;
  padding: 12px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--bg-elevated);
  font-size: var(--step--1);
  font-weight: 500;
  transition: border-color var(--dur) var(--ease-out), background var(--dur) var(--ease-out), transform var(--dur) var(--ease-out);
}
.product:hover { border-color: var(--green-500); background: var(--cream-50); transform: translateY(-2px); }
.product-ask {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: none;
  font-family: var(--font-mono);
  font-size: .64rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--green-600);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity var(--dur) var(--ease-out), transform var(--dur) var(--ease-out);
}
.product:hover .product-ask, .product:focus-within .product-ask { opacity: 1; transform: translateX(0); }
@media (hover: none) { .product-ask { opacity: 1; transform: none; } }
.product-ask svg { width: 13px; height: 13px; }

/* --------------------------------------------------------------------------
   18. FORMLAR
   -------------------------------------------------------------------------- */
.form { display: grid; gap: var(--space-md); }
.form-grid {
  display: grid;
  gap: var(--space-sm);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }

.label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: var(--step--1);
  font-weight: 500;
  color: var(--ink-700);
}
.label .req { color: var(--danger); }

.input, .textarea, .select {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-md);
  background: var(--bg-elevated);
  color: var(--fg);
  /* 16px altına düşürülmez: iOS otomatik yakınlaştırmasını engeller */
  font-size: 16px;
  line-height: 1.5;
  transition: border-color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), background var(--dur) var(--ease-out);
}
.textarea { min-height: 140px; resize: vertical; }
.select {
  appearance: none;
  padding-right: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A5D53' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
  cursor: pointer;
}
.input::placeholder, .textarea::placeholder { color: var(--fg-subtle); opacity: 1; }
.input:hover, .textarea:hover, .select:hover { border-color: var(--ink-400); }
.input:focus, .textarea:focus, .select:focus {
  outline: none;
  border-color: var(--green-500);
  box-shadow: 0 0 0 4px rgba(36, 168, 103, .16);
  background: #fff;
}
.input[aria-invalid='true'], .textarea[aria-invalid='true'], .select[aria-invalid='true'] {
  border-color: var(--danger);
  background: rgba(179, 38, 30, .035);
}
.input[aria-invalid='true']:focus { box-shadow: 0 0 0 4px rgba(179, 38, 30, .14); }
.input:read-only:not([type='file']) { background: var(--cream-200); color: var(--fg-muted); }

.help { font-size: var(--step--2); color: var(--fg-subtle); }
.error {
  display: none;
  align-items: center;
  gap: 6px;
  font-size: var(--step--2);
  font-weight: 500;
  color: var(--danger);
}
.error svg { width: 14px; height: 14px; flex: none; }
.field.has-error .error { display: flex; }

/* Onay kutusu */
.check {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  /* dokunma hedefi 44px'e tamamlanır */
  padding: 11px 0;
  cursor: pointer;
  font-size: var(--step--1);
  color: var(--ink-700);
  line-height: 1.55;
}
.check input { position: absolute; opacity: 0; width: 22px; height: 22px; margin: 0; cursor: pointer; }
.check-box {
  display: grid;
  place-items: center;
  width: 22px; height: 22px;
  margin-top: 2px;
  border: 1.5px solid var(--border-strong);
  border-radius: 6px;
  background: var(--bg-elevated);
  transition: background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);
}
.check-box svg { width: 14px; height: 14px; color: #fff; opacity: 0; transform: scale(.6); transition: opacity var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-spring); }
.check input:checked + .check-box { background: var(--primary); border-color: var(--primary); }
.check input:checked + .check-box svg { opacity: 1; transform: scale(1); }
.check input:focus-visible + .check-box { outline: 3px solid var(--ring); outline-offset: 3px; }
.check a { color: var(--primary); text-decoration: underline; text-underline-offset: 2px; }
.field.has-error .check-box { border-color: var(--danger); }

/* Dosya yükleme alanı */
.dropzone {
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 30px 20px;
  border: 1.5px dashed var(--border-strong);
  border-radius: var(--radius-md);
  background: var(--cream-50);
  text-align: center;
  cursor: pointer;
  transition: border-color var(--dur) var(--ease-out), background var(--dur) var(--ease-out);
}
.dropzone:hover, .dropzone.is-dragover { border-color: var(--green-500); background: rgba(36, 168, 103, .07); }
.dropzone svg { width: 30px; height: 30px; color: var(--green-600); }
.dropzone strong { font-size: var(--step--1); font-weight: 600; }
.dropzone input[type='file'] { position: absolute; width: 1px; height: 1px; opacity: 0; }
.file-list { display: grid; gap: 8px; }
.file-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg-elevated);
  font-size: var(--step--2);
}
.file-item svg { width: 16px; height: 16px; flex: none; color: var(--green-600); }
.file-item .file-size { margin-left: auto; color: var(--fg-subtle); font-variant-numeric: tabular-nums; }

/* Bal küpü — spam tuzağı, ekran okuyuculardan gizli */
.hp { position: absolute !important; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* Form durum mesajı */
.form-status {
  display: none;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 20px;
  border-radius: var(--radius-md);
  font-size: var(--step--1);
}
.form-status.is-visible { display: flex; }
.form-status--ok { background: rgba(27, 127, 82, .1); border: 1px solid rgba(27, 127, 82, .3); color: var(--forest-700); }
.form-status--err { background: rgba(179, 38, 30, .08); border: 1px solid rgba(179, 38, 30, .3); color: var(--danger); }
.form-status svg { width: 20px; height: 20px; flex: none; margin-top: 1px; }

/* Yükleniyor durumu */
.btn.is-loading { pointer-events: none; }
.btn.is-loading .btn-label { opacity: .45; }
.spinner {
  display: none;
  width: 17px; height: 17px;
  border: 2px solid rgba(255, 255, 255, .35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin .7s linear infinite;
}
.btn--accent .spinner { border-color: rgba(4, 22, 15, .3); border-top-color: var(--forest-950); }
.btn.is-loading .spinner { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }

/* --------------------------------------------------------------------------
   19. HARİTA
   -------------------------------------------------------------------------- */
.map-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--cream-200);
  aspect-ratio: 16 / 10;
}
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
@media (min-width: 900px) { .map-frame { aspect-ratio: 16 / 8; } }

/* --------------------------------------------------------------------------
   20. CTA BANDI
   -------------------------------------------------------------------------- */
.cta-band {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  isolation: isolate;
  padding: clamp(40px, 6vw, 76px) clamp(24px, 5vw, 64px);
  background: var(--forest-800);
  color: var(--cream-100);
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(60% 90% at 88% 12%, rgba(36, 168, 103, .3), transparent 62%),
    radial-gradient(50% 70% at 4% 96%, rgba(224, 147, 42, .22), transparent 60%);
}
.cta-band-inner {
  display: grid;
  gap: var(--space-md);
  align-items: center;
}
@media (min-width: 900px) {
  .cta-band-inner { grid-template-columns: minmax(0, 1.2fr) auto; gap: var(--space-xl); }
}
.cta-band-title { font-size: var(--step-4); max-width: 20ch; }
.cta-band .lead { color: rgba(251, 247, 238, .78); max-width: 54ch; }

/* --------------------------------------------------------------------------
   21. BLOG
   -------------------------------------------------------------------------- */
.post-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-elevated);
  overflow: hidden;
  transition: transform var(--dur-slow) var(--ease-out), box-shadow var(--dur-slow) var(--ease-out), border-color var(--dur-slow) var(--ease-out);
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(27, 127, 82, .3); }
.post-card-media { overflow: hidden; background: var(--cream-300); }
.post-card-media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform 800ms var(--ease-out); }
.post-card:hover .post-card-media img { transform: scale(1.05); }
.post-card-body { display: grid; gap: 10px; padding: 24px; align-content: start; }
.post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: var(--step--2);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--green-600);
}
.post-meta time { color: var(--fg-subtle); }
.post-card-title { font-size: var(--step-1); font-weight: 600; letter-spacing: -0.015em; line-height: 1.3; }

/* --------------------------------------------------------------------------
   22. ALT BİLGİ
   -------------------------------------------------------------------------- */
.footer {
  position: relative;
  background: var(--forest-950);
  color: rgba(251, 247, 238, .72);
  padding-top: clamp(56px, 7vw, 88px);
  overflow: hidden;
  isolation: isolate;
}
.footer::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(70% 60% at 50% -10%, rgba(27, 127, 82, .24), transparent 62%);
}
.footer-grid {
  display: grid;
  gap: var(--space-lg);
  padding-bottom: var(--space-xl);
}
@media (min-width: 720px) { .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .footer-grid { grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); gap: var(--space-xl); } }

.footer .logo-name, .footer h2, .footer h3 { color: var(--cream-100); }
.footer-brand { display: grid; gap: var(--space-sm); align-content: start; max-width: 42ch; }
.footer-brand .logo-mark { color: var(--green-400); }
.footer-col h2 {
  margin-bottom: 18px;
  font-family: var(--font-mono);
  font-size: var(--step--2);
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(251, 247, 238, .5);
}
.footer-col ul { display: grid; gap: 2px; }
.footer-col a {
  display: inline-block;
  padding: 7px 0;
  font-size: var(--step--1);
  transition: color var(--dur) var(--ease-out), transform var(--dur) var(--ease-out);
}
.footer-col a:hover { color: var(--green-400); transform: translateX(3px); }

.footer-contact { display: grid; gap: 12px; font-size: var(--step--1); }
.footer-contact li { display: flex; align-items: flex-start; gap: 11px; }
.footer-contact svg { width: 17px; height: 17px; flex: none; margin-top: 4px; color: var(--green-400); }
.footer-contact a:hover { color: var(--green-400); }

.social { display: flex; gap: 10px; }
.social a {
  display: grid;
  place-items: center;
  width: 44px; height: 44px;
  border: 1px solid var(--border-invert);
  border-radius: var(--radius-full);
  color: var(--cream-100);
  transition: background var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out), transform var(--dur) var(--ease-out);
}
.social a:hover { background: var(--green-500); border-color: var(--green-500); color: var(--forest-950); transform: translateY(-2px); }
.social svg { width: 19px; height: 19px; }

.legal-note {
  padding: var(--space-md) 0;
  border-top: 1px solid var(--border-invert);
  font-size: var(--step--2);
  line-height: 1.7;
  color: rgba(251, 247, 238, .48);
}
.legal-note strong { color: rgba(251, 247, 238, .7); font-weight: 500; }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  padding: var(--space-md) 0;
  padding-bottom: max(var(--space-md), calc(env(safe-area-inset-bottom) + 12px));
  border-top: 1px solid var(--border-invert);
  font-size: var(--step--2);
  color: rgba(251, 247, 238, .5);
}
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.footer-bottom a { padding: 6px 0; }
.footer-bottom a:hover { color: var(--green-400); }

/* --------------------------------------------------------------------------
   23. SABİT EYLEM DÜĞMELERİ (FAB)
   -------------------------------------------------------------------------- */
.fab-stack {
  position: fixed;
  right: clamp(14px, 3vw, 26px);
  bottom: max(clamp(14px, 3vw, 26px), env(safe-area-inset-bottom));
  z-index: var(--z-fab);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}
.fab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 56px;
  padding: 0 20px;
  border-radius: var(--radius-full);
  font-size: var(--step--1);
  font-weight: 600;
  box-shadow: var(--shadow-lg);
  transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), background var(--dur) var(--ease-out);
}
.fab:hover { transform: translateY(-3px) scale(1.02); box-shadow: var(--shadow-xl); }
.fab:active { transform: scale(.96); }
.fab svg { width: 22px; height: 22px; flex: none; }
.fab--wa { background: #1FA855; color: #fff; }
.fab--wa:hover { background: #17904a; }
.fab--quote { background: var(--amber-500); color: var(--forest-950); }
.fab--quote:hover { background: var(--amber-400); }
/* Dar ekranda etiketler gizlenir, ikon kalır (44px+ korunur) */
@media (max-width: 560px) {
  .fab { width: 56px; padding: 0; justify-content: center; }
  .fab-label { display: none; }
}
/* Nabız halkası — dikkat çeker, düzen kaydırmaz */
.fab--wa::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid #1FA855;
  animation: fabPulse 2.6s var(--ease-out) infinite;
  pointer-events: none;
}
.fab { position: relative; }
@keyframes fabPulse {
  0%   { transform: scale(1); opacity: .7; }
  70%  { transform: scale(1.32); opacity: 0; }
  100% { transform: scale(1.32); opacity: 0; }
}

/* Başa dön */
.to-top {
  position: fixed;
  left: clamp(14px, 3vw, 26px);
  bottom: max(clamp(14px, 3vw, 26px), env(safe-area-inset-bottom));
  z-index: var(--z-fab);
  display: grid;
  place-items: center;
  width: 48px; height: 48px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-full);
  background: var(--bg-elevated);
  color: var(--fg);
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity var(--dur) var(--ease-out), transform var(--dur) var(--ease-out), visibility 0s linear var(--dur), background var(--dur) var(--ease-out);
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); transition-delay: 0s; }
.to-top:hover { background: var(--forest-900); color: var(--cream-100); border-color: var(--forest-900); }
.to-top svg { width: 18px; height: 18px; }
@media (max-width: 560px) { .to-top { display: none; } }

/* Okuma ilerleme çubuğu */
.progress-bar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: calc(var(--z-header) + 1);
  height: 3px;
  background: linear-gradient(90deg, var(--green-500), var(--amber-500));
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

/* --------------------------------------------------------------------------
   24. ÇEREZ BANDI
   -------------------------------------------------------------------------- */
.cookie {
  position: fixed;
  left: clamp(12px, 3vw, 24px);
  right: clamp(12px, 3vw, 24px);
  bottom: max(clamp(12px, 3vw, 24px), env(safe-area-inset-bottom));
  z-index: var(--z-cookie);
  max-width: 720px;
  margin-inline: auto;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-elevated);
  box-shadow: var(--shadow-xl);
  display: none;
  gap: var(--space-sm);
  grid-template-columns: 1fr;
  transform: translateY(24px);
  opacity: 0;
  transition: transform var(--dur-slow) var(--ease-out), opacity var(--dur-slow) var(--ease-out);
}
.cookie.is-open { display: grid; }
.cookie.is-in { transform: translateY(0); opacity: 1; }
.cookie h2 { font-size: var(--step-1); font-weight: 600; letter-spacing: -0.015em; }
.cookie p { font-size: var(--step--1); color: var(--fg-muted); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-actions .btn { flex: 1 1 160px; }
.cookie-prefs { display: grid; gap: 10px; padding-top: 8px; border-top: 1px solid var(--border); }
.cookie-prefs[hidden] { display: none; }
.cookie-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  font-size: var(--step--1);
}
.cookie-row span { color: var(--fg-muted); font-size: var(--step--2); display: block; }

/* Anahtar (switch) */
.switch { position: relative; display: inline-flex; flex: none; }
.switch input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.switch-track {
  width: 46px; height: 27px;
  border-radius: var(--radius-full);
  background: var(--cream-400);
  transition: background var(--dur) var(--ease-out);
  display: grid;
  align-items: center;
  padding: 3px;
}
.switch-thumb {
  width: 21px; height: 21px;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow-xs);
  transition: transform var(--dur) var(--ease-spring);
}
.switch input:checked + .switch-track { background: var(--green-500); }
.switch input:checked + .switch-track .switch-thumb { transform: translateX(19px); }
.switch input:disabled + .switch-track { opacity: .55; }
.switch input:focus-visible + .switch-track { outline: 3px solid var(--ring); outline-offset: 3px; }

/* --------------------------------------------------------------------------
   25. SAYFA YÜKLEME PERDESİ
   -------------------------------------------------------------------------- */
.loader {
  position: fixed;
  inset: 0;
  z-index: var(--z-loader);
  display: grid;
  place-items: center;
  background: var(--forest-950);
  color: var(--cream-100);
}
.loader.is-done { pointer-events: none; }
.loader-inner { display: grid; justify-items: center; gap: 20px; }
.loader-mark { width: 58px; height: 58px; color: var(--green-400); }
.loader-progress {
  width: 180px; height: 2px;
  background: rgba(251, 247, 238, .16);
  border-radius: 2px;
  overflow: hidden;
}
.loader-progress i {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--green-400);
  transform: scaleX(0);
  transform-origin: left;
}
.loader-word {
  font-family: var(--font-mono);
  font-size: .66rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(251, 247, 238, .5);
}

/* --------------------------------------------------------------------------
   26. GİRİŞ ANİMASYONLARI
   -------------------------------------------------------------------------- */
/* Temel: JS yoksa/kapalıysa içerik görünür kalır */
[data-reveal] { opacity: 1; }
.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 760ms var(--ease-out), transform 760ms var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
  /* will-change bilinçli olarak yok: sayfada 70+ reveal öğesi var ve hepsini
     kalıcı olarak katmana terfi ettirmek kaydırmayı takılmalı hâle getiriyor. */
}
.js [data-reveal='fade'] { transform: none; }
.js [data-reveal='left'] { transform: translateX(-32px); }
.js [data-reveal='right'] { transform: translateX(32px); }
.js [data-reveal='scale'] { transform: scale(.94); }
.js [data-reveal].is-in { opacity: 1; transform: none; }

/* Görsel maskeli açılış */
.js [data-reveal-img] { clip-path: inset(0 0 100% 0); transition: clip-path 1100ms var(--ease-in-out); }
.js [data-reveal-img].is-in { clip-path: inset(0 0 0 0); }

/* Başlık satır maskesi */
.line-mask { display: block; overflow: hidden; padding-bottom: .16em; margin-bottom: -.16em; }
.js .line-mask > span {
  display: block;
  transform: translateY(105%);
  transition: transform 1000ms var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}
.js .line-mask.is-in > span, .js .is-in .line-mask > span { transform: translateY(0); }

/* --------------------------------------------------------------------------
   27. AZALTILMIŞ HAREKET
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .js [data-reveal],
  .js .line-mask > span,
  .js [data-reveal-img] {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }
  .marquee-track { animation: none; }
  .hero-media img { transform: scale(1); }
  .fab--wa::after { display: none; }
  .hero-scroll-line::after { display: none; }
}

/* --------------------------------------------------------------------------
   28. YAZDIRMA
   -------------------------------------------------------------------------- */
@media print {
  .header, .drawer, .fab-stack, .to-top, .cookie, .loader, .progress-bar, .hero-scroll, .marquee { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .section, .page-hero, .hero { padding-block: 12pt; background: #fff !important; color: #000 !important; }
  .page-hero::before, .hero::before, .section--dark::before { display: none; }
  a[href^='http']::after { content: ' (' attr(href) ')'; font-size: 8pt; color: #555; }
  .card, .step, .stat { border: 1pt solid #ccc; box-shadow: none; break-inside: avoid; }
}
