:root {
  --delta-blue: #003DA5;
  --delta-blue-deep: #002E7A;
  --delta-tint: #F2F5FB;
  --delta-tint-soft: #F7F9FD;
  --ink: #121212;
  --ink-2: #212121;
  --muted: #666666;
  --line: #D8D8D8;
  --line-soft: #E9E9E9;
  --bg: #FFFFFF;
  --panel: #F1F1F1;
  --tby-sky: #35C5FF;
  --tby-dark: #0E1116;
  --font-head: "Russo One", "Roboto Slab", system-ui, sans-serif;
  --font-body: "Roboto Slab", Georgia, serif;
  --maxw: 1200px;
  --radius: 6px;
  --shadow: 0 1px 2px rgba(18, 18, 18, .06), 0 10px 28px rgba(18, 18, 18, .1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  padding-top: 64px;
  background: var(--bg);
  color: var(--ink-2);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

#navbar a,
#navbar button,
#mobile-menu a,
#mobile-menu button,
#iletisim h3,
#teklif-modal h2,
#teklif-modal button {
  font-family: var(--font-head);
  font-weight: 400 !important;
}

#teklif-modal label,
#teklif-modal input,
#teklif-modal textarea,
#iletisim li,
#iletisim p,
#iletisim a:not(.cta-gradient) {
  font-family: var(--font-body);
}

.cta-gradient { background: linear-gradient(135deg, #35C5FF, #0EA5E9); }

img { max-width: 100%; display: block; }

a { color: inherit; }

:focus-visible { outline: 2px solid var(--delta-blue); outline-offset: 2px; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

.crumbs {
  background: linear-gradient(135deg, var(--delta-blue), var(--delta-blue-deep));
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.crumbs .wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 12.5px;
  color: rgba(255, 255, 255, .78);
  flex-wrap: wrap;
}

.crumbs a { color: rgba(255, 255, 255, .78); text-decoration: none; font-weight: 400; }

.crumbs a:hover { color: #fff; }

.crumbs .sep { color: rgba(255, 255, 255, .4); }

.crumbs .here { color: #fff; font-weight: 500; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hub-hero {
  background: linear-gradient(135deg, var(--delta-blue), var(--delta-blue-deep));
  color: #fff;
  padding: 56px 0 48px;
}

.hub-hero .eyebrow { color: rgba(255, 255, 255, .82); }

.hub-hero h1 {
  margin: 14px 0 14px;
  font-family: var(--font-head);
  font-size: clamp(25px, 4vw, 38px);
  font-weight: 400;
  line-height: 1.22;
  color: #fff;
}

.hub-hero p {
  margin: 0;
  max-width: 700px;
  color: rgba(255, 255, 255, .92);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.75;
}

.hero-stats {
  display: flex;
  gap: 44px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.hero-stats div { display: flex; flex-direction: column; gap: 5px; }

.hero-stats b {
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  line-height: 1.15;
}

.hero-stats span {
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8);
}

.section { padding: 42px 0 6px; }

.section-head { margin-bottom: 20px; }

.section-head h2 {
  margin: 0;
  font-family: var(--font-head);
  font-size: 19px;
  font-weight: 400;
  color: var(--ink);
  padding-left: 14px;
  border-left: 4px solid var(--delta-blue);
  line-height: 1.35;
}

main .grid {
  display: grid;
  gap: 18px;
  margin-bottom: 38px;
}

.cat-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }

.p-grid { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }

.cat-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}

.cat-card:hover {
  border-color: var(--delta-blue);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.cat-card .ph {
  background: var(--panel);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  overflow: hidden;
}

.cat-card .ph img {
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.cat-card .body {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex: 1;
}

.cat-card b {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.45;
}

.cat-card.type .lede {
  border-left: 4px solid var(--delta-blue);
  background: linear-gradient(135deg, var(--delta-tint), #FFFFFF);
  padding: 26px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
}

.cat-card.type .cat-name {
  font-family: var(--font-head);
  font-size: 21px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.25;
}

.cat-card.type .cat-note {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
  line-height: 1.6;
}

.cat-card.type .foot {
  border-top: 1px solid var(--line-soft);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cat-card.type .go {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 400;
  color: var(--delta-blue);
}

.badge {
  background: var(--delta-blue);
  color: #fff;
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 400;
  padding: 4px 11px;
  border-radius: 99px;
  white-space: nowrap;
}

.cat-head {
  background: #fff;
  border-bottom: 1px solid var(--line-soft);
  padding: 40px 0 30px;
}

.cat-head-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cat-head h1 {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(23px, 3.5vw, 33px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.25;
}

.count-badge {
  background: var(--delta-blue);
  color: #fff;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 400;
  padding: 6px 15px;
  border-radius: 99px;
  white-space: nowrap;
}

.cat-head p {
  margin: 12px 0 0;
  max-width: 720px;
  font-weight: 400;
  color: var(--muted);
}

.series-filter { margin-top: 20px; }

.series-filter .sf-label {
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

.series-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.series-chips button {
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  color: var(--ink-2);
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: 99px;
  padding: 5px 14px;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
}

.series-chips button:hover { border-color: var(--delta-blue); color: var(--delta-blue); }

.series-chips button.active {
  background: var(--delta-blue);
  border-color: var(--delta-blue);
  color: #fff;
  font-weight: 500;
}

.p-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: border-color .15s, box-shadow .15s;
}

.p-card:hover {
  border-color: var(--delta-blue);
  box-shadow: var(--shadow);
}

.p-card.hide { display: none; }

.p-card .ph {
  background: var(--panel);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}

.p-card .ph img {
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform .25s;
}

.p-card:hover .ph img { transform: scale(1.05); }

.p-card .body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1;
}

.p-card.type {
  border-color: rgba(0, 61, 165, .32);
}

.p-card.type:hover { border-color: var(--delta-blue); }

.p-card.type .head {
  border-left: 3px solid var(--delta-blue);
  padding: 18px 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.p-card.type .code {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.28;
  word-break: break-word;
}

.p-card.type .kind {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
}

.p-card.type .quick {
  margin: 0;
  padding: 0 16px 14px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}

.p-card.type .quick li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--muted);
}

.p-card.type .quick b {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  color: var(--delta-blue);
  text-align: right;
}

.p-card.type .foot {
  border-top: 1px solid var(--line-soft);
  background: var(--delta-tint-soft);
  padding: 9px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.p-card.type .series-tag {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  background: var(--delta-blue);
  padding: 3px 10px;
  border-radius: 99px;
  letter-spacing: .02em;
}

.p-card.type .go {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 400;
  color: var(--delta-blue);
}

.model {
  font-family: var(--font-head);
  font-size: 11.5px;
  font-weight: 400;
  color: var(--delta-blue);
  letter-spacing: .01em;
}

.p-card h3 {
  margin: 0;
  font-family: var(--font-head);
  font-size: 13.5px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.5;
}

.p-card .series-tag {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
}

.load-more-wrap.hide { display: none; }

.load-more-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 4px 0 40px;
}

.load-more {
  font-family: var(--font-head);
  font-size: 12.5px;
  font-weight: 400;
  color: var(--delta-blue);
  background: #fff;
  border: 2px solid var(--delta-blue);
  border-radius: var(--radius);
  padding: 12px 30px;
  cursor: pointer;
  transition: background .15s, color .15s;
}

.load-more:hover { background: var(--delta-blue); color: #fff; }

.load-more-count {
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  color: var(--muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: var(--radius);
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .01em;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
}

.btn-accent {
  background: var(--delta-blue);
  border-color: var(--delta-blue);
  color: #fff;
}

.btn-accent:hover {
  background: var(--delta-blue-deep);
  border-color: var(--delta-blue-deep);
}

.btn-outline {
  background: #fff;
  color: var(--delta-blue);
  border-color: var(--delta-blue);
}

.btn-outline:hover {
  background: var(--delta-blue);
  color: #fff;
}

.product-top {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: 44px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.product-top.solo {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.gallery { display: flex; flex-direction: column; gap: 12px; min-width: 0; }

.gallery .main {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.gallery .main img { max-height: 100%; object-fit: contain; }

.gallery .thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}

.gallery .thumbs img {
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 6px;
  cursor: pointer;
  transition: border-color .15s;
}

.gallery .thumbs img:hover { border-color: var(--line); }

.gallery .thumbs img.active { border-color: var(--delta-blue); }

.spec-card {
  border: 1px solid rgba(0, 61, 165, .32);
  border-left: 4px solid var(--delta-blue);
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--delta-tint), #FFFFFF);
  padding: 30px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.spec-card .sc-code {
  font-family: var(--font-head);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.2;
  word-break: break-word;
}

.spec-card .sc-kind {
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--delta-blue);
  margin-top: 8px;
}

.spec-card .sc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--line-soft);
}

.spec-card .sc-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line-soft);
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 400;
  color: var(--muted);
}

.spec-card .sc-list b {
  font-family: var(--font-head);
  font-size: 13.5px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  color: var(--delta-blue);
  text-align: right;
}

.spec-card .sc-note {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
  margin: 0;
}

.series-badge {
  display: inline-block;
  background: var(--delta-blue);
  border: 1px solid var(--delta-blue);
  color: #fff;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 400;
  padding: 3px 12px;
  border-radius: 99px;
  margin-left: 10px;
  vertical-align: middle;
}

.p-info { min-width: 0; }

.p-info .model { font-size: 12.5px; }

.product-top.solo .p-info .model {
  font-size: 13px;
  letter-spacing: .04em;
}

.product-top.solo .p-info h1 { font-size: clamp(22px, 3.2vw, 32px); }

.product-top.solo .p-info .lead { max-width: 780px; }

.product-top.solo .kv-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0 34px;
  align-items: start;
}

.p-info h1 {
  margin: 12px 0 14px;
  font-family: var(--font-head);
  font-size: clamp(20px, 2.7vw, 27px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.32;
}

.p-info .lead { color: var(--muted); font-weight: 400; margin: 0 0 24px; }

.p-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.p-local { font-size: 12.5px; font-weight: 400; color: var(--muted); }

.kv {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-body);
  font-size: 12.5px;
  margin-top: 22px;
}

.kv td {
  padding: 10px 12px;
  border: 1px solid var(--line-soft);
  vertical-align: top;
  font-weight: 500;
}

.kv td:first-child {
  width: 42%;
  color: var(--ink-2);
  background: var(--panel);
}

.kv td:last-child { font-variant-numeric: tabular-nums; }

.p-tabs { padding-top: 34px; }

.tab-nav {
  display: flex;
  gap: 2px;
  border-bottom: 2px solid var(--line-soft);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tab-nav a {
  padding: 13px 20px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .01em;
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color .15s, border-color .15s;
}

.tab-nav a:hover { color: var(--ink); }

.tab-nav a.active {
  color: var(--ink);
  border-bottom-color: var(--delta-blue);
}

.tab-panel { padding: 28px 0 10px; }

.tab-panel h2 {
  margin: 0 0 18px;
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.4;
  padding-left: 14px;
  border-left: 4px solid var(--delta-blue);
}

.p-tabs.js .tab-panel { display: none; }

.p-tabs.js .tab-panel.active { display: block; }

.p-tabs.js .tab-panel h2 { display: none; }

.prose p { margin: 0 0 14px; max-width: 800px; font-weight: 500; }

.table-scroll {
  overflow-x: auto;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  -webkit-overflow-scrolling: touch;
}

.table-scroll + .table-scroll { margin-top: 18px; }

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-body);
  font-size: 12px;
  min-width: 560px;
}

.spec-table th {
  background: var(--delta-blue);
  color: #fff;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  padding: 11px 12px;
}

.spec-table td {
  padding: 9px 12px;
  border-bottom: 1px solid var(--line-soft);
  font-family: var(--font-body);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  font-size: 12px;
  color: var(--ink-2);
}

.spec-table tbody tr:nth-child(even) td { background: var(--panel); }

.spec-table td:first-child { color: var(--ink); }

.doc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 720px;
}

.doc-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--panel);
  border-radius: var(--radius);
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
  border: 1px solid transparent;
  transition: border-color .15s, color .15s;
}

.doc-list a:hover { border-color: var(--delta-blue); color: var(--delta-blue); }

.doc-list .doc-label { flex: 1; }

.doc-list svg { flex: 0 0 auto; color: var(--muted); }

.doc-list a:hover svg { color: var(--delta-blue); }

.doc-list .tag {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 400;
  background: var(--delta-blue);
  color: #fff;
  padding: 3px 9px;
  border-radius: 3px;
  letter-spacing: .06em;
}

.p-section { padding: 34px 20px 6px; }

.p-section h2 {
  margin: 0 0 18px;
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.4;
  padding-left: 14px;
  border-left: 4px solid var(--delta-blue);
}

#iletisim { margin-top: 56px; border-top: 3px solid var(--tby-sky); }

.notice {
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
  padding-top: 18px;
  padding-bottom: 4px;
}

@media (min-width: 1024px) {
  body { padding-top: 80px; }
}

@media (max-width: 900px) {
  .product-top { grid-template-columns: 1fr; gap: 28px; padding-top: 26px; }
  .hub-hero { padding: 40px 0 34px; }
  .hero-stats { gap: 30px; }
  .hero-stats b { font-size: 22px; }
  .cat-head { padding: 28px 0 22px; }
}

@media (max-width: 560px) {
  .cat-grid { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
  .p-grid { grid-template-columns: repeat(auto-fill, minmax(165px, 1fr)); gap: 12px; }
  .p-card .ph { padding: 12px; }
  .p-card.type .head { padding: 14px 12px 11px; }
  .p-card.type .code { font-size: 13.5px; }
  .p-card.type .quick { padding: 0 12px 11px; }
  .p-card.type .foot { padding: 8px 12px; }
  .cat-card .body { flex-direction: column; align-items: flex-start; gap: 6px; }
  .cat-card.type .lede { padding: 20px 16px 18px; }
  .cat-card.type .cat-name { font-size: 18px; }
  .cat-card.type .foot { padding: 11px 16px; }
  .tab-nav a { padding: 11px 14px; font-size: 12px; }
  .btn { width: 100%; }
  .hero-stats b { font-size: 20px; }
  .series-badge { margin-left: 0; margin-top: 8px; }
  .spec-card { padding: 22px 18px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cat-card, .p-card, .p-card .ph img { transition: none; }
}
