/* =========================================================
   NAKLİYAT 55 — nakliyat55.com.tr
   Tasarım sistemi · framework yok · tek CSS
   Kömür grisi + açık mavi · asimetrik editoryal düzen
   ========================================================= */

:root {
  /* yüzeyler — tek bir sıcak nötr aile */
  --ink: #101215;
  --ink-2: #171a1e;
  --ink-3: #21252b;
  --ink-4: #2c3138;
  --paper: #ffffff;
  --bg: #f6f5f2;
  --bg-2: #edebe5;

  /* metin */
  --tx: #14171a;
  --tx-2: #4b5158;
  --mute: #767c84;

  /* çizgiler */
  --line: rgba(16, 18, 21, 0.11);
  --line-2: rgba(16, 18, 21, 0.2);

  /* tek vurgu rengi — açık mavi.
     --ac      : dolgu (buton, ikon koyu zeminde, çizgi)
     --ac-h    : dolgu hover
     --ac-d    : AÇIK zeminde yazı/ikon — açık mavi beyaz üstünde okunmaz,
                 bu yüzden koyu tonu kullanılır (6.3:1)
     --ac-ico  : bağlama göre ikon rengi; .sec--dark / .hero / .ftr içinde --ac olur */
  --ac: #5ab2e5;
  --ac-h: #3f9ad0;
  --ac-d: #15658f;
  --ac-soft: rgba(90, 178, 229, 0.18);
  --ac-ink: #06222f;
  --ac-ico: var(--ac-d);

  /* whatsapp marka rengi */
  --wa: #25d366;
  --wa-ink: #06270f;

  --shell: min(100% - 2rem, 1240px);
  --r: 14px;
  --r-2: 22px;
  --r-3: 30px;
  --hdr: 70px;

  --ez: cubic-bezier(0.16, 1, 0.3, 1);
  --sh: 0 20px 44px -28px rgba(16, 18, 21, 0.34);
  --sh-2: 0 40px 80px -42px rgba(16, 18, 21, 0.55);
  --edge: inset 0 1px 0 rgba(255, 255, 255, 0.08);

  --f-d: "Outfit", "Segoe UI", system-ui, -apple-system, sans-serif;
  --f-b: "Geist", "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
  --f-m: "Geist Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--hdr) + 18px);
  color-scheme: light;
}

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

/* ince film taneciği — tek sabit katman, scroll'da repaint yok */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 70;
  pointer-events: none;
  opacity: 0.032;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }

::selection { background: var(--ac); color: var(--ac-ink); }

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

.shell { width: var(--shell); margin-inline: auto; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: 0.85rem 1.25rem;
  border-radius: 0 0 var(--r) 0; font-weight: 600;
}
.skip:focus { left: 0; }

/* =========================================================
   TİPOGRAFİ
   ========================================================= */
h1, h2, h3, h4, .h2 {
  font-family: var(--f-d);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.35rem, 5.4vw, 3.9rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.h2, h2 { font-size: clamp(1.75rem, 3.4vw, 2.7rem); }
h3 { font-size: clamp(1.1rem, 1.6vw, 1.32rem); letter-spacing: -0.025em; }

/* Vurgulu kelime: metnin altına çizilen mavi şerit. Arka plan olarak
   verildiği için satır sonunda bölünse de doğru çizilir. */
h1 mark, h2 mark, .h2 mark {
  color: inherit;
  padding: 0 0.05em;
  background-color: transparent;
  background-image: linear-gradient(var(--ac), var(--ac));
  background-repeat: no-repeat;
  background-position: 0 92%;
  background-size: 100% 0.22em;
  transition: background-size 0.75s 0.2s var(--ez);
}

.lead {
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  color: var(--tx-2);
  max-width: 58ch;
  line-height: 1.66;
}

p { max-width: 68ch; }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--f-m);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
}
.kicker::before {
  content: "";
  width: 22px; height: 1px;
  background: var(--ac);
}

.eyebrow {
  font-family: var(--f-m);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ac);
}

.num { font-family: var(--f-m); font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }

/* =========================================================
   BÖLÜM İSKELETİ
   ========================================================= */
.sec { padding: clamp(4rem, 8vw, 7.5rem) 0; }
.sec--white { background: var(--paper); }
.sec--tint { background: var(--bg-2); }

.sec--dark {
  --tx: #f5f4f1;
  --tx-2: rgba(245, 244, 241, 0.7);
  --mute: rgba(245, 244, 241, 0.5);
  --line: rgba(255, 255, 255, 0.13);
  --line-2: rgba(255, 255, 255, 0.24);
  --paper: rgba(255, 255, 255, 0.04);
  --bg-2: rgba(255, 255, 255, 0.06);
  --ac-ico: var(--ac);
  background: var(--ink);
  color: var(--tx);
}

.sec-head { margin-bottom: clamp(2.25rem, 4vw, 3.5rem); max-width: 62ch; }
.sec-head .h2 { margin: 0.85rem 0 0; }
.sec-head p { margin-top: 1rem; color: var(--tx-2); }
.sec-head--split {
  display: grid;
  gap: 1.25rem 3rem;
  max-width: none;
  align-items: end;
}
@media (min-width: 900px) {
  .sec-head--split { grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr); }
  .sec-head--split p { margin-top: 0; padding-bottom: 0.35rem; }
}
.sec-foot { margin-top: clamp(2rem, 3vw, 3rem); }

/* =========================================================
   BUTONLAR
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: var(--f-b);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1;
  padding: 1rem 1.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transform: translate3d(var(--mx, 0px), var(--my, 0px), 0) scale(var(--sc, 1));
  transition: transform 0.45s var(--ez), background-color 0.25s var(--ez),
    border-color 0.25s var(--ez), color 0.25s var(--ez), box-shadow 0.35s var(--ez);
}
.btn:active { --sc: 0.975; }
.btn .ico { width: 1.15em; height: 1.15em; flex: none; }

.btn--ac { background: var(--ac); color: var(--ac-ink); box-shadow: var(--edge); }
.btn--ac:hover { background: var(--ac-h); }

.btn--wa { background: var(--wa); color: var(--wa-ink); box-shadow: var(--edge); }
.btn--wa:hover { background: #1fbb59; }

.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-3); }
/* koyu bölümde ters çevrilir, yoksa zemine karışır */
.sec--dark .btn--dark, .hero .btn--dark { background: #fff; color: var(--ink); }
.sec--dark .btn--dark:hover, .hero .btn--dark:hover { background: var(--ac); color: var(--ac-ink); }

.btn--ghost {
  border-color: var(--line-2);
  color: var(--tx);
  background: transparent;
}
.btn--ghost:hover { border-color: var(--tx); background: rgba(127, 127, 127, 0.06); }

.btn--lg { padding: 1.15rem 1.7rem; font-size: 1rem; }
.btn--block { display: flex; width: 100%; }

.ico { width: 20px; height: 20px; flex: none; }

/* =========================================================
   GÖRSEL YER TUTUCU (public/img/ boşken)
   ========================================================= */
.ph {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  padding: 1.5rem;
  overflow: hidden;
  background:
    repeating-linear-gradient(-38deg, transparent 0 26px, rgba(90, 178, 229, 0.09) 26px 27px, transparent 27px 54px),
    linear-gradient(150deg, var(--ink-3) 0%, var(--ink) 62%, #000 100%);
}
.ph::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.13);
  border-radius: 8px;
}
.ph span {
  position: relative;
  font-family: var(--f-m);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.42);
  max-width: 30ch;
}

/* =========================================================
   HEADER
   ========================================================= */
.hdr {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(16, 18, 21, 0.82);
  backdrop-filter: saturate(160%) blur(16px);
  -webkit-backdrop-filter: saturate(160%) blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  color: #fff;
  transition: background-color 0.3s var(--ez), box-shadow 0.3s var(--ez);
}
.hdr.is-scrolled {
  background: rgba(16, 18, 21, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 18px 40px -30px rgba(0, 0, 0, 0.9);
}

.hdr-in {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: var(--hdr);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--f-d);
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.045em;
  text-decoration: none;
  color: #fff;
  flex: none;
}
.logo b { color: var(--ac); }
.logo-mk {
  width: 1.5em;
  height: 1.14em;
  flex: none;
  color: var(--ac);
  overflow: visible;
}

.nav { display: flex; align-items: center; gap: 0.35rem; margin-right: auto; }
.nav > a, .dd > button {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font: 500 0.9rem/1 var(--f-b);
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.72);
  background: none;
  border: 0;
  padding: 0.65rem 0.8rem;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s, background-color 0.2s;
}
.nav > a:hover, .dd > button:hover, .nav > a[aria-current] { color: #fff; background: rgba(255, 255, 255, 0.07); }
.dd > button .ico { width: 14px; height: 14px; transition: transform 0.3s var(--ez); }
.dd.is-open > button .ico { transform: rotate(180deg); }

.dd { position: relative; }
.dd-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 270px;
  padding: 0.5rem;
  background: var(--ink-2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 60px -28px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  border-radius: var(--r-2);
  display: grid;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.28s var(--ez), transform 0.28s var(--ez), visibility 0.28s;
}
.dd.is-open .dd-menu { opacity: 1; visibility: visible; transform: none; }
.dd-menu a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0.85rem;
  border-radius: calc(var(--r-2) - 8px);
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.dd-menu a .ico { width: 17px; height: 17px; color: var(--ac); opacity: 0.8; }
.dd-menu a:hover, .dd-menu a[aria-current] { background: rgba(255, 255, 255, 0.07); color: #fff; }

.hdr-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.93rem;
  letter-spacing: -0.01em;
}
.hdr-phone .ico { width: 17px; height: 17px; color: var(--ac); }
.hdr-phone span { display: grid; line-height: 1.25; font-family: var(--f-m); font-size: 0.86rem; }
.hdr-phone small {
  font-family: var(--f-b);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.hdr-cta { padding: 0.8rem 1.25rem; font-size: 0.88rem; }

.nav-tg {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.nav-tg span {
  position: absolute;
  left: 12px;
  width: 18px; height: 1.5px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.35s var(--ez), opacity 0.2s;
}
.nav-tg span:first-child { top: 18px; }
.nav-tg span:last-child { top: 24px; }
.menu-open .nav-tg span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-open .nav-tg span:last-child { transform: translateY(-3px) rotate(-45deg); }

@media (max-width: 1080px) {
  .hdr-phone span { display: none; }
  .hdr-phone { width: 44px; height: 44px; justify-content: center; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 12px; }
}

@media (max-width: 960px) {
  .nav-tg { display: block; }
  .hdr-cta { display: none; }
  .logo { margin-right: auto; }
  .nav {
    position: fixed;
    inset: var(--hdr) 0 0;
    display: grid;
    align-content: start;
    gap: 0;
    padding: 1.25rem 1rem 6rem;
    background: var(--ink);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.3s var(--ez), transform 0.35s var(--ez), visibility 0.3s;
  }
  .menu-open .nav { opacity: 1; visibility: visible; transform: none; }
  .menu-open { overflow: hidden; }
  .nav > a, .dd > button {
    width: 100%;
    justify-content: space-between;
    padding: 1.05rem 0.5rem;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 1.02rem;
    font-family: var(--f-d);
    font-weight: 600;
    letter-spacing: -0.02em;
  }
  .dd { width: 100%; }
  .dd-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0.4rem 0 0.9rem 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }
  .dd.is-open .dd-menu { display: grid; }
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  background: var(--ink);
  color: #f5f4f1;
  --ac-ico: var(--ac);
  isolation: isolate;
  overflow: hidden;
}

.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img, .hero-bg .ph { width: 100%; height: 100%; object-fit: cover; }
/* tam sayfa arka planda yer tutucu: desen kalsın, etiket okunmasın */
.hero-bg .ph span, .cta-bg .ph span { display: none; }
.hero-bg .ph::before, .cta-bg .ph::before { display: none; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(94deg, var(--ink) 4%, rgba(16, 18, 21, 0.88) 38%, rgba(16, 18, 21, 0.55) 68%, rgba(16, 18, 21, 0.78) 100%),
    linear-gradient(to bottom, rgba(16, 18, 21, 0.7) 0%, transparent 28%, rgba(16, 18, 21, 0.9) 100%);
}
.hero--plain::before { background: linear-gradient(140deg, var(--ink-3) 0%, var(--ink) 58%); }

.hero-in {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(3rem, 6vw, 5rem);
  align-items: start;
}
@media (min-width: 1000px) {
  .hero-in { grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr); }
  .hero-in--single { grid-template-columns: minmax(0, 0.78fr); }
}

.hero-copy { max-width: 42rem; }
.hero-copy h1 { margin: 0.9rem 0 1.25rem; color: #fff; }
.hero-copy .lead { color: rgba(245, 244, 241, 0.74); }

.crumbs { margin-bottom: 1.5rem; }
.crumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  font-family: var(--f-m);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: rgba(245, 244, 241, 0.48);
}
.crumbs li + li::before { content: "/"; margin-right: 0.5rem; opacity: 0.5; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--ac); }

.hero-cta { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.9rem; }

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.4rem;
  list-style: none;
  margin-top: 1.9rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.chips li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.86rem;
  font-weight: 500;
  color: rgba(245, 244, 241, 0.78);
}
.chips .ico { width: 15px; height: 15px; color: var(--ac); }

/* hero güven satırı — mono rakamlar */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: start;
  gap: 0 clamp(1.5rem, 4vw, 3rem);
  margin-top: 2rem;
}
.hero-stats div + div { padding-left: clamp(1.5rem, 4vw, 3rem); border-left: 1px solid rgba(255, 255, 255, 0.12); }
@media (max-width: 520px) {
  .hero-stats { gap: 0 0.9rem; }
  .hero-stats div + div { padding-left: 0.9rem; }
  .hero-stats span { font-size: 0.6rem; letter-spacing: 0.06em; }
}
.hero-stats b {
  display: block;
  font-family: var(--f-d);
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #fff;
}
.hero-stats span {
  font-family: var(--f-m);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 244, 241, 0.5);
}

/* =========================================================
   TEKLİF FORMU — buzlu cam paneli
   ========================================================= */
.quote {
  position: relative;
  padding: clamp(1.5rem, 2.6vw, 2.1rem);
  border-radius: var(--r-3);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 40px 80px -40px rgba(0, 0, 0, 0.8);
}
.quote h2 { font-size: 1.4rem; color: #fff; }
.quote-sub { font-size: 0.9rem; color: rgba(245, 244, 241, 0.64); margin-top: 0.4rem; }

.qf { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; margin-top: 1.35rem; }
.fld { display: grid; gap: 0.4rem; }
.fld--w { grid-column: 1 / -1; }
.fld label {
  font-family: var(--f-m);
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 244, 241, 0.6);
}
.fld label i { font-style: normal; text-transform: none; letter-spacing: 0.02em; opacity: 0.65; }
.fld input, .fld select {
  width: 100%;
  font: 500 0.95rem/1 var(--f-b);
  color: #fff;
  padding: 0.85rem 0.9rem;
  background: rgba(10, 12, 14, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--r);
  transition: border-color 0.2s, background-color 0.2s;
}
.fld select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23fff' stroke-width='1.8'%3E%3Cpath d='m1 1 5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.95rem center;
  padding-right: 2.2rem;
}
.fld option { color: #14171a; }
.fld input::placeholder { color: rgba(245, 244, 241, 0.34); }
.fld input:focus, .fld select:focus { outline: none; border-color: var(--ac); background: rgba(10, 12, 14, 0.62); }
.fld input:user-invalid { border-color: #ef6a5b; }

.qf .btn { grid-column: 1 / -1; margin-top: 0.3rem; }

.q-ok, .q-note { grid-column: 1 / -1; font-size: 0.78rem; line-height: 1.6; color: rgba(245, 244, 241, 0.58); max-width: none; }
.q-ok { color: var(--ac); }
.q-ok a, .q-note a { color: inherit; text-underline-offset: 3px; }

.q-or {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 1.3rem 0 0.9rem;
  font-family: var(--f-m);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 244, 241, 0.42);
}
.q-or::before, .q-or::after { content: ""; flex: 1; height: 1px; background: rgba(255, 255, 255, 0.14); }

.q-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: var(--f-m);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #fff;
  text-decoration: none;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--r-2);
  transition: border-color 0.25s, background-color 0.25s;
}
.q-call:hover { border-color: var(--ac); background: rgba(90, 178, 229, 0.1); }
.q-call .ico { color: var(--ac); }

@media (max-width: 480px) {
  .qf { grid-template-columns: 1fr; }
}

/* =========================================================
   KİNETİK ŞERİT (güzergâhlar)
   ========================================================= */
.marq {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 0.95rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marq-row {
  display: flex;
  flex: none;
  gap: 2.5rem;
  padding-right: 2.5rem;
  animation: marq 42s linear infinite;
  will-change: transform;
}
.marq span {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--f-m);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 244, 241, 0.58);
  white-space: nowrap;
}
.marq span::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--ac);
  opacity: 0.8;
}
@keyframes marq { to { transform: translate3d(-100%, 0, 0); } }

/* =========================================================
   USP ŞERİDİ — kutu yok, sadece çizgi
   ========================================================= */
.usp { background: var(--paper); border-bottom: 1px solid var(--line); }
.usp-in {
  display: grid;
  gap: 0;
  padding: clamp(2rem, 4vw, 3.25rem) 0;
}
@media (min-width: 720px) { .usp-in { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .usp-in { grid-template-columns: repeat(4, 1fr); } }

.usp-i {
  display: grid;
  gap: 0.6rem;
  padding: 1.25rem clamp(1rem, 2vw, 1.75rem);
  border-top: 1px solid var(--line);
}
@media (min-width: 720px) {
  .usp-i { border-top: 0; border-left: 1px solid var(--line); }
  .usp-i:first-child { padding-left: 0; border-left: 0; }
}
@media (min-width: 720px) and (max-width: 1039px) {
  .usp-i:nth-child(3) { padding-left: 0; border-left: 0; }
  .usp-i:nth-child(n + 3) { padding-top: 2rem; margin-top: 1.5rem; border-top: 1px solid var(--line); }
}
.usp-ic { color: var(--ac-ico); }
.usp-ic .ico { width: 24px; height: 24px; }
.usp-t { font-family: var(--f-d); font-size: 1.02rem; font-weight: 600; letter-spacing: -0.025em; }
.usp-i p { font-size: 0.88rem; color: var(--tx-2); line-height: 1.6; }

/* =========================================================
   HİZMET BENTO IZGARASI
   ========================================================= */
.bento { display: grid; gap: clamp(0.75rem, 1.2vw, 1rem); }
@media (min-width: 720px) { .bento { grid-template-columns: repeat(6, 1fr); } }
@media (min-width: 1040px) { .bento { grid-template-columns: repeat(12, 1fr); } }

.bn {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 268px;
  border-radius: var(--r-3);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px -30px rgba(16, 18, 21, 0.4);
  text-decoration: none;
  color: var(--tx);
  transition: transform 0.5s var(--ez), box-shadow 0.5s var(--ez), border-color 0.4s var(--ez);
}
.sec--dark .bn { background: rgba(255, 255, 255, 0.035); }
.bn:hover { transform: translate3d(0, -4px, 0); box-shadow: 0 34px 62px -34px rgba(16, 18, 21, 0.5); border-color: var(--line-2); }

/* imleç altında aydınlanan kenar */
.bn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: radial-gradient(240px circle at var(--sx, 50%) var(--sy, 0%), var(--ac), transparent 70%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s var(--ez);
  pointer-events: none;
}
.bn:hover::after { opacity: 1; }

/* Görsel kutusu kendi en-boy oranını dayatmaz: yüksekliği ızgara satırı
   belirler, görsel içeride kırpılır. Dikey ve yatay görseller karışık
   gelse de kartlar aynı hizada kalır. */
.bn-media { position: relative; overflow: hidden; flex: 1 1 auto; min-height: 170px; background: var(--ink); }
.bn-media img, .bn-media .ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bn-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16, 18, 21, 0.55), transparent 55%);
}
.bn:hover .bn-media img { transform: scale(1.035); }
.bn-media img { transition: transform 0.8s var(--ez); }

.bn-body { padding: clamp(1.25rem, 2vw, 1.6rem); display: grid; gap: 0.5rem; align-content: start; }
.bn-body h3 { letter-spacing: -0.03em; }
.bn-body p { font-size: 0.9rem; color: var(--tx-2); line-height: 1.6; }
.bn-more {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.35rem;
  font-family: var(--f-m);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ac-d);
}
.bn-more .ico { width: 15px; height: 15px; transition: transform 0.4s var(--ez); }
.bn:hover .bn-more .ico { transform: translateX(5px); }

.bn-idx {
  position: absolute;
  top: 1.1rem;
  right: 1.25rem;
  z-index: 2;
  font-family: var(--f-m);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
  mix-blend-mode: difference;
}

/* asimetrik yerleşim */
@media (min-width: 720px) {
  .bn { grid-column: span 3; }
  .bn--a { grid-column: span 6; min-height: 380px; }
  .bn--d { grid-column: span 6; }
}
@media (min-width: 1040px) {
  .bn--a { grid-column: span 7; grid-row: span 2; min-height: 520px; }
  .bn--b, .bn--c { grid-column: span 5; min-height: 250px; }
  .bn--d { grid-column: span 5; }
  .bn--e { grid-column: span 4; }
  .bn--f { grid-column: span 3; }
  /* geniş kartlar yan yana içerik */
  .bn--a .bn-body { padding: clamp(1.6rem, 2.4vw, 2.2rem); }
  .bn--a .bn-body h3 { font-size: 1.6rem; }
  .bn--b, .bn--c { flex-direction: row; align-items: stretch; }
  .bn--b .bn-media, .bn--c .bn-media { flex: 0 0 40%; min-height: 0; }
  .bn--b .bn-body, .bn--c .bn-body { flex: 1; align-content: center; }
}

/* =========================================================
   ADIMLAR — zikzak offsetli zaman çizgisi
   ========================================================= */
.steps { list-style: none; display: grid; gap: 2.25rem 1.5rem; counter-reset: s; }
@media (min-width: 640px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .steps { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }

.step { position: relative; padding-top: 2rem; border-top: 1px solid var(--line); }
@media (min-width: 1040px) {
  .step:nth-child(even) { transform: translateY(34px); }
}
.step::before {
  content: "";
  position: absolute;
  top: -1px; left: 0;
  width: 44px; height: 2px;
  background: var(--ac);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.7s var(--ez);
}
.step.is-in::before, .is-in .step::before { transform: scaleX(1); }

.step-no {
  font-family: var(--f-m);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--mute);
}
.step-ic { display: block; margin: 0.9rem 0 0.75rem; color: var(--ac-ico); }
.step-ic .ico { width: 26px; height: 26px; }
.step h3 { margin-bottom: 0.45rem; }
.step p { font-size: 0.89rem; color: var(--tx-2); line-height: 1.62; }

/* =========================================================
   FİLO / VİDEO
   ========================================================= */
.film-in { display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
@media (min-width: 980px) { .film-in { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); } }

.film-frame {
  position: relative;
  border-radius: var(--r-3);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 50px 90px -50px rgba(0, 0, 0, 0.9);
}
.film-frame video, .film-frame img { width: 100%; }
.film-badge {
  position: absolute;
  left: 1rem; bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(16, 18, 21, 0.72);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-family: var(--f-m);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}
.film-badge::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--ac);
  animation: beat 2.4s var(--ez) infinite;
}
@keyframes beat {
  0%, 100% { transform: scale(1); opacity: 1; box-shadow: 0 0 0 0 rgba(90, 178, 229, 0.5); }
  50% { transform: scale(0.82); opacity: 0.75; box-shadow: 0 0 0 7px rgba(90, 178, 229, 0); }
}

.film-copy .h2 { margin: 0.85rem 0 1.1rem; }
.film-copy > p { color: var(--tx-2); }

.ticks { list-style: none; display: grid; gap: 0.7rem; margin: 1.5rem 0 0; }
.ticks li { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.93rem; color: var(--tx-2); }
.ticks .ico { width: 17px; height: 17px; margin-top: 0.3rem; color: var(--ac-ico); }

/* =========================================================
   FİYAT
   ========================================================= */
.price-in { display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
@media (min-width: 980px) { .price-in { grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.55fr); } }

.factors { display: grid; counter-reset: f; }
.factor {
  display: grid;
  gap: 0.4rem 1.5rem;
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
  counter-increment: f;
}
.factor:last-child { border-bottom: 1px solid var(--line); }
@media (min-width: 620px) { .factor { grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr); } }
.factor h3 {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  font-size: 1.05rem;
}
.factor h3::before {
  content: "0" counter(f);
  font-family: var(--f-m);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--ac-d);
}
.factor p { font-size: 0.9rem; color: var(--tx-2); line-height: 1.6; }

.price-card {
  padding: clamp(1.5rem, 2.4vw, 2rem);
  border-radius: var(--r-3);
  background: var(--ink);
  color: #f5f4f1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), var(--sh-2);
  display: grid;
  gap: 0.9rem;
  align-content: start;
}
@media (min-width: 980px) { .price-card { position: sticky; top: calc(var(--hdr) + 20px); } }
.price-card h3 { font-size: 1.3rem; color: #fff; }
.price-card p { font-size: 0.9rem; color: rgba(245, 244, 241, 0.68); line-height: 1.62; }
.price-card .btn + .btn { margin-top: -0.25rem; }

/* =========================================================
   TÜRKİYE HARİTASI
   ========================================================= */
.tr-map { position: relative; margin-inline: calc(var(--shell) * -0.02); }
.tr-map-svg { width: 100%; height: auto; }
.tr-land { fill: rgba(255, 255, 255, 0.07); stroke: rgba(255, 255, 255, 0.16); stroke-width: 6; }
.sec--white .tr-land, .sec:not(.sec--dark) .tr-land { fill: rgba(16, 18, 21, 0.06); stroke: rgba(16, 18, 21, 0.14); }

.tr-route {
  stroke: var(--ac);
  stroke-width: 1.6;
  stroke-linecap: round;
  fill: none;
  opacity: 0.55;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.tr-map.is-in .tr-route { animation: draw 1.6s var(--ez) forwards; }
.tr-map.is-in .tr-route:nth-child(2) { animation-delay: 0.12s; }
.tr-map.is-in .tr-route:nth-child(3) { animation-delay: 0.24s; }
.tr-map.is-in .tr-route:nth-child(4) { animation-delay: 0.36s; }
.tr-map.is-in .tr-route:nth-child(5) { animation-delay: 0.48s; }
@keyframes draw { to { stroke-dashoffset: 0; } }

.tr-route-flow {
  stroke: var(--ac);
  stroke-width: 3;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 3 210;
  opacity: 0;
}
.tr-map.is-in .tr-route-flow { opacity: 1; animation: flow 5.5s linear infinite; }
.tr-map.is-in .tr-route-flow:nth-child(2) { animation-delay: 1.1s; }
.tr-map.is-in .tr-route-flow:nth-child(3) { animation-delay: 2.2s; }
.tr-map.is-in .tr-route-flow:nth-child(4) { animation-delay: 3.3s; }
.tr-map.is-in .tr-route-flow:nth-child(5) { animation-delay: 4.4s; }
@keyframes flow { from { stroke-dashoffset: 213; } to { stroke-dashoffset: 0; } }

.tr-city circle { fill: var(--tx); opacity: 0.55; }
.tr-city text {
  font-family: var(--f-m);
  font-size: 13px;
  letter-spacing: 0.1em;
  fill: var(--tx-2);
  text-anchor: middle;
}
.tr-hub-dot { fill: var(--ac); }
.tr-hub text {
  font-family: var(--f-d);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  fill: var(--tx);
  text-anchor: middle;
}
.tr-hub-pulse { fill: none; stroke: var(--ac); stroke-width: 1.5; opacity: 0; transform-origin: 570px 358px; }
.tr-map.is-in .tr-hub-pulse { animation: ping 3.2s var(--ez) infinite; }
.tr-map.is-in .tr-hub-pulse--2 { animation-delay: 1.6s; }
@keyframes ping {
  0% { transform: scale(0.6); opacity: 0.85; }
  80%, 100% { transform: scale(2.8); opacity: 0; }
}

/* =========================================================
   BÖLGELER / ÇİPLER
   ========================================================= */
.areas-grid { display: grid; gap: clamp(2rem, 4vw, 3.25rem); }
@media (min-width: 900px) { .areas-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); } }
.areas-grid h3 { margin-bottom: 0.5rem; }
.areas-grid > div > p { font-size: 0.92rem; color: var(--tx-2); margin-bottom: 1.1rem; }
.areas-grid > div + div { padding-top: clamp(2rem, 4vw, 0); border-top: 1px solid var(--line); }
@media (min-width: 900px) {
  .areas-grid > div + div { padding-top: 0; padding-left: clamp(2rem, 4vw, 3.25rem); border-top: 0; border-left: 1px solid var(--line); }
}

.chip-list { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--f-m);
  font-size: 0.74rem;
  letter-spacing: 0.02em;
  color: var(--tx-2);
  background: var(--paper);
  transition: border-color 0.25s, color 0.25s, transform 0.35s var(--ez);
}
.chip:hover { border-color: var(--ac); color: var(--tx); transform: translateY(-2px); }
.chip .ico { width: 13px; height: 13px; color: var(--ac-ico); }
.routes-below { margin-top: 2rem; }

/* =========================================================
   SSS — solda sabit başlık, sağda satırlar
   ========================================================= */
.faq-in { display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
@media (min-width: 900px) { .faq-in { grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr); } }
@media (min-width: 900px) {
  .faq-aside { position: sticky; top: calc(var(--hdr) + 26px); }
}
.faq-aside .h2 { margin: 0.85rem 0 1rem; }
.faq-aside p { font-size: 0.92rem; color: var(--tx-2); }

.faq { display: grid; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.3rem 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--f-d);
  font-size: 1.04rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.4;
  transition: color 0.2s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--ac-d); }
.faq summary::after {
  content: "";
  flex: none;
  width: 18px; height: 18px;
  margin-top: 0.22rem;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 5h2v14h-2z'/%3E%3Cpath d='M5 11h14v2H5z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 5h2v14h-2z'/%3E%3Cpath d='M5 11h14v2H5z'/%3E%3C/svg%3E") center/contain no-repeat;
  opacity: 0.45;
  transition: transform 0.4s var(--ez), opacity 0.25s;
}
.faq details[open] summary { color: var(--tx); }
.faq details[open] summary::after { transform: rotate(135deg); opacity: 0.9; }
.faq-a { padding: 0 0 1.4rem; }
.faq-a p { font-size: 0.94rem; color: var(--tx-2); line-height: 1.7; max-width: 62ch; }

/* =========================================================
   İÇERİK BLOKLARI (hizmet sayfaları)
   ========================================================= */
.intro, .detail { display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
@media (min-width: 900px) {
  .intro { grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr); }
  .detail { grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); }
}

.prose .h2 { margin: 0.85rem 0 1.15rem; }
.prose p { color: var(--tx-2); margin-bottom: 1rem; }
.prose p strong { color: var(--tx); font-weight: 600; }
.prose .hero-cta { margin-top: 1.6rem; }

.incl-h { margin: 2rem 0 1rem; font-size: 1.02rem; }
.incl { list-style: none; display: grid; gap: 0.6rem; }
@media (min-width: 560px) { .incl { grid-template-columns: 1fr 1fr; gap: 0.6rem 1.5rem; } }
.incl li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.9rem; color: var(--tx-2); }
.incl .ico { width: 16px; height: 16px; margin-top: 0.28rem; color: var(--ac-ico); }

.intro-fig { border-radius: var(--r-3); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--sh); }
@media (min-width: 900px) { .intro-fig { margin-top: 2.5rem; } }

.num-list { list-style: none; counter-reset: n; display: grid; }
.num-list li {
  counter-increment: n;
  display: grid;
  gap: 0.3rem;
  padding: 1.25rem 0 1.25rem 3rem;
  position: relative;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
  color: var(--tx-2);
  line-height: 1.6;
}
.num-list li:last-child { border-bottom: 1px solid var(--line); }
.num-list li::before {
  content: "0" counter(n);
  position: absolute;
  left: 0; top: 1.4rem;
  font-family: var(--f-m);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--ac-d);
}
.num-list strong {
  display: block;
  font-family: var(--f-d);
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--tx);
}

/* diğer hizmetler — satır listesi, kart değil */
.mini-grid { display: grid; }
@media (min-width: 760px) { .mini-grid { grid-template-columns: 1fr 1fr; column-gap: clamp(2rem, 4vw, 3.5rem); } }
.mini {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
  font-family: var(--f-d);
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--tx);
  transition: color 0.25s, padding-left 0.4s var(--ez);
}
.mini:hover { color: var(--ac-d); padding-left: 0.5rem; }
.mini > .ico:first-child { width: 20px; height: 20px; color: var(--ac-ico); }
.mini span { flex: 1; }
.mini > .ico:last-child { width: 16px; height: 16px; opacity: 0.4; transition: transform 0.4s var(--ez); }
.mini:hover > .ico:last-child { transform: translateX(5px); opacity: 1; }

/* =========================================================
   BÜYÜK ÇAĞRI
   ========================================================= */
.cta {
  position: relative;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  background: var(--ink);
  color: #f5f4f1;
  isolation: isolate;
  overflow: hidden;
}
.cta-bg { position: absolute; inset: 0; z-index: -2; }
.cta-bg img, .cta-bg .ph { width: 100%; height: 100%; object-fit: cover; }
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(88deg, var(--ink) 12%, rgba(16, 18, 21, 0.86) 46%, rgba(16, 18, 21, 0.55) 100%);
}
.cta h2 { font-size: clamp(2rem, 4.6vw, 3.4rem); color: #fff; max-width: 17ch; }
.cta > .shell > p { margin-top: 1.2rem; color: rgba(245, 244, 241, 0.72); max-width: 52ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 2.2rem; }
.cta-alt { margin-top: 1.4rem; font-family: var(--f-m); font-size: 0.8rem; color: rgba(245, 244, 241, 0.5); }
.cta-alt a { color: var(--ac); text-decoration: none; }

/* =========================================================
   FOOTER
   ========================================================= */
.ftr {
  --tx: #f5f4f1;
  --tx-2: rgba(245, 244, 241, 0.62);
  --line: rgba(255, 255, 255, 0.11);
  --ac-ico: var(--ac);
  background: var(--ink-2);
  color: var(--tx);
  padding: clamp(3.5rem, 6vw, 5.5rem) 0 2rem;
}
.ftr-in { display: grid; gap: 2.5rem; }
@media (min-width: 840px) { .ftr-in { grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(0, 0.75fr)) minmax(0, 1fr); gap: 3rem; } }
.ftr .logo { color: #fff; font-size: 1.2rem; }
.ftr-about { margin-top: 1rem; font-size: 0.88rem; color: var(--tx-2); line-height: 1.68; max-width: 42ch; }
.ftr h3 {
  font-family: var(--f-m);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(245, 244, 241, 0.42);
  margin-bottom: 1.1rem;
}
.ftr ul { list-style: none; display: grid; gap: 0.7rem; }
.ftr ul a { font-size: 0.89rem; color: var(--tx-2); text-decoration: none; transition: color 0.2s; }
.ftr ul a:hover { color: var(--ac); }
.nap li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.89rem; color: var(--tx-2); }
.nap .ico { width: 16px; height: 16px; margin-top: 0.26rem; color: var(--ac); flex: none; }

.ftr-mark {
  margin-top: clamp(3rem, 6vw, 4.5rem);
  font-family: var(--f-d);
  font-size: clamp(3rem, 13vw, 10rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.05);
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
}

.ftr-bot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.5rem;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-family: var(--f-m);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  color: rgba(245, 244, 241, 0.42);
}

/* =========================================================
   SABİT CTA'LAR
   ========================================================= */
.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 55;
  display: grid;
  place-items: center;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: var(--wa);
  color: var(--wa-ink);
  box-shadow: 0 16px 32px -14px rgba(5, 39, 15, 0.7), var(--edge);
  transition: transform 0.45s var(--ez);
}
.wa-float:hover { transform: scale(1.06); }
.wa-float .ico { width: 26px; height: 26px; }

.mbar { display: none; }
@media (max-width: 760px) {
  body { padding-bottom: 68px; }
  .wa-float { bottom: 80px; width: 48px; height: 48px; }
  .wa-float .ico { width: 23px; height: 23px; }
  .mbar {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1.15fr 1.15fr 0.7fr;
    gap: 1px;
    padding: 0.5rem 0.55rem calc(0.5rem + env(safe-area-inset-bottom));
    background: rgba(16, 18, 21, 0.93);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  }
  .mbar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.75rem 0.4rem;
    border-radius: 12px;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-decoration: none;
    margin: 0 0.15rem;
  }
  .mbar .ico { width: 17px; height: 17px; }
  .mbar-call { background: var(--ac); color: var(--ac-ink); }
  .mbar-wa { background: var(--wa); color: var(--wa-ink); }
  .mbar-q { color: #fff; border: 1px solid rgba(255, 255, 255, 0.18); }
}

/* =========================================================
   KVKK / DÜZ METİN
   ========================================================= */
.doc { max-width: 72ch; }
.doc h2 { font-size: 1.28rem; margin: 2.25rem 0 0.75rem; }
.doc p, .doc li { color: var(--tx-2); font-size: 0.96rem; }
.doc p { margin-bottom: 0.9rem; }
.doc ul { margin: 0 0 1rem 1.1rem; display: grid; gap: 0.4rem; }
.doc a { color: var(--ac-d); text-underline-offset: 3px; }

/* =========================================================
   HAREKET — reveal + kademeli giriş
   ========================================================= */
.js [data-rv] {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity 0.7s var(--ez), transform 0.8s var(--ez);
  transition-delay: calc(var(--i, 0) * 70ms);
}
.js [data-rv].is-in { opacity: 1; transform: none; }
.js [data-rv].is-in.step:nth-child(even) { transform: none; }
@media (min-width: 1040px) {
  .js [data-rv].is-in.step:nth-child(even) { transform: translateY(34px); }
}
.js h1 mark, .js h2 mark, .js .h2 mark { background-size: 0% 0.22em; }
.js .is-in mark, .js .hero h1 mark { background-size: 100% 0.22em; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .js [data-rv] { opacity: 1; transform: none; }
  .marq-row { animation: none; }
}

@media print {
  .hdr, .mbar, .wa-float, .quote, body::after { display: none !important; }
  body { background: #fff; }
}
