/* ====================================================================
   SAVAŞ TURİZM — Premium Kurumsal Tema
   Konsept: "Operasyon / Filo" estetiği
   Palet : Gece laciverti + rafine altın
   Tip   : Sora (display) · Inter (gövde) · IBM Plex Mono (veri)
==================================================================== */

:root {
  /* Renk */
  --ink-950: #061120;   /* en derin */
  --ink-900: #0A1A2F;   /* ana koyu */
  --ink-800: #0E2138;
  --ink-700: #13294a;   /* panel */
  --ink-600: #1d3a5f;

  --gold:      #CBA135;
  --gold-soft: #E4C76B;
  --gold-deep: #A98423;

  --paper:   #F5F8FC;   /* açık bölüm */
  --paper-2: #FFFFFF;
  --line:    #E3E9F1;   /* açık zemin çizgi */
  --line-2:  #EDF1F7;

  --text:        #14253B;  /* açık zeminde metin */
  --muted:       #5B6E86;
  --text-dark:   #EAF1FA;  /* koyu zeminde metin */
  --muted-dark:  #94A8C2;
  --line-dark:   rgba(255,255,255,.10);

  --radius:   14px;
  --radius-lg:20px;
  --radius-sm:9px;

  --shadow-sm: 0 2px 12px rgba(8,22,42,.07);
  --shadow-md: 0 18px 48px rgba(8,22,42,.12);
  --shadow-lg: 0 36px 90px rgba(8,22,42,.20);
  --shadow-gold: 0 14px 32px rgba(203,161,53,.30);

  --container: 1180px;
  --ease: cubic-bezier(.16,.84,.44,1);

  --f-display: "Sora", system-ui, sans-serif;
  --f-body:    "Inter", system-ui, sans-serif;
  --f-mono:    "IBM Plex Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--f-body);
  color: var(--text);
  background: var(--paper-2);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 { font-family: var(--f-display); line-height: 1.1; letter-spacing: -.02em; color: var(--ink-900); font-weight: 700; }

/* --- Eyebrow / istasyon işareti (mono) --- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--f-mono); font-weight: 500;
  font-size: .74rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-deep); margin-bottom: 20px;
}
.eyebrow::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 0 4px rgba(203,161,53,.18);
}
.eyebrow.eyebrow-on-dark { color: var(--gold-soft); }
.eyebrow.eyebrow-on-dark::before { box-shadow: 0 0 0 4px rgba(228,199,107,.14); }

/* ====================== Butonlar ====================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--f-display); font-weight: 600; font-size: .95rem;
  padding: 13px 26px; border-radius: 10px; border: 1.5px solid transparent;
  cursor: pointer; white-space: nowrap;
  transition: transform .2s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s, border-color .2s;
}
.btn-lg { padding: 16px 32px; font-size: 1rem; }
.btn-sm { padding: 9px 18px; font-size: .85rem; }
.btn-block { width: 100%; }

.btn-gold { background: var(--gold); color: var(--ink-950); box-shadow: var(--shadow-gold); }
.btn-gold:hover { background: var(--gold-soft); transform: translateY(-2px); }

.btn-line { background: transparent; color: var(--text-dark); border-color: rgba(255,255,255,.28); }
.btn-line:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); transform: translateY(-2px); }

.btn-dark { background: var(--ink-900); color: #fff; }
.btn-dark:hover { background: var(--ink-700); transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* ====================== Top bar ====================== */
.topbar { background: var(--ink-950); color: var(--muted-dark); font-family: var(--f-mono); font-size: .72rem; letter-spacing: .04em; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 38px; }
.topbar-item { color: var(--muted-dark); display: inline-flex; align-items: center; gap: 9px; transition: color .2s; }
a.topbar-item:hover { color: var(--gold-soft); }
.topbar-phone { color: #fff; }
.topbar-right { display: flex; align-items: center; gap: 16px; }
.topbar-sep { width: 1px; height: 13px; background: rgba(255,255,255,.16); }
.dot-live { width: 7px; height: 7px; border-radius: 50%; background: #34d27b; box-shadow: 0 0 0 0 rgba(52,210,123,.7); animation: pulse 2s infinite; flex: 0 0 auto; }
@keyframes pulse { 70% { box-shadow: 0 0 0 7px rgba(52,210,123,0); } 100% { box-shadow: 0 0 0 0 rgba(52,210,123,0); } }

/* ====================== Header ====================== */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--ink-900); border-bottom: 1px solid var(--line-dark); transition: box-shadow .3s, background .3s; }
.site-header.scrolled { box-shadow: 0 10px 30px rgba(6,17,32,.45); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-logo { height: 50px; width: auto; display: block; background: #fff; padding: 6px 13px; border-radius: 10px; box-shadow: 0 4px 14px rgba(0,0,0,.18); }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(150deg, var(--gold), var(--gold-deep)); color: var(--ink-950); }
.brand-text { font-family: var(--f-display); font-weight: 700; font-size: 1.16rem; letter-spacing: .04em; color: #fff; }
.brand-text em { font-style: normal; color: var(--gold-soft); font-weight: 600; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav > a { font-family: var(--f-display); font-weight: 500; font-size: .93rem; color: var(--text-dark); padding: 9px 14px; border-radius: 8px; transition: color .2s, background .2s; }
.nav > a:not(.btn):hover { color: var(--gold-soft); background: rgba(255,255,255,.06); }
.nav-cta { margin-left: 10px; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 9px; }
.nav-toggle span { width: 25px; height: 2.4px; background: #fff; border-radius: 3px; transition: transform .3s, opacity .25s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7.4px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.4px) rotate(-45deg); }

/* ====================== Hero ====================== */
.hero { position: relative; background: var(--ink-950); color: var(--text-dark); overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(102deg, rgba(6,17,32,.96) 0%, rgba(6,17,32,.88) 34%, rgba(10,26,47,.62) 64%, rgba(10,26,47,.45) 100%),
    radial-gradient(760px 460px at 92% -10%, rgba(203,161,53,.20), transparent 60%),
    linear-gradient(0deg, rgba(6,17,32,.85) 0%, transparent 32%);
}
.hero-inner { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; align-items: center; padding: 100px 24px 104px; min-height: 600px; }

.hero-copy h1 { font-size: clamp(2.6rem, 6vw, 4.5rem); font-weight: 800; color: #fff; letter-spacing: -.03em; }
.hero-copy h1 .hl { color: var(--gold-soft); }
.hero-copy .lead { font-size: clamp(1.02rem, 1.6vw, 1.18rem); color: #c4d2e4; margin: 24px 0 34px; max-width: 540px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Operasyon paneli (imza) */
.dispatch { background: rgba(255,255,255,.04); border: 1px solid var(--line-dark); border-radius: var(--radius-lg); padding: 24px; backdrop-filter: blur(8px); box-shadow: var(--shadow-lg); }
.dispatch-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line-dark); }
.dispatch-title { font-family: var(--f-mono); font-size: .72rem; letter-spacing: .18em; color: var(--muted-dark); }
.dispatch-live { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .12em; color: #34d27b; display: inline-flex; align-items: center; gap: 7px; }
.dispatch-rows { list-style: none; margin: 6px 0; }
.dispatch-rows li { display: flex; align-items: baseline; justify-content: space-between; padding: 13px 0; border-bottom: 1px dashed rgba(255,255,255,.08); }
.dispatch-rows li:last-child { border-bottom: 0; }
.dr-key { font-size: .9rem; color: var(--muted-dark); }
.dr-val { font-family: var(--f-display); font-weight: 700; font-size: 1.32rem; color: #fff; }
.dr-val em { font-style: normal; font-size: .8rem; font-weight: 500; color: var(--gold-soft); margin-left: 2px; }
.dr-ok { font-family: var(--f-mono); font-size: .92rem; color: #34d27b; font-weight: 500; }
.dispatch-foot { padding-top: 14px; border-top: 1px solid var(--line-dark); }
.badge-line { font-family: var(--f-mono); font-size: .66rem; letter-spacing: .14em; color: var(--gold); }

/* ====================== Teklif şeridi (CTA band) ====================== */
.cta-band { background: linear-gradient(100deg, var(--gold-soft) 0%, var(--gold) 60%, var(--gold-deep) 100%); color: var(--ink-950); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px 40px; flex-wrap: wrap; padding: 30px 24px; }
.cta-band-eyebrow { display: block; font-family: var(--f-mono); font-size: .7rem; letter-spacing: .18em; color: rgba(6,17,32,.62); margin-bottom: 8px; }
.cta-band-text p { font-family: var(--f-display); font-weight: 700; font-size: clamp(1.12rem, 2vw, 1.46rem); color: var(--ink-950); max-width: 600px; letter-spacing: -.01em; }
.cta-band-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-band .btn-gold { background: var(--ink-900); color: #fff; box-shadow: 0 10px 24px rgba(6,17,32,.22); }
.cta-band .btn-gold:hover { background: var(--ink-950); }
.cta-band .btn-line { color: var(--ink-950); border-color: rgba(6,17,32,.34); }
.cta-band .btn-line:hover { background: rgba(6,17,32,.08); border-color: var(--ink-950); }

/* Footer logo çipi */
.footer-logo-chip { display: inline-block; background: #fff; padding: 8px 14px; border-radius: 10px; box-shadow: 0 6px 18px rgba(0,0,0,.25); }
.footer-logo-chip img { height: 42px; width: auto; display: block; }

/* ====================== Bölüm temeli ====================== */
.section { padding: 96px 0; }
.section-soft { background: var(--paper); }
.section-dark { background: var(--ink-900); color: var(--text-dark); }

.section-head { max-width: 640px; margin: 0 0 56px; }
.section-head h2 { font-size: clamp(1.9rem, 3.8vw, 2.7rem); }
.section-head p { color: var(--muted); margin-top: 16px; font-size: 1.06rem; }
.section-head-dark h2 { color: #fff; }
.section-head-dark p { color: var(--muted-dark); }

/* ====================== Hizmet kartları ====================== */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { position: relative; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 28px; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(203,161,53,.5); }
.card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.card-code { font-family: var(--f-mono); font-size: .74rem; letter-spacing: .14em; color: var(--gold-deep); border: 1px solid rgba(203,161,53,.35); border-radius: 6px; padding: 4px 9px; }
.card-ico { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 13px; background: var(--paper); color: var(--ink-700); }
.card h3 { font-size: 1.3rem; margin-bottom: 11px; }
.card > p { color: var(--muted); font-size: .97rem; }
.card-list { list-style: none; margin-top: 18px; display: grid; gap: 9px; }
.card-list li { position: relative; padding-left: 24px; font-size: .91rem; color: var(--text); }
.card-list li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 14px; height: 14px;
  background: var(--gold);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/13px no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/13px no-repeat;
}
.card-lead { border-color: var(--gold); box-shadow: var(--shadow-md); }
.card-lead .card-ico { background: var(--ink-900); color: var(--gold-soft); }
.card-flag { position: absolute; top: -12px; left: 28px; background: var(--gold); color: var(--ink-950); font-family: var(--f-mono); font-weight: 500; font-size: .64rem; letter-spacing: .12em; padding: 5px 12px; border-radius: 6px; box-shadow: var(--shadow-gold); }

/* ====================== Süreç / route ====================== */
.route { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.route::before { content: ""; position: absolute; top: 27px; left: 6%; right: 6%; height: 2px; background: repeating-linear-gradient(90deg, rgba(203,161,53,.5) 0 8px, transparent 8px 16px); }
.route-stop { position: relative; padding: 0 18px; }
.route-stop:first-child { padding-left: 0; }
.route-stop:last-child { padding-right: 0; }
.route-node { position: relative; z-index: 1; display: block; width: 16px; height: 16px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(203,161,53,.18), 0 0 0 10px rgba(203,161,53,.07); margin: 19px 0 26px; }
.route-step { font-family: var(--f-mono); font-size: .78rem; letter-spacing: .1em; color: var(--gold-soft); }
.route-stop h4 { color: #fff; font-size: 1.16rem; margin: 8px 0 9px; }
.route-stop p { color: var(--muted-dark); font-size: .93rem; }

/* ====================== Neden Biz ====================== */
.neden-head { max-width: 660px; margin-bottom: 44px; }
.neden-head h2 { font-size: clamp(1.9rem, 3.8vw, 2.7rem); }
.neden-head p { color: var(--muted); margin-top: 14px; font-size: 1.06rem; }

.neden-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 40px; align-items: stretch; }
.neden-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 380px; box-shadow: var(--shadow-md); }
.neden-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.neden-media:hover img { transform: scale(1.05); }
.neden-media figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 24px 22px; display: flex; flex-direction: column; gap: 5px; background: linear-gradient(0deg, rgba(6,17,32,.92), transparent); }
.nm-tag { font-family: var(--f-mono); font-size: .66rem; letter-spacing: .16em; color: var(--gold-soft); }
.nm-text { font-family: var(--f-display); font-weight: 600; color: #fff; font-size: 1.08rem; }

.features { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.feature { background: var(--paper-2); padding: 26px 24px; transition: background .25s; }
.feature:hover { background: var(--paper); }
.feature-ico { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 11px; background: var(--ink-900); color: var(--gold-soft); margin-bottom: 16px; }
.feature h4 { font-size: 1.04rem; margin-bottom: 7px; }
.feature p { font-size: .9rem; color: var(--muted); line-height: 1.55; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 62px; padding-top: 52px; border-top: 1px solid var(--line); }
.stat-num { display: block; font-family: var(--f-display); font-weight: 800; font-size: clamp(2.1rem, 4.4vw, 3rem); color: var(--ink-900); line-height: 1; letter-spacing: -.03em; }
.stat-num em { font-style: normal; color: var(--gold); }
.stat-label { display: block; margin-top: 9px; color: var(--muted); font-size: .9rem; font-family: var(--f-mono); letter-spacing: .04em; }

/* ====================== Filo (bento galeri) ====================== */
.fleet { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.veh { grid-column: span 2; position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s; }
.veh-wide { grid-column: span 4; }
.veh:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.veh-photo { position: relative; height: 250px; overflow: hidden; }
.veh-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.veh:hover .veh-photo img { transform: scale(1.06); }
.veh-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 22px 20px; background: linear-gradient(0deg, rgba(6,17,32,.92) 12%, rgba(6,17,32,.35) 70%, transparent); }
.veh-body h4 { color: #fff; font-size: 1.12rem; }
.veh-cap { display: block; margin-top: 6px; font-family: var(--f-mono); font-size: .66rem; letter-spacing: .08em; color: var(--gold-soft); }

/* ====================== İletişim ====================== */
.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 50px; align-items: start; }
.contact-info h2 { color: #fff; font-size: clamp(1.9rem, 3.6vw, 2.6rem); margin-bottom: 16px; }
.contact-info > p { color: var(--muted-dark); margin-bottom: 30px; font-size: 1.04rem; max-width: 420px; }
.contact-list { list-style: none; display: grid; gap: 18px; }
.contact-list li { display: flex; gap: 14px; align-items: center; }
.ci-ico { flex: 0 0 auto; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; background: rgba(255,255,255,.05); border: 1px solid var(--line-dark); color: var(--gold-soft); }
.ci-label { display: block; font-family: var(--f-mono); font-size: .64rem; letter-spacing: .14em; color: var(--muted-dark); margin-bottom: 3px; }
.contact-list a, .ci-plain { font-family: var(--f-display); font-weight: 600; color: #fff; font-size: 1.02rem; }
.contact-list a:hover { color: var(--gold-soft); }

/* Form */
.form-card { background: var(--paper-2); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-lg); }
.contact-form { display: grid; gap: 17px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field label { font-family: var(--f-display); font-weight: 600; font-size: .86rem; color: var(--ink-900); }
.field label span { color: #d8533a; }
.field input, .field select, .field textarea {
  font-family: var(--f-body); font-size: .96rem; color: var(--text); width: 100%;
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px; background: var(--paper);
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 4px rgba(203,161,53,.16); }
.field textarea { resize: vertical; min-height: 108px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-consent { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.form-consent input { margin-top: 3px; width: 17px; height: 17px; accent-color: var(--gold-deep); flex: 0 0 auto; }
.form-consent span { font-size: .85rem; color: var(--muted); line-height: 1.5; }
#submitBtn { position: relative; }
.btn-spinner { display: none; width: 18px; height: 18px; border: 2.5px solid rgba(6,17,32,.25); border-top-color: var(--ink-950); border-radius: 50%; animation: spin .7s linear infinite; }
#submitBtn.loading .btn-label { opacity: .5; }
#submitBtn.loading .btn-spinner { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-status { font-size: .92rem; font-weight: 600; text-align: center; min-height: 1.2em; }
.form-status.ok { color: #1c8a4d; }
.form-status.err { color: #d6452d; }

.map-wrap { margin-top: 56px; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line-dark); box-shadow: var(--shadow-lg); }
.map-wrap iframe { display: block; filter: grayscale(.2) contrast(1.05); }

/* ====================== Footer ====================== */
.site-footer { background: var(--ink-950); color: var(--muted-dark); }
.footer-inner { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.1fr; gap: 36px; padding: 60px 24px 44px; }
.footer-brand .brand-text { color: #fff; font-size: 1.2rem; }
.footer-legal { display: block; margin-top: 10px; font-family: var(--f-mono); font-size: .72rem; letter-spacing: .04em; color: var(--gold-soft); }
.footer-brand p { margin: 12px 0 14px; font-size: .94rem; max-width: 300px; color: #8ea2bd; }
.footer-addr { font-style: normal; display: block; margin-bottom: 16px; font-size: .9rem; line-height: 1.6; color: #8ea2bd; max-width: 300px; }
.footer-h { display: block; font-family: var(--f-mono); font-size: .68rem; letter-spacing: .14em; color: #fff; margin-bottom: 16px; }
.footer-col a { display: block; font-size: .94rem; padding: 5px 0; transition: color .2s; }
.footer-col a:hover { color: var(--gold-soft); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; font-size: .82rem; color: #6f829e; }
.footer-mono { font-family: var(--f-mono); letter-spacing: .12em; color: var(--gold-deep); }

/* ====================== WhatsApp float ====================== */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 12px 28px rgba(37,211,102,.45); transition: transform .25s var(--ease); animation: wa 2.6s infinite; }
.wa-float:hover { transform: scale(1.08); }
@keyframes wa { 0% { box-shadow: 0 12px 28px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.4); } 70% { box-shadow: 0 12px 28px rgba(37,211,102,.45), 0 0 0 15px rgba(37,211,102,0); } 100% { box-shadow: 0 12px 28px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,0); } }

/* ====================== Reveal ====================== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .wa-float, .dot-live { animation: none; }
}

/* :focus-visible erişilebilirlik */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 4px;
}

/* ====================================================================
   RESPONSIVE
==================================================================== */
@media (max-width: 1000px) {
  .hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .dispatch { max-width: 460px; }
  .cards { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .neden-grid { grid-template-columns: 1fr; gap: 36px; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .neden-media { min-height: 300px; }
  .fleet { grid-template-columns: 1fr 1fr; }
  .veh, .veh-wide { grid-column: auto; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }

  /* Süreç dikey hat */
  .route { grid-template-columns: 1fr; gap: 0; }
  .route::before { display: none; }
  .route-stop { padding: 0 0 28px 36px; }
  .route-stop:last-child { padding-bottom: 0; }
  .route-node { position: absolute; left: 0; top: 4px; margin: 0; }
  .route-stop::before { content: ""; position: absolute; left: 7px; top: 16px; bottom: -4px; width: 2px; background: repeating-linear-gradient(180deg, rgba(203,161,53,.5) 0 7px, transparent 7px 14px); }
  .route-stop:last-child::before { display: none; }
}

@media (max-width: 760px) {
  .nav {
    position: fixed; inset: 70px 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: var(--ink-900); border-bottom: 1px solid var(--line-dark);
    padding: 14px 24px 22px; transform: translateY(-130%);
    transition: transform .35s var(--ease); box-shadow: 0 20px 40px rgba(6,17,32,.5);
  }
  .nav.open { transform: translateY(0); }
  .nav > a { padding: 13px 12px; font-size: 1.04rem; }
  .nav-cta { margin: 8px 0 0; text-align: center; }
  .nav-toggle { display: flex; }

  .topbar-item.topbar-hours { display: none; }
  .topbar-inner { justify-content: center; }

  .section { padding: 64px 0; }
  .hero-inner { padding: 60px 24px 70px; }
  .form-row { grid-template-columns: 1fr; }
  .features { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; gap: 30px 18px; }
  .fleet { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .footer-inner { grid-template-columns: 1fr; gap: 26px; padding: 48px 24px 36px; }
  .footer-bottom-inner { flex-direction: column; gap: 8px; text-align: center; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; gap: 20px; padding: 28px 24px; }
  .cta-band-actions { width: 100%; }
  .cta-band-actions .btn { flex: 1 1 auto; justify-content: center; }
}

@media (max-width: 420px) {
  .container { padding: 0 18px; }
  .form-card { padding: 22px; }
  .dispatch { padding: 20px; }
  .topbar-right { gap: 10px; }
  .topbar { font-size: .66rem; }
}
