:root {
  --bg: #f5f6f8;
  --card: #fff;
  --ink: #1a1a1a;
  --muted: #5c6570;
  --line: #e4e8ef;
  --navy: #012669;
  --brand: #e06a2e;
  --brand-mid: #cb5515;
  --brand-deep: #a64410;
  --brand-soft: #ffe8d6;
  --wa: #25d366;
  --call: #012669;
  --ig: #c13584;
  --fb: #1877f2;
  --radius: 0;
  --shadow: 0 2px 12px rgba(1, 38, 105, .07);
  --font: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  --grad: linear-gradient(135deg, #a64410 0%, #cb5515 50%, #e06a2e 100%);
}
* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: clip;
}
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: clip;
  min-width: 0;
}
img, video, svg, canvas {
  max-width: 100%;
  height: auto;
}
input, select, textarea {
  font-size: 16px;
}
a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--brand-mid); }
.wrap { width: min(1100px, calc(100% - 24px)); margin: 0 auto; }
i[class^="fa-"], i[class*=" fa-"] { line-height: 1; }

/* Top bar — logo/menü ile aynı wrap hizası */
.top-bar {
  background: var(--grad);
  color: #fff;
  font-size: .84rem;
  font-weight: 700;
  padding: 8px 0;
}
.top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.top-bar a {
  color: #fff !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.top-bar a:hover { opacity: .9; }
.top-bar__phone { justify-self: start; }
.top-bar__wa { margin-left: auto; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: #fff;
  border-bottom: 2px solid var(--brand);
  box-shadow: 0 1px 8px rgba(0,0,0,.05);
}
.header-bar {
  display: flex; align-items: center; gap: 12px;
  min-height: 64px; padding: 8px 0 4px;
}
.header-menu {
  border-top: 1px solid #eef1f5;
  padding: 0;
}
.header-cats {
  border-top: 1px solid #eef1f5;
}
.subnav {
  display: flex;
  align-items: stretch;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}
.subnav::-webkit-scrollbar { display: none; }
.subnav a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: var(--navy);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.subnav a:hover,
.subnav a.is-active {
  color: var(--brand-deep);
  border-bottom-color: var(--brand);
}
.subnav a i {
  color: var(--brand-mid);
  font-size: .9rem;
  line-height: 1;
  flex: 0 0 auto;
  width: 1.1em;
  text-align: center;
}
.place-hy { display: none; }
.nav-panel--grid .place-hy,
.nav-panel--mah .place-hy { display: inline; font-weight: 700; }
.nav-panel--grid a > span { white-space: normal; }
.nav-mah-group__list a { display: block !important; white-space: normal; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none !important; }
.brand-logo { height: 42px; width: auto; display: block; filter: none; }

.site-nav {
  display: flex; align-items: stretch; justify-content: flex-start;
  gap: 0; width: 100%; min-height: 46px;
}
.nav-dd { position: relative; }
.nav-dd > summary {
  list-style: none; cursor: pointer; user-select: none;
  color: var(--navy); font-weight: 700; font-size: .86rem;
  letter-spacing: 0;
  padding: 12px 16px;
  height: 100%;
  display: inline-flex; align-items: center; gap: 8px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  transition: color .15s ease, border-color .15s ease, background .15s ease;
}
.nav-dd > summary > span { line-height: 1; }
.nav-dd > summary > i.fa-bed,
.nav-dd > summary > i.fa-hand-holding-medical,
.nav-dd > summary > i.fa-map-location-dot,
.nav-dd > summary > i.fa-house {
  width: 1.15em;
  text-align: center;
  color: var(--brand-mid);
  font-size: .92rem;
  flex: 0 0 auto;
}
.nav-dd > summary::-webkit-details-marker { display: none; }
.nav-dd > summary > .fa-chevron-down {
  font-size: .58rem;
  opacity: .4;
  margin-left: 2px;
  transition: transform .18s ease, opacity .18s ease;
}
.nav-dd[open] > summary > .fa-chevron-down {
  transform: rotate(180deg);
  opacity: .85;
}
.nav-dd[open] > summary,
.nav-dd > summary:hover {
  background: transparent;
  color: var(--brand-deep);
  border-bottom-color: var(--brand);
}
.nav-panel {
  position: absolute; top: 100%; left: 0;
  background: #fff; color: var(--ink);
  border: 1px solid #e8edf3;
  box-shadow: 0 12px 32px rgba(1, 38, 105, .1), 0 2px 6px rgba(0,0,0,.04);
  padding: 8px;
  z-index: 70;
  min-width: 240px;
  max-height: min(72vh, 520px);
  overflow: auto;
  animation: navPanelIn .16s ease;
}
@keyframes navPanelIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}
.nav-panel a {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 9px 11px; color: var(--navy);
  text-decoration: none !important; font-size: .84rem; font-weight: 600;
  line-height: 1.35;
  transition: background .12s ease, color .12s ease;
}
.nav-panel a:hover {
  background: #fff7f1;
  color: var(--brand-deep);
}
.nav-panel a small {
  color: #8a94a3;
  font-weight: 550;
  font-size: .72rem;
  white-space: nowrap;
}
.nav-panel--list {
  min-width: 250px;
  display: grid;
  gap: 1px;
}
.nav-panel--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 1px;
  min-width: 320px;
  padding: 6px;
}
.nav-panel--grid a {
  font-size: .82rem;
  font-weight: 600;
  padding: 8px 10px;
}
.nav-panel--products {
  min-width: min(340px, 92vw);
  display: grid;
  gap: 2px;
  padding: 8px;
}
.nav-panel--products > a {
  justify-content: flex-start;
  gap: 10px;
  padding: 7px 8px;
  align-items: center;
}
.nav-prod-thumb {
  width: 40px;
  height: 40px;
  object-fit: cover;
  flex: 0 0 40px;
  background: #eef0f3;
  display: block;
}
.nav-prod-txt {
  display: grid;
  gap: 2px;
  min-width: 0;
  text-align: left;
}
.nav-prod-txt strong {
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nav-prod-txt small {
  font-size: .68rem !important;
  color: var(--brand-mid) !important;
  font-weight: 650 !important;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.nav-panel__more {
  margin-top: 4px;
  border-top: 1px solid #eef1f5;
  padding-top: 10px !important;
  color: var(--brand-mid) !important;
  font-size: .78rem !important;
  font-weight: 700 !important;
  justify-content: center !important;
  gap: 8px;
}
.nav-panel__more i,
.nav-mah-all i { width: 1.1em; text-align: center; flex: 0 0 auto; }
.nav-mah-all {
  justify-content: flex-start !important;
  gap: 6px;
  color: var(--brand-mid) !important;
  font-weight: 700 !important;
}
.nav-panel--mah {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 12px;
  min-width: min(520px, 90vw);
  padding: 10px 12px;
}
.nav-mah-group__title {
  display: block !important;
  font-size: .68rem !important;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--brand-mid) !important;
  padding: 16px 2px 8px !important;
  margin-bottom: 4px;
  border-bottom: 1px solid #f0d2bf;
  font-weight: 800 !important;
  justify-content: flex-start !important;
}
.nav-mah-group__list { display: grid; gap: 0; }
.nav-mah-group__list a {
  font-size: .8rem !important;
  font-weight: 550 !important;
  padding: 5px 6px !important;
  color: #334155 !important;
}
.nav-mah-group__list a:hover {
  color: var(--brand-deep) !important;
  background: #fff7f1 !important;
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex: 0 0 auto;
  background: var(--brand-mid);
  color: #fff !important;
  text-decoration: none !important;
  padding: 9px 14px;
  font-weight: 800;
  border: 0;
}
.header-call:hover { background: var(--brand); color: #fff !important; }
.header-call i { font-size: 1rem; }
.header-call__txt { display: grid; text-align: left; line-height: 1.15; }
.header-call__txt small {
  font-size: .65rem; font-weight: 650; opacity: .9; text-transform: uppercase; letter-spacing: .04em;
}
.header-call__txt strong { font-size: .86rem; }

.header-actions { display: none; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 9px 12px; border-radius: 0;
  font-weight: 800; text-decoration: none !important; border: 0;
  line-height: 1.15; text-transform: uppercase; font-size: .75rem; letter-spacing: .02em;
}
.btn i { font-size: .95rem; }
.btn-txt { display: grid; text-align: left; text-transform: none; letter-spacing: 0; }
.btn-txt small { font-size: .65rem; opacity: .9; font-weight: 600; }
.btn-txt strong { font-size: .82rem; }
.btn-wa { background: var(--wa); color: #fff !important; }
.btn-call { background: var(--call); color: #fff !important; }
.btn-gsm { background: #0f766e; color: #fff !important; }
.btn-ghost { background: transparent; color: #fff; border: 2px solid #fff; }
.btn-ghost:hover { background: #fff; color: var(--brand-deep); }
.btn-primary { background: var(--brand-mid); color: #fff !important; }
.btn-primary:hover { background: var(--brand-deep); }
.btn.sm { padding: 7px 10px; font-size: .72rem; width: fit-content; }

.main { padding: 0 0 100px; width: 100%; max-width: none; margin: 0; }
.main > .toc,
.main > .seo-block,
.main > .product-detail,
.main > section {
  width: min(1100px, calc(100% - 24px));
  margin-left: auto;
  margin-right: auto;
}

/* Hero — video arka plan (2motorlu) */
.page-head {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 0;
  margin: 0 0 18px;
  text-align: center;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #012669;
  width: 100%;
}
.page-head--home { min-height: 560px; }
.page-head--video { padding: 0; }

.page-head__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #012669;
}
.page-head__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.page-head__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(1, 38, 105, 0.82) 0%,
    rgba(166, 68, 16, 0.55) 55%,
    rgba(224, 106, 46, 0.45) 100%
  );
  pointer-events: none;
}
.page-head__content {
  position: relative;
  z-index: 2;
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 12px 44px;
}
.breadcrumb {
  margin: 0 auto 14px;
  background: rgba(0,0,0,.28);
  padding: 8px 14px;
  display: inline-flex;
}
.breadcrumb ol {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0; font-size: .78rem; color: #fff;
}
.breadcrumb li:not(:last-child)::after { content: " / "; margin: 0 6px; color: #ffe8d6; }
.breadcrumb a { color: #fff !important; font-weight: 600; }
.breadcrumb [aria-current="page"] { color: #fff; font-weight: 700; }
.eyebrow {
  margin: 0 0 8px; color: var(--brand-soft); font-weight: 800;
  font-size: .72rem; text-transform: uppercase; letter-spacing: .08em;
}
.page-head h1 {
  margin: 0 0 12px; font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.2; color: #fff; font-weight: 900;
  text-shadow: 0 2px 12px rgba(0,0,0,.25);
}
.page-head--home h1 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); }
.lede { margin: 0 auto 18px; color: #fff; font-size: 1rem; max-width: 760px; opacity: .96; }
.lede strong { color: #fff; }
.page-head .cta-row { justify-content: center; }
.page-head .btn-ghost { color: #fff; border-color: #fff; background: transparent; }
.page-head .btn-ghost:hover { background: #fff; color: var(--brand-deep); }
.cta-row { display: flex; flex-wrap: wrap; gap: 8px; }

@media (max-width: 767px) {
  .page-head { min-height: 420px; }
  .page-head--home { min-height: 480px; }
  .page-head__content { padding: 36px 8px 32px; }
  .page-head__overlay {
    background: linear-gradient(180deg, rgba(1,38,105,.78) 0%, rgba(166,68,16,.62) 100%);
  }
}

.toc {
  background: var(--card);
  border: 2px solid var(--brand);
  border-radius: 0;
  padding: 0;
  margin: 0 0 16px;
}
.toc > summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  font-size: .88rem;
  color: var(--brand-mid);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 800;
}
.toc > summary::-webkit-details-marker { display: none; }
.toc-title { margin: 0; font-size: inherit; color: inherit; font-weight: inherit; }
.toc-toggle {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-mid);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
}
.toc-toggle::before { content: "+"; }
.toc[open] > summary .toc-toggle::before { content: "−"; }
.toc ol {
  margin: 0;
  padding: 0 14px 12px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--line);
}
.toc li {
  margin: 0;
  font-size: .9rem;
  border-bottom: 1px solid var(--line);
}
.toc li:last-child { border-bottom: 0; }
.toc a {
  color: var(--navy);
  font-weight: 650;
  display: block;
  padding: 8px 2px;
}
.toc a:hover { color: var(--brand-mid); }
.toc a::before {
  content: "›";
  display: inline-block;
  width: 1em;
  color: var(--brand);
  font-weight: 800;
}

.seo-block {
  background: var(--card);
  border: 1px solid var(--line);
  border-left: 3px solid var(--brand);
  border-radius: 0;
  padding: 16px 18px;
  margin: 0 0 12px;
}
.seo-block h2 {
  margin: 0 0 8px; font-size: 1.2rem; scroll-margin-top: 90px;
  color: var(--navy); font-weight: 800;
}
.seo-block h3 { margin: 14px 0 6px; font-size: 1.02rem; scroll-margin-top: 90px; color: var(--brand-deep); }
.seo-block h4 { margin: 12px 0 5px; font-size: .95rem; color: var(--navy); }
.seo-block h5, .seo-block h6 { margin: 10px 0 5px; font-size: .9rem; color: #334155; }
.seo-block p { margin: 0 0 8px; }
.seo-block ul, .seo-block ol { margin: 0 0 10px; padding-left: 1.1rem; }
.seo-block li { margin: 0 0 4px; }

/* ===== Ürün galerisi (sol görsel / sağ özellikler) ===== */
.product-gallery {
  margin-top: 12px;
  border: 1px solid var(--line);
  background: #fff;
}
.product-gallery__thumbs {
  display: flex;
  gap: 6px;
  padding: 8px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
  -webkit-overflow-scrolling: touch;
}
.product-gallery__thumb {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 2px solid transparent;
  background: #eef0f3;
  cursor: pointer;
  line-height: 0;
}
.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-gallery__thumb.is-active,
.product-gallery__thumb:hover {
  border-color: var(--brand);
}
.product-gallery__stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: start;
}
.product-gallery__media {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  min-height: 0;
  background: #fff;
  border-right: 1px solid var(--line);
}
.product-gallery__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.product-gallery__info {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-gallery__place {
  margin: 0;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--brand-mid);
}
.product-gallery__title {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.3;
  color: var(--navy);
  font-weight: 800;
}
.product-gallery__blurb {
  margin: 0;
  font-size: .88rem;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-gallery__features {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  flex: 1;
}
.product-gallery__features li {
  margin: 0;
  padding: 8px 10px 8px 28px;
  position: relative;
  font-size: .86rem;
  line-height: 1.35;
  color: var(--ink);
  background: #f8fafc;
  border-left: 3px solid var(--brand);
}
.product-gallery__features li::before {
  content: "✓";
  position: absolute;
  left: 8px;
  top: 8px;
  color: var(--brand-mid);
  font-weight: 800;
  font-size: .8rem;
}
.product-gallery__actions {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 860px) {
  .product-gallery__stage {
    grid-template-columns: 1fr;
  }
  .product-gallery__media {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    aspect-ratio: 1 / 1;
    padding-top: 0;
    min-height: 0;
  }
}

/* ===== Ürün detay ===== */
.product-detail {
  width: min(1100px, calc(100% - 24px));
  margin: 18px auto 24px;
}
.product-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  font-size: .8rem;
  color: var(--muted);
  margin: 0 0 14px;
}
.product-crumb a { color: var(--navy); font-weight: 650; }
.product-crumb a:hover { color: var(--brand-mid); }
.product-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  min-width: 0;
  max-width: 100%;
}
.product-detail__gallery {
  border-right: 1px solid var(--line);
  background: #f3f5f8;
  min-width: 0;
  max-width: 100%;
}
.product-detail__main {
  position: relative;
  padding-top: 100%;
}
.product-detail__main img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-detail__thumbs {
  display: flex;
  gap: 6px;
  padding: 8px;
  overflow-x: auto;
  background: #fff;
  border-top: 1px solid var(--line);
  min-width: 0;
  max-width: 100%;
}
.product-detail__thumb {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 2px solid transparent;
  background: #eef0f3;
  cursor: pointer;
  line-height: 0;
}
.product-detail__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-detail__thumb.is-active,
.product-detail__thumb:hover { border-color: var(--brand); }
.product-detail__info {
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
}
.product-detail__eyebrow {
  margin: 0;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--brand-mid);
}
.product-detail__title {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.25;
  color: var(--navy);
  font-weight: 800;
}
.product-detail__meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.product-detail__meta span {
  font-size: .72rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--navy);
  background: var(--brand-soft);
  padding: 4px 8px;
}
.product-detail__blurb {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}
.product-detail__h2 {
  margin: 8px 0 0;
  font-size: .95rem;
  color: var(--navy);
}
.product-detail__features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}
.product-detail__features li {
  margin: 0;
  padding: 8px 10px 8px 28px;
  position: relative;
  font-size: .86rem;
  line-height: 1.35;
  background: #f8fafc;
  border-left: 3px solid var(--brand);
}
.product-detail__features li::before {
  content: "✓";
  position: absolute;
  left: 8px;
  top: 8px;
  color: var(--brand-mid);
  font-weight: 800;
  font-size: .8rem;
}
.product-detail__cta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin-top: 8px;
}
.product-detail__cta .btn {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  padding: 16px 18px;
  font-size: 1.05rem;
  text-transform: none;
  letter-spacing: 0;
  gap: 10px;
  white-space: normal;
  text-align: center;
}
.product-detail__cta .btn i { font-size: 1.4rem; }
.product-detail__cta .btn-wa { min-height: 58px; }
.product-detail__cta .btn-gsm { min-height: 52px; }
.product-detail__cta .btn-call { min-height: 52px; }
.product-detail__note {
  margin: 0;
  font-size: .8rem;
  color: var(--muted);
}
.product-story {
  margin-top: 16px;
}
.product-story p { margin: 0 0 10px; }
.product-story h2 { margin-top: 0; }
.product-story h3 { margin: 16px 0 8px; }
.product-combo {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 14px;
}
.product-combo a {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  background: #fff7f1;
  border: 1px solid #f0d2bf;
  color: var(--navy);
  font-size: .78rem;
  font-weight: 650;
  text-decoration: none;
}
.product-combo a:hover { background: var(--brand); color: #fff; border-color: var(--brand); }
.product-card__blurb {
  margin: 0;
  font-size: .78rem;
  color: var(--muted);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main > .product-list-page { margin-top: 36px; }
.product-list-page.seo-block {
  background: transparent;
  border: 0;
  padding: 0;
}
.product-list-page h1 {
  margin: 0 0 8px;
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  color: var(--navy);
}
.product-list-page > h2 { margin: 22px 0 10px; }
.product-list-page .product-card__title,
.product-list-page .product-card__title a {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.35;
  color: var(--navy);
  -webkit-line-clamp: 3;
}
.product-card--list .product-card__body { padding: 14px; gap: 10px; }
.product-grid--list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.product-card--list .product-card__media { padding-top: 68%; }
.product-card--list .product-card__actions .btn { width: 100%; }
.product-related { margin-top: 18px; }

@media (max-width: 860px) {
  .product-detail { width: min(1100px, calc(100% - 24px)); overflow-x: clip; }
  .product-detail__grid { grid-template-columns: minmax(0, 1fr); }
  .product-detail__gallery { border-right: 0; border-bottom: 1px solid var(--line); }
  .product-detail__info { padding: 16px; }
}

/* ===== Kare görseller (padding-box yöntemi) ===== */
.product-grid, .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 10px;
}
.product-grid.product-grid--list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.product-card, .blog-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.product-card:hover, .blog-card:hover { border-color: var(--brand); }

.product-card__media,
.blog-card__media {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%; /* 1:1 kare */
  overflow: hidden;
  background: #eef0f3;
  line-height: 0;
}
.product-card__media img,
.blog-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0;
  aspect-ratio: auto;
}

.product-card__body, .blog-card__body {
  padding: 10px;
  display: grid;
  gap: 8px;
  flex: 1;
}
.product-card__title, .blog-card__title {
  margin: 0; font-size: .86rem; line-height: 1.3; color: var(--navy);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.product-card__title a, .blog-card__title a { color: inherit; text-decoration: none; }
.product-card__title a:hover, .blog-card__title a:hover { color: var(--brand-mid); }
.product-card__actions { display: flex; flex-wrap: wrap; gap: 6px; }
.product-card__ext {
  border-color: var(--line) !important;
  color: var(--navy) !important;
  background: #fff !important;
}
.product-card__ext:hover {
  border-color: var(--brand) !important;
  color: var(--brand-deep) !important;
}
.blog-card__tag {
  display: inline-flex; align-items: center; gap: 4px; width: fit-content;
  font-size: .65rem; font-weight: 800; letter-spacing: .04em;
  text-transform: uppercase; color: #fff;
  background: var(--brand-mid); padding: 3px 7px; border-radius: 0;
}
.seo-block .blog-card__title,
.seo-block .blog-card__title a { color: var(--navy); }
.blog-card__excerpt {
  margin: 0;
  font-size: .78rem;
  line-height: 1.4;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__cta {
  margin-top: auto;
  width: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: .82rem;
}
.text-link { font-size: .8rem; font-weight: 800; color: var(--brand-mid); }
.text-link i { font-size: .7rem; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 10px 0 12px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.service-card__media {
  position: relative;
  display: block;
  padding-top: 68%;
  overflow: hidden;
  background: #eef0f3;
}
.service-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-card__body { padding: 12px; }
.service-card__ico {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: var(--brand-soft); color: var(--brand-mid);
  margin-bottom: 8px; font-size: 1rem;
}
.service-card h3 { margin: 0 0 5px; font-size: .9rem; }
.service-card h3 a { color: var(--navy); text-decoration: none; }
.service-card h3 a:hover { color: var(--brand-mid); }
.service-card p {
  margin: 0; font-size: .8rem; color: #475569;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.process-list { margin: 6px 0 0; }
.kw-list { columns: 2; gap: 16px; }
@media (max-width: 640px) { .kw-list { columns: 1; } }

.kw-cloud { display: flex; flex-wrap: wrap; gap: 6px; margin: 8px 0 12px; }
.kw-pill {
  display: inline-block;
  padding: 5px 9px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--navy) !important;
  text-decoration: none !important;
  font-size: .76rem;
  font-weight: 700;
}
.kw-pill:hover {
  border-color: var(--brand);
  color: var(--brand-deep) !important;
  background: var(--brand-soft);
}
.kw-cloud--footer .kw-pill {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.12);
  color: #cbd5e1 !important;
}
.kw-cloud--footer .kw-pill:hover {
  background: var(--brand-mid);
  border-color: var(--brand);
  color: #fff !important;
}

.compare-table-wrap { overflow-x: auto; margin: 8px 0 12px; }
.compare-table {
  width: 100%; border-collapse: collapse; font-size: .86rem;
  background: #fff; border-radius: 0;
}
.compare-table th, .compare-table td {
  border: 1px solid var(--line); padding: 8px 10px; text-align: left;
}
.compare-table th { background: var(--grad); color: #fff; font-weight: 800; }

.chip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 8px;
}
.chip-grid.dense { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); }
.chip {
  display: grid; gap: 2px; padding: 10px;
  background: #fff; border: 1px solid var(--line); border-radius: 0;
  color: inherit; text-decoration: none !important;
}
.chip:hover { border-color: var(--brand); }
.chip strong { font-size: .84rem; color: var(--navy); }
.chip span { color: var(--muted); font-size: .72rem; }
.muted { color: var(--muted); margin: 0 0 8px; }

.combo-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 8px 0 14px;
  border: 1px solid var(--line);
  background: #fff;
}
.combo-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: .88rem;
  font-weight: 650;
  text-decoration: none !important;
}
.combo-list a:last-child { border-bottom: 0; }
.combo-list a:hover { background: var(--brand-soft); color: var(--brand-deep); }
.combo-list a i { color: var(--brand-mid); width: 1.1em; text-align: center; }

/* Sağa sıfır, birleşik dikdörtgen arama hatları */
.float-cta {
  position: fixed;
  right: 0;
  bottom: 18px;
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
}
.float-btn {
  width: auto;
  height: 46px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 0 14px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: .92rem;
  font-weight: 800;
  box-shadow: none;
  white-space: nowrap;
}
.float-btn span { display: inline; font-size: .88rem; }
.float-btn:hover { opacity: .92; }
.float-btn--call { background: var(--call); }
.float-btn--gsm { background: #0f766e; }
.float-btn--wa { background: var(--wa); }

/* Footer */
.site-footer {
  background: #0b1220; color: #cbd5e1; padding: 28px 0 18px;
  border-top: 3px solid var(--brand);
  overflow-x: clip;
  max-width: 100%;
}
.site-footer a { color: #e2e8f0; }
.site-footer a:hover { color: var(--brand); }
.site-footer a i { width: 1.1em; margin-right: 4px; color: var(--brand); }
.footer-logo { height: 36px; width: auto; display: block; margin-bottom: 10px; filter: none; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 18px; margin-bottom: 14px;
}
.footer-grid p { margin: 0 0 7px; font-size: .88rem; }
.footer-label {
  margin: 0 0 8px !important;
  font-size: .7rem !important;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--brand) !important;
  font-weight: 800;
}
.footer-brand .social-row { margin-top: 12px; }
.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
}
.social-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 0;
  font-size: 1.05rem; text-decoration: none !important;
  background: var(--brand-mid) !important;
  color: #fff !important;
  border: 0;
  padding: 0;
  line-height: 1;
}
.social-btn:hover { background: var(--brand) !important; color: #fff !important; }
.social-btn i {
  color: #fff !important;
  margin: 0 !important;
  width: auto !important;
  line-height: 1;
  display: block;
}
.social-ig,
.social-fb,
.social-wa,
.social-web { background: var(--brand-mid) !important; }
.footer-kw {
  margin-bottom: 14px;
  text-align: center;
}
.footer-kw .footer-label { text-align: center; }
.kw-cloud--footer { justify-content: center; }
.copy {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 12px; font-size: .78rem; color: #94a3b8;
}

.nav-toggle,
.nav-close { display: none; }
.nav-head,
.nav-foot { display: none; }
.nav-backdrop { display: none; }

@media (max-width: 980px) {
  .header-bar {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 0;
  }
  .header-menu { border-top: 0; padding: 0; }
  .header-cats {
    padding: 0;
  }
  .header-cats { overflow: hidden; }
  .subnav {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 8px 0 10px;
  }
  .subnav a {
    flex: 0 0 auto;
    width: auto;
    min-width: max-content;
    gap: 7px;
    justify-content: flex-start;
    text-align: left;
    white-space: nowrap;
    overflow-wrap: normal;
    padding: 8px 12px;
    line-height: 1.2;
    font-size: .72rem;
    letter-spacing: .03em;
    background: #fff7f1;
    border: 1px solid #f0d8c4;
    border-bottom: 1px solid #f0d8c4;
  }
  .subnav a i { font-size: .85rem; }
  .subnav a.is-active {
    background: var(--brand-mid);
    color: #fff;
    border-color: var(--brand-mid);
  }
  .subnav a.is-active i { color: #fff; }
  .place-hy { display: inline; font-weight: 700; }
  .header-call { display: none !important; }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: auto;
    background: var(--brand-mid);
    color: #fff;
    border: 0;
    padding: 10px 14px;
    font-weight: 800;
    font-size: .8rem;
    text-transform: uppercase;
    cursor: pointer;
  }
  .nav-toggle i { font-size: 1rem; }

  body.nav-open .site-header { z-index: 200; }
  .site-nav {
    position: fixed;
    top: 0; left: 0; bottom: 0;
    width: min(360px, 86vw);
    background: #fff;
    z-index: 2;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    overflow-y: auto;
    transform: translateX(-105%);
    transition: transform .22s ease;
    box-shadow: 8px 0 28px rgba(0,0,0,.18);
    border-right: 3px solid var(--brand);
    display: flex;
    opacity: 1;
    pointer-events: auto;
  }
  body.nav-open .site-nav { transform: translateX(0); }
  body.nav-open { overflow: hidden; }

  .nav-backdrop {
    display: block;
    position: fixed; inset: 0;
    background: rgba(11,18,32,.45);
    z-index: 110;
  }
  .nav-backdrop[hidden] { display: none !important; }

  .nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: -4px 0 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
  }
  .nav-brand img { height: 38px; width: auto; display: block; }
  .nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    color: var(--navy);
    font-size: 1.35rem;
    cursor: pointer;
    flex: 0 0 auto;
  }
  .nav-foot {
    display: block;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid var(--line);
  }
  .nav-foot__label {
    margin: 0 0 6px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--brand-mid);
  }
  .nav-foot a,
  .nav-foot__addr {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    padding: 6px 0;
    color: var(--navy);
    font-weight: 700;
    font-size: .9rem;
    line-height: 1.35;
  }
  .nav-foot a i,
  .nav-foot__addr i { width: 16px; margin-top: 2px; color: var(--brand); }

  .nav-dd { width: 100%; border-bottom: 1px solid #eef1f5; }
  .nav-dd > summary { height: auto; border-bottom: 0; }
  .nav-panel {
    position: static;
    border: 0;
    box-shadow: none;
    animation: none;
    max-height: none;
    min-width: 0 !important;
    width: 100%;
    padding: 0 0 10px;
    background: #f7f8fb;
  }
  .nav-panel--grid,
  .nav-panel--mah,
  .nav-panel--products {
    grid-template-columns: 1fr;
    min-width: 0 !important;
    gap: 0;
    padding: 0 4px 8px;
  }
  .nav-mah-group { padding: 16px 8px 10px; }
  .nav-panel a { padding: 11px 12px; }
  .nav-panel--grid a { align-items: flex-start; }
  .nav-panel--grid a > span { flex: 1 1 auto; min-width: 0; }
  .nav-mah-group__list a { display: block !important; white-space: normal; }
  .nav-dd > summary {
    width: 100%;
    padding: 14px 10px;
    font-size: .9rem;
    justify-content: space-between;
    border: 0;
  }
  .nav-dd > summary:hover,
  .nav-dd[open] > summary {
    background: #fff7f1;
    border-color: transparent;
  }
}

.nav-dd--corp { position: relative; }
.nav-panel--corp {
  display: grid;
  grid-template-columns: 1fr;
  min-width: 220px;
  width: 240px;
}

@media (min-width: 981px) {
  .nav-toggle,
  .nav-close,
  .nav-backdrop { display: none !important; }
  .header-menu { position: relative; }
  .site-nav { justify-content: stretch; }
  .nav-dd { position: static; flex: 1 1 0; min-width: 0; }
  .nav-dd > summary {
    width: 100%;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
  }
  .subnav { width: 100%; }
  .subnav a {
    flex: 1 1 0;
    justify-content: center;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
  }
  .nav-panel {
    left: 0;
    right: 0;
    width: auto;
    min-width: 0;
    padding: 14px 16px 12px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2px 14px;
    align-items: start;
  }
  .nav-panel--products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nav-panel--list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nav-panel--grid { grid-template-columns: repeat(5, minmax(0, 1fr)); min-width: 0; }
  .nav-panel--mah {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-width: 0;
    padding-top: 22px;
    row-gap: 22px;
  }
  .nav-panel__more { grid-column: 1 / -1; }
  .nav-dd--corp { position: relative; }
  .nav-dd--corp > .nav-panel {
    left: auto;
    right: 0;
    width: 240px;
    min-width: 220px;
    display: grid;
    grid-template-columns: 1fr;
    padding: 6px;
  }
}
@media (max-width: 980px) {
  .float-cta {
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: row;
    z-index: 90;
  }
  .float-btn--call { display: none; }
  .float-btn {
    flex: 1 1 50%;
    width: auto;
    height: 54px;
    justify-content: center;
    padding: 0 8px;
    font-size: .95rem;
  }
  .float-btn span { font-size: .82rem; }
  .main { padding-bottom: 70px; }
}
@media (max-width: 860px) {
  .footer-grid { grid-template-columns: 1fr; }
  .brand-logo { height: 36px; }
  .main { padding: 20px 0 70px; }
  .product-grid,
  .product-grid.product-grid--list,
  .blog-grid,
  .service-grid,
  .region-grid { grid-template-columns: 1fr; gap: 12px; }
}
@media (max-width: 420px) {
  .product-grid,
  .product-grid.product-grid--list,
  .blog-grid,
  .service-grid,
  .region-grid { grid-template-columns: 1fr; }
  .top-bar { font-size: .78rem; }
}

.page-doc { padding: 22px 0 40px; }
.page-doc h1 { margin: 0 0 14px; font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--navy); }
.crumbs { margin: 0 0 8px; color: #64748b; font-size: .85rem; }
.crumbs a { color: var(--brand-mid); font-weight: 700; }
.page-body { color: #1e293b; line-height: 1.65; }
.page-body h2, .page-body h3, .page-body h4 { color: var(--navy); margin: 1.2em 0 .4em; }
.page-body a { color: var(--brand-mid); font-weight: 700; }
.page-body ul { padding-left: 1.2em; }
.page-body .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.page-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--brand-mid); color: #fff !important;
  padding: 12px 16px; font-weight: 800; border: 0; cursor: pointer;
}
.contact-grid { display: grid; grid-template-columns: minmax(240px, 360px) 1fr; gap: 16px; margin-top: 18px; }
.contact-card, .contact-form, .contact-map { background: #fff; border: 1px solid var(--line); padding: 16px; }
.contact-map iframe { display: block; width: 100%; min-height: 320px; }
.contact-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.contact-list li, .contact-list a { display: flex; gap: 8px; align-items: flex-start; color: var(--navy); font-weight: 700; }
.contact-list i { color: var(--brand); width: 16px; margin-top: 3px; }
.contact-form { margin-top: 16px; display: grid; gap: 10px; max-width: 640px; }
.contact-form label { display: grid; gap: 4px; font-weight: 700; color: var(--navy); font-size: .9rem; }
.contact-form input, .contact-form select, .contact-form textarea {
  border: 1px solid var(--line); padding: 10px 12px; font: inherit; border-radius: 0; width: 100%;
}
.page-faq { margin-top: 8px; display: flex; flex-direction: column; gap: 8px; }
.page-faq .toc > summary { text-transform: none; letter-spacing: 0; font-size: 1rem; color: var(--navy); }
.page-faq .page-body { padding: 0 14px 12px; }
@media (max-width: 800px) {
  .contact-grid, .page-body .row { grid-template-columns: 1fr; }
}

.catalog-count { margin: 0 0 12px; color: var(--muted); font-size: .85rem; }
.region-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 8px;
  margin: 0 0 18px;
}
.region-card {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--navy);
  text-decoration: none !important;
}
.region-card small { color: var(--muted); font-weight: 650; }
@media (max-width: 860px) {
  .product-grid,
  .product-grid.product-grid--list,
  .blog-grid,
  .service-grid,
  .region-grid { grid-template-columns: 1fr; }
}
.pager {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
  align-items: center;
}
.pager__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  font-weight: 800;
  text-decoration: none !important;
}
.pager__btn.is-active { background: var(--brand-mid); color: #fff; border-color: var(--brand-mid); }
.pager__gap { color: var(--muted); padding: 0 2px; }
.footer-sisters,
.footer-kw,
.site-footer .mcaris-bck-footer {
  width: min(1100px, calc(100% - 24px)) !important;
  max-width: min(1100px, calc(100% - 24px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}
.site-footer .mcaris-bck-footer a {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.footer-sisters { padding: 8px 0 18px; }
.sister-group { margin-top: 12px; min-width: 0; max-width: 100%; }
.sister-group__title {
  margin: 0 0 6px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fdba74;
}
.sister-links { display: flex; flex-wrap: wrap; gap: 6px; max-width: 100%; min-width: 0; }
.sister-links a {
  display: grid;
  gap: 1px;
  padding: 8px 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  text-decoration: none !important;
  min-width: 0;
  max-width: 100%;
  flex: 1 1 160px;
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
.sister-links strong { font-size: .82rem; }
.sister-links small { color: #cbd5e1; font-size: .7rem; font-weight: 600; }
