/* ==========================================================================
   MEKAMARIN MAKINA
   Bağımsız servis atölyesi düzeni — lacivert / beyaz / sarı.
   Süs yok, bilgi var. Sektördeki tamirci firmalarının dili.
   ========================================================================== */

:root {
  --navy-900: #0a2540;
  --navy:     #123a63;
  --navy-600: #1a5088;
  --navy-100: #e9f0f7;
  --navy-50:  #f4f8fb;

  --yellow:    #f5b301;
  --yellow-dk: #d59a00;
  --yellow-lt: #fff4d6;

  --white: #ffffff;
  --grey-50: #f6f8fa;
  --grey-100: #eef2f6;
  --line: #dde5ec;
  --line-2: #c7d4de;

  --text:  #1a2b3a;
  --muted: #5a6d7c;
  --muted-2: #8496a3;

  --f: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;

  --wrap: 1220px;
  --wrap-narrow: 820px;
  --gutter: clamp(1.15rem, 4vw, 2.5rem);
  --sec-y: clamp(3rem, 6vw, 5rem);
  --ease: cubic-bezier(.3, .7, .4, 1);
}

/* --------------------------------------------------------------- Sıfırlama */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
body {
  margin: 0; font-family: var(--f); font-size: 1rem; line-height: 1.72;
  color: var(--text); background: var(--white);
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--navy-600); text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; color: inherit; }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.25em; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }
::selection { background: var(--yellow); color: var(--navy-900); }
:focus-visible { outline: 2px solid var(--yellow-dk); outline-offset: 2px; }
table { border-collapse: collapse; width: 100%; }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 999; background: var(--navy); color: #fff; padding: .8rem 1.2rem; }
.skip-link:focus { left: 0; }

/* ------------------------------------------------------------- Tipografi */
h1, h2, h3, h4 { margin: 0 0 .55em; font-family: var(--f); font-weight: 800; line-height: 1.25; letter-spacing: -.012em; color: var(--navy); }
h1 { font-size: clamp(1.75rem, 3.2vw, 2.5rem); }
h2 { font-size: clamp(1.35rem, 2.2vw, 1.85rem); }
h3 { font-size: clamp(1.05rem, 1.35vw, 1.175rem); font-weight: 700; }
h4 { font-size: 1rem; font-weight: 700; }

.lead { font-size: clamp(1.0313rem, 1.15vw, 1.125rem); line-height: 1.75; color: var(--muted); }
.small { font-size: .9063rem; }
.tiny { font-size: .8125rem; }
.muted { color: var(--muted); }
strong, b { font-weight: 700; }

/* Bölüm başlığı — sade, sarı alt çizgili */
.sec-head { max-width: 780px; margin-bottom: clamp(1.75rem, 3vw, 2.5rem); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head h2 { position: relative; padding-bottom: .7rem; }
.sec-head h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 56px; height: 3px; background: var(--yellow); }
.sec-head.center h2::after { left: 50%; transform: translateX(-50%); }
.sec-head p:last-child { margin-bottom: 0; }
.eyebrow {
  display: block; font-size: .8125rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--yellow-dk); margin-bottom: .55rem;
}
/* Etiket satırı dar ekranda ayraçlardan bölünsün, kelime ortasından değil. */
.eyebrow .seg { white-space: nowrap; }

/* ------------------------------------------------------------ Düzen */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap-narrow { max-width: var(--wrap-narrow); }
.wrap-mid { max-width: 1020px; }
.section { padding-block: var(--sec-y); }
.section-tight { padding-block: clamp(2.25rem, 4vw, 3.25rem); }
.bg-grey { background: var(--grey-50); }
.bg-blue { background: var(--navy-50); }
.bg-navy { background: var(--navy); color: #d6e3ef; }
.bg-navy h1, .bg-navy h2, .bg-navy h3, .bg-navy h4 { color: #fff; }
.bg-navy .lead, .bg-navy .muted { color: #b7cade; }
.bg-navy a { color: var(--yellow); }
.bg-navy .sec-head h2::after { background: var(--yellow); }
.bg-navy .eyebrow { color: var(--yellow); }

.grid { display: grid; gap: clamp(1.15rem, 2.2vw, 1.85rem); }
.g-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.g-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.g-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.75rem, 4vw, 3.25rem); align-items: center; }
.split-wide { grid-template-columns: 1.1fr .9fr; }
@media (max-width: 980px) {
  .g-4, .g-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .split-wide { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 620px) { .g-2, .g-3, .g-4 { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------------ Butonlar */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .85rem 1.5rem; border: 2px solid transparent; border-radius: 3px;
  font-size: .9375rem; font-weight: 700; text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease);
}
.btn svg { width: 16px; height: 16px; flex: none; }
.btn-primary { background: var(--yellow); color: var(--navy-900); border-color: var(--yellow); }
.btn-primary:hover { background: var(--yellow-dk); border-color: var(--yellow-dk); }
.btn-navy, .btn-ink, .btn-deep { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-navy:hover, .btn-ink:hover, .btn-deep:hover { background: var(--navy-900); border-color: var(--navy-900); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--navy); background: var(--navy-50); }
.btn-light { background: #fff; color: var(--navy); border-color: #fff; }
.btn-light:hover { background: var(--navy-100); border-color: var(--navy-100); }
.btn-white { background: #fff; color: var(--navy); border-color: #fff; }
.btn-white:hover { background: var(--navy-100); }
.btn-sm { padding: .55rem 1rem; font-size: .875rem; }
.btn-block { width: 100%; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .45rem;
  font-size: .9375rem; font-weight: 700; text-decoration: none; color: var(--navy-600);
}
.link-arrow::after { content: "›"; font-size: 1.25rem; line-height: 1; transition: transform .2s var(--ease); }
.link-arrow:hover::after { transform: translateX(3px); }
.bg-navy .link-arrow { color: var(--yellow); }

/* ============================================================ ÜST ŞERİT */
.topbar { background: var(--navy-900); color: #9fb4c8; font-size: .8125rem; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 38px; }
.topbar a { color: #dbe6f0; text-decoration: none; }
.topbar a:hover { color: #fff; }
.topbar-info { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.topbar-info span { display: inline-flex; align-items: center; gap: .45rem; }
.topbar-info svg { width: 13px; height: 13px; opacity: .65; }
.topbar-info .oncall { color: var(--yellow); font-weight: 700; }
.lang { display: flex; align-items: center; gap: .3rem; font-size: .75rem; font-weight: 700; }
.lang a { padding: .2rem .35rem; text-transform: uppercase; }
.lang a[aria-current="true"] { color: var(--navy-900); background: var(--yellow); }
.lang span.sep { color: #3c536b; }
@media (max-width: 760px) { .topbar-info span:nth-child(n+3) { display: none; } }

/* ================================================================= HEADER */
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--line); }
.site-header.is-stuck { box-shadow: 0 2px 12px rgba(10, 37, 64, .09); }
.site-header .wrap { display: flex; align-items: center; gap: 1.5rem; min-height: 78px; }

.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; margin-right: auto; }
.brand img { height: 50px; width: auto; }
.brand-name { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name b { font-size: 1.35rem; font-weight: 800; color: var(--navy); letter-spacing: -.02em; }
.brand-name small { font-size: .6875rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); font-weight: 700; margin-top: .2rem; }

.nav { display: flex; align-items: center; gap: .1rem; }
.nav a {
  position: relative; padding: .6rem .75rem; font-size: .9063rem; font-weight: 700;
  color: var(--navy); text-decoration: none; transition: color .16s var(--ease);
}
.nav a:hover { color: var(--navy-600); }
.nav a[aria-current="page"] { color: var(--navy-600); }
.nav a[aria-current="page"]::after { content: ""; position: absolute; left: .75rem; right: .75rem; bottom: .15rem; height: 3px; background: var(--yellow); }
.header-cta { display: flex; align-items: center; gap: .5rem; }

/* Marka şeridi — servis verilen makineler */
.brandbar { background: var(--navy); color: #cfe0f0; border-bottom: 3px solid var(--yellow); }
.brandbar .wrap { display: flex; align-items: center; gap: .35rem 1.5rem; flex-wrap: wrap; min-height: 46px; }
.brandbar .bb-label { font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #8fb0cd; margin-right: .35rem; }
.brandbar a {
  color: #fff; text-decoration: none; font-weight: 800; font-size: .9375rem;
  padding: .2rem 0; border-bottom: 2px solid transparent; transition: border-color .18s var(--ease);
}
.brandbar a:hover, .brandbar a[aria-current="page"] { border-bottom-color: var(--yellow); }
.brandbar .sep { color: #3d6a99; }
@media (max-width: 620px) { .brandbar .bb-label { flex-basis: 100%; margin-bottom: -.15rem; } .brandbar .wrap { padding-block: .6rem; } }

.burger { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; background: var(--navy); border: 0; border-radius: 3px; cursor: pointer; }
.burger span { position: relative; display: block; width: 19px; height: 2px; background: #fff; transition: transform .22s var(--ease), background .1s; }
.burger span::before, .burger span::after { content: ""; position: absolute; left: 0; width: 19px; height: 2px; background: #fff; transition: transform .22s var(--ease), top .22s var(--ease); }
.burger span::before { top: -6px; }
.burger span::after { top: 6px; }
.burger[aria-expanded="true"] span { background: transparent; }
.burger[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.burger[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 1080px) {
  .burger { display: inline-flex; }
  .header-cta .btn { display: none; }
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(330px, 88vw);
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; padding: 5.5rem 1.5rem 2rem;
    box-shadow: -14px 0 40px rgba(10, 37, 64, .16);
    transform: translateX(100%); visibility: hidden;
    transition: transform .28s var(--ease), visibility 0s linear .28s; overflow-y: auto;
  }
  .nav.is-open { transform: none; visibility: visible; transition: transform .28s var(--ease), visibility 0s; }
  .nav a { padding: 1rem .25rem; font-size: 1.05rem; border-bottom: 1px solid var(--line); }
  .nav a[aria-current="page"]::after { display: none; }
  .nav .btn { margin-top: 1.35rem; display: inline-flex; }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(10, 37, 64, .55); opacity: 0; pointer-events: none; transition: opacity .28s var(--ease); z-index: 99; }
  .nav-backdrop.is-on { opacity: 1; pointer-events: auto; }
}
@media (min-width: 1081px) { .nav > .btn { display: none; } }
@media (max-width: 560px) { .brand img { height: 42px; } .brand-name b { font-size: 1.15rem; } .site-header .wrap { min-height: 66px; } }

/* ================================================================== HERO */
.hero { position: relative; isolation: isolate; background: var(--navy-900); color: #fff; text-align: center; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(10, 37, 64, .72); }
.hero-inner { padding-block: clamp(3.5rem, 8vw, 6.5rem); max-width: 860px; margin-inline: auto; }
.hero h1 { color: #fff; margin-bottom: 1rem; }
.hero .lead { color: rgba(255, 255, 255, .88); margin-bottom: 1.85rem; max-width: 62ch; margin-inline: auto; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; }
.hero .eyebrow { color: var(--yellow); }

/* ============================================== ÖNCESİ / SONRASI */
.ba { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 2.5vw, 1.85rem); }
@media (max-width: 720px) { .ba { grid-template-columns: 1fr; } }
.ba figure { margin: 0; border: 1px solid var(--line); background: #fff; }
.ba figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.ba figcaption { padding: .85rem 1rem; border-top: 1px solid var(--line); font-size: .9063rem; color: var(--muted); }
.ba .badge {
  display: inline-block; font-size: .75rem; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; padding: .2rem .6rem; border-radius: 2px; margin-right: .55rem;
}
.ba .badge.once { background: var(--grey-100); color: var(--muted); }
.ba .badge.sonra { background: var(--yellow); color: var(--navy-900); }

/* =============================================== MAKİNE (marka) blokları */
.mach { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.15rem, 2.2vw, 1.75rem); }
@media (max-width: 900px) { .mach { grid-template-columns: 1fr; } }
.mach-item {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  text-decoration: none; color: inherit; transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.mach-item:hover { border-color: var(--navy-600); box-shadow: 0 6px 20px rgba(10, 37, 64, .08); }
.mach-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--grey-100); }
.mach-body { padding: 1.15rem 1.25rem 1.35rem; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
.mach-body h3 { margin: 0; color: var(--navy); }
.mach-body p { margin: 0; font-size: .9063rem; color: var(--muted); }
.mach-body .link-arrow { margin-top: auto; padding-top: .75rem; }

/* ==================================================== HİZMET LİSTESİ */
.svc-list, .scope { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 clamp(1.75rem, 4vw, 3rem); border-top: 1px solid var(--line); }
.svc-item, .scope-item { display: flex; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); border-left: 0 !important; padding-left: 0 !important; }
.svc-item .n, .scope-item .n { font-weight: 800; color: var(--yellow-dk); flex: none; min-width: 1.9rem; font-size: .9375rem; padding-top: .1rem; }
.svc-item h4, .scope-item h4 { margin: 0 0 .2rem; color: var(--navy); }
.svc-item p, .scope-item p { margin: 0; font-size: .9063rem; color: var(--muted); }
@media (max-width: 820px) { .svc-list, .scope { grid-template-columns: 1fr; } }
.bg-navy .svc-list, .bg-navy .scope, .bg-navy .svc-item, .bg-navy .scope-item { border-color: rgba(255,255,255,.16); }
.bg-navy .svc-item h4, .bg-navy .scope-item h4 { color: #fff; }
.bg-navy .svc-item p, .bg-navy .scope-item p { color: #b7cade; }
.bg-navy .svc-item .n, .bg-navy .scope-item .n { color: var(--yellow); }

/* =================================================== YAN MENÜLÜ SAYFA */
.side-layout { display: grid; grid-template-columns: 260px 1fr; gap: clamp(1.75rem, 4vw, 3.25rem); align-items: start; }
@media (max-width: 900px) { .side-layout { grid-template-columns: 1fr; } }
.sidebar { border: 1px solid var(--line); background: var(--grey-50); }
.sidebar h4 { margin: 0; padding: .9rem 1.1rem; background: var(--navy); color: #fff; font-size: .8125rem; letter-spacing: .08em; text-transform: uppercase; }
.sidebar ul { list-style: none; margin: 0; padding: 0; }
.sidebar li { border-bottom: 1px solid var(--line); }
.sidebar li:last-child { border-bottom: 0; }
.sidebar a { display: block; padding: .75rem 1.1rem; font-size: .9063rem; font-weight: 600; color: var(--navy); text-decoration: none; }
.sidebar a:hover { background: var(--navy-100); }
.sidebar a[aria-current="page"] { background: var(--navy-100); border-left: 3px solid var(--yellow); }

/* ==================================================================== KART */
.card, .contact-card { background: #fff; border: 1px solid var(--line); padding: clamp(1.35rem, 2.2vw, 1.85rem); border-radius: 3px; }
.card h3, .contact-card h3 { margin-bottom: .55rem; }
.card p:last-child, .contact-card p:last-child { margin-bottom: 0; }
.card .muted { font-size: .9063rem; }
.card-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 1rem; border-radius: 3px; background: var(--navy-100); color: var(--navy); }
.card-icon svg { width: 20px; height: 20px; }
.card-num { display: block; font-weight: 800; color: var(--yellow-dk); font-size: .8125rem; letter-spacing: .1em; margin-bottom: .6rem; }
.bg-navy .card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); }
.bg-navy .card h3 { color: #fff; }
.bg-navy .card p { color: #b7cade; }
.contact-card h3 { display: flex; align-items: center; gap: .6rem; }
.contact-card h3 svg { width: 18px; height: 18px; color: var(--yellow-dk); flex: none; }
.contact-card address { font-style: normal; color: var(--muted); font-size: .9375rem; line-height: 1.8; }
.contact-line { display: flex; align-items: flex-start; gap: .65rem; padding: .45rem 0; font-size: .9375rem; }
.contact-line svg { width: 17px; height: 17px; color: var(--muted-2); flex: none; margin-top: .3rem; }
.contact-line a { color: var(--navy); text-decoration: none; font-weight: 700; }
.contact-line a:hover { color: var(--navy-600); }

/* Eski markup köprüleri */
.eq-card { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid var(--line); text-decoration: none; color: inherit; }
.eq-card:hover { border-color: var(--navy-600); }
.eq-figure { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--grey-100); }
.eq-figure img { width: 100%; height: 100%; object-fit: cover; }
.eq-tag { position: absolute; left: 0; top: 0; background: var(--navy); color: #fff; font-size: .6875rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .35rem .7rem; }
.eq-body { padding: 1.15rem 1.25rem; display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.eq-body h3 { margin: 0; }
.eq-body p { margin: 0; font-size: .9063rem; color: var(--muted); }
.eq-body .link-arrow { margin-top: auto; padding-top: .75rem; align-self: flex-start; }
.plateimg, .figure { position: relative; overflow: hidden; background: var(--grey-100); border: 1px solid var(--line); }
.plateimg img, .figure img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.figure-tall img { aspect-ratio: 4/5; }
.plateimg .cap, .figure-caption { position: static; padding: .8rem 1rem; border-top: 1px solid var(--line); font-size: .875rem; color: var(--muted); background: #fff; }
.plateimg .cap b { color: var(--navy); }
.plate { display: flex; align-items: baseline; gap: .9rem; flex-wrap: wrap; margin-bottom: 1.75rem; padding-bottom: .7rem; border-bottom: 3px solid var(--yellow); }
.plate .no { font-weight: 800; color: var(--yellow-dk); font-size: .8125rem; letter-spacing: .1em; }
.plate .tt { font-size: clamp(1.35rem, 2.2vw, 1.85rem); font-weight: 800; color: var(--navy); letter-spacing: -.012em; }
.plate .rt { margin-left: auto; font-size: .875rem; color: var(--muted-2); }
.bg-navy .plate .tt { color: #fff; }
@media (max-width: 620px) { .plate .rt { display: none; } }
.value-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem,2.5vw,2rem); border: 0 !important; }
.value-cell { padding: 0; background: transparent; }
.value-cell h3 { display: flex; align-items: center; gap: .6rem; }
.value-cell h3 svg { width: 18px; height: 18px; color: var(--yellow-dk); flex: none; }
.value-cell p { margin: 0; color: var(--muted); font-size: .9375rem; }
@media (max-width: 900px) { .value-row { grid-template-columns: 1fr; } }
.steps { counter-reset: step; }
.step { position: relative; padding-left: 3.5rem; }
.steps .step::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: 0; width: 40px; height: 40px;
  display: grid; place-items: center; border-radius: 50%;
  background: var(--yellow); color: var(--navy-900); font-weight: 800; font-size: 1.05rem;
}
.step h3 { margin-bottom: .4rem; }
.step p { margin: 0; color: var(--muted); font-size: .9375rem; }
.bg-navy .step p { color: #b7cade; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.25rem,2.5vw,2rem); }
.stat b { display: block; font-size: clamp(1.75rem,3vw,2.35rem); font-weight: 800; color: var(--navy); }
.stat span { display: block; margin-top: .25rem; font-size: .875rem; color: var(--muted); }
.bg-navy .stat b { color: var(--yellow); }
.bg-navy .stat span { color: #b7cade; }
@media (max-width: 780px) { .stats { grid-template-columns: repeat(2,1fr); } }
.exhibit-grid { display: grid; grid-template-columns: 300px 1fr; gap: clamp(1.75rem,4vw,3.25rem); align-items: center; }
@media (max-width: 860px) { .exhibit-grid { grid-template-columns: 1fr; } }
.vidcard { position: relative; margin: 0; width: 100%; max-width: 300px; aspect-ratio: 478/850; overflow: hidden; background: #000; border: 1px solid var(--line); }
.vidcard video, .vidcard img { width: 100%; height: 100%; object-fit: cover; }
.vidcard .crosshair { display: none; }
.vidcard::after { content: ""; position: absolute; inset: auto 0 0 0; height: 36%; background: linear-gradient(180deg, transparent, rgba(0,0,0,.8)); pointer-events: none; }
.vidcard .chip { position: absolute; left: .9rem; right: .9rem; bottom: .85rem; z-index: 2; display: flex; align-items: center; gap: .5rem; font-size: .75rem; font-weight: 700; color: #fff; }
.vidcard .chip .rec { width: 7px; height: 7px; border-radius: 50%; background: #ff4d4f; flex: none; }
.video-duo { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
@media (max-width: 560px) { .video-duo { grid-template-columns: 1fr; } }
.cov { border-top: 1px solid var(--line); }
.cov-row { display: grid; grid-template-columns: 190px 1fr 170px; gap: clamp(.75rem,2vw,2rem); padding: 1.15rem 0; border-bottom: 1px solid var(--line); align-items: baseline; }
@media (max-width: 900px) { .cov-row { grid-template-columns: 1fr; gap: .35rem; } }
.cov-row .cv-brand { font-weight: 800; color: var(--navy); }
.cov-row .cv-brand span { display: block; font-size: .8125rem; font-weight: 600; color: var(--muted-2); margin-top: .15rem; }
.cov-row .cv-work { font-size: .9375rem; color: var(--muted); }
.cov-row .cv-where { font-size: .8125rem; font-weight: 700; color: var(--yellow-dk); }
.cov-note { font-size: .8125rem; color: var(--muted-2); margin-top: 1.35rem; line-height: 1.75; max-width: 80ch; }
.ed-block { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.75rem,4vw,3.25rem); align-items: center; }
.ed-block.flip .ed-media { order: 2; }
@media (max-width: 980px) { .ed-block, .ed-block.flip { grid-template-columns: 1fr; } .ed-block.flip .ed-media { order: 0; } }
.ed-media { position: relative; border: 1px solid var(--line); }
.ed-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.ed-num { position: absolute; left: 0; top: 0; background: var(--navy); color: #fff; font-size: .75rem; font-weight: 700; padding: .35rem .7rem; }
.ed-list { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.rail, .gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(.75rem,1.5vw,1.15rem); }
@media (max-width: 1000px) { .rail, .gallery { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 700px) { .rail, .gallery { grid-template-columns: repeat(2,1fr); } }
.gal-item { position: relative; display: flex; flex-direction: column; margin: 0; padding: 0; border: 1px solid var(--line); background: #fff; cursor: zoom-in; text-align: left; overflow: hidden; }
.gal-item:hover { border-color: var(--navy-600); }
.gal-item img { width: 100%; aspect-ratio: 1/1; object-fit: cover; background: var(--grey-100); }
.gal-item figcaption { padding: .7rem .85rem .8rem; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: .2rem; flex: 1; }
.gal-item .code { font-size: .6875rem; font-weight: 800; color: var(--yellow-dk); letter-spacing: .06em; }
.gal-item .nm { font-size: .8125rem; font-weight: 600; color: var(--navy); line-height: 1.4; }

/* Kontrol listesi */
.tick-list, .ed-list { list-style: none; padding: 0; margin: 0; }
.tick-list li, .ed-list li { display: flex; gap: .7rem; align-items: flex-start; font-size: .9375rem; color: var(--text); padding: .55rem 0; border-bottom: 1px solid var(--line); }
.tick-list li:first-child, .ed-list li:first-child { border-top: 1px solid var(--line); }
.tick-list li::before, .ed-list li::before {
  content: ""; flex: none; width: 18px; height: 18px; margin-top: .28rem; border-radius: 50%;
  background: var(--yellow) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a2540' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center / 11px no-repeat;
}
.bg-navy .tick-list li, .bg-navy .ed-list li { border-color: rgba(255,255,255,.16); color: #d6e3ef; }
.bg-navy .tick-list li:first-child { border-top-color: rgba(255,255,255,.16); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: clamp(1rem,4vw,3rem); background: rgba(10,37,64,.96); }
.lightbox.is-open { display: flex; }
.lightbox img { max-width: min(1100px,92vw); max-height: 78vh; }
.lightbox figcaption { color: #cfe0f0; text-align: center; margin-top: 1.15rem; font-size: .9375rem; }
.lb-close, .lb-nav { position: absolute; display: grid; place-items: center; width: 46px; height: 46px; cursor: pointer; border-radius: 3px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.3); color: #fff; }
.lb-close:hover, .lb-nav:hover { background: var(--yellow); color: var(--navy-900); border-color: var(--yellow); }
.lb-close { top: clamp(1rem,3vw,2rem); right: clamp(1rem,3vw,2rem); font-size: 1.4rem; line-height: 1; }
.lb-nav { top: 50%; transform: translateY(-50%); font-size: 1.4rem; }
.lb-prev { left: clamp(.5rem,2vw,2rem); }
.lb-next { right: clamp(.5rem,2vw,2rem); }
@media (max-width: 620px) { .lb-nav { top: auto; bottom: 1rem; transform: none; } }

/* ==================================================================== CTA */
.cta-band { background: var(--navy); color: #fff; border-top: 3px solid var(--yellow); }
.cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding-block: clamp(2.25rem,4vw,3.25rem); }
.cta-band h2 { color: #fff; margin-bottom: .4rem; max-width: 22ch; }
.cta-band p { color: #b7cade; margin: 0; max-width: 50ch; font-size: .9375rem; }
.cta-actions { display: flex; gap: .7rem; flex-wrap: wrap; }

/* ==================================================================== SSS */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem; padding: 1.15rem 0; cursor: pointer; list-style: none; font-weight: 700; font-size: 1rem; color: var(--navy); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--navy-600); }
.faq summary::after { content: "+"; flex: none; font-size: 1.35rem; line-height: 1.1; color: var(--yellow-dk); font-weight: 700; transition: transform .22s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-body { padding-bottom: 1.15rem; color: var(--muted); font-size: .9688rem; max-width: 80ch; }
.faq .faq-body p:last-child { margin-bottom: 0; }

/* ================================================================= FORMLAR */
.form-panel { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--yellow); padding: clamp(1.35rem,3vw,2.25rem); }
.form-panel h3 { font-size: .9375rem; font-weight: 800; color: var(--navy); padding-bottom: .7rem; margin-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.1rem; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .875rem; font-weight: 700; color: var(--navy); }
.field label .req { color: #d64545; }
.field input, .field select, .field textarea {
  width: 100%; padding: .78rem .9rem; font-size: .9688rem; background: #fff; color: var(--text);
  border: 1px solid var(--line-2); border-radius: 3px; transition: border-color .18s var(--ease);
}
.field textarea { min-height: 145px; resize: vertical; }
.field select { appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235a6d7c' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .8rem center; background-size: 17px; padding-right: 2.5rem; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--muted-2); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy-600); box-shadow: 0 0 0 3px rgba(26,80,136,.12); }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #d64545; }
.field .err { font-size: .8125rem; color: #c53030; display: none; }
.field .err.is-on { display: block; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.check { display: flex; align-items: flex-start; gap: .6rem; font-size: .875rem; color: var(--muted); font-weight: 400; }
.check input { width: 17px; height: 17px; margin-top: .22rem; flex: none; accent-color: var(--navy-600); }
.form-note { font-size: .8125rem; color: var(--muted-2); }
.form-status { display: none; padding: .9rem 1.1rem; font-size: .9375rem; margin-bottom: 1.35rem; border-left: 4px solid; }
.form-status.is-on { display: block; }
.form-status.ok { background: #eef8f1; border-color: #2f855a; color: #256843; }
.form-status.err { background: #fdeeee; border-color: #d64545; color: #a12f2f; }
@media (max-width: 680px) { .form-grid { grid-template-columns: 1fr; } }
.map-frame { border: 1px solid var(--line); overflow: hidden; background: var(--grey-100); aspect-ratio: 16/10; min-height: 300px; }
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* -------------------------------------------------------- Sayfa başlığı */
.page-hero { background: var(--navy); color: #fff; padding-block: clamp(2.25rem,4.5vw,3.5rem); border-bottom: 3px solid var(--yellow); }
.page-hero h1 { color: #fff; margin-bottom: .6rem; max-width: 24ch; }
.page-hero p { color: #b7cade; max-width: 64ch; margin-bottom: 0; font-size: 1rem; }
.crumbs { font-size: .8125rem; color: #8fb0cd; margin-bottom: .9rem; }
.crumbs a { color: var(--yellow); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.crumbs span { margin-inline: .45rem; opacity: .55; }

/* ==================================================================== FOOTER */
.site-footer { background: var(--navy-900); color: #92a9bf; font-size: .9063rem; }
.footer-top { padding-block: clamp(2.5rem,5vw,3.75rem); border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: clamp(1.5rem,3.5vw,2.75rem); }
@media (max-width: 940px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand .fb-mark { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.15rem; }
.footer-brand .fb-mark img.emblem { height: 54px; width: auto; }
.footer-brand .fb-mark img.wordmark { height: 16px; width: auto; opacity: .9; }
.footer-brand p { color: #8299ae; font-size: .875rem; max-width: 34ch; line-height: 1.75; }
.site-footer h4 { color: var(--yellow); font-size: .8125rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1.1rem; }
.footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .55rem; }
.footer-links a { color: #b8cbdd; text-decoration: none; font-size: .9063rem; }
.footer-links a:hover { color: #fff; }
.site-footer address { font-style: normal; line-height: 1.8; color: #92a9bf; font-size: .875rem; }
.site-footer address + address { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); }
.site-footer address b { display: block; color: var(--yellow); font-weight: 800; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: .3rem; }
.footer-bottom { padding-block: 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .8125rem; color: #6b8095; }
.footer-bottom a { color: #92a9bf; text-decoration: none; }
.footer-bottom a:hover { color: #fff; }

/* ------------------------------------------------------- Yüzen iletişim */
.fab-stack { position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; display: none; grid-template-columns: 1fr 1fr; }
.fab { display: flex; align-items: center; justify-content: center; gap: .5rem; padding: .95rem .75rem; text-decoration: none; border: 0; cursor: pointer; font-size: .875rem; font-weight: 800; color: #fff; }
.fab svg { width: 17px; height: 17px; flex: none; }
.fab-tel { background: var(--navy); }
.fab-wa { background: #128c4a; }
@media (max-width: 760px) { .fab-stack { display: grid; } body { padding-bottom: 50px; } }
.side-call { position: fixed; right: clamp(1rem,2vw,1.5rem); bottom: clamp(1rem,2vw,1.5rem); z-index: 95; display: flex; flex-direction: column; gap: .55rem; }
.side-call a { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; color: #fff; text-decoration: none; box-shadow: 0 6px 20px rgba(10,37,64,.25); }
.side-call a svg { width: 21px; height: 21px; }
.side-call .sc-tel { background: var(--navy); }
.side-call .sc-wa { background: #25d366; }
.side-call .sc-top { background: rgba(10,37,64,.75); opacity: 0; pointer-events: none; transition: opacity .25s var(--ease); }
.side-call .sc-top.is-on { opacity: 1; pointer-events: auto; }
@media (max-width: 760px) { .side-call { display: none; } }


/* Rakam kutusu — kurucu tecrubesi / atolye */
.stats-box {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
}
.stats-box .stat { background: var(--navy-50); padding: 1.5rem 1.35rem; text-align: left; }
.stats-box .stat b { display: block; font-size: clamp(1.6rem, 2.6vw, 2.1rem); font-weight: 800; color: var(--navy); line-height: 1.1; }
.stats-box .stat span { display: block; margin-top: .35rem; font-size: .875rem; color: var(--muted); line-height: 1.5; }
@media (max-width: 480px) { .stats-box { grid-template-columns: 1fr; } }

/* Belge galerisi — A4 orani, tam gorunur */
.gallery.belgeler { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .gallery.belgeler { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .gallery.belgeler { grid-template-columns: 1fr; } }
.gallery.belgeler img { aspect-ratio: 620 / 840; object-fit: contain; background: #fff; padding: .5rem; }
.gallery.belgeler .code { color: var(--navy); font-weight: 800; }
.gallery.belgeler .nm { font-weight: 500; color: var(--muted); font-size: .78rem; }

/* Neden-biz kartlari — kucuk, ikonlu */
.grid.g-4 > .card > h4 { margin: 0; font-size: .9688rem; color: var(--navy); }
.grid.g-4 > .card > .card-icon { width: 36px; height: 36px; margin-bottom: .85rem; }
.grid.g-4 > .card > .card-icon svg { width: 18px; height: 18px; }

/* ---------------------------------------------------------- Yardımcılar */
.mb-0 { margin-bottom: 0; }
.mt-2 { margin-top: 1.75rem; }
.center { text-align: center; }
.nowrap { white-space: nowrap; }
.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; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.display { font-weight: 800; }
.reveal { opacity: 1; transform: none; }
.statement p { font-size: clamp(1.1rem,1.7vw,1.4rem); font-weight: 700; color: var(--navy); line-height: 1.5; }
.statement .sub { font-size: 1rem; font-weight: 400; color: var(--muted); line-height: 1.75; }
.rail-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.sheet, .databar, .brandline, .hero-brands, .ctable-wrap, .pindex, .scroll-cue { display: none; }

@media print {
  .topbar, .site-header, .brandbar, .fab-stack, .side-call, .cta-band, .lightbox { display: none !important; }
  body { font-size: 11pt; padding-bottom: 0; }
  .hero, .page-hero, .bg-navy { background: #fff !important; color: #000 !important; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; }
}
