/* =====================================================================
   LaraBilişim — Tasarım Sistemi 2026
   Dark-first · minimalist · ince şeffaf sınırlar · yumuşak mavi parıltı

   1 Tokens · 2 Reset · 3 Layout · 4 Tipografi · 5 Bileşenler
   6 Header & Drawer · 7 Hero & Mini Teklif · 8 Bölümler · 9 Form
   10 Footer · 11 Yardımcılar · 12 Hareket & erişilebilirlik

   Varsayılan tema KOYU. Açık tema yalnızca kullanıcı seçerse devreye
   girer: <html data-theme="light">
   ===================================================================== */

/* ---------------------------------------------------------------- 1 */
:root {
  /* --- Yüzeyler (zinc-950 tabanlı) --- */
  --bg:            #09090b;
  --bg-alt:        #0c0c0f;
  --surface:       #101013;
  --surface-2:     #16161a;
  --surface-hover: #1c1c21;

  /* --- Şeffaf sınırlayıcılar (border-white/…) --- */
  --line:        rgba(255, 255, 255, .07);
  --line-2:      rgba(255, 255, 255, .12);
  --line-strong: rgba(255, 255, 255, .18);

  /* --- Metin --- */
  --text:       #fafafa;
  --text-muted: #a1a1aa;
  --text-faint: #71717a;
  --text-dim:   #52525b;

  /* --- Marka: kurumsal logodan (turkuaz devre + metalik altın) --- */
  --brand:      #22b8d4;
  --brand-lite: #4fd3ea;
  --brand-soft: rgba(34, 184, 212, .12);
  --brand-line: rgba(34, 184, 212, .30);

  --gold:       #d9b75f;
  --gold-lite:  #f0dda9;
  --gold-deep:  #8a6620;
  --gold-soft:  rgba(217, 183, 95, .12);
  --gold-line:  rgba(217, 183, 95, .32);
  --gold-grad:  linear-gradient(135deg, #8a6620 0%, #d9b75f 32%, #f3e2ae 52%, #c1932f 74%, #8a6620 100%);

  --accent:     #d9b75f;
  --accent-soft:rgba(217, 183, 95, .12);

  /* --- Durum --- */
  --ok:     #34d399;
  --warn:   #fbbf24;
  --danger: #f87171;

  /* --- Parıltı (glow) --- */
  --glow:        0 0 0 1px rgba(34, 184, 212, .18), 0 8px 40px -8px rgba(34, 184, 212, .30);
  --glow-soft:   0 0 60px -18px rgba(34, 184, 212, .5);
  --glow-accent: 0 0 50px -16px rgba(217, 183, 95, .42);
  --glow-gold:   0 0 0 1px rgba(217, 183, 95, .28), 0 10px 40px -10px rgba(217, 183, 95, .38);

  /* --- Gölge --- */
  --shadow-1: 0 1px 2px rgba(0, 0, 0, .5);
  --shadow-2: 0 8px 30px -8px rgba(0, 0, 0, .7);
  --shadow-3: 0 24px 70px -20px rgba(0, 0, 0, .85);

  /* --- Geometri --- */
  --r-sm: 10px;
  --r:    14px;
  --r-lg: 20px;
  --r-xl: 28px;

  --container: 1220px;
  --gutter: 20px;
  --tap: 48px;              /* minimum dokunma alanı */

  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
          "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  /* Başlıklar ve marka: mühendislik karakterli geometrik grotesk */
  --font-display: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont,
                  "Segoe UI", Roboto, Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  --ease: cubic-bezier(.4, 0, .2, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);

  color-scheme: dark;
}

/* --- Açık tema: yalnızca kullanıcı seçtiğinde --- */
:root[data-theme="light"] {
  --bg:            #ffffff;
  --bg-alt:        #f7f8fa;
  --surface:       #ffffff;
  --surface-2:     #f1f3f7;
  --surface-hover: #e9ecf2;

  --line:        rgba(9, 9, 11, .09);
  --line-2:      rgba(9, 9, 11, .14);
  --line-strong: rgba(9, 9, 11, .22);

  --text:       #09090b;
  --text-muted: #52525b;
  --text-faint: #71717a;
  --text-dim:   #a1a1aa;

  --brand:      #0e7f96;
  --brand-lite: #0d92ac;
  --brand-soft: rgba(14, 127, 150, .09);
  --brand-line: rgba(14, 127, 150, .24);

  --gold:       #9a7326;
  --gold-lite:  #c79c37;
  --gold-deep:  #6d5015;
  --gold-soft:  rgba(154, 115, 38, .1);
  --gold-line:  rgba(154, 115, 38, .28);
  --gold-grad:  linear-gradient(135deg, #6d5015 0%, #a97f2a 32%, #d9b75f 52%, #8a6620 74%, #6d5015 100%);

  --accent:     #9a7326;
  --accent-soft:rgba(154, 115, 38, .1);

  --ok:     #059669;
  --warn:   #b45309;
  --danger: #dc2626;

  --glow:        0 0 0 1px rgba(14, 127, 150, .14), 0 8px 30px -10px rgba(14, 127, 150, .22);
  --glow-soft:   0 0 50px -20px rgba(14, 127, 150, .28);
  --glow-accent: 0 0 44px -18px rgba(154, 115, 38, .28);
  --glow-gold:   0 0 0 1px rgba(154, 115, 38, .22), 0 10px 34px -12px rgba(154, 115, 38, .3);

  --shadow-1: 0 1px 2px rgba(9, 9, 11, .06);
  --shadow-2: 0 8px 28px -10px rgba(9, 9, 11, .16);
  --shadow-3: 0 24px 64px -22px rgba(9, 9, 11, .24);

  color-scheme: light;
}

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

/* display kuralları [hidden] özniteliğini ezmesin */
[hidden] { display: none !important; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* Sayfa geneline yayılan çok yumuşak üst parıltı */
body::before {
  content: "";
  position: fixed;
  inset: -20% 0 auto;
  height: 620px;
  background:
    radial-gradient(60% 60% at 70% 0%, rgba(34, 184, 212, .10), transparent 70%),
    radial-gradient(45% 55% at 15% 5%, rgba(217, 183, 95, .05), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
:root[data-theme="light"] body::before { opacity: .5; }

body > * { position: relative; z-index: 1; }

img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--brand-lite); text-decoration: none; }
a:hover { color: var(--brand); }
button, input, select, textarea { font: inherit; color: inherit; }
ul, ol { margin: 0; padding: 0; }
table { border-collapse: collapse; width: 100%; }
hr { border: 0; border-top: 1px solid var(--line); margin: 32px 0; }

:focus-visible {
  outline: 2px solid var(--brand-lite);
  outline-offset: 3px;
  border-radius: 6px;
}
::selection { background: var(--brand); color: #fff; }

::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 99px; border: 3px solid transparent; background-clip: content-box; }
::-webkit-scrollbar-thumb:hover { background: var(--line-strong); background-clip: content-box; }

.ico { width: 20px; height: 20px; flex: none; }
.ico-sm { width: 16px; height: 16px; }
.ico-lg { width: 26px; height: 26px; }

/* ---------------------------------------------------------------- 3 */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
@media (min-width: 640px) { :root { --gutter: 28px; } }

.section { padding: clamp(56px, 8vw, 112px) 0; }
.section--alt { background: var(--bg-alt); border-block: 1px solid var(--line); }
.section--tight { padding: clamp(36px, 5vw, 60px) 0; }

.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media (max-width: 1024px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 700px)  { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.flex { display: flex; }
.between { justify-content: space-between; }
.center { align-items: center; }
.wrap { flex-wrap: wrap; }
.gap-8 { gap: 8px; } .gap-12 { gap: 12px; } .gap-16 { gap: 16px; } .gap-24 { gap: 24px; }

/* ---------------------------------------------------------------- 4 */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  margin: 0 0 .5em;
  line-height: 1.14;
  letter-spacing: -.028em;
  font-weight: 660;
  color: var(--text);
  text-wrap: balance;
}
h1 { font-size: clamp(2.15rem, 5.2vw, 3.75rem); letter-spacing: -.04em; font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); letter-spacing: -.034em; }
h3 { font-size: clamp(1.1rem, 1.7vw, 1.32rem); letter-spacing: -.02em; }
h4 { font-size: 1.02rem; letter-spacing: -.015em; }

p { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }

.lead {
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 66ch;
  text-wrap: pretty;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--mono);
  padding: 6px 14px 6px 11px;
  border: 1px solid var(--line-2);
  border-radius: 99px;
  background: var(--surface);
  font-size: .72rem;
  font-weight: 560;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 20px;
}
.eyebrow::before {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px 1px var(--gold);
}

.section-head { max-width: 68ch; margin-bottom: 48px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .lead { margin-inline: auto; }

.muted { color: var(--text-muted); }
.small { font-size: .88rem; }
.tiny  { font-size: .78rem; }

/* Zengin metin */
.prose { max-width: 72ch; color: var(--text-muted); font-size: 1.02rem; }
.prose h2 { margin-top: 1.9em; font-size: 1.6rem; color: var(--text); }
.prose h3 { margin-top: 1.5em; font-size: 1.2rem; color: var(--text); }
.prose strong { color: var(--text); font-weight: 620; }
.prose ul, .prose ol { margin: 0 0 1.2em; padding-left: 1.3em; }
.prose li { margin-bottom: .55em; }
.prose ul { list-style: none; padding-left: 0; }
.prose ul li { position: relative; padding-left: 1.5em; }
.prose ul li::before {
  content: ""; position: absolute; left: .25em; top: .72em;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--brand-lite); box-shadow: 0 0 8px var(--brand-lite);
}
.prose ol { list-style: decimal; }
.prose img { border-radius: var(--r); margin: 1.7em 0; border: 1px solid var(--line); }
.prose a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--brand-line); }
.prose blockquote {
  margin: 1.7em 0; padding: 18px 22px;
  border: 1px solid var(--line); border-left: 2px solid var(--brand);
  border-radius: 0 var(--r) var(--r) 0;
  background: var(--surface);
  color: var(--text);
}
.prose code {
  font-family: var(--mono); font-size: .86em;
  background: var(--surface-2); color: var(--brand-lite);
  padding: .18em .45em; border-radius: 6px; border: 1px solid var(--line);
}
.prose pre {
  background: var(--surface); border: 1px solid var(--line);
  padding: 18px 20px; border-radius: var(--r); overflow-x: auto;
}
.prose table { margin: 1.6em 0; font-size: .93rem; }
.prose th, .prose td { border: 1px solid var(--line); padding: 11px 13px; text-align: left; }
.prose th { background: var(--surface-2); color: var(--text); font-weight: 620; }

/* ---------------------------------------------------------------- 5 */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: var(--tap);          /* dokunma alanı */
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: var(--r-sm);
  font-size: .95rem;
  font-weight: 570;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none !important;
  transition: background .2s var(--ease), border-color .2s var(--ease),
              box-shadow .2s var(--ease), transform .12s var(--ease), color .2s var(--ease);
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: translateY(1px) scale(.995); }

.btn--primary {
  background: var(--gold-grad);
  color: #14100a;
  font-weight: 640;
  box-shadow: var(--glow-gold);
}
.btn--primary:hover {
  filter: brightness(1.08) saturate(1.05);
  box-shadow: 0 0 0 1px var(--gold-line), 0 12px 44px -10px rgba(217, 183, 95, .55);
  color: #14100a;
}
:root[data-theme="light"] .btn--primary { color: #fff8e7; }

/* İkincil vurgu butonu: turkuaz */
.btn--cyan { background: var(--brand); color: #04222a; box-shadow: var(--glow); }
.btn--cyan:hover { background: var(--brand-lite); color: #04222a; }

.btn--ghost {
  background: var(--surface);
  color: var(--text);
  border-color: var(--line-2);
}
.btn--ghost:hover { border-color: var(--brand-line); background: var(--surface-hover); color: var(--text); }

.btn--accent { background: var(--accent); color: #04211f; box-shadow: var(--glow-accent); }
.btn--accent:hover { filter: brightness(1.08); color: #04211f; }

.btn--quiet { background: transparent; color: var(--text-muted); border-color: var(--line); }
.btn--quiet:hover { color: var(--text); border-color: var(--line-2); }

.btn--sm { min-height: 40px; padding: 8px 16px; font-size: .875rem; }
.btn--lg { min-height: 54px; padding: 15px 30px; font-size: 1rem; }
.btn--block { width: 100%; }
.btn[disabled] { opacity: .5; cursor: not-allowed; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-weight: 560; font-size: .92rem; color: var(--brand-lite);
}
.link-arrow .ico { transition: transform .22s var(--ease); }
.link-arrow:hover .ico { transform: translateX(4px); }

.badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 11px; border-radius: 99px;
  font-size: .75rem; font-weight: 580; letter-spacing: .01em;
  background: var(--surface-2); color: var(--text-muted);
  border: 1px solid var(--line);
}
.badge--brand  { background: var(--brand-soft);  color: var(--brand-lite); border-color: var(--brand-line); }
.badge--accent { background: var(--accent-soft); color: var(--accent);     border-color: rgba(45,212,191,.28); }

/* --- Kart --- */
.card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
  transition: border-color .25s var(--ease), background .25s var(--ease),
              transform .25s var(--ease-out), box-shadow .25s var(--ease);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
/* Üst kenarda ince ışık çizgisi */
.card::before {
  content: "";
  position: absolute; inset: 0 0 auto; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.14), transparent);
  opacity: 0; transition: opacity .3s var(--ease);
}
.card--link:hover {
  transform: translateY(-3px);
  border-color: var(--brand-line);
  background: var(--surface-2);
  box-shadow: var(--glow-soft);
  color: inherit;
}
.card--link:hover::before { opacity: 1; }

.card__icon {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: var(--r-sm);
  background: var(--brand-soft);
  border: 1px solid var(--brand-line);
  color: var(--brand-lite);
  margin-bottom: 18px;
  transition: box-shadow .25s var(--ease);
}
.card--link:hover .card__icon { box-shadow: 0 0 24px -6px rgba(34,184,212,.6); }
.card__icon .ico { width: 22px; height: 22px; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--text-muted); font-size: .93rem; margin-bottom: 18px; }
.card__foot { margin-top: auto; }

.feature-list { list-style: none; display: grid; gap: 12px; }
.feature-list li {
  display: grid; grid-template-columns: 20px 1fr; gap: 12px;
  align-items: start; font-size: .94rem; color: var(--text-muted);
}
.feature-list .ico { width: 19px; height: 19px; color: var(--accent); margin-top: 3px; }

/* ---------------------------------------------------------------- 6 */
.skip-link {
  position: absolute; left: -9999px; top: 8px;
  background: var(--brand); color: #fff;
  padding: 12px 20px; border-radius: var(--r-sm); z-index: 999;
}
.skip-link:focus { left: 12px; }

.header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--bg) 72%, transparent);
  backdrop-filter: saturate(1.5) blur(16px);
  -webkit-backdrop-filter: saturate(1.5) blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.header.is-stuck {
  border-bottom-color: var(--line);
  background: color-mix(in srgb, var(--bg) 88%, transparent);
}

.header__bar { position: relative; display: flex; align-items: center; gap: 18px; height: 72px; }

.brand { display: flex; align-items: center; gap: 11px; color: var(--text); font-weight: 680; letter-spacing: -.025em; flex: none; }
.brand:hover { color: var(--text); }
.brand__mark { width: 50px; height: 40px; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.14; }
.brand__name, .brand__tag { white-space: nowrap; }
.brand__name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin-left: -1px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1;
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.brand__tag {
  font-size: .7rem;
  font-weight: 600;
  color: var(--text-muted);          /* koyu zeminde 7:1 üzeri kontrast */
  letter-spacing: .17em;
  text-transform: uppercase;
  margin-top: 4px;
  line-height: 1;
  white-space: nowrap;
}
/* Çok dar ekranda wordmark tek başına kalır */
@media (max-width: 380px) { .brand__tag { display: none; } }

.nav {
  display: flex; align-items: center;
  gap: 1px; margin-left: auto;
  min-width: 0;
}
.nav__link {
  position: relative;
  display: inline-flex; align-items: center; gap: 4px;
  padding: 9px 11px;
  border-radius: var(--r-sm);
  font-size: .885rem; font-weight: 520;
  color: var(--text-muted);
  white-space: nowrap;
  transition: color .18s var(--ease), background .18s var(--ease);
}
@media (min-width: 1340px) { .nav__link { padding: 9px 14px; font-size: .92rem; } }
.nav__link:hover { color: var(--text); background: var(--surface-2); }
.nav__link.is-active { color: var(--text); font-weight: 580; }
.nav__link.is-active::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 3px;
  height: 2px; border-radius: 2px;
  background: var(--brand-lite);
  box-shadow: 0 0 10px var(--brand-lite);
}

/* --- Hizmetler açılır menüsü (masaüstü) --- */
/* Panel .header__bar'a gore konumlanir -> dar masaustunde ekrandan tasmaz */
.nav__item { position: static; }
.nav__link .nav__caret { opacity: .55; margin-left: 3px; transition: transform .2s var(--ease); }
.nav__item.is-open .nav__caret { transform: rotate(180deg); }

.dropdown {
  position: absolute;
  top: calc(100% - 4px);
  left: auto; right: 0;
  transform: translateY(-6px);
  width: min(640px, calc(100vw - 64px));
  max-height: min(70vh, 560px);
  overflow-y: auto;
  padding: 14px;
  background: var(--surface);
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-3), var(--glow-soft);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s var(--ease), transform .22s var(--ease-out), visibility .2s;
}
.nav__item.is-open .dropdown,
.nav__item:hover .dropdown,
.nav__item:focus-within .dropdown {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateY(0);
}
.dropdown__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px; }
.dropdown__item {
  display: grid; grid-template-columns: 32px 1fr; gap: 11px;
  align-items: start;
  padding: 11px 12px; border-radius: var(--r-sm);
  color: var(--text-muted);
  border: 1px solid transparent;
}
.dropdown__item:hover { background: var(--surface-2); border-color: var(--line); color: var(--text); }
.dropdown__ico {
  width: 32px; height: 32px; display: grid; place-items: center;
  border-radius: 8px; background: var(--brand-soft);
  border: 1px solid var(--brand-line); color: var(--brand-lite);
}
.dropdown__item b { display: block; font-size: .88rem; font-weight: 580; color: var(--text); line-height: 1.35; }
.dropdown__item small { display: block; font-size: .76rem; color: var(--text-dim); margin-top: 2px; }
.dropdown__all {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  margin-top: 10px; padding-top: 12px; border-top: 1px solid var(--line);
  font-size: .86rem; font-weight: 560; color: var(--brand-lite); min-height: 40px;
}

/* --- Drawer alt menüsü --- */
.drawer__sub {
  display: grid; gap: 2px;
  margin: -2px 0 8px 20px;
  padding-left: 14px;
  border-left: 1px solid var(--line-2);
}
.drawer__sub a {
  display: flex; align-items: center; gap: 10px;
  min-height: 44px; padding: 8px 12px; border-radius: var(--r-sm);
  font-size: .87rem; color: var(--text-faint);
}
.drawer__sub a:hover { background: var(--surface); color: var(--text); }
.drawer__sub .ico { color: var(--brand-lite); opacity: .75; }

.header__tools { display: flex; align-items: center; gap: 8px; flex: none; margin-left: 10px; }
/* Teklif butonu artık nav'ın değil, sağ araç grubunun parçası -> üst üste binmez */
.header__cta { display: none; white-space: nowrap; }
@media (min-width: 1201px) { .header__cta { display: inline-flex; } }

.icon-btn {
  width: var(--tap); height: var(--tap);
  display: grid; place-items: center;
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  background: var(--surface);
  color: var(--text-muted);
  cursor: pointer;
  transition: all .18s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.icon-btn:hover { color: var(--brand-lite); border-color: var(--brand-line); }

.lang-switch {
  display: inline-flex;
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  overflow: hidden;
  background: var(--surface);
  font-size: .8rem; font-weight: 600;
  height: var(--tap);
}
.lang-switch a, .lang-switch span {
  display: grid; place-items: center;
  min-width: 42px; padding: 0 10px;
  color: var(--text-faint); line-height: 1;
}
.lang-switch a:hover { background: var(--surface-hover); color: var(--text); }
.lang-switch .is-active { background: var(--brand); color: #04222a; font-weight: 700; }

/* --- Mobil drawer --- */
.burger { display: none; }
.drawer-scrim {
  position: fixed; inset: 0; z-index: 110;
  background: rgba(4, 4, 6, .72);
  backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none;
  transition: opacity .3s var(--ease);
}
.drawer-scrim.is-open { opacity: 1; pointer-events: auto; }

.drawer {
  position: fixed; inset: 0 0 0 auto; z-index: 120;
  width: min(88vw, 380px);
  background: var(--bg-alt);
  border-left: 1px solid var(--line-2);
  box-shadow: var(--shadow-3);
  transform: translateX(100%);
  transition: transform .34s var(--ease-out);
  display: flex; flex-direction: column;
  overscroll-behavior: contain;
}
.drawer.is-open { transform: none; }

.drawer__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-bottom: 1px solid var(--line);
  min-height: 72px;
}
.drawer__nav { padding: 14px 14px 8px; flex: 1; overflow-y: auto; }
.drawer__link {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--tap);
  padding: 13px 16px; border-radius: var(--r-sm);
  font-size: 1.02rem; font-weight: 540; color: var(--text-muted);
  border: 1px solid transparent;
  margin-bottom: 4px;
}
.drawer__link:hover, .drawer__link:focus-visible { background: var(--surface); color: var(--text); }
.drawer__link.is-active {
  background: var(--brand-soft); border-color: var(--brand-line); color: var(--brand-lite);
}
.drawer__link .ico { opacity: .45; }
.drawer__foot { padding: 18px 20px 24px; border-top: 1px solid var(--line); display: grid; gap: 12px; }
.drawer__contact { display: grid; gap: 8px; }
.drawer__contact a {
  display: flex; align-items: center; gap: 10px;
  min-height: 44px; color: var(--text-muted); font-size: .9rem;
}
.drawer__contact .ico { color: var(--brand-lite); }

@media (max-width: 1200px) {
  .nav { display: none; }
  .burger { display: grid; }
  .header__bar { height: 66px; gap: 12px; }
  .lang-switch { display: none; }
}
@media (max-width: 1300px) { .nav__link { padding: 9px 8px; font-size: .845rem; } }

/* ---------------------------------------------------------------- 7 */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 7vw, 92px) 0 clamp(56px, 8vw, 104px);
}
.hero__grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(217, 183, 95, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 183, 95, .05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 0%, #000 15%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 0%, #000 15%, transparent 75%);
  pointer-events: none;
}
:root[data-theme="light"] .hero__grid-bg {
  background-image:
    linear-gradient(rgba(9, 9, 11, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 9, 11, .05) 1px, transparent 1px);
}

.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
@media (max-width: 1080px) { .hero__inner { grid-template-columns: 1fr; gap: 40px; } }

.hero h1 { max-width: 16ch; }
.hero__lead { font-size: clamp(1.02rem, 1.6vw, 1.16rem); color: var(--text-muted); max-width: 54ch; margin-bottom: 30px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }
@media (max-width: 520px) { .hero__actions .btn { width: 100%; } }

/* Sertifika rozet doğrulama alanı */
.cert-strip {
  display: flex; flex-wrap: wrap; gap: 10px;
  padding-top: 26px; border-top: 1px solid var(--line);
}
.cert-chip {
  display: inline-flex; align-items: center; gap: 10px;
  min-height: 44px; padding: 8px 14px 8px 10px;
  border: 1px solid var(--line-2); border-radius: 99px;
  background: var(--surface);
  font-size: .82rem; font-weight: 540; color: var(--text-muted);
  transition: all .2s var(--ease);
}
.cert-chip:hover { border-color: var(--gold-line); color: var(--text); box-shadow: var(--glow-accent); }
.cert-chip__mark {
  width: 26px; height: 26px; flex: none;
  display: grid; place-items: center; border-radius: 50%;
  background: var(--gold-soft); color: var(--gold);
  border: 1px solid var(--gold-line);
}
.cert-chip__mark .ico { width: 15px; height: 15px; }
.cert-chip__verify { color: var(--accent); display: inline-flex; }
.cert-chip__verify .ico { width: 13px; height: 13px; }

/* --- 3 adımlı mini teklif modülü --- */
.quote-mini {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line-2);
  border-radius: var(--r-xl);
  padding: clamp(20px, 3vw, 28px);
  box-shadow: var(--shadow-2), var(--glow-soft);
}
.quote-mini::before {
  content: "";
  position: absolute; inset: -1px; border-radius: inherit;
  padding: 1px;
  background: linear-gradient(160deg, rgba(59,130,246,.45), transparent 42%, transparent 68%, rgba(45,212,191,.28));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events: none;
}
.quote-mini__head { margin-bottom: 20px; }
.quote-mini__head h2 { font-size: 1.18rem; margin-bottom: 4px; letter-spacing: -.02em; }
.quote-mini__head p { font-size: .86rem; color: var(--text-faint); margin: 0; }

/* Adım göstergesi */
.qm-steps { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; }
.qm-steps__item { display: flex; align-items: center; gap: 8px; flex: 1; }
.qm-steps__item:last-child { flex: none; }
.qm-steps__num {
  width: 28px; height: 28px; flex: none;
  display: grid; place-items: center; border-radius: 50%;
  font-size: .78rem; font-weight: 640;
  background: var(--surface-2); color: var(--text-faint);
  border: 1px solid var(--line-2);
  transition: all .25s var(--ease);
}
.qm-steps__bar { flex: 1; height: 2px; border-radius: 2px; background: var(--line-2); transition: background .3s var(--ease); }
.qm-steps__item.is-active .qm-steps__num {
  background: var(--brand); border-color: var(--brand); color: #fff;
  box-shadow: 0 0 16px -2px var(--brand);
}
.qm-steps__item.is-done .qm-steps__num { background: var(--accent); border-color: var(--accent); color: #04211f; }
.qm-steps__item.is-done .qm-steps__bar { background: var(--accent); }

.qm-step { display: none; }
.qm-step.is-active { display: block; animation: qmIn .3s var(--ease-out); }
@keyframes qmIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.qm-label { display: block; font-size: .82rem; font-weight: 560; color: var(--text-muted); margin-bottom: 12px; }

.qm-options { display: grid; gap: 8px; max-height: 320px; overflow-y: auto; padding-right: 2px; }
.qm-option {
  position: relative;
  display: flex; align-items: center; gap: 12px;
  min-height: var(--tap);
  padding: 12px 14px;
  border: 1px solid var(--line-2); border-radius: var(--r);
  background: var(--bg-alt);
  cursor: pointer;
  transition: all .18s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.qm-option:hover { border-color: var(--brand-line); background: var(--surface-2); }
.qm-option input { position: absolute; opacity: 0; pointer-events: none; }
.qm-option__ico {
  width: 32px; height: 32px; flex: none;
  display: grid; place-items: center; border-radius: 8px;
  background: var(--surface-2); color: var(--text-faint);
  transition: all .18s var(--ease);
}
.qm-option__ico .ico { width: 17px; height: 17px; }
.qm-option__text { font-size: .89rem; font-weight: 530; line-height: 1.35; }
.qm-option__check { margin-left: auto; opacity: 0; color: var(--brand-lite); transition: opacity .18s var(--ease); }
.qm-option:has(input:checked) {
  border-color: var(--brand); background: var(--brand-soft);
  box-shadow: 0 0 0 1px var(--brand-line), var(--glow-soft);
}
.qm-option:has(input:checked) .qm-option__ico { background: var(--brand); color: #fff; }
.qm-option:has(input:checked) .qm-option__check { opacity: 1; }
.qm-option:has(input:checked) .qm-option__text { color: var(--text); }

.qm-nav { display: flex; gap: 10px; margin-top: 18px; }
.qm-nav .btn { flex: 1; }
.qm-back { flex: 0 0 auto !important; width: var(--tap); padding: 0; }

.qm-field { margin-bottom: 12px; }
.qm-summary {
  display: flex; flex-wrap: wrap; gap: 6px;
  padding: 12px 14px; margin-bottom: 16px;
  border: 1px dashed var(--line-2); border-radius: var(--r);
  background: var(--bg-alt);
  font-size: .78rem; color: var(--text-faint);
}
.qm-summary b { color: var(--text-muted); font-weight: 560; }

.qm-trust {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line);
  font-size: .74rem; color: var(--text-dim);
}
.qm-trust .ico { width: 14px; height: 14px; color: var(--accent); }

/* ---------------------------------------------------------------- 8 */
/* --- İstatistik şeridi --- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
}
@media (max-width: 860px) { .stats { grid-template-columns: repeat(2, 1fr); } }

.stat { background: var(--surface); padding: 26px 20px; text-align: center; transition: background .25s var(--ease); }
.stat:hover { background: var(--surface-2); }
.stat__icon { color: var(--brand-lite); display: grid; place-items: center; margin: 0 auto 10px; }
.stat__value {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  font-weight: 700; letter-spacing: -.045em; line-height: 1;
  background: linear-gradient(180deg, var(--text), var(--text-muted));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat__value sup { font-size: .48em; color: var(--gold); vertical-align: super; margin-left: 2px; -webkit-text-fill-color: var(--gold); }
.stat__label { margin-top: 10px; font-size: .85rem; color: var(--text-faint); }

/* --- Yatay kaydırmalı kart rayı (mobil swipe) --- */
.rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(78vw, 300px);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--gutter);
  padding: 4px var(--gutter) 18px;
  margin-inline: calc(var(--gutter) * -1);
  scrollbar-width: none;
}
.rail::-webkit-scrollbar { display: none; }
.rail > * { scroll-snap-align: start; }

.rail-hint {
  display: flex; align-items: center; gap: 7px;
  font-size: .76rem; color: var(--text-dim);
  margin-top: -8px; margin-bottom: 4px;
}
.rail-hint .ico { width: 14px; height: 14px; animation: nudge 1.8s var(--ease) infinite; }
@keyframes nudge { 0%,100% { transform: translateX(0); } 50% { transform: translateX(5px); } }

/* Masaüstünde ray yerine ızgara */
@media (min-width: 768px) {
  .rail {
    grid-auto-flow: row;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-columns: auto;
    gap: 20px;
    overflow: visible;
    padding: 0;
    margin-inline: 0;
  }
  .rail--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rail--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .rail-hint { display: none; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .rail, .rail--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* --- Güven rozetleri: kayan bant (marquee) --- */
.marquee {
  position: relative;
  overflow: hidden;
  padding: 4px 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee__track {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: marquee 42s linear infinite;
}
.marquee:hover .marquee__track,
.marquee:focus-within .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

.marquee__item {
  display: inline-flex; align-items: center; gap: 10px;
  min-height: var(--tap);
  padding: 10px 20px;
  border: 1px solid var(--line-2); border-radius: 99px;
  background: var(--surface);
  font-size: .88rem; font-weight: 560; color: var(--text-muted);
  white-space: nowrap;
  transition: all .2s var(--ease);
}
.marquee__item:hover { border-color: var(--brand-line); color: var(--text); box-shadow: var(--glow-soft); }
.marquee__item img { max-height: 24px; width: auto; opacity: .8; }
.marquee__item .ico { width: 17px; height: 17px; color: var(--brand-lite); }
.marquee__item--compliance .ico { color: var(--accent); }

/* --- İlke kartları (Kanada metodolojisi vb.) --- */
.principle {
  position: relative;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
  overflow: hidden;
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
.principle:hover { border-color: var(--line-2); background: var(--surface-2); }
.principle__head {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 16px;
}
.principle__tag {
  font-family: var(--mono);
  font-size: .68rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold);
  padding: 5px 10px; border-radius: 6px;
  background: var(--gold-soft); border: 1px solid var(--gold-line);
  white-space: nowrap;
}
.principle h3 { font-size: 1.08rem; margin-bottom: 8px; }
.principle p { color: var(--text-muted); font-size: .92rem; margin: 0; }
.principle::after {
  content: ""; position: absolute; right: -60px; top: -60px;
  width: 160px; height: 160px; border-radius: 50%;
  background: radial-gradient(circle, rgba(217,183,95,.13), transparent 68%);
  opacity: 0; transition: opacity .35s var(--ease);
}
.principle:hover::after { opacity: 1; }

/* --- Uptime / süreklilik vurgu bloğu --- */
.uptime {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  padding: 26px;
  border: 1px solid var(--brand-line);
  border-radius: var(--r-lg);
  background: linear-gradient(120deg, var(--brand-soft), transparent 60%), var(--surface);
  box-shadow: var(--glow-soft);
}
@media (max-width: 620px) { .uptime { grid-template-columns: 1fr; gap: 16px; } }
.uptime__figure {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 3.4rem); font-weight: 700;
  letter-spacing: -.05em; line-height: 1; color: var(--text);
}
.uptime__figure span { color: var(--gold); }
.uptime h3 { margin-bottom: 6px; }
.uptime p { color: var(--text-muted); font-size: .93rem; margin: 0; }

/* --- Sertifika kartı --- */
.cert-card { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: start; }
.cert-card__badge {
  width: 44px; height: 44px; display: grid; place-items: center;
  border-radius: 50%; background: var(--brand-soft);
  border: 1px solid var(--brand-line); color: var(--brand-lite);
}
.cert-card h4 { margin: 0 0 3px; font-size: .97rem; }
.cert-card p { margin: 0; font-size: .82rem; color: var(--text-faint); }

/* --- Referans kartı --- */
.quote-card__mark { color: var(--brand); opacity: .3; margin-bottom: 12px; }
.quote-card blockquote { margin: 0 0 20px; font-size: 1rem; line-height: 1.68; color: var(--text); }
.quote-card__author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--brand-soft); border: 1px solid var(--brand-line);
  color: var(--brand-lite);
  display: grid; place-items: center;
  font-weight: 640; font-size: .85rem; flex: none; overflow: hidden;
}
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.stars { display: flex; gap: 2px; color: var(--warn); margin-bottom: 12px; }
.stars .ico { width: 15px; height: 15px; fill: currentColor; }

/* --- Blog kartı --- */
.post-card { padding: 0; }
.post-card__media {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, var(--surface-2), var(--brand-soft));
  display: grid; place-items: center; color: var(--brand-lite);
  overflow: hidden; border-bottom: 1px solid var(--line);
}
.post-card__media img { width: 100%; height: 100%; object-fit: cover; }
.post-card__body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.post-card__meta { display: flex; gap: 10px; align-items: center; font-size: .76rem; color: var(--text-dim); margin-bottom: 11px; flex-wrap: wrap; }
.post-card h3 { font-size: 1.04rem; line-height: 1.4; margin-bottom: 9px; }
.post-card p { font-size: .89rem; }

/* --- CTA şeridi --- */
.cta {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--gold-line);
  border-radius: var(--r-xl);
  background:
    radial-gradient(120% 140% at 12% 0%, rgba(34,184,212,.18), transparent 58%),
    radial-gradient(100% 120% at 92% 100%, rgba(217,183,95,.16), transparent 60%),
    var(--surface);
  box-shadow: var(--glow-soft);
  padding: clamp(30px, 5vw, 60px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
}
@media (max-width: 860px) { .cta { grid-template-columns: 1fr; } }
.cta p { color: var(--text-muted); margin: 0; max-width: 54ch; }
.cta__actions { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 520px) { .cta__actions .btn { width: 100%; } }

/* --- Sayfa başlığı bandı --- */
.page-head {
  position: relative;
  border-bottom: 1px solid var(--line);
  padding: clamp(34px, 5vw, 64px) 0 clamp(28px, 4vw, 46px);
  overflow: hidden;
}
.page-head::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(70% 100% at 20% 0%, rgba(59,130,246,.08), transparent 65%);
  pointer-events: none;
}
.page-head > * { position: relative; }
.page-head h1 { margin-bottom: 14px; }
.breadcrumb {
  display: flex; flex-wrap: wrap; gap: 7px; align-items: center;
  font-size: .81rem; color: var(--text-dim); margin-bottom: 18px;
}
.breadcrumb a { color: var(--text-faint); }
.breadcrumb a:hover { color: var(--text); }
.breadcrumb .ico { width: 13px; height: 13px; }

/* --- İçerik + kenar çubuğu --- */
.with-side { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 44px; align-items: start; }
@media (max-width: 980px) { .with-side { grid-template-columns: 1fr; gap: 32px; } }
.side-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 24px;
  position: sticky; top: 92px;
}
@media (max-width: 980px) { .side-card { position: static; } }
.side-card h4 { font-size: .94rem; margin-bottom: 14px; }
.side-list { list-style: none; display: grid; gap: 3px; }
.side-list a {
  display: flex; align-items: center; min-height: 44px;
  padding: 9px 13px; border-radius: var(--r-sm);
  font-size: .89rem; color: var(--text-muted);
}
.side-list a:hover { background: var(--surface-2); color: var(--text); }
.side-list a.is-active { background: var(--brand-soft); color: var(--brand-lite); font-weight: 560; border: 1px solid var(--brand-line); }

/* --- Kategori atlama menüsü (hizmetler sayfası) --- */
.cat-jump {
  display: flex; gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 4px;
  margin-inline: calc(var(--gutter) * -1);
  padding-inline: var(--gutter);
}
.cat-jump::-webkit-scrollbar { display: none; }
.cat-jump__item {
  display: inline-flex; align-items: center; gap: 9px;
  min-height: var(--tap); padding: 10px 15px;
  border: 1px solid var(--line-2); border-radius: 99px;
  background: var(--surface);
  font-size: .86rem; font-weight: 540; color: var(--text-muted);
  white-space: nowrap; flex: none;
  transition: all .2s var(--ease);
}
.cat-jump__item:hover { border-color: var(--brand-line); color: var(--text); box-shadow: var(--glow-soft); }
.cat-jump__item .ico { color: var(--brand-lite); }
.cat-jump__count {
  min-width: 22px; height: 22px; padding: 0 6px;
  display: grid; place-items: center; border-radius: 99px;
  background: var(--surface-2); color: var(--text-dim);
  font-size: .72rem; font-weight: 640;
}
@media (min-width: 900px) {
  .cat-jump { flex-wrap: wrap; overflow: visible; margin-inline: 0; padding-inline: 0; }
}

/* --- Hizmet kategorisi başlığı --- */
.svc-cat { margin-bottom: 56px; }
.svc-cat:last-child { margin-bottom: 0; }
.svc-cat__head { display: flex; align-items: center; gap: 15px; margin-bottom: 24px; }
.svc-cat__icon {
  width: 46px; height: 46px; display: grid; place-items: center; flex: none;
  border-radius: var(--r-sm); background: var(--brand-soft);
  border: 1px solid var(--brand-line); color: var(--brand-lite);
}
.svc-cat__head h2 { margin: 0; font-size: 1.42rem; }
.svc-cat__head p { margin: 3px 0 0; font-size: .9rem; color: var(--text-faint); }

/* ---------------------------------------------------------------- 9 */
.field { display: grid; gap: 7px; margin-bottom: 18px; }
.field > label { font-size: .86rem; font-weight: 550; color: var(--text); }
.field .req { color: var(--danger); }
.field .hint { font-size: .78rem; color: var(--text-dim); }

.input, .select, .textarea {
  width: 100%;
  min-height: var(--tap);
  padding: 12px 15px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  background: var(--bg-alt);
  color: var(--text);
  font-size: 16px;              /* iOS'ta odaklanınca yakınlaşmayı önler */
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease);
}
@media (min-width: 768px) { .input, .select, .textarea { font-size: .95rem; } }
.input::placeholder, .textarea::placeholder { color: var(--text-dim); }
.input:focus, .select:focus, .textarea:focus {
  outline: none;
  border-color: var(--brand);
  background: var(--surface);
  box-shadow: 0 0 0 3px var(--brand-soft), var(--glow-soft);
}
.textarea { min-height: 130px; resize: vertical; line-height: 1.6; }
.select {
  appearance: none; padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
}
.field.has-error .input, .field.has-error .select, .field.has-error .textarea { border-color: var(--danger); }
.error-text { font-size: .8rem; color: var(--danger); }

.check {
  display: grid; grid-template-columns: 22px 1fr; gap: 12px;
  align-items: start; font-size: .86rem; color: var(--text-muted);
  cursor: pointer; padding: 10px 0; min-height: var(--tap);
}
.check input { width: 20px; height: 20px; margin-top: 1px; accent-color: var(--brand); }
.check a { text-decoration: underline; text-underline-offset: 2px; }

/* Seçim kartları (çok adımlı form) */
.choice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px; }
@media (max-width: 560px) { .choice-grid { grid-template-columns: 1fr; } }
.choice {
  position: relative;
  display: grid; gap: 5px; align-content: center;
  min-height: var(--tap);
  border: 1px solid var(--line-2); border-radius: var(--r);
  padding: 15px 16px;
  cursor: pointer; background: var(--bg-alt);
  transition: all .18s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.choice:hover { border-color: var(--brand-line); background: var(--surface-2); }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice__title { font-weight: 560; font-size: .92rem; }
.choice__desc { font-size: .79rem; color: var(--text-dim); }
.choice:has(input:checked) {
  border-color: var(--brand); background: var(--brand-soft);
  box-shadow: 0 0 0 1px var(--brand-line), var(--glow-soft);
}
.choice:has(input:checked) .choice__title { color: var(--brand-lite); }

/* Adım göstergesi (uzun form) */
.steps { display: flex; align-items: center; margin-bottom: 30px; }
.step { display: flex; align-items: center; gap: 10px; flex: 1; }
.step:last-child { flex: none; }
.step__num {
  width: 32px; height: 32px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  font-size: .8rem; font-weight: 640;
  background: var(--surface-2); color: var(--text-faint);
  border: 1px solid var(--line-2);
  transition: all .25s var(--ease);
}
.step__label { font-size: .82rem; color: var(--text-faint); white-space: nowrap; }
.step__bar { flex: 1; height: 2px; background: var(--line-2); margin: 0 12px; border-radius: 2px; transition: background .3s var(--ease); }
.step.is-active .step__num { background: var(--brand); color: #fff; border-color: var(--brand); box-shadow: 0 0 18px -3px var(--brand); }
.step.is-active .step__label { color: var(--text); font-weight: 560; }
.step.is-done .step__num { background: var(--accent); border-color: var(--accent); color: #04211f; }
.step.is-done .step__bar { background: var(--accent); }
@media (max-width: 760px) { .step__label { display: none; } .step__bar { margin: 0 8px; } }

.form-step { display: none; }
.form-step.is-active { display: block; animation: qmIn .3s var(--ease-out); }

.form-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
@media (max-width: 520px) {
  .form-nav { flex-direction: column-reverse; }
  .form-nav .btn { width: 100%; }
}

.alert {
  display: grid; grid-template-columns: 22px 1fr; gap: 12px;
  padding: 15px 18px; border-radius: var(--r);
  font-size: .9rem; margin-bottom: 20px; border: 1px solid;
}
.alert--success { background: rgba(52, 211, 153, .08); border-color: rgba(52, 211, 153, .3); color: var(--ok); }
.alert--error   { background: rgba(248, 113, 113, .08); border-color: rgba(248, 113, 113, .3); color: var(--danger); }
.alert--info    { background: var(--brand-soft); border-color: var(--brand-line); color: var(--brand-lite); }

.tabs {
  display: flex; gap: 4px; border-bottom: 1px solid var(--line);
  margin-bottom: 26px; overflow-x: auto; scrollbar-width: none;
}
.tabs::-webkit-scrollbar { display: none; }
.tab {
  min-height: var(--tap); padding: 12px 18px;
  border: 0; background: none; cursor: pointer;
  font-size: .92rem; font-weight: 550; color: var(--text-faint);
  border-bottom: 2px solid transparent; white-space: nowrap; margin-bottom: -1px;
}
.tab:hover { color: var(--text); }
.tab.is-active { color: var(--brand-lite); border-bottom-color: var(--brand-lite); }

/* Sayfalama */
.pagination { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 44px; }
.pagination a, .pagination span {
  min-width: var(--tap); height: var(--tap);
  display: grid; place-items: center; padding: 0 14px;
  border: 1px solid var(--line-2); border-radius: var(--r-sm);
  font-size: .89rem; font-weight: 540; color: var(--text-muted);
  background: var(--surface);
}
.pagination a:hover { border-color: var(--brand-line); color: var(--brand-lite); }
.pagination .is-active { background: var(--brand); border-color: var(--brand); color: #fff; box-shadow: var(--glow); }
.pagination .is-gap { border-color: transparent; background: none; }

/* --------------------------------------------------------------- 10 */
.footer {
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  padding: clamp(48px, 6vw, 76px) 0 0;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 40px;
  padding-bottom: 44px;
}
@media (max-width: 940px) { .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 600px) { .footer__grid { grid-template-columns: 1fr; gap: 30px; } }

.footer h4 { color: var(--text); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; font-weight: 620; }
.footer ul { list-style: none; display: grid; gap: 4px; }
.footer a { color: var(--text-muted); font-size: .9rem; display: inline-flex; align-items: center; min-height: 40px; }
.footer a:hover { color: var(--text); }
.footer__about p { font-size: .9rem; color: var(--text-muted); max-width: 38ch; margin-bottom: 20px; }
.footer .brand { margin-bottom: 16px; }

.footer__contact li { display: grid; grid-template-columns: 18px 1fr; gap: 12px; font-size: .89rem; align-items: start; color: var(--text-muted); }
.footer__contact .ico { width: 17px; height: 17px; color: var(--brand-lite); margin-top: 11px; }

.social { display: flex; gap: 9px; }
.social a {
  width: 44px; height: 44px; border-radius: var(--r-sm);
  display: grid; place-items: center;
  background: var(--surface); border: 1px solid var(--line-2);
  color: var(--text-muted); transition: all .2s var(--ease);
}
.social a:hover { border-color: var(--brand-line); color: var(--brand-lite); box-shadow: var(--glow-soft); }

.footer__bottom {
  border-top: 1px solid var(--line);
  padding: 20px 0 28px;
  display: flex; flex-wrap: wrap; gap: 10px 20px;
  justify-content: space-between; align-items: center;
  font-size: .82rem; color: var(--text-dim);
}
.footer__bottom nav { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.footer__bottom a { font-size: .82rem; }

/* WhatsApp yüzen buton */
.wa-float {
  position: fixed; right: 16px; bottom: 16px; z-index: 90;
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center;
  background: #25d366; color: #fff;
  box-shadow: 0 10px 30px -6px rgba(37, 211, 102, .5);
  transition: transform .2s var(--ease);
}
.wa-float:hover { transform: scale(1.06); color: #fff; }
.wa-float .ico { width: 27px; height: 27px; }
@media (max-width: 520px) { .wa-float { bottom: 14px; right: 14px; } }

/* Çerez bildirimi */
.cookie {
  position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 200;
  max-width: 560px;
  background: var(--surface);
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-3), var(--glow-soft);
  padding: 20px 22px;
  animation: qmIn .4s var(--ease-out);
}
.cookie[hidden] { display: none !important; }
.cookie h4 { margin-bottom: 7px; font-size: .98rem; }
.cookie p { font-size: .86rem; color: var(--text-muted); margin-bottom: 16px; }
.cookie__actions { display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 480px) { .cookie__actions .btn { width: 100%; } }

/* --------------------------------------------------------------- 11 */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.mt-8 { margin-top: 8px; } .mt-16 { margin-top: 16px; } .mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; } .mt-48 { margin-top: 48px; }
.mb-8 { margin-bottom: 8px; } .mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; } .mb-32 { margin-bottom: 32px; }
.text-center { text-align: center; }
.hidden { display: none !important; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.empty-state { text-align: center; padding: 64px 20px; color: var(--text-dim); }
.empty-state .ico { width: 42px; height: 42px; margin: 0 auto 14px; opacity: .5; }
.no-scroll { overflow: hidden; }

/* --------------------------------------------------------------- 12 */
[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
  .marquee__track { animation: none; }
  .rail-hint .ico { animation: none; }
}

@media print {
  .header, .footer, .cookie, .wa-float, .btn, .quote-mini, .marquee { display: none !important; }
  body { background: #fff; color: #000; }
  body::before { display: none; }
  .section { padding: 12px 0; }
}

/* =====================================================================
   TEKLİF KONFİGÜRATÖRÜ — kategoriye özgü teknik alanlar
   ===================================================================== */

.qm-steps__name {
  font-size: .74rem; font-weight: 540; color: var(--text-dim);
  white-space: nowrap; transition: color .25s var(--ease);
}
.qm-steps__item.is-active .qm-steps__name { color: var(--text); }
.qm-steps__item.is-done   .qm-steps__name { color: var(--accent); }
@media (max-width: 400px) { .qm-steps__name { display: none; } }

/* Detay adımının kaydırılabilir alanı */
.cfg-scroll {
  max-height: min(52vh, 420px);
  overflow-y: auto;
  margin-inline: -4px;
  padding: 2px 4px;
  overscroll-behavior: contain;
}

.cfg-set { display: grid; gap: 18px; }
.cfg-set[hidden] { display: none !important; }

.cfg-group {
  border: 1px solid var(--line); border-radius: var(--r);
  background: var(--bg-alt);
  margin: 0; padding: 16px;
  display: grid; gap: 16px;
}
.cfg-group[hidden] { display: none !important; }
.cfg-group__title {
  display: flex; align-items: center; gap: 9px;
  padding: 0; margin: 0 0 -4px;
  font-size: .82rem; font-weight: 620; color: var(--text);
  letter-spacing: -.01em;
}
.cfg-group__ico {
  width: 26px; height: 26px; flex: none;
  display: grid; place-items: center; border-radius: 7px;
  background: var(--brand-soft); border: 1px solid var(--brand-line);
  color: var(--brand-lite);
}

.cfg-field { display: grid; gap: 9px; }
.cfg-field__label { font-size: .81rem; font-weight: 540; color: var(--text-muted); }

/* --- Sayı girişi (artır / azalt) --- */
.qty {
  display: flex; align-items: center;
  border: 1px solid var(--line-2); border-radius: var(--r-sm);
  background: var(--surface);
  overflow: hidden;
  max-width: 260px;
}
.qty__btn {
  width: var(--tap); height: var(--tap); flex: none;
  border: 0; background: transparent; cursor: pointer;
  color: var(--text-muted); font-size: 1.2rem; line-height: 1;
  transition: background .16s var(--ease), color .16s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.qty__btn:hover { background: var(--surface-hover); color: var(--brand-lite); }
.qty__btn:active { background: var(--brand-soft); }
.qty__input {
  flex: 1; min-width: 0; width: 100%;
  border: 0; border-inline: 1px solid var(--line);
  background: transparent; color: var(--text);
  text-align: center; font-size: 16px; font-weight: 620;
  padding: 12px 4px;
  font-variant-numeric: tabular-nums;
  -moz-appearance: textfield;
}
.qty__input::-webkit-outer-spin-button,
.qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty__input:focus { outline: none; background: var(--brand-soft); }
.qty__unit {
  padding: 0 12px; font-size: .78rem; color: var(--text-dim);
  white-space: nowrap; flex: none;
}

/* --- Çip seçimler (tek ve çoklu) --- */
.chips { display: flex; flex-wrap: wrap; gap: 7px; }
.chip-opt {
  position: relative;
  display: inline-flex; align-items: center; gap: 7px;
  min-height: 42px; padding: 9px 14px;
  border: 1px solid var(--line-2); border-radius: 99px;
  background: var(--surface);
  font-size: .84rem; font-weight: 520; color: var(--text-muted);
  cursor: pointer;
  transition: all .16s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.chip-opt:hover { border-color: var(--brand-line); color: var(--text); }
.chip-opt input { position: absolute; opacity: 0; pointer-events: none; }
.chip-opt .ico { opacity: .6; }
.chip-opt:has(input:checked) {
  background: var(--brand-soft); border-color: var(--brand);
  color: var(--brand-lite); font-weight: 570;
  box-shadow: 0 0 0 1px var(--brand-line);
}
.chip-opt:has(input:checked) .ico { opacity: 1; }
.chip-opt:has(input:focus-visible) { outline: 2px solid var(--brand-lite); outline-offset: 2px; }

/* Konfigüratör içindeki metin ve liste alanları biraz daha küçük */
.cfg-field .input, .cfg-field .select, .cfg-field .textarea { background: var(--surface); }

@media (max-width: 520px) {
  .qty { max-width: none; }
  .cfg-scroll { max-height: 60vh; }
}
