/* ═══════════════════════════════════════════
   KariyerBil Kurumsal — Base layout
   Görünüm paketleri: assets/css/themes/*.css
   Renk/font/radius: #kb-theme-vars + theme pack
   ═══════════════════════════════════════════ */
:root {
  --blue: #00a0e3;
  --blue-dark: #0077b6;
  --blue-deep: #023e8a;
  --navy: #0b1f3a;
  --navy-2: #132f54;
  --accent: #00b4d8;
  --orange: #f77f00;
  --success: #2a9d8f;
  --text: #1a2332;
  --text-muted: #5c6b7a;
  --border: #e4eaf0;
  --bg: #f5f8fb;
  --white: #ffffff;
  --radius: 16px;
  --radius-sm: 12px;
  --shadow: 0 8px 30px rgba(11, 31, 58, 0.08);
  --shadow-lg: 0 24px 60px rgba(11, 31, 58, 0.14);
  --font: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --container: 1240px;
  --header-h: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}
main {
  overflow-x: clip;
  max-width: 100%;
}
.site-footer,
.footer-trust,
.cta-full,
.feature-strip,
.hero {
  max-width: 100%;
  overflow-x: clip;
}
/* iOS: menü açıkken arka plan kaymasın */
body.nav-open {
  overflow: hidden;
  touch-action: none;
}
img, video, iframe, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--blue-dark); text-decoration: none; transition: .2s; }
a:hover { color: var(--blue); }
ul { margin: 0; padding: 0; list-style: none; }
h1,h2,h3,h4,h5 { margin: 0 0 .5em; line-height: 1.2; font-weight: 800; color: var(--navy); letter-spacing: -.02em; }
p { margin: 0 0 1em; }
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 1rem;
  box-sizing: border-box;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 9999;
  background: var(--blue); color: #fff; padding: .75rem 1rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid rgba(0,160,227,.45); outline-offset: 2px; }

/* Utilities */
.text-muted { color: var(--text-muted); }
.text-lg { font-size: 1.05rem; }
.mt-1 { margin-top: 1rem; }
.mt-15 { margin-top: 1.5rem; }
.mt-2 { margin-top: 2rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.lead { color: var(--text-muted); font-size: 1.05rem; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .85rem 1.45rem; border-radius: 999px;
  font-weight: 700; font-size: .95rem; border: 2px solid transparent;
  cursor: pointer; transition: .2s; line-height: 1; text-align: center;
}
.btn-primary { background: var(--blue); color: #fff; border-color: var(--blue); box-shadow: 0 8px 20px rgba(0,160,227,.25); }
.btn-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: #fff; transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--border); }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); background: rgba(0,160,227,.05); }
.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { background: var(--bg); color: var(--blue-deep); }
.btn-orange { background: var(--orange); color: #fff; border-color: var(--orange); box-shadow: 0 8px 20px rgba(247,127,0,.28); }
.btn-orange:hover { filter: brightness(.96); color: #fff; transform: translateY(-1px); }
.btn-sm { padding: .55rem 1rem; font-size: .85rem; }
.btn-lg { padding: 1.05rem 1.85rem; font-size: 1rem; }

/* Top bar */
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,.85);
  font-size: .82rem;
  padding: .5rem 0;
  overflow: hidden;
}
.topbar-inner {
  display: flex;
  align-items: center;
  gap: .85rem;
  flex-wrap: nowrap;
  min-height: 1.75rem;
}
.topbar a { color: rgba(255,255,255,.9); }
.topbar a:hover { color: var(--accent); }
.topbar-left {
  display: flex;
  align-items: center;
  gap: .85rem;
  flex-wrap: nowrap;
  flex-shrink: 0;
  white-space: nowrap;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: .65rem;
  flex-shrink: 0;
  margin-left: auto;
}
.topbar i { color: var(--accent); margin-right: .3rem; }

/* E-posta sonrası → sosyal medya arası dolgu alanı */
.topbar-trust {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent 0, #000 12px, #000 calc(100% - 12px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 12px, #000 calc(100% - 12px), transparent 100%);
}
.topbar-trust-track {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  white-space: nowrap;
}
.topbar-trust-item {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: rgba(255,255,255,.92);
  font-weight: 600;
  letter-spacing: .01em;
}
.topbar-trust-item i { margin-right: 0; }

/* Sabit (kayan değil) */
.topbar-trust.is-static .topbar-trust-track {
  justify-content: flex-start;
  overflow: hidden;
}
.topbar-trust.is-static .topbar-trust-item {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* Kayan yazı */
.topbar-trust.is-marquee .topbar-trust-track {
  width: max-content;
  animation: topbar-marquee 22s linear infinite;
}
.topbar-trust.is-marquee:hover .topbar-trust-track {
  animation-play-state: paused;
}
@keyframes topbar-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-33.333%); }
}
@media (prefers-reduced-motion: reduce) {
  .topbar-trust.is-marquee .topbar-trust-track { animation: none; }
}

.social-links { display: flex; gap: .55rem; flex-shrink: 0; }
.social-links a {
  width: 28px; height: 28px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.08); color: #fff; font-size: .85rem;
}
.social-links a:hover { background: var(--blue); color: #fff; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 24px rgba(11,31,58,.05);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--header-h); gap: 1.25rem;
}
.logo { display: flex; align-items: center; gap: .75rem; color: var(--navy); flex-shrink: 0; }
.logo:hover { color: var(--navy); }
.logo-mark {
  width: 50px; height: 50px; border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 1.15rem;
  box-shadow: 0 10px 24px rgba(0,160,227,.32); flex-shrink: 0;
}
.logo-img {
  height: 52px; width: auto; max-width: 170px; object-fit: contain; flex-shrink: 0;
}
.logo-text strong { display: block; font-size: 1.12rem; letter-spacing: -.02em; }
.logo-text span { display: block; font-size: .72rem; color: var(--text-muted); font-weight: 600; }

.nav { display: flex; align-items: center; gap: .1rem; }
.nav > li { position: relative; }
.nav > li > a {
  display: flex; align-items: center; gap: .35rem;
  padding: .7rem .8rem; border-radius: 10px;
  color: var(--navy); font-weight: 700; font-size: .9rem;
}
.nav > li > a:hover, .nav > li.active > a { color: var(--blue); background: rgba(0,160,227,.08); }
.nav-chevron { font-size: .62rem; opacity: .7; }
.nav-sub-toggle {
  display: none; border: 0; background: transparent; color: var(--navy);
  width: 36px; height: 36px; border-radius: 8px; cursor: pointer;
}
.nav .dropdown {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 280px;
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg); padding: .5rem; opacity: 0; visibility: hidden;
  transform: translateY(8px); transition: .2s; z-index: 50;
}
.nav > li:hover > .dropdown, .nav > li:focus-within > .dropdown {
  opacity: 1; visibility: visible; transform: none;
}
.nav .dropdown a {
  display: block; padding: .72rem .95rem; border-radius: 8px;
  color: var(--text); font-size: .9rem; font-weight: 600;
}
.nav .dropdown a:hover { background: var(--bg); color: var(--blue); }

/* Mega menu */
.mega-menu {
  position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-40%) translateY(8px);
  width: min(720px, 90vw); background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 1.25rem;
  opacity: 0; visibility: hidden; transition: .2s; z-index: 60;
}
.nav > li.has-mega:hover > .mega-menu,
.nav > li.has-mega:focus-within > .mega-menu,
.nav > li.has-mega.open > .mega-menu {
  opacity: 1; visibility: visible; transform: translateX(-40%) translateY(0);
}
.mega-cols { display: grid; grid-template-columns: 1.4fr .8fr; gap: 1.25rem; }
.mega-links { display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; }
.mega-links a {
  display: flex; align-items: center; gap: .65rem;
  padding: .75rem .85rem; border-radius: 10px; color: var(--navy); font-weight: 600; font-size: .9rem;
}
.mega-links a i { color: var(--blue); width: 18px; text-align: center; }
.mega-links a:hover { background: var(--bg); color: var(--blue); }
.mega-all { grid-column: 1 / -1; justify-content: space-between; background: rgba(0,160,227,.06); }
.mega-cta-card {
  background: linear-gradient(145deg, var(--navy), var(--blue-deep));
  color: #fff; border-radius: var(--radius-sm); padding: 1.25rem; height: 100%;
}
.mega-cta-card i { font-size: 1.4rem; color: var(--accent); margin-bottom: .65rem; display: block; }
.mega-cta-card strong { display: block; color: #fff; font-size: 1.05rem; margin-bottom: .35rem; }
.mega-cta-card p { color: rgba(255,255,255,.8); font-size: .88rem; margin-bottom: 1rem; }

.header-cta { display: flex; align-items: center; gap: .55rem; flex-shrink: 0; }
.header-search {
  display: flex; align-items: center; background: var(--bg); border: 1px solid var(--border);
  border-radius: 999px; padding: .2rem .2rem .2rem .85rem; max-width: 180px;
}
.header-search input {
  border: 0; outline: none; background: transparent; font: inherit; font-size: .85rem;
  width: 100%; min-width: 0; color: var(--text);
}
.header-search button {
  width: 34px; height: 34px; border: 0; border-radius: 50%;
  background: var(--blue); color: #fff; cursor: pointer; flex-shrink: 0;
}
.header-phone { width: 40px; height: 40px; padding: 0; justify-content: center; border-radius: 50%; }
.nav-toggle {
  display: none; width: 44px; height: 44px; border: 1px solid var(--border);
  border-radius: 12px; background: #fff; cursor: pointer; align-items: center; justify-content: center;
  font-size: 1.1rem; color: var(--navy);
}
.nav-backdrop {
  display: none; position: fixed; inset: 0; background: rgba(11,31,58,.45); z-index: 1000;
}
.nav-search-mobile { display: none; }

/* Hero / Slider — desktop 1920×700; mobile ayrı oran */
.hero {
  position: relative;
  background: #0a1628;
  color: #fff;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1920 / 700;
  min-height: 420px;
  max-height: 820px;
  height: auto;
}
.hero-wide {
  aspect-ratio: 1920 / 700;
  min-height: 460px;
  max-height: 860px;
}
.hero-slide {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-slide.active { display: flex; }

/* Metinli slayt: yumuşak okunabilirlik katmanı */
.hero-slide-has-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(8,20,40,.78) 0%, rgba(8,20,40,.35) 48%, rgba(8,20,40,.12) 100%);
  pointer-events: none;
  z-index: 1;
}
/* Sadece resim: gölge / filtre YOK */
.hero-slide-image-only::before {
  content: none !important;
  display: none !important;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  max-width: 720px;
  width: 100%;
}
.hero-align-left .hero-content {
  margin-right: auto; margin-left: 0; text-align: left;
}
.hero-align-left .hero-actions { justify-content: flex-start; }
.hero-align-center { justify-content: center; }
.hero-align-center .hero-content {
  margin-inline: auto; text-align: center; max-width: 800px;
}
.hero-align-center .hero-actions { justify-content: center; }
.hero-align-center .hero p { margin-inline: auto; }
.hero-align-right { justify-content: flex-end; }
.hero-align-right .hero-content {
  margin-left: auto; margin-right: 0; text-align: right;
}
.hero-align-right .hero-actions { justify-content: flex-end; }

.hero-badge {
  display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(0,160,227,.22); border: 1px solid rgba(0,160,227,.45);
  color: #9be7ff; padding: .45rem 1rem; border-radius: 999px;
  font-size: .82rem; font-weight: 700; margin-bottom: 1.35rem;
  backdrop-filter: blur(6px);
}
.hero h1, .hero .hero-title {
  color: #fff; font-size: clamp(1.85rem, 4vw, 3.15rem); margin-bottom: .85rem;
  letter-spacing: -.035em; font-weight: 800; line-height: 1.15;
  text-shadow: 0 2px 20px rgba(0,0,0,.35);
}
.hero p {
  color: rgba(255,255,255,.94); font-size: clamp(1rem, 1.6vw, 1.15rem);
  margin-bottom: 1.5rem; max-width: 36em;
  text-shadow: 0 1px 14px rgba(0,0,0,.3);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.hero-dots {
  position: absolute; bottom: 1.25rem; left: 50%; transform: translateX(-50%);
  display: flex; gap: .5rem; z-index: 5;
}
.hero-dots button {
  width: 10px; height: 10px; border-radius: 50%; border: 0;
  background: rgba(255,255,255,.55); cursor: pointer; padding: 0; transition: .2s;
}
.hero-dots button.active { background: #fff; width: 28px; border-radius: 6px; }
.hero-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 48px; height: 48px; border-radius: 50%; border: 0;
  background: rgba(255,255,255,.2); color: #fff; cursor: pointer;
  backdrop-filter: blur(8px); transition: .2s;
}
.hero-nav:hover { background: rgba(255,255,255,.35); }
.hero-nav.prev { left: 1.25rem; }
.hero-nav.next { right: 1.25rem; }
.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;
}

/* Feature strip — slide ALTINDA, profesyonel vitrin */
.feature-strip {
  margin-top: 0;
  position: relative;
  z-index: 2;
  padding: 2.75rem 0 1rem;
  background: linear-gradient(180deg, #f0f5fa 0%, #fff 55%);
}
.feature-strip .container { position: relative; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}
.feature-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 1.75rem 1.6rem 1.65rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid rgba(11, 31, 58, .08);
  box-shadow: 0 12px 40px rgba(11, 31, 58, .07);
  transition: .3s cubic-bezier(.22, 1, .36, 1);
  overflow: hidden;
}
.feature-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--blue-deep));
  opacity: 0;
  transition: .3s;
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(11, 31, 58, .12);
  border-color: transparent;
}
.feature-card:hover::before { opacity: 1; }
.feature-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  color: #fff;
  background: linear-gradient(145deg, #00a0e3 0%, #0077b6 50%, #023e8a 100%);
  box-shadow: 0 12px 28px rgba(0, 160, 227, .35);
}
.feature-card:nth-child(2) .feature-icon {
  background: linear-gradient(145deg, #f77f00, #e85d04);
  box-shadow: 0 12px 28px rgba(247, 127, 0, .32);
}
.feature-card:nth-child(3) .feature-icon {
  background: linear-gradient(145deg, #2a9d8f, #1b6b63);
  box-shadow: 0 12px 28px rgba(42, 157, 143, .32);
}
.feature-num {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -.04em;
  color: rgba(11, 31, 58, .06);
  line-height: 1;
}
.feature-card h3 {
  font-size: 1.15rem;
  margin: 0 0 .4rem;
  color: var(--navy);
}
.feature-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: .92rem;
  line-height: 1.55;
}
.feature-card a {
  font-weight: 700;
  color: var(--blue-deep);
}
.feature-card a:hover { color: var(--blue); }
.feature-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: .35rem;
  font-weight: 800;
  font-size: .88rem;
  color: var(--blue);
}
.feature-link i { font-size: .75rem; transition: .2s; }
.feature-card:hover .feature-link i { transform: translateX(3px); }

/* Sections */
.section { padding: 5rem 0; }
.section-alt { background: var(--bg); }
.section-head {
  display: flex; justify-content: space-between; align-items: end;
  gap: 1rem; margin-bottom: 2.5rem; flex-wrap: wrap;
}
.section-head .eyebrow {
  color: var(--blue); font-weight: 800; font-size: .78rem;
  text-transform: uppercase; letter-spacing: .1em; margin-bottom: .45rem;
}
.section-head h2 { font-size: clamp(1.65rem, 3vw, 2.2rem); margin: 0; }
.section-head p { color: var(--text-muted); margin: .45rem 0 0; max-width: 540px; }

/* About home */
.about-grid {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 3.25rem; align-items: center;
}
.about-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.75rem;
}
.stat-box {
  background: var(--bg); border-radius: var(--radius-sm); padding: 1.2rem 1.25rem;
  border: 1px solid var(--border); transition: .2s;
}
.stat-box:hover { border-color: rgba(0,160,227,.35); box-shadow: var(--shadow); }
.stat-box strong { display: block; font-size: 1.75rem; color: var(--blue); font-weight: 800; letter-spacing: -.03em; }
.stat-box span { font-size: .82rem; color: var(--text-muted); font-weight: 700; }
.about-visual {
  position: relative; border-radius: 24px; overflow: hidden;
  background: linear-gradient(145deg, var(--navy), var(--blue-deep));
  min-height: 420px; padding: 2.25rem; color: #fff;
  display: flex; flex-direction: column; justify-content: flex-end;
  box-shadow: var(--shadow-lg);
}
.about-visual-text::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 80% 20%, rgba(0,180,216,.28), transparent 45%),
    radial-gradient(circle at 20% 80%, rgba(255,255,255,.06), transparent 40%);
}
.about-visual-inner { position: relative; z-index: 1; }
.about-visual h3 { color: #fff; font-size: 1.65rem; }
.about-visual-text-p { color: rgba(255,255,255,.85); margin: 0 0 1rem; line-height: 1.65; }
.about-visual-actions { margin-top: .5rem; }
.about-visual-btn2 {
  border-color: rgba(255,255,255,.45) !important; color: #fff !important;
}
.about-visual-btn2:hover {
  background: rgba(255,255,255,.12) !important; color: #fff !important;
}
/* Image-only panel — no text overlay */
.about-visual-image {
  padding: 0; justify-content: stretch; align-items: stretch;
  background: var(--bg);
}
.about-visual-image img {
  width: 100%; height: 100%; min-height: 420px; object-fit: cover; display: block;
}
.about-visual-empty {
  display: grid; place-items: center; min-height: 420px;
}
.about-visual-empty .placeholder-img {
  min-height: 420px; border-radius: 0;
}
.daikin-badge {
  display: inline-block; background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22); padding: .5rem 1rem;
  border-radius: 999px; font-size: .82rem; font-weight: 700; margin-bottom: 1.1rem;
}

/* Cards */
.cards-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.35rem;
}
.content-grid .cards-grid {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}
/* Homepage admin-driven grid cols */
.home-grid-cols-2 { grid-template-columns: repeat(2, 1fr) !important; }
.home-grid-cols-3 { grid-template-columns: repeat(3, 1fr) !important; }
.home-grid-cols-4 { grid-template-columns: repeat(4, 1fr) !important; }
.home-grid-cols-5 { grid-template-columns: repeat(5, 1fr) !important; }
.home-grid-cols-6 { grid-template-columns: repeat(6, 1fr) !important; }
/* Horizontal scroll row */
.home-scroll {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 1.25rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: .25rem .15rem 1rem;
  margin: 0 -.15rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,160,227,.45) transparent;
}
.home-scroll > * {
  flex: 0 0 auto;
  scroll-snap-align: start;
  min-width: 0;
}
.home-scroll-cols-2 > * { width: calc((100% - 1.25rem) / 2); max-width: 420px; }
.home-scroll-cols-3 > * { width: calc((100% - 2.5rem) / 3); max-width: 360px; }
.home-scroll-cols-4 > * { width: calc((100% - 3.75rem) / 4); max-width: 300px; }
.home-scroll-cols-5 > * { width: calc((100% - 5rem) / 5); max-width: 260px; }
.home-scroll-cols-6 > * { width: calc((100% - 6.25rem) / 6); max-width: 220px; }
.home-scroll .logo-item { height: 100px; }

/* Full-bleed CTA banner */
.cta-full {
  width: 100%;
  margin: 0;
  padding: clamp(2.75rem, 5vw, 4rem) 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-full-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.cta-full-copy {
  flex: 1 1 320px;
  max-width: 640px;
}
.cta-full h2 {
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  margin: 0 0 .55rem;
  letter-spacing: -.02em;
}
.cta-full p {
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 36em;
}
.cta-full-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
}
.product-card, .service-card, .cat-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; transition: .28s; height: 100%;
  display: flex; flex-direction: column;
  box-shadow: 0 2px 0 rgba(11,31,58,.02);
}
.product-card:hover, .service-card:hover, .cat-card:hover {
  transform: translateY(-7px); box-shadow: var(--shadow-lg); border-color: transparent;
}
.product-card .thumb, .cat-card .thumb {
  aspect-ratio: 4/3; background: var(--bg); position: relative; overflow: hidden;
}
.product-card .thumb img, .cat-card .thumb img {
  width: 100%; height: 100%; object-fit: cover; transition: .45s;
}
.cat-card:hover .thumb img, .product-card:hover .thumb img { transform: scale(1.07); }
.cat-card .thumb::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(11,31,58,.55));
  opacity: 0; transition: .3s;
}
.cat-card:hover .thumb::after { opacity: 1; }
.product-card .body, .cat-card .body { padding: 1.2rem 1.25rem 1.4rem; flex: 1; display: flex; flex-direction: column; }
.product-card .meta { font-size: .75rem; color: var(--blue); font-weight: 800; text-transform: uppercase; letter-spacing: .05em; margin-bottom: .35rem; }
.product-card h3, .cat-card h3 { font-size: 1.02rem; margin-bottom: .4rem; }
.product-card h3 a, .cat-card h3 a { color: var(--navy); }
.product-card h3 a:hover, .cat-card h3 a:hover { color: var(--blue); }
.product-card p, .cat-card .body p { color: var(--text-muted); font-size: .88rem; flex: 1; margin-bottom: 1rem; }

.service-card { padding: 1.85rem; position: relative; }
.service-card .icon {
  width: 58px; height: 58px; border-radius: 16px; margin-bottom: 1.15rem;
  background: linear-gradient(135deg, rgba(0,160,227,.12), rgba(2,62,138,.08));
  color: var(--blue); display: grid; place-items: center; font-size: 1.4rem;
}
.service-card .svc-num {
  position: absolute; top: 1.25rem; right: 1.25rem;
  font-size: .8rem; font-weight: 800; color: rgba(11,31,58,.15);
}
.service-card h3 { font-size: 1.12rem; }
.service-card h3 a { color: var(--navy); }
.service-card h3 a:hover { color: var(--blue); }
.service-card p { color: var(--text-muted); font-size: .92rem; margin-bottom: 1rem; }
.service-card .more { font-weight: 800; font-size: .9rem; color: var(--blue); display: inline-flex; align-items: center; gap: .4rem; }

/* Logo row */
.logo-row {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 1rem;
}
.logo-item {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm);
  height: 96px; display: grid; place-items: center; padding: 1rem; transition: .25s;
}
.logo-item:hover { border-color: var(--blue); box-shadow: var(--shadow); transform: translateY(-2px); }
.logo-item span { font-weight: 700; color: var(--navy); font-size: .9rem; text-align: center; }
.logo-item img {
  max-height: 48px; max-width: 110px; object-fit: contain;
  filter: grayscale(1); opacity: .75; transition: .25s;
}
.logo-item:hover img { filter: none; opacity: 1; }

/* CTA band */
.cta-band {
  background: linear-gradient(120deg, var(--navy) 0%, var(--blue-deep) 48%, var(--blue) 100%);
  color: #fff; border-radius: 28px; padding: 3.25rem; display: flex;
  justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap;
  box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.cta-band::after {
  content: ""; position: absolute; right: -40px; top: -40px;
  width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,.08);
}
.cta-band h2 { color: #fff; font-size: 1.85rem; margin-bottom: .4rem; position: relative; z-index: 1; }
.cta-band p { color: rgba(255,255,255,.88); margin: 0; max-width: 480px; position: relative; z-index: 1; }
.cta-band .btn-row { position: relative; z-index: 1; }

/* Page hero */
.page-hero {
  background: linear-gradient(125deg, var(--navy) 0%, var(--blue-deep) 55%, #0353a4 100%);
  color: #fff; padding: 2.75rem 0 2.35rem; position: relative; overflow: hidden;
}
.page-hero::after {
  content: ""; position: absolute; right: -80px; top: -80px;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(0,160,227,.16);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.35rem); margin-bottom: .45rem; }
.page-kicker {
  color: #fff; font-size: clamp(1.35rem, 2.5vw, 1.85rem); font-weight: 800;
  margin: .35rem 0 0; letter-spacing: -.02em;
}
.breadcrumb {
  display: flex; flex-wrap: wrap; gap: .45rem; align-items: center;
  font-size: .88rem; color: rgba(255,255,255,.72); margin-bottom: .35rem;
}
.breadcrumb a { color: rgba(255,255,255,.92); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { opacity: .55; }

/* Content layout */
.content-grid {
  display: grid; grid-template-columns: 1fr 320px; gap: 2rem; align-items: start;
}
.sidebar-sticky { position: sticky; top: calc(var(--header-h) + 1rem); }
.prose { font-size: 1.02rem; color: var(--text); }
.prose h2, .prose h3 { margin-top: 1.5rem; }
.prose ul { list-style: disc; padding-left: 1.25rem; margin-bottom: 1rem; }
.prose li { margin-bottom: .4rem; }
.sidebar-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.45rem; margin-bottom: 1.25rem; box-shadow: var(--shadow);
}
.sidebar-card h3 { font-size: 1rem; margin-bottom: 1rem; padding-bottom: .75rem; border-bottom: 1px solid var(--border); }
.sidebar-list a {
  display: flex; justify-content: space-between; align-items: center;
  padding: .65rem 0; border-bottom: 1px solid var(--border); color: var(--text); font-size: .92rem; font-weight: 600;
}
.sidebar-list a:hover { color: var(--blue); }
.sidebar-list li:last-child a { border-bottom: 0; }
.sidebar-cta {
  background: linear-gradient(135deg, var(--navy), var(--blue-deep));
  color: #fff; border: 0;
}
.sidebar-cta h3, .sidebar-cta p { color: #fff; }
.sidebar-cta p { opacity: .85; font-size: .92rem; }

/* Product detail */
.product-detail {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2.75rem; align-items: start;
}
.product-gallery-wrap { display: flex; flex-direction: column; gap: .75rem; }
.product-gallery {
  background: linear-gradient(180deg, #f8fafc, var(--bg));
  border-radius: var(--radius); border: 1px solid var(--border);
  aspect-ratio: 1; display: grid; place-items: center; overflow: hidden;
  box-shadow: var(--shadow);
}
.product-gallery img { width: 100%; height: 100%; object-fit: contain; padding: 1.75rem; }
.product-thumbs {
  display: flex; flex-wrap: wrap; gap: .5rem;
}
.product-thumb {
  width: 72px; height: 72px; padding: 0; border: 2px solid var(--border);
  border-radius: 10px; overflow: hidden; background: #fff; cursor: pointer;
  transition: border-color .15s, box-shadow .15s;
}
.product-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-thumb:hover { border-color: var(--blue); }
.product-thumb.is-active {
  border-color: var(--blue);
  box-shadow: 0 0 0 2px rgba(0,160,227,.25);
}
.product-specs-mini {
  margin: 1.1rem 0 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafc;
}
.product-specs-mini table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.product-specs-mini th,
.product-specs-mini td { padding: .55rem .85rem; text-align: left; border-bottom: 1px solid var(--border); }
.product-specs-mini tr:last-child th,
.product-specs-mini tr:last-child td { border-bottom: 0; }
.product-specs-mini th { width: 42%; color: var(--text-muted); font-weight: 600; }
.product-specs-mini td { font-weight: 700; color: var(--text); }
.specs-more {
  display: block; padding: .55rem .85rem; font-size: .85rem; font-weight: 700;
  color: var(--blue); border-top: 1px solid var(--border); background: #fff;
}
.product-specs-table-wrap { overflow-x: auto; }
.product-specs-table {
  width: 100%; border-collapse: collapse; font-size: .95rem;
}
.product-specs-table th,
.product-specs-table td {
  padding: .75rem 1rem; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top;
}
.product-specs-table tr:nth-child(even) { background: #f8fafc; }
.product-specs-table th {
  width: 36%; color: var(--navy); font-weight: 700; background: rgba(11,31,58,.04);
}
.product-specs-table td { font-weight: 600; }
.prose p { margin: 0 0 1rem; }
.prose img { max-width: 100%; height: auto; border-radius: 8px; }
.prose table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.prose table td, .prose table th { border: 1px solid var(--border); padding: .5rem .75rem; }
.prose table th {
  width: 28%;
  max-width: 140px;
  background: var(--bg);
  font-weight: 600;
  text-align: left;
  color: var(--navy);
}
.prose table.spec-table th { width: 120px; }
.prose ul + table { margin-top: .25rem; }
.product-info { position: sticky; top: calc(var(--header-h) + 1rem); }
.product-info .badge-row { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.badge {
  display: inline-flex; padding: .32rem .75rem; border-radius: 999px;
  font-size: .75rem; font-weight: 800; background: rgba(0,160,227,.1); color: var(--blue);
}
.badge-navy { background: rgba(11,31,58,.08); color: var(--navy); }
.badge-orange { background: rgba(247,127,0,.12); color: var(--orange); }
.product-info h1 { font-size: clamp(1.55rem, 2.5vw, 1.9rem); margin-bottom: .5rem; }
.product-code { color: var(--text-muted); font-size: .9rem; margin-bottom: 1rem; }
.product-price { font-size: 1.7rem; font-weight: 800; color: var(--blue); margin: 1rem 0; letter-spacing: -.02em; }
.product-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.product-trust {
  margin-top: 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem;
}

/* Forms */
.form-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 2.1rem; box-shadow: var(--shadow-lg);
}
.form-group { margin-bottom: 1.15rem; }
.form-group label { display: block; font-weight: 700; font-size: .9rem; margin-bottom: .4rem; color: var(--navy); }
.form-group label .req { color: #e63946; }
.form-control {
  width: 100%; padding: .9rem 1.05rem; border: 1px solid var(--border);
  border-radius: 12px; font: inherit; background: #fff; color: var(--text);
  transition: .2s;
}
.form-control:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,160,227,.15); }
textarea.form-control { min-height: 120px; resize: vertical; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.alert {
  padding: 1rem 1.15rem; border-radius: 12px; margin-bottom: 1.25rem; font-size: .95rem;
}
.alert-success { background: #d8f3dc; color: #1b4332; border: 1px solid #95d5b2; }
.alert-error { background: #fde8e8; color: #9b2226; border: 1px solid #f5c2c7; }
.alert-info { background: #e8f4fc; color: #023e8a; border: 1px solid #ade8f4; }

/* Contact */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
}
.contact-item {
  display: flex; gap: 1rem; padding: 1.3rem; background: var(--bg);
  border-radius: var(--radius-sm); margin-bottom: 1rem; border: 1px solid var(--border);
  transition: .2s;
}
.contact-item:hover { border-color: rgba(0,160,227,.3); }
.contact-item .icon {
  width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep)); color: #fff; display: grid; place-items: center;
}
.contact-item strong { display: block; font-size: .85rem; color: var(--text-muted); font-weight: 700; }
.contact-item a, .contact-item span { color: var(--navy); font-weight: 700; }
.map-wrap {
  border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border);
  min-height: 320px; background: var(--bg); box-shadow: var(--shadow);
}
.map-wrap iframe { width: 100%; height: 100%; min-height: 320px; border: 0; }

/* FAQ accordion */
.faq-list { display: flex; flex-direction: column; gap: .85rem; max-width: 860px; }
.faq-item {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm);
  overflow: hidden; box-shadow: 0 2px 8px rgba(11,31,58,.04);
}
.faq-item[open], .faq-item.is-open { border-color: rgba(0,160,227,.35); box-shadow: var(--shadow); }
.faq-q {
  width: 100%; text-align: left; background: transparent; border: 0; cursor: pointer;
  padding: 1.15rem 1.35rem; font: inherit; font-weight: 800; color: var(--navy);
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq-q i { color: var(--blue); transition: .2s; flex-shrink: 0; }
.faq-item.is-open .faq-q i { transform: rotate(180deg); }
.faq-a {
  display: none; padding: 0 1.35rem 1.25rem; color: var(--text-muted); font-size: .98rem; line-height: 1.7;
}
.faq-item.is-open .faq-a { display: block; }
.faq-filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.75rem; }
.faq-filters a, .faq-filters span {
  padding: .5rem 1rem; border-radius: 999px; border: 1px solid var(--border);
  font-weight: 700; font-size: .88rem; color: var(--navy); background: #fff;
}
.faq-filters a:hover, .faq-filters .active {
  background: var(--blue); color: #fff; border-color: var(--blue);
}

/* Footer trust + footer */
.footer-trust {
  background: linear-gradient(90deg, var(--navy-2), var(--blue-deep));
  color: rgba(255,255,255,.9); padding: .9rem 0; margin-top: 3rem;
  border-top: 1px solid rgba(255,255,255,.06);
}
.footer-trust .container {
  display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: center;
  font-size: .88rem; font-weight: 600;
}
.footer-trust i { color: var(--accent); margin-right: .4rem; }
.site-footer {
  background: var(--navy); color: rgba(255,255,255,.75); padding-top: 3.5rem;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; padding-bottom: 2.5rem;
}
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 1.15rem; }
.site-footer a { color: rgba(255,255,255,.75); }
.site-footer a:hover { color: var(--accent); }
.footer-brand .logo { margin-bottom: 1rem; color: #fff; }
.footer-brand .logo:hover { color: #fff; }
.footer-brand .logo-text span { color: rgba(255,255,255,.55); }
.footer-brand .logo-img { max-height: 48px; background: #fff; padding: 6px 10px; border-radius: 8px; }
.footer-brand p { font-size: .92rem; line-height: 1.65; }
.footer-links li { margin-bottom: .55rem; }
.footer-contact li { display: flex; gap: .65rem; margin-bottom: .75rem; font-size: .92rem; }
.footer-contact i { color: var(--accent); margin-top: .2rem; width: 16px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 1.15rem 0; font-size: .85rem;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  align-items: center;
}
.footer-credit-bar {
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.18);
  padding: .7rem 0;
  text-align: center;
}
.footer-credit-bar .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kb-credit-link {
  color: rgba(255,255,255,.78) !important;
  font-weight: 600;
  font-size: .8rem;
  text-decoration: none;
  letter-spacing: .01em;
}
.kb-credit-link:hover {
  color: var(--accent) !important;
}

/* WhatsApp float */
.wa-float {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 999;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center;
  font-size: 1.7rem; box-shadow: 0 12px 32px rgba(37,211,102,.42);
  transition: .2s;
}
.wa-float:hover { transform: scale(1.08); color: #fff; }

.empty-state {
  text-align: center; padding: 3rem 1rem; color: var(--text-muted);
  background: var(--bg); border-radius: var(--radius); border: 1px dashed var(--border);
}
.placeholder-img {
  width: 100%; height: 100%; display: grid; place-items: center;
  background: linear-gradient(135deg, #e8f4fc, #f0f4f8);
  color: var(--blue); font-size: 2.5rem;
}

/* PDF catalog cards */
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.35rem;
}
.catalog-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
  transition: .25s;
}
.catalog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.catalog-cover {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--bg);
  overflow: hidden;
}
.catalog-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Kapak yoksa PDF ilk sayfa önizlemesi */
.catalog-cover--pdf {
  background: #e8ecf1;
}
.catalog-cover--pdf .catalog-cover-placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.catalog-pdf-preview {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 140%; /* toolbar alanını aşağı it, ilk sayfa dolsun */
  border: 0;
  display: block;
  background: transparent;
  pointer-events: none;
}
.catalog-cover-hit {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
.catalog-pdf-badge {
  position: absolute;
  top: .65rem;
  right: .65rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .28rem .55rem;
  border-radius: 999px;
  background: rgba(230, 57, 70, .92);
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
  pointer-events: none;
}
.catalog-pdf-badge i { font-size: .75rem; }
.catalog-cover-placeholder {
  width: 100%;
  height: 100%;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  background: linear-gradient(145deg, #fff5f5, #fde8e8);
  color: #e63946;
  font-size: 2.75rem;
}
.catalog-cover-placeholder span {
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.catalog-body {
  padding: 1.25rem 1.3rem 1.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: .5rem;
}
.catalog-body h2 {
  font-size: 1.1rem;
  margin: 0;
  color: var(--navy);
}
.catalog-body p {
  margin: 0;
  color: var(--text-muted);
  font-size: .9rem;
  flex: 1;
}
.catalog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  font-size: .8rem;
  color: var(--text-muted);
  font-weight: 600;
}
.catalog-meta i { color: var(--blue); margin-right: .25rem; }
.catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .5rem;
}
.catalog-actions .btn { flex: 1; justify-content: center; min-width: 120px; }

.pagination { display: flex; gap: .4rem; justify-content: center; margin-top: 2rem; flex-wrap: wrap; }
.pagination a, .pagination span {
  min-width: 42px; height: 42px; display: grid; place-items: center;
  border-radius: 12px; border: 1px solid var(--border); font-weight: 700; font-size: .9rem;
  color: var(--navy); background: #fff;
}
.pagination a:hover, .pagination .active { background: var(--blue); color: #fff; border-color: var(--blue); }

.search-bar {
  display: flex; gap: .5rem; background: #fff; border: 1px solid var(--border);
  border-radius: 999px; padding: .35rem; max-width: 420px; width: 100%;
  box-shadow: var(--shadow);
}
.search-bar input {
  flex: 1; border: 0; outline: none; padding: .55rem 1rem; font: inherit; background: transparent;
}
.search-bar button {
  border: 0; background: var(--blue); color: #fff; border-radius: 999px;
  padding: .55rem 1.15rem; cursor: pointer; font-weight: 700;
}

/* ── Blog ── */
.blog-filters { margin-bottom: 1.5rem; }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.blog-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition: transform .15s, box-shadow .15s;
}
.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(11,31,58,.1);
}
.blog-card-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  background: #f0f4f8;
  overflow: hidden;
}
.blog-card-thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.blog-card-badge {
  position: absolute; top: .75rem; left: .75rem;
  background: var(--orange, #f77f00); color: #fff;
  font-size: .72rem; font-weight: 800; padding: .25rem .55rem; border-radius: 999px;
}
.blog-card-body { padding: 1.15rem 1.25rem 1.35rem; flex: 1; display: flex; flex-direction: column; }
.blog-card-meta {
  display: flex; flex-wrap: wrap; gap: .35rem; align-items: center;
  font-size: .82rem; color: var(--text-muted); margin-bottom: .5rem;
}
.blog-card-meta a { color: var(--blue); font-weight: 700; }
.blog-card-body h2 { font-size: 1.1rem; margin: 0 0 .5rem; line-height: 1.35; }
.blog-card-body h2 a { color: var(--navy); }
.blog-card-body h2 a:hover { color: var(--blue); }
.blog-card-body p { color: var(--text-muted); font-size: .92rem; margin: 0 0 1rem; flex: 1; line-height: 1.5; }
.blog-article-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2rem;
  align-items: start;
}
.blog-article-cover {
  border-radius: var(--radius); overflow: hidden; margin-bottom: 1.25rem;
  border: 1px solid var(--border);
}
.blog-article-cover img { width: 100%; display: block; max-height: 420px; object-fit: cover; }
.blog-article-lead {
  font-size: 1.15rem; color: var(--text-muted); line-height: 1.55; margin: 0 0 1.25rem;
}
.blog-article-footer {
  display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem;
}
.blog-related h2 { font-size: 1.05rem; margin: 0 0 1rem; }
.blog-related-item {
  display: grid; grid-template-columns: 72px 1fr; gap: .75rem; align-items: center;
  padding: .75rem; background: #fff; border: 1px solid var(--border); border-radius: 12px;
  margin-bottom: .65rem; color: var(--text);
}
.blog-related-item:hover { border-color: var(--blue); color: var(--text); }
.blog-related-item img {
  width: 72px; height: 56px; object-fit: cover; border-radius: 8px; background: #f0f4f8;
}
.blog-related-item strong { display: block; font-size: .9rem; color: var(--navy); line-height: 1.3; }
.blog-related-item span { font-size: .78rem; color: var(--text-muted); }

@media (max-width: 1024px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-article-layout { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .blog-grid { grid-template-columns: 1fr; }
}

/* ── Site arama sayfası ── */
.search-page { max-width: 1100px; }
.search-page-form { margin-bottom: 1.5rem; }
.search-page-input-wrap {
  display: flex; align-items: center; gap: .65rem;
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: .55rem .55rem .55rem 1.1rem; box-shadow: var(--shadow);
}
.search-page-input-wrap > i { color: var(--text-muted); font-size: 1.05rem; }
.search-page-input-wrap input {
  flex: 1; border: 0; outline: none; font: inherit; font-size: 1.05rem;
  background: transparent; min-width: 0; padding: .5rem 0;
}
.search-page-input-wrap .btn { flex-shrink: 0; border-radius: 12px; }
.search-meta {
  color: var(--text-muted); font-size: .95rem; margin-bottom: 1rem;
}
.search-meta strong { color: var(--navy); font-size: 1.1rem; }
.search-tabs {
  display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.75rem;
}
.search-tab {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .5rem .9rem; border-radius: 999px; font-size: .88rem; font-weight: 700;
  background: #fff; border: 1px solid var(--border); color: var(--navy);
  transition: .15s;
}
.search-tab span {
  background: rgba(11,31,58,.08); color: var(--navy);
  padding: .1rem .45rem; border-radius: 999px; font-size: .78rem;
}
.search-tab:hover { border-color: var(--blue); color: var(--blue); }
.search-tab.is-active {
  background: var(--navy); color: #fff; border-color: var(--navy);
}
.search-tab.is-active span { background: rgba(255,255,255,.2); color: #fff; }
.search-section { margin-bottom: 2.25rem; }
.search-section-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; margin-bottom: 1rem; flex-wrap: wrap;
}
.search-section-head h2 {
  font-size: 1.15rem; margin: 0; display: flex; align-items: center; gap: .5rem;
}
.search-section-head a { font-size: .9rem; font-weight: 700; }
.search-card-excerpt {
  font-size: .88rem; color: var(--text-muted); margin: .35rem 0 .75rem; line-height: 1.45;
}
.search-list { display: flex; flex-direction: column; gap: .65rem; }
.search-list-item {
  display: grid; grid-template-columns: 56px 1fr auto; gap: 1rem; align-items: center;
  padding: .9rem 1rem; background: #fff; border: 1px solid var(--border);
  border-radius: 14px; color: var(--text); transition: .15s; box-shadow: var(--shadow-sm, 0 1px 2px rgba(0,0,0,.04));
}
.search-list-item:hover {
  border-color: rgba(0,160,227,.45); color: var(--text);
  box-shadow: 0 8px 24px rgba(11,31,58,.08); transform: translateY(-1px);
}
.search-list-icon {
  width: 56px; height: 56px; border-radius: 12px; overflow: hidden;
  background: linear-gradient(135deg, #f0f7fc, #e8eef5);
  display: grid; place-items: center; color: var(--blue); font-size: 1.25rem;
}
.search-list-icon img { width: 100%; height: 100%; object-fit: cover; }
.search-list-body { min-width: 0; }
.search-list-body strong {
  display: block; font-size: 1rem; margin-bottom: .2rem; color: var(--navy);
}
.search-list-body span {
  display: block; font-size: .88rem; color: var(--text-muted); line-height: 1.4;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.search-list-arrow { color: var(--text-muted); font-size: .85rem; }
.search-empty-hint {
  text-align: center; padding: 3rem 1.5rem; background: #fff;
  border: 1px solid var(--border); border-radius: 18px;
}
.search-empty-icon {
  width: 72px; height: 72px; margin: 0 auto 1rem; border-radius: 50%;
  background: rgba(0,160,227,.1); color: var(--blue);
  display: grid; place-items: center; font-size: 1.6rem;
}
.search-empty-hint h2 { margin: 0 0 .5rem; font-size: 1.35rem; }
.search-empty-hint p { color: var(--text-muted); margin: 0 auto; max-width: 420px; }
.search-suggestions {
  display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-top: 1.25rem;
}
.chip {
  display: inline-flex; padding: .4rem .85rem; border-radius: 999px;
  background: rgba(0,160,227,.1); color: var(--blue); font-weight: 700; font-size: .88rem;
}
.chip:hover { background: var(--blue); color: #fff; }
.search-faq-list { display: flex; flex-direction: column; gap: .5rem; }

@media (max-width: 640px) {
  .search-page-input-wrap { flex-wrap: wrap; padding: .65rem; }
  .search-page-input-wrap input { width: 100%; order: 1; flex: 1 1 100%; }
  .search-page-input-wrap > i { order: 0; }
  .search-page-input-wrap .btn { order: 2; width: 100%; justify-content: center; }
  .search-list-item { grid-template-columns: 48px 1fr; }
  .search-list-arrow { display: none; }
  .search-list-icon { width: 48px; height: 48px; }
}

/* ═══════════ Responsive ═══════════ */
@media (max-width: 1100px) {
  .header-search.hide-mobile { display: none; }
  .nav > li > a { padding: .65rem .55rem; font-size: .86rem; }
  .logo-text span { display: none; }
}
@media (max-width: 1024px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .home-grid-cols-3,
  .home-grid-cols-4,
  .home-grid-cols-5,
  .home-grid-cols-6 { grid-template-columns: repeat(2, 1fr) !important; }
  .home-scroll-cols-3 > *,
  .home-scroll-cols-4 > *,
  .home-scroll-cols-5 > *,
  .home-scroll-cols-6 > * { width: min(260px, 72vw); max-width: 72vw; }
  .about-grid, .content-grid, .product-detail, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-strip { padding: 1.75rem 0 .5rem; }
  .product-info { position: static; }
  .mega-menu { left: 0; transform: translateY(8px); width: min(560px, calc(100vw - 2rem)); max-width: calc(100vw - 2rem); }
  .nav > li.has-mega:hover > .mega-menu { transform: translateY(0); }
  .home-scroll { max-width: 100%; }
  .section { overflow-x: clip; }
}

/* Tablet / mobile nav drawer */
@media (max-width: 860px) {
  .hide-mobile { display: none !important; }

  .site-header {
    z-index: 1000;
    overflow: visible;
  }
  .header-inner {
    gap: .65rem;
    min-height: 64px;
    width: 100%;
    max-width: 100%;
  }
  .logo-img { height: 40px; max-width: 120px; }
  .logo-mark { width: 40px; height: 40px; border-radius: 10px; font-size: 1rem; }
  .logo-text strong { font-size: .95rem; }

  .nav-toggle {
    display: inline-flex;
    z-index: 1202;
    position: relative;
  }

  /* Backdrop — header dışında gibi davranır (fixed + yüksek z-index) */
  .nav-backdrop {
    display: block;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background: rgba(11, 31, 58, .5);
    z-index: 1200 !important;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
  }
  .nav-backdrop[hidden] { display: none !important; }

  /* Full-height drawer — tamamen görünür */
  .nav {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(320px, 88vw) !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    margin: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: calc(env(safe-area-inset-top, 0px) + 4.75rem) 0 calc(env(safe-area-inset-bottom, 0px) + 1.5rem);
    gap: 0;
    box-shadow: -16px 0 48px rgba(0, 0, 0, .18);
    transform: translate3d(105%, 0, 0);
    transition: transform .28s ease;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    z-index: 1201 !important;
    pointer-events: none;
  }
  .nav.open {
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
  }

  /* Mobilde hover dropdown kapalı — sadece .open ile */
  .nav > li:hover > .dropdown,
  .nav > li:focus-within > .dropdown,
  .nav > li.has-mega:hover > .mega-menu,
  .nav > li.has-mega:focus-within > .mega-menu {
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  .nav > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid var(--border);
    width: 100%;
    position: relative;
  }
  .nav > li > a {
    flex: 1;
    min-width: 0;
    padding: 1rem 1.15rem;
    font-size: .95rem;
    border-radius: 0;
  }
  .nav > li > a:hover,
  .nav > li.active > a {
    background: rgba(0, 160, 227, .06);
  }
  .nav-chevron { display: none; }
  .nav-sub-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    color: var(--navy);
    border-left: 1px solid var(--border);
  }
  .nav-sub-toggle i { transition: transform .2s; }
  .nav > li.open > .nav-sub-toggle i { transform: rotate(180deg); }

  .nav .dropdown,
  .mega-menu {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0;
    padding: 0 0 .65rem 0 !important;
    display: none !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    left: auto !important;
    background: #f5f8fb !important;
  }
  .nav > li.open > .dropdown,
  .nav > li.open > .mega-menu {
    display: block !important;
  }
  .mega-cols { grid-template-columns: 1fr; gap: 0; }
  .mega-links { grid-template-columns: 1fr; }
  .mega-links a { padding: .7rem 1.25rem .7rem 1.5rem; }
  .mega-cta { display: none; }
  .nav .dropdown a {
    padding: .7rem 1.25rem .7rem 1.5rem;
    border-radius: 0;
  }

  .nav-search-mobile {
    display: block;
    width: 100%;
    padding: 1rem 1.15rem;
    border-bottom: 0;
    order: 99;
  }
  .nav-search-mobile .header-search {
    max-width: none;
    width: 100%;
  }

  .header-cta { gap: .4rem; }
  .header-cta .btn span { display: none; }
  .header-cta .btn-orange {
    width: 42px; height: 42px; padding: 0;
    justify-content: center; border-radius: 50%;
  }

  /* Slider — mobilde daha yüksek, okunaklı */
  .hero-nav { display: none; }
  .hero,
  .hero-wide {
    aspect-ratio: 4 / 3;
    min-height: 260px;
    max-height: 52vh;
    width: 100%;
  }
  .hero-slide {
    background-position: center center;
    background-size: cover;
  }
  .hero-content {
    padding: 1.75rem 0 2.5rem;
    max-width: 100%;
  }
  .hero h1,
  .hero .hero-title {
    font-size: clamp(1.35rem, 5.5vw, 1.85rem);
  }
  .hero p {
    font-size: .95rem;
    margin-bottom: 1.1rem;
  }
  .hero-actions .btn {
    padding: .7rem 1.1rem;
    font-size: .88rem;
  }
  .hero-dots { bottom: .85rem; }
  .hero-align-right .hero-content,
  .hero-align-center .hero-content {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }
  .hero-align-right .hero-actions,
  .hero-align-center .hero-actions { justify-content: flex-start; }

  .wa-float {
    right: max(.85rem, env(safe-area-inset-right));
    bottom: max(.85rem, env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
    font-size: 1.45rem;
  }
}

@media (max-width: 640px) {
  .cards-grid, .footer-grid { grid-template-columns: 1fr; }
  .home-grid-cols-2,
  .home-grid-cols-3,
  .home-grid-cols-4,
  .home-grid-cols-5,
  .home-grid-cols-6 { grid-template-columns: 1fr !important; }
  .cta-full-inner { flex-direction: column; align-items: flex-start; }
  .cta-full { padding: 2.25rem 0; }
  .cta-full h2 { font-size: 1.35rem; }

  .hero,
  .hero-wide {
    aspect-ratio: 3 / 4;
    min-height: 320px;
    max-height: 70vh;
  }
  /* Sadece resim slayt: kareye yakın, daha dolu */
  .hero:has(.hero-slide-image-only.active) {
    aspect-ratio: 1 / 1;
    max-height: 75vw;
    min-height: 280px;
  }
  .hero-content {
    padding: 1.5rem 0 2.75rem;
    max-width: 100%;
  }
  .cta-band { padding: 1.85rem; border-radius: 20px; }
  .about-stats, .product-trust { grid-template-columns: 1fr 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }
  .product-actions .btn { width: 100%; justify-content: center; }
  .section { padding: 2.75rem 0; }
  .footer-trust .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: .55rem;
  }
  .topbar {
    font-size: .75rem;
    padding: .4rem 0;
  }
  .topbar-inner { gap: .5rem; }
  .topbar-left { gap: .55rem; }
  .topbar a { white-space: nowrap; }
  /* Mobilde kayan yazı kalsın ama daha dar alan */
  .topbar-trust { flex: 1 1 40%; }
  .topbar-trust.is-static .topbar-trust-item { font-size: .72rem; }
  .topbar-trust.is-marquee .topbar-trust-track { animation-duration: 16s; }
}

@media (max-width: 520px) {
  /* Çok dar: sabit yazıyı gizle, kayan açıksa göster */
  .topbar-trust.is-static { display: none; }
  .topbar-left a:nth-child(2) { display: none; } /* mobil 2. telefon */
}

/* Çok dar ekranlar */
@media (max-width: 380px) {
  .logo-text { display: none; }
  .header-cta .header-phone { display: none; }
  .hero, .hero-wide {
    min-height: 260px;
    max-height: 68vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
