/* ParolaSoft — Unified Dark Premium Theme */

:root {
  --red: #c41230;
  --red-hover: #e0183c;
  --red-soft: rgba(196, 18, 48, 0.14);
  --red-glow: rgba(196, 18, 48, 0.28);
  --bg: #0b0b0d;
  --bg-elevated: #121216;
  --bg-card: #16161b;
  --bg-card-hover: #1c1c22;
  --border: rgba(255, 255, 255, 0.08);
  --border-red: rgba(196, 18, 48, 0.4);
  --text: #f0f0f2;
  --text-muted: #9a9aa3;
  --text-dim: #63636c;
  --font-head: 'Rajdhani', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-hand: 'Kalam', 'Segoe Print', 'Bradley Hand', cursive;
  --ease: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  --radius: 10px;
  --header-top-h: 36px;
  --header-main-h: 82px;
  --header-h: calc(var(--header-top-h) + var(--header-main-h));
  --mega-panel-h: 388px;
  --section-pad: clamp(72px, 8vw, 110px);
}


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); background: var(--bg); }
body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.75;
  color: var(--text);
  background: var(--bg);
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-loading { overflow: hidden; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
picture { display: block; max-width: 100%; line-height: 0; }
picture img { display: block; max-width: 100%; height: auto; }

/* responsive_img <picture> — hero slider */
.hero-cinema__visual-art picture {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-cinema__visual-art picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}
.svc-split__media picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.svc-split__media picture img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
.contact-split__visual picture {
  display: block;
  width: 100%;
  height: 100%;
}
.contact-split__visual picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-split__detail-img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.news-split__detail-img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-card > picture {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.partner-card picture img {
  width: 100%;
  height: 88px;
  object-fit: cover;
  border-radius: 6px;
}
.mikro-card__logo picture,
.mega-item__img--brand picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.mega-item__img--brand picture img {
  max-height: 36px;
  max-width: 90%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.logo-shine-wrap picture,
.loader__logo-wrap picture,
.logo-link picture,
.mobile-drawer__logo picture {
  display: inline-block;
  line-height: 0;
}
a { color: inherit; text-decoration: none; transition: var(--ease); }
ul { list-style: none; }
button { font: inherit; cursor: pointer; }
.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; }

/* Typography */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}
.section-head { margin-bottom: 48px; max-width: 620px; }
.section-head--center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head--center .eyebrow { justify-content: center; }
.section-head h2 {
  font-family: var(--font-head);
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.12;
  margin-bottom: 14px;
}
.section-head p { color: var(--text-muted); font-size: 1.02rem; line-height: 1.65; }

/* Sayfa içerik okunabilirliği */
.page-content,
.content-block,
.sub-content,
.dl-content,
.dl-content p,
.article-body {
  color: var(--text);
  line-height: 1.75;
}
.page-content h2,
.content-block h2,
.sub-content h2,
.dl-content h2,
.article-body h2 {
  font-family: var(--font-head);
  color: var(--text);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  margin: 1.5rem 0 0.75rem;
}
.page-content h3,
.content-block h3,
.sub-content h3,
.dl-content h3 {
  color: var(--text);
  font-size: 1.1rem;
  margin: 1.25rem 0 0.5rem;
}
.page-content p,
.content-block p,
.sub-content p,
.dl-content p {
  color: rgba(240, 240, 242, 0.92);
}
.page-content a,
.content-block a {
  color: #f87171;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 28px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: var(--ease);
}
.btn--red { background: var(--red); color: #fff; border-color: var(--red); }
.btn--red:hover { background: var(--red-hover); border-color: var(--red-hover); transform: translateY(-2px); box-shadow: 0 10px 32px var(--red-glow); }
.btn--ghost { background: transparent; color: var(--text); border-color: var(--border); }
.btn--ghost:hover { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.04); }
.btn--outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.22); }
.btn--outline:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.btn--outline-light { background: transparent; color: var(--text); border-color: var(--border); }
.btn--outline-light:hover { border-color: var(--red); color: #fff; }
.btn--sm { padding: 10px 20px; font-size: 11px; }
.btn--lg { padding: 16px 36px; font-size: 14px; }
.btn--shop { background: #1a8f4c; color: #fff; border-color: #1a8f4c; }
.btn--shop:hover { background: #22a85c; border-color: #22a85c; transform: translateY(-2px); box-shadow: 0 10px 32px rgba(26,143,76,.35); }
.line-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
.line-btn:hover { color: var(--red-hover); }
.link-arrow { font-family: var(--font-head); font-size: 12px; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: 0.08em; }
.link-arrow:hover { color: var(--red-hover); }

/* Logo — şeffaf zemin SVG */
.logo-link { display: inline-flex; align-items: center; line-height: 0; flex-shrink: 0; }
.logo-link--shine { position: relative; }
.logo-shine-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  isolation: isolate;
}
.logo-shine {
  position: absolute;
  inset: -8% 0;
  width: 42%;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(255, 255, 255, 0.04) 42%,
    rgba(255, 255, 255, 0.22) 50%,
    rgba(255, 255, 255, 0.04) 58%,
    transparent 100%
  );
  transform: translateX(-160%) skewX(-12deg);
  filter: blur(0.5px);
  mix-blend-mode: soft-light;
  animation: logoShine 6.5s cubic-bezier(0.45, 0, 0.2, 1) infinite;
  pointer-events: none;
}
@keyframes logoShine {
  0%, 72% { transform: translateX(-160%) skewX(-12deg); opacity: 0; }
  78% { opacity: 1; }
  92% { transform: translateX(220%) skewX(-12deg); opacity: 1; }
  100% { transform: translateX(220%) skewX(-12deg); opacity: 0; }
}
.logo-img { display: block; width: auto; height: auto; object-fit: contain; }
.logo-img--header { display: block; height: 52px; width: auto; max-width: min(280px, 50vw); }
.logo-img--footer { max-height: 50px; max-width: 240px; }
.logo-img--loader { display: block; height: 70px; width: auto; max-width: min(360px, 88vw); }

/* Loader */
.loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background:
    radial-gradient(circle at 50% 32%, rgba(196, 18, 48, 0.2) 0%, rgba(11, 11, 13, 0) 38%),
    linear-gradient(180deg, #0b0b0d 0%, #08080a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}
.loader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.loader__center { text-align: center; padding: 0 24px; }
.loader__center .logo-link { margin: 0 auto 32px; display: flex; justify-content: center; }
.loader__progress {
  width: min(440px, 86vw);
  margin: 0 auto;
}
.loader__track {
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.08);
  margin: 0 auto;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.loader__fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #8c1025 0%, #c41230 45%, #ff2a51 100%);
  box-shadow: 0 0 16px rgba(196, 18, 48, 0.45);
  transition: width 0.14s linear;
}
.loader__percent {
  display: block;
  margin-top: 16px;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--red);
}

/* Header — unified dark */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 11, 13, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  overflow: visible;
}
.site-header.is-scrolled { background: rgba(11, 11, 13, 0.98); box-shadow: 0 8px 32px rgba(0,0,0,.35); }
.site-header__main { overflow: visible; position: relative; }
.site-header__top {
  height: var(--header-top-h);
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
}
.site-header__top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}
.site-header__contacts { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.site-header__contacts a { display: inline-flex; align-items: center; gap: 6px; }
.site-header__contacts a:hover { color: var(--red); }
.site-header__address {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text-muted);
  font-size: 12px;
  max-width: 560px;
  line-height: 1.35;
}
.site-header__badge {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  padding: 4px 12px;
  border: 1px solid var(--border-red);
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.site-header__badge:hover {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}
.site-header__main .container,
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-main-h);
  gap: 20px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.header__nav { flex: 1; display: flex; justify-content: center; }
.header__menu { display: flex; align-items: center; gap: 4px; }
.header__menu > li > a,
.mega-trigger {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 15px 18px;
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: none;
  border: none;
  border-radius: 6px;
  transition: var(--ease);
}
.header__menu > li > a:hover,
.mega-trigger:hover,
.header__menu > li > a.is-active,
.mega-trigger.is-active { color: var(--text); }
.header__menu > li > a.is-active,
.mega-trigger[aria-expanded="true"] { color: var(--red); }
.header__actions { display: flex; align-items: center; gap: 14px; }
.header__tel {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13px;
  color: var(--text);
  white-space: nowrap;
}
.header__tel:hover { color: var(--red); }
.burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.burger:hover {
  border-color: rgba(196, 18, 48, 0.45);
  background: var(--bg-card-hover);
}
.burger.is-on {
  border-color: var(--border-red);
  background: var(--red-soft);
  box-shadow: 0 0 0 1px rgba(196, 18, 48, 0.2);
}
.burger span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--text);
  transition: transform 0.28s ease, opacity 0.2s ease, width 0.2s ease;
}
.header__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.65);
  opacity: 0;
  visibility: hidden;
  transition: var(--ease);
  z-index: 998;
}
.header__backdrop.is-on { opacity: 1; visibility: visible; }

/* Mega menu — header altında sabit panel */
.has-mega { position: static; }
.header__menu > li.has-mega { position: static; }

.mega-zone {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1001;
  pointer-events: none;
}
.mega-zone.is-active { pointer-events: auto; min-height: var(--mega-panel-h); }

.mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: var(--bg-elevated);
  border-top: 1px solid var(--border-red);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 24px 64px rgba(0,0,0,.55);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  pointer-events: none;
}
.mega.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.mega::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}
.mega__wrap {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  padding: 28px 24px 32px;
  max-width: 1240px;
  margin: 0 auto;
}
.mega__wrap--solo { grid-template-columns: 1fr; }
.mega--sm .mega__wrap { grid-template-columns: 1fr; }
.mega__intro h3 {
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 10px;
}
.mega__intro p { font-size: 13px; color: var(--text-muted); margin-bottom: 16px; }
.mega__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mega__cards--3 { grid-template-columns: repeat(3, 1fr); }
.mega-item {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--ease);
  position: relative;
}
.mega-item:hover { border-color: var(--border-red); transform: translateY(-3px); }
.mega-item--hot { border-color: var(--border-red); }
.mega-item__tag {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  background: var(--red);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
  text-transform: uppercase;
}
.mega-item__img { height: 88px; background-size: cover; background-position: center; position: relative; }
.mega-item__img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.65), transparent); }
.mega-item--lg .mega-item__img { height: 116px; }
.mega-item div:last-child { padding: 12px 14px; }
.mega-item strong { display: block; font-family: var(--font-head); font-size: 12px; font-weight: 700; color: var(--text); text-transform: uppercase; }
.mega-item span { font-size: 11px; color: var(--text-muted); }

/* Mega — standart panel yüksekliği (masaüstü) */
@media (min-width: 769px) {
  .mega { min-height: var(--mega-panel-h); }

  .mega__wrap,
  .mega__wrap--partners-row,
  .mega__wrap--ref2,
  .mega__wrap--ref3,
  .mega__wrap--iletisim,
  .mega__wrap--destek-3col {
    min-height: calc(var(--mega-panel-h) - 2px);
    padding: 22px 24px 24px;
    align-items: stretch;
  }

  .mega__intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .mega__cards,
  .mega__cards--3,
  .mega__cards--6 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
    height: 100%;
    align-self: stretch;
  }

  .mega-item {
    min-height: 0;
    height: 100%;
  }

  .mega-item__img {
    height: 76px;
    min-height: 76px;
    max-height: 76px;
    flex-shrink: 0;
  }

  .mega-item--lg .mega-item__img { height: 76px; min-height: 76px; max-height: 76px; }

  .mega-item div:last-child {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 12px;
  }

  .mega__wrap--ref2,
  .mega__wrap--ref3 {
    gap: 14px;
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .mega-ref-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
  }

  .mega-ref-card__img {
    height: 128px;
    min-height: 128px;
    max-height: 128px;
    flex-shrink: 0;
  }

  .mega-ref-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 18px;
  }

  .mega-ref-card__body p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .mega__wrap--partners-row {
    display: flex;
    flex-direction: column;
  }

  .partner-mega-head {
    flex-shrink: 0;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .partner-mega-grid {
    flex: 1;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 8px;
    align-content: stretch;
  }

  .partner-tile {
    min-height: 0;
    height: 100%;
  }

  .mega-item__img--brand {
    height: 76px;
    min-height: 76px;
    max-height: 76px;
  }

  .mega-iletisim__cards .mega-ref-card__img {
    height: 96px;
    min-height: 96px;
    max-height: 96px;
  }

  .mega-iletisim__cards .mega-ref-card__body {
    padding: 12px 14px;
  }
}

/* Hero cinema */
.hero-cinema {
  position: relative;
  height: calc(100vh - var(--header-h));
  min-height: 520px;
  max-height: 820px;
  overflow: hidden;
}
.hero-cinema__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0b0b0d 0%, #12141a 50%, #0b0b0d 100%);
}
.hero-cinema__bg-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity 1.2s ease;
}
.hero-cinema__bg-slide.is-active {
  opacity: 1;
  z-index: 1;
}
.hero-cinema__bg-slide.is-shatter-out,
.hero-cinema__bg-slide.is-shatter-in {
  opacity: 1;
  pointer-events: none;
}
.hero-cinema__bg-slide.is-shatter-out {
  z-index: 4;
}
.hero-cinema__bg-slide.is-shatter-in {
  z-index: 3;
}
.hero-cinema__visual-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  will-change: transform, filter;
}
.hero-cinema__visual-art > picture,
.hero-cinema__visual-art > img {
  transition: opacity 0.2s ease;
}
.hero-cinema__bg-slide.is-shatter-out .hero-cinema__visual-art > picture,
.hero-cinema__bg-slide.is-shatter-out .hero-cinema__visual-art > img,
.hero-cinema__bg-slide.is-shatter-in .hero-cinema__visual-art > picture,
.hero-cinema__bg-slide.is-shatter-in .hero-cinema__visual-art > img {
  opacity: 0;
}
.hero-cinema__bg-slide.is-shatter-in.is-shatter-reveal .hero-cinema__visual-art > picture,
.hero-cinema__bg-slide.is-shatter-in.is-shatter-reveal .hero-cinema__visual-art > img {
  opacity: 1;
  transition: opacity 0.55s ease;
}
.hero-cinema__shatter {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}
.hero-cinema__shatter::after {
  content: '';
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 200, 210, 0.12) 28%, transparent 58%),
    radial-gradient(circle at 38% 62%, rgba(196, 18, 48, 0.18) 0%, transparent 45%);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
}
.hero-cinema__bg-slide.is-shatter-out .hero-cinema__shatter,
.hero-cinema__bg-slide.is-shatter-in .hero-cinema__shatter {
  opacity: 1;
}
.hero-cinema__bg-slide.is-shatter-in.is-shatter-reveal .hero-cinema__shatter {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.hero-cinema__bg-slide.is-shatter-out .hero-cinema__shatter::after {
  animation: heroShatterFlash 1s ease-out forwards;
}
.hero-cinema__shatter-piece {
  display: block;
  background-repeat: no-repeat;
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.hero-cinema__bg-slide.is-shatter-out .hero-cinema__shatter-piece {
  animation: heroShardOut 1.02s cubic-bezier(0.55, 0.06, 0.68, 0.19) var(--shard-delay-out, 0s) forwards;
}
.hero-cinema__bg-slide.is-shatter-in .hero-cinema__shatter-piece {
  animation: heroShardIn 1.18s cubic-bezier(0.16, 1, 0.3, 1) var(--shard-delay-in, 0.14s) forwards;
}
@keyframes heroShardOut {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 1;
    filter: blur(0) brightness(1);
  }
  40% {
    filter: blur(1.5px) brightness(1.12);
  }
  100% {
    transform: translate(var(--out-x, 80px), var(--out-y, -40px)) rotate(var(--fly-r, 12deg)) scale(0.72);
    opacity: 0;
    filter: blur(10px) brightness(1.35);
  }
}
@keyframes heroShardIn {
  0% {
    transform: translate(var(--in-x, 0), var(--in-y, 0)) rotate(var(--fly-r, 0deg)) scale(0.06);
    opacity: 0;
    filter: blur(14px) brightness(1.45);
  }
  22% {
    opacity: 0.55;
    filter: blur(6px) brightness(1.25);
  }
  55% {
    opacity: 0.92;
    filter: blur(1.5px) brightness(1.08);
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 1;
    filter: blur(0) brightness(1);
  }
}
@keyframes heroShatterFlash {
  0%, 100% { opacity: 0; transform: scale(0.85); }
  18% { opacity: 0.85; transform: scale(1); }
  45% { opacity: 0.25; transform: scale(1.08); }
}
.hero-cinema__visual-art picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-cinema__visual-art picture,
.hero-cinema__visual-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}
.hero-cinema__bg-features {
  position: absolute;
  right: clamp(20px, 4vw, 56px);
  bottom: clamp(40px, 7vh, 80px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: min(480px, 46vw);
  z-index: 2;
}
.hero-cinema__bg-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  text-align: center;
}
.hero-cinema__bg-feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  background: rgba(8, 8, 12, 0.55);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 16px rgba(0,0,0,.25);
}
.hero-cinema__bg-feature-label {
  font-size: 11px;
  line-height: 1.3;
  font-weight: 500;
  color: rgba(255,255,255,.78);
  max-width: 96px;
  letter-spacing: 0.01em;
}
.hero-cinema__bg-shade {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(11,11,13,.88) 0%, rgba(11,11,13,.65) 20%, rgba(11,11,13,.28) 40%, rgba(11,11,13,.08) 55%, transparent 70%),
    linear-gradient(180deg, transparent 70%, rgba(11,11,13,.45) 100%);
  pointer-events: none;
}
.hero-cinema__bg-redfx {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(196,18,48,.34) 0%, rgba(196,18,48,.16) 14%, rgba(196,18,48,.06) 28%, transparent 48%),
    radial-gradient(ellipse 62% 90% at 6% 48%, rgba(196,18,48,.32) 0%, transparent 68%);
}
.hero-cinema__bg-redfx::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8%;
  bottom: 8%;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, transparent 0%, #c41230 18%, #ff3d5a 50%, #c41230 82%, transparent 100%);
  box-shadow: 0 0 28px rgba(196,18,48,.75), 0 0 60px rgba(196,18,48,.35);
  opacity: .9;
}
.hero-cinema__bg-redfx::after {
  content: '';
  position: absolute;
  left: clamp(18px, 3vw, 42px);
  top: 12%;
  width: clamp(120px, 22vw, 280px);
  height: 1px;
  background: linear-gradient(90deg, rgba(196,18,48,.85) 0%, rgba(196,18,48,.35) 55%, transparent 100%);
  box-shadow: 0 0 16px rgba(196,18,48,.5);
  transform: rotate(-8deg);
  opacity: .75;
}
.hero-cinema__body {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: clamp(28px, 5vh, 52px) 0 36px;
}
.hero-cinema__titles {
  position: relative;
  width: 100%;
  max-width: min(920px, 96vw);
  min-height: clamp(100px, 14vh, 155px);
  margin-left: 0;
  transform: translate(1.25rem, 0);
  pointer-events: none;
  z-index: 4;
}
.hero-cinema__sparkles {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: clamp(160px, 30vw, 380px);
  height: auto;
  max-width: none;
  margin: 0;
  pointer-events: none;
  z-index: 3;
  overflow: hidden;
}
.hero-cinema__sparkles--redzone {
  mask-image: linear-gradient(90deg, #000 0%, #000 72%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 72%, transparent 100%);
}
.hero-cinema__spark {
  position: absolute;
  top: var(--spark-y, 50%);
  left: var(--spark-x, 0%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, rgba(255, 230, 235, 0.85) 45%, transparent 72%);
  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.95),
    0 0 28px rgba(255, 200, 210, 0.55),
    0 0 48px rgba(196, 18, 48, 0.35);
  opacity: 0;
  animation:
    heroSparkPath0 var(--spark-dur, 5.5s) ease-in-out infinite,
    heroSparkTwinkle 2.1s ease-in-out infinite;
  animation-delay: calc(var(--spark-i) * 0.28s), calc(var(--spark-i) * 0.17s);
}
.hero-cinema__spark--path-1 {
  animation-name: heroSparkPath1, heroSparkTwinkle;
}
.hero-cinema__spark--path-2 {
  animation-name: heroSparkPath2, heroSparkTwinkle;
}
.hero-cinema__spark--path-3 {
  animation-name: heroSparkPath3, heroSparkTwinkle;
}
.hero-cinema__spark--dust {
  width: 3px;
  height: 3px;
  box-shadow:
    0 0 8px rgba(255, 255, 255, 0.8),
    0 0 20px rgba(196, 18, 48, 0.25);
}
.hero-cinema__spark--glow {
  width: clamp(32px, 5vw, 56px);
  height: clamp(32px, 5vw, 56px);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(255, 220, 228, 0.45) 22%, rgba(196, 18, 48, 0.18) 48%, transparent 72%);
  box-shadow:
    0 0 24px rgba(255, 255, 255, 0.65),
    0 0 52px rgba(255, 180, 195, 0.45),
    0 0 90px rgba(196, 18, 48, 0.22);
  filter: blur(0.5px);
}
.hero-cinema__spark--star {
  width: 22px;
  height: 22px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hero-cinema__spark--star::before,
.hero-cinema__spark--star::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 210, 218, 0.95) 55%, rgba(196, 18, 48, 0.85) 100%);
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 18px rgba(255, 255, 255, 1),
    0 0 36px rgba(255, 200, 210, 0.75),
    0 0 64px rgba(196, 18, 48, 0.4);
  animation: heroSparkRotate 9s linear infinite;
  animation-delay: calc(var(--spark-i) * 0.4s);
}
.hero-cinema__spark--star::before {
  width: 3px;
  height: 22px;
  border-radius: 2px;
}
.hero-cinema__spark--star::after {
  width: 22px;
  height: 3px;
  border-radius: 2px;
}
@keyframes heroSparkPath0 {
  0% { transform: translate(0, 0) scale(0.55); opacity: 0; }
  8% { opacity: 1; }
  42% { transform: translate(calc(var(--spark-dx) * 0.42), calc(var(--spark-dy) * 0.28)); }
  100% { transform: translate(var(--spark-dx), var(--spark-dy)) scale(1.08); opacity: 0; }
}
@keyframes heroSparkPath1 {
  0% { transform: translate(0, 0) scale(0.6); opacity: 0; }
  10% { opacity: 0.95; }
  35% { transform: translate(calc(var(--spark-dx) * 0.25), calc(var(--spark-dy) * 0.62)); }
  70% { transform: translate(calc(var(--spark-dx) * 0.78), calc(var(--spark-dy) * 0.35)); }
  100% { transform: translate(var(--spark-dx), var(--spark-dy)) scale(0.92); opacity: 0; }
}
@keyframes heroSparkPath2 {
  0% { transform: translate(0, 0) scale(0.65); opacity: 0; }
  12% { opacity: 1; }
  55% { transform: translate(calc(var(--spark-dx) * 0.55), calc(var(--spark-dy) * -0.22)); }
  100% { transform: translate(calc(var(--spark-dx) * 0.88), var(--spark-dy)) scale(1.02); opacity: 0; }
}
@keyframes heroSparkPath3 {
  0% { transform: translate(0, 0) scale(0.5); opacity: 0; }
  9% { opacity: 0.9; }
  30% { transform: translate(calc(var(--spark-dx) * -0.12), calc(var(--spark-dy) * 0.48)); }
  65% { transform: translate(calc(var(--spark-dx) * 0.62), calc(var(--spark-dy) * 0.72)); }
  100% { transform: translate(var(--spark-dx), calc(var(--spark-dy) * 0.85)) scale(1.1); opacity: 0; }
}
@keyframes heroSparkTwinkle {
  0%, 100% { filter: brightness(0.65) saturate(0.9); }
  35% { filter: brightness(1.5) saturate(1.2); }
  65% { filter: brightness(1.1) saturate(1.05); }
}
@keyframes heroSparkRotate {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.hero-cinema__title-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(32px);
  filter: blur(5px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.95s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s ease, visibility 0.8s;
}
.hero-cinema__title-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  filter: blur(0);
}
.hero-cinema__title-slide.is-enter-left.is-active { animation: heroSlideInLeft 1s cubic-bezier(0.22, 1, 0.36, 1); }
.hero-cinema__title-slide.is-enter-right.is-active { animation: heroSlideInRight 1s cubic-bezier(0.22, 1, 0.36, 1); }
.hero-cinema__title-slide.is-active .hero-cinema__head { animation: heroTitleIn 1s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both; }
.hero-cinema__card {
  width: 100%;
  max-width: 720px;
  margin-left: 0;
  transform: translate(1.25rem, -1rem);
  display: flex;
  flex-direction: column;
  min-height: 200px;
  padding: 28px 36px 24px;
  background: rgba(14, 14, 18, 0.92);
  border: 1px solid var(--border);
  border-radius: 16px;
  backdrop-filter: blur(14px);
}
.hero-cinema__slides {
  position: relative;
  flex: 1;
  min-height: 160px;
  overflow: hidden;
}
.hero-cinema__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(32px);
  filter: blur(5px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.95s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s ease, visibility 0.8s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.hero-cinema__slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  filter: blur(0);
}
.hero-cinema__slide.is-enter-left.is-active { animation: heroSlideInLeft 1s cubic-bezier(0.22, 1, 0.36, 1); }
.hero-cinema__slide.is-enter-right.is-active { animation: heroSlideInRight 1s cubic-bezier(0.22, 1, 0.36, 1); }
@keyframes heroSlideInLeft {
  from { opacity: 0; transform: translateX(-32px); filter: blur(4px); }
  to { opacity: 1; transform: translateX(0); filter: blur(0); }
}
@keyframes heroSlideInRight {
  from { opacity: 0; transform: translateX(32px); filter: blur(4px); }
  to { opacity: 1; transform: translateX(0); filter: blur(0); }
}
.hero-cinema__slide.is-active .hero-cinema__desc {
  opacity: 0;
}
.hero-cinema__slide.is-active.is-content-ready .hero-cinema__desc {
  animation:
    heroDescReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) both,
    heroDescShine 2.8s ease-in-out 0.6s 2;
}
.hero-cinema__slide.is-active .hero-cinema__slide-actions {
  opacity: 0;
}
.hero-cinema__slide.is-active.is-content-ready .hero-cinema__slide-actions {
  animation: heroFadeUp 0.65s ease 0.4s both;
}
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes heroTitleIn {
  from { opacity: 0; transform: translateY(18px); letter-spacing: 0.04em; }
  to { opacity: 1; transform: translateY(0); letter-spacing: normal; }
}
.hero-cinema__head {
  margin: 0;
}
.hero-cinema__title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.04;
  color: var(--text);
  text-transform: uppercase;
  margin: 0;
}
.hero-cinema__title-line--lead {
  display: block;
  font-size: clamp(3rem, 6.2vw, 5.35rem);
  color: #fff;
  text-shadow:
    0 10px 36px rgba(0, 0, 0, 0.88),
    0 5px 18px rgba(0, 0, 0, 0.68),
    0 2px 8px rgba(0, 0, 0, 0.52),
    0 1px 0 rgba(0, 0, 0, 0.42);
}
.hero-cinema__title-line--accent {
  display: inline-block;
  min-height: 1.1em;
  font-size: clamp(2.35rem, 4.65vw, 3.9rem);
  color: var(--red);
  text-shadow:
    0 6px 28px rgba(196, 18, 48, 0.5),
    0 4px 20px rgba(0, 0, 0, 0.7),
    0 2px 8px rgba(0, 0, 0, 0.45);
}
.hero-cinema__title-line--accent.is-typing::after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 0.82em;
  margin-left: 5px;
  vertical-align: -0.06em;
  background: var(--red);
  box-shadow: 0 0 12px rgba(196, 18, 48, 0.75);
  animation: heroCaretBlink 0.72s step-end infinite;
}
.hero-cinema__title-line--accent.is-title-shine {
  animation: heroTitleShine 2.1s ease-in-out 3;
}
@keyframes heroTitleShine {
  0%, 100% {
    text-shadow:
      0 6px 28px rgba(196, 18, 48, 0.5),
      0 4px 20px rgba(0, 0, 0, 0.7),
      0 2px 8px rgba(0, 0, 0, 0.45);
    filter: brightness(1);
  }
  50% {
    text-shadow:
      0 0 10px rgba(255, 255, 255, 0.95),
      0 0 24px rgba(255, 210, 218, 0.75),
      0 0 42px rgba(196, 18, 48, 0.85),
      0 6px 28px rgba(196, 18, 48, 0.55);
    filter: brightness(1.28);
  }
}
@keyframes heroCaretBlink {
  50% { opacity: 0; }
}
.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-cinema__desc {
  flex: 1;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: var(--text-muted);
  margin: 0;
  max-width: none;
}
@keyframes heroDescReveal {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes heroDescShine {
  0%, 100% {
    color: rgba(240, 240, 242, 0.88);
    text-shadow: none;
  }
  50% {
    color: rgba(255, 255, 255, 0.98);
    text-shadow:
      0 0 18px rgba(255, 255, 255, 0.22),
      0 0 8px rgba(196, 18, 48, 0.18);
  }
}
.hero-cinema__slide-actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 4px;
}
.hero-cinema__cta {
  flex-shrink: 0;
}
.hero-cinema__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  flex-shrink: 0;
}
.hero-cinema__dots { display: flex; gap: 6px; }
.hero-cinema__dot {
  width: 40px;
  height: 3px;
  padding: 0;
  border: none;
  border-radius: 3px;
  background: rgba(255,255,255,.12);
  cursor: pointer;
  overflow: hidden;
}
.hero-cinema__dot-fill { display: block; height: 100%; width: 0; background: var(--red); }
.hero-cinema__dot.is-active { background: rgba(255,255,255,.18); }
.hero-cinema__nav { display: flex; align-items: center; gap: 8px; }
.hero-cinema__arrow {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--bg-card);
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: var(--ease);
}
.hero-cinema__arrow:hover { background: var(--red); border-color: var(--red); color: #fff; }
.hero-cinema__counter {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
  min-width: 52px;
  text-align: center;
}
.hero-cinema__counter span { color: var(--red); }

/* Trust band */
.trust {
  background: var(--bg-elevated);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust__item {
  padding: 32px 20px;
  text-align: center;
  border-right: 1px solid var(--border);
  transition: var(--ease);
}
.trust__item:last-child { border-right: none; }
.trust__item:hover { background: var(--bg-card); }
.trust__item strong {
  display: block;
  font-family: var(--font-head);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
}
.trust__item span {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Sectors — image cards (see extended styles below) */
.sectors { padding: var(--section-pad) 0; background: var(--bg); }

/* About */
.about { padding: var(--section-pad) 0; background: var(--bg-elevated); }
.about__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.about__media { position: relative; }
.about__img {
  height: 500px;
  border-radius: var(--radius);
  background-size: cover;
  background-position: center;
  border: 1px solid var(--border);
}
.about__img::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(196,18,48,.12), transparent 55%);
  pointer-events: none;
}
.about__badge {
  position: absolute;
  bottom: -18px;
  right: -18px;
  background: var(--red);
  padding: 20px 26px;
  border-radius: var(--radius);
  box-shadow: 0 16px 40px var(--red-glow);
}
.about__badge span { display: block; font-size: 10px; color: rgba(255,255,255,.85); text-transform: uppercase; letter-spacing: 0.1em; }
.about__badge strong { display: block; font-family: var(--font-head); font-size: 1.05rem; font-weight: 700; color: #fff; text-transform: uppercase; }
.about__text h2 {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
  line-height: 1.15;
}
.about__text .lead { font-size: 1.05rem; color: var(--text); font-weight: 500; margin-bottom: 16px; }
.about__text p { color: var(--text-muted); margin-bottom: 14px; }
.about__text-end {
  position: relative;
  padding-bottom: 52px;
  margin-bottom: 8px;
}
.about__text.about__text--brand {
  position: relative;
  padding-bottom: 12px;
}
.about__signature {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  font-family: var(--font-hand);
  font-size: clamp(1.28rem, 2.15vw, 1.82rem);
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.62);
  transform: rotate(-4.5deg);
  transform-origin: right bottom;
  white-space: nowrap;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
  padding: 0 2px 4px;
  border-bottom: 2px solid rgba(196, 18, 48, 0.42);
  pointer-events: none;
  user-select: none;
}
.about__text:not(.about__text--brand) {
  position: relative;
  padding-bottom: 56px;
}
.about__text:not(.about__text--brand) .about__signature {
  bottom: 4px;
}
.about__features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0; }
.about__feat {
  display: flex;
  gap: 10px;
  padding: 14px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 13px;
  color: var(--text-muted);
}
.about__feat strong { display: block; color: var(--text); font-size: 13px; margin-bottom: 2px; }
.about__feat svg { flex-shrink: 0; color: var(--red); margin-top: 2px; }

/* Services */
.services { padding: var(--section-pad) 0; background: var(--bg); }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc-card {
  padding: 32px 28px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: var(--ease);
  position: relative;
  overflow: hidden;
}
.svc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--ease);
}
.svc-card:hover { transform: translateY(-5px); border-color: var(--border-red); background: var(--bg-card-hover); }
.svc-card:hover::before { transform: scaleX(1); }
.svc-card__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red-soft);
  border-radius: 10px;
  color: var(--red);
  margin-bottom: 18px;
}
.svc-card__icon svg { width: 24px; height: 24px; }
.svc-card h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.svc-card > p { font-size: 14px; color: var(--text-muted); margin-bottom: 14px; }
.svc-card ul { margin-bottom: 18px; }
.svc-card li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 6px;
}
.svc-card li::before { content: ''; position: absolute; left: 0; top: 9px; width: 5px; height: 5px; background: var(--red); border-radius: 50%; }
.svc-card__link { font-size: 12px; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--font-head); }
.svc-card__link:hover { color: var(--red-hover); }

/* Process */
.process { padding: var(--section-pad) 0; background: var(--bg-elevated); }
.process__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
.process__steps::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-red), transparent);
  pointer-events: none;
}
.process-step {
  text-align: center;
  padding: 24px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  position: relative;
  z-index: 1;
}
.process-step__num {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
}
.process-step h3 {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.process-step p { font-size: 13px; color: var(--text-muted); }

/* Mikro */
.mikro {
  padding: var(--section-pad) 0;
  background: var(--bg);
  position: relative;
}
.mikro::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 35% at 50% 0%, var(--red-soft), transparent);
  pointer-events: none;
}
.mikro__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.mikro-card {
  padding: 36px 28px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: var(--ease);
  position: relative;
  overflow: hidden;
}
.mikro-card:hover { transform: translateY(-5px); border-color: var(--border-red); }
.mikro-card--featured {
  background: linear-gradient(160deg, rgba(196,18,48,.1), var(--bg-card));
  border-color: var(--red);
  box-shadow: 0 0 48px var(--red-glow);
}
.mikro-card__ribbon {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--red);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.mikro-card__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 6px;
  display: block;
}
.mikro-card h3 {
  font-family: var(--font-head);
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.mikro-card > p { font-size: 14px; color: var(--text-muted); margin-bottom: 18px; }
.mikro-card ul { margin-bottom: 24px; }
.mikro-card li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.mikro-card li::before { content: ''; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; background: var(--red); border-radius: 50%; }

/* Why */
.why { padding: var(--section-pad) 0; background: var(--bg-elevated); }
.why__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.why-card {
  padding: 30px 22px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: var(--ease);
}
.why-card:hover { border-color: var(--border-red); transform: translateY(-3px); }
.why-card__num {
  font-family: var(--font-head);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--red);
  opacity: 0.35;
  line-height: 1;
  margin-bottom: 12px;
}
.why-card h3 {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.why-card p { font-size: 13px; color: var(--text-muted); }

/* Projects */
.projects { padding: var(--section-pad) 0; background: var(--bg); }
.projects__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.proj-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: var(--ease);
}
.proj-card:hover { transform: translateY(-6px); border-color: var(--border-red); box-shadow: 0 20px 48px rgba(0,0,0,.35); }
.proj-card__img {
  height: 240px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.proj-card__img span {
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.proj-card__body { padding: 26px; }
.proj-card__body h3 {
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.proj-card__body p { font-size: 14px; color: var(--text-muted); margin-bottom: 14px; }
.proj-card__body a { font-size: 12px; font-weight: 700; color: var(--red); text-transform: uppercase; font-family: var(--font-head); }

/* Media duo */
.media-duo-sec { padding: var(--section-pad) 0; background: var(--bg-elevated); }
.media-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.media-duo__col .section-head { margin-bottom: 20px; min-height: 72px; display: flex; flex-direction: column; justify-content: flex-end; }
.media-duo .news-split { grid-template-columns: 240px 1fr; height: 480px; min-height: 480px; max-height: 480px; }
.media-duo .news-split__list { display: grid; grid-template-rows: repeat(6, 1fr); overflow: hidden; height: 100%; }
.media-duo .news-split__item { padding: 8px 12px; align-items: center; }
.media-duo .news-split__item-title { font-size: 12px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
.media-duo .news-split__detail { padding: 22px 24px; }
.media-duo .news-split__detail-img { height: 140px; margin-bottom: 12px; }
.media-duo .news-split__detail-img img { height: 140px; }
.media-duo .testi-split__stars { height: 140px; display: flex; align-items: center; font-size: 18px; color: var(--red); letter-spacing: 3px; }

.news-split {
  display: grid;
  grid-template-columns: 300px 1fr;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-card);
  min-height: 380px;
}
.news-split__list {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--border);
  background: var(--bg-elevated);
}
.news-split__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border: none;
  border-bottom: 1px solid var(--border);
  background: transparent;
  text-align: left;
  cursor: pointer;
  width: 100%;
  color: inherit;
  transition: var(--ease);
}
.news-split__item:last-child { border-bottom: none; }
.news-split__item:hover { background: rgba(255,255,255,.02); }
.news-split__item.is-active { background: var(--red-soft); border-left: 3px solid var(--red); padding-left: 13px; }
.news-split__item-num { font-family: monospace; font-size: 10px; color: var(--red); flex-shrink: 0; margin-top: 3px; }
.news-split__item-title { font-size: 13px; font-weight: 600; color: var(--text); line-height: 1.35; margin-bottom: 3px; }
.news-split__item-date { font-size: 11px; color: var(--text-dim); }
.news-split__panel { position: relative; min-height: 380px; }
.news-split__detail {
  position: absolute;
  inset: 0;
  padding: 26px 28px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.news-split__detail.is-active { opacity: 1; visibility: visible; transform: translateX(0); z-index: 1; }
.news-split__detail-img { border-radius: 8px; overflow: hidden; margin-bottom: 14px; }
.news-split__detail-img img { width: 100%; height: 160px; object-fit: cover; }
.news-split__detail-meta {
  font-size: 11px;
  color: var(--red);
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: var(--font-head);
}
.news-split__detail-title {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.25;
}
.news-split__detail-text { font-size: 14px; color: var(--text-muted); line-height: 1.7; flex: 1; }
.testi-split__stars { color: var(--red); font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }

/* FAQ */
.faq { padding: var(--section-pad) 0; background: var(--bg); }
.faq__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.faq-item__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  background: none;
  border: none;
  text-align: left;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
}
.faq-item__q svg { flex-shrink: 0; color: var(--red); transition: transform var(--ease); }
.faq-item.is-open .faq-item__q svg { transform: rotate(45deg); }
.faq-item__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-item.is-open .faq-item__a { max-height: 200px; }
.faq-item__a p { padding: 0 20px 18px; font-size: 14px; color: var(--text-muted); line-height: 1.65; }

/* CTA */
.cta-band {
  padding: 72px 0;
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border-red);
  position: relative;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 40% 80% at 50% 50%, var(--red-soft), transparent);
  pointer-events: none;
}
.cta-band__inner { text-align: center; position: relative; }
.cta-band h2 {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cta-band p { color: var(--text-muted); margin-bottom: 24px; max-width: 520px; margin-left: auto; margin-right: auto; }

/* Contact */
.contact { padding: var(--section-pad) 0; background: var(--bg-elevated); }
.contact__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.contact__info h2 {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.contact__info > p { color: var(--text-muted); margin-bottom: 28px; }
.contact__list li { display: flex; gap: 14px; margin-bottom: 22px; }
.contact__list svg { flex-shrink: 0; color: var(--red); margin-top: 3px; }
.contact__list strong { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-dim); margin-bottom: 4px; }
.contact__list a { color: var(--text); font-weight: 500; }
.contact__list a:hover { color: var(--red); }
.contact__hours {
  margin-top: 24px;
  padding: 18px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 13px;
  color: var(--text-muted);
}
.contact__hours strong { display: block; color: var(--text); font-family: var(--font-head); text-transform: uppercase; margin-bottom: 6px; }
.contact__form {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact__form input,
.contact__form select,
.contact__form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 14px;
  font-family: var(--font-body);
  font-size: 14px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text);
  transition: var(--ease);
}
.contact__form input:focus,
.contact__form select:focus,
.contact__form textarea:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 3px var(--red-soft);
}
.contact__form textarea { resize: vertical; min-height: 110px; }
.form-ok {
  margin-top: 12px;
  padding: 12px;
  background: var(--red-soft);
  border: 1px solid var(--border-red);
  border-radius: 8px;
  font-size: 13px;
  text-align: center;
}

/* Footer */
.footer { background: var(--bg); padding: 36px 0 0; border-top: 1px solid var(--border); }
.footer > .container { width: 100%; max-width: 1240px; margin: 0 auto; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.footer__brand p { margin-top: 16px; font-size: 13px; color: var(--text-muted); max-width: 280px; line-height: 1.65; }
.footer__social { display: flex; gap: 8px; margin-top: 18px; }
.footer__social a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text-muted);
  transition: var(--ease);
}
.footer__social a:hover { background: var(--red); border-color: var(--red); color: #fff; }
.footer__col h4 {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.footer__col li { margin-bottom: 10px; }
.footer__col a { font-size: 13px; color: var(--text-muted); }
.footer__col a:hover { color: var(--red); }
.footer__newsletter p { font-size: 12px; color: var(--text-dim); margin-bottom: 12px; }
.footer__newsletter form { display: flex; gap: 8px; }
.footer__newsletter input {
  flex: 1;
  padding: 10px 12px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--text);
  font-size: 13px;
}
.footer__bottom {
  display: flex;
  justify-content: center;
  padding: 18px 0;
  font-size: 12px;
  color: var(--text-dim);
  text-align: center;
}

/* Floating: social rail left */
.social-rail {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 10px 10px 0;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-left: none;
  border-radius: 0 12px 12px 0;
  box-shadow: 8px 0 24px rgba(0,0,0,.25);
}
.social-rail__item { position: relative; }
.social-rail__icons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.social-rail__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--text-muted);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: var(--ease);
}
.social-rail__item a:hover { color: #fff; background: var(--red); border-color: var(--red); transform: translateX(2px); }
.social-rail__item--wa a:hover { color: #fff; background: #25d366; border-color: #25d366; }
.social-rail__item--in a:hover { color: #fff; background: #0a66c2; border-color: #0a66c2; }
.social-rail__item--ig a:hover { color: #fff; background: #c13584; border-color: #c13584; }
.social-rail__item--fb a:hover { color: #fff; background: #1877f2; border-color: #1877f2; }
.social-rail__tip {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: var(--ease);
  border-radius: 6px;
}
.social-rail__item:hover .social-rail__tip { opacity: 1; }

/* Scroll top + WhatsApp */
.scroll-top {
  position: fixed;
  right: 24px;
  bottom: 88px;
  z-index: 900;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--text);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: var(--ease);
  box-shadow: 0 8px 24px rgba(0,0,0,.3);
}
.scroll-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover { background: var(--red); border-color: var(--red); color: #fff; }
.wa {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
  width: 52px;
  height: 52px;
  background: #25d366;
  color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37,211,102,.35);
  transition: var(--ease);
}
.wa:hover { transform: scale(1.06); }

/* Animate */
[data-animate] { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
[data-animate].is-in { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1100px) {
  .mega__wrap { grid-template-columns: 1fr; }
  .mega__cards, .mega__cards--3 { grid-template-columns: repeat(2, 1fr); }
  .about__grid, .contact__grid { grid-template-columns: 1fr; }
  .about__badge { right: 0; bottom: -16px; }
  .services__grid, .why__grid { grid-template-columns: repeat(2, 1fr); }
  .sectors__grid { grid-template-columns: repeat(3, 1fr); }
  .process__steps { grid-template-columns: repeat(2, 1fr); }
  .process__steps::before { display: none; }
  .mikro__grid { grid-template-columns: 1fr; }
  .media-duo { grid-template-columns: 1fr; }
  .faq__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .trust__grid { grid-template-columns: repeat(2, 1fr); }
  .trust__item:nth-child(2) { border-right: none; }
  .about-counters { grid-template-columns: repeat(2, 1fr); }
}
/* Desktop — mobile drawer parçaları gizli */
.mobile-drawer__head,
.mobile-drawer__foot,
.mobile-drawer__cta { display: none; }
@media (min-width: 992px) {
  .mobile-drawer__body { display: contents; }
  .site-header__main {
    height: var(--header-main-h);
  }
  .site-header__inner {
    position: relative;
    z-index: 2;
    pointer-events: none;
  }
  .site-header__inner > * {
    pointer-events: auto;
  }
  .site-header__inner .logo-link {
    position: relative;
    z-index: 10;
    flex-shrink: 0;
  }
  .header__nav {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: min(820px, calc(100vw - 480px));
    z-index: 3;
    visibility: visible;
    pointer-events: auto;
    overflow: visible;
    flex-direction: row;
    background: transparent;
  }
  .burger { display: none; }
}
@media (max-width: 991px) {
  :root {
    --header-top-h: 0px;
    --header-main-h: 64px;
    --header-h: var(--header-main-h);
    --mobile-social-h: 60px;
  }

  html { scroll-padding-top: calc(var(--header-main-h) + 12px); }
  .container { padding: 0 16px; }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    transform: none !important;
    /* backdrop-filter mobilde KAPALI: aksi halde position:fixed olan mobil
       drawer'ı containing block olarak header'a (65px) hapsediyordu. */
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: rgba(11, 11, 13, 0.98);
  }

  #main-content,
  .ps-main {
    padding-top: var(--header-main-h);
  }

  body[data-page="home"] #main-content {
    padding-top: 0;
  }

  .site-header__inner .header__actions {
    grid-column: 1;
    position: static;
    margin: 0;
    justify-self: start;
    z-index: 3;
  }

  .site-header__main {
    position: relative;
    background: rgba(11, 11, 13, 0.98);
    border-bottom: 1px solid var(--border);
  }
  .site-header__inner {
    position: relative;
    top: auto;
    z-index: 1001;
    background: transparent;
    border-bottom: none;
  }

  .site-header__top { display: none; }
  .site-header__inner {
    min-height: var(--header-main-h);
    height: var(--header-main-h);
    padding: 0 12px;
    gap: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
  }
  .site-header__inner::after {
    content: '';
    grid-column: 3;
    width: 44px;
    height: 1px;
  }
  .site-header__inner .logo-link {
    grid-column: 2;
    position: static;
    transform: none;
    justify-self: center;
    z-index: 2;
    max-width: calc(100vw - 120px);
  }
  .logo-img--header { max-height: 46px; max-width: min(220px, 58vw); }

  .header__actions .header-cta { display: none; }
  .burger { display: flex; }

  .header__nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(380px, 94vw);
    max-width: 94vw;
    background: linear-gradient(165deg, #141418 0%, #0b0b0d 55%);
    padding: 0;
    transform: translateX(105%);
    transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1003;
    overflow: hidden;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
    visibility: hidden;
    pointer-events: none;
  }
  .header__nav.is-open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-drawer__head,
  .mobile-drawer__foot,
  .mobile-drawer__cta { display: flex; }

  .mobile-drawer__head {
    flex-shrink: 0;
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    align-items: center;
    gap: 8px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(196, 18, 48, 0.14) 0%, rgba(18, 18, 22, 0.98) 70%);
  }
  .mobile-drawer__logo {
    grid-column: 2;
    justify-self: center;
    line-height: 0;
  }
  .mobile-drawer__close {
    grid-column: 3;
    justify-self: end;
  }
  .logo-img--drawer { max-height: 40px; max-width: 200px; width: auto; }
  .mobile-drawer__close {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--text);
    flex-shrink: 0;
  }
  .mobile-drawer__close:hover { border-color: var(--red); color: var(--red); }

  .mobile-drawer__body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 14px 16px 16px;
    -webkit-overflow-scrolling: touch;
  }

  .header__menu {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 8px;
  }

  .mobile-nav-item {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(22, 22, 27, 0.88);
    overflow: hidden;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
  .mobile-nav-item.is-open {
    border-color: rgba(196, 18, 48, 0.45);
    background: rgba(28, 20, 24, 0.95);
  }

  .mobile-nav-item__trigger,
  .header__menu > li > a,
  .mega-trigger.mobile-nav-item__trigger {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 15px 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    background: transparent;
    color: var(--text);
  }
  .mobile-nav-item__label { flex: 1; text-align: left; }
  .mobile-nav-item__chev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.25s ease, background 0.2s ease;
  }
  .mobile-nav-item__chev svg { opacity: 0.75; }
  .mobile-nav-item.is-open .mobile-nav-item__chev {
    transform: rotate(180deg);
    background: rgba(196, 18, 48, 0.2);
  }
  .mobile-nav-item.is-open .mobile-nav-item__trigger {
    color: var(--red);
  }

  .mobile-submenu {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(0, 0, 0, 0.22);
    padding: 6px 8px 10px;
    animation: mobileSubmenuIn 0.22s ease;
  }
  @keyframes mobileSubmenuIn {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .mobile-submenu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .mobile-submenu__link {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 12px;
    border-radius: 10px;
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.35;
    transition: background 0.18s ease, color 0.18s ease;
  }
  .mobile-submenu__link:hover,
  .mobile-submenu__link:focus-visible {
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
  }
  .mobile-submenu__label {
    font-weight: 600;
    color: var(--text);
  }
  .mobile-submenu__desc {
    font-size: 11px;
    color: var(--text-dim);
    line-height: 1.4;
  }
  .mobile-submenu__link--accent {
    border: 1px solid rgba(196, 18, 48, 0.35);
    background: rgba(196, 18, 48, 0.1);
    margin-top: 4px;
  }
  .mobile-submenu__link--accent .mobile-submenu__label { color: #ff8fa8; }

  .mobile-drawer__cta {
    flex-shrink: 0;
    flex-direction: column;
    gap: 10px;
    padding: 14px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(11, 11, 13, 0.98);
  }
  .mobile-drawer__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 18px;
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: var(--ease);
  }
  .mobile-drawer__btn--primary { background: var(--red); color: #fff; border-color: var(--red); }
  .mobile-drawer__btn--secondary {
    background: var(--bg-card);
    color: var(--text);
    border-color: var(--border);
  }
  .mobile-drawer__btn--dealer {
    background: rgba(196, 18, 48, 0.12);
    color: #fff;
    border-color: var(--border-red);
  }

  .mobile-drawer__foot {
    flex-shrink: 0;
    flex-direction: column;
    gap: 0;
    padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--border);
    background: var(--bg-elevated);
  }
  .mobile-drawer__foot-title {
    font-family: var(--font-head);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 10px;
  }
  .mobile-drawer__contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .mobile-drawer__contact {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.45;
  }
  .mobile-drawer__contact svg { flex-shrink: 0; color: var(--red); margin-top: 2px; }
  a.mobile-drawer__contact:hover { color: var(--red); }
  a.mobile-drawer__contact--accent {
    margin-top: 4px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid rgba(196, 18, 48, 0.35);
    background: rgba(196, 18, 48, 0.1);
    color: #ff8fa8;
    font-weight: 600;
  }

  .has-mega:hover .mega { opacity: 0; visibility: hidden; pointer-events: none; }
  .mega-zone {
    display: none !important;
  }

  /* Sosyal bar — altta sabit */
  .social-rail {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    border-radius: 0;
    border: none;
    border-top: 1px solid var(--border);
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
    justify-content: center;
    gap: 8px;
    z-index: 850;
    background: rgba(11, 11, 13, 0.96);
    backdrop-filter: blur(14px);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
  }
  .social-rail__icons {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    flex: 3;
    min-width: 0;
    overflow: hidden;
  }
  .social-rail__icons .social-rail__item:nth-child(n+4) {
    display: none;
  }
  .social-rail__icons .social-rail__item {
    flex: 1 1 0;
    min-width: 0;
  }
  .social-rail__dealer {
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 10px;
    border-radius: 12px;
    border: 1px solid var(--border-red);
    background: rgba(196, 18, 48, 0.14);
    color: #fff;
    font-family: var(--font-head);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .social-rail__dealer:hover {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
  }
  .social-rail__item a {
    width: 100%;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 44px;
    border-radius: 12px;
  }
  .social-rail__tip { display: none; }

  body { padding-bottom: calc(var(--mobile-social-h) + env(safe-area-inset-bottom, 0px)); }
  body.nav-open { padding-bottom: 0; }
  body.nav-open .social-rail { opacity: 0; visibility: hidden; pointer-events: none; }

  .scroll-top { bottom: calc(var(--mobile-social-h) + 16px); }
  .wa { bottom: calc(var(--mobile-social-h) + 16px); }

  .footer { padding-top: 28px; }
  .footer__cta { margin-bottom: 24px; padding: 24px 0; border-radius: 14px; }
  .footer__cta-inner { flex-direction: column; text-align: center; gap: 14px; }
  .footer__grid { grid-template-columns: 1fr; gap: 20px; }
  .footer__grid--rich {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .footer__brand {
    grid-column: 1 / -1;
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 6px;
    border-bottom: 1px solid var(--border);
  }
  .footer__brand p { margin-left: auto; margin-right: auto; max-width: 320px; }
  .footer__brand .logo-link { margin: 0 auto; }
  .footer__contact-lines {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
  }
  .footer__social { justify-content: center; }
  .footer__col {
    text-align: left;
    padding: 12px 14px;
    margin: 0;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--bg-card);
  }
  .footer__col:last-of-type { border-bottom: 1px solid var(--border); }
  .footer__col h4 {
    font-size: 10px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--red);
  }
  .footer__col ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer__col li { margin: 0; }
  .footer__col a {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    padding: 2px 0;
  }
  .footer__newsletter form { flex-direction: column; }
  .footer__newsletter p { max-width: 280px; }
  .footer__badge-row { display: flex; justify-content: center; margin-top: 12px; }
  .footer__bottom { padding: 16px 0 8px; font-size: 11px; line-height: 1.5; }

  main { overflow-x: clip; }
  .sector-showcase__track { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .hero-cinema__body { overflow: hidden; }
  .media-duo-sec { overflow: hidden; }
  .media-duo { gap: 28px; }

  body[data-page="home"] .hero-cinema {
    padding-top: var(--header-main-h);
    min-height: 100svh;
    height: auto;
    max-height: none;
  }
  .hero-cinema {
    height: auto;
    min-height: calc(100svh - var(--header-main-h));
    max-height: none;
  }
  .hero-cinema__body {
    padding: 20px 0 calc(28px + var(--mobile-social-h));
    justify-content: flex-end;
    gap: 14px;
    min-height: calc(100svh - var(--header-main-h) - var(--mobile-social-h));
  }
  .hero-cinema__bg-shade {
    background:
      linear-gradient(180deg, rgba(11,11,13,.35) 0%, rgba(11,11,13,.55) 38%, rgba(11,11,13,.88) 72%, rgba(11,11,13,.95) 100%),
      linear-gradient(90deg, rgba(11,11,13,.82) 0%, rgba(11,11,13,.48) 40%, rgba(11,11,13,.15) 68%, transparent 88%);
  }
  .hero-cinema__titles {
    transform: none;
    max-width: 100%;
    min-height: clamp(88px, 22vw, 130px);
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .hero-cinema__title-slide {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
  }
  .hero-cinema__card {
    max-width: 100%;
    transform: none;
    min-height: auto;
    padding: 20px 18px 16px;
    margin-top: auto;
  }
  .header__nav,
  .header__nav *,
  .site-header,
  .site-header__inner,
  .burger,
  .burger span {
    max-width: none;
  }
  .hero-cinema__slides { min-height: 104px; }
  .hero-cinema__visual-art picture,
  .hero-cinema__visual-art img { object-position: 60% center; }
  .hero-cinema__sparkles--redzone { width: clamp(120px, 38vw, 220px); }
  .hero-cinema__title-line--lead {
    font-size: clamp(1.85rem, 8.2vw, 2.35rem);
    line-height: 1.06;
  }
  .hero-cinema__title-line--accent { font-size: clamp(1.4rem, 6.4vw, 1.85rem); }
  .hero-cinema__slide-actions { justify-content: flex-end; }
  .hero-cinema__desc { font-size: 14px; line-height: 1.7; }
  .sectors__grid { grid-template-columns: 1fr 1fr; }
  .services__grid, .why__grid, .form-row, .about__features { grid-template-columns: 1fr; }
  .projects__grid { grid-template-columns: 1fr; }
  .media-duo .news-split { grid-template-columns: 1fr; height: auto; max-height: none; }
  .media-duo .news-split__list { display: flex; flex-direction: row; overflow-x: auto; height: auto; }
  .media-duo .news-split__item { flex: 0 0 min(200px, 70vw); border-bottom: none; border-right: 1px solid var(--border); }
  .svc-split__row, .svc-split__row--reverse { grid-template-columns: 1fr; }
  .svc-split__media { min-height: 220px; }
  .contact-split { grid-template-columns: 1fr; }
  .why-showcase { grid-template-columns: 1fr; }
  .why-showcase__aside { position: static; }
  .process-timeline { grid-template-columns: 1fr; }
  .process-timeline::before { display: none; }
  .projects-showcase { grid-template-columns: 1fr; }
  .projects-showcase__featured { grid-column: span 1; }
  .mikro-detail__grid { grid-template-columns: 1fr; }
  .page-hero { min-height: 240px; }
  .sector-showcase { padding-bottom: 32px; }
  .sector-showcase__gap { height: 12px; }
  .sector-chip--wide { flex: 0 0 170px; }
  .svc-luxe { grid-template-columns: 1fr; }
  .about__grid { gap: 28px; }
  .about__signature { font-size: 1.15rem; transform: rotate(-3deg); }
  .about__text-end { padding-bottom: 44px; }
  .about-counters { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .svc-deck { grid-template-columns: 1fr; }
  .mikro-detail__grid--4 { grid-template-columns: 1fr; }
  .mikro-banner { flex-direction: column; text-align: center; gap: 16px; }
  .why-showcase__grid { grid-template-columns: 1fr; }
  .process,
  .why,
  .cta-band,
  .media-duo-sec--prefooter {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .process-step,
  .why-card {
    border-radius: 12px;
    padding: 18px;
  }
  .process-step h3,
  .why-card h3 {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .process-step p,
  .why-card p,
  .cta-band p {
    font-size: 13px;
    line-height: 1.55;
  }
  .cta-band__inner {
    padding: 8px 0;
  }
  .cta-band h2 {
    font-size: clamp(1.25rem, 5vw, 1.55rem);
    margin-bottom: 10px;
  }
  .media-duo-sec--prefooter .section-head h2 {
    font-size: clamp(1.2rem, 5vw, 1.5rem);
  }
  .media-duo .news-split__detail {
    padding: 14px;
    border-radius: 12px;
  }
  .media-duo .testi-split__stars {
    height: auto;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .projects--v3 .proj-showcase { grid-template-columns: 1fr; }
  .proj-feature { min-height: 280px; }
  .value-pillars__grid,
  .value-pillars__grid--4 { grid-template-columns: 1fr; }
  .partner-mega-grid { grid-template-columns: repeat(4, 1fr); }
  .mega__cards--6 { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .support-band__actions { flex-direction: column; width: 100%; }
  .support-band__actions .btn { width: 100%; }
  .contact-split__visual img { height: 220px; }
  .contact-split__visual-content { padding: 20px; }
  .cta-band__inner { text-align: center; }
  .mega-iletisim__cards { grid-template-columns: 1fr; }
  .mega-trigger--nowrap { white-space: normal; font-size: 12px; }
  .header__backdrop.is-on { z-index: 1002; }
  .burger.is-on span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .burger.is-on span:nth-child(2) { opacity: 0; width: 0; }
  .burger.is-on span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* ─── MOBİL DRAWER & LAYOUT ─── */

/* ─── PAGE HERO (alt sayfalar) ─── */
.page-hero {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  padding: 48px 0 56px;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.page-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,11,13,.94) 0%, rgba(11,11,13,.72) 55%, rgba(11,11,13,.45) 100%);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 12px;
  color: var(--text);
}
.page-hero p { color: var(--text-muted); max-width: 560px; font-size: 1.02rem; line-height: 1.65; }
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  color: var(--text-dim);
  margin-bottom: 16px;
}
.breadcrumb a:hover { color: var(--red); }
.breadcrumb span { color: var(--text-muted); }

/* ─── SEKTÖRLER — görselli kartlar ─── */
.sectors__grid { grid-template-columns: repeat(5, 1fr); gap: 14px; }
.sector-card {
  padding: 0;
  text-align: left;
  overflow: hidden;
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: var(--ease);
}
.sector-card:hover { border-color: var(--border-red); transform: translateY(-4px); }
.sector-card__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}
.sector-card:hover .sector-card__img { transform: scale(1.06); }
.sector-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,11,13,.95) 0%, rgba(11,11,13,.35) 55%, rgba(11,11,13,.15) 100%);
}
.sector-card__body {
  position: relative;
  z-index: 1;
  padding: 20px 18px;
}
.sector-card__body h3 {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.sector-card__body p { font-size: 12px; color: var(--text-muted); line-height: 1.5; }
.sector-card__link {
  display: inline-flex;
  margin-top: 10px;
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
}

/* ─── KURUMSAL SAYAÇLAR ─── */
.about-counters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 28px 0;
}
.about-counter {
  padding: 22px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-align: center;
  transition: var(--ease);
}
.about-counter:hover { border-color: var(--border-red); transform: translateY(-3px); }
.about-counter strong {
  display: block;
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
}
.about-counter span {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ─── HİZMETLER — sol başlık / sağ detay ─── */
.svc-split { display: flex; flex-direction: column; gap: 32px; }
.svc-split__row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid var(--border);
}
.svc-split__row:last-child { border-bottom: none; }
.svc-split__row--reverse { grid-template-columns: 1.1fr 0.9fr; }
.svc-split__row--reverse .svc-split__info { order: 2; }
.svc-split__row--reverse .svc-split__media { order: 1; }
.svc-split__info h3 {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.15;
}
.svc-split__info > p { color: var(--text-muted); margin-bottom: 18px; font-size: 14px; }
.svc-split__list { margin-bottom: 20px; }
.svc-split__list li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.svc-split__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: var(--red);
  border-radius: 50%;
}
.svc-split__media {
  position: relative;
  min-height: 300px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
}
.svc-split__media img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
.svc-split__media-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: var(--red);
  color: #fff;
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 4px;
}

/* ─── MİKRO DETAY ─── */
.mikro-detail__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}
.mikro-card__img {
  height: 160px;
  background-size: cover;
  background-position: center;
  border-radius: var(--radius) var(--radius) 0 0;
  margin: -36px -28px 20px;
  position: relative;
}
.mikro-card__img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--bg-card), transparent 60%);
}
.mikro-card__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 20px;
}
.mikro-card__feat {
  font-size: 11px;
  color: var(--text-muted);
  padding: 8px 10px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 6px;
}
.mikro-banner {
  margin-top: 40px;
  padding: 32px 36px;
  background: linear-gradient(135deg, rgba(196,18,48,.15), var(--bg-card));
  border: 1px solid var(--border-red);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.mikro-banner h3 {
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.mikro-banner h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.mikro-banner h3 a:hover { color: var(--red); }
.mikro-banner p { color: var(--text-muted); font-size: 14px; max-width: 520px; }

/* ─── PROJE SÜRECİ — timeline ─── */
.process-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.process-timeline::before {
  content: '';
  position: absolute;
  top: 44px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--red), var(--red), transparent);
  opacity: 0.4;
}
.process-step {
  text-align: left;
  padding: 0 16px 0 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.process-step__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-card);
  border: 2px solid var(--red);
  border-radius: 14px;
  color: var(--red);
  position: relative;
  z-index: 1;
}
.process-step__icon svg { width: 24px; height: 24px; }
.process-step__num {
  width: auto;
  height: auto;
  margin: 0 0 8px;
  background: none;
  border-radius: 0;
  font-size: 12px;
  color: var(--red);
  justify-content: flex-start;
}
.process-step h3 { text-align: left; }
.process-step p { text-align: left; }

/* ─── NEDEN PAROLASOFT — showcase ─── */
.why-showcase {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: start;
}
.why-showcase__aside {
  position: sticky;
  top: calc(var(--header-h) + 24px);
  padding: 36px 32px;
  background: linear-gradient(160deg, rgba(196,18,48,.12), var(--bg-card));
  border: 1px solid var(--border-red);
  border-radius: var(--radius);
}
.why-showcase__aside h2 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 1.12;
}
.why-showcase__aside p { color: var(--text-muted); font-size: 14px; margin-bottom: 20px; }
.why-showcase__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.why-card {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.why-card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red-soft);
  border-radius: 10px;
  color: var(--red);
}
.why-card__icon svg { width: 22px; height: 22px; }
.why-card__num { font-size: 1.6rem; margin-bottom: 0; }

/* ─── PROJELER — showcase ─── */
.projects-showcase {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.projects-showcase__featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: var(--ease);
}
.projects-showcase__featured:hover { border-color: var(--border-red); transform: translateY(-4px); }
.projects-showcase__featured .proj-card__img { height: 100%; min-height: 320px; }
.proj-card {
  display: flex;
  flex-direction: column;
}
.proj-card--horizontal { flex-direction: row; }
.proj-card__meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.proj-card__meta span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  background: var(--red-soft);
  color: var(--red);
  border-radius: 4px;
}
.proj-card__body a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}

/* ─── İLETİŞİM — sol görsel / sağ form ─── */
.contact-split {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: stretch;
}
.contact-split__visual {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  min-height: 520px;
}
.contact-split__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.contact-split__visual-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  background: linear-gradient(to top, rgba(11,11,13,.95) 0%, rgba(11,11,13,.2) 60%);
}
.contact-split__visual-content h2 {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.contact-split__visual-content > p { color: var(--text-muted); margin-bottom: 24px; font-size: 14px; }
.contact-split__chips { display: flex; flex-direction: column; gap: 12px; }
.contact-chip {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(22,22,27,.85);
  border: 1px solid var(--border);
  border-radius: 8px;
  backdrop-filter: blur(8px);
  font-size: 13px;
  color: var(--text-muted);
}
.contact-chip svg { flex-shrink: 0; color: var(--red); margin-top: 2px; }
.contact-chip strong { display: block; color: var(--text); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 3px; }
.contact-chip a { color: var(--text); font-weight: 500; }
.contact-chip a:hover { color: var(--red); }

/* Section CTA link */
.section-cta { text-align: center; margin-top: 40px; }

/* ─── HEADER TOP ─── */
.site-header__top-inner { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 16px; }
.site-header__top-right { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.header-top-social { display: flex; align-items: center; gap: 6px; }
.header-top-social a {
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--border); border-radius: 6px;
  color: var(--text-muted); transition: var(--ease);
}
.header-top-social a:hover { color: #fff; background: var(--red); border-color: var(--red); }
.header__actions { gap: 8px; flex-wrap: wrap; }
.mega__links { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; padding: 8px 0; }
.mega-link {
  padding: 20px 18px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: var(--ease);
}
.mega-link:hover { border-color: var(--border-red); transform: translateY(-2px); }
.mega-link strong { display: block; font-family: var(--font-head); font-size: 13px; text-transform: uppercase; margin-bottom: 6px; color: var(--text); }
.mega-link span { font-size: 12px; color: var(--text-muted); line-height: 1.45; }

/* ─── TRUST — ikonlu sayaçlar ─── */
.trust__item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  padding: 28px 24px;
}
.trust__icon {
  width: 52px; height: 52px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--red-soft);
  border: 1px solid var(--border-red);
  border-radius: 12px;
  color: var(--red);
}
.trust__icon svg { width: 24px; height: 24px; }
.trust__data strong { display: block; font-family: var(--font-head); font-size: 2rem; font-weight: 700; color: var(--red); line-height: 1; }
.trust__data span { display: block; margin-top: 6px; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); }

/* ─── SEKTÖRLER v2 — bento grid ─── */
.sectors--v2 .sectors__bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
}
.sector-tile {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  grid-column: span 4;
  transition: var(--ease);
}
.sector-tile--wide { grid-column: span 8; }
.sector-tile--tall { grid-row: span 2; }
.sector-tile:hover { border-color: var(--border-red); transform: translateY(-3px); }
.sector-tile__img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.6s ease; }
.sector-tile:hover .sector-tile__img { transform: scale(1.05); }
.sector-tile__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,11,13,.92) 0%, rgba(11,11,13,.25) 70%); }
.sector-tile__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; z-index: 1; }
.sector-tile__num { font-family: var(--font-head); font-size: 11px; font-weight: 700; color: var(--red); letter-spacing: 0.12em; margin-bottom: 6px; }
.sector-tile__body h3 { font-family: var(--font-head); font-size: 1.1rem; font-weight: 700; text-transform: uppercase; margin-bottom: 6px; }
.sector-tile__body p { font-size: 12px; color: var(--text-muted); line-height: 1.5; max-width: 420px; }

/* ─── HİZMETLER v2 — kart grid ─── */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.svc-tile {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-card);
  min-height: 320px;
  display: flex;
  flex-direction: column;
  transition: var(--ease);
}
.svc-tile:hover { border-color: var(--border-red); transform: translateY(-4px); }
.svc-tile__img { height: 160px; background-size: cover; background-position: center; position: relative; }
.svc-tile__brand {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  border-radius: 4px;
}
.svc-tile__img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, var(--bg-card), transparent); }
.svc-tile__body { padding: 22px 20px 24px; flex: 1; display: flex; flex-direction: column; }
.svc-tile__body h3 { font-family: var(--font-head); font-size: 1.05rem; font-weight: 700; text-transform: uppercase; margin-bottom: 8px; }
.svc-tile__body > p { font-size: 13px; color: var(--text-muted); margin-bottom: 14px; flex: 1; }
.svc-tile__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.svc-tile__tags span { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 4px 8px; background: var(--red-soft); color: var(--red); border-radius: 4px; }

/* ─── MİKRO — orijinal logolar ─── */
.mikro-card__logo {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  margin: 0 0 16px;
  background: #fff;
  border-bottom: none;
  border-radius: 8px;
  border: 1px solid var(--border);
}
.mikro-card__logo img { max-height: 44px; max-width: 180px; width: auto; object-fit: contain; }
.mikro-card--featured .mikro-card__logo { background: #fff; }

/* ─── PROJE SÜRECİ — ortalı ─── */
.process--center .process-timeline { justify-items: center; text-align: center; }
.process--center .process-step { text-align: center; padding: 0 12px; max-width: 240px; margin: 0 auto; }
.process--center .process-step__icon { margin-left: auto; margin-right: auto; }
.process--center .process-step__num { justify-content: center; text-align: center; }
.process--center .process-step h3,
.process--center .process-step p { text-align: center; }

/* ─── NEDEN — eşit yükseklik ─── */
.why-showcase { align-items: stretch; }
.why-showcase__aside { display: flex; flex-direction: column; justify-content: center; min-height: 100%; }
.why-showcase__grid { align-items: stretch; }
.why-showcase__grid .why-card { height: 100%; min-height: 180px; }

/* ─── PROJELER v2 — masonry ─── */
.projects--v2 .proj-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 280px;
  gap: 16px;
}
.proj-masonry__item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: var(--ease);
}
.proj-masonry__item:hover { border-color: var(--border-red); transform: translateY(-4px); }
.proj-masonry__item--lg { grid-column: span 2; grid-row: span 2; }
.proj-masonry__img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.5s ease; }
.proj-masonry__item:hover .proj-masonry__img { transform: scale(1.04); }
.proj-masonry__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,11,13,.95) 0%, rgba(11,11,13,.15) 55%); }
.proj-masonry__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px; z-index: 1; }
.proj-masonry__body span { display: inline-block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--red); margin-bottom: 8px; }
.proj-masonry__body h3 { font-family: var(--font-head); font-size: 1.15rem; font-weight: 700; text-transform: uppercase; margin-bottom: 8px; }
.proj-masonry__body p { font-size: 13px; color: var(--text-muted); margin-bottom: 12px; line-height: 1.55; }
.proj-masonry__body a { font-family: var(--font-head); font-size: 11px; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: 0.08em; }

/* ─── FOOTER zengin ─── */
.footer--rich { padding-top: 0; }
.footer__cta {
  background: linear-gradient(135deg, rgba(196,18,48,.18), var(--bg-card));
  border-bottom: 1px solid var(--border-red);
  padding: 28px 0;
  margin-bottom: 32px;
}
.footer__cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
}
.footer__cta h3 { font-family: var(--font-head); font-size: 1.5rem; font-weight: 700; text-transform: uppercase; margin-bottom: 8px; }
.footer__cta p { color: var(--text-muted); font-size: 14px; }
.footer__cta-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.footer__grid--rich { grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr; }
.footer__contact-lines { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; font-size: 13px; }
.footer__contact-lines a { color: var(--text-muted); }
.footer__contact-lines a:hover { color: var(--red); }
.footer__contact-lines span { color: var(--text-dim); line-height: 1.5; }
.footer__mikro-logo { max-width: 120px; margin-top: 16px; opacity: 0.85; }
.footer__badge-row { margin-top: 12px; }
.footer__partner { color: var(--red); font-weight: 600; }

/* ─── HEADER CTA — kurumsal butonlar ─── */
.header-cta {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,.02);
}
.header-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: var(--ease);
  white-space: nowrap;
}
.header-cta__btn--primary { background: var(--red); color: #fff; }
.header-cta__btn--primary:hover { background: var(--red-hover); color: #fff; }
.header-cta__btn--secondary {
  color: var(--text-muted);
  border-left: 1px solid var(--border);
}
.header-cta__btn--secondary:hover { color: #fff; background: rgba(255,255,255,.06); }

/* ─── MEGA — kurumsal & referans ─── */
.mega__cards--5 { grid-template-columns: repeat(5, 1fr); }
.mega__cards--6 { grid-template-columns: repeat(6, 1fr); }
.mega__wrap--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mega__split-head { margin-bottom: 16px; }
.mega__split-head h4 {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 6px 0 8px;
}
.mega__split-head p { font-size: 13px; color: var(--text-muted); line-height: 1.5; }
.mega__cards--2 { grid-template-columns: 1fr 1fr; }
.mega-item--lg .mega-item__img { height: 110px; }

/* ─── SEKTÖRLER v3 — eşit kartlar ─── */
.sectors--v3 .sectors__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.sector-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  min-height: 300px;
  transition: var(--ease);
}
.sector-card:hover { border-color: var(--border-red); transform: translateY(-4px); }
.sector-card__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.55s ease;
}
.sector-card:hover .sector-card__img { transform: scale(1.06); }
.sector-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,11,13,.95) 0%, rgba(11,11,13,.35) 55%, rgba(11,11,13,.15) 100%);
}
.sector-card__content {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
}
.sector-card__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red-soft);
  border: 1px solid var(--border-red);
  border-radius: 10px;
  color: var(--red);
  margin-bottom: 14px;
}
.sector-card__icon svg { width: 20px; height: 20px; }
.sector-card__content h3 {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sector-card__content p { font-size: 12px; color: var(--text-muted); line-height: 1.55; }

/* ─── HİZMETLER — liste showcase ─── */
.svc-showcase { display: flex; flex-direction: column; gap: 12px; }
.svc-row {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 18px 22px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  transition: var(--ease);
}
.svc-row:hover { border-color: var(--border-red); transform: translateX(4px); }
.svc-row--featured {
  border-color: var(--border-red);
  background: linear-gradient(90deg, rgba(196,18,48,.08), var(--bg-card) 40%);
}
.svc-row__visual {
  width: 220px;
  height: 120px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  border: 1px solid var(--border);
}
.svc-row__num {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  display: block;
}
.svc-row__main h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.svc-row__main > p { font-size: 13px; color: var(--text-muted); line-height: 1.55; margin-bottom: 10px; }
.svc-row__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.svc-row__tags span {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 8px;
  background: var(--red-soft);
  color: var(--red);
  border-radius: 4px;
}
.svc-row__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  transition: var(--ease);
  white-space: nowrap;
}
.svc-row__link:hover { color: var(--red); border-color: var(--border-red); background: var(--red-soft); }

/* ─── MİKRO — 4 sütun & ribbon düzeltme ─── */
.mikro-detail__grid--4 { grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.mikro-detail__grid--4 .mikro-card {
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
}
.mikro-detail__grid--4 .mikro-card > p { flex: 1; font-size: 13px; margin-bottom: 14px; }
.mikro-detail__grid--4 .mikro-card .btn { margin-top: auto; align-self: flex-start; }
.mikro-detail__grid--4 .mikro-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.mikro-card__topbar { margin-bottom: 4px; }
.mikro-card__ribbon {
  position: static;
  transform: none;
  display: inline-block;
  margin: 0;
  border-radius: 6px;
  font-size: 9px;
  padding: 4px 10px;
}
.mikro-detail__grid--4 .mikro-card__logo {
  margin: 0 0 14px;
  height: 64px;
  padding: 12px 16px;
  border-radius: 8px;
}
.mikro-card__logo--text { background: #fff; }
.mikro-brand {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1a22;
  letter-spacing: -0.02em;
}
.mikro-brand em { color: var(--red); font-style: normal; font-weight: 700; }

/* ─── PROJELER v3 — featured + liste ─── */
.projects--v3 .proj-showcase {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 20px;
  align-items: stretch;
}
.proj-feature {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  min-height: 460px;
  transition: var(--ease);
}
.proj-feature:hover { border-color: var(--border-red); }
.proj-feature__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.55s ease;
}
.proj-feature:hover .proj-feature__img { transform: scale(1.04); }
.proj-feature__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,11,13,.96) 0%, rgba(11,11,13,.2) 60%);
}
.proj-feature__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px 28px;
  z-index: 1;
}
.proj-feature__body span {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--red);
  margin-bottom: 10px;
}
.proj-feature__body h3 {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.proj-feature__body p { font-size: 14px; color: var(--text-muted); line-height: 1.65; margin-bottom: 20px; max-width: 420px; }
.proj-list { display: flex; flex-direction: column; gap: 12px; }
.proj-item {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  transition: var(--ease);
}
.proj-item:hover { border-color: var(--border-red); transform: translateX(4px); }
.proj-item__thumb {
  width: 96px;
  height: 72px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  border: 1px solid var(--border);
}
.proj-item__info span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--red);
  margin-bottom: 4px;
}
.proj-item__info h3 {
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.proj-item__info p { font-size: 12px; color: var(--text-muted); line-height: 1.45; }
.proj-item__arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text-muted);
  transition: var(--ease);
}
.proj-item:hover .proj-item__arrow { color: var(--red); border-color: var(--border-red); background: var(--red-soft); }

@media (max-width: 1100px) {
  .mega__cards--5, .mega__cards--6 { grid-template-columns: repeat(3, 1fr); }
  .mega__wrap--split { grid-template-columns: 1fr; gap: 24px; }
  .mega__links { grid-template-columns: repeat(3, 1fr); }
  .sectors--v3 .sectors__grid { grid-template-columns: repeat(3, 1fr); }
  .sectors--v2 .sectors__bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .sector-tile, .sector-tile--wide { grid-column: span 1; }
  .sector-tile--tall { grid-row: span 1; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-row { grid-template-columns: 160px 1fr auto; }
  .svc-row__visual { width: 160px; height: 100px; }
  .mikro-detail__grid--4 { grid-template-columns: repeat(2, 1fr); }
  .projects--v3 .proj-showcase { grid-template-columns: 1fr; }
  .projects--v2 .proj-masonry { grid-template-columns: 1fr 1fr; grid-auto-rows: 240px; }
  .proj-masonry__item--lg { grid-column: span 2; grid-row: span 1; }
  .footer__grid--rich { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .mega__cards--5, .mega__cards--6, .mega__cards--2 { grid-template-columns: 1fr; }
  .mega__links { grid-template-columns: 1fr; }
  .header-cta__btn--secondary { display: none; }
  .header-cta { border-radius: 6px; }
  .trust__item { flex-direction: column; text-align: center; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc-row { grid-template-columns: 1fr; gap: 14px; }
  .svc-row__visual { width: 100%; height: 140px; }
  .svc-row__link { justify-self: start; }
  .sectors--v3 .sectors__grid { grid-template-columns: 1fr; }
  .sectors--v2 .sectors__bento { grid-template-columns: 1fr; }
  .mikro-detail__grid--4 { grid-template-columns: 1fr; }
  .projects--v2 .proj-masonry { grid-template-columns: 1fr; }
  .proj-masonry__item--lg { grid-column: span 1; }
  .proj-item { grid-template-columns: 80px 1fr; }
  .proj-item__arrow { display: none; }
  .hero-cinema__card { height: auto; min-height: auto; }
  .footer__grid--rich { grid-template-columns: 1fr 1fr; }
  .site-header__top-right { display: none; }
}

/* ─── MEGA referans 2 kart ─── */
.mega__wrap--ref2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mega__wrap--ref3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mega-ref-card {
  display: block;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--ease);
}
.mega-ref-card:hover { border-color: var(--border-red); transform: translateY(-3px); }
.mega-ref-card__img { height: 140px; background-size: cover; background-position: center; }
.mega-ref-card__body { padding: 18px 20px; background: var(--bg-card); }
.mega-ref-card__body h4 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 6px 0 8px;
}
.mega-ref-card__body p { font-size: 13px; color: var(--text-muted); line-height: 1.5; }

/* ─── MEGA Mikro logo kartı ─── */
.mega-item__img--brand {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  height: 88px;
}
.mega-item__img--brand::after { display: none; }
.mega-item__img--brand img { max-height: 36px; max-width: 90%; object-fit: contain; position: relative; z-index: 1; }

/* ─── HİZMETLER svc-deck ─── */
.svc-deck {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.svc-deck__card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  min-height: 280px;
  transition: var(--ease);
}
.svc-deck__card:hover { border-color: var(--border-red); transform: translateY(-5px); }
.svc-deck__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}
.svc-deck__card:hover .svc-deck__media { transform: scale(1.06); }
.svc-deck__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,11,13,.96) 0%, rgba(11,11,13,.45) 50%, rgba(11,11,13,.2) 100%);
}
.svc-deck__content {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 22px 20px;
  z-index: 1;
}
.svc-deck__badge {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
.svc-deck__content h3 {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.svc-deck__content p { font-size: 13px; color: var(--text-muted); line-height: 1.5; margin-bottom: 14px; }
.svc-deck__link {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  border-bottom: 1px solid var(--red);
  padding-bottom: 2px;
}
.svc-deck__link:hover { color: var(--red); }

/* ─── MİKRO eşit logolar ─── */
.mikro-detail__grid--4 .mikro-card__logo img {
  height: 38px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* ─── FOOTER sektörler marquee ─── */
.footer-sectors {
  padding: 48px 0 36px;
  background: var(--bg-elevated);
  border-top: 1px solid var(--border);
}
.footer-sectors__head { text-align: center; margin-bottom: 28px; }
.footer-sectors__head h3 {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 8px;
}
.sectors-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.sectors-marquee__track {
  display: flex;
  gap: 14px;
  width: max-content;
  will-change: transform;
}
.sector-chip {
  flex: 0 0 200px;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-card);
  transition: var(--ease);
}
.sector-chip:hover { border-color: var(--border-red); }
.sector-chip__img { height: 110px; background-size: cover; background-position: center; }
.sector-chip__body { padding: 14px 14px 16px; }
.sector-chip__body h4 {
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.sector-chip__body p { font-size: 11px; color: var(--text-muted); line-height: 1.45; }

.footer__mikro-logo--partner {
  display: block;
  width: auto;
  max-width: 168px;
  height: auto;
  opacity: 1;
  border-radius: 8px;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.45));
}
.footer__badge-row a {
  display: inline-block;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.footer__badge-row a:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.social-rail__item--wa a:hover { color: #fff; background: #25d366; border-color: #25d366; }
.social-rail__item--gh a:hover { color: #fff; border-color: var(--border); }

@media (max-width: 1100px) {
  .svc-deck { grid-template-columns: repeat(2, 1fr); }
  .mega__wrap--ref2,
  .mega__wrap--ref3 { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .svc-deck { grid-template-columns: 1fr; }
  .sector-chip { flex: 0 0 170px; }
}

/* ─── HOME — sektör vitrin (slider'dan ayrık) ─── */
.hero-cinema { margin-bottom: 0; border-bottom: none; }
.sector-showcase {
  position: relative;
  padding: 0 0 56px;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-elevated) 100%);
  border-bottom: 1px solid var(--border);
}
.sector-showcase__gap {
  height: 28px;
  background: linear-gradient(180deg, rgba(11,11,13,0) 0%, var(--bg-elevated) 100%);
  border-top: 1px solid rgba(255,255,255,.04);
}
.sector-showcase__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}
.sector-showcase__head h2 {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 8px;
}
.sector-showcase__marquee {
  margin-bottom: 0;
  padding: 16px 0;
  background: rgba(0,0,0,.22);
  border-block: 1px solid var(--border);
}
.sector-chip--wide {
  flex: 0 0 240px;
  border-radius: 12px;
}
.sector-chip--wide .sector-chip__img { height: 100px; display: block; width: 100%; }
.sector-chip--wide .sector-chip__body { padding: 12px 14px 14px; display: block; }
.sector-chip--click {
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.sector-chip--click:hover {
  border-color: var(--red);
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
}
.sector-chip__title {
  display: block;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.sector-chip__hint {
  display: block;
  font-size: 10px;
  color: var(--red);
}
.sectors-marquee.is-paused .sectors-marquee__track { pointer-events: none; }

.sector-pop {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.sector-pop[hidden] { display: none !important; }
body.sector-pop-open { overflow: hidden; }
.sector-pop__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(4px);
}
.sector-pop__dialog {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,.55);
  animation: sectorPopIn .35s ease;
}
@keyframes sectorPopIn {
  from { opacity: 0; transform: translateY(16px) scale(.97); }
  to { opacity: 1; transform: none; }
}
.sector-pop__close {
  position: absolute;
  top: 12px; right: 12px;
  z-index: 2;
  width: 36px; height: 36px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(11,11,13,.7);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.sector-pop__close:hover { background: var(--red); border-color: var(--red); }
.sector-pop__img {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.sector-pop__body { padding: 24px; }
.sector-pop__body h3 {
  font-family: var(--font-head);
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 8px 0 12px;
}
.sector-pop__body p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 20px;
}

.services--luxe { background: var(--bg-elevated); }
.svc-luxe {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.svc-luxe__card {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: var(--ease);
}
.svc-luxe__card:hover {
  border-color: var(--border-red);
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
}
.svc-luxe__visual {
  position: relative;
  height: 140px;
  background-size: cover;
  background-position: center;
}
.svc-luxe__visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(196,18,48,.25) 0%, rgba(11,11,13,.55) 100%);
}
.svc-luxe__num {
  position: absolute;
  top: 14px; left: 14px;
  z-index: 1;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--red);
  padding: 4px 10px;
  border-radius: 4px;
}
.svc-luxe__body { padding: 22px 20px 24px; flex: 1; display: flex; flex-direction: column; }
.svc-luxe__body h3 {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.svc-luxe__body p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
}
.svc-luxe__link {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.svc-luxe__link:hover { color: #fff; }

.about--home { padding-top: 0; }

/* Anasayfa — Kurumsal marka tanıtım tipografisi */
.about--home .about__text--brand .eyebrow {
  margin-bottom: 12px;
  font-size: 11px;
  letter-spacing: 0.18em;
}
.about--home .about__brand-title {
  font-family: var(--font-head);
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 100%;
  color: var(--text);
}
.about--home .about__brand-title em {
  font-style: normal;
  color: var(--red);
  display: block;
  margin-top: 6px;
  font-size: 0.92em;
}
.about--home .about__brand-lead {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: var(--text-muted);
  margin-bottom: 22px;
  max-width: 54ch;
}
.about--home .about__brand-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--text-muted);
  margin-bottom: 18px;
  max-width: 50ch;
}
.about--home .about__text--brand .about-counters {
  margin: 4px 0 20px;
}
.about--home .about__text--brand .btn {
  margin-top: 4px;
}

/* Anasayfa — kompakt bölüm aralıkları */
body[data-page="home"] {
  --home-section-pad: clamp(40px, 4.5vw, 60px);
}
body[data-page="home"] .about,
body[data-page="home"] .services,
body[data-page="home"] .mikro,
body[data-page="home"] .process,
body[data-page="home"] .why,
body[data-page="home"] .projects,
body[data-page="home"] .value-pillars,
body[data-page="home"] .contact {
  padding: var(--home-section-pad) 0;
}
body[data-page="home"] .sector-showcase { padding-bottom: 28px; }
body[data-page="home"] .sector-showcase__gap { height: 10px; }
body[data-page="home"] .sector-showcase__head { margin-bottom: 20px; }
body[data-page="home"] .section-head { margin-bottom: 32px; }
body[data-page="home"] .cta-band { padding: 44px 0; }
body[data-page="home"] .support-band { padding: 36px 0; }
body[data-page="home"] .mikro-banner { margin-top: 24px; }
body[data-page="home"] .section-cta { margin-top: 24px; }
body[data-page="home"] .about-counters { margin: 20px 0; }
body[data-page="home"] .about__grid { gap: 40px; }

/* ─── VALUE PILLARS ─── */
.value-pillars {
  padding: var(--section-pad) 0;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.value-pillars--home { background: var(--bg-elevated); }
.value-pillars__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.value-pillars__grid--4 { grid-template-columns: repeat(4, 1fr); }
.value-pillars__grid--5 { grid-template-columns: repeat(5, 1fr); }
.value-pillar {
  padding: 22px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-align: center;
  transition: var(--ease);
}
.value-pillar:hover {
  border-color: var(--border-red);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,.25);
}
.value-pillar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  margin-bottom: 14px;
  border-radius: 10px;
  background: var(--red-soft);
  border: 1px solid var(--border-red);
  color: var(--red);
}
.value-pillar__icon svg { width: 22px; height: 22px; }
.value-pillar h3 {
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.value-pillar p { font-size: 12px; color: var(--text-muted); line-height: 1.5; }

/* ─── 7/24 DESTEK BANDI ─── */
.support-band {
  padding: 48px 0;
  background: linear-gradient(135deg, rgba(196,18,48,.12) 0%, var(--bg-card) 50%, var(--bg) 100%);
  border-block: 1px solid var(--border);
}
.support-band__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}
.support-band__icon {
  width: 64px; height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--red-soft);
  border: 1px solid var(--border-red);
  color: var(--red);
  flex-shrink: 0;
}
.support-band__icon svg { width: 30px; height: 30px; }
.support-band__text h2 {
  font-family: var(--font-head);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  text-transform: uppercase;
  margin: 6px 0 10px;
}
.support-band__text p { font-size: 14px; color: var(--text-muted); line-height: 1.6; max-width: 560px; }
.support-band__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

/* ─── MEGA — çözüm ortakları (tek satır başlık + grid) ─── */
.mega-trigger--nowrap { white-space: nowrap; font-size: 12px; letter-spacing: 0.04em; }

/* Mega — İletişim & Destek birleşik panel */
.mega__wrap--iletisim {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mega-iletisim__section {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.mega-iletisim__section--contact {
  flex-shrink: 0;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.mega-iletisim__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}
.mega-iletisim__head h3 {
  font-family: var(--font-head);
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 4px;
}
.mega-iletisim__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  flex: 1;
}
.mega-contact-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: var(--ease);
}
.mega-contact-bar:hover {
  border-color: var(--border-red);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.mega-contact-bar__info strong {
  display: block;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.mega-contact-bar__info span {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.45;
}

.mega__wrap--partners-row { display: block; }
.partner-mega-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.partner-mega-head h3 {
  font-family: var(--font-head);
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 4px;
}
.partner-mega-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
}
.partner-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 6px 8px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  transition: var(--ease);
}
.partner-tile:hover {
  border-color: var(--border-red);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,.2);
}
.partner-tile img {
  max-height: 22px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
.partner-tile--more {
  background: var(--bg-card);
  color: var(--text-muted);
  font-family: var(--font-head);
}
.partner-tile--more span {
  font-size: 20px;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
}

/* ─── HEADER — Bayi Giriş ─── */
.header-cta__btn--dealer {
  color: #fff;
  border-left: 1px solid var(--border);
  background: rgba(196,18,48,.15);
}
.header-cta__btn--dealer:hover { background: var(--red); color: #fff; }

/* ─── FOOTER ÜSTÜ — haberler ─── */
.media-duo-sec--prefooter {
  padding: var(--section-pad) 0;
  background: var(--bg-elevated);
  border-top: 1px solid var(--border);
}

/* ─── Mikro Müşavir logo ─── */
.mikro-card__logo--musavir {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  padding: 8px 12px;
}
.mikro-card__logo--musavir img {
  height: 36px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

/* ─── Ortaklar sayfası — mega menü ile aynı ızgara ─── */
.partners-page--mega {
  padding: var(--section-pad) 0;
  background: var(--bg-elevated);
  border-top: 1px solid var(--border);
}
.partner-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.partner-page-head__main { max-width: 640px; }
.partner-page-head h2 {
  font-family: var(--font-head);
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 8px 0 10px;
}
.partner-page-head p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}
.partner-page-stats {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.partner-page-stat {
  min-width: 88px;
  padding: 14px 16px;
  text-align: center;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 10px;
}
.partner-page-stat strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.35rem;
  color: var(--red);
  line-height: 1.1;
}
.partner-page-stat span {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.partner-page-note {
  margin: 22px 0 0;
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
}
@media (max-width: 768px) {
  .partner-page-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .partner-page-stats { width: 100%; justify-content: flex-start; }
}
@media (max-width: 520px) {
  .partner-page-stat { min-width: 0; flex: 1; padding: 12px 10px; }
}
.partner-page-note a {
  color: var(--red);
  font-weight: 600;
}
.partners-page--mega .partner-tile:not(a) {
  cursor: default;
}
.partners-page--mega a.partner-tile {
  text-decoration: none;
  color: inherit;
}
.partners-page--mega a.partner-tile:hover .partner-tile__name {
  filter: brightness(1.08);
}

/* ─── Ortaklar sayfası (legacy) ─── */
.partners-page { padding: var(--section-pad) 0; }
.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.partner-card {
  padding: 28px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-align: center;
  transition: var(--ease);
}
.partner-card:hover { border-color: var(--border-red); transform: translateY(-3px); }
.partner-card > img {
  width: 100%;
  height: 88px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}
.partner-card > span {
  display: block;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
}
.partner-card__logo {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.partner-card__logo img { max-height: 36px; max-width: 110px; object-fit: contain; filter: none; }
.partner-card p { font-size: 13px; color: var(--text-muted); }

/* ─── MOBİL İYİLEŞTİRMELER ─── */
@media (max-width: 1100px) {
  .sector-showcase__head { flex-direction: column; align-items: flex-start; }
  .svc-luxe { grid-template-columns: repeat(2, 1fr); }
  .sector-chip--wide { flex: 0 0 200px; }
  .value-pillars__grid,
  .value-pillars__grid--4,
  .value-pillars__grid--5 { grid-template-columns: repeat(2, 1fr); }
  .partner-mega-grid { grid-template-columns: repeat(5, 1fr); }
  .mega__cards--6 { grid-template-columns: repeat(3, 1fr); }
  .partners-grid { grid-template-columns: repeat(3, 1fr); }
  .support-band__inner { grid-template-columns: 1fr; text-align: center; }
  .support-band__icon { margin: 0 auto; }
  .support-band__text p { max-width: none; margin: 0 auto; }
  .support-band__actions { flex-direction: row; justify-content: center; flex-wrap: wrap; }
  .header__menu > li > a,
  .mega-trigger { padding: 10px 10px; font-size: 12px; }
}

/* ─── 2026-07 UI HOTFIX ─── */
.header__menu > li > a,
.mega-trigger {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.mega__cards .mega-item,
.mega__cards--6 .mega-item,
.mega__cards--5 .mega-item {
  min-height: 112px;
}

#mega-ortaklar .partner-mega-grid {
  max-height: 250px;
  overflow: auto;
  padding-right: 6px;
}

.partner-tile {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.partner-tile__name {
  font-family: var(--font-head);
  font-size: 9px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  line-height: 1.2;
}

.offer-modal {
  position: fixed;
  inset: 0;
  z-index: 10060;
}
.offer-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
}
.offer-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(620px, calc(100vw - 32px));
  margin: 8vh auto 0;
  background: var(--bg-card);
  border: 1px solid rgba(196, 18, 48, 0.45);
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.5);
}
.offer-modal__head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  margin-bottom: 16px;
  padding-bottom: 14px;
  padding-right: 36px;
  border-bottom: 1px solid var(--border);
}
.offer-modal__head .eyebrow { margin-bottom: 0; }
.offer-modal__head h3 {
  font-family: var(--font-head);
  font-size: 1.35rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.25;
}
.offer-modal__head p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}
.offer-modal__logo {
  width: 96px;
  height: auto;
  object-fit: contain;
}
.offer-modal__dialog h3 {
  font-family: var(--font-head);
  font-size: 1.35rem;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.offer-modal__form { display: flex; flex-direction: column; gap: 10px; }
.offer-modal__form input,
.offer-modal__form select,
.offer-modal__form textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text);
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
  transition: var(--ease);
}
.offer-modal__form select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-color: rgba(255,255,255,0.02);
}
.offer-modal__form select:has(option[value=""]:checked) {
  color: var(--text-muted);
}
.offer-modal__form select option {
  background: var(--bg-card);
  color: var(--text);
}
.offer-modal__form select option[value=""] {
  color: var(--text-muted);
}
.offer-modal__form input::placeholder,
.offer-modal__form textarea::placeholder {
  color: var(--text-muted);
  opacity: 1;
}
.offer-modal__form input:focus,
.offer-modal__form select:focus,
.offer-modal__form textarea:focus {
  outline: none;
  border-color: var(--border-red);
  box-shadow: 0 0 0 3px rgba(196,18,48,.12);
}
.offer-modal__form textarea { resize: vertical; min-height: 96px; }
.offer-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: none;
  color: var(--text-muted);
  font-size: 30px;
  line-height: 1;
}
.offer-modal__close:hover { color: var(--red); }
body.offer-open { overflow: hidden; }

.logo-shine {
  width: 48%;
  filter: blur(0.2px);
  animation: logoShine 5.2s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}
.logo-link--shine:hover .logo-shine { animation-duration: 3.1s; }

.loader__center .logo-link {
  animation: loaderPulse 1.8s ease-in-out infinite;
}
.loader__track { height: 6px; }
.loader__fill {
  background: linear-gradient(90deg, #7d0f22 0%, #c41230 42%, #ff4b6e 100%);
  box-shadow: 0 0 20px rgba(196, 18, 48, 0.5);
}
.loader__percent {
  letter-spacing: 0.18em;
  text-shadow: 0 0 18px rgba(196, 18, 48, 0.35);
}
@keyframes loaderPulse {
  0%, 100% { transform: scale(1); opacity: 0.96; }
  50% { transform: scale(1.02); opacity: 1; }
}

@media (max-width: 991px) {
  .site-header__inner {
    position: relative;
    top: auto;
    z-index: 1005;
  }

  .header__nav {
    display: flex;
    visibility: hidden;
    pointer-events: none;
  }
  .header__nav.is-open {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }
  .header__nav:not(.is-open) {
    transform: translateX(105%);
  }

  .mobile-drawer__btn--secondary { display: none !important; }
  .mobile-drawer__cta { gap: 10px; }

  .offer-modal__dialog {
    margin-top: 5vh;
    padding: 18px;
  }

  body:not(.nav-open) .mega-zone:not(.is-active) {
    display: none;
  }
}

/* ─── Donanım mega, banka bloğu, loader, bayi giriş ─── */
.mega__wrap--donanim {
  grid-template-columns: 220px 1fr;
}
.mega__cards--donanim {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}
.mega-item--hw .mega-item__img { height: 72px; }
.mega-item--hw strong { font-size: 10px; line-height: 1.25; }
.mega-item--hw div:last-child { padding: 8px 10px; }

.mega-bank {
  margin-top: 18px;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}
.mega-bank__title {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}
.mega-bank__row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}
.mega-bank__row:last-of-type { border-bottom: none; padding-bottom: 0; }
.mega-bank__row strong {
  font-size: 11px;
  color: var(--text);
}
.mega-bank__row span {
  font-size: 10px;
  color: var(--text-muted);
  font-family: ui-monospace, monospace;
  word-break: break-all;
}
.mega-bank__link {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  color: var(--red);
  font-weight: 600;
}
.mega-bank__link:hover { text-decoration: underline; }

.mega__cards--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

@media (min-width: 992px) {
  .social-rail__dealer { display: none; }
  .header__backdrop.is-on {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    pointer-events: auto;
  }
  .site-header:has(.mega-zone.is-active) .header__backdrop.is-on {
    background: rgba(0, 0, 0, 0.35);
  }
}

.loader {
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(196, 18, 48, 0.28) 0%, transparent 55%),
    radial-gradient(circle at 20% 80%, rgba(196, 18, 48, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(80, 20, 40, 0.12) 0%, transparent 35%),
    linear-gradient(165deg, #0d0d10 0%, #08080a 48%, #060608 100%);
}
.loader::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 42%, rgba(196, 18, 48, 0.06) 0%, transparent 42%);
  animation: loaderGlow 3s ease-in-out infinite;
  pointer-events: none;
}
.loader__center {
  position: relative;
  z-index: 1;
}
.loader__center::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 28%;
  width: 180px;
  height: 180px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(196, 18, 48, 0.2);
  box-shadow: 0 0 60px rgba(196, 18, 48, 0.15), inset 0 0 40px rgba(196, 18, 48, 0.05);
  animation: loaderRing 2.4s ease-in-out infinite;
  pointer-events: none;
}
.loader__tagline {
  display: block;
  margin: -18px 0 22px;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.loader__track {
  height: 6px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.loader__fill {
  background: linear-gradient(90deg, #5c0e1e 0%, #a01028 35%, #c41230 65%, #ff5a7a 100%);
  box-shadow: 0 0 24px rgba(196, 18, 48, 0.55), 0 0 8px rgba(255, 90, 122, 0.3);
}
.loader__percent {
  letter-spacing: 0.2em;
  text-shadow: 0 0 20px rgba(196, 18, 48, 0.4);
  font-size: 13px;
}
@keyframes loaderGlow {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}
@keyframes loaderRing {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.7; }
  50% { transform: translate(-50%, -50%) scale(1.06); opacity: 1; }
}

/* Bayi giriş — yönetim paneli */
.dealer-login-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #060608;
  color: #f2f2f4;
}
.dealer-login-page__brand {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
  background:
    linear-gradient(145deg, rgba(196, 18, 48, 0.22) 0%, rgba(11, 11, 13, 0) 55%),
    linear-gradient(180deg, #0b0b0d 0%, #121218 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.dealer-login-page__brand::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(196, 18, 48, 0.15), transparent 50%);
  pointer-events: none;
}
.dealer-login-page__brand > * { position: relative; z-index: 1; }
.dealer-login-page__logo { max-width: 220px; margin-bottom: 28px; }
.dealer-login-page__brand h1 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 12px;
}
.dealer-login-page__brand p {
  color: rgba(255, 255, 255, 0.62);
  max-width: 380px;
  line-height: 1.6;
  font-size: 14px;
}
.dealer-login-page__features {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dealer-login-page__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}
.dealer-login-page__feature svg { color: var(--red); flex-shrink: 0; }
.dealer-login-page__panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  background: #0a0a0c;
}
.dealer-login-card {
  width: min(420px, 100%);
  padding: 36px 32px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 18, 22, 0.95);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}
.dealer-login-card__badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(196, 18, 48, 0.15);
  border: 1px solid rgba(196, 18, 48, 0.35);
  color: #ff8fa3;
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.dealer-login-card h2 {
  font-family: var(--font-head);
  font-size: 1.65rem;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.dealer-login-card > p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  margin-bottom: 24px;
}
.dealer-login-card label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
}
.dealer-login-card .dealer-login-input input,
.dealer-login-card textarea,
.dealer-login-form:not(.dealer-login-form--otp) input:not([type="hidden"]) {
  width: 100%;
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 14px;
}
.dealer-login-card .dealer-login-input input:focus,
.dealer-login-card textarea:focus,
.dealer-login-form:not(.dealer-login-form--otp) input:not([type="hidden"]):focus {
  outline: none;
  border-color: rgba(196, 18, 48, 0.6);
  box-shadow: 0 0 0 3px rgba(196, 18, 48, 0.12);
}
.dealer-login-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 12px;
}
.dealer-login-card__row label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.6);
}
.dealer-login-card__row a { color: var(--red); }
.dealer-login-card .btn--block { width: 100%; padding: 13px; }
.dealer-login-card__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.dealer-login-card__back:hover { color: #fff; }
.dealer-login-card__note {
  margin-top: 16px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
.dealer-login-card__note--ok {
  color: #86efac;
  border: 1px solid rgba(34,197,94,0.25);
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(34,197,94,0.08);
}
.dealer-login-card__note--err {
  color: #fca5a5;
  border: 1px solid rgba(196,18,48,0.35);
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(196,18,48,0.08);
}
.dealer-login-card--otp .dealer-login-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.dealer-login-card__lead {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-muted);
  text-align: center;
}
.dealer-login-card__lead strong {
  color: #fff;
  font-weight: 600;
}
.dealer-login-form__label--center {
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
.dealer-login-card__hint {
  margin: 8px 0 0;
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
}
.dealer-login-card .dealer-otp-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  margin: 0.25rem auto 0;
  width: 100%;
}
.dealer-login-card .dealer-otp-boxes input {
  width: 2.55rem;
  flex: 0 0 2.55rem;
  max-width: none;
  height: 3rem;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: var(--font-head);
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  caret-color: var(--red);
}
.dealer-login-card .dealer-otp-boxes input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(196, 18, 48, 0.22);
}
.dealer-login-card .dealer-otp-boxes input.is-filled {
  border-color: rgba(196, 18, 48, 0.55);
}
.dealer-otp-code {
  letter-spacing: 2px;
}
.dealer-login-otp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 14px;
}
.dealer-login-otp-actions form {
  margin: 0;
}
.dealer-login-form--otp .btn--block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
}
@media (max-width: 420px) {
  .dealer-login-card .dealer-otp-boxes { gap: 0.3rem; }
  .dealer-login-card .dealer-otp-boxes input {
    width: 2.05rem;
    flex-basis: 2.05rem;
    height: 2.65rem;
    font-size: 1.05rem;
  }
}
.dealer-login-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 20px;
}
.dealer-login-tabs__btn {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.25);
  color: rgba(255,255,255,0.55);
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}
.dealer-login-tabs__btn.is-active {
  color: #fff;
  border-color: rgba(196,18,48,0.5);
  background: rgba(196,18,48,0.15);
}
.dealer-login-pane { display: none; }
.dealer-login-pane.is-active { display: block; }
.dealer-login-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.dealer-login-form__field { margin-bottom: 4px; }
.dealer-login-form__file {
  width: 100%;
  padding: 10px 12px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  color: var(--text-muted);
  font-size: 13px;
}
.dealer-login-form__file::file-selector-button {
  margin-right: 10px;
  padding: 6px 12px;
  border: none;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.dealer-login-form__field small {
  font-weight: 400;
  opacity: 0.75;
}
.dealer-login-form textarea {
  width: 100%;
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.35);
  color: #fff;
  font-size: 14px;
  resize: vertical;
  min-height: 88px;
  font-family: inherit;
}
.dealer-login-form:not(.dealer-login-form--otp) textarea:focus,
.dealer-login-form:not(.dealer-login-form--otp) input:focus {
  outline: none;
  border-color: rgba(196,18,48,0.6);
  box-shadow: 0 0 0 3px rgba(196,18,48,0.12);
}

/* Bayi giriş: ikonlu e-posta/şifre alanı */
.dealer-login-input {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 0 14px;
  min-height: 48px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.35);
  transition: border-color 0.15s, box-shadow 0.15s;
}

.dealer-login-input:focus-within {
  border-color: rgba(196,18,48,0.6);
  box-shadow: 0 0 0 3px rgba(196,18,48,0.12);
}

.dealer-login-input > i {
  color: var(--red);
  font-size: 13px;
  flex-shrink: 0;
  opacity: 0.95;
}

.dealer-login-input input {
  margin-bottom: 0;
  width: 100%;
  border: none;
  background: transparent;
  color: #fff;
  padding: 0;
  height: 46px;
  font-size: 14px;
}

.dealer-login-input input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.dealer-login-input--password {
  padding-right: 0;
}

.dealer-login-password__toggle {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  transition: color 0.15s, background 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dealer-login-password__toggle:hover {
  color: #fff;
  background: rgba(196,18,48,0.12);
}
.dealer-login-remember {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255,255,255,0.6);
  font-size: 12px;
}
.dealer-login-card {
  width: min(480px, 100%);
}
.dealer-login-card__trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.dealer-login-card__trust div {
  text-align: center;
  font-size: 11px;
  color: rgba(255,255,255,0.45);
}
.dealer-login-card__trust strong {
  display: block;
  font-family: var(--font-head);
  color: #fff;
  font-size: 13px;
}
.dealer-login-page__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
  max-width: 380px;
}
.dealer-login-page__stats div {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.2);
  text-align: center;
}
.dealer-login-page__stats strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.2rem;
  color: #fff;
}
.dealer-login-page__stats span {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
}

@media (max-width: 900px) {
  .dealer-login-page { grid-template-columns: 1fr; }
  .dealer-login-form__row { grid-template-columns: 1fr; }
  .dealer-login-page__brand {
    padding: 32px 24px 24px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .dealer-login-page__features { display: none; }
  .mega__cards--donanim { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mega__wrap--donanim { grid-template-columns: 1fr; }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .mega__cards--donanim { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .mega__cards--5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.bank-info {
  padding: 64px 0;
  background: var(--bg-elevated);
  border-top: 1px solid var(--border);
}
.bank-info__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.bank-info__card {
  padding: 22px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-card);
}
.bank-info__card h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--red);
}
.bank-info__iban {
  font-family: ui-monospace, monospace;
  font-size: 13px;
  color: var(--text);
  word-break: break-all;
  margin-bottom: 8px;
}
.bank-info__card > span {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.45;
}
@media (max-width: 768px) {
  .bank-info__grid { grid-template-columns: 1fr; }
}

/* ─── HEADER & MEGA FINAL FIX ─── */
@media (min-width: 992px) {
  :root { --mega-panel-h: 420px; }

  .header__backdrop {
    z-index: 996;
    pointer-events: none;
  }
  .header__backdrop.is-on {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.38);
  }

  .header__menu > li > a,
  .mega-trigger {
    min-height: 44px;
    font-size: 13px;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease;
    animation: none !important;
  }

  .mega-zone,
  .mega-zone.is-active {
    min-height: var(--mega-panel-h);
  }

  .mega {
    min-height: var(--mega-panel-h);
    border-top: 1px solid var(--border-red);
  }

  .mega__wrap,
  .mega__wrap--partners-row,
  .mega__wrap--ref2,
  .mega__wrap--ref3,
  .mega__wrap--iletisim,
  .mega__wrap--destek-3col,
  .mega__wrap--donanim {
    min-height: calc(var(--mega-panel-h) - 2px);
    padding: 20px 24px 24px;
    align-items: stretch;
  }

  .mega__intro h3 {
    font-size: 1.18rem;
    margin-bottom: 8px;
  }
  .mega__intro p {
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 12px;
  }

  .mega__cards,
  .mega__cards--5,
  .mega__cards--6,
  .mega__cards--donanim {
    gap: 10px;
    align-content: stretch;
  }
  .mega__cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mega__cards--5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mega__cards--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mega__cards--donanim { grid-template-columns: repeat(4, minmax(0, 1fr)); }

  #mega-kurumsal .mega__cards,
  #mega-hizmetler .mega__cards,
  #mega-donanim .mega__cards--donanim,
  #mega-iletisim .mega-iletisim__cards {
    grid-auto-rows: minmax(0, 1fr);
  }

  .mega-item {
    min-height: 0;
    border-radius: 10px;
  }
  .mega-item__img,
  .mega-item--lg .mega-item__img,
  .mega-item--hw .mega-item__img {
    height: 82px;
    min-height: 82px;
    max-height: 82px;
  }
  .mega-item div:last-child {
    padding: 10px 12px;
    min-height: 56px;
  }
  .mega-item strong {
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: .04em;
  }
  .mega-item span {
    margin-top: 2px;
    font-size: 10px;
    line-height: 1.35;
  }

  #mega-donanim .mega__cards--donanim,
  #mega-ortaklar .partner-mega-grid,
  #mega-iletisim .mega-iletisim__cards {
    overflow: auto;
    padding-right: 4px;
  }

  #mega-donanim .mega__cards--donanim {
    max-height: calc(var(--mega-panel-h) - 68px);
  }
  #mega-ortaklar .partner-mega-grid {
    max-height: calc(var(--mega-panel-h) - 80px);
  }
  #mega-iletisim .mega-iletisim__cards {
    max-height: none;
    overflow: hidden;
    padding-right: 0;
  }

  .partner-mega-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .partner-tile {
    min-height: 0;
    height: 100%;
    padding: 6px;
  }
  .partner-tile img { max-height: 22px; }
  .partner-tile__name { font-size: 8px; }

  .mega__wrap--ref2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .mega-ref-card__img {
    height: 132px;
    min-height: 132px;
    max-height: 132px;
  }
  .mega-ref-card__body {
    padding: 14px 16px;
  }
  .mega-ref-card__body h4 {
    font-size: 13px;
    margin: 2px 0 4px;
  }
  .mega-ref-card__body p {
    font-size: 11px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
  }

  #mega-iletisim .mega__wrap--iletisim:not(.mega__wrap--destek-3col) {
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 12px;
  }
  #mega-iletisim .mega-iletisim__section {
    min-height: 0;
  }
  #mega-iletisim .mega-iletisim__section--contact {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  #mega-iletisim .mega-iletisim__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    gap: 10px;
  }
  #mega-iletisim .mega-ref-card {
    height: 100%;
  }
  #mega-iletisim .mega-contact-bar {
    min-height: 84px;
    margin: 0;
  }
}

/* ─── MEGA MENU UNIFIED SYSTEM (Desktop) ─── */
@media (min-width: 992px) {
  :root { --mega-panel-h: 420px; }

  .mega {
    transform: none;
    transition: opacity .16s ease, visibility .16s ease;
    min-height: var(--mega-panel-h);
  }

  #mega-kurumsal .mega__wrap,
  #mega-hizmetler .mega__wrap,
  #mega-donanim .mega__wrap--donanim,
  #mega-ortaklar .mega__wrap--partners-row,
  #mega-referans .mega__wrap--ref2,
  #mega-iletisim .mega__wrap--iletisim:not(.mega__wrap--destek-3col),
  #mega-iletisim .mega__wrap--destek-3col {
    min-height: calc(var(--mega-panel-h) - 2px);
    height: calc(var(--mega-panel-h) - 2px);
    align-items: stretch;
    overflow: hidden;
    padding: 20px 24px 22px;
  }

  .mega__intro h3 {
    font-size: 1.14rem;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .mega__intro p {
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 12px;
  }

  .mega__cards,
  .mega__cards--5,
  .mega__cards--6,
  .mega__cards--donanim {
    gap: 10px;
  }

  #mega-kurumsal .mega__cards,
  #mega-hizmetler .mega__cards,
  #mega-donanim .mega__cards--donanim {
    grid-auto-rows: minmax(0, 1fr);
  }
  #mega-kurumsal .mega__cards,
  #mega-hizmetler .mega__cards,
  #mega-iletisim .mega-iletisim__cards {
    overflow: auto;
    padding-right: 4px;
  }

  .mega-item {
    height: 100%;
    min-height: 0;
  }
  .mega-item__img,
  .mega-item--lg .mega-item__img,
  .mega-item--hw .mega-item__img {
    height: 82px;
    min-height: 82px;
    max-height: 82px;
  }
  .mega-item div:last-child {
    min-height: 58px;
    padding: 10px 12px;
  }
  .mega-item strong {
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: .04em;
  }
  .mega-item span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.35;
  }

  #mega-referans .mega-ref-card,
  #mega-iletisim .mega-ref-card {
    height: 100%;
    min-height: 0;
  }
  #mega-referans .mega-ref-card__img,
  #mega-iletisim .mega-ref-card__img {
    height: 126px;
    min-height: 126px;
    max-height: 126px;
  }
  #mega-referans .mega-ref-card__body,
  #mega-iletisim .mega-ref-card__body {
    padding: 14px 16px;
  }
  #mega-referans .mega-ref-card__body h4,
  #mega-iletisim .mega-ref-card__body h4 {
    font-size: 13px;
  }
  #mega-referans .mega-ref-card__body p,
  #mega-iletisim .mega-ref-card__body p {
    font-size: 11px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #mega-ortaklar .partner-mega-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: auto;
    padding-right: 4px;
  }
  #mega-ortaklar .partner-tile {
    height: 100%;
    min-height: 0;
  min-height: 62px;
  padding: 14px 12px;
  background: #ffffff;
  border: 1px solid #e9e9ee;
  border-radius: 10px;
  }
  #mega-ortaklar .partner-tile__name {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .05em;
    text-align: center;
  color: var(--text);
  white-space: nowrap;
  }

  #mega-iletisim .mega__wrap--iletisim:not(.mega__wrap--destek-3col) {
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 12px;
  }
  #mega-iletisim .mega-iletisim__section--contact {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  #mega-iletisim .mega-iletisim__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    gap: 10px;
  }
  #mega-iletisim .mega-contact-bar {
    min-height: 82px;
    margin: 0;
  }
}

/* Header mega menu custom refinements */
.mega-item--hw {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mega-item--hw .mega-item__icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  border: 1px solid var(--border-red);
  background: rgba(196, 18, 48, 0.08);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.mega-item--hw .mega-item__icon svg {
  width: 26px;
  height: 26px;
}
.mega-item--hw .mega-item__img { display: none; }
.mega-item--hw div:last-child {
  width: 100%;
  min-height: 72px;
  padding-top: 10px;
}

#mega-donanim .mega__cards--donanim {
  overflow: hidden !important;
  padding-right: 0 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#mega-referans .mega__wrap--refined {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
#mega-referans .mega-ref-card--metric {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
}
#mega-referans .mega-ref-card--metric .mega-ref-card__body {
  padding: 18px;
}
#mega-referans .mega-ref-card--metric .link-arrow {
  margin-top: 10px;
}

#mega-iletisim .mega-ref-card--flat .mega-ref-card__img { display: none; }
#mega-iletisim .mega-iletisim__section--support {
  flex: 1.2;
}
#mega-iletisim .mega-ref-card--flat .mega-ref-card__body {
  padding: 0;
}
#mega-iletisim .mega-ref-card--flat {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
}
#mega-iletisim .mega-contact-bar--stack {
  align-items: flex-start;
  border: 1px solid rgba(196,18,48,.5);
  background:
    linear-gradient(145deg, rgba(196, 18, 48, 0.18), rgba(196, 18, 48, 0.04)),
    var(--bg-card);
  box-shadow: 0 10px 26px rgba(196, 18, 48, 0.18);
}
#mega-iletisim .mega-contact-bar__info--grid {
  display: grid;
  gap: 6px;
}
#mega-iletisim .mega-contact-bar__info--grid strong {
  font-size: 17px;
  margin-bottom: 2px;
  color: #fff;
}
#mega-iletisim .mega-contact-bar__info--grid span {
  font-size: 12px;
  color: rgba(255,255,255,.84);
}
#mega-iletisim .mega-contact-bar--stack .link-arrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #ff708f;
}

.mega-egitim-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  padding: 14px 18px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(196, 18, 48, 0.14), rgba(15, 16, 20, 0.92)),
    var(--bg-card);
  transition: var(--ease);
  text-decoration: none;
  color: inherit;
}
.mega-egitim-bar:hover {
  border-color: rgba(196, 18, 48, 0.55);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(196, 18, 48, 0.2);
}
.mega-egitim-bar__visual {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mega-egitim-bar__thumb {
  width: 56px;
  height: 40px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.9;
}
.mega-egitim-bar__body strong {
  display: block;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 2px 0 4px;
  color: #fff;
}
.mega-egitim-bar__body p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
  max-width: 38ch;
}
.mega-egitim-bar .link-arrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #ff8fa8;
  white-space: nowrap;
}
.mega-support-icon--video {
  background: linear-gradient(145deg, rgba(196, 18, 48, 0.35), rgba(196, 18, 48, 0.12));
  border: 1px solid rgba(196, 18, 48, 0.45);
  color: #ff8fa8;
}

.mega-support-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mega-support-icon svg {
  width: 22px;
  height: 22px;
}
.mega-support-icon--bilgi {
  background: rgba(44, 140, 255, 0.16);
  color: #5da8ff;
}
.mega-support-icon--teknik {
  background: rgba(0, 190, 145, 0.16);
  color: #19c89d;
}
.mega-support-icon--kurulum {
  background: rgba(196, 18, 48, 0.16);
  color: #f04363;
}
.mega-support-icon--sss {
  background: rgba(242, 182, 31, 0.16);
  color: #f2b61f;
}
.mega-support-icon--destek {
  background: rgba(196, 18, 48, 0.16);
  color: #ff708f;
}
.mega-support-icon--phone {
  background: rgba(44, 140, 255, 0.16);
  color: #5da8ff;
}
.mega-support-icon--mail {
  background: rgba(196, 18, 48, 0.16);
  color: #ff8fa8;
}
.mega-support-icon--pin {
  background: rgba(0, 190, 145, 0.16);
  color: #19c89d;
}

/* Destek mega — 3 sütun: destek | eğitim | iletişim */
#mega-iletisim {
  --mega-panel-h: 436px;
}
.mega__wrap--destek-3col {
  display: grid !important;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 1fr) minmax(0, 0.86fr);
  grid-template-rows: minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  flex-direction: unset;
  padding: 14px 18px 16px;
  min-height: calc(var(--mega-panel-h) - 2px);
  height: calc(var(--mega-panel-h) - 2px);
  overflow: hidden;
  box-sizing: border-box;
}
.mega-destek-col {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: linear-gradient(165deg, rgba(255,255,255,.04), rgba(0,0,0,.18));
  overflow: hidden;
}
.mega-destek-col__head {
  flex-shrink: 0;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.mega-destek-col__head .eyebrow {
  margin-bottom: 4px;
  font-size: 10px;
}
.mega-destek-col__head h3 {
  font-family: var(--font-head);
  font-size: 0.92rem;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: .05em;
  line-height: 1.2;
}
.mega-destek-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  gap: 8px;
  flex: 1;
  min-height: 0;
  align-content: stretch;
}
.mega-destek-card {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 8px;
  align-items: start;
  padding: 9px 10px 9px 8px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 10px;
  background: rgba(0,0,0,.18);
  text-decoration: none;
  color: inherit;
  transition: var(--ease);
  min-height: 0;
}
.mega-destek-card .eyebrow {
  margin-bottom: 1px;
  font-size: 8px;
  letter-spacing: .12em;
  gap: 4px;
}
.mega-destek-card .eyebrow::before {
  width: 12px;
  height: 1px;
}
.mega-destek-card:hover {
  border-color: rgba(196, 18, 48, .45);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,0,0,.28);
}
.mega-destek-card__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.mega-destek-card__body strong {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  line-height: 1.25;
}
.mega-destek-card__body p {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mega-egitim-panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-height: 0;
}
.mega-egitim-panel__desc {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-muted);
}
.mega-egitim-panel__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-height: 0;
  overflow: auto;
}
.mega-egitim-preview {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  background: rgba(0,0,0,.16);
  text-decoration: none;
  color: inherit;
  transition: var(--ease);
}
.mega-egitim-preview:hover {
  border-color: rgba(196, 18, 48, .5);
}
.mega-egitim-preview--empty {
  grid-template-columns: 44px 1fr;
}
.mega-egitim-preview__thumb {
  position: relative;
  width: 84px;
  height: 52px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,.1);
  overflow: hidden;
}
.mega-egitim-preview__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.35);
  color: #fff;
}
.mega-egitim-preview__play svg { width: 18px; height: 18px; }
.mega-egitim-preview__body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.mega-egitim-preview__body strong {
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
}
.mega-egitim-preview__body span {
  font-size: 10px;
  line-height: 1.4;
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mega-egitim-panel__cta {
  margin-top: auto;
  padding-top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #ff8fa8;
  text-decoration: none;
}
.mega-contact-panel {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.mega-contact-line {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  align-items: start;
  padding: 8px 8px 8px 6px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: var(--ease);
}
a.mega-contact-line:hover {
  background: rgba(196, 18, 48, .08);
}
.mega-contact-line--static { cursor: default; }
.mega-contact-line__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.mega-contact-line__body strong {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
}
.mega-contact-line__body .eyebrow {
  margin-bottom: 2px;
  font-size: 8px;
  letter-spacing: .12em;
}
.mega-contact-line__body .eyebrow::before {
  width: 12px;
}
.mega-contact-line__icon.mega-support-icon {
  width: 38px;
  height: 38px;
}
.mega-contact-line__icon.mega-support-icon svg {
  width: 18px;
  height: 18px;
}
.mega-contact-panel__cta { margin-top: auto; }

/* Eğitim videoları — PlayTube tarzı hub */
.ptube {
  padding-bottom: 56px;
}
.ptube__topbar {
  border-bottom: 1px solid var(--border);
  background: rgba(0,0,0,.22);
}
.ptube__topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  flex-wrap: wrap;
}
.ptube__breadcrumb {
  margin: 0;
  font-size: 12px;
}
.ptube__search-wrap {
  position: relative;
  flex: 0 1 320px;
  min-width: 200px;
}
.ptube__search-wrap i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 13px;
  pointer-events: none;
}
.ptube__search {
  width: 100%;
  padding: 10px 14px 10px 38px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(0,0,0,.28);
  color: var(--text);
  font-size: 13px;
  transition: var(--ease);
}
.ptube__search:focus {
  outline: none;
  border-color: rgba(196, 18, 48, .55);
  box-shadow: 0 0 0 3px rgba(196, 18, 48, .12);
}
.ptube__channel {
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(196, 18, 48, .06), transparent);
}
.ptube__channel-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 28px 0;
}
.ptube__channel-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(196, 18, 48, .45);
  background: #fff;
  flex-shrink: 0;
}
.ptube__channel-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}
.ptube__channel-title {
  font-family: var(--font-head);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  text-transform: uppercase;
  margin: 4px 0 6px;
  line-height: 1.15;
}
.ptube__channel-desc {
  margin: 0 0 10px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.55;
  max-width: 640px;
}
.ptube__channel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 12px;
  color: var(--text-muted);
}
.ptube__channel-meta i {
  color: var(--red);
  margin-right: 4px;
}
.ptube__watch {
  padding: 24px 0 8px;
}
.ptube__watch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 20px;
  align-items: start;
}
.ptube__player {
  position: relative;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 16 / 9;
}
.ptube__player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ptube__video-info {
  padding: 16px 2px 0;
}
.ptube__video-info h2 {
  font-family: var(--font-head);
  font-size: clamp(1rem, 2vw, 1.35rem);
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0 0 10px;
}
.ptube__video-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.ptube__video-meta {
  font-size: 13px;
  color: var(--text-muted);
}
.ptube__video-channel {
  font-weight: 600;
  color: var(--text);
}
.ptube__video-dot,
.ptube-card__dot {
  margin: 0 6px;
  opacity: .5;
}
.ptube__video-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.ptube__description {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(0,0,0,.18);
  padding: 14px 16px;
}
.ptube__description p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ptube__description p.is-expanded {
  -webkit-line-clamp: unset;
  display: block;
}
.ptube__desc-toggle {
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--red);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.ptube__sidebar {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(0,0,0,.14);
  overflow: hidden;
  max-height: calc(56vw + 80px);
  display: flex;
  flex-direction: column;
}
.ptube__sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
}
.ptube__sidebar-head strong {
  font-family: var(--font-head);
  font-size: 12px;
  text-transform: uppercase;
}
.ptube__sidebar-head span {
  font-size: 11px;
  color: var(--text-muted);
}
.ptube__sidebar-list {
  overflow: auto;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ptube-mini-card {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 10px;
  align-items: start;
  width: 100%;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: var(--ease);
}
.ptube-mini-card:hover {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.08);
}
.ptube-mini-card__thumb {
  position: relative;
  width: 128px;
  height: 72px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,.1);
  flex-shrink: 0;
}
.ptube-mini-card__play {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.25);
}
.ptube-mini-card__play::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-35%, -50%);
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent #fff;
}
.ptube-mini-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.ptube-mini-card__body strong {
  font-size: 12px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ptube-mini-card__body span {
  font-size: 11px;
  color: var(--text-muted);
}
.ptube__catalog {
  padding: 32px 0 0;
}
.ptube__catalog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.ptube__catalog-head h2 {
  font-family: var(--font-head);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  text-transform: uppercase;
  margin: 4px 0 0;
}
.ptube__tabs {
  display: flex;
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(0,0,0,.2);
}
.ptube__tab {
  padding: 8px 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--ease);
}
.ptube__tab.is-active {
  background: var(--red);
  color: #fff;
}
.ptube__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 14px;
}
.ptube-card {
  border-radius: 12px;
  transition: var(--ease);
}
.ptube-card.is-active .ptube-card__thumb {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}
.ptube-card__hit {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.ptube-card__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
}
.ptube-card__play {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.2);
  opacity: 0;
  transition: var(--ease);
}
.ptube-card:hover .ptube-card__play {
  opacity: 1;
}
.ptube-card__play::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-35%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
}
.ptube-card__badge {
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 3px 8px;
  border-radius: 4px;
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.ptube-card__body strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.ptube-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 11px;
  color: var(--text-muted);
}
.ptube-card__channel {
  font-weight: 600;
}
.ptube-card__desc {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.45;
  color: var(--text-muted);
  opacity: .85;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ptube__no-results {
  text-align: center;
  padding: 32px;
  color: var(--text-muted);
  border: 1px dashed var(--border);
  border-radius: 12px;
  margin-top: 8px;
}
.ptube__empty {
  padding: 48px 0;
}
.ptube__empty-card {
  text-align: center;
  padding: 48px 24px;
  border: 1px dashed var(--border);
  border-radius: 16px;
  max-width: 520px;
  margin: 0 auto;
}
.ptube__empty-card i {
  font-size: 2rem;
  color: var(--red);
  margin-bottom: 12px;
}
.ptube__empty-card h2 {
  font-family: var(--font-head);
  text-transform: uppercase;
  margin: 0 0 8px;
}
.ptube__empty-card p {
  color: var(--text-muted);
  margin: 0 0 16px;
}
@media (max-width: 1280px) {
  .ptube__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1180px) {
  .mega__wrap--destek-3col {
    grid-template-columns: 1fr 1fr;
  }
  .mega-destek-col--contact {
    grid-column: 1 / -1;
  }
  .ptube__watch-grid {
    grid-template-columns: 1fr;
  }
  .ptube__sidebar {
    max-height: 380px;
  }
  .ptube__channel-inner {
    grid-template-columns: auto 1fr;
  }
  .ptube__channel-actions {
    grid-column: 1 / -1;
  }
}
@media (max-width: 900px) {
  .ptube__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .mega__wrap--destek-3col {
    grid-template-columns: 1fr;
  }
  .mega-destek-grid {
    grid-template-columns: 1fr;
  }
  .ptube__topbar-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .ptube__search-wrap {
    flex: 1 1 auto;
    max-width: none;
  }
  .ptube__channel-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ptube__channel-avatar {
    margin: 0 auto;
  }
  .ptube__channel-meta {
    justify-content: center;
  }
  .ptube__channel-actions {
    display: flex;
    justify-content: center;
  }
  .ptube-mini-card {
    grid-template-columns: 96px 1fr;
  }
  .ptube-mini-card__thumb {
    width: 96px;
    height: 54px;
  }
}
@media (max-width: 520px) {
  .ptube__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .mega__wrap--destek-3col {
    grid-template-columns: 1fr;
  }
  .mega-destek-grid {
    grid-template-columns: 1fr;
  }
}

#mega-donanim .mega__cards--donanim {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
#mega-donanim .mega-item--hw .mega-item__icon {
  width: 56px;
  height: 56px;
  margin-top: 8px;
  border: none;
  background: transparent;
}
#mega-donanim .mega-item--hw .mega-item__icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
#mega-donanim .mega-item--hw div:last-child { min-height: 78px; }
#mega-donanim .mega-item--hw strong { font-size: 10px; }
#mega-donanim .mega-item--hw span { font-size: 9px; }

#mega-iletisim .mega__wrap--destek-3col {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr) minmax(0, 0.82fr) !important;
  gap: 10px !important;
}
#mega-iletisim .mega-destek-col {
  padding: 10px 12px !important;
}
#mega-iletisim .mega-destek-grid {
  gap: 7px !important;
}
#mega-iletisim .mega-destek-card__icon.mega-support-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
#mega-iletisim .mega-destek-card__icon.mega-support-icon svg {
  width: 18px;
  height: 18px;
}
#mega-iletisim .mega-destek-card__body strong {
  font-size: 10px;
}
#mega-iletisim .mega-destek-card__body p {
  font-size: 10px;
  -webkit-line-clamp: 2;
}

/* ─── Mega polish pass: Donanim + Kurumsal + Hizmetler ─── */
@media (min-width: 992px) {
  #mega-donanim .mega__cards--donanim {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
  }
  #mega-donanim .mega-item--hw {
    padding: 8px 8px 10px;
    justify-content: flex-start;
    border-radius: 12px;
  }
  #mega-donanim .mega-item--hw .mega-item__icon {
    width: 52px;
    height: 52px;
    margin: 2px auto 8px;
  }
  #mega-donanim .mega-item--hw .mega-item__icon img {
    width: 42px;
    height: 42px;
  }
  #mega-donanim .mega-item--hw div:last-child {
    min-height: 86px;
    padding: 0 6px;
  }
  #mega-donanim .mega-item--hw strong {
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: .04em;
  }
  #mega-donanim .mega-item--hw span {
    margin-top: 4px;
    font-size: 9px;
    line-height: 1.35;
    -webkit-line-clamp: 3;
  }

  #mega-kurumsal .mega__cards,
  #mega-hizmetler .mega__cards {
    gap: 12px;
  }
  #mega-kurumsal .mega-item,
  #mega-hizmetler .mega-item {
    border-radius: 12px;
    border-color: rgba(255,255,255,.1);
    background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  }
  #mega-kurumsal .mega-item:hover,
  #mega-hizmetler .mega-item:hover {
    border-color: var(--border-red);
    box-shadow: 0 10px 22px rgba(0,0,0,.22);
  }
  #mega-kurumsal .mega-item__img,
  #mega-hizmetler .mega-item__img {
    height: 86px;
    min-height: 86px;
    max-height: 86px;
  }
  #mega-kurumsal .mega-item div:last-child,
  #mega-hizmetler .mega-item div:last-child {
    min-height: 62px;
    padding: 11px 13px;
  }
  #mega-kurumsal .mega-item strong,
  #mega-hizmetler .mega-item strong {
    font-size: 11px;
    letter-spacing: .05em;
  }
  #mega-kurumsal .mega-item span,
  #mega-hizmetler .mega-item span {
    font-size: 10px;
    line-height: 1.35;
  }
}

/* ─── MOBILE FINAL RESPONSIVE FIX ─── */
@media (max-width: 991px) {
  html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }
  main, section, .container {
    max-width: 100%;
  }

  /* Bottom social bar: exactly 4 side-by-side buttons */
  .social-rail {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
    align-items: stretch;
  }
  .social-rail__icons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    flex: none;
    overflow: visible;
  }
  .social-rail__icons .social-rail__item {
    display: block;
    min-width: 0;
  }
  .social-rail__icons .social-rail__item:nth-child(n+4) {
    display: none !important;
  }
  .social-rail__item a {
    width: 100%;
    height: 44px;
    border-radius: 12px;
    min-width: 0;
    padding: 0;
  }
  .social-rail__item a::after {
    content: none !important;
  }
  .social-rail__dealer {
    margin-top: 8px;
    width: 100%;
    min-height: 44px;
    border-radius: 12px;
    justify-content: center;
  }

  /* Home section cleanup */
  .process,
  .why,
  .cta-band,
  .media-duo-sec--prefooter {
    padding: 34px 0;
  }
  .process-timeline,
  .why-showcase,
  .why-showcase__grid,
  .media-duo,
  .media-duo .news-split {
    grid-template-columns: 1fr !important;
  }
  .footer__grid--rich {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }
  .process-step,
  .why-card,
  .news-split__detail,
  .footer__col {
    min-width: 0;
  }
  .process-step,
  .why-card {
    padding: 16px;
    border-radius: 12px;
  }
  .process-step h3,
  .why-card h3,
  .cta-band h2,
  .media-duo-sec--prefooter .section-head h2 {
    word-break: break-word;
  }
  .process-step p,
  .why-card p,
  .cta-band p,
  .news-split__detail-text {
    font-size: 13px;
    line-height: 1.55;
  }
  .media-duo .news-split__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    overflow: visible;
  }
  .media-duo .news-split__item {
    min-width: 0;
    flex: none;
    border-right: none;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 10px;
  }
  .media-duo .news-split__panel {
    min-height: 0;
  }

  /* Footer professional stack */
  .footer {
    padding-top: 24px;
  }
  .footer__cta-inner {
    gap: 12px;
  }
  .footer__col {
    padding: 12px 14px !important;
    border: 1px solid var(--border) !important;
    border-radius: 12px !important;
    background: var(--bg-card) !important;
  }
  .footer__col ul {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 7px !important;
  }
  .footer__social {
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer__bottom {
    padding-bottom: 6px;
  }
}

/* ─── FINAL MOBILE OVERRIDE (priority) ─── */
@media (max-width: 991px) {
  html, body {
    overflow-x: hidden !important;
  }

  /* Contact page must be single column */
  .contact-split {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .contact-split__visual,
  .contact__form {
    min-width: 0 !important;
    width: 100% !important;
  }

  /* Destek mega — mobil tek sütun */
  #mega-iletisim .mega__wrap--destek-3col {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 12px !important;
    gap: 10px !important;
    overflow: visible !important;
  }
  #mega-iletisim .mega-destek-col {
    padding: 12px !important;
  }
  #mega-iletisim .mega-destek-grid {
    grid-template-columns: 1fr !important;
  }
  #mega-iletisim .mega-egitim-panel__list {
    max-height: none !important;
    overflow: visible !important;
  }

  /* News/Testimonial block: remove giant blank area */
  .media-duo .news-split {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: block !important;
  }
  .media-duo .news-split__list {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    overflow: visible !important;
    height: auto !important;
    margin-bottom: 8px !important;
  }
  .media-duo .news-split__item {
    min-width: 0 !important;
    border: 1px solid var(--border) !important;
    border-radius: 10px !important;
    border-right: 1px solid var(--border) !important;
    padding: 10px !important;
  }
  .media-duo .news-split__panel {
    display: none !important;
  }

  /* Bottom social: 4 buttons on one row */
  .social-rail {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .social-rail__icons {
    flex: 1 1 auto !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    min-width: 0 !important;
  }
  .social-rail__icons .social-rail__item:nth-child(n+4) {
    display: none !important;
  }
  .social-rail__item {
    min-width: 0 !important;
  }
  .social-rail__item a {
    width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    border-radius: 10px !important;
    padding: 0 !important;
  }
  .social-rail__dealer {
    display: inline-flex !important;
    flex: 0 0 calc(25% - 6px) !important;
    width: auto !important;
    margin-top: 0 !important;
    min-height: 42px !important;
    border-radius: 10px !important;
    font-size: 10px !important;
    letter-spacing: .05em !important;
  }
  #scrollTop,
  .scroll-top {
    display: none !important;
  }

  /* Footer simplification */
  .footer__col ul {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
  }
}

/* ─── MOBILE HARD FIX (from screenshots) ─── */
@media (max-width: 991px) {
  .container {
    width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Bottom social bar: one row, 4 equal buttons */
  .social-rail {
    grid-template-columns: 1fr !important;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .social-rail__icons {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 8px !important;
  }
  .social-rail__item {
    min-width: 0 !important;
  }
  .social-rail__item a {
    width: 100% !important;
    height: 42px !important;
    min-width: 0 !important;
    border-radius: 10px !important;
  }
  .social-rail__dealer {
    display: inline-flex !important;
    margin-top: 8px !important;
    width: 100% !important;
    min-height: 42px !important;
    font-size: 10px !important;
    letter-spacing: 0.05em !important;
  }
  .scroll-top {
    display: none !important;
  }

  /* Homepage blocks without oversized empty spaces */
  .media-duo-sec--prefooter,
  .process,
  .why,
  .cta-band {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .media-duo .news-split {
    display: grid !important;
    grid-template-columns: 1fr !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    gap: 10px !important;
  }
  .media-duo .news-split__list {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    overflow: visible !important;
    height: auto !important;
  }
  .media-duo .news-split__item {
    flex: none !important;
    border-right: none !important;
    border-left: 1px solid var(--border) !important;
    border-radius: 10px !important;
    padding: 10px !important;
    min-height: 84px !important;
  }
  .media-duo .news-split__panel {
    position: static !important;
    min-height: 0 !important;
    height: auto !important;
  }
  .media-duo .news-split__detail {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    display: none !important;
  }
  .media-duo .news-split__detail.is-active {
    display: block !important;
  }

  /* Contact section stacks properly */
  .contact-split {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .contact-split__visual,
  .contact__form {
    width: 100% !important;
    min-width: 0 !important;
  }
  .contact-chip {
    grid-template-columns: 1fr !important;
  }

  /* Footer cleaner and compact */
  .footer__grid--rich {
    gap: 10px !important;
    grid-template-columns: 1fr 1fr !important;
  }
  .footer__brand {
    grid-column: 1 / -1 !important;
    margin-bottom: 10px !important;
    padding-bottom: 14px !important;
  }
  .footer__col {
    padding: 12px 14px !important;
    border: 1px solid var(--border) !important;
    border-radius: 12px !important;
    background: var(--bg-card) !important;
  }
  .footer__col h4 {
    font-size: 10px !important;
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  }
  .footer__col ul {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 7px !important;
  }
  .footer__col a {
    font-size: 13px !important;
    line-height: 1.4 !important;
    display: block !important;
  }
}

/* ─── ULTIMATE MOBILE OVERRIDE (last rule wins) ─── */
@media (max-width: 991px) {
  html, body { overflow-x: hidden !important; }

  .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    transform: none !important;
  }

  /* Force bottom bar single row */
  .social-rail {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .social-rail__icons {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    flex: 1 1 auto !important;
    width: auto !important;
    overflow: visible !important;
  }
  .social-rail__icons .social-rail__item:nth-child(n+4) { display: none !important; }
  .social-rail__item a {
    width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    border-radius: 10px !important;
    padding: 0 !important;
  }
  .social-rail__dealer {
    display: inline-flex !important;
    flex: 0 0 24% !important;
    margin-top: 0 !important;
    width: auto !important;
    min-height: 42px !important;
    border-radius: 10px !important;
    font-size: 10px !important;
  }
  #scrollTop, .scroll-top { display: none !important; }

  /* Remove big blank area in news/comments */
  .media-duo .news-split { display: block !important; height: auto !important; min-height: 0 !important; }
  .media-duo .news-split__list {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    overflow: visible !important;
    height: auto !important;
  }
  .media-duo .news-split__panel { display: none !important; }

  /* Contact section hard stack */
  .contact-split { grid-template-columns: 1fr !important; display: grid !important; }
  .contact-split__visual, .contact__form { width: 100% !important; min-width: 0 !important; }
}

/* ─── DESKTOP DESTEK MEGA (3 sütun) ─── */
@media (min-width: 992px) {
  #mega-iletisim {
    --mega-panel-h: 436px;
  }
  #mega-iletisim .mega__wrap--destek-3col {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 0.8fr) !important;
    gap: 10px !important;
    padding: 14px 18px 16px !important;
    height: calc(var(--mega-panel-h) - 2px) !important;
    min-height: calc(var(--mega-panel-h) - 2px) !important;
  }
  #mega-iletisim .mega-destek-card__body strong {
    font-size: 10px !important;
  }
  #mega-iletisim .mega-destek-card__body p {
    font-size: 10px !important;
    -webkit-line-clamp: 2 !important;
  }
  #mega-iletisim .mega-egitim-panel__list {
    max-height: 252px !important;
    overflow-y: auto !important;
    padding-right: 2px !important;
  }
  #mega-iletisim .mega-contact-panel {
    justify-content: space-between !important;
  }
  #mega-iletisim .mega-contact-panel__cta {
    margin-top: 6px !important;
  }
}

/* ─── DESKTOP MEGA FINAL TUNING (from screenshots) ─── */
@media (min-width: 992px) {
  :root { --mega-panel-h: 404px; }

  #mega-kurumsal .mega__wrap,
  #mega-hizmetler .mega__wrap,
  #mega-donanim .mega__wrap--donanim,
  #mega-referans .mega__wrap--ref2,
  #mega-iletisim .mega__wrap--destek-3col,
  #mega-ortaklar .mega__wrap--partners-row {
    height: calc(var(--mega-panel-h) - 2px) !important;
    min-height: calc(var(--mega-panel-h) - 2px) !important;
    padding: 18px 22px 20px !important;
  }
  #mega-iletisim .mega__wrap--destek-3col {
    padding: 14px 18px 16px !important;
  }

  /* Kurumsal + Hizmetler: cleaner card rhythm */
  #mega-kurumsal .mega__cards,
  #mega-hizmetler .mega__cards {
    gap: 10px !important;
  }
  #mega-kurumsal .mega-item__img,
  #mega-hizmetler .mega-item__img {
    height: 84px !important;
    min-height: 84px !important;
    max-height: 84px !important;
  }
  #mega-kurumsal .mega-item div:last-child,
  #mega-hizmetler .mega-item div:last-child {
    min-height: 60px !important;
    padding: 10px 12px !important;
  }
  #mega-kurumsal .mega-item strong,
  #mega-hizmetler .mega-item strong {
    font-size: 11px !important;
  }
  #mega-kurumsal .mega-item span,
  #mega-hizmetler .mega-item span {
    font-size: 10px !important;
  }

  /* Donanim: icon/text proportion and table clarity */
  #mega-donanim .mega__cards--donanim {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 9px !important;
    overflow: hidden !important;
  }
  #mega-donanim .mega-item--hw {
    padding: 10px 8px 10px !important;
  }
  #mega-donanim .mega-item--hw .mega-item__icon {
    width: 50px !important;
    height: 50px !important;
    margin: 0 auto 8px !important;
  }
  #mega-donanim .mega-item--hw .mega-item__icon img {
    width: 40px !important;
    height: 40px !important;
  }
  #mega-donanim .mega-item--hw div:last-child {
    min-height: 82px !important;
    padding: 0 4px !important;
  }
  #mega-donanim .mega-item--hw strong {
    font-size: 10px !important;
    line-height: 1.25 !important;
  }
  #mega-donanim .mega-item--hw span {
    font-size: 9px !important;
    line-height: 1.3 !important;
    -webkit-line-clamp: 2 !important;
  }

  /* Referans: remove large dead area feel */
  #mega-referans .mega__wrap--refined {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }
  #mega-referans .mega-ref-card--metric {
    display: flex !important;
    align-items: center !important;
    min-height: 0 !important;
  }
  #mega-referans .mega-ref-card--metric .mega-ref-card__body {
    padding: 16px 18px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 6px !important;
  }
  #mega-referans .mega-ref-card--metric .link-arrow {
    margin-top: 4px !important;
  }

  /* Iletisim: stronger right-side CTA emphasis (eski 2 sütun — destek-3col hariç) */
  #mega-iletisim .mega__wrap--iletisim:not(.mega__wrap--destek-3col) {
    grid-template-columns: 1.45fr 0.55fr !important;
    gap: 12px !important;
  }
  #mega-iletisim .mega__wrap--iletisim:not(.mega__wrap--destek-3col) .mega-iletisim__cards {
    gap: 10px !important;
  }
  #mega-iletisim .mega-contact-bar--stack {
    min-height: 118px !important;
    padding: 16px 16px !important;
    border-width: 1px !important;
  }
  #mega-iletisim .mega-contact-bar__info--grid strong {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }
  #mega-iletisim .mega-contact-bar__info--grid span {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  /* Ortaklar: wider white chips + larger name */
  #mega-ortaklar .partner-mega-grid {
    max-height: 248px !important;
    overflow-y: auto !important;
    padding-right: 6px !important;
  }
  #mega-ortaklar .partner-mega-grid,
  .partners-page--mega .partner-mega-grid {
    gap: 10px !important;
  }
  #mega-ortaklar .partner-tile,
  .partners-page--mega .partner-tile {
    min-height: 56px !important;
    padding: 10px 10px !important;
  }
  #mega-ortaklar .partner-tile__name,
  .partners-page--mega .partner-tile__name {
    font-size: 12px !important;
    letter-spacing: .05em !important;
  }
}

/* ─── DONANIM MEGA STRICT ALIGNMENT ─── */
@media (min-width: 992px) {
  #mega-donanim .mega__cards--donanim {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: 1fr !important;
    gap: 8px !important;
    align-items: stretch !important;
    align-content: center !important;
    overflow: visible !important;
    padding-top: 2px !important;
  }

  #mega-donanim .mega-item--hw {
    display: grid !important;
    grid-template-rows: 46px 1fr !important;
    align-items: center !important;
    justify-items: center !important;
    text-align: center !important;
    padding: 8px 6px 8px !important;
    border-radius: 12px !important;
    min-height: 0 !important;
    height: 100% !important;
  }

  #mega-donanim .mega-item--hw .mega-item__icon {
    width: 38px !important;
    height: 38px !important;
    margin: 0 auto !important;
    align-self: center !important;
  }
  #mega-donanim .mega-item--hw .mega-item__icon img {
    width: 26px !important;
    height: 26px !important;
    object-fit: contain !important;
  }

  #mega-donanim .mega-item--hw div:last-child {
    width: 100% !important;
    min-height: 0 !important;
    padding: 0 4px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 4px !important;
  }

  #mega-donanim .mega-item--hw strong {
    font-size: 11.5px !important;
    line-height: 1.28 !important;
    min-height: 26px !important;
    color: #fff !important;
    text-align: center !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  #mega-donanim .mega-item--hw span {
    font-size: 9px !important;
    line-height: 1.32 !important;
    color: rgba(255, 255, 255, 0.82) !important;
    text-align: center !important;
    min-height: calc(9px * 1.32 * 2) !important;
    max-height: calc(9px * 1.32 * 2) !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
}

/* ─── REFERANS MEGA — Showcase (desktop) ─── */
@media (min-width: 992px) {
  #mega-referans.mega {
    overflow: visible !important;
  }

  #mega-referans .mega__wrap--ref2,
  #mega-referans .mega__wrap--refined {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
    overflow: visible !important;
    padding: 22px 28px 24px !important;
  }

  #mega-referans .mega-ref-card--showcase {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 16px !important;
    background:
      radial-gradient(ellipse 80% 60% at 50% 0%, rgba(196, 18, 48, 0.14), transparent 70%),
      linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.015) 100%) !important;
    overflow: visible !important;
    text-decoration: none !important;
    transform: none !important;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
  }

  #mega-referans .mega-ref-card__shine {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(125deg, transparent 30%, rgba(255, 255, 255, 0.04) 50%, transparent 70%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
  }

  #mega-referans .mega-ref-card--showcase:hover {
    border-color: rgba(196, 18, 48, 0.72) !important;
    box-shadow:
      0 0 0 1px rgba(196, 18, 48, 0.35),
      0 14px 36px rgba(196, 18, 48, 0.16) !important;
    transform: translateY(-3px) !important;
  }

  #mega-referans .mega-ref-card--showcase:hover .mega-ref-card__shine {
    opacity: 1;
  }

  #mega-referans .mega-ref-card__inner {
    position: relative;
    z-index: 1;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    padding: 28px 32px !important;
    gap: 0 !important;
    background: transparent !important;
  }

  #mega-referans .mega-ref-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: #fff;
    background: rgba(196, 18, 48, 0.16);
    border: 1px solid rgba(196, 18, 48, 0.32);
    box-shadow: 0 4px 18px rgba(196, 18, 48, 0.12);
  }

  #mega-referans .mega-ref-card__icon svg {
    width: 22px;
    height: 22px;
  }

  #mega-referans .mega-ref-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-head);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 10px;
  }

  #mega-referans .mega-ref-card__tag::before {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--red);
    border-radius: 2px;
  }

  #mega-referans .mega-ref-card__title {
    display: block;
    font-family: var(--font-head);
    font-size: 1.42rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text);
    margin: 0 0 12px;
  }

  #mega-referans .mega-ref-card__desc {
    font-size: 13px;
    line-height: 1.55;
    color: var(--text-muted);
    max-width: 34ch;
    margin: 0 0 16px;
    min-height: calc(13px * 1.55 * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #mega-referans .mega-ref-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-head);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--red);
    margin-top: 2px;
  }

  #mega-referans .mega-ref-card__cta svg {
    width: 14px;
    height: 14px;
    transition: transform 0.2s ease;
  }

  #mega-referans .mega-ref-card--showcase:hover .mega-ref-card__cta svg {
    transform: translateX(4px);
  }

  #mega-referans .mega-ref-card--clients .mega-ref-card__icon {
    background: rgba(196, 18, 48, 0.18);
  }

  #mega-referans .mega-ref-card--digital .mega-ref-card__icon {
    background: rgba(90, 140, 255, 0.14);
    border-color: rgba(90, 140, 255, 0.35);
    box-shadow: 0 4px 18px rgba(90, 140, 255, 0.1);
  }
}

@media (max-width: 991px) {
  #mega-referans .mega-ref-card--showcase {
    border-radius: 14px;
    border: 1px solid var(--border);
    background: var(--bg-card);
    overflow: hidden;
  }

  #mega-referans .mega-ref-card__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 18px;
    gap: 0;
  }

  #mega-referans .mega-ref-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #fff;
    background: rgba(196, 18, 48, 0.16);
    border: 1px solid rgba(196, 18, 48, 0.28);
  }

  #mega-referans .mega-ref-card__icon svg {
    width: 20px;
    height: 20px;
  }

  #mega-referans .mega-ref-card__tag {
    font-family: var(--font-head);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 8px;
  }

  #mega-referans .mega-ref-card__title {
    font-family: var(--font-head);
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px;
  }

  #mega-referans .mega-ref-card__desc {
    font-size: 12px;
    line-height: 1.5;
    color: var(--text-muted);
    margin: 0 0 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #mega-referans .mega-ref-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-head);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--red);
  }

  #mega-referans .mega-ref-card__cta svg {
    width: 13px;
    height: 13px;
  }

  #mega-referans .mega-ref-card__shine {
    display: none;
  }
}

/* ─── RICH SUBPAGE SECTIONS ─── */
.sub-stats {
  padding: 48px 0;
  background: var(--bg-elevated);
  border-bottom: 1px solid var(--border);
}
.sub-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.sub-stats__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 2px 14px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-card);
  transition: var(--ease);
}
.sub-stats__icon {
  grid-row: 1 / 3;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red-soft);
  color: var(--red);
}
.sub-stats__icon svg { width: 22px; height: 22px; }
.sub-stats__item > strong {
  grid-column: 2;
  grid-row: 1;
  display: block;
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--text);
}
.sub-stats__item > span {
  grid-column: 2;
  grid-row: 2;
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.sub-stats__item:hover {
  border-color: var(--border-red);
  transform: translateY(-2px);
}

.sub-features {
  padding: 56px 0;
}
.sub-features__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.sub-feature {
  padding: 24px 20px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  text-align: center;
  transition: var(--ease);
}
.sub-feature:hover {
  border-color: var(--border-red);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}
.sub-feature__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(196, 18, 48, 0.12);
  border: 1px solid rgba(196, 18, 48, 0.28);
  color: #fff;
}
.sub-feature__icon svg { width: 24px; height: 24px; }
.sub-feature h3 {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sub-feature p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-muted);
}

.sub-video {
  padding: 56px 0;
  background: var(--bg-elevated);
}
.sub-video__frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 16 / 9;
  max-width: 920px;
  margin: 28px auto 0;
}
.sub-video__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sub-video__frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.15));
}
.sub-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(196, 18, 48, 0.92);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 28px rgba(196, 18, 48, 0.45);
  transition: transform 0.2s ease, background 0.2s ease;
  cursor: default;
  pointer-events: none;
}
.sub-video__play svg { width: 28px; height: 28px; margin-left: 4px; }

.breadcrumb span,
.breadcrumb .bc-parent {
  color: var(--text-muted);
}

.footer__grid--rich {
  grid-template-columns: 1.4fr repeat(5, minmax(0, 1fr));
}

@media (max-width: 1200px) {
  .footer__grid--rich {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sub-stats__grid,
  .sub-features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .sub-stats__grid,
  .sub-features__grid {
    grid-template-columns: 1fr;
  }
  .footer__grid--rich {
    grid-template-columns: 1fr 1fr;
  }
}

/* Referans landing page showcase cards */
.services .mega__wrap--ref2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.services .mega-ref-card--showcase {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(196, 18, 48, 0.14), transparent 70%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.015) 100%);
  text-decoration: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.services .mega-ref-card--showcase:hover {
  border-color: rgba(196, 18, 48, 0.72);
  box-shadow: 0 0 0 1px rgba(196, 18, 48, 0.35), 0 14px 36px rgba(196, 18, 48, 0.16);
  transform: translateY(-3px);
}
.services .mega-ref-card__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 28px;
  width: 100%;
}
.services .mega-ref-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: #fff;
  background: rgba(196, 18, 48, 0.16);
  border: 1px solid rgba(196, 18, 48, 0.32);
}
.services .mega-ref-card__icon svg { width: 22px; height: 22px; }
.services .mega-ref-card__tag {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}
.services .mega-ref-card__title {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: var(--text);
}
.services .mega-ref-card__desc {
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-muted);
  max-width: 34ch;
  margin: 0 0 16px;
}
.services .mega-ref-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
}
.services .mega-ref-card__cta svg { width: 14px; height: 14px; }
@media (max-width: 767px) {
  .services .mega__wrap--ref2 { grid-template-columns: 1fr; }
}

/* ─── LOADER V2 + KURUMSAL HEADER CTA + NEWSLETTER BAND ─── */
.loader__logo-wrap {
  position: relative;
  display: inline-flex;
  justify-content: center;
  margin: 0 auto 24px;
}
.loader__logo-ring {
  position: absolute;
  inset: -18px -28px;
  border-radius: 50%;
  border: 1px solid rgba(196, 18, 48, 0.35);
  animation: loaderRingSpin 2.4s linear infinite;
}
.loader__logo-ring::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 12px rgba(196, 18, 48, 0.8);
}
@keyframes loaderRingSpin {
  to { transform: rotate(360deg); }
}
.loader__slogan {
  min-height: 1.6em;
  font-family: var(--font-head);
  font-size: clamp(1rem, 2.4vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
  margin: 0 auto 22px;
  max-width: 520px;
}
.loader__slogan.is-complete {
  color: var(--red);
  text-shadow: 0 0 20px rgba(196, 18, 48, 0.25);
}
.loader__center .logo-link.loader__logo-wrap {
  animation: loaderLogoFloat 2.2s ease-in-out infinite;
}
@keyframes loaderLogoFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-4px) scale(1.02); }
}

.header-cta__btn--offer,
.header-cta__btn--dealer {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 12px;
  min-height: 46px;
  border-radius: 10px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.header-cta__btn-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.header-cta__btn-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
  text-align: left;
}
.header-cta__btn-label strong {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.header-cta__btn-label small {
  font-size: 10px;
  opacity: 0.75;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.header-cta__btn--offer {
  background: linear-gradient(145deg, #a81028 0%, #c41230 55%, #8f0f24 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 6px 20px rgba(196, 18, 48, 0.35);
}
.header-cta__btn--offer .header-cta__btn-icon {
  background: rgba(255, 255, 255, 0.14);
}
.header-cta__btn--offer:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(196, 18, 48, 0.45);
  color: #fff;
}
.header-cta__btn--dealer {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.14);
}
.header-cta__btn--dealer .header-cta__btn-icon {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-muted);
}
.header-cta__btn--dealer:hover {
  border-color: rgba(196, 18, 48, 0.5);
  background: rgba(196, 18, 48, 0.12);
  color: #fff;
}

.newsletter-band {
  padding: 40px 0;
  margin: 0;
  background:
    linear-gradient(135deg, rgba(196, 18, 48, 0.14) 0%, rgba(196, 18, 48, 0.04) 45%, transparent 100%),
    var(--bg-elevated);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.newsletter-band__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 24px;
  align-items: center;
}
.newsletter-band__copy h3 {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 8px 0 6px;
}
.newsletter-band__copy p {
  font-size: 13px;
  color: var(--text-muted);
  max-width: 42ch;
}
.newsletter-band__form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.newsletter-band__form input {
  flex: 1;
  min-width: 200px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--bg-card);
  color: var(--text);
}
.newsletter-band__badge img {
  max-height: 44px;
  width: auto;
}
.footer__grid--rich {
  grid-template-columns: 1.5fr repeat(5, minmax(0, 1fr));
}

/* ─── SUBPAGE SHELL ─── */
body.subpage { background: var(--bg); }
.ps-main { min-height: 50vh; }

/* Ortaklar uniform grid */
.partners-uniform {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
}
.partner-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 14px 12px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
  text-align: center;
  transition: var(--ease);
}
.partner-chip:hover {
  border-color: var(--border-red);
  transform: translateY(-2px);
}
.partner-chip__name {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.25;
}

/* Müşteri logoları */
.clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 14px;
}
.client-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-card);
  text-align: center;
  transition: var(--ease);
}
.client-card:hover { border-color: var(--border-red); transform: translateY(-2px); }
.client-card__logo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(145deg, #2a2a30, #1a1a1f);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.client-card__name {
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.35;
}
.client-card__sector {
  font-size: 10px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Web portföy */
.web-portfolio {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}
.web-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: var(--bg-card);
  transition: var(--ease);
  text-decoration: none;
  color: inherit;
}
.web-card:hover {
  border-color: var(--border-red);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
}
.web-card__thumb {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.web-card__thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.55), transparent 50%);
}
.web-card__body { padding: 16px 18px 18px; }
.web-card__body h3 {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.web-card__body p { font-size: 12px; color: var(--text-muted); line-height: 1.5; }
.web-card__meta {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--red);
}

.web-detail__hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: start;
}
.web-detail__shots {
  display: grid;
  gap: 12px;
}
.web-detail__shot {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.web-detail__shot img { width: 100%; display: block; }
.web-detail__facts {
  display: grid;
  gap: 10px;
}
.web-detail__fact {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--bg-card);
}
.web-detail__fact span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--red);
  margin-bottom: 4px;
}
.web-detail__fact strong { font-size: 14px; }

/* Bilgi bankası blog */
.kb-feed {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 18px;
}
.kb-article {
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: var(--bg-card);
  transition: var(--ease);
  text-decoration: none;
  color: inherit;
}
.kb-article:hover { border-color: var(--border-red); transform: translateY(-2px); }
.kb-article__img {
  height: 160px;
  background-size: cover;
  background-position: center;
}
.kb-article__body { padding: 16px 18px; }
.kb-article__tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--red);
}
.kb-article__body h3 {
  font-family: var(--font-head);
  font-size: 1.05rem;
  margin: 8px 0 6px;
  text-transform: uppercase;
}
.kb-article__body p { font-size: 13px; color: var(--text-muted); line-height: 1.5; }
.kb-article__date { font-size: 11px; color: var(--text-dim); margin-top: 10px; }

/* Destek formu */
.support-form-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--bg-card);
}
.support-form-wrap .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.support-form-wrap input,
.support-form-wrap select,
.support-form-wrap textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  color: var(--text);
  margin-bottom: 12px;
}
.support-form-wrap textarea { min-height: 120px; resize: vertical; }

/* Kurulum indirme */
.dl-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}
.dl-card {
  display: flex;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-card);
  align-items: flex-start;
  transition: var(--ease);
}
.dl-card:hover { border-color: var(--border-red); }
.dl-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red-soft);
  color: var(--red);
  flex-shrink: 0;
}
.dl-card__body h3 {
  font-family: var(--font-head);
  font-size: 0.95rem;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.dl-card__body p { font-size: 12px; color: var(--text-muted); margin-bottom: 10px; }
.dl-card__btn {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--red);
}

/* Tam sayfa harita */
.map-full {
  width: 100%;
  min-height: 420px;
  border: none;
  display: block;
  filter: grayscale(0.2) contrast(1.05);
}
.map-section {
  margin: 0;
  padding: 0;
  line-height: 0;
}

/* Donanım ürün sayfası */
.hw-product__gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  align-items: start;
}
.hw-product__main-img {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
}
.hw-product__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}
.hw-product__thumb {
  aspect-ratio: 1;
  border-radius: 8px;
  border: 1px solid var(--border);
  background-size: cover;
  background-position: center;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.hw-product__thumb.is-active,
.hw-product__thumb:hover { opacity: 1; border-color: var(--border-red); }
.hw-product__video {
  margin-top: 16px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 16/9;
  background: #000;
}
.hw-product__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 991px) {
  .newsletter-band__inner { grid-template-columns: 1fr; text-align: center; }
  .newsletter-band__copy p { margin: 0 auto; }
  .newsletter-band__form { justify-content: center; }
  .header-cta__btn-label small { display: none; }
  .web-detail__hero,
  .hw-product__gallery { grid-template-columns: 1fr; }
  .support-form-wrap .form-row { grid-template-columns: 1fr; }
  .footer__grid--rich { grid-template-columns: 1fr 1fr; }
}

/* ── Header menü: büyük yazı, dar aralık; küçük CTA butonları (masaüstü) ── */
@media (min-width: 992px) {
.header__menu {
  gap: 2px !important;
}
.header__menu .mega-trigger,
.header__menu > li > a:not(.btn) {
  font-size: 16px !important;
  font-weight: 600;
  padding: 14px 11px !important;
  letter-spacing: 0.01em;
}
.header-cta {
  gap: 12px !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}
.header-cta__btn--offer,
.header-cta__btn--dealer {
  min-height: 38px !important;
  padding: 7px 11px 7px 9px !important;
  gap: 8px !important;
}
.header-cta__btn-icon {
  width: 26px !important;
  height: 26px !important;
}
.header-cta__btn-label strong {
  font-size: 10.5px !important;
}
.header-cta__btn-label small {
  font-size: 9px !important;
}
}

/* ── Loader: kelime kelime slogan, hızlı geçiş modu ── */
.loader__slogan--reveal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35em;
  min-height: 1.6em;
}
.loader__slogan-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px) scale(0.92);
  filter: blur(4px);
  animation: loaderSloganWord 0.38s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.loader__slogan--reveal.is-complete .loader__slogan-word {
  filter: blur(0);
}
@keyframes loaderSloganWord {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
.loader--fast {
  transition: opacity 0.12s ease, visibility 0.12s ease !important;
}
.loader--fast .loader__logo-ring,
.loader--fast .loader__bar {
  animation-duration: 0.4s !important;
}

/* ── Footer bülten: footer ile uyumlu, CTA üstünde ── */
.newsletter-band--footer {
  background: #0a0a0c;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 2.5rem 0;
  margin: 0;
}
.newsletter-band--footer .newsletter-band__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}
.newsletter-band--footer .eyebrow {
  color: var(--red, #c41230);
}
.newsletter-band--footer h3 {
  font-family: var(--font-head);
  font-size: 1.35rem;
  color: #fff;
  margin: 0.35rem 0 0.5rem;
}
.newsletter-band--footer p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  max-width: 420px;
  margin: 0;
}
.newsletter-band--footer .newsletter-band__form {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.newsletter-band--footer .newsletter-band__form input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 8px;
  padding: 0.65rem 1rem;
  min-width: 220px;
}
.newsletter-band--footer .newsletter-band__form input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.footer--rich .footer__cta {
  margin-top: 0;
}

/* ── Mikro banner çift buton ── */
.mikro-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex-shrink: 0;
}

/* ── Yazılım grid yardımcıları ── */
.svc-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.svc-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.services--compact {
  padding-top: 0;
}
.projects-showcase--software {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .newsletter-band--footer .newsletter-band__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .newsletter-band--footer p { margin: 0 auto; }
  .svc-grid--2,
  .svc-grid--3 { grid-template-columns: 1fr; }
  .header__menu .mega-trigger,
  .header__menu > li > a:not(.btn) {
    font-size: 15px !important;
  }
}

/* ── Referans arama / filtre toolbar ── */
.ref-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin-bottom: 28px;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--bg-card);
}
.ref-toolbar__search {
  flex: 1;
  min-width: 220px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
}
.ref-toolbar__search svg { color: var(--text-muted); flex-shrink: 0; }
.ref-toolbar__search input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 0;
  font-size: 14px;
  outline: none;
}
.ref-toolbar__filter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ref-toolbar__filter label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}
.ref-toolbar__filter select {
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  font-size: 14px;
  min-width: 160px;
  background: #fff;
}
.ref-toolbar__count {
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
  margin-left: auto;
}
.ref-toolbar--dl { margin-top: 24px; }

/* ── Müşteri logoları — büyük, görsel ── */
.clients-grid--large {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 18px;
}
.client-card__logo--img {
  width: 80px;
  height: 80px;
  padding: 0;
  background: #fff;
  border: 2px solid var(--border);
  overflow: hidden;
}
.client-card__logo--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.client-card__city {
  font-size: 10px;
  color: var(--text-muted);
}

/* ── Web mockup cihaz çerçeveleri ── */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.web-mockup-pair {
  position: relative;
  height: 200px;
  background: linear-gradient(145deg, #f4f4f6, #eaeaee);
  overflow: hidden;
}
.device-frame {
  position: absolute;
  border-radius: 8px;
  background: #1a1a1f;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.device-frame__screen {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}
.device-frame--laptop {
  width: 78%;
  height: 72%;
  top: 12%;
  left: 4%;
  padding: 8px 8px 14px;
  border-radius: 10px 10px 4px 4px;
}
.device-frame--laptop .device-frame__screen { border-radius: 4px; }
.device-frame--phone {
  width: 22%;
  height: 68%;
  top: 18%;
  right: 6%;
  padding: 6px;
  border-radius: 14px;
}
.device-frame--phone .device-frame__screen { border-radius: 10px; }
.device-frame--lg.device-frame--laptop {
  position: relative;
  width: 100%;
  height: 320px;
  top: auto;
  left: auto;
}
.device-frame--lg.device-frame--phone {
  position: relative;
  width: 200px;
  height: 380px;
  top: auto;
  right: auto;
  margin: 0 auto;
}
.web-card--mockup {
  padding: 0;
  overflow: hidden;
}
.web-card--mockup .web-card__body { padding: 18px 20px 20px; }
.web-card--mockup .web-card__body h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.web-portfolio--mockup {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

/* ── Web detay pro sayfa ── */
.web-detail-hero {
  padding: 2rem 0 1.5rem;
  background: linear-gradient(180deg, #0f0f12 0%, var(--bg) 100%);
  color: #fff;
}
.web-detail-hero .breadcrumb a { color: rgba(255,255,255,0.7); }
.web-detail-hero .breadcrumb span { color: rgba(255,255,255,0.5); }
.web-detail-hero__head h1 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin: 0.5rem 0;
}
.web-detail-hero__head p {
  color: rgba(255,255,255,0.65);
  max-width: 640px;
  font-size: 1rem;
}
.web-detail-pro { padding: 2.5rem 0 3rem; }
.web-detail-pro__showcase {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 2.5rem;
}
.web-detail-pro__grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 32px;
  align-items: start;
}
.web-detail-pro__panel {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--bg-card);
  margin-bottom: 16px;
}
.web-detail-pro__panel h3 {
  font-family: var(--font-head);
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.web-detail-pro__panel dl { margin: 0; }
.web-detail-pro__panel dl > div {
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}
.web-detail-pro__panel dl > div:last-child { border-bottom: none; }
.web-detail-pro__panel dt {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--red);
  margin-bottom: 2px;
}
.web-detail-pro__panel dd { margin: 0; font-size: 14px; font-weight: 600; }
.web-detail-pro__main h2 {
  font-family: var(--font-head);
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.web-detail-pro__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}
.web-detail-pro__tags span {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(196, 18, 48, 0.08);
  color: var(--red);
  border: 1px solid rgba(196, 18, 48, 0.15);
}
.web-detail-pro__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.web-detail-pro__features article {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--bg-card);
}
.web-detail-pro__features h4 {
  font-family: var(--font-head);
  font-size: 0.95rem;
  margin-bottom: 6px;
}
.web-detail-pro__features p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

/* ── Teknik destek sayfası ── */
.support-page { padding: 2rem 0 3rem; }
.support-page__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}
.support-page__visual {
  height: 220px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.support-page__copy h2 {
  font-family: var(--font-head);
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.support-page__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.support-contact-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: var(--ease);
}
.support-contact-chip:hover { border-color: var(--border-red); }
.support-contact-chip strong {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--red);
}
.support-form-wrap--rich {
  padding: 28px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--bg-card);
}
.support-form-wrap--rich h3 {
  font-family: var(--font-head);
  font-size: 1.25rem;
  margin-bottom: 6px;
}
.support-form-wrap--rich > p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 20px;
}

/* ── Kurulum indirme sayfası ── */
.dl-page { padding: 2rem 0 3rem; }
.dl-page__intro {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: start;
  margin-bottom: 8px;
}
.dl-page__intro h2 {
  font-family: var(--font-head);
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.dl-page__intro p {
  color: var(--text-muted);
  font-size: 14px;
  max-width: 560px;
}
.dl-page__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.dl-cat-pill {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  background: rgba(196, 18, 48, 0.08);
  color: var(--red);
  border: 1px solid rgba(196, 18, 48, 0.12);
}
.dl-grid--rich {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.dl-card--rich {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
}
.dl-card__tag {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--red);
  margin-bottom: 4px;
}

/* ── Bülten formu zengin ── */
.newsletter-band__form--rich {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  min-width: 380px;
}
.newsletter-band__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.newsletter-band__fields input:last-child {
  grid-column: 1 / -1;
}
.newsletter-band--footer .newsletter-band__form--rich input {
  min-width: 0;
  padding: 0.8rem 1rem;
  font-size: 14px;
}
.newsletter-band--footer .newsletter-band__form--rich .btn {
  padding: 0.85rem 1.5rem;
  font-size: 14px;
  width: 100%;
}
.newsletter-band--footer .newsletter-band__inner {
  grid-template-columns: 1fr 420px;
}

@media (max-width: 991px) {
  .ref-toolbar__count { margin-left: 0; width: 100%; }
  .web-detail-pro__showcase,
  .web-detail-pro__grid,
  .support-page__grid,
  .dl-page__intro { grid-template-columns: 1fr; }
  .web-detail-pro__features { grid-template-columns: 1fr; }
  .newsletter-band__form--rich { min-width: 0; }
  .newsletter-band--footer .newsletter-band__inner { grid-template-columns: 1fr; }
  .newsletter-band__fields { grid-template-columns: 1fr; }
  .newsletter-band__fields input:last-child { grid-column: auto; }
  .dl-page__cats { justify-content: flex-start; }
}

/* ——— Site components (contact tabs, testimonials, partners) ——— */
.contact-tabs, .map-tabs { display: flex; gap: 8px; margin: 16px 0; flex-wrap: wrap; }
.contact-tabs__btn, .map-tabs__btn {
  border: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.25); color: #fff;
  padding: 8px 16px; border-radius: 999px; font-size: 13px; cursor: pointer; transition: .2s;
}
.contact-tabs__btn.is-active, .map-tabs__btn.is-active { background: var(--red, #e31); border-color: var(--red, #e31); }
.contact-tabs__panel { display: none; }
.contact-tabs__panel.is-active { display: block; }
.map-section--tabs { position: relative; overflow: hidden; }
.map-section--tabs .map-tabs {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  margin: 0;
  display: inline-flex;
  gap: 0;
  padding: 4px;
  background: rgba(10, 10, 12, 0.9);
  border: 1px solid var(--border);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
}
.map-section--tabs .map-tabs__btn {
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--text-muted);
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 10px 18px;
  cursor: pointer;
  transition: var(--ease);
  line-height: 1.2;
}
.map-section--tabs .map-tabs__btn:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}
.map-section--tabs .map-tabs__btn.is-active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  box-shadow: 0 4px 14px rgba(196, 18, 48, 0.35);
}
@media (min-width: 768px) {
  .map-section--tabs .map-tabs {
    top: 24px;
    left: max(24px, calc((100vw - 1240px) / 2 + 24px));
  }
}
.map-tabs__panel { display: none; min-height: 420px; }
.map-tabs__panel.is-active { display: block; }
.map-tabs__panel iframe { width: 100%; min-height: 420px; border: 0; display: block; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.testimonial-card {
  background: var(--surface, #111); border: 1px solid rgba(255,255,255,.08); border-radius: 12px;
  padding: 20px; display: flex; flex-direction: column; gap: 12px;
}
.testimonial-card__stars { color: #f5a623; letter-spacing: 2px; font-size: 14px; }
.testimonial-card__text { font-size: 14px; line-height: 1.6; color: var(--text-muted, #aaa); flex: 1; }
.testimonial-card__author { font-size: 13px; }
.testimonial-card__author span { color: var(--text-muted, #888); display: block; }
.partner-chip--rich {
  display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 20px 16px;
  min-height: 120px; justify-content: center;
}
.partner-chip__mark {
  width: 48px; height: 48px; border-radius: 10px; background: var(--red, #e31);
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px;
}
.partner-chip__logo { max-height: 40px; max-width: 100px; object-fit: contain; }
.partner-chip__link { font-size: 11px; opacity: .7; }
.media-duo__list--quotes { display: flex; flex-direction: column; gap: 16px; }
.media-duo__quote { border-left: 3px solid var(--red, #e31); padding-left: 16px; margin: 0; }
.media-duo__quote p { margin: 0 0 8px; font-size: 14px; line-height: 1.5; }
.media-duo__quote footer { font-size: 12px; color: var(--text-muted, #888); }
.blog-article__body { max-width: 760px; margin: 0 auto; line-height: 1.75; }
.blog-article__body p { margin-bottom: 1rem; }
.blog-article__footer { max-width: 760px; margin: 32px auto 0; display: flex; gap: 12px; flex-wrap: wrap; }

/* ─── Çerez onay bandı (sol alt) ─── */
.cookie-consent {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 9999;
  max-width: min(420px, calc(100vw - 32px));
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;
}
.cookie-consent.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cookie-consent__panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 14px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.94);
  color: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}
.cookie-consent__icon {
  grid-row: 1 / span 2;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(227, 17, 17, 0.15);
  color: #ff6b6b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-consent__title {
  margin: 0;
  font-family: var(--font-display, Rajdhani, sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.cookie-consent__text {
  margin: 4px 0 0;
  grid-column: 2;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #cbd5e1;
}
.cookie-consent__actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.cookie-consent__link {
  font-size: 0.82rem;
  color: #94a3b8;
  text-decoration: underline;
}
.cookie-consent__link:hover { color: #f8fafc; }
@media (max-width: 480px) {
  .cookie-consent { left: 10px; bottom: 10px; }
  .cookie-consent__panel { padding: 14px; }
}

/* Bilgi Bankası kütüphane düzeni */
.kb-library { padding: 36px 0 48px; }
.kb-library__layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.kb-library__aside {
  position: sticky;
  top: 96px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.55);
}
.kb-library__aside-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin: 0 0 14px;
  line-height: 1.2;
}
.kb-library__aside-title span {
  display: block;
  font-size: 0.72rem;
  color: var(--text-dim);
  font-weight: 500;
  margin-top: 4px;
}
.kb-library__cats { display: flex; flex-direction: column; gap: 6px; }
.kb-library__cat {
  display: block;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
  color: var(--text-muted);
  border: 1px solid transparent;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.kb-library__cat:hover { color: var(--text); border-color: var(--border); }
.kb-library__cat.is-active {
  color: var(--red);
  border-color: var(--border-red);
  background: rgba(220, 38, 38, 0.08);
}
.kb-library__stats {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.kb-library__stats strong { font-size: 1.4rem; color: var(--red); }
.kb-library__stats span { font-size: 0.8rem; color: var(--text-dim); }
.kb-feed--library { margin-top: 0; }
.kb-library__empty {
  padding: 48px 24px;
  text-align: center;
  border: 1px dashed var(--border);
  border-radius: 12px;
  color: var(--text-muted);
}
.ref-toolbar--kb { margin-bottom: 20px; }
.dl-card__desc { font-size: 12px; color: var(--text-dim); margin-top: 4px; line-height: 1.45; }

/* 404 sayfası */
.page-hero--404 .container { max-width: 720px; }
.error-404 { padding: 0 0 64px; }
.error-404__code {
  font-family: var(--font-display);
  font-size: clamp(4rem, 12vw, 7rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: rgba(220, 38, 38, 0.15);
  margin: -24px 0 24px;
  letter-spacing: -0.04em;
}
.error-404__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}
.error-404__link {
  display: block;
  padding: 18px 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.45);
  transition: border-color 0.2s, transform 0.2s;
}
.error-404__link:hover {
  border-color: var(--border-red);
  transform: translateY(-2px);
}
.error-404__link-icon { font-size: 1.4rem; display: block; margin-bottom: 8px; }
.error-404__link strong { display: block; font-size: 0.95rem; margin-bottom: 4px; }
.error-404__link span { font-size: 0.78rem; color: var(--text-muted); line-height: 1.4; }
.error-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 991px) {
  .kb-library__layout { grid-template-columns: 1fr; }
  .kb-library__aside { position: static; }
  .kb-library__cats {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .error-404__links { grid-template-columns: 1fr; }
}

/* ── Referans Müşteriler — Ankara KOBİ kartları ── */
.ref-clients-page {
  padding: 48px 0 72px;
}
.ref-clients-intro {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: start;
  margin-bottom: 36px;
  padding: 28px 32px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(196, 18, 48, 0.06), transparent 55%), var(--bg-card);
}
.ref-clients-intro__text h2 {
  margin: 8px 0 12px;
  font-family: var(--font-head);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  line-height: 1.25;
}
.ref-clients-intro__text p {
  margin: 0;
  max-width: 52ch;
  color: var(--text-muted);
  line-height: 1.65;
  font-size: 0.95rem;
}
.ref-clients-intro__badges {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 140px;
}
.ref-clients-badge {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}
.ref-clients-badge strong {
  font-family: var(--font-head);
  font-size: 1.1rem;
  color: var(--red);
}
.ref-clients-badge span {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ref-toolbar--clients {
  margin-bottom: 28px;
}
.ref-clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}
.ref-client {
  --ref-accent: #c41230;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  transition: var(--ease);
  position: relative;
  overflow: hidden;
}
.ref-client::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--ref-accent);
  opacity: 0.85;
}
.ref-client:hover {
  border-color: var(--border-red);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}
.ref-client__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.ref-client__mark {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--ref-accent), color-mix(in srgb, var(--ref-accent) 60%, #1a1a1f));
  flex-shrink: 0;
  letter-spacing: 0.02em;
}
.ref-client__mark--img {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
  padding: 6px;
}
.ref-client__mark--img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}
.ref-client__pill {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ref-accent);
  background: color-mix(in srgb, var(--ref-accent) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--ref-accent) 25%, transparent);
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1.3;
  text-align: right;
  max-width: 55%;
}
.ref-client__name {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--text);
}
.ref-client__loc {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-muted);
}
.ref-client__loc svg {
  flex-shrink: 0;
  opacity: 0.7;
}
.ref-client--perakende { --ref-accent: #c41230; }
.ref-client--restoran-cafe { --ref-accent: #e67e22; }
.ref-client--gida-sarkuteri { --ref-accent: #27ae60; }
.ref-client--kirtasiye { --ref-accent: #3498db; }
.ref-client--eczane { --ref-accent: #9b59b6; }
.ref-client--otomotiv { --ref-accent: #34495e; }
.ref-client--elektronik { --ref-accent: #1abc9c; }
.ref-client--tekstil { --ref-accent: #e84393; }
.ref-client--kuafor-guzellik { --ref-accent: #fd79a8; }
.ref-client--pet-shop { --ref-accent: #f39c12; }
.ref-client--mobilya { --ref-accent: #8e6f3e; }
@media (max-width: 767px) {
  .ref-clients-intro {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }
  .ref-clients-intro__badges {
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 0;
  }
  .ref-clients-badge { flex: 1; min-width: 90px; }
  .ref-clients-grid { grid-template-columns: 1fr; }
}

/* ── Referans Müşteriler v2 — yatay kart, filtre, sayfalama ── */
.ref-clients-intro__stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.ref-clients-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 16px 20px;
  min-width: 88px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}
.ref-clients-stat strong {
  font-family: var(--font-head);
  font-size: 1.35rem;
  color: var(--red);
  line-height: 1;
}
.ref-clients-stat span {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ref-filter-panel {
  margin-bottom: 28px;
  padding: 22px 24px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--bg-card);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ref-filter-panel__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: end;
}
.ref-filter-panel__search {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  min-height: 52px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.15);
  transition: var(--ease);
}
.ref-filter-panel__search:focus-within {
  border-color: var(--border-red);
  box-shadow: 0 0 0 3px rgba(196, 18, 48, 0.12);
}
.ref-filter-panel__search svg { color: var(--text-muted); flex-shrink: 0; }
.ref-filter-panel__search input {
  flex: 1;
  border: none;
  background: transparent;
  color: var(--text);
  font-size: 15px;
  min-width: 0;
}
.ref-filter-panel__search input::placeholder { color: var(--text-dim); }
.ref-filter-panel__clear {
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-muted);
  width: 28px;
  height: 28px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}
.ref-filter-panel__clear:hover { color: var(--text); background: rgba(196, 18, 48, 0.2); }
.ref-filter-panel__selects {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.ref-filter-select {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 130px;
}
.ref-filter-select span {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}
.ref-filter-select select {
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.15);
  color: var(--text);
  font-size: 14px;
}
.ref-filter-panel__sectors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.ref-filter-panel__label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  flex-shrink: 0;
}
.ref-sector-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}
.ref-sector-pill {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text-muted);
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--ease);
  white-space: nowrap;
}
.ref-sector-pill:hover {
  border-color: var(--border-red);
  color: var(--text);
}
.ref-sector-pill.is-active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.ref-filter-panel__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding-top: 4px;
  border-top: 1px solid var(--border);
}
.ref-filter-panel__count {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}
.ref-filter-panel__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
}
.ref-filter-tag {
  border: 1px solid var(--border);
  background: rgba(196, 18, 48, 0.08);
  color: var(--text);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  cursor: pointer;
  transition: var(--ease);
}
.ref-filter-tag:hover { border-color: var(--border-red); }
.ref-filter-tag--all { background: transparent; color: var(--text-muted); }
.ref-clients-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ref-client-row {
  --ref-accent: #c41230;
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 22px;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--bg-card);
  transition: var(--ease);
  position: relative;
  overflow: hidden;
}
.ref-client-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--ref-accent);
}
.ref-client-row:hover {
  border-color: var(--border-red);
  transform: translateX(4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}
.ref-client-row__logo {
  width: 112px;
  height: 112px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.ref-client-row__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}
.ref-client-row__logo--fallback,
.ref-client-row__logo:not(:has(img)) {
  background: linear-gradient(135deg, var(--ref-accent), color-mix(in srgb, var(--ref-accent) 55%, #1a1a1f));
  border-color: transparent;
}
.ref-client-row__initials {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.02em;
}
.ref-client-row__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.ref-client-row__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 16px;
}
.ref-client-row__name {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}
.ref-client-row__sector {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--ref-accent);
  background: color-mix(in srgb, var(--ref-accent) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--ref-accent) 28%, transparent);
  padding: 4px 12px;
  border-radius: 999px;
}
.ref-client-row__meta {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-muted);
}
.ref-client-row__meta svg { flex-shrink: 0; opacity: 0.75; }
.ref-client-row__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-dim);
  max-width: 72ch;
}
.ref-client-row--perakende { --ref-accent: #c41230; }
.ref-client-row--restoran-cafe,
.ref-client-row--kafe-pastane { --ref-accent: #e67e22; }
.ref-client-row--gida-sarkuteri,
.ref-client-row--tekel-bufe { --ref-accent: #27ae60; }
.ref-client-row--kirtasiye { --ref-accent: #3498db; }
.ref-client-row--eczane,
.ref-client-row--saglik-medikal { --ref-accent: #9b59b6; }
.ref-client-row--otomotiv { --ref-accent: #34495e; }
.ref-client-row--elektronik { --ref-accent: #1abc9c; }
.ref-client-row--tekstil { --ref-accent: #e84393; }
.ref-client-row--kuafor-guzellik { --ref-accent: #fd79a8; }
.ref-client-row--pet-shop { --ref-accent: #f39c12; }
.ref-client-row--mobilya { --ref-accent: #8e6f3e; }
.ref-client-row--yapi-market { --ref-accent: #d35400; }
.ref-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.ref-pagination__btn {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--bg-card);
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--ease);
}
.ref-pagination__btn:hover:not(.is-active) {
  border-color: var(--border-red);
  color: var(--red);
}
.ref-pagination__btn.is-active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  cursor: default;
}
.ref-pagination__dots {
  color: var(--text-muted);
  padding: 0 4px;
  user-select: none;
}
@media (max-width: 767px) {
  .ref-filter-panel__head { grid-template-columns: 1fr; }
  .ref-filter-panel__tags { margin-left: 0; width: 100%; }
  .ref-client-row {
    grid-template-columns: 80px 1fr;
    gap: 16px;
    padding: 16px 18px;
  }
  .ref-client-row__logo {
    width: 80px;
    height: 80px;
    border-radius: 12px;
  }
  .ref-client-row__initials { font-size: 1.5rem; }
  .ref-client-row__name { font-size: 1rem; }
  .ref-clients-intro__stats { width: 100%; }
  .ref-clients-stat { flex: 1; min-width: 80px; }
}

/* ── Referans Müşteriler v3 — yatay logo + düzeltmeler ── */
.ref-filter-panel__search-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
.ref-filter-panel__search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  min-height: 52px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.15);
  cursor: text;
}
.ref-filter-panel__search:focus-within {
  border-color: var(--border-red);
  box-shadow: 0 0 0 3px rgba(196, 18, 48, 0.12);
}
.ref-filter-panel__search svg { color: var(--text-muted); flex-shrink: 0; }
.ref-filter-panel__search input {
  flex: 1;
  border: none;
  background: transparent;
  color: var(--text);
  font-size: 15px;
  min-width: 0;
  padding: 14px 0;
}
.ref-filter-panel__search input::placeholder { color: var(--text-dim); }
.ref-filter-panel__reset {
  flex-shrink: 0;
  padding: 0 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: transparent;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--ease);
}
.ref-filter-panel__reset:hover {
  border-color: var(--border-red);
  color: var(--red);
}
.ref-filter-panel__controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.ref-clients-list .ref-client-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
  padding: 22px 26px;
}
.ref-clients-list .ref-client-row__logo {
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
.ref-clients-list .ref-client-row__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}
.ref-clients-list .ref-client-row__logo--missing {
  background: var(--bg-card);
  border-style: dashed;
}
.ref-clients-list .ref-client-row__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ref-clients-list .ref-client-row__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}
.ref-clients-list .ref-client-row__name {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text);
}
.ref-clients-list .ref-client-row__sector {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ref-accent, var(--red));
  background: color-mix(in srgb, var(--ref-accent, var(--red)) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--ref-accent, var(--red)) 30%, transparent);
  padding: 4px 10px;
  border-radius: 999px;
}
.ref-clients-list .ref-client-row__meta {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--text-muted);
}
.ref-clients-list .ref-client-row__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--text-dim);
}
.ref-clients-empty {
  padding: 48px 24px;
  text-align: center;
  border: 1px dashed var(--border);
  border-radius: 14px;
  color: var(--text-muted);
  font-size: 0.9375rem;
}
.ref-pagination {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.ref-pagination.is-visible {
  display: flex;
}
@media (max-width: 767px) {
  .ref-filter-panel__controls { grid-template-columns: 1fr; }
  .ref-filter-panel__search-row { flex-direction: column; }
  .ref-clients-list .ref-client-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
  }
  .ref-clients-list .ref-client-row__logo {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
  }
  .ref-clients-list .ref-client-row__name { font-size: 1rem; }
  .ref-clients-list .ref-client-row__desc { font-size: 0.8125rem; }
}

/* ── Referans arama / filtre toolbar ── */
.ref-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin-bottom: 28px;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--bg-card);
}
.ref-toolbar__search {
  flex: 1;
  min-width: 220px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
}
.ref-toolbar__search svg { color: var(--text-muted); flex-shrink: 0; }
.ref-toolbar__search input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 0;
  font-size: 14px;
  outline: none;
}
.ref-toolbar__filter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ref-toolbar__filter label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}
.ref-toolbar__filter select {
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  font-size: 14px;
  min-width: 160px;
  background: #fff;
}
.ref-toolbar__count {
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
  margin-left: auto;
}
.ref-toolbar--dl { margin-top: 24px; }

/* ── Müşteri logoları — büyük, görsel ── */
.clients-grid--large {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 18px;
}
.client-card__logo--img {
  width: 80px;
  height: 80px;
  padding: 0;
  background: #fff;
  border: 2px solid var(--border);
  overflow: hidden;
}
.client-card__logo--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.client-card__city {
  font-size: 10px;
  color: var(--text-muted);
}

/* ── Web mockup cihaz çerçeveleri ── */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.web-mockup-pair {
  position: relative;
  height: 200px;
  background: linear-gradient(145deg, #f4f4f6, #eaeaee);
  overflow: hidden;
}
.device-frame {
  position: absolute;
  border-radius: 8px;
  background: #1a1a1f;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.device-frame__screen {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}
.device-frame--laptop {
  width: 78%;
  height: 72%;
  top: 12%;
  left: 4%;
  padding: 8px 8px 14px;
  border-radius: 10px 10px 4px 4px;
}
.device-frame--laptop .device-frame__screen { border-radius: 4px; }
.device-frame--phone {
  width: 22%;
  height: 68%;
  top: 18%;
  right: 6%;
  padding: 6px;
  border-radius: 14px;
}
.device-frame--phone .device-frame__screen { border-radius: 10px; }
.device-frame--lg.device-frame--laptop {
  position: relative;
  width: 100%;
  height: 320px;
  top: auto;
  left: auto;
}
.device-frame--lg.device-frame--phone {
  position: relative;
  width: 200px;
  height: 380px;
  top: auto;
  right: auto;
  margin: 0 auto;
}
.web-card--mockup {
  padding: 0;
  overflow: hidden;
}
.web-card--mockup .web-card__body { padding: 18px 20px 20px; }
.web-card--mockup .web-card__body h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.web-portfolio--mockup {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

/* ── Web detay pro sayfa ── */
.web-detail-hero {
  padding: 2rem 0 1.5rem;
  background: linear-gradient(180deg, #0f0f12 0%, var(--bg) 100%);
  color: #fff;
}
.web-detail-hero .breadcrumb a { color: rgba(255,255,255,0.7); }
.web-detail-hero .breadcrumb span { color: rgba(255,255,255,0.5); }
.web-detail-hero__head h1 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin: 0.5rem 0;
}
.web-detail-hero__head p {
  color: rgba(255,255,255,0.65);
  max-width: 640px;
  font-size: 1rem;
}
.web-detail-pro { padding: 2.5rem 0 3rem; }
.web-detail-pro__showcase {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 2.5rem;
}
.web-detail-pro__grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 32px;
  align-items: start;
}
.web-detail-pro__panel {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--bg-card);
  margin-bottom: 16px;
}
.web-detail-pro__panel h3 {
  font-family: var(--font-head);
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.web-detail-pro__panel dl { margin: 0; }
.web-detail-pro__panel dl > div {
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}
.web-detail-pro__panel dl > div:last-child { border-bottom: none; }
.web-detail-pro__panel dt {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--red);
  margin-bottom: 2px;
}
.web-detail-pro__panel dd { margin: 0; font-size: 14px; font-weight: 600; }
.web-detail-pro__main h2 {
  font-family: var(--font-head);
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.web-detail-pro__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}
.web-detail-pro__tags span {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(196, 18, 48, 0.08);
  color: var(--red);
  border: 1px solid rgba(196, 18, 48, 0.15);
}
.web-detail-pro__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.web-detail-pro__features article {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--bg-card);
}
.web-detail-pro__features h4 {
  font-family: var(--font-head);
  font-size: 0.95rem;
  margin-bottom: 6px;
}
.web-detail-pro__features p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

/* ── Teknik destek sayfası ── */
.support-page { padding: 2rem 0 3rem; }
.support-page__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}
.support-page__visual {
  height: 220px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.support-page__copy h2 {
  font-family: var(--font-head);
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.support-page__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.support-contact-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: var(--ease);
}
.support-contact-chip:hover { border-color: var(--border-red); }
.support-contact-chip strong {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--red);
}
.support-form-wrap--rich {
  padding: 28px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--bg-card);
}
.support-form-wrap--rich h3 {
  font-family: var(--font-head);
  font-size: 1.25rem;
  margin-bottom: 6px;
}
.support-form-wrap--rich > p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 20px;
}

/* ── Kurulum indirme sayfası ── */
.dl-page { padding: 2rem 0 3rem; }
.dl-page__intro {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: start;
  margin-bottom: 8px;
}
.dl-page__intro h2 {
  font-family: var(--font-head);
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.dl-page__intro p {
  color: var(--text-muted);
  font-size: 14px;
  max-width: 560px;
}
.dl-page__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.dl-cat-pill {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  background: rgba(196, 18, 48, 0.08);
  color: var(--red);
  border: 1px solid rgba(196, 18, 48, 0.12);
}
.dl-grid--rich {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.dl-card--rich {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
}
.dl-card__tag {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--red);
  margin-bottom: 4px;
}

/* ── Bülten formu zengin ── */
.newsletter-band__form--rich {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  min-width: 380px;
}
.newsletter-band__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.newsletter-band__fields input:last-child {
  grid-column: 1 / -1;
}
.newsletter-band--footer .newsletter-band__form--rich input {
  min-width: 0;
  padding: 0.8rem 1rem;
  font-size: 14px;
}
.newsletter-band--footer .newsletter-band__form--rich .btn {
  padding: 0.85rem 1.5rem;
  font-size: 14px;
  width: 100%;
}
.newsletter-band--footer .newsletter-band__inner {
  grid-template-columns: 1fr 420px;
}

@media (max-width: 991px) {
  .ref-toolbar__count { margin-left: 0; width: 100%; }
  .web-detail-pro__showcase,
  .web-detail-pro__grid,
  .support-page__grid,
  .dl-page__intro { grid-template-columns: 1fr; }
  .web-detail-pro__features { grid-template-columns: 1fr; }
  .newsletter-band__form--rich { min-width: 0; }
  .newsletter-band--footer .newsletter-band__inner { grid-template-columns: 1fr; }
  .newsletter-band__fields { grid-template-columns: 1fr; }
  .newsletter-band__fields input:last-child { grid-column: auto; }
  .dl-page__cats { justify-content: flex-start; }
}

/* ——— Site components (contact tabs, testimonials, partners) ——— */
.contact-tabs, .map-tabs { display: flex; gap: 8px; margin: 16px 0; flex-wrap: wrap; }
.contact-tabs__btn, .map-tabs__btn {
  border: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.25); color: #fff;
  padding: 8px 16px; border-radius: 999px; font-size: 13px; cursor: pointer; transition: .2s;
}
.contact-tabs__btn.is-active, .map-tabs__btn.is-active { background: var(--red, #e31); border-color: var(--red, #e31); }
.contact-tabs__panel { display: none; }
.contact-tabs__panel.is-active { display: block; }
.map-section--tabs { position: relative; overflow: hidden; }
.map-section--tabs .map-tabs {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  margin: 0;
  display: inline-flex;
  gap: 0;
  padding: 4px;
  background: rgba(10, 10, 12, 0.9);
  border: 1px solid var(--border);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
}
.map-section--tabs .map-tabs__btn {
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--text-muted);
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 10px 18px;
  cursor: pointer;
  transition: var(--ease);
  line-height: 1.2;
}
.map-section--tabs .map-tabs__btn:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}
.map-section--tabs .map-tabs__btn.is-active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  box-shadow: 0 4px 14px rgba(196, 18, 48, 0.35);
}
@media (min-width: 768px) {
  .map-section--tabs .map-tabs {
    top: 24px;
    left: max(24px, calc((100vw - 1240px) / 2 + 24px));
  }
}
.map-tabs__panel { display: none; min-height: 420px; }
.map-tabs__panel.is-active { display: block; }
.map-tabs__panel iframe { width: 100%; min-height: 420px; border: 0; display: block; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.testimonial-card {
  background: var(--surface, #111); border: 1px solid rgba(255,255,255,.08); border-radius: 12px;
  padding: 20px; display: flex; flex-direction: column; gap: 12px;
}
.testimonial-card__stars { color: #f5a623; letter-spacing: 2px; font-size: 14px; }
.testimonial-card__text { font-size: 14px; line-height: 1.6; color: var(--text-muted, #aaa); flex: 1; }
.testimonial-card__author { font-size: 13px; }
.testimonial-card__author span { color: var(--text-muted, #888); display: block; }
.partner-chip--rich {
  display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 20px 16px;
  min-height: 120px; justify-content: center;
}
.partner-chip__mark {
  width: 48px; height: 48px; border-radius: 10px; background: var(--red, #e31);
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px;
}
.partner-chip__logo { max-height: 40px; max-width: 100px; object-fit: contain; }
.partner-chip__link { font-size: 11px; opacity: .7; }
.media-duo__list--quotes { display: flex; flex-direction: column; gap: 16px; }
.media-duo__quote { border-left: 3px solid var(--red, #e31); padding-left: 16px; margin: 0; }
.media-duo__quote p { margin: 0 0 8px; font-size: 14px; line-height: 1.5; }
.media-duo__quote footer { font-size: 12px; color: var(--text-muted, #888); }
.blog-article__body { max-width: 760px; margin: 0 auto; line-height: 1.75; }
.blog-article__body p { margin-bottom: 1rem; }
.blog-article__footer { max-width: 760px; margin: 32px auto 0; display: flex; gap: 12px; flex-wrap: wrap; }

/* ─── Çerez onay bandı (sol alt) ─── */
.cookie-consent {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 9999;
  max-width: min(420px, calc(100vw - 32px));
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;
}
.cookie-consent.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cookie-consent__panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 14px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.94);
  color: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}
.cookie-consent__icon {
  grid-row: 1 / span 2;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(227, 17, 17, 0.15);
  color: #ff6b6b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-consent__title {
  margin: 0;
  font-family: var(--font-display, Rajdhani, sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.cookie-consent__text {
  margin: 4px 0 0;
  grid-column: 2;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #cbd5e1;
}
.cookie-consent__actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.cookie-consent__link {
  font-size: 0.82rem;
  color: #94a3b8;
  text-decoration: underline;
}
.cookie-consent__link:hover { color: #f8fafc; }
@media (max-width: 480px) {
  .cookie-consent { left: 10px; bottom: 10px; }
  .cookie-consent__panel { padding: 14px; }
}

/* Bilgi Bankası kütüphane düzeni */
.kb-library { padding: 36px 0 48px; }
.kb-library__layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.kb-library__aside {
  position: sticky;
  top: 96px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.55);
}
.kb-library__aside-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin: 0 0 14px;
  line-height: 1.2;
}
.kb-library__aside-title span {
  display: block;
  font-size: 0.72rem;
  color: var(--text-dim);
  font-weight: 500;
  margin-top: 4px;
}
.kb-library__cats { display: flex; flex-direction: column; gap: 6px; }
.kb-library__cat {
  display: block;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
  color: var(--text-muted);
  border: 1px solid transparent;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.kb-library__cat:hover { color: var(--text); border-color: var(--border); }
.kb-library__cat.is-active {
  color: var(--red);
  border-color: var(--border-red);
  background: rgba(220, 38, 38, 0.08);
}
.kb-library__stats {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.kb-library__stats strong { font-size: 1.4rem; color: var(--red); }
.kb-library__stats span { font-size: 0.8rem; color: var(--text-dim); }
.kb-feed--library { margin-top: 0; }
.kb-library__empty {
  padding: 48px 24px;
  text-align: center;
  border: 1px dashed var(--border);
  border-radius: 12px;
  color: var(--text-muted);
}
.ref-toolbar--kb { margin-bottom: 20px; }
.dl-card__desc { font-size: 12px; color: var(--text-dim); margin-top: 4px; line-height: 1.45; }

/* 404 sayfası */
.page-hero--404 .container { max-width: 720px; }
.error-404 { padding: 0 0 64px; }
.error-404__code {
  font-family: var(--font-display);
  font-size: clamp(4rem, 12vw, 7rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: rgba(220, 38, 38, 0.15);
  margin: -24px 0 24px;
  letter-spacing: -0.04em;
}
.error-404__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}
.error-404__link {
  display: block;
  padding: 18px 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.45);
  transition: border-color 0.2s, transform 0.2s;
}
.error-404__link:hover {
  border-color: var(--border-red);
  transform: translateY(-2px);
}
.error-404__link-icon { font-size: 1.4rem; display: block; margin-bottom: 8px; }
.error-404__link strong { display: block; font-size: 0.95rem; margin-bottom: 4px; }
.error-404__link span { font-size: 0.78rem; color: var(--text-muted); line-height: 1.4; }
.error-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 991px) {
  .kb-library__layout { grid-template-columns: 1fr; }
  .kb-library__aside { position: static; }
  .kb-library__cats {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .error-404__links { grid-template-columns: 1fr; }
}

/* ── Referans Müşteriler — Ankara KOBİ kartları ── */
.ref-clients-page {
  padding: 48px 0 72px;
}
.ref-clients-intro {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: start;
  margin-bottom: 36px;
  padding: 28px 32px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(196, 18, 48, 0.06), transparent 55%), var(--bg-card);
}
.ref-clients-intro__text h2 {
  margin: 8px 0 12px;
  font-family: var(--font-head);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  line-height: 1.25;
}
.ref-clients-intro__text p {
  margin: 0;
  max-width: 52ch;
  color: var(--text-muted);
  line-height: 1.65;
  font-size: 0.95rem;
}
.ref-clients-intro__badges {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 140px;
}
.ref-clients-badge {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}
.ref-clients-badge strong {
  font-family: var(--font-head);
  font-size: 1.1rem;
  color: var(--red);
}
.ref-clients-badge span {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ref-toolbar--clients {
  margin-bottom: 28px;
}
.ref-clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}
.ref-client {
  --ref-accent: #c41230;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  transition: var(--ease);
  position: relative;
  overflow: hidden;
}
.ref-client::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--ref-accent);
  opacity: 0.85;
}
.ref-client:hover {
  border-color: var(--border-red);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}
.ref-client__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.ref-client__mark {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--ref-accent), color-mix(in srgb, var(--ref-accent) 60%, #1a1a1f));
  flex-shrink: 0;
  letter-spacing: 0.02em;
}
.ref-client__mark--img {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
  padding: 6px;
}
.ref-client__mark--img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}
.ref-client__pill {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ref-accent);
  background: color-mix(in srgb, var(--ref-accent) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--ref-accent) 25%, transparent);
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1.3;
  text-align: right;
  max-width: 55%;
}
.ref-client__name {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--text);
}
.ref-client__loc {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-muted);
}
.ref-client__loc svg {
  flex-shrink: 0;
  opacity: 0.7;
}
.ref-client--perakende { --ref-accent: #c41230; }
.ref-client--restoran-cafe { --ref-accent: #e67e22; }
.ref-client--gida-sarkuteri { --ref-accent: #27ae60; }
.ref-client--kirtasiye { --ref-accent: #3498db; }
.ref-client--eczane { --ref-accent: #9b59b6; }
.ref-client--otomotiv { --ref-accent: #34495e; }
.ref-client--elektronik { --ref-accent: #1abc9c; }
.ref-client--tekstil { --ref-accent: #e84393; }
.ref-client--kuafor-guzellik { --ref-accent: #fd79a8; }
.ref-client--pet-shop { --ref-accent: #f39c12; }
.ref-client--mobilya { --ref-accent: #8e6f3e; }
@media (max-width: 767px) {
  .ref-clients-intro {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }
  .ref-clients-intro__badges {
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 0;
  }
  .ref-clients-badge { flex: 1; min-width: 90px; }
  .ref-clients-grid { grid-template-columns: 1fr; }
}

/* ── Referans Müşteriler v2 — yatay kart, filtre, sayfalama ── */
.ref-clients-intro__stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.ref-clients-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 16px 20px;
  min-width: 88px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}
.ref-clients-stat strong {
  font-family: var(--font-head);
  font-size: 1.35rem;
  color: var(--red);
  line-height: 1;
}
.ref-clients-stat span {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ref-filter-panel {
  margin-bottom: 28px;
  padding: 22px 24px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--bg-card);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ref-filter-panel__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: end;
}
.ref-filter-panel__search {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  min-height: 52px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.15);
  transition: var(--ease);
}
.ref-filter-panel__search:focus-within {
  border-color: var(--border-red);
  box-shadow: 0 0 0 3px rgba(196, 18, 48, 0.12);
}
.ref-filter-panel__search svg { color: var(--text-muted); flex-shrink: 0; }
.ref-filter-panel__search input {
  flex: 1;
  border: none;
  background: transparent;
  color: var(--text);
  font-size: 15px;
  min-width: 0;
}
.ref-filter-panel__search input::placeholder { color: var(--text-dim); }
.ref-filter-panel__clear {
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-muted);
  width: 28px;
  height: 28px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}
.ref-filter-panel__clear:hover { color: var(--text); background: rgba(196, 18, 48, 0.2); }
.ref-filter-panel__selects {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.ref-filter-select {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 130px;
}
.ref-filter-select span {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}
.ref-filter-select select {
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.15);
  color: var(--text);
  font-size: 14px;
}
.ref-filter-panel__sectors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.ref-filter-panel__label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  flex-shrink: 0;
}
.ref-sector-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}
.ref-sector-pill {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text-muted);
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--ease);
  white-space: nowrap;
}
.ref-sector-pill:hover {
  border-color: var(--border-red);
  color: var(--text);
}
.ref-sector-pill.is-active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.ref-filter-panel__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding-top: 4px;
  border-top: 1px solid var(--border);
}
.ref-filter-panel__count {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}
.ref-filter-panel__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
}
.ref-filter-tag {
  border: 1px solid var(--border);
  background: rgba(196, 18, 48, 0.08);
  color: var(--text);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  cursor: pointer;
  transition: var(--ease);
}
.ref-filter-tag:hover { border-color: var(--border-red); }
.ref-filter-tag--all { background: transparent; color: var(--text-muted); }
.ref-clients-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ref-client-row {
  --ref-accent: #c41230;
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 22px;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--bg-card);
  transition: var(--ease);
  position: relative;
  overflow: hidden;
}
.ref-client-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--ref-accent);
}
.ref-client-row:hover {
  border-color: var(--border-red);
  transform: translateX(4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}
.ref-client-row__logo {
  width: 112px;
  height: 112px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.ref-client-row__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}
.ref-client-row__logo--fallback,
.ref-client-row__logo:not(:has(img)) {
  background: linear-gradient(135deg, var(--ref-accent), color-mix(in srgb, var(--ref-accent) 55%, #1a1a1f));
  border-color: transparent;
}
.ref-client-row__initials {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.02em;
}
.ref-client-row__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.ref-client-row__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 16px;
}
.ref-client-row__name {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}
.ref-client-row__sector {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--ref-accent);
  background: color-mix(in srgb, var(--ref-accent) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--ref-accent) 28%, transparent);
  padding: 4px 12px;
  border-radius: 999px;
}
.ref-client-row__meta {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-muted);
}
.ref-client-row__meta svg { flex-shrink: 0; opacity: 0.75; }
.ref-client-row__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-dim);
  max-width: 72ch;
}
.ref-client-row--perakende { --ref-accent: #c41230; }
.ref-client-row--restoran-cafe,
.ref-client-row--kafe-pastane { --ref-accent: #e67e22; }
.ref-client-row--gida-sarkuteri,
.ref-client-row--tekel-bufe { --ref-accent: #27ae60; }
.ref-client-row--kirtasiye { --ref-accent: #3498db; }
.ref-client-row--eczane,
.ref-client-row--saglik-medikal { --ref-accent: #9b59b6; }
.ref-client-row--otomotiv { --ref-accent: #34495e; }
.ref-client-row--elektronik { --ref-accent: #1abc9c; }
.ref-client-row--tekstil { --ref-accent: #e84393; }
.ref-client-row--kuafor-guzellik { --ref-accent: #fd79a8; }
.ref-client-row--pet-shop { --ref-accent: #f39c12; }
.ref-client-row--mobilya { --ref-accent: #8e6f3e; }
.ref-client-row--yapi-market { --ref-accent: #d35400; }
.ref-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.ref-pagination__btn {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--bg-card);
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--ease);
}
.ref-pagination__btn:hover:not(.is-active) {
  border-color: var(--border-red);
  color: var(--red);
}
.ref-pagination__btn.is-active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  cursor: default;
}
.ref-pagination__dots {
  color: var(--text-muted);
  padding: 0 4px;
  user-select: none;
}
@media (max-width: 767px) {
  .ref-filter-panel__head { grid-template-columns: 1fr; }
  .ref-filter-panel__tags { margin-left: 0; width: 100%; }
  .ref-client-row {
    grid-template-columns: 80px 1fr;
    gap: 16px;
    padding: 16px 18px;
  }
  .ref-client-row__logo {
    width: 80px;
    height: 80px;
    border-radius: 12px;
  }
  .ref-client-row__initials { font-size: 1.5rem; }
  .ref-client-row__name { font-size: 1rem; }
  .ref-clients-intro__stats { width: 100%; }
  .ref-clients-stat { flex: 1; min-width: 80px; }
}

/* ── Referans Müşteriler v3 — yatay logo + düzeltmeler ── */
.ref-filter-panel__search-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
.ref-filter-panel__search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  min-height: 52px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.15);
  cursor: text;
}
.ref-filter-panel__search:focus-within {
  border-color: var(--border-red);
  box-shadow: 0 0 0 3px rgba(196, 18, 48, 0.12);
}
.ref-filter-panel__search svg { color: var(--text-muted); flex-shrink: 0; }
.ref-filter-panel__search input {
  flex: 1;
  border: none;
  background: transparent;
  color: var(--text);
  font-size: 15px;
  min-width: 0;
  padding: 14px 0;
}
.ref-filter-panel__search input::placeholder { color: var(--text-dim); }
.ref-filter-panel__reset {
  flex-shrink: 0;
  padding: 0 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: transparent;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--ease);
}
.ref-filter-panel__reset:hover {
  border-color: var(--border-red);
  color: var(--red);
}
.ref-filter-panel__controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.ref-clients-list .ref-client-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
  padding: 22px 26px;
}
.ref-clients-list .ref-client-row__logo {
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
.ref-clients-list .ref-client-row__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}
.ref-clients-list .ref-client-row__logo--missing {
  background: var(--bg-card);
  border-style: dashed;
}
.ref-clients-list .ref-client-row__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ref-clients-list .ref-client-row__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}
.ref-clients-list .ref-client-row__name {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text);
}
.ref-clients-list .ref-client-row__sector {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ref-accent, var(--red));
  background: color-mix(in srgb, var(--ref-accent, var(--red)) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--ref-accent, var(--red)) 30%, transparent);
  padding: 4px 10px;
  border-radius: 999px;
}
.ref-clients-list .ref-client-row__meta {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--text-muted);
}
.ref-clients-list .ref-client-row__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--text-dim);
}
.ref-clients-empty {
  padding: 48px 24px;
  text-align: center;
  border: 1px dashed var(--border);
  border-radius: 14px;
  color: var(--text-muted);
  font-size: 0.9375rem;
}
.ref-pagination {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.ref-pagination.is-visible {
  display: flex;
}
@media (max-width: 767px) {
  .ref-filter-panel__controls { grid-template-columns: 1fr; }
  .ref-filter-panel__search-row { flex-direction: column; }
  .ref-clients-list .ref-client-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
  }
  .ref-clients-list .ref-client-row__logo {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
  }
  .ref-clients-list .ref-client-row__name { font-size: 1rem; }
  .ref-clients-list .ref-client-row__desc { font-size: 0.8125rem; }
}
