/* =========================================================
   Sakarya Çarşı Taksi — tasarım sistemi
   Aydınlık, kurumsal, güven veren. Kağıt zemin + lacivert + amber.
   ========================================================= */

:root {
  /* Renk */
  --paper:      #F7F5F0;
  --paper-2:    #FFFFFF;
  --paper-3:    #F1EDE4;
  --ink:        #10203C;
  --ink-soft:   #1D3557;
  --muted:      #55627A;
  --muted-2:    #7A8496;
  --line:       #E4DED2;
  --line-2:     #D6CEBE;
  --amber:      #F2B705;
  --amber-dk:   #D19E00;
  --amber-soft: #FDF3D4;
  --green:      #1F7A4C;
  --red:        #B3261E;

  /* Tipografi */
  --font-display: 'Fraunces', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --font-body: 'Manrope', ui-sans-serif, system-ui, 'Segoe UI', Roboto, Arial, sans-serif;

  /* Ölçek */
  --wrap: 1200px;
  --wrap-narrow: 780px;
  --r-sm: 8px;
  --r: 14px;
  --r-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(16, 32, 60, .06), 0 2px 8px rgba(16, 32, 60, .05);
  --shadow: 0 2px 6px rgba(16, 32, 60, .07), 0 14px 34px -14px rgba(16, 32, 60, .22);
  --shadow-lg: 0 4px 10px rgba(16, 32, 60, .08), 0 32px 60px -24px rgba(16, 32, 60, .34);
  --t: 200ms cubic-bezier(.4, 0, .2, 1);
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background-color: var(--paper);
  /* çok hafif kağıt dokusu */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.028'/%3E%3C/svg%3E");
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg, iframe { max-width: 100%; }
img { height: auto; display: block; }

a { color: var(--ink-soft); text-decoration-color: color-mix(in srgb, var(--ink-soft) 35%, transparent); text-underline-offset: 3px; }
a:hover { color: var(--ink); }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.12; letter-spacing: -.015em; margin: 0 0 .5em; color: var(--ink); }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }

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

.skip {
  position: absolute; left: 0; top: -100px; z-index: 200;
  background: var(--ink); color: #fff; padding: .8rem 1.2rem; border-radius: 0 0 var(--r-sm) 0;
}
.skip:focus { top: 0; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 20px; }
.wrap--narrow { max-width: var(--wrap-narrow); }
.center { text-align: center; }

/* ---------- İkonlar ---------- */
.i { width: 1.15em; height: 1.15em; fill: currentColor; flex: none; vertical-align: -.18em; }
.i--off { opacity: .28; }

/* ---------- Butonlar ---------- */
.btn {
  --btn-bg: var(--ink);
  --btn-fg: #fff;
  --btn-bd: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 48px; padding: .72rem 1.4rem;
  background: var(--btn-bg); color: var(--btn-fg);
  border: 2px solid var(--btn-bd); border-radius: 999px;
  font: 600 .97rem/1.2 var(--font-body); letter-spacing: .01em;
  text-decoration: none; cursor: pointer;
  transition: background var(--t), color var(--t), border-color var(--t), box-shadow var(--t);
}
.btn:hover { box-shadow: var(--shadow-sm); }
.btn .i { margin-right: .1em; }
.btn--lg { min-height: 56px; padding: .9rem 1.8rem; font-size: 1.03rem; }
.btn--block { width: 100%; }
.btn--navy:hover { --btn-bg: var(--ink-soft); --btn-bd: var(--ink-soft); color: #fff; }
.btn--amber { --btn-bg: var(--amber); --btn-fg: var(--ink); --btn-bd: var(--amber); }
.btn--amber:hover { --btn-bg: var(--amber-dk); --btn-bd: var(--amber-dk); color: var(--ink); }
.btn--outline { --btn-bg: transparent; --btn-fg: var(--ink); --btn-bd: var(--line-2); }
.btn--outline:hover { --btn-bd: var(--ink); --btn-bg: transparent; color: var(--ink); }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--muted); --btn-bd: transparent; text-decoration: underline; }
.btn--ghost:hover { --btn-fg: var(--ink); color: var(--ink); }
.btn + .btn { margin-top: .55rem; }
.btn--block + .btn--block { margin-top: .55rem; }

/* ---------- Üst şerit ---------- */
.topbar { background: var(--ink); color: #C9D3E4; font-size: .84rem; }
.topbar__in { display: flex; align-items: center; gap: 1.4rem; min-height: 40px; }
.topbar__item { display: inline-flex; align-items: center; gap: .4rem; color: inherit; text-decoration: none; }
.topbar__phone { margin-left: auto; color: var(--amber); font-weight: 700; }
.topbar__phone:hover { color: #fff; }
@media (max-width: 860px) { .topbar__item--hide { display: none; } }

/* ---------- Başlık / menü ---------- */
.site-head {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-head::after {
  /* taksi damalı ince şerit */
  content: ''; display: block; height: 4px;
  background: repeating-linear-gradient(90deg, var(--ink) 0 10px, var(--amber) 10px 20px);
  opacity: .9;
}
.site-head__in { display: flex; align-items: center; gap: 1rem; min-height: 76px; }

.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--ink); }
.brand__mark { width: 42px; height: 42px; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.brand__text strong { font-family: var(--font-display); font-size: 1.18rem; font-weight: 900; letter-spacing: -.02em; white-space: nowrap; }
.brand__text small { font-size: .7rem; color: var(--muted); letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }

.mainnav { margin-left: auto; display: flex; align-items: center; gap: .8rem; min-width: 0; }
.mainnav ul { display: flex; align-items: center; gap: .1rem; list-style: none; }
.mainnav a {
  display: inline-block; padding: .55rem .7rem; border-radius: var(--r-sm);
  font-size: .9rem; font-weight: 600; color: var(--muted); text-decoration: none;
  white-space: nowrap;
  transition: color var(--t), background var(--t);
}
.mainnav a:hover { color: var(--ink); background: var(--paper-3); }
.mainnav a[aria-current="page"] { color: var(--ink); box-shadow: inset 0 -2px 0 var(--amber); border-radius: var(--r-sm) var(--r-sm) 0 0; }
.mainnav__cta { white-space: nowrap; flex: none; padding-inline: 1.1rem; }

.navtoggle {
  display: none; margin-left: auto; width: 48px; height: 48px;
  background: transparent; border: 2px solid var(--line-2); border-radius: var(--r-sm);
  cursor: pointer; padding: 12px 11px; flex-direction: column; justify-content: space-between;
}
.navtoggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform var(--t), opacity var(--t); }
.navtoggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.navtoggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.navtoggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

@media (max-width: 1240px) {
  .navtoggle { display: flex; }
  .mainnav {
    position: fixed; inset: 120px 0 0 0; margin: 0; padding: 1.2rem 20px 6rem;
    flex-direction: column; align-items: stretch; gap: .4rem;
    background: var(--paper); border-top: 1px solid var(--line);
    overflow-y: auto; transform: translateY(-8px); opacity: 0; pointer-events: none;
    transition: opacity var(--t), transform var(--t);
  }
  .mainnav.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .mainnav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .mainnav a { padding: .95rem .6rem; font-size: 1.05rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .mainnav a[aria-current="page"] { box-shadow: inset 3px 0 0 var(--amber); }
  .mainnav__cta { margin-top: 1rem; }
}

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(3rem, 7vw, 6rem) 0 clamp(3rem, 6vw, 5rem); overflow: hidden; }
.hero__bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60rem 32rem at 78% -12%, var(--amber-soft) 0%, transparent 62%),
    radial-gradient(46rem 26rem at 4% 8%, #E9EEF7 0%, transparent 60%);
}
.hero__in { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero__title { font-size: clamp(2.3rem, 5.4vw, 4rem); font-weight: 900; margin-bottom: .35em; }
.hero__lead { font-size: clamp(1.02rem, 1.4vw, 1.16rem); color: var(--muted); max-width: 46ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.7rem 0 1.5rem; }
.hero__actions--center { justify-content: center; }
.hero__chips { display: flex; flex-wrap: wrap; gap: .5rem 1.3rem; list-style: none; font-size: .9rem; color: var(--muted); }
.hero__chips li { display: inline-flex; align-items: center; gap: .4rem; }
.hero__chips .i { color: var(--green); }

/* =========================================================
   ANASAYFA SLIDER
   Panelden yonetilir (Yonetim > Slider). Fotograf yuklenmemis
   slaytlarda `theme` alanindaki cizim sahne kullanilir.
   ========================================================= */
.hero--slider {
  --scene-ink: #07101F;
  padding: clamp(3rem, 6.5vw, 5.4rem) 0 clamp(2.8rem, 5vw, 4.6rem);
  background: var(--scene-ink);
  color: #EAF0FA;
}
.hero--slider .hero__bg { background: none; }

.heroscene {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transition: opacity 900ms ease, visibility 0s linear 900ms;
}
.heroscene.is-active { opacity: 1; visibility: visible; transition: opacity 900ms ease, visibility 0s; }

/* Yavas yakinlasma (ken burns) — sadece aktif slaytta calisir */
.heroscene::before {
  content: ''; position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.06);
}
.heroscene.is-active::before { animation: kenburns 14s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.06); } to { transform: scale(1.16); } }

/* Yuklenen fotograf */
.heroscene--shot::before { background-image: var(--shot); }
.heroscene--shot::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(7,16,31,.94) 0%, rgba(7,16,31,.78) 42%, rgba(7,16,31,.42) 100%);
}

/* Fotograf yokken: sehir siluetli cizim sahneler.
   Silueti ve isiklari tek bir SVG tasir; her tema onu farkli
   degrade ve saydamlikla kullanir. */
.heroscene:not(.heroscene--shot)::before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 220' preserveAspectRatio='none'><g fill='%23ffffff' fill-opacity='.5'><rect x='0' y='40' width='64' height='180'/><rect x='64' y='140' width='72' height='80'/><rect x='136' y='40' width='72' height='180'/><rect x='170' y='20' width='4' height='20'/><rect x='211' y='140' width='40' height='80'/><rect x='251' y='140' width='40' height='80'/><rect x='294' y='100' width='56' height='120'/><rect x='350' y='140' width='88' height='80'/><rect x='445' y='80' width='56' height='140'/><rect x='504' y='100' width='48' height='120'/><rect x='552' y='60' width='72' height='160'/><rect x='586' y='40' width='4' height='20'/><rect x='627' y='60' width='64' height='160'/><rect x='698' y='120' width='48' height='100'/><rect x='749' y='140' width='48' height='80'/><rect x='797' y='100' width='40' height='120'/><rect x='840' y='40' width='88' height='180'/><rect x='928' y='160' width='88' height='60'/><rect x='1016' y='140' width='48' height='80'/><rect x='1064' y='80' width='56' height='140'/><rect x='1127' y='60' width='72' height='160'/><rect x='1161' y='40' width='4' height='20'/><rect x='1199' y='80' width='40' height='140'/></g><g fill='%23F2B705' fill-opacity='.85'><rect x='8' y='124' width='6' height='8'/><rect x='8' y='196' width='6' height='8'/><rect x='22' y='52' width='6' height='8'/><rect x='22' y='70' width='6' height='8'/><rect x='22' y='124' width='6' height='8'/><rect x='36' y='52' width='6' height='8'/><rect x='36' y='70' width='6' height='8'/><rect x='36' y='106' width='6' height='8'/><rect x='36' y='124' width='6' height='8'/><rect x='36' y='142' width='6' height='8'/><rect x='36' y='160' width='6' height='8'/><rect x='86' y='170' width='6' height='8'/><rect x='114' y='152' width='6' height='8'/><rect x='114' y='170' width='6' height='8'/><rect x='114' y='188' width='6' height='8'/><rect x='144' y='52' width='6' height='8'/><rect x='144' y='70' width='6' height='8'/><rect x='144' y='88' width='6' height='8'/><rect x='144' y='106' width='6' height='8'/><rect x='144' y='142' width='6' height='8'/><rect x='144' y='178' width='6' height='8'/><rect x='144' y='196' width='6' height='8'/><rect x='158' y='106' width='6' height='8'/><rect x='158' y='142' width='6' height='8'/><rect x='158' y='160' width='6' height='8'/><rect x='158' y='178' width='6' height='8'/><rect x='172' y='70' width='6' height='8'/><rect x='172' y='106' width='6' height='8'/><rect x='172' y='178' width='6' height='8'/><rect x='186' y='160' width='6' height='8'/><rect x='219' y='152' width='6' height='8'/><rect x='259' y='152' width='6' height='8'/><rect x='259' y='170' width='6' height='8'/><rect x='302' y='112' width='6' height='8'/><rect x='302' y='130' width='6' height='8'/><rect x='302' y='166' width='6' height='8'/><rect x='316' y='112' width='6' height='8'/><rect x='330' y='130' width='6' height='8'/><rect x='330' y='148' width='6' height='8'/><rect x='358' y='152' width='6' height='8'/><rect x='386' y='152' width='6' height='8'/><rect x='386' y='170' width='6' height='8'/><rect x='386' y='188' width='6' height='8'/><rect x='400' y='170' width='6' height='8'/><rect x='453' y='92' width='6' height='8'/><rect x='453' y='128' width='6' height='8'/><rect x='453' y='146' width='6' height='8'/><rect x='467' y='110' width='6' height='8'/><rect x='467' y='146' width='6' height='8'/><rect x='467' y='164' width='6' height='8'/><rect x='467' y='182' width='6' height='8'/><rect x='481' y='110' width='6' height='8'/><rect x='481' y='128' width='6' height='8'/><rect x='481' y='146' width='6' height='8'/><rect x='481' y='182' width='6' height='8'/><rect x='512' y='184' width='6' height='8'/><rect x='526' y='112' width='6' height='8'/><rect x='526' y='130' width='6' height='8'/><rect x='560' y='72' width='6' height='8'/><rect x='560' y='90' width='6' height='8'/><rect x='560' y='108' width='6' height='8'/><rect x='560' y='126' width='6' height='8'/><rect x='560' y='162' width='6' height='8'/><rect x='560' y='180' width='6' height='8'/><rect x='574' y='108' width='6' height='8'/><rect x='574' y='144' width='6' height='8'/><rect x='574' y='162' width='6' height='8'/><rect x='588' y='72' width='6' height='8'/><rect x='588' y='126' width='6' height='8'/><rect x='588' y='162' width='6' height='8'/><rect x='602' y='72' width='6' height='8'/><rect x='602' y='90' width='6' height='8'/><rect x='602' y='108' width='6' height='8'/><rect x='602' y='126' width='6' height='8'/><rect x='602' y='144' width='6' height='8'/><rect x='602' y='162' width='6' height='8'/><rect x='635' y='162' width='6' height='8'/><rect x='635' y='180' width='6' height='8'/><rect x='649' y='72' width='6' height='8'/><rect x='649' y='108' width='6' height='8'/><rect x='663' y='72' width='6' height='8'/><rect x='663' y='90' width='6' height='8'/><rect x='663' y='162' width='6' height='8'/><rect x='706' y='150' width='6' height='8'/><rect x='720' y='150' width='6' height='8'/><rect x='720' y='168' width='6' height='8'/><rect x='720' y='186' width='6' height='8'/><rect x='757' y='152' width='6' height='8'/><rect x='757' y='170' width='6' height='8'/><rect x='771' y='152' width='6' height='8'/><rect x='771' y='170' width='6' height='8'/><rect x='848' y='70' width='6' height='8'/><rect x='848' y='106' width='6' height='8'/><rect x='848' y='160' width='6' height='8'/><rect x='848' y='178' width='6' height='8'/><rect x='862' y='106' width='6' height='8'/><rect x='862' y='142' width='6' height='8'/><rect x='876' y='52' width='6' height='8'/><rect x='876' y='70' width='6' height='8'/><rect x='876' y='124' width='6' height='8'/><rect x='876' y='142' width='6' height='8'/><rect x='876' y='160' width='6' height='8'/><rect x='876' y='196' width='6' height='8'/><rect x='890' y='106' width='6' height='8'/><rect x='890' y='124' width='6' height='8'/><rect x='904' y='70' width='6' height='8'/><rect x='904' y='124' width='6' height='8'/><rect x='936' y='172' width='6' height='8'/><rect x='978' y='190' width='6' height='8'/><rect x='1038' y='188' width='6' height='8'/><rect x='1072' y='92' width='6' height='8'/><rect x='1072' y='182' width='6' height='8'/><rect x='1086' y='110' width='6' height='8'/><rect x='1086' y='146' width='6' height='8'/><rect x='1086' y='164' width='6' height='8'/><rect x='1100' y='92' width='6' height='8'/><rect x='1100' y='110' width='6' height='8'/><rect x='1135' y='72' width='6' height='8'/><rect x='1135' y='108' width='6' height='8'/><rect x='1149' y='90' width='6' height='8'/><rect x='1149' y='162' width='6' height='8'/><rect x='1163' y='126' width='6' height='8'/><rect x='1177' y='72' width='6' height='8'/><rect x='1207' y='164' width='6' height='8'/></g></svg>");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 132% 300px;
  opacity: var(--sky-op, .5);
}
.heroscene:not(.heroscene--shot)::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(58rem 30rem at 82% -6%, var(--glowA) 0%, transparent 64%),
    radial-gradient(44rem 30rem at 6% 108%, var(--glowB) 0%, transparent 62%),
    linear-gradient(160deg, var(--sceneA) 0%, var(--sceneB) 100%);
  z-index: -1;
}
.heroscene--gece {
  --sceneA: #08111F; --sceneB: #0E1B33;
  --glowA: rgba(242,183,5,.26); --glowB: rgba(38,74,132,.46); --sky-op: .62;
}
.heroscene--gunduz {
  --sceneA: #1B3A63; --sceneB: #24406B;
  --glowA: rgba(255,214,102,.5); --glowB: rgba(140,186,236,.4); --sky-op: .34;
}
.heroscene--havalimani {
  --sceneA: #0A1B33; --sceneB: #17365F;
  --glowA: rgba(126,196,255,.42); --glowB: rgba(242,183,5,.22); --sky-op: .4;
}
.heroscene--sehir {
  --sceneA: #141B2B; --sceneB: #33291A;
  --glowA: rgba(242,183,5,.4); --glowB: rgba(74,104,156,.4); --sky-op: .55;
}

/* Sahnenin uzerinde cok yavas gecen isik huzmesi — durgun durmasin */
.hero--slider .hero__bg::after {
  content: ''; position: absolute; inset: -30% -45%; z-index: 1; pointer-events: none;
  background: linear-gradient(74deg, transparent 43%, rgba(255,255,255,.055) 50%, transparent 57%);
  animation: sheen 11s linear infinite;
}
@keyframes sheen { from { transform: translateX(-22%); } to { transform: translateX(22%); } }
@media (prefers-reduced-motion: reduce) { .hero--slider .hero__bg::after { animation: none; opacity: 0; } }

/* Damali serit — sahnenin altina taksi kimligi katar */
.hero--slider::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; z-index: 2;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.14) 0 14px, var(--amber) 14px 28px);
  opacity: .8;
}

/* Donen metin */
.heroslides { position: relative; display: grid; }
.heroslide {
  grid-area: 1 / 1;
  opacity: 0; visibility: hidden; transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(.2,.7,.3,1), visibility 0s linear 520ms;
}
.heroslide.is-active { opacity: 1; visibility: visible; transform: none; transition-delay: 0s, 0s, 0s; }
.heroslide .hero__title { color: #fff; text-wrap: balance; text-shadow: 0 2px 24px rgba(0,0,0,.35); }
.heroslide p.hero__title { font-family: var(--font-display); font-weight: 900; line-height: 1.12; letter-spacing: -.015em; margin: 0 0 .35em; }
.heroslide .hero__lead { color: #C3D0E4; }

.hero--slider .eyebrow { color: var(--amber); }
.hero--slider .hero__chips { color: #B6C4DB; }
.hero--slider .hero__chips .i { color: #58D08D; }
.hero--slider .card--form { box-shadow: 0 30px 70px -30px rgba(0,0,0,.75), var(--shadow-lg); }

/* Slayt gezinme */
.heronav { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.6rem; }
.heronav__arrow {
  display: grid; place-items: center; width: 44px; height: 44px; flex: none;
  background: rgba(255,255,255,.07); color: #fff;
  border: 1px solid rgba(255,255,255,.22); border-radius: 50%;
  cursor: pointer; transition: background var(--t), border-color var(--t), transform var(--t);
}
.heronav__arrow:hover { background: var(--amber); border-color: var(--amber); color: var(--ink); }
.heronav__arrow:active { transform: scale(.94); }
.heronav__arrow:first-child .i { transform: rotate(180deg); }
.heronav__dots { display: flex; align-items: center; gap: .45rem; }
.herodot {
  position: relative; width: 34px; height: 22px; padding: 0;
  background: none; border: 0; cursor: pointer;
}
.herodot span {
  position: absolute; inset: 9px 0; display: block;
  background: rgba(255,255,255,.28); border-radius: 999px;
  transition: background var(--t);
}
.herodot:hover span { background: rgba(255,255,255,.55); }
.herodot.is-active span { background: var(--amber); }
.herodot.is-active { width: 56px; }
.herodot span::after {
  content: ''; position: absolute; inset: 0; width: 0;
  background: var(--amber); border-radius: 999px;
}
.hero--slider.is-playing .herodot.is-active span::after { animation: dotfill var(--dur, 6.5s) linear forwards; }
@keyframes dotfill { from { width: 0; } to { width: 100%; } }

.btn--glass {
  --btn-bg: rgba(255,255,255,.09); --btn-fg: #fff; --btn-bd: rgba(255,255,255,.34);
  backdrop-filter: blur(6px);
}
.btn--glass:hover { --btn-bg: #fff; --btn-fg: var(--ink); --btn-bd: #fff; color: var(--ink); }

@media (max-width: 1240px) {
  .hero--slider .heronav { margin-bottom: 1.2rem; }
}
@media (max-width: 640px) {
  .heroscene:not(.heroscene--shot)::before { background-size: 190% auto; }
  .heronav__arrow { width: 40px; height: 40px; }
  .heroslide .hero__title { text-shadow: 0 2px 18px rgba(0,0,0,.5); }
}

.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 .9rem;
}
.eyebrow__dot { width: 22px; height: 3px; background: var(--amber); border-radius: 2px; }
.eyebrow--light { color: #A9B7CE; }
.eyebrow--center { justify-content: center; }

/* ---------- Kartlar ---------- */
.card {
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(1.3rem, 2.4vw, 1.9rem); box-shadow: var(--shadow);
}
.card + .card { margin-top: 1rem; }
.card__title { font-size: 1.32rem; margin-bottom: .35em; }
.card__sub { color: var(--muted); font-size: .94rem; margin-bottom: 1.1rem; }
.card--form { border-top: 5px solid var(--amber); }
.card--why { background: var(--ink); color: #DCE4F1; border-color: var(--ink); }
.card--why .card__title { color: #fff; }
.card--ask { margin-top: 2rem; text-align: center; background: var(--amber-soft); border-color: #F0DFA6; }
.card--calc { border-top: 5px solid var(--ink); }
@media (min-width: 981px) { .card--sticky { position: sticky; top: 130px; } }

/* ---------- Form ---------- */
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.field { margin-bottom: .9rem; }
.field label { display: block; font-size: .84rem; font-weight: 700; color: var(--muted); margin-bottom: .35rem; letter-spacing: .01em; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 48px; padding: .7rem .9rem;
  font: 400 1rem/1.4 var(--font-body); color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--line-2); border-radius: var(--r-sm);
  transition: border-color var(--t), background var(--t), box-shadow var(--t);
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--muted-2); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--ink); background: var(--paper-2);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--amber) 45%, transparent);
}
.field--hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field--check label { display: flex; align-items: center; gap: .5rem; font-size: .95rem; color: var(--ink); font-weight: 600; }
.field--check input { width: auto; min-height: 0; }
.field .range { width: 100%; min-height: 0; padding: 0; margin-top: .6rem; border: 0; background: transparent; accent-color: var(--amber-dk); }
.form__status { margin: .9rem 0 0; font-size: .92rem; min-height: 1.4em; font-weight: 600; }
.form__status.is-ok { color: var(--green); }
.form__status.is-err { color: var(--red); }
.form__note { margin: .9rem 0 0; font-size: .84rem; color: var(--muted-2); }

/* ---------- Rakamlar ---------- */
.stats { background: var(--ink); color: #fff; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 1.9rem 1rem; text-align: center; }
.stat + .stat { border-left: 1px solid rgba(255,255,255,.14); }
.stat strong { display: block; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 2.9rem); font-weight: 900; color: var(--amber); line-height: 1; }
.stat span { display: block; margin-top: .45rem; font-size: .87rem; color: #B9C5DA; letter-spacing: .02em; }

/* ---------- Bölümler ---------- */
.section { padding: clamp(3rem, 6vw, 5.2rem) 0; }
.section--tight { padding: clamp(2.2rem, 4vw, 3.4rem) 0 clamp(3rem, 6vw, 5rem); }
.section--tall { padding: clamp(4rem, 9vw, 8rem) 0; }
.section--paper { background: var(--paper-3); border-block: 1px solid var(--line); }
.section--navy { background: var(--ink); color: #D6DEEC; }
.section--navy h2, .section--navy h3 { color: #fff; }

.sec-head { max-width: 62ch; margin-bottom: clamp(1.8rem, 3vw, 2.6rem); }
.sec-head--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; max-width: none; }
.sec-head--center { max-width: 56ch; margin-inline: auto; text-align: center; }
.sec-head--center .eyebrow { justify-content: center; }
.sec-head__title { font-size: clamp(1.7rem, 3.2vw, 2.5rem); margin-bottom: .3em; }
.sec-head__title--sm { font-size: clamp(1.3rem, 2.2vw, 1.7rem); margin-top: 2.4rem; }
.sec-head__lead { color: var(--muted); margin: 0; }
.section--navy .sec-head__lead { color: #A9B7CE; }

/* ---------- Izgaralar ---------- */
.grid { display: grid; gap: clamp(1rem, 1.8vw, 1.4rem); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.split { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: start; }
.split--wide { grid-template-columns: 1.35fr .65fr; }

/* ---------- Hizmet kutusu ---------- */
.tile {
  display: flex; flex-direction: column; gap: .55rem;
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 1.6rem; text-decoration: none; color: var(--ink);
  transition: border-color var(--t), box-shadow var(--t), background var(--t);
}
.tile:hover { border-color: var(--line-2); box-shadow: var(--shadow); background: #fff; }
.tile__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; margin-bottom: .5rem;
  background: var(--amber-soft); color: var(--ink); border-radius: 14px;
}
.tile__icon .i { width: 26px; height: 26px; }
.tile__icon--lg { width: 66px; height: 66px; border-radius: 18px; }
.tile__icon--lg .i { width: 32px; height: 32px; }
.tile__title { font-size: 1.24rem; margin: 0; }
.tile__text { color: var(--muted); font-size: .95rem; margin: 0; flex: 1; }
.tile__more { display: inline-flex; align-items: center; gap: .35rem; margin-top: .7rem; font-size: .88rem; font-weight: 700; color: var(--ink-soft); }
.tile:hover .tile__more .i { transform: translateX(3px); }
.tile__more .i { transition: transform var(--t); }

/* ---------- Araç kartı ---------- */
.vcard { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); }
.vcard__img { position: relative; aspect-ratio: 16 / 10; background: var(--paper-3); display: grid; place-items: center; }
.vcard__img img { width: 100%; height: 100%; object-fit: cover; }
.vcard__ph .i { width: 54px; height: 54px; color: var(--line-2); }
.vcard__plate {
  position: absolute; left: 12px; top: 12px;
  background: var(--paper-2); color: var(--ink); border: 1.5px solid var(--ink);
  border-radius: 6px; padding: .18rem .55rem; font-size: .8rem; font-weight: 800; letter-spacing: .06em;
  box-shadow: inset 4px 0 0 #0B57C4;
}
.vcard__body { padding: 1.2rem 1.3rem 1.4rem; display: flex; flex-direction: column; gap: .7rem; flex: 1; }
.vcard__title { font-size: 1.15rem; margin: 0; }
.vcard__desc { color: var(--muted); font-size: .92rem; margin: 0; }
.vcard__specs { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem .9rem; font-size: .86rem; color: var(--muted); }
.vcard__specs li { display: inline-flex; align-items: center; gap: .3rem; }
.vcard__cta { margin-top: auto; font-weight: 700; font-size: .92rem; color: var(--ink-soft); text-decoration-color: var(--amber); }
.vcard--lg .vcard__body { padding: 1.4rem 1.5rem 1.6rem; }

/* ---------- Durak ---------- */
.scard { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r); padding: 1.3rem; }
.scard__title { font-size: 1.08rem; margin-bottom: .2em; }
.scard__meta { font-size: .8rem; color: var(--muted-2); text-transform: uppercase; letter-spacing: .1em; margin: 0 0 .5rem; }
.scard__addr { font-size: .9rem; color: var(--muted); margin: 0 0 .8rem; }
.scard__phone { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; font-size: .95rem; text-decoration: none; }

.stoplist { display: grid; gap: 1rem; }
.stop { display: grid; grid-template-columns: 1fr 260px; gap: 1.6rem; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.2rem, 2.4vw, 1.8rem); }
.stop__title { font-size: 1.35rem; margin-bottom: .35em; }
.stop__meta { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0 0 .7rem; }
.stop__addr { display: flex; gap: .5rem; color: var(--muted); font-size: .95rem; margin: 0 0 .6rem; }
.stop__addr .i { margin-top: .25em; color: var(--amber-dk); }
.stop__desc { color: var(--muted); font-size: .92rem; margin: 0 0 .9rem; }
.stop__side { display: flex; flex-direction: column; justify-content: center; }

.pill { display: inline-block; padding: .18rem .7rem; border-radius: 999px; background: var(--ink); color: #fff; font-size: .76rem; font-weight: 700; letter-spacing: .04em; }
.pill--soft { background: var(--amber-soft); color: var(--ink); }

.plates { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; }
.plates__label { font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); }
.plates__list { display: inline-flex; flex-wrap: wrap; gap: .4rem; }
.plate { display: inline-block; background: var(--paper-2); border: 1.5px solid var(--ink); border-radius: 5px; padding: .1rem .5rem; font-size: .82rem; font-weight: 800; letter-spacing: .05em; box-shadow: inset 4px 0 0 #0B57C4; }

/* ---------- Fiyat listesi ---------- */
.pricelist { margin: 1.4rem 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.pricelist > div { background: var(--paper-2); padding: 1rem; }
.pricelist dt { font-size: .8rem; color: var(--muted); margin-bottom: .2rem; }
.pricelist dd { margin: 0; font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; }
.pricelist--rows { grid-template-columns: 1fr; margin: 0; }
.pricelist--rows > div { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.pricelist--rows dt { margin: 0; }
.pricelist--rows dd { font-size: 1.05rem; text-align: right; }

/* ---------- Neden biz ---------- */
.why { list-style: none; display: grid; gap: 1.1rem; }
.why li { display: flex; gap: .9rem; }
.why .i { width: 22px; height: 22px; color: var(--amber); margin-top: .25em; }
.why strong { display: block; color: #fff; font-size: .98rem; }
.why span { display: block; color: #9FB0CA; font-size: .89rem; line-height: 1.5; }

/* ---------- Ücret çıktısı ---------- */
.fare-out { margin-top: 1.4rem; padding: 1.3rem 1.4rem; background: var(--ink); border-radius: var(--r); color: #fff; }
.fare-out__label { display: block; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: #A9B7CE; }
.fare-out__value { display: block; font-family: var(--font-display); font-size: clamp(2rem, 5vw, 2.8rem); font-weight: 900; color: var(--amber); line-height: 1.1; margin: .2rem 0; }
.fare-out__break { display: block; font-size: .84rem; color: #A9B7CE; }

/* ---------- Galeri ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(.8rem, 1.6vw, 1.2rem); }
.gallery__item { margin: 0; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.gallery__item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform var(--t); }
.gallery__item:hover img { transform: scale(1.03); }
.gallery__item figcaption { padding: .8rem 1rem 1rem; font-size: .88rem; }
.gallery__item figcaption strong { display: block; }
.gallery__item figcaption span { color: var(--muted); }

.gstrip { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px, 1fr); gap: 1rem; overflow-x: auto; padding-bottom: .6rem; scroll-snap-type: x mandatory; }
.gstrip__item { margin: 0; scroll-snap-align: start; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); background: var(--paper-2); }
.gstrip__item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gstrip__item figcaption { padding: .6rem .8rem; font-size: .85rem; color: var(--muted); }

/* ---------- Yorumlar ---------- */
.quote { margin: 0; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-lg); padding: 1.6rem; }
.quote__stars { display: flex; gap: .15rem; color: var(--amber); margin-bottom: .8rem; }
.quote blockquote { margin: 0 0 1rem; }
.quote blockquote p { margin: 0; font-size: 1.02rem; color: #E4EAF4; }
.quote figcaption strong { display: block; color: #fff; font-size: .95rem; }
.quote figcaption span { font-size: .84rem; color: #97A6C0; }

/* ---------- SSS ---------- */
.faq { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--paper-2); }
.faq__item + .faq__item { border-top: 1px solid var(--line); }
.faq__item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.15rem 1.4rem; cursor: pointer; list-style: none;
  font-family: var(--font-display); font-size: 1.06rem; font-weight: 700;
  transition: background var(--t);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { background: var(--paper-3); }
.faq__item summary .i { color: var(--amber-dk); transition: transform var(--t); }
.faq__item[open] summary .i { transform: rotate(45deg); }
.faq__body { padding: 0 1.4rem 1.3rem; color: var(--muted); font-size: .97rem; }
.faq__body p { margin: 0 0 .7em; }
.faq + .center { margin-top: 1.6rem; }

/* ---------- İletişim ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-bottom: 1.6rem; }
.contact-card {
  display: flex; flex-direction: column; gap: .2rem;
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 1.2rem 1.3rem; text-decoration: none; color: var(--ink);
  transition: border-color var(--t), box-shadow var(--t);
}
.contact-card:hover { border-color: var(--ink); box-shadow: var(--shadow-sm); }
.contact-card--static { cursor: default; }
.contact-card .i { width: 22px; height: 22px; color: var(--amber-dk); margin-bottom: .4rem; }
.contact-card strong { font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted-2); }
.contact-card span { font-size: 1rem; font-weight: 600; }
.mapbox { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; margin-bottom: 1.6rem; background: var(--paper-3); }
.mapbox iframe { display: block; width: 100%; height: 380px; border: 0; }

/* ---------- Sayfa başlığı ---------- */
.pagehead { padding: clamp(2.2rem, 5vw, 3.6rem) 0 0; }
.pagehead__title { font-size: clamp(2rem, 4.4vw, 3.1rem); font-weight: 900; margin-bottom: .3em; }
.pagehead__lead { color: var(--muted); max-width: 60ch; font-size: 1.05rem; margin: 0; }
.crumbs { margin-bottom: 1.1rem; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: .4rem; list-style: none; font-size: .84rem; color: var(--muted-2); }
.crumbs li + li::before { content: '/'; margin-right: .4rem; color: var(--line-2); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }

/* ---------- Metin ---------- */
.prose { font-size: 1.06rem; }
.prose p { margin: 0 0 1.15em; color: #2A3B57; max-width: 68ch; }
.prose h2 { font-size: 1.55rem; margin-top: 1.8em; }

.linklist { list-style: none; display: grid; gap: .1rem; }
.linklist a { display: flex; align-items: center; justify-content: space-between; gap: .6rem; padding: .7rem 0; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 600; font-size: .95rem; }
.linklist a:hover { color: var(--ink); }
.linklist a .i { color: var(--amber-dk); }
.linklist--inline { display: flex; flex-wrap: wrap; justify-content: center; gap: .3rem 1.2rem; margin-top: 2.4rem; }
.linklist--inline a { border: 0; padding: .3rem 0; }

.empty { text-align: center; color: var(--muted); padding: 3rem 1rem; background: var(--paper-2); border: 1px dashed var(--line-2); border-radius: var(--r-lg); }

/* ---------- CTA bandı ---------- */
.ctaband { background: var(--amber); color: var(--ink); }
.ctaband__in { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2rem, 4vw, 3rem) 20px; flex-wrap: wrap; }
.ctaband__title { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: .2em; }
.ctaband__lead { margin: 0; font-weight: 600; color: #4A3C05; }
.ctaband__actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.ctaband .btn--outline { --btn-bd: rgba(16,32,60,.35); }
.ctaband .btn--outline:hover { --btn-bd: var(--ink); }

/* ---------- Alt bilgi ---------- */
.site-foot { background: var(--ink); color: #B9C5DA; padding-top: clamp(2.6rem, 5vw, 4rem); }
.site-foot__grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1fr; gap: 2rem; padding-bottom: 2.6rem; }
.brand--foot { color: #fff; margin-bottom: .9rem; }
.brand--foot .brand__text strong { color: #fff; font-size: 1.1rem; }
.site-foot__lead { font-size: .93rem; color: #9FB0CA; max-width: 34ch; }
.site-foot__h { font-family: var(--font-body); font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; color: #7E8EA8; margin-bottom: 1rem; }
.site-foot__links { list-style: none; display: grid; gap: .45rem; font-size: .93rem; }
.site-foot__links a { color: #C5D0E2; text-decoration: none; }
.site-foot__links a:hover { color: var(--amber); text-decoration: underline; }
.site-foot__hours { font-size: 1.05rem; color: #fff; font-weight: 700; margin-bottom: 1rem; }
.site-foot__social { display: flex; gap: .5rem; margin-top: 1rem; }
.site-foot__social a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; color: #C5D0E2; transition: background var(--t), color var(--t); }
.site-foot__social a:hover { background: var(--amber); color: var(--ink); border-color: var(--amber); }
.site-foot__bar { border-top: 1px solid rgba(255,255,255,.12); }
.site-foot__barin { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-block: 1.1rem; font-size: .84rem; }
.site-foot__barin p { margin: 0; color: #8A99B2; }
.site-foot__barin a { color: #8A99B2; }

/* ---------- Mobil arama çubuğu ---------- */
.callbar { display: none; }
@media (max-width: 720px) {
  .callbar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
    background: var(--line-2); border-top: 1px solid var(--line-2);
    box-shadow: 0 -8px 24px rgba(16,32,60,.14);
  }
  .callbar__btn {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .15rem;
    min-height: 60px; background: var(--paper-2); color: var(--ink);
    font-size: .78rem; font-weight: 700; text-decoration: none;
  }
  .callbar__btn .i { width: 20px; height: 20px; }
  .callbar__btn--amber { background: var(--amber); }
  body { padding-bottom: 60px; }
}

/* ---------- Duyarlı düzen ---------- */
@media (max-width: 1240px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .hero__in { grid-template-columns: 1fr; }
  .hero__form { max-width: 560px; }
  .mainnav { inset-block-start: 116px; }
}
@media (max-width: 1000px) {
  .site-foot__grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.6rem; }
}
@media (max-width: 980px) {
  .split, .split--wide { grid-template-columns: 1fr; }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .stop { grid-template-columns: 1fr; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.14); }
  .pricelist { grid-template-columns: 1fr; }
  .sec-head--split { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .site-foot__grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .ctaband__in { flex-direction: column; align-items: flex-start; }
  .btn { width: 100%; }
  .hero__actions .btn, .ctaband__actions .btn { width: 100%; }
}

@media print {
  .topbar, .site-head, .callbar, .ctaband, .site-foot__social { display: none !important; }
  body { background: #fff; }
}

/* =========================================================
   HAREKET — kaydirinca beliren bolumler, sayaclar, hover
   Tumu prefers-reduced-motion ile otomatik kapanir.
   ========================================================= */

/* Bolumler goruse girince yumusak beliris.
   `js-on` sinifini <head> icindeki minik betik ekler; JavaScript
   kapaliysa hicbir sey gizlenmez, site aynen calisir. */
.js-on [data-reveal] .sec-head,
.js-on [data-reveal] .grid > *,
.js-on [data-reveal] .split > *,
.js-on [data-reveal] .stat,
.js-on [data-reveal] .gstrip__item,
.js-on [data-reveal] .faq__item,
.js-on [data-reveal] .pricelist,
.js-on [data-reveal] .center {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms cubic-bezier(.2,.7,.3,1), transform 620ms cubic-bezier(.2,.7,.3,1);
}
.js-on [data-reveal].is-in .sec-head,
.js-on [data-reveal].is-in .grid > *,
.js-on [data-reveal].is-in .split > *,
.js-on [data-reveal].is-in .stat,
.js-on [data-reveal].is-in .gstrip__item,
.js-on [data-reveal].is-in .faq__item,
.js-on [data-reveal].is-in .pricelist,
.js-on [data-reveal].is-in .center { opacity: 1; transform: none; }

/* Kademeli giris — kartlar tek tek belirir */
.js-on [data-reveal].is-in .grid > *:nth-child(1),
.js-on [data-reveal].is-in .stat:nth-child(1)      { transition-delay: 60ms; }
.js-on [data-reveal].is-in .grid > *:nth-child(2),
.js-on [data-reveal].is-in .stat:nth-child(2)      { transition-delay: 130ms; }
.js-on [data-reveal].is-in .grid > *:nth-child(3),
.js-on [data-reveal].is-in .stat:nth-child(3)      { transition-delay: 200ms; }
.js-on [data-reveal].is-in .grid > *:nth-child(4),
.js-on [data-reveal].is-in .stat:nth-child(4)      { transition-delay: 270ms; }
.js-on [data-reveal].is-in .grid > *:nth-child(5)  { transition-delay: 340ms; }
.js-on [data-reveal].is-in .grid > *:nth-child(6)  { transition-delay: 410ms; }
.js-on [data-reveal].is-in .faq__item:nth-child(1) { transition-delay: 60ms; }
.js-on [data-reveal].is-in .faq__item:nth-child(2) { transition-delay: 120ms; }
.js-on [data-reveal].is-in .faq__item:nth-child(3) { transition-delay: 180ms; }
.js-on [data-reveal].is-in .faq__item:nth-child(4) { transition-delay: 240ms; }
.js-on [data-reveal].is-in .faq__item:nth-child(5) { transition-delay: 300ms; }
.js-on [data-reveal].is-in .split > *:nth-child(2) { transition-delay: 140ms; }

/* ---------- Kart ve buton rafinesi ---------- */
.btn { will-change: transform; }
.btn:active { transform: translateY(1px); }
.btn--amber { box-shadow: 0 6px 18px -8px rgba(209,158,0,.9); }
.btn--amber:hover { box-shadow: 0 10px 26px -10px rgba(209,158,0,1); }

.tile { transition: border-color var(--t), box-shadow var(--t), background var(--t), transform var(--t); }
.tile:hover { transform: translateY(-4px); }
.tile__icon { transition: background var(--t), color var(--t), transform var(--t); }
.tile:hover .tile__icon { background: var(--amber); transform: rotate(-6deg) scale(1.06); }

.vcard { transition: transform var(--t), box-shadow var(--t), border-color var(--t); }
.vcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-2); }
.vcard__img img { transition: transform 600ms cubic-bezier(.2,.7,.3,1); }
.vcard:hover .vcard__img img { transform: scale(1.05); }

/* Fotograf yuklenmemis arac karti artik duz gri degil */
.vcard__img {
  background:
    radial-gradient(22rem 12rem at 70% -20%, var(--amber-soft) 0%, transparent 70%),
    linear-gradient(150deg, #EFEBE1 0%, #E3DFD4 100%);
}
.vcard__ph .i { color: #C9C1AE; transition: transform var(--t); }
.vcard:hover .vcard__ph .i { transform: translateY(-3px) scale(1.04); }

.scard { transition: transform var(--t), box-shadow var(--t), border-color var(--t); }
.scard:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--line-2); }

.quote { transition: transform var(--t), background var(--t); }
.quote:hover { transform: translateY(-3px); background: rgba(255,255,255,.09); }

.gstrip__item img { transition: transform 600ms cubic-bezier(.2,.7,.3,1); }
.gstrip__item:hover img { transform: scale(1.06); }

.stat strong { transition: transform var(--t); }
.stat:hover strong { transform: translateY(-2px); }

/* Sayfa basliginin altindaki amber vurgu */
.sec-head__title { position: relative; }

/* ---------- Kaydirinca kucule n baslik ---------- */
.site-head { transition: box-shadow var(--t), background var(--t); }
.site-head.is-stuck { box-shadow: 0 10px 30px -18px rgba(16,32,60,.5); background: color-mix(in srgb, var(--paper) 96%, transparent); }
.site-head.is-stuck .site-head__in { min-height: 64px; }
.site-head__in { transition: min-height var(--t); }

/* ---------- Okuma ilerleme cizgisi ---------- */
.progress {
  position: fixed; left: 0; top: 0; height: 3px; z-index: 90;
  width: 0; background: linear-gradient(90deg, var(--amber-dk), var(--amber));
  pointer-events: none;
}

/* ---------- Mobil dokunma ve bosluk duzeltmeleri ---------- */
@media (max-width: 720px) {
  .hero--slider { padding-top: 2.6rem; }
  .heronav { justify-content: center; }
  .sec-head { margin-bottom: 1.6rem; }
  .faq__item summary { padding-block: 1.1rem; }
  .site-foot__social a { width: 46px; height: 46px; }
  .callbar__btn { min-height: 64px; }
  body { padding-bottom: 64px; }
}
@media (max-width: 420px) {
  .heroslide .hero__title { font-size: clamp(1.9rem, 9.4vw, 2.5rem); }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
}

/* Hareketi azalt tercihi: her sey aninda, ken burns ve dolgu yok */
@media (prefers-reduced-motion: reduce) {
  .heroscene.is-active::before { animation: none; }
  .hero--slider.is-playing .herodot.is-active span::after { animation: none; }
  .js-on [data-reveal] * { opacity: 1 !important; transform: none !important; transition-delay: 0s !important; }
  .tile:hover, .vcard:hover, .scard:hover, .quote:hover { transform: none; }
  .progress { display: none; }
}

/* =========================================================
   Haritalı ücret hesaplayıcı
   ========================================================= */

.calc {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: clamp(1rem, 2vw, 1.6rem);
  align-items: start;
}

.calc__panel {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-top: 5px solid var(--amber);
  border-radius: var(--r-lg);
  padding: clamp(1.2rem, 2.2vw, 1.7rem);
  box-shadow: var(--shadow);
}

.calc__steps { list-style: none; display: grid; gap: 1.1rem; margin: 0 0 1.2rem; }
.calc__step { display: grid; grid-template-columns: 30px 1fr; gap: .8rem; align-items: start; }
.calc__num {
  display: grid; place-items: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--paper-3); color: var(--muted);
  font-weight: 800; font-size: .88rem;
  border: 1.5px solid var(--line-2);
  transition: background var(--t), color var(--t), border-color var(--t);
}
.calc__step.is-active .calc__num { background: var(--ink); color: var(--amber); border-color: var(--ink); }
.calc__body { min-width: 0; }
.calc__label { display: block; font-size: .84rem; font-weight: 700; color: var(--muted); margin-bottom: .35rem; }
.calc__hint { margin: .35rem 0 0; font-size: .78rem; color: var(--muted-2); line-height: 1.45; }

.calc__search { position: relative; }
.calc__search input {
  display: block; width: 100%; min-height: 48px; padding: .7rem .9rem;
  font: 400 1rem/1.4 var(--font-body); color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--line-2); border-radius: var(--r-sm);
  transition: border-color var(--t), box-shadow var(--t), background var(--t);
}
.calc__search input:focus {
  outline: none; border-color: var(--ink); background: var(--paper-2);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--amber) 45%, transparent);
}
.calc__locate {
  display: flex; align-items: center; justify-content: center; gap: .4rem;
  width: 100%; margin-top: .4rem; min-height: 42px; padding: 0 .8rem;
  background: var(--ink); color: #fff; border: 0; border-radius: var(--r-sm);
  font: 700 .82rem/1 var(--font-body); cursor: pointer;
  transition: background var(--t);
}
.calc__locate:hover:not(:disabled) { background: var(--ink-soft); }
.calc__locate:disabled { opacity: .6; cursor: progress; }
.calc__locate .i { width: 16px; height: 16px; }
.calc__locate.is-busy span::after { content: '…'; }

.calc__list {
  position: absolute; z-index: 20; top: calc(100% + 4px); left: 0; right: 0;
  list-style: none; margin: 0; padding: .3rem;
  max-height: 260px; overflow-y: auto;
  background: var(--paper-2); border: 1px solid var(--line-2);
  border-radius: var(--r); box-shadow: var(--shadow-lg);
}
.calc__list button {
  display: block; width: 100%; text-align: left;
  padding: .55rem .6rem; border: 0; border-radius: var(--r-sm);
  background: transparent; cursor: pointer; font: inherit; color: var(--ink);
}
.calc__list button:hover, .calc__list button:focus-visible { background: var(--amber-soft); }
.calc__list strong { display: block; font-size: .93rem; }
.calc__list span { display: block; font-size: .78rem; color: var(--muted); line-height: 1.35; }

.calc__extra {
  display: flex; align-items: flex-end; gap: .8rem; flex-wrap: wrap;
  padding-top: 1rem; border-top: 1px solid var(--line);
}
.calc__extra .field { margin: 0; max-width: 150px; }
.calc__extra .btn { margin-left: auto; width: auto; }

.calc__result { margin-top: 1.1rem; }
.calc__empty { margin: 0; padding: 1rem; background: var(--paper-3); border-radius: var(--r); font-size: .9rem; color: var(--muted); text-align: center; }
.calc__error { margin: .8rem 0 0; padding: .7rem .9rem; background: #FDECEA; border: 1px solid #F3C6C1; border-radius: var(--r-sm); color: var(--red); font-size: .87rem; line-height: 1.5; }

.calc__price { background: var(--ink); border-radius: var(--r); padding: 1.1rem 1.2rem; color: #fff; }
.calc__price-label { display: block; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: #A9B7CE; }
.calc__price-value { display: block; font-family: var(--font-display); font-size: clamp(1.9rem, 4vw, 2.5rem); font-weight: 900; color: var(--amber); line-height: 1.1; }
.calc__facts { display: flex; gap: 1.2rem; flex-wrap: wrap; margin: .8rem 0 .5rem; font-size: .9rem; color: var(--muted); }
.calc__facts span { display: inline-flex; align-items: center; gap: .35rem; }
.calc__facts b { color: var(--ink); font-weight: 800; }
.calc__facts .i { color: var(--amber-dk); }
.calc__break { margin: 0 0 1rem; font-size: .82rem; color: var(--muted-2); line-height: 1.5; }
.calc__actions { display: grid; gap: .5rem; }

.calc__mapcol { position: relative; }
.calc__map {
  height: clamp(420px, 62vh, 640px);
  border: 1px solid var(--line-2); border-radius: var(--r-lg);
  overflow: hidden; background: var(--paper-3);
}
.calc__maphint {
  display: flex; align-items: center; gap: .5rem; flex-wrap: wrap;
  margin-top: .6rem; font-size: .82rem; color: var(--muted);
}
.calc__maphint em { font-style: normal; color: var(--muted-2); margin-left: auto; }
.calc__pin {
  display: inline-grid; place-items: center; width: 22px; height: 22px;
  border-radius: 50%; font-size: .72rem; font-weight: 800; color: #fff;
}
.calc__pin--a { background: var(--green); }
.calc__pin--b { background: var(--amber-dk); color: var(--ink); }
.calc__mapfail { display: grid; gap: .3rem; place-content: center; height: 100%; padding: 2rem; text-align: center; color: var(--muted); font-size: .9rem; }

/* harita işaretçileri */
.mk {
  display: grid; place-items: center;
  width: 30px; height: 30px; border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  color: #fff; font-weight: 800; font-size: .82rem;
  border: 2px solid #fff; box-shadow: 0 3px 10px rgba(16,32,60,.45);
  cursor: grab;
}
.mk::first-line { line-height: 1; }
.mk--from { background: var(--green); }
.mk--to { background: var(--amber-dk); color: var(--ink); }
.mk { }
.mk--from, .mk--to { }
.mk > * { transform: rotate(45deg); }

.tariffbar {
  display: flex; flex-wrap: wrap; gap: .5rem 1.6rem;
  margin-top: 1.2rem; padding: .9rem 1.1rem;
  background: var(--paper-3); border: 1px solid var(--line);
  border-radius: var(--r); font-size: .88rem; color: var(--muted);
}
.tariffbar b { color: var(--ink); font-weight: 700; }

@media (max-width: 1080px) {
  .calc { grid-template-columns: 1fr; }
  .calc__mapcol { order: -1; }
  .calc__map { height: 340px; }
}
@media (max-width: 640px) {
  .calc__extra .btn { margin-left: 0; width: 100%; }
}
