/* ============================================================
   SÇ GRUP OTOMOTİV — "Pit Lane" endüstriyel tema
   Mobil öncelikli · koyu asfalt + sinyal kırmızısı
   ============================================================ */
:root {
  --bg: #0d0f13;
  --bg2: #12151c;
  --panel: #171b24;
  --panel2: #1d222e;
  --line: #262c3a;
  --tx: #eef1f6;
  --tx2: #9aa3b5;
  --red: #b8863b;
  --red2: #dfaa54;
  --yellow: #f5b921;
  --wa: #22c55e;
  --disp: "Saira Condensed", sans-serif;
  --tech: "Chakra Petch", monospace;
  --body: "Figtree", sans-serif;
  --rad: 14px;
  --wrap: 1240px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body); background: var(--bg); color: var(--tx);
  line-height: 1.6; font-size: 16px; overflow-x: hidden;
  padding-bottom: 66px; /* mobile dock */
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 18px; }
.ic { width: 20px; height: 20px; flex: 0 0 auto; }

/* ---- doku: asfalt grain + hazard şeritler ---- */
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .035 0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
}
main, header, footer, .topbar, .cta-band { position: relative; z-index: 1; }
.hazard {
  height: 8px;
  background: repeating-linear-gradient(-45deg, var(--yellow) 0 14px, #14161c 14px 28px);
  border-radius: 2px;
}

/* ---- tipografi ---- */
h1, h2, h3 { font-family: var(--disp); text-transform: uppercase; line-height: 1.05; letter-spacing: .5px; }
h1 { font-size: clamp(34px, 7vw, 62px); font-weight: 800; }
h2 { font-size: clamp(26px, 5vw, 42px); font-weight: 800; }
h3 { font-size: clamp(19px, 3vw, 24px); font-weight: 700; }
h1 em, h2 em { font-style: normal; color: var(--red2); }
.kicker {
  font-family: var(--tech); font-size: 12px; font-weight: 600; letter-spacing: 3px;
  color: var(--yellow); display: inline-flex; align-items: center; gap: 10px;
}
.kicker::before { content: ""; width: 26px; height: 2px; background: var(--red); }
.lead { color: var(--tx2); font-size: clamp(15px, 2.5vw, 18px); max-width: 720px; }

/* ---- butonlar ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--tech); font-weight: 600; font-size: 14px; letter-spacing: .5px;
  padding: 12px 20px; border-radius: 10px; border: 1px solid transparent;
  cursor: pointer; transition: transform .15s, box-shadow .2s, background .2s;
  white-space: nowrap;
}
.btn:active { transform: scale(.97); }
.btn-red { background: linear-gradient(140deg, var(--red), #8a5f22); color: #fff; box-shadow: 0 6px 22px rgba(184,134,59,.35); }
.btn-red:hover { box-shadow: 0 8px 30px rgba(184,134,59,.55); transform: translateY(-1px); }
.btn-wa { background: rgba(34,197,94,.12); color: #4ade80; border-color: rgba(34,197,94,.4); }
.btn-wa:hover { background: rgba(34,197,94,.22); }
.btn-ghost { background: transparent; color: var(--tx); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--red); color: var(--red2); }
.btn-lg { padding: 15px 26px; font-size: 15px; }

/* ---- topbar ---- */
.topbar { background: #08090c; border-bottom: 1px solid var(--line); font-family: var(--tech); font-size: 12.5px; }
.topbar-in { display: flex; gap: 18px; align-items: center; height: 34px; overflow: hidden; }
.tb-item { display: inline-flex; align-items: center; gap: 6px; color: var(--tx2); }
.tb-item .ic { width: 14px; height: 14px; }
.tb-tel { margin-left: auto; color: var(--yellow); font-weight: 600; }
@media (max-width: 640px) { .tb-pin { display: none; } }

/* ---- header ---- */
.hd { position: sticky; top: 0; z-index: 100; background: rgba(13,15,19,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.hd-in { display: flex; align-items: center; gap: 20px; height: 72px; }
.logo { display: inline-flex; align-items: center; gap: 10px; }
.logo-img { height: 42px; width: auto; display: block; }
@media (max-width: 1360px) { .logo-img { height: 36px; } }
@media (max-width: 640px) { .logo-img { height: 32px; } }
.logo-hex {
  font-family: var(--disp); font-weight: 800; font-size: 22px; color: #fff;
  width: 46px; height: 46px; display: grid; place-items: center;
  background: linear-gradient(150deg, var(--red), #6f4a17);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}
.logo-tx { font-family: var(--disp); font-size: 19px; letter-spacing: 1px; line-height: 1; display: flex; flex-direction: column; gap: 3px; text-transform: uppercase; }
.logo-tx b { font-weight: 800; }
.logo-tx small { font-family: var(--tech); font-size: 9px; letter-spacing: 2.5px; color: var(--tx2); }
.hd-cta { margin-left: auto; display: flex; align-items: center; gap: 10px; }

/* ---- nav & mega menü (masaüstü) ---- */
/* Nav öğeleri header'ın tam yüksekliğini kaplar: link ile mega panel arasında
   hover'ı düşüren ölü bölge kalmaz */
.nav { display: flex; align-items: stretch; align-self: stretch; gap: 2px; }
.nav-item { display: flex; align-items: center; }
.nav-item > a {
  display: inline-flex; align-items: center; gap: 7px; padding: 10px 13px;
  font-family: var(--tech); font-size: 13.5px; font-weight: 600; color: var(--tx);
  border-radius: 8px; transition: color .15s, background .15s;
  white-space: nowrap; /* "Sigorta Onarım" tek satırda kalsın */
}
/* Dar masaüstünde menüyü sıkıştır ki tek satıra sığsın */
@media (min-width: 1081px) and (max-width: 1360px) {
  .nav-item > a { padding: 10px 8px; font-size: 12.5px; gap: 5px; }
  .hd-in { gap: 12px; }
}
.nav-item > a .ic { width: 17px; height: 17px; color: var(--red2); }
.nav-item > a .chev { width: 13px; height: 13px; color: var(--tx2); transition: transform .2s; }
.nav-item > a:hover { background: var(--panel); }
.nav-item.has-mega:hover > a .chev { transform: rotate(180deg); }
.nav-flag { color: var(--yellow) !important; animation: navblink 1.5s ease-in-out infinite; }
.nav-flag .ic { color: currentColor !important; }
@keyframes navblink {
  0%, 100% { color: var(--yellow); filter: none; }
  50% { color: #ffe38f; filter: drop-shadow(0 0 9px rgba(245,185,33,.85)); }
}
@media (prefers-reduced-motion: reduce) { .nav-flag { animation: none; } }

.mega {
  position: absolute; left: 50%; transform: translateX(-50%) translateY(8px);
  top: 100%; width: min(960px, calc(100vw - 32px));
  background: var(--panel); border: 1px solid var(--line); border-radius: 16px;
  padding: 18px; box-shadow: 0 30px 70px rgba(0,0,0,.55);
  opacity: 0; visibility: hidden;
  /* Kapanma gecikmeli: fare kısa süreliğine dışarı çıksa da menü hemen kapanmaz */
  transition: opacity .18s ease .18s, transform .18s ease .18s, visibility 0s linear .38s;
}
.has-mega { position: static; }
.hd-in { position: relative; }
.has-mega:hover .mega, .has-mega:focus-within .mega {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); z-index: 5;
  /* Açılışta ufak hover-intent gecikmesi: komşu menünün üzerinden geçerken panel parlamaz */
  transition: opacity .16s ease .13s, transform .16s ease .13s, visibility 0s linear .13s;
}
.mega::before { content: ""; position: absolute; top: -16px; left: 0; right: 0; height: 16px; }
.mega-cta {
  margin-top: 14px; display: flex; align-items: center; gap: 8px; justify-content: center;
  font-family: var(--tech); font-size: 13px; font-weight: 600; color: var(--yellow);
  background: rgba(245,185,33,.07); border: 1px dashed rgba(245,185,33,.35);
  padding: 10px; border-radius: 10px;
}
.mega-cta:hover { background: rgba(245,185,33,.14); }
.mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.mega-serv-it { display: flex; gap: 10px; padding: 10px 12px; border-radius: 10px; align-items: flex-start; }
.mega-serv-it:hover { background: var(--panel2); }
.mega-serv-it .ic { width: 20px; height: 20px; color: var(--red2); margin-top: 3px; }
.mega-serv-it b { display: block; font-size: 14px; }
.mega-serv-it small { color: var(--tx2); font-size: 12px; line-height: 1.4; display: block; }
.mega-serv-it.is-flag { background: rgba(184,134,59,.08); border: 1px solid rgba(184,134,59,.3); }
.mega-brand-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; max-height: 380px; overflow: auto; }
.brand-chip {
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  padding: 12px 6px 10px; border-radius: 10px; border: 1px solid transparent;
  font-family: var(--tech); font-size: 11.5px; text-align: center; color: var(--tx2);
}
.brand-chip img { width: 34px; height: 34px; object-fit: contain; filter: drop-shadow(0 2px 6px rgba(0,0,0,.5)); }
.brand-chip:hover { background: var(--panel2); border-color: var(--line); color: var(--tx); transform: translateY(-1px); }
.mega-reg-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.mega-reg-hd { font-family: var(--disp); font-size: 17px; text-transform: uppercase; font-weight: 700; color: var(--red2); display: block; margin-bottom: 8px; }
.mega-reg-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px 10px; }
.mega-reg-list a { font-size: 13px; color: var(--tx2); padding: 4px 6px; border-radius: 6px; }
.mega-reg-list a:hover { color: var(--tx); background: var(--panel2); }

.burger { display: none; width: 44px; height: 44px; background: var(--panel); border: 1px solid var(--line); border-radius: 10px; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.burger span { width: 20px; height: 2px; background: var(--tx); transition: transform .25s, opacity .2s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---- mobil menü ---- */
@media (max-width: 1080px) {
  /* backdrop-filter fixed torunları hapseder (containing block) — mobilde kapat */
  .hd { backdrop-filter: none; background: rgba(13,15,19,.97); }
  .hd-cta .btn span { display: none; }
  .hd-cta .btn { padding: 11px 12px; }
  .burger { display: flex; }
  .nav {
    position: fixed; top: 0; right: 0; bottom: 0; width: min(400px, 92vw);
    background: var(--bg2); border-left: 1px solid var(--line);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 84px 16px 100px; overflow-y: auto; z-index: 99;
    transform: translateX(105%); transition: transform .28s cubic-bezier(.2,.8,.2,1);
    box-shadow: -30px 0 60px rgba(0,0,0,.5);
  }
  .nav.open { transform: translateX(0); }
  .nav-item { display: block; border-bottom: 1px solid var(--line); }
  .nav-item > a { width: 100%; padding: 15px 8px; font-size: 15px; justify-content: flex-start; }
  .nav-item > a .chev { margin-left: auto; }
  .nav-item.m-open > a .chev { transform: rotate(180deg); }
  .mega {
    position: static; transform: none; width: auto; opacity: 1; visibility: hidden;
    display: none; box-shadow: none; border: none; background: transparent; padding: 0 4px 14px;
  }
  .nav-item.m-open .mega { display: block; visibility: visible; }
  .has-mega:hover .mega { transform: none; }
  .mega-grid { grid-template-columns: 1fr; }
  .mega-brand-grid { grid-template-columns: repeat(3, 1fr); max-height: none; }
  .mega-reg-cols { grid-template-columns: 1fr; }
  .mega-reg-list { grid-template-columns: repeat(2, 1fr); }
}

/* ---- hero ---- */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(13,15,19,.97) 30%, rgba(13,15,19,.55) 70%, rgba(184,134,59,.18)); }
.hero-in { position: relative; padding: clamp(56px, 10vw, 110px) 0 clamp(40px, 7vw, 80px); max-width: 780px; }
.hero .lead { margin: 18px 0 26px; }
.hero-bts { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.badge {
  font-family: var(--tech); font-size: 12px; font-weight: 600; color: var(--tx2);
  border: 1px solid var(--line); background: rgba(23,27,36,.7); padding: 7px 12px;
  border-radius: 99px; display: inline-flex; gap: 7px; align-items: center;
}
.badge .ic { width: 14px; height: 14px; color: var(--yellow); }

/* ---- bölümler ---- */
.sec { padding: clamp(48px, 8vw, 88px) 0; }
.sec-alt { background: var(--bg2); border-block: 1px solid var(--line); }
.sec-hd { margin-bottom: clamp(26px, 5vw, 44px); display: flex; flex-direction: column; gap: 12px; }
.sec-hd .lead { margin-top: 2px; }
.sec-hd-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

/* ---- kartlar ---- */
.grid { display: grid; gap: 14px; }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .g3, .g4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .g2, .g3, .g4 { grid-template-columns: 1fr; } }

.card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--rad);
  padding: 22px; position: relative; overflow: hidden;
  transition: transform .2s, border-color .2s, box-shadow .25s;
}
.card:hover { transform: translateY(-3px); border-color: #3a4356; box-shadow: 0 18px 40px rgba(0,0,0,.4); }
.card .ic-big {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(184,134,59,.12); color: var(--red2); margin-bottom: 14px;
}
.card .ic-big .ic { width: 24px; height: 24px; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--tx2); font-size: 14.5px; }
.card .card-link { margin-top: 14px; display: inline-flex; align-items: center; gap: 6px; font-family: var(--tech); font-size: 13px; font-weight: 600; color: var(--red2); }
.card-flag { border-color: rgba(184,134,59,.45); background: linear-gradient(160deg, rgba(184,134,59,.12), var(--panel) 55%); }
.card-flag::after { content: "ÖNCELİKLİ"; position: absolute; top: 14px; right: -34px; transform: rotate(45deg); background: var(--red); color: #fff; font-family: var(--tech); font-size: 10px; font-weight: 700; letter-spacing: 2px; padding: 4px 40px; }

/* ---- marka duvarı — 36 marka: 6/4/3 sütun, her satır TAM dolar ---- */
.brand-wall { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
@media (max-width: 1080px) { .brand-wall { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 640px) { .brand-wall { grid-template-columns: repeat(3, 1fr); gap: 9px; } }
.brand-wall .brand-chip {
  background: var(--panel); border: 1px solid var(--line);
  padding: 24px 10px 18px; gap: 12px; justify-content: center; min-height: 132px;
}
.brand-wall .brand-chip img { width: 62px; height: 62px; object-fit: contain; }
.brand-wall .brand-chip span { font-size: 13px; color: var(--tx); }
.brand-wall .brand-chip:hover { border-color: var(--red); box-shadow: 0 10px 30px rgba(0,0,0,.35); }
@media (max-width: 640px) { .brand-wall .brand-chip { min-height: 108px; padding: 16px 6px 12px; } .brand-wall .brand-chip img { width: 46px; height: 46px; } }

/* ---- adımlar (sigorta süreci) ---- */
.steps { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); counter-reset: step; }
@media (max-width: 980px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .steps { grid-template-columns: 1fr; } }
.step { background: var(--panel); border: 1px solid var(--line); border-radius: var(--rad); padding: 20px; position: relative; }
.step::before {
  counter-increment: step; content: "0" counter(step);
  font-family: var(--disp); font-weight: 800; font-size: 44px; line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px rgba(184,134,59,.65);
  display: block; margin-bottom: 10px;
}
.step h3 { font-size: 18px; margin-bottom: 6px; }
.step p { color: var(--tx2); font-size: 14px; }

/* ---- istatistik ---- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 720px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat { text-align: center; padding: 22px 10px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--rad); }
.stat b { font-family: var(--disp); font-size: clamp(30px, 5vw, 44px); font-weight: 800; color: var(--red2); display: block; }
.stat span { font-family: var(--tech); font-size: 12px; letter-spacing: 1.5px; color: var(--tx2); text-transform: uppercase; }

/* ---- split blok ---- */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(20px, 4vw, 48px); align-items: center; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }
.split-img { border-radius: var(--rad); overflow: hidden; border: 1px solid var(--line); position: relative; }
.split-img img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.split-img::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 60px rgba(0,0,0,.45); }
.checklist { list-style: none; display: grid; gap: 10px; margin-top: 18px; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; color: var(--tx2); font-size: 15px; }
.checklist li::before {
  content: ""; flex: 0 0 auto; width: 20px; height: 20px; margin-top: 2px; border-radius: 6px;
  background: rgba(184,134,59,.15) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 12 4 4 8-9' fill='none' stroke='%23ff3b47' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat;
}

/* ---- SSS ---- */
.faq { display: grid; gap: 10px; max-width: 860px; }
.faq details { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.faq summary {
  cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 15px;
  display: flex; justify-content: space-between; align-items: center; gap: 12px; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--disp); font-size: 22px; color: var(--red2); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 18px 16px; color: var(--tx2); font-size: 14.5px; }

/* ---- formlar ---- */
.form { display: grid; gap: 12px; }
.form-row { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
@media (max-width: 620px) { .form-row { grid-template-columns: 1fr; } }
.field label { display: block; font-family: var(--tech); font-size: 12px; letter-spacing: 1px; color: var(--tx2); margin-bottom: 6px; text-transform: uppercase; }
.field input, .field select, .field textarea {
  width: 100%; background: var(--bg); border: 1px solid var(--line); color: var(--tx);
  border-radius: 10px; padding: 12px 14px; font-family: var(--body); font-size: 15px;
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(184,134,59,.18);
}
.field textarea { min-height: 110px; resize: vertical; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--tx2); }
.consent input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--red); }
.form-note { font-size: 13px; color: var(--tx2); }

/* ---- breadcrumb ---- */
.crumbs { font-family: var(--tech); font-size: 12px; color: var(--tx2); display: flex; flex-wrap: wrap; gap: 6px; padding: 14px 0 0; }
.crumbs a { color: var(--tx2); }
.crumbs a:hover { color: var(--red2); }
.crumbs span::before { content: "›"; margin-right: 6px; color: var(--line); }

/* ---- sayfa hero (iç sayfalar) ---- */
.page-hero { background: linear-gradient(160deg, var(--bg2), var(--bg)); border-bottom: 1px solid var(--line); padding: clamp(30px, 6vw, 60px) 0; position: relative; overflow: hidden; }
.page-hero::after {
  content: ""; position: absolute; right: -80px; top: -80px; width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(184,134,59,.16), transparent 65%); pointer-events: none;
}
.page-hero h1 { margin: 10px 0 12px; }
.tagcloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.tag { font-family: var(--tech); font-size: 11.5px; padding: 6px 11px; border-radius: 99px; background: var(--panel); border: 1px solid var(--line); color: var(--tx2); }

/* ---- galeri ---- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 860px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
.gallery figure { border-radius: var(--rad); overflow: hidden; border: 1px solid var(--line); position: relative; margin: 0; }
.gallery img { aspect-ratio: 4/3; object-fit: cover; width: 100%; transition: transform .35s; }
.gallery figure:hover img { transform: scale(1.05); }
.gallery figcaption {
  position: absolute; inset: auto 0 0; padding: 26px 14px 12px; font-family: var(--tech); font-size: 12px;
  background: linear-gradient(transparent, rgba(0,0,0,.85)); color: #fff;
}

/* ---- 3D görüntüleyici (marka sayfası) ---- */
.viewer3d {
  position: relative; border-radius: var(--rad); overflow: hidden;
  border: 1px solid var(--line);
  background: radial-gradient(ellipse at 50% 80%, #232936, var(--bg) 75%);
  min-height: 320px;
}
.viewer3d model-viewer { width: 100%; height: clamp(320px, 48vw, 520px); --poster-color: transparent; }
.viewer3d .v3d-brand {
  position: absolute; top: 14px; left: 14px; display: flex; align-items: center; gap: 10px;
  background: rgba(13,15,19,.75); border: 1px solid var(--line); border-radius: 12px; padding: 8px 14px;
  backdrop-filter: blur(6px);
}
.viewer3d .v3d-brand img { width: 30px; height: 30px; object-fit: contain; }
.viewer3d .v3d-brand span { font-family: var(--disp); font-size: 18px; text-transform: uppercase; font-weight: 700; }
.viewer3d .v3d-hint {
  position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);
  font-family: var(--tech); font-size: 11px; letter-spacing: 1.5px; color: var(--tx2);
  background: rgba(13,15,19,.7); padding: 6px 12px; border-radius: 99px; white-space: nowrap;
}
.v3d-note { font-size: 12px; color: var(--tx2); margin-top: 8px; }

/* ---- CTA bandı ---- */
.cta-band { background: linear-gradient(120deg, #171208, #241b0e 55%, #171208); border-block: 1px solid rgba(184,134,59,.35); position: relative; overflow: hidden; }
.cta-band::before {
  content: ""; position: absolute; inset: 0 0 auto; height: 8px;
  background: repeating-linear-gradient(-45deg, var(--yellow) 0 14px, transparent 14px 28px);
  opacity: .8;
}
.cta-band-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: clamp(36px, 6vw, 56px) 18px; flex-wrap: wrap; }
.cta-band h2 { margin: 10px 0 8px; }
.cta-band p { color: var(--tx2); max-width: 560px; }
.cta-band-bt { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---- footer ---- */
.ft { background: #0a0c10; border-top: 1px solid var(--line); padding-top: clamp(36px, 6vw, 60px); }
.ft-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 26px; padding-bottom: 40px; }
@media (max-width: 1024px) { .ft-grid { grid-template-columns: 1fr 1fr; } .ft-brand { grid-column: 1 / -1; } }
@media (max-width: 560px) { .ft-grid { grid-template-columns: 1fr; } }
.ft-col h4 { font-family: var(--disp); text-transform: uppercase; font-size: 16px; letter-spacing: 1px; margin-bottom: 12px; color: var(--yellow); }
.ft-col a { display: block; color: var(--tx2); font-size: 13.5px; padding: 3.5px 0; }
.ft-col a:hover { color: var(--tx); }
.ft-brand p { color: var(--tx2); font-size: 14px; margin: 14px 0; max-width: 340px; }
.ft-contact { display: grid; gap: 8px; }
.ft-contact a, .ft-contact span { display: flex !important; align-items: center; gap: 8px; font-size: 14px !important; }
.ft-contact .ic { width: 15px; height: 15px; color: var(--red2); }
.ft-more { color: var(--red2) !important; font-family: var(--tech); font-size: 12.5px !important; margin-top: 4px; }
.ft-strip { height: 8px; background: repeating-linear-gradient(-45deg, var(--red) 0 14px, #14161c 14px 28px); opacity: .55; }
.ft-bottom { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; padding: 16px 18px; font-family: var(--tech); font-size: 11.5px; color: var(--tx2); }

/* ---- mobil dock ---- */
.mobile-dock {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  display: grid; grid-template-columns: repeat(5, 1fr);
  background: rgba(10,12,16,.96); backdrop-filter: blur(12px); border-top: 1px solid var(--line);
  padding: 6px 4px calc(6px + env(safe-area-inset-bottom));
}
.mobile-dock a {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  font-family: var(--tech); font-size: 10px; color: var(--tx2); padding: 5px 2px; border-radius: 10px;
}
.mobile-dock a .ic { width: 19px; height: 19px; }
.mobile-dock .dock-mid { background: linear-gradient(140deg, var(--red), #8a5f22); color: #fff; margin-top: -14px; border-radius: 14px; padding: 9px 2px; box-shadow: 0 6px 18px rgba(184,134,59,.4); }
@media (min-width: 1081px) { .mobile-dock { display: none; } body { padding-bottom: 0; } }

/* ---- scroll reveal (yalnızca JS aktifken gizlenir — crawler/no-JS her şeyi görür) ---- */
body.js .rv { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
body.js .rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } }

/* ---- yerel içerik ---- */
.local-txt { max-width: 820px; color: var(--tx2); display: grid; gap: 14px; font-size: 15.5px; }
.local-txt strong { color: var(--tx); }
.hood-links { display: flex; flex-wrap: wrap; gap: 8px; }
.hood-links a { font-family: var(--tech); font-size: 12.5px; padding: 7px 13px; border-radius: 99px; background: var(--panel); border: 1px solid var(--line); color: var(--tx2); }
.hood-links a:hover { border-color: var(--red); color: var(--tx); }
.info-strip { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 16px; }
.info-strip .badge { font-size: 12.5px; }

/* ---- tablo ---- */
.tbl { width: 100%; border-collapse: collapse; font-size: 14px; }
.tbl th, .tbl td { text-align: left; padding: 11px 13px; border-bottom: 1px solid var(--line); }
.tbl th { font-family: var(--tech); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--yellow); }
.tbl td { color: var(--tx2); }
.tbl tr:hover td { background: rgba(255,255,255,.02); color: var(--tx); }

/* ============================================================
   SİNEMATİK SCRUB HERO (ana sayfa) — scroll ile 360° araç
   ============================================================ */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.hscrub { position: relative; width: 100%; background: var(--bg); }
/* JS yüksekliği 420svh yapar; JS yoksa tek ekran statik hero olarak kalır */
.hscrub-sticky {
  position: sticky; top: 0; height: 100svh; width: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  overflow: hidden;
}
.hscrub-bg { position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(184,134,59,.16), transparent 55%),
    radial-gradient(ellipse at 50% 110%, rgba(184,134,59,.10), transparent 45%),
    linear-gradient(180deg, #0d0f13, #12151c 55%, #0b0d11);
}
.hscrub-bg::after { content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 52%, rgba(0,0,0,.6) 100%);
}
.hscrub-mid { position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: clamp(8px, 1.6svh, 18px); width: 100%; height: 100%; }
.hscrub-title {
  font-family: var(--disp); font-weight: 800; text-transform: uppercase;
  font-size: clamp(3rem, 11vw, 9.5rem); line-height: .85; letter-spacing: -1px;
  color: var(--tx); margin: 0; white-space: nowrap; will-change: transform, opacity;
}
.hscrub-title em { font-style: normal; color: var(--red2); }
.hscrub-sub { font-family: var(--tech); font-size: clamp(11px, 1.6vw, 14px); letter-spacing: 2.5px; color: var(--tx2); text-transform: uppercase; will-change: transform, opacity; }

.hscrub-card {
  position: relative; overflow: hidden; border-radius: 16px;
  width: min(92vw, calc(62svh * 1.7778));
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(ellipse at 50% 88%, rgba(184,134,59,.22), transparent 55%),
    radial-gradient(ellipse at 50% 35%, #262c3a, #14171e 75%);
  box-shadow: 0 20px 80px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.08);
  will-change: transform;
}
.hscrub-card::after { content: ""; position: absolute; inset: 0; z-index: 20; pointer-events: none;
  box-shadow: inset 0 0 120px rgba(0,0,0,.45); border-radius: inherit; }
.hscrub-card canvas, .hscrub-poster {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 5;
}

/* Yan CTA'lar — masaüstünde .hscrub-mid'e göre mutlak (yanlarda), mobilde akışta */
.hscrub-ctas { display: contents; }
.hscrub-cta {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 30;
  display: flex; flex-direction: column; gap: 10px; max-width: 240px;
  will-change: transform, opacity;
}
.hscrub-cta-l { left: clamp(14px, 4vw, 60px); align-items: flex-start; }
.hscrub-cta-r { right: clamp(14px, 4vw, 60px); align-items: flex-end; text-align: right; }
.hscrub-cta small { font-family: var(--tech); font-size: 11px; letter-spacing: 1.5px; color: var(--tx2); text-transform: uppercase; line-height: 1.5; }
.hscrub-hint {
  margin-top: 4px;
  font-family: var(--tech); font-size: 10.5px; letter-spacing: 2.5px; color: var(--tx2);
  display: flex; flex-direction: column; align-items: center; gap: 6px; text-transform: uppercase;
  will-change: opacity;
}
.hscrub-hint::after { content: ""; width: 1px; height: 26px;
  background: linear-gradient(var(--red2), transparent); animation: hintdrop 1.6s ease-in-out infinite; }
@keyframes hintdrop { 0% { transform: scaleY(0); transform-origin: top } 50% { transform: scaleY(1); transform-origin: top } 100% { transform: scaleY(1) translateY(10px); opacity: 0 } }

@media (max-width: 860px) {
  .hscrub-title { white-space: normal; text-align: center; }
  .hscrub-card { width: 94vw; }
  .hscrub-sub { display: none; }
  .hscrub-ctas { display: flex; gap: 10px; margin-top: 8px; }
  .hscrub-cta { position: static; transform: none; max-width: 47vw; }
  .hscrub-cta small { display: none; }
  .hscrub-cta .btn { padding: 12px 13px; font-size: 12.5px; width: 100%; }
  .hscrub-hint { display: none; }
}
