/* ====================================================================
   Ventus Filo — Stil sistemi
   ==================================================================== */
:root{
  --navy:#16245A;        /* ana koyu lacivert (logo) */
  --navy-2:#1B2C6B;
  --navy-3:#243A84;
  --navy-ink:#101C45;    /* en koyu, footer */
  --accent:#3A57A8;      /* orta mavi — link/vurgu */
  --accent-2:#5D78C4;
  --steel:#C5CFE2;       /* logo açık çelik mavi */
  --steel-soft:#E3E9F4;

  --bg:#F4F6FB;
  --bg-soft:#EDF1F8;
  --card:#FFFFFF;
  --ink:#16245A;
  --ink-2:#3C4663;
  --text:#3A4663;
  --muted:#6B7591;
  --muted-2:#8A93A8;
  --line:#E5E9F2;
  --line-2:#D7DEEC;

  --ok:#1E9D5B;          /* müsait */
  --ok-soft:#E4F4EC;
  --amber:#B9772A;       /* kirada */
  --amber-soft:#F6ECDD;
  --gray:#7C859B;
  --gray-soft:#EDEFF4;
  --soon:#3A57A8;        /* yakında */
  --soon-soft:#E6EBF7;
  --wa:#25D366;          /* WhatsApp */

  --radius:18px;
  --radius-sm:12px;
  --radius-lg:26px;
  --shadow-sm:0 1px 2px rgba(16,28,69,.05), 0 2px 8px rgba(16,28,69,.04);
  --shadow:0 6px 24px rgba(16,28,69,.08), 0 2px 6px rgba(16,28,69,.05);
  --shadow-lg:0 30px 70px rgba(16,28,69,.18), 0 10px 28px rgba(16,28,69,.10);
  --container:1240px;
  --ease:cubic-bezier(.22,.61,.36,1);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; scroll-padding-top:88px; -webkit-text-size-adjust:100%; }
body{
  margin:0; background:var(--bg); color:var(--text);
  font-family:'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size:17px; line-height:1.62; font-weight:450;
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
}
h1,h2,h3,h4{ font-family:'Sora', system-ui, sans-serif; color:var(--ink); margin:0;
  letter-spacing:-.02em; line-height:1.08; font-weight:700; text-wrap:balance; }
p{ margin:0; text-wrap:pretty; }
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
button{ font-family:inherit; cursor:pointer; }
ul{ margin:0; padding:0; list-style:none; }

.container{ width:100%; max-width:var(--container); margin:0 auto; padding:0 28px; }
.eyebrow{ font-family:'Sora',sans-serif; font-weight:600; font-size:13px; letter-spacing:.16em;
  text-transform:uppercase; color:var(--accent); display:inline-flex; align-items:center; gap:9px; }
.eyebrow::before, .eyebrow::after{ content:''; width:22px; height:2px; background:var(--accent); border-radius:2px; opacity:.7; }
.muted{ color:var(--muted); }
.accent{ color:var(--accent); }

/* ---------- Buttons ---------- */
.btn{ display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font-family:'Sora',sans-serif; font-weight:600; font-size:15.5px; letter-spacing:-.01em;
  padding:14px 24px; border-radius:13px; border:1.5px solid transparent; cursor:pointer;
  transition:transform .18s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s, border-color .2s;
  white-space:nowrap; line-height:1; }
.btn svg{ width:18px; height:18px; }
.btn--primary{ background:var(--navy); color:#fff; box-shadow:0 10px 24px rgba(22,36,90,.22); }
.btn--primary:hover{ background:var(--navy-2); transform:translateY(-2px); box-shadow:0 16px 32px rgba(22,36,90,.28); }
.btn--ghost{ background:#fff; color:var(--navy); border-color:var(--line-2); box-shadow:var(--shadow-sm); }
.btn--ghost:hover{ border-color:var(--accent); color:var(--accent); transform:translateY(-2px); }
.btn--wa{ background:var(--wa); color:#fff; box-shadow:0 10px 24px rgba(37,211,102,.28); }
.btn--wa:hover{ filter:brightness(.97); transform:translateY(-2px); }
.btn--light{ background:#fff; color:var(--navy); }
.btn--light:hover{ background:var(--steel-soft); transform:translateY(-2px); }
.btn--block{ width:100%; }
.btn--lg{ padding:17px 30px; font-size:16.5px; border-radius:14px; }
.btn--sm{ padding:11px 16px; font-size:14px; border-radius:11px; }
.btn[disabled]{ opacity:.5; cursor:not-allowed; }

/* ---------- Header ---------- */
.site-header{ position:sticky; top:0; z-index:60; background:rgba(255,255,255,.82);
  backdrop-filter:saturate(180%) blur(16px); border-bottom:1px solid var(--line);
  transition:box-shadow .3s, background .3s; }
.site-header.scrolled{ box-shadow:0 6px 24px rgba(16,28,69,.07); }
.nav{ display:flex; align-items:center; gap:24px; height:74px; }
.brand{ display:flex; align-items:center; gap:11px; }
.brand img{ height:36px; width:auto; }
.brand__name{ font-family:'Sora',sans-serif; font-weight:700; font-size:19px; color:var(--navy);
  letter-spacing:-.01em; line-height:1; display:block; white-space:nowrap; }
.brand__sub{ display:block; font-family:'Manrope',sans-serif; font-weight:600; font-size:9.5px;
  letter-spacing:.26em; color:var(--accent); text-transform:uppercase; margin-top:4px; white-space:nowrap; }
.nav__links{ display:flex; align-items:center; gap:2px; margin-left:10px; }
.nav__links a{ font-size:14px; font-weight:550; color:var(--ink-2); padding:8px 9px; border-radius:9px;
  white-space:nowrap; transition:color .2s, background .2s; }
.nav__links a:hover{ color:var(--navy); background:var(--bg-soft); }
.nav__actions{ display:flex; align-items:center; gap:10px; margin-left:auto; }
.nav__wa{ display:inline-flex; align-items:center; gap:8px; font-weight:600; font-size:14.5px; color:var(--navy);
  padding:9px 12px; border-radius:10px; transition:background .2s; }
.nav__wa svg{ width:18px; height:18px; color:var(--wa); }
.nav__wa:hover{ background:var(--bg-soft); }
.nav__toggle{ display:none; background:#fff; border:1px solid var(--line-2); border-radius:11px;
  width:46px; height:46px; align-items:center; justify-content:center; color:var(--navy); }
.nav__toggle svg{ width:22px; height:22px; }

/* ---------- Hero ---------- */
.hero{ position:relative; overflow:hidden; padding:74px 0 56px; }
.hero::before{ content:''; position:absolute; inset:0; z-index:-1;
  background:
    radial-gradient(1100px 600px at 84% -6%, rgba(58,87,168,.10), transparent 60%),
    radial-gradient(800px 520px at -8% 22%, rgba(197,207,226,.30), transparent 58%); }
.hero__grid{ display:grid; grid-template-columns:1.06fr .94fr; gap:56px; align-items:center; }
.hero h1{ font-size:clamp(34px, 4.6vw, 56px); margin:20px 0 0; }
.hero h1 .hl{ color:var(--accent); }
.hero__lead{ font-size:19px; color:var(--ink-2); max-width:540px; margin-top:20px; }
.hero__chips{ display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; }
.chip{ display:inline-flex; align-items:center; gap:9px; background:#fff; border:1px solid var(--line);
  padding:9px 15px 9px 12px; border-radius:100px; font-size:14px; font-weight:600; color:var(--navy);
  box-shadow:var(--shadow-sm); }
.chip svg{ width:17px; height:17px; color:var(--accent); }
.hero__cta{ display:flex; flex-wrap:wrap; gap:13px; margin-top:30px; }
.hero__stats{ display:flex; gap:30px; margin-top:34px; padding-top:26px; border-top:1px solid var(--line); }
.stat__num{ font-family:'Sora',sans-serif; font-weight:700; font-size:30px; color:var(--navy); letter-spacing:-.02em; }
.stat__lbl{ font-size:13.5px; color:var(--muted); font-weight:550; margin-top:2px; }

/* Hero — fotoğraf arka plan varyantı */
.hero--photo{ position:relative; isolation:isolate; min-height:88vh; padding:104px 0 84px; display:flex; align-items:center;
  background:linear-gradient(135deg, #1A2A5E 0%, #101C45 60%, #0C1638 100%); }
.hero--photo > .container{ flex:1 1 auto; }
.hero--photo::before{ display:none; }
.hero__bg{ position:absolute; inset:0; z-index:0; overflow:hidden;
  background:linear-gradient(135deg, #1A2A5E 0%, #101C45 60%, #0C1638 100%); }
.hero__img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:50% 40%; }
.hero__overlay{ position:absolute; inset:0; z-index:1; pointer-events:none;
  background:linear-gradient(90deg, rgba(10,16,42,.74) 0%, rgba(11,18,48,.50) 32%, rgba(12,20,52,.24) 54%, rgba(12,20,52,.08) 78%, rgba(12,20,52,0) 100%),
             linear-gradient(0deg, rgba(9,14,38,.52) 0%, rgba(9,14,38,0) 42%); }
.hero--photo .container{ position:relative; z-index:2; }
.hero--photo .eyebrow{ color:var(--steel); }
.hero--photo .eyebrow::before, .hero--photo .eyebrow::after{ background:var(--steel); }
.hero--photo h1{ color:#fff; }
.hero--photo h1 .hl{ color:var(--accent-2); }
.hero--photo .hero__lead{ color:rgba(227,233,244,.92); }
.hero--photo .chip{ background:rgba(255,255,255,.10); border-color:rgba(255,255,255,.22); color:#fff; backdrop-filter:blur(8px); }
.hero--photo .chip svg{ color:var(--steel); }
.hero--photo .btn--ghost{ background:rgba(255,255,255,.10); border-color:rgba(255,255,255,.30); color:#fff; box-shadow:none; }
.hero--photo .btn--ghost:hover{ background:rgba(255,255,255,.18); color:#fff; border-color:#fff; }
.hero--photo .hero__stats{ border-top-color:rgba(255,255,255,.18); }
.hero--photo .stat__num{ color:#fff; }
.hero--photo .stat__lbl{ color:var(--steel); }
.hero--photo .eyebrow, .hero--photo h1, .hero--photo .hero__lead,
.hero--photo .stat__num, .hero--photo .stat__lbl{ text-shadow:0 2px 18px rgba(7,12,34,.5); }

/* Hero product card */
.hero__card{ position:relative; display:flex; flex-direction:column; }
.qcard{ background:linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 60%, var(--navy-3) 130%);
  border-radius:var(--radius-lg); padding:24px; color:#fff; box-shadow:var(--shadow-lg);
  position:relative; overflow:hidden; }
.qcard::after{ content:''; position:absolute; right:-60px; top:-60px; width:220px; height:220px;
  background:radial-gradient(circle, rgba(197,207,226,.22), transparent 70%); }
.qcard__top{ display:flex; justify-content:space-between; align-items:center; margin-bottom:16px; position:relative; z-index:1; }
.pill-allin{ display:inline-flex; align-items:center; gap:7px; background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.22); color:#fff; font-weight:700; font-size:12.5px; letter-spacing:.02em;
  padding:7px 13px; border-radius:100px; }
.pill-allin svg{ width:15px; height:15px; color:#9fe7c0; }
.qbadge{ font-size:12px; font-weight:700; padding:6px 11px; border-radius:100px; letter-spacing:.01em; }
/* Kampanya öğeleri (menü/footer linki + hero butonu) aktif kampanya YOKKEN gizli
   başlar; JS kampanya bulunca body'den .kmp-yok kaldırılır. Böylece "bir görünüp
   kaybolma" (flaş) olmaz. */
body.kmp-yok [data-kmp]{ display:none !important; }

.qbadge.ok{ background:rgba(46,196,124,.18); color:#8df0bd; border:1px solid rgba(46,196,124,.32); }
.qbadge.limited{ background:rgba(58,87,168,.24); color:#b9c7ef; border:1px solid rgba(58,87,168,.42); }
.qbadge.rented{ background:rgba(232,181,61,.20); color:#f4d58b; border:1px solid rgba(232,181,61,.42); }
.qbadge.out{ background:rgba(107,117,145,.26); color:#c3ccdd; border:1px solid rgba(107,117,145,.46); }
.qbadge.soon{ background:rgba(36,58,132,.30); color:#aebee8; border:1px solid rgba(36,58,132,.5); }
.qcard__veh{ position:relative; z-index:1; }
/* Hero kampanya araçları arası geçiş okları — fotoğrafın sağ/solunda */
.qcard__vehwrap{ position:relative; }
.hero-arrow{ position:absolute; top:50%; transform:translateY(-50%); z-index:3;
  width:34px; height:34px; border-radius:50%; border:none; cursor:pointer;
  background:rgba(255,255,255,.92); color:#16245A; font-size:22px; line-height:1;
  display:none; align-items:center; justify-content:center; padding:0;
  box-shadow:0 2px 10px rgba(0,0,0,.28); transition:background .15s, transform .15s; }
.hero-arrow.acik{ display:flex; }
.hero-arrow--prev{ left:8px; }
.hero-arrow--next{ right:8px; }
.hero-arrow:hover{ background:#fff; }
.hero-arrow:active{ transform:translateY(-50%) scale(.92); }
/* Hero kartı gizliyken (Site İçeriği: araç görünmesin) sol sütun tam genişlik */
.hero--nocard .hero__grid{ grid-template-columns:1fr; }
.hero--nocard .hero__card{ display:none; }
.qcard__name{ font-family:'Sora',sans-serif; font-weight:700; font-size:23px; margin-top:14px; letter-spacing:-.01em; }
.qcard__seg{ font-size:13.5px; color:var(--steel); font-weight:600; letter-spacing:.02em; }
.qincl{ display:grid; grid-template-columns:repeat(2,1fr); gap:9px; margin-top:18px; position:relative; z-index:1; }
.qincl__i{ display:flex; align-items:center; gap:9px; font-size:13.5px; font-weight:550; color:#E7ECF7; }
.qincl__i svg{ width:16px; height:16px; color:#9fb6e8; flex:none; }
.qcard__pay{ margin-top:20px; padding-top:18px; border-top:1px solid rgba(255,255,255,.14); position:relative; z-index:1; }
.qcard__pay b{ font-family:'Sora',sans-serif; font-size:17px; }
.qcard__pay span{ display:block; font-size:13px; color:var(--steel); margin-top:3px; }
.qcard__btn{ margin-top:16px; position:relative; z-index:1; }
.qfloat{ align-self:center; margin-top:18px; display:inline-flex; align-items:center; gap:11px;
  background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.24); -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px);
  border-radius:100px; padding:9px 18px 9px 9px; box-shadow:0 10px 26px rgba(8,14,38,.28); }
.qfloat__ic{ width:34px; height:34px; border-radius:50%; background:rgba(159,231,192,.18); color:#9fe7c0;
  display:flex; align-items:center; justify-content:center; flex:none; }
.qfloat__ic svg{ width:18px; height:18px; }
.qfloat__t{ display:flex; flex-direction:column; line-height:1.18; }
.qfloat__t b{ font-family:'Sora',sans-serif; color:#fff; font-size:13.5px; font-weight:600; letter-spacing:-.01em; }
.qfloat__t i{ font-style:normal; color:var(--steel); font-size:11.5px; }

/* ---------- Vehicle image placeholder ---------- */
.veh-img{ position:relative; border-radius:14px; overflow:hidden; aspect-ratio:16/10;
  background:
    repeating-linear-gradient(135deg, rgba(22,36,90,.045) 0 11px, transparent 11px 22px),
    linear-gradient(160deg, #EFF3FA, #E2E9F5);
  display:flex; align-items:center; justify-content:center; }
.veh-img__brand{ font-family:'Sora',sans-serif; font-weight:700; font-size:clamp(22px,4vw,34px);
  letter-spacing:.04em; color:rgba(22,36,90,.16); text-transform:uppercase; }
.veh-img__tag{ position:absolute; bottom:11px; left:12px; font-family:'Sora',sans-serif;
  font-size:10.5px; letter-spacing:.14em; text-transform:uppercase; color:rgba(22,36,90,.40);
  background:rgba(255,255,255,.6); padding:4px 9px; border-radius:7px; backdrop-filter:blur(4px); }
.qcard .veh-img{ aspect-ratio:16/8; background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 11px, transparent 11px 22px),
    linear-gradient(160deg, rgba(255,255,255,.10), rgba(255,255,255,.03)); }
.qcard .veh-img__brand{ color:rgba(255,255,255,.22); }
.qcard .veh-img__tag{ color:rgba(255,255,255,.55); background:rgba(255,255,255,.10); }

/* ---------- Brand strip ---------- */
.brands{ border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:#fff; }
.brands__inner{ display:flex; align-items:center; justify-content:center; gap:38px; padding:22px 0; flex-wrap:wrap; }
.brands__lbl{ font-family:'Sora',sans-serif; font-size:12px; letter-spacing:.16em; text-transform:uppercase;
  color:var(--muted-2); font-weight:600; }
.brands__list{ display:flex; align-items:center; gap:34px; flex-wrap:wrap; }
.brands__list span{ font-family:'Sora',sans-serif; font-weight:600; font-size:18px; color:var(--ink);
  opacity:.42; letter-spacing:.01em; }

/* ---------- Section base ---------- */
.section{ padding:84px 0; }
.section--soft{ background:var(--bg-soft); }
.section__head{ max-width:680px; margin:0 auto 50px; text-align:center; }
.section__head h2{ font-size:clamp(28px,3.4vw,42px); margin:14px 0 0; }
.section__head p{ font-size:18px; color:var(--ink-2); margin-top:16px; }
.section__head--left{ text-align:left; margin-left:0; }

/* ---------- Avantajlar (her şey dahil) ---------- */
.avband{ position:relative; isolation:isolate; border-radius:26px; overflow:hidden; min-height:580px;
  display:flex; align-items:center; justify-content:flex-end; padding:64px 56px; margin-bottom:56px; box-shadow:var(--shadow-lg); }
.avband__img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:50% 38%; z-index:0; }
.avband__ov{ position:absolute; inset:0; z-index:1;
  background:linear-gradient(270deg, rgba(10,16,42,.90) 0%, rgba(11,18,48,.66) 38%, rgba(12,20,52,.30) 64%, rgba(12,20,52,.06) 100%); }
.avband__text{ position:relative; z-index:2; width:100%; max-width:540px; color:#fff; }
.avband__text .eyebrow{ color:var(--steel); }
.avband__text .eyebrow::before, .avband__text .eyebrow::after{ background:var(--steel); }
.avband__text h2{ color:#fff; font-size:clamp(28px,3.2vw,40px); margin:14px 0 0; text-shadow:0 2px 18px rgba(7,12,34,.5); }
.avband__text p{ color:rgba(227,233,244,.92); font-size:18px; margin-top:16px; }
.avband__list{ margin-top:22px; display:grid; gap:12px; }
.avband__list li{ display:flex; gap:11px; align-items:flex-start; font-size:15.5px; color:#fff; font-weight:550; }
.avband__list svg{ width:20px; height:20px; color:var(--steel); flex:none; margin-top:2px; }
@media (max-width:760px){
  .avband{ padding:38px 24px; justify-content:flex-start; min-height:0; margin-bottom:40px; }
  .avband__ov{ background:linear-gradient(0deg, rgba(10,16,42,.93) 0%, rgba(11,18,48,.72) 48%, rgba(12,20,52,.42) 100%); }
}
.allin{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.acard{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px 22px;
  box-shadow:var(--shadow-sm); transition:transform .25s var(--ease), box-shadow .25s; }
.acard:hover{ transform:translateY(-4px); box-shadow:var(--shadow); }
.acard__ic{ width:50px; height:50px; border-radius:14px; background:var(--steel-soft); color:var(--navy);
  display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.acard__ic svg{ width:24px; height:24px; }
.acard h3{ font-size:18px; }
.acard p{ font-size:14.5px; color:var(--muted); margin-top:9px; }
.allin-band{ margin-top:18px; display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.gtile{ display:flex; gap:14px; align-items:flex-start; background:#fff; border:1px solid var(--line);
  border-radius:var(--radius); padding:20px; box-shadow:var(--shadow-sm); }
.gtile__ic{ width:42px; height:42px; border-radius:11px; background:var(--navy); color:#fff;
  display:flex; align-items:center; justify-content:center; flex:none; }
.gtile__ic svg{ width:21px; height:21px; }
.gtile b{ font-family:'Sora',sans-serif; font-size:15.5px; color:var(--ink); }
.gtile span{ display:block; font-size:13.5px; color:var(--muted); margin-top:4px; }

/* ---------- Nasıl çalışır (navy) ---------- */
.section--navy{ background:linear-gradient(170deg, var(--navy) 0%, var(--navy-ink) 130%); color:#fff; }
.section--navy h2{ color:#fff; }
.section--navy .eyebrow{ color:var(--steel); }
.section--navy .eyebrow::before, .section--navy .eyebrow::after{ background:var(--steel); }
.steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; position:relative; }
.step{ background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.12); border-radius:var(--radius);
  padding:30px 26px; backdrop-filter:blur(4px); }
.step__no{ font-family:'Sora',sans-serif; font-weight:700; font-size:15px; width:42px; height:42px;
  border-radius:12px; background:#fff; color:var(--navy); display:flex; align-items:center; justify-content:center;
  margin-bottom:18px; }
.step h3{ color:#fff; font-size:20px; }
.step p{ color:rgba(232,237,247,.78); font-size:15px; margin-top:10px; }
.step__ic{ float:right; color:rgba(197,207,226,.45); }
.step__ic svg{ width:26px; height:26px; }

/* ---------- Vitrin ---------- */
.vitrin__bar{ display:flex; flex-wrap:wrap; gap:14px; align-items:center; justify-content:space-between;
  margin-bottom:24px; }
.tabs{ display:inline-flex; background:#fff; border:1px solid var(--line); border-radius:13px; padding:5px; gap:3px;
  box-shadow:var(--shadow-sm); flex-wrap:wrap; }
.tab{ border:none; background:transparent; color:var(--ink-2); font-family:'Sora',sans-serif; font-weight:600;
  font-size:14px; padding:10px 16px; border-radius:9px; transition:background .2s, color .2s; }
.tab.active{ background:var(--navy); color:#fff; }
.tab:hover:not(.active){ background:var(--bg-soft); }
.filters{ display:flex; flex-wrap:wrap; gap:12px; align-items:center; padding:16px 18px; background:#fff;
  border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow-sm); margin-bottom:26px; }
.fselect{ position:relative; display:inline-flex; align-items:center; }
.fselect select{ appearance:none; font-family:'Manrope',sans-serif; font-weight:600; font-size:14px; color:var(--ink);
  background:var(--bg); border:1px solid var(--line-2); border-radius:11px; padding:11px 38px 11px 14px; cursor:pointer; }
.fselect svg{ position:absolute; right:12px; width:16px; height:16px; color:var(--muted); pointer-events:none; }
.fswitch{ display:inline-flex; align-items:center; gap:10px; font-weight:600; font-size:14px; color:var(--ink);
  margin-left:auto; cursor:pointer; user-select:none; }
.fswitch input{ display:none; }
.fswitch__track{ width:44px; height:25px; border-radius:100px; background:var(--line-2); position:relative;
  transition:background .2s; flex:none; }
.fswitch__track::after{ content:''; position:absolute; top:3px; left:3px; width:19px; height:19px; border-radius:50%;
  background:#fff; box-shadow:0 1px 3px rgba(0,0,0,.2); transition:transform .2s var(--ease); }
.fswitch input:checked + .fswitch__track{ background:var(--ok); }
.fswitch input:checked + .fswitch__track::after{ transform:translateX(19px); }
.fcount{ font-size:14px; color:var(--muted); font-weight:600; }
.fclear{ background:none; border:none; color:var(--accent); font-weight:600; font-size:14px; padding:6px 8px; }
.fclear:hover{ text-decoration:underline; }

.grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden;
  display:flex; flex-direction:column; box-shadow:var(--shadow-sm);
  transition:transform .25s var(--ease), box-shadow .25s, border-color .25s; }
.card:hover{ transform:translateY(-5px); box-shadow:var(--shadow-lg); border-color:var(--line-2); }
.card__media{ position:relative; padding:14px 14px 0; }
.card__badges{ position:absolute; top:22px; left:22px; right:22px; display:flex; justify-content:space-between; z-index:2; }
.badge{ font-size:11.5px; font-weight:700; padding:6px 11px; border-radius:100px; letter-spacing:.01em;
  backdrop-filter:blur(6px); }
.badge--seg{ background:rgba(22,36,90,.9); color:#fff; }
.badge--ok{ background:var(--ok); color:#fff; }
.badge--limited{ background:var(--soon); color:#fff; }
.badge--rented{ background:var(--amber); color:#fff; }
.badge--out{ background:#6B7591; color:#fff; }
.badge--soon{ background:#243A84; color:#fff; }
.card__body{ padding:18px 20px 20px; display:flex; flex-direction:column; flex:1; }
.card__title{ display:flex; align-items:baseline; justify-content:space-between; gap:10px; }
.card__title h3{ font-size:19px; }
.card__sub{ font-size:13px; color:var(--accent); font-weight:600; letter-spacing:.02em; margin-top:2px; }
.specs{ display:flex; flex-wrap:wrap; gap:8px; margin-top:14px; }
.spec{ display:inline-flex; align-items:center; gap:6px; font-size:13px; font-weight:600; color:var(--ink-2);
  background:var(--bg); border:1px solid var(--line); padding:6px 11px; border-radius:9px; }
.spec svg{ width:14px; height:14px; color:var(--muted); }
.allin-row{ display:flex; align-items:center; gap:8px; margin-top:14px; padding:11px 13px; border-radius:11px;
  background:var(--steel-soft); }
.allin-row svg{ width:17px; height:17px; color:var(--navy); flex:none; }
.allin-row b{ font-size:13px; color:var(--navy); font-weight:700; }
.allin-row span{ font-size:12.5px; color:var(--accent); font-weight:600; }
.card__foot{ margin-top:auto; padding-top:16px; }
.card__btn{ width:100%; }
.card__note{ text-align:center; font-size:12.5px; color:var(--muted); margin-top:10px; }
.empty{ grid-column:1/-1; text-align:center; padding:60px 20px; color:var(--muted); }
.empty svg{ width:42px; height:42px; color:var(--line-2); margin:0 auto 14px; }

/* ---------- Hakkımızda ---------- */
.about{ display:grid; grid-template-columns:1fr 1fr; gap:24px; align-items:stretch; }
.about__lead{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:34px;
  box-shadow:var(--shadow-sm); }
.about__lead p{ font-size:16.5px; color:var(--ink-2); margin-top:16px; }
.whylist{ margin-top:22px; display:grid; gap:13px; }
.whylist li{ display:flex; gap:12px; align-items:flex-start; font-size:15.5px; color:var(--ink-2); }
.whylist svg{ width:20px; height:20px; color:var(--ok); flex:none; margin-top:2px; }
.about__side{ background:linear-gradient(165deg, var(--navy), var(--navy-ink)); color:#fff; border-radius:var(--radius);
  padding:34px; box-shadow:var(--shadow); display:flex; flex-direction:column; }
.about__side h3{ color:#fff; font-size:22px; }
.about__side p{ color:rgba(227,233,244,.82); font-size:15.5px; margin-top:12px; }
.minib{ margin-top:auto; padding-top:24px; display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.minib .stat__num{ color:#fff; }
.minib .stat__lbl{ color:var(--steel); }

/* ---------- SSS (FAQ) ---------- */
.faq{ max-width:860px; margin:0 auto; display:grid; gap:12px; }
.faq__item{ background:#fff; border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow-sm); transition:box-shadow .2s, border-color .2s; }
.faq__item[open]{ box-shadow:var(--shadow); border-color:var(--line-2); }
.faq__item summary{ list-style:none; cursor:pointer; padding:20px 22px; display:flex; align-items:center;
  justify-content:space-between; gap:16px; font-family:'Sora',sans-serif; font-weight:600; font-size:17px; color:var(--ink); }
.faq__item summary::-webkit-details-marker{ display:none; }
.faq__ic{ flex:none; width:30px; height:30px; border-radius:9px; background:var(--bg-soft); color:var(--navy);
  display:flex; align-items:center; justify-content:center; transition:transform .25s var(--ease), background .2s, color .2s; }
.faq__ic svg{ width:18px; height:18px; }
.faq__item[open] .faq__ic{ transform:rotate(180deg); background:var(--navy); color:#fff; }
.faq__a{ padding:0 22px 20px; color:var(--ink-2); font-size:15.5px; max-width:700px; }

/* ---------- İletişim (navy) ---------- */
.contact{ display:grid; grid-template-columns:1.05fr .95fr; gap:28px; align-items:start; }
.cform{ background:#fff; border-radius:var(--radius); padding:32px; box-shadow:var(--shadow-lg); color:var(--text); }
.cform h3{ font-size:24px; }
.cform > p{ color:var(--muted); margin-top:8px; font-size:15px; }
.cinfo{ color:#fff; padding:6px 4px; }
.cinfo h2{ color:#fff; }
.cinfo > p{ color:rgba(227,233,244,.82); margin-top:14px; font-size:16.5px; max-width:440px; }
.cinfo__list{ margin-top:26px; display:grid; gap:14px; }
.cinfo__item{ display:flex; align-items:center; gap:14px; }
.cinfo__ic{ width:46px; height:46px; border-radius:13px; background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16); display:flex; align-items:center; justify-content:center; color:#fff; flex:none; }
.cinfo__ic svg{ width:20px; height:20px; }
.cinfo__item b{ font-family:'Sora',sans-serif; font-size:16px; color:#fff; }
.cinfo__item span{ display:block; font-size:13px; color:var(--steel); margin-top:2px; }
.cinfo__wa{ margin-top:26px; }

/* ---------- Forms ---------- */
.field{ margin-bottom:15px; }
.field label{ display:block; font-size:13.5px; font-weight:600; color:var(--ink); margin-bottom:7px; }
.field label .req{ color:#C2433F; }
.field input, .field textarea{ width:100%; font-family:'Manrope',sans-serif; font-size:15px; color:var(--ink);
  background:var(--bg); border:1.5px solid var(--line-2); border-radius:12px; padding:13px 15px;
  transition:border-color .2s, background .2s, box-shadow .2s; }
.field input::placeholder, .field textarea::placeholder{ color:var(--muted-2); }
.field input:focus, .field textarea:focus{ outline:none; border-color:var(--accent); background:#fff;
  box-shadow:0 0 0 4px rgba(58,87,168,.10); }
.field textarea{ resize:vertical; min-height:92px; }
.field.invalid input, .field.invalid textarea{ border-color:#D8534E; box-shadow:0 0 0 4px rgba(216,83,78,.10); }
.field input[readonly]{ background:var(--bg-soft); color:var(--ink); cursor:default; }
.field input[readonly]:focus{ box-shadow:none; border-color:var(--line-2); }
.field__err{ display:none; color:#C2433F; font-size:12.5px; font-weight:600; margin-top:6px; }
.field.invalid .field__err{ display:block; }
.row2{ display:grid; grid-template-columns:1fr 1fr; gap:13px; }
.field.row2{ display:block; } /* guard */
.frow{ display:grid; grid-template-columns:1fr 1fr; gap:13px; }

.choice{ margin-bottom:16px; }
.choice__lbl{ font-size:13.5px; font-weight:600; color:var(--ink); margin-bottom:9px; display:flex;
  align-items:center; justify-content:space-between; }
.choice__lbl small{ color:var(--muted); font-weight:550; }
.pills{ display:flex; flex-wrap:wrap; gap:8px; }
.pill{ border:1.5px solid var(--line-2); background:#fff; color:var(--ink); font-family:'Sora',sans-serif;
  font-weight:600; font-size:14px; padding:10px 16px; border-radius:11px; transition:all .18s var(--ease); }
.pill:hover{ border-color:var(--accent); }
.pill.active{ background:var(--navy); color:#fff; border-color:var(--navy); }

.kvkk{ display:flex; gap:11px; align-items:flex-start; margin:6px 0 18px; cursor:pointer; }
.kvkk input{ width:20px; height:20px; margin-top:2px; accent-color:var(--navy); flex:none; cursor:pointer; }
.kvkk span{ font-size:13px; color:var(--muted); line-height:1.5; }
.kvkk a{ color:var(--accent); font-weight:600; text-decoration:underline; }
.kvkk.invalid span{ color:#C2433F; }

/* form success */
.fdone{ text-align:center; padding:18px 6px; }
.fdone__ic{ width:64px; height:64px; border-radius:50%; background:var(--ok-soft); color:var(--ok);
  display:flex; align-items:center; justify-content:center; margin:0 auto 18px; }
.fdone__ic svg{ width:32px; height:32px; }
.fdone h3{ font-size:22px; }
.fdone p{ color:var(--muted); margin-top:10px; font-size:15px; }
.fdone .btn{ margin-top:22px; }

/* ---------- Modal ---------- */
.modal{ position:fixed; inset:0; z-index:120; display:none; }
.modal.open{ display:block; }
.modal__overlay{ position:absolute; inset:0; background:rgba(16,28,69,.55); backdrop-filter:blur(4px);
  opacity:0; transition:opacity .3s; }
.modal.open .modal__overlay{ opacity:1; }
.modal__dialog{ position:absolute; top:50%; left:50%; transform:translate(-50%,-46%) scale(.98);
  width:min(940px, calc(100vw - 36px)); max-height:calc(100vh - 48px); overflow:auto; background:#fff;
  border-radius:22px; box-shadow:var(--shadow-lg); opacity:0; transition:opacity .3s, transform .35s var(--ease); }
.modal.open .modal__dialog{ transform:translate(-50%,-50%) scale(1); opacity:1; }
.modal__close{ position:absolute; top:16px; right:16px; z-index:5; width:42px; height:42px; border-radius:12px;
  border:1px solid var(--line); background:#fff; display:flex; align-items:center; justify-content:center;
  color:var(--ink); box-shadow:var(--shadow-sm); }
.modal__close:hover{ background:var(--bg-soft); }
.modal__close svg{ width:20px; height:20px; }
.mgrid{ display:grid; grid-template-columns:1fr 1fr; }
.mleft{ padding:28px; background:var(--bg-soft); border-right:1px solid var(--line); }
.mleft .badge{ position:static; }
.mhead{ display:flex; gap:10px; margin-bottom:14px; }
.mleft h2{ font-size:25px; margin-top:16px; }
.mleft__sub{ color:var(--accent); font-weight:600; font-size:14px; margin-top:3px; }
.mleft__desc{ font-size:14.5px; color:var(--ink-2); margin-top:14px; }
.mincl{ margin-top:18px; display:grid; gap:10px; }
.mincl__t{ font-family:'Sora',sans-serif; font-size:13px; font-weight:700; letter-spacing:.06em;
  text-transform:uppercase; color:var(--navy); display:flex; align-items:center; gap:8px; }
.mincl__t svg{ width:16px; height:16px; color:var(--ok); }
.mincl__grid{ display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.mincl__i{ display:flex; align-items:center; gap:9px; font-size:13.5px; font-weight:550; color:var(--ink-2); }
.mincl__i svg{ width:16px; height:16px; color:var(--navy); flex:none; }
.mright{ padding:28px; }
.mright > h3{ font-size:19px; margin-bottom:4px; }
.mright > p.mhint{ font-size:13.5px; color:var(--muted); margin-bottom:18px; }

/* ---------- Floating FABs (ara + WhatsApp) ---------- */
.fab-stack{ position:fixed; right:22px; bottom:22px; z-index:80; display:flex; flex-direction:column; gap:13px; }
.fab{ width:56px; height:56px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  color:#fff; transition:transform .2s, box-shadow .2s; }
.fab:hover{ transform:scale(1.07); }
.fab svg{ width:27px; height:27px; }
.fab--wa{ background:var(--wa); box-shadow:0 12px 30px rgba(37,211,102,.42); }
.fab--call{ background:var(--navy); box-shadow:0 12px 30px rgba(22,36,90,.40); }
.fab--call svg{ width:24px; height:24px; }
.fab--mail{ background:#3A57A8; box-shadow:0 12px 30px rgba(58,87,168,.40); }
.fab--mail svg{ width:24px; height:24px; }

/* ---------- Footer ---------- */
.footer{ background:var(--navy-ink); color:#fff; padding:62px 0 30px; }
.footer__top{ display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:30px; }
.footer__brand{ display:flex; align-items:center; gap:11px; margin-bottom:18px; }
.footer__mark{ width:42px; height:42px; border-radius:11px; background:#fff; display:flex; align-items:center;
  justify-content:center; padding:6px; }
.footer__mark img{ width:100%; }
.footer__brand b{ font-family:'Sora',sans-serif; font-size:19px; color:#fff; }
.footer__brand span{ display:block; font-size:9px; letter-spacing:.32em; color:var(--steel); text-transform:uppercase; margin-top:3px; }
.footer p{ color:rgba(197,207,226,.72); font-size:14.5px; max-width:300px; }
.footer h4{ color:#fff; font-size:13px; letter-spacing:.12em; text-transform:uppercase; margin-bottom:16px; font-weight:600; }
.footer__links li{ margin-bottom:10px; }
.footer__links a{ color:rgba(197,207,226,.78); font-size:14.5px; transition:color .2s; }
.footer__links a:hover{ color:#fff; }
.footer__bottom{ margin-top:44px; padding-top:24px; border-top:1px solid rgba(255,255,255,.10);
  display:flex; flex-wrap:wrap; gap:12px; justify-content:space-between; align-items:center; }
.footer__bottom p{ font-size:13px; color:rgba(197,207,226,.6); }
.footer__note{ font-size:13px; color:rgba(197,207,226,.6); }

/* ---------- Responsive ---------- */
@media (max-width:1024px){
  .hero__grid{ grid-template-columns:1fr; gap:40px; }
  .hero__card{ max-width:480px; }
  .allin, .allin-band{ grid-template-columns:repeat(2,1fr); }
  .footer__top{ grid-template-columns:1fr 1fr; gap:30px; }
  .footer__brand-col{ grid-column:1/-1; }
}
@media (max-width:860px){
  .nav__links, .nav__wa{ display:none; }
  .nav__toggle{ display:flex; }
  .nav.open .nav__links{ display:flex; position:absolute; top:74px; left:0; right:0; flex-direction:column;
    align-items:stretch; gap:2px; background:#fff; border-bottom:1px solid var(--line); padding:12px 20px 18px;
    box-shadow:var(--shadow); }
  .nav.open .nav__links a{ padding:13px 12px; font-size:16px; }
  .grid{ grid-template-columns:repeat(2,1fr); }
  .steps{ grid-template-columns:1fr; }
  .contact{ grid-template-columns:1fr; }
  .about{ grid-template-columns:1fr; }
  .mgrid{ grid-template-columns:1fr; }
  .mleft{ border-right:none; border-bottom:1px solid var(--line); }
}
@media (max-width:620px){
  body{ font-size:16px; }
  .container{ padding:0 18px; }
  .section{ padding:58px 0; }
  .hero{ padding:46px 0 40px; }
  .hero__stats{ gap:20px; flex-wrap:wrap; }
  .stat__num{ font-size:25px; }
  .allin, .allin-band{ grid-template-columns:1fr; }
  .grid{ grid-template-columns:1fr; }
  .footer__top{ grid-template-columns:1fr; }
  .frow, .mincl__grid, .row2{ grid-template-columns:1fr; }
  .brands__inner{ gap:18px; }
  .brands__list{ gap:22px; }
  .brands__list span{ font-size:16px; }
  .section__head p{ font-size:16px; }
}
@media (prefers-reduced-motion: reduce){
  *{ transition:none !important; animation:none !important; scroll-behavior:auto; }
}

/* ====================================================================
   Tweaks paneli + WhatsApp aç/kapat
   ==================================================================== */
body.wa-off .fab--wa,
body.wa-off .nav__wa,
body.wa-off .cinfo__wa,
body.wa-off [data-wa-link]{ display:none !important; }

/* ---------- Çerez bandı ---------- */
.cerez-bar{ position:fixed; left:16px; right:16px; bottom:16px; z-index:300; display:flex; gap:16px;
  align-items:center; justify-content:space-between; flex-wrap:wrap; background:#fff;
  border:1px solid var(--line); border-radius:14px; padding:14px 18px;
  box-shadow:0 14px 44px rgba(16,28,69,.20); max-width:900px; margin:0 auto; }
.cerez-bar[hidden]{ display:none; }
.cerez-bar__t{ font-size:13.5px; color:var(--ink); line-height:1.55; flex:1; min-width:240px; }
.cerez-bar__t a{ color:var(--accent); font-weight:600; }
.cerez-bar .btn{ flex:none; }

/* ---------- Yasal belge (KVKK vb. pencere) ---------- */
.legal-doc{ color:#374151; line-height:1.7; font-size:14.5px; }
.legal-doc h1,.legal-doc h2,.legal-doc h3{ font-family:'Sora',sans-serif; color:var(--navy); line-height:1.3; margin:20px 0 8px; }
.legal-doc h1{ font-size:20px; }
.legal-doc h2{ font-size:16.5px; }
.legal-doc h3{ font-size:15px; }
.legal-doc p{ margin:0 0 10px; }
.legal-doc strong{ color:var(--ink); }
.legal-doc ul,.legal-doc ol{ margin:0 0 12px; padding-left:22px; }
.legal-doc li{ margin:4px 0; }
.legal-doc a{ color:var(--accent); font-weight:600; }
.legal-doc table{ width:100%; border-collapse:collapse; margin:14px 0; font-size:13px; }
.legal-doc th,.legal-doc td{ border:1px solid var(--line); padding:8px 10px; text-align:left; vertical-align:top; }
.legal-doc th{ background:var(--bg-soft); font-family:'Sora',sans-serif; color:var(--navy); }
.legal-doc h2:first-child,.legal-doc p:first-child{ margin-top:0; }

/* ---------- Footer hizmet bölgeleri ---------- */
.footer__bolge{ font-size:12.5px; line-height:1.6; opacity:.8; margin-top:12px; }
.footer__bolge strong{ opacity:1; }

.tw-panel{ position:fixed; right:22px; bottom:22px; z-index:200; width:312px; max-width:calc(100vw - 32px);
  max-height:calc(100vh - 44px); overflow:auto; background:#fff; border:1px solid var(--line);
  border-radius:18px; box-shadow:0 30px 70px rgba(16,28,69,.26), 0 8px 22px rgba(16,28,69,.12);
  font-family:'Manrope',sans-serif; color:var(--text); }
.tw-panel[hidden]{ display:none; }
.tw-head{ display:flex; align-items:center; justify-content:space-between; padding:15px 16px;
  border-bottom:1px solid var(--line); position:sticky; top:0; background:#fff; border-radius:18px 18px 0 0; }
.tw-title{ display:inline-flex; align-items:center; gap:8px; font-family:'Sora',sans-serif; font-weight:700;
  font-size:15px; color:var(--navy); }
.tw-title svg{ width:17px; height:17px; color:var(--accent); }
.tw-close{ width:32px; height:32px; border-radius:9px; border:1px solid var(--line); background:#fff;
  display:flex; align-items:center; justify-content:center; color:var(--ink); }
.tw-close:hover{ background:var(--bg-soft); }
.tw-close svg{ width:17px; height:17px; }
.tw-body{ padding:6px 16px 18px; }
.tw-sec{ font-family:'Sora',sans-serif; font-weight:600; font-size:11.5px; letter-spacing:.1em;
  text-transform:uppercase; color:var(--muted); margin:18px 0 10px; }
.tw-swatches{ display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.tw-sw{ display:flex; align-items:center; gap:9px; padding:9px 11px; border-radius:11px; border:1.5px solid var(--line-2);
  background:#fff; font-size:13px; font-weight:600; color:var(--ink); text-align:left; transition:border-color .15s, background .15s; }
.tw-sw span{ width:16px; height:16px; border-radius:50%; flex:none; box-shadow:inset 0 0 0 1px rgba(0,0,0,.08); }
.tw-sw:hover{ border-color:var(--accent); }
.tw-sw.active{ border-color:var(--navy); background:var(--bg-soft); box-shadow:0 0 0 3px rgba(22,36,90,.07); }
.tw-text{ width:100%; font-family:'Manrope',sans-serif; font-size:14px; color:var(--ink); background:var(--bg);
  border:1.5px solid var(--line-2); border-radius:11px; padding:10px 12px; resize:vertical; min-height:64px; }
.tw-text:focus{ outline:none; border-color:var(--accent); background:#fff; box-shadow:0 0 0 4px rgba(58,87,168,.1); }
.tw-hint{ font-size:11.5px; color:var(--muted-2); margin-top:6px; }
.tw-seg{ display:flex; gap:5px; background:var(--bg); border:1px solid var(--line-2); border-radius:12px; padding:4px; }
.tw-seg button{ flex:1; border:none; background:transparent; font-family:'Sora',sans-serif; font-weight:600;
  font-size:12.5px; color:var(--ink-2); padding:9px 6px; border-radius:9px; transition:background .15s, color .15s; }
.tw-seg button.active{ background:var(--navy); color:#fff; }
.tw-row{ display:flex; align-items:center; justify-content:space-between; margin-top:20px; font-size:13.5px;
  font-weight:600; color:var(--ink); }
.tw-switch input{ display:none; }
.tw-track{ display:block; width:42px; height:24px; border-radius:100px; background:var(--line-2); position:relative;
  transition:background .2s; cursor:pointer; }
.tw-track::after{ content:''; position:absolute; top:3px; left:3px; width:18px; height:18px; border-radius:50%;
  background:#fff; box-shadow:0 1px 3px rgba(0,0,0,.25); transition:transform .2s var(--ease); }
.tw-switch input:checked + .tw-track{ background:var(--ok); }
.tw-switch input:checked + .tw-track::after{ transform:translateX(18px); }
.tw-reset{ width:100%; margin-top:22px; display:inline-flex; align-items:center; justify-content:center; gap:8px;
  font-family:'Sora',sans-serif; font-weight:600; font-size:13px; color:var(--muted); background:var(--bg);
  border:1px solid var(--line-2); border-radius:11px; padding:11px; }
.tw-reset:hover{ color:var(--navy); border-color:var(--accent); }
.tw-reset svg{ width:15px; height:15px; }

/* ====================================================================
   Teklif / Talep akışı
   ==================================================================== */
.teklif-card{ background:#fff; border-radius:24px; padding:32px; box-shadow:var(--shadow-lg); color:var(--text); }
.teklif-step + .teklif-step{ margin-top:30px; padding-top:30px; border-top:1px solid var(--line); }
.teklif-step__h{ display:flex; gap:13px; align-items:flex-start; margin-bottom:20px; }
.teklif-step__no{ width:32px; height:32px; border-radius:9px; background:var(--navy); color:#fff;
  font-family:'Sora',sans-serif; font-weight:700; font-size:15px; display:flex; align-items:center; justify-content:center; flex:none; }
.teklif-step__h > div b{ font-family:'Sora',sans-serif; font-size:18px; color:var(--ink); display:block; }
.teklif-step__h > div > span{ font-size:13.5px; color:var(--muted); display:block; margin-top:2px; }

/* Araç ekleme çubuğu */
.addbar{ display:flex; flex-wrap:wrap; gap:12px; align-items:flex-end; padding:18px; background:var(--bg);
  border:1px solid var(--line); border-radius:16px; }
.addbar__f{ flex:1 1 150px; min-width:140px; }
.addbar__f--sm{ flex:0 0 116px; }
.addbar__f label{ display:block; font-size:12.5px; font-weight:600; color:var(--ink); margin-bottom:6px; }
.addbar__add{ flex:0 0 auto; height:46px; }
.addbar--err #abMarka, .addbar--err #abModel{ border-color:#D8534E; box-shadow:0 0 0 3px rgba(216,83,78,.12); }
.fselect--full{ position:relative; display:block; width:100%; }
.fselect--full select{ width:100%; background:#fff; }
.fselect--full svg{ position:absolute; right:12px; top:50%; transform:translateY(-50%); width:16px; height:16px; color:var(--muted); pointer-events:none; }

.stepper{ display:inline-flex; align-items:center; height:46px; border:1.5px solid var(--line-2); border-radius:11px; overflow:hidden; background:#fff; }
.stepper button{ width:38px; height:100%; border:none; background:var(--bg); font-size:19px; color:var(--navy); font-weight:600; }
.stepper button:hover{ background:var(--steel-soft); }
.stepper input{ width:46px; text-align:center; border:none; font-family:'Sora',sans-serif; font-weight:600; font-size:15px; color:var(--ink); background:#fff; }
.stepper input:focus{ outline:none; }
.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }

/* Sepet */
.cart-err{ display:flex; align-items:center; gap:8px; color:#C2433F; font-weight:600; font-size:14px; margin:14px 0 0; }
.cart-err[hidden]{ display:none; }
.cart-err svg{ width:17px; height:17px; }
.cartbox{ margin-top:16px; }
.cart-empty{ display:flex; align-items:center; gap:13px; padding:20px; border:1.5px dashed var(--line-2);
  border-radius:14px; color:var(--muted); font-size:14px; background:var(--bg); }
.cart-empty svg{ width:26px; height:26px; color:var(--line-2); flex:none; }
.cart-empty b{ color:var(--ink); }
.cart-head, .cart-row{ display:grid; grid-template-columns:2fr 1.3fr 1fr 1.5fr .8fr 44px; gap:10px; align-items:center; }
.cart-head{ padding:6px 14px; font-family:'Sora',sans-serif; font-size:11.5px; letter-spacing:.05em; text-transform:uppercase; color:var(--muted); font-weight:600; }
.cart-row{ position:relative; padding:14px; background:var(--bg); border:1px solid var(--line); border-radius:12px;
  margin-bottom:9px; font-size:14px; color:var(--ink-2); font-weight:550; }
.cart-row b{ color:var(--ink); font-weight:700; }
.cart-rm button{ width:32px; height:32px; border-radius:9px; border:1px solid var(--line-2); background:#fff;
  color:#C2433F; display:flex; align-items:center; justify-content:center; }
.cart-rm button:hover{ background:#FBEDEC; }
.cart-rm button svg{ width:16px; height:16px; }

/* Müşteri tipi */
.ttype{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom:22px; }
.ttype__btn{ display:inline-flex; align-items:center; gap:9px; padding:13px 20px; border-radius:13px;
  border:1.5px solid var(--line-2); background:#fff; font-family:'Sora',sans-serif; font-weight:600; font-size:14.5px; color:var(--ink-2); transition:all .18s var(--ease); }
.ttype__btn svg{ width:18px; height:18px; }
.ttype__btn.active{ background:var(--navy); color:#fff; border-color:var(--navy); }
.ttype__btn:hover:not(.active){ border-color:var(--accent); color:var(--accent); }

/* Form ızgarası */
.tform-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:14px 16px; }
.tform-grid + .tform-grid{ margin-top:14px; }
.tform-grid .field{ margin-bottom:0; }
.tform-grid .span2{ grid-column:1 / -1; }
.tradio{ display:flex; gap:10px; max-width:360px; }
.tradio__o{ flex:1; display:flex; align-items:center; gap:9px; padding:12px 14px; border:1.5px solid var(--line-2);
  border-radius:11px; cursor:pointer; font-weight:600; font-size:14px; color:var(--ink); transition:border-color .15s, background .15s; }
.tradio__o input{ width:18px; height:18px; accent-color:var(--navy); }
.tradio__o:has(input:checked){ border-color:var(--navy); background:var(--bg-soft); }

/* Onaylar */
.tconsents{ margin-top:20px; display:grid; gap:13px; padding:18px 20px; background:var(--bg); border:1px solid var(--line); border-radius:14px; }
.consent{ display:flex; gap:11px; align-items:flex-start; cursor:pointer; font-size:13.5px; color:var(--ink-2); line-height:1.55; }
.consent input{ width:20px; height:20px; margin-top:1px; accent-color:var(--navy); flex:none; cursor:pointer; }
.consent a{ color:var(--accent); font-weight:600; text-decoration:underline; }
.consent .req{ color:#C2433F; }
.consent.invalid{ color:#C2433F; }
.consent.invalid input{ outline:2px solid #D8534E; outline-offset:2px; border-radius:5px; }

.tform-foot{ display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:24px; flex-wrap:wrap; }
.tform-note{ font-size:13px; color:var(--muted); }
.tform-foot .btn{ min-width:236px; }

/* İletişim şeridi (navy) */
.contact-strip{ margin-top:30px; display:grid; grid-template-columns:repeat(4, 1fr); gap:18px; }
.contact-strip__i{ display:flex; align-items:center; gap:12px; color:#fff; }
.contact-strip__ic{ width:44px; height:44px; border-radius:12px; background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16); display:flex; align-items:center; justify-content:center; color:#fff; flex:none; }
.contact-strip__ic svg{ width:19px; height:19px; }
.contact-strip__i > span:last-child b{ font-family:'Sora',sans-serif; font-size:15px; color:#fff; display:block; line-height:1.35; }
.contact-strip__i > span:last-child > span{ font-size:12.5px; color:var(--steel); }
.contact-map{ margin-top:20px; border-radius:18px; overflow:hidden; border:1px solid rgba(255,255,255,.14); box-shadow:var(--shadow); }
.contact-map iframe{ width:100%; height:300px; border:0; display:block; }

@media (max-width:980px){
  .tform-grid{ grid-template-columns:1fr 1fr; }
  .contact-strip{ grid-template-columns:1fr 1fr; }
}
@media (max-width:680px){
  .teklif-card{ padding:22px 18px; }
  .tform-grid{ grid-template-columns:1fr; }
  .tform-grid .span2{ grid-column:auto; }
  .addbar__f, .addbar__f--sm{ flex:1 1 100%; }
  .addbar__add{ width:100%; }
  .cart-head{ display:none; }
  .cart-row{ grid-template-columns:1fr; gap:6px; padding-right:48px; }
  .cart-row > span[data-l]{ display:flex; gap:6px; }
  .cart-row > span[data-l]::before{ content:attr(data-l) ":"; font-weight:600; color:var(--muted); }
  .cart-rm{ position:absolute; top:12px; right:12px; }
  .contact-strip{ grid-template-columns:1fr; }
  .tform-foot .btn{ width:100%; min-width:0; }
  .tradio{ max-width:none; }
}
