﻿/* Self-host: Plus Jakarta Sans (latin + latin-ext, Turkish) */
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/latin-ext-400-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/latin-ext-500-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/latin-ext-600-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/latin-ext-700-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --navy: #101828;
  --navy-2: #1d2939;
  --blue: #2563eb;
  --blue-soft: #60a5fa;
  --ink: #1d2939;
  --muted: #667085;
  --line: #eaecf0;
  --paper: #f8fafc;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(16, 24, 40, 0.12);
  --radius: 16px;

  /* Desktop ölçek sistemi (tablet/telefon sonra) */
  --wrap-max: 1180px;
  --wrap-pad: clamp(24px, 3.2vw, 40px);
  --section-y: clamp(52px, 5.5vw, 72px);
  --header-h: 70px;
  --hero-pad-y: clamp(48px, 5.5vw, 72px);
  --hero-min-h: clamp(560px, 78vh, 820px);
  --card-cols: 4;
  --strip-cols: 4;
  --blog-visible: 4.2;
  --blog-gap: 16px;
  --nav-gap: 22px;
  /* Ürün görselleri — 1:1 contain, ortalı (hero/blog cover istisna) */
  --media-fit: contain;
  --media-pos: center;
  --brand-h: 38px;
  --prod-stage-w: 460px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

body {
  -webkit-tap-highlight-color: transparent;
}

a,
button,
input,
textarea,
select,
summary,
label,
[role="button"] {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

#hizmetler,
#iletisim,
#blog,
#teklif,
#guvenlik,
#gecis,
#dijital {
  scroll-margin-top: 88px;
}

#anasayfa {
  scroll-margin-top: 0;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-weight: 400;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  width: min(var(--wrap-max), calc(100% - (var(--wrap-pad) * 2)));
  margin: 0 auto;
}

.topbar {
  background: var(--navy);
  color: #98a2b3;
  font-size: 13px;
  font-weight: 500;
}

.topbar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 9px 0;
}

.topbar-tagline {
  min-width: 0;
}

.topbar-links {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.topbar a {
  color: #d0d5dd;
  font-weight: 600;
}

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

.topbar-sep {
  color: #475467;
  font-weight: 400;
}

@media (max-width: 720px) {
  .topbar-tagline {
    display: none;
  }

  .topbar .wrap {
    justify-content: center;
    flex-wrap: nowrap;
    padding: 8px 0;
  }

  .topbar-links {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 6px;
  }

  .topbar-hours {
    display: none;
  }

  .topbar-sep-hours {
    display: none;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.header-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: clamp(12px, 1.5vw, 20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
}

.brand img {
  height: var(--brand-h);
  width: auto;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: var(--nav-gap);
  font-size: 14.5px;
  font-weight: 600;
  flex-wrap: nowrap;
}

.nav-links {
  display: contents;
}

.nav-links > a:not(.nav-cta) {
  color: var(--navy-2);
  line-height: 1;
  padding: 8px 0;
}

.nav-links > a:not(.nav-cta):hover,
.nav-links > a:not(.nav-cta).is-active {
  color: var(--blue);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  padding: 9px 16px;
  border-radius: 10px;
  background: var(--blue);
  color: #fff !important;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: background 0.15s ease, filter 0.15s ease;
}

.nav-cta:hover {
  background: #1d4ed8;
  color: #fff !important;
  filter: none;
}

.nav-extra {
  display: none;
}

.nav-backdrop {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  padding: 11px 18px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: 0.15s ease;
}

.btn:hover {
  filter: brightness(1.05);
}

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

.btn-ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.menu-toggle {
  display: none;
  position: relative;
  appearance: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  cursor: pointer;
  place-items: center;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.menu-toggle:hover {
  border-color: #c7d2fe;
  background: #f8fafc;
}

.menu-toggle:focus-visible {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.16);
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--navy);
  position: relative;
  transition: transform 0.22s ease, opacity 0.22s ease, background 0.22s ease;
}

.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-toggle span::before {
  top: -6px;
}

.menu-toggle span::after {
  top: 6px;
}

.menu-toggle.is-open {
  border-color: rgba(37, 99, 235, 0.35);
  background: rgba(37, 99, 235, 0.06);
}

.menu-toggle.is-open span {
  background: transparent;
}

.menu-toggle.is-open span::before {
  top: 0;
  background: var(--blue);
  transform: rotate(45deg);
}

.menu-toggle.is-open span::after {
  top: 0;
  background: var(--blue);
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  min-height: var(--hero-min-h);
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(16, 24, 40, 0.82) 0%,
    rgba(16, 24, 40, 0.42) 55%,
    rgba(16, 24, 40, 0.2) 100%
  );
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: var(--hero-pad-y) 0 calc(var(--hero-pad-y) * 0.78);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(16px, 2.2vw, 28px);
  align-items: center;
}

.eyebrow {
  display: inline-block;
  color: var(--blue-soft);
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hero h1 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.035em;
  max-width: 14ch;
}

.hero p {
  margin: 0 0 24px;
  max-width: 520px;
  color: #d0d5dd;
  font-size: 16.5px;
  font-weight: 400;
}

.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-products {
  display: grid;
  place-items: center;
  align-self: center;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
}

.hero-slider-frame {
  position: relative;
  width: min(100%, var(--prod-stage-w));
  aspect-ratio: 460 / 380;
  margin: 0 auto;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.hero-products-stage {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}

.hero-products .prod {
  position: absolute;
  object-fit: contain;
  height: auto;
  max-width: none;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.48));
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  user-select: none;
  pointer-events: none;
}

/* Kamera / alarm — logo + tek ürün görseli */
.hero-products .prod-logo {
  width: 48%;
  left: 50%;
  top: 2%;
  transform: translateX(-50%);
  z-index: 6;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.35));
}

.stage-cameras .prod-cameras,
.stage-alarm .prod-alarm {
  width: 86%;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

@media (hover: hover) {
  .hero-slide.is-active:hover .prod-logo {
    transform: translateX(-50%) translateY(-5px);
  }

  .hero-slide.is-active:hover .prod-cameras,
  .hero-slide.is-active:hover .prod-alarm {
    transform: translate(-50%, -50%) translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-products .prod {
    transition: none;
  }
}

.strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.strip .wrap {
  display: grid;
  grid-template-columns: repeat(var(--strip-cols), minmax(0, 1fr));
  gap: clamp(8px, 1.2vw, 16px);
  padding: clamp(16px, 2vw, 22px) 0;
}

.strip strong {
  display: block;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}

.strip span {
  color: var(--muted);
  font-size: 13px;
}

/* Çözüm ortakları — strip altı, başlıksız marquee */
.partners-rail {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.partners-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.partners-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 28px;
  padding: 4px 0;
  animation: partners-scroll 28s linear infinite;
}

.partners-set {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 0 0 auto;
}

.partners-set span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: 32px;
  line-height: 0;
}

.partners-set img {
  display: block;
  height: 24px;
  width: auto;
  max-width: none;
  max-height: 24px;
  object-fit: contain;
  object-position: center;
  opacity: 0.9;
}

.partners-set img[alt="Dahua"],
.partners-set img[alt="TTEC"] {
  height: 29px;
  max-height: 29px;
}

@keyframes partners-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 14px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .partners-track {
    animation: none;
  }
}

.blog-rail {
  padding: 36px 0 28px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.blog-rail-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.blog-rail-head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.blog-rail-head p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
}

.blog-rail-head a {
  color: var(--blue);
  font-weight: 600;
}

.blog-rail-head a:hover {
  text-decoration: underline;
}

.blog-viewport {
  overflow: hidden;
  width: min(var(--wrap-max), calc(100% - (var(--wrap-pad) * 2)));
  margin: 0 auto;
  transform: translateZ(0);
}

.blog-track {
  display: flex;
  gap: var(--blog-gap);
  width: max-content;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.blog-card {
  flex: 0 0 auto;
  width: calc(
    (min(var(--wrap-max), 100vw - (var(--wrap-pad) * 2)) - (var(--blog-gap) * (var(--blog-visible) - 1))) /
      var(--blog-visible)
  );
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.blog-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  display: block;
}

.blog-card-body {
  padding: 14px 14px 16px;
  flex: 1;
}

.blog-card time {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 6px;
  font-weight: 500;
}

.blog-card h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--navy);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: min(var(--wrap-max), calc(100% - (var(--wrap-pad) * 2)));
  margin: 20px auto 0;
}

.blog-nav {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid #d7dee8;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  color: var(--navy);
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.blog-nav svg {
  width: 18px;
  height: 18px;
  display: block;
}

.blog-nav:hover {
  border-color: #98b4e0;
  color: var(--blue);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.12);
  transform: translateY(-1px);
}

.blog-nav:active {
  transform: translateY(0);
  box-shadow: none;
}

.blog-nav:focus-visible {
  outline: 2px solid rgba(37, 99, 235, 0.35);
  outline-offset: 2px;
}

.section {
  padding: var(--section-y) 0;
}

.section h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.lead {
  margin: 0 0 clamp(22px, 2.5vw, 32px);
  color: var(--muted);
  max-width: 620px;
  font-size: 15.5px;
}

/* Anasayfa hizmetler — ana dal kompozisyonu */
.svc-home {
  padding: 0 0 clamp(8px, 1vw, 16px);
  background: var(--white);
}

.svc-home-head {
  padding: var(--section-y) 0 clamp(28px, 3.5vw, 40px);
}

.svc-home-head .eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.svc-home-head h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 600;
  letter-spacing: -0.035em;
  color: var(--navy);
  line-height: 1.15;
}

.svc-home-head p {
  margin: 0;
  max-width: 46ch;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.55;
}

.svc-home-block {
  border-top: 1px solid var(--line);
}

.svc-home-block-security {
  background: var(--paper);
}

.svc-home-block-access {
  background:
    linear-gradient(165deg, #121a2b 0%, #1a2438 55%, #1e2a40 100%);
  color: #d0d5dd;
  border-top-color: transparent;
}

.svc-home-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
  padding: clamp(36px, 5vw, 64px) 0;
}

.svc-home-split-flip {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.svc-home-intro {
  display: grid;
  gap: 20px;
  align-content: start;
}

.svc-home-media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 5 / 4;
  background: #0b1220;
}

.svc-home-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.02);
  transition: transform 0.55s ease;
}

.svc-home-block:hover .svc-home-media img {
  transform: scale(1.05);
}

.svc-home-intro-copy {
  display: grid;
  gap: 8px;
  max-width: 36ch;
}

.svc-home-index {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--blue);
}

.svc-home-block-access .svc-home-index {
  color: var(--blue-soft);
}

.svc-home-intro-copy h3 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy);
}

.svc-home-block-access .svc-home-intro-copy h3 {
  color: #fff;
}

.svc-home-intro-copy p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--muted);
}

.svc-home-block-access .svc-home-intro-copy p {
  color: #98a2b3;
}

.svc-home-cta {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
  width: fit-content;
  transition: color 0.15s ease, transform 0.15s ease;
}

.svc-home-cta::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
}

.svc-home-cta:hover::after {
  transform: rotate(45deg) translate(2px, -2px);
}

.svc-home-cta:hover {
  color: #1d4ed8;
  transform: translateX(2px);
}

.svc-home-block-access .svc-home-cta {
  color: var(--blue-soft);
}

.svc-home-block-access .svc-home-cta:hover {
  color: #93c5fd;
}

.svc-home-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  align-content: center;
  border-top: 1px solid var(--line);
}

.svc-home-block-access .svc-home-list {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.svc-home-list li {
  border-bottom: 1px solid var(--line);
}

.svc-home-block-access .svc-home-list li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.svc-home-list a {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 18px;
  gap: 14px;
  align-items: center;
  padding: 18px 4px;
  text-decoration: none;
  color: inherit;
  transition: background 0.18s ease, padding-left 0.18s ease;
}

.svc-home-list a:hover {
  background: rgba(37, 99, 235, 0.04);
  padding-left: 8px;
}

.svc-home-block-access .svc-home-list a:hover {
  background: rgba(255, 255, 255, 0.04);
}

.svc-home-list-num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.svc-home-block-access .svc-home-list-num {
  color: #667085;
}

.svc-home-list-body {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.svc-home-list-body strong {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.svc-home-block-access .svc-home-list-body strong {
  color: #fff;
}

.svc-home-list-body span {
  font-size: 13.5px;
  line-height: 1.4;
  color: var(--muted);
}

.svc-home-block-access .svc-home-list-body span {
  color: #98a2b3;
}

.svc-home-list-arrow {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.35;
  transition: opacity 0.15s ease, transform 0.15s ease;
  color: var(--navy);
  justify-self: end;
}

.svc-home-block-access .svc-home-list-arrow {
  color: #fff;
}

.svc-home-list a:hover .svc-home-list-arrow {
  opacity: 0.9;
  transform: rotate(45deg) translate(2px, -2px);
}

.svc-home-strip {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.svc-home-strip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.svc-home-strip-item {
  display: grid;
  gap: 4px;
  padding: clamp(22px, 3vw, 28px) 0;
  text-decoration: none;
  color: inherit;
  transition: color 0.15s ease;
}

.svc-home-strip-item:first-child {
  padding-right: clamp(20px, 3vw, 36px);
  border-right: 1px solid var(--line);
}

.svc-home-strip-item:last-child {
  padding-left: clamp(20px, 3vw, 36px);
}

.svc-home-strip-item strong {
  font-size: 15.5px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.svc-home-strip-item span {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.4;
}

.svc-home-strip-item:hover strong {
  color: var(--blue);
}

@media (prefers-reduced-motion: reduce) {
  .svc-home-media img,
  .svc-home-list a,
  .svc-home-cta,
  .svc-home-list-arrow {
    transition: none;
  }

  .svc-home-block:hover .svc-home-media img {
    transform: scale(1.02);
  }
}

@media (max-width: 900px) {
  .svc-home-head {
    padding: 40px 0 24px;
  }

  .svc-home-head h2 {
    font-size: 24px;
  }

  .svc-home-split,
  .svc-home-split-flip {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 0;
  }

  .svc-home-split-flip .svc-home-intro {
    order: -1;
  }

  .svc-home-media {
    aspect-ratio: 16 / 10;
    border-radius: 14px;
  }

  .svc-home-intro-copy h3 {
    font-size: 22px;
  }

  .svc-home-list a {
    grid-template-columns: 32px minmax(0, 1fr) 14px;
    gap: 10px;
    padding: 14px 2px;
  }

  .svc-home-list-body strong {
    font-size: 15px;
  }

  .svc-home-list-body span {
    font-size: 12.5px;
  }

  .svc-home-strip-grid {
    grid-template-columns: 1fr;
  }

  .svc-home-strip-item:first-child {
    padding-right: 0;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .svc-home-strip-item:last-child {
    padding-left: 0;
    padding-top: 18px;
  }
}

@media (max-width: 560px) {
  .svc-home-head {
    padding: 36px 0 20px;
  }

  .svc-home-media {
    aspect-ratio: 4 / 3;
  }

  .svc-home-list a:hover {
    padding-left: 4px;
  }
}

/* Anasayfa hizmetler — birleşik yatay servis panosu */
.svc-home {
  padding: clamp(44px, 5.5vw, 68px) 0;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.svc-board-head {
  max-width: 52rem;
  margin-bottom: clamp(22px, 2.8vw, 32px);
}

.svc-board-head .eyebrow {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.svc-board-head h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.svc-board-head p {
  margin: 0;
  max-width: 54ch;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.svc-home-all {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.svc-home-all:hover {
  text-decoration: underline;
}

.svc-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.svc-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.svc-card:hover {
  border-color: #d0d5dd;
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.08);
  transform: translateY(-2px);
}

.svc-card-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: inherit;
  text-decoration: none;
}

.svc-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.svc-card-media img {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 14px;
  object-fit: var(--media-fit);
  object-position: var(--media-pos);
}

.svc-card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 12px 14px;
}

.svc-card-kicker {
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.svc-card-body h3 {
  margin: 0;
  color: var(--navy);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.svc-card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.4;
}

.svc-hub-cat-head {
  max-width: 46rem;
  margin-bottom: clamp(18px, 2.4vw, 26px);
}

.svc-hub-cat-head h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.svc-hub-cat-head p {
  margin: 0;
  max-width: 48ch;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.svc-leaf-hero {
  padding: clamp(36px, 4.5vw, 60px) 0 clamp(28px, 3.5vw, 40px);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.svc-leaf-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.7fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.svc-leaf-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
}

.svc-leaf-crumb a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
}

.svc-leaf-crumb a:hover {
  text-decoration: underline;
}

.svc-leaf-hero-copy h1 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.svc-leaf-lead {
  margin: 0 0 20px;
  max-width: 46ch;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.55;
}

.svc-leaf-hero-media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  border: 1px solid var(--line);
}

.svc-leaf-hero-media img {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: var(--media-fit);
  object-position: var(--media-pos);
}

.svc-leaf-section {
  padding: clamp(36px, 4.5vw, 56px) 0;
}

.svc-leaf-section-alt {
  background: #f6f8fb;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.svc-leaf-prose {
  max-width: 44rem;
}

.svc-leaf-prose h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.svc-leaf-prose > p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.svc-leaf-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.svc-leaf-list > li {
  position: relative;
  padding: 10px 0 10px 18px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.4;
}

.svc-leaf-list > li:last-child {
  border-bottom: 0;
}

.svc-leaf-list > li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}

.svc-leaf-process {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.svc-leaf-process > li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--navy);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.45;
}

.svc-leaf-step-num {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

/* ——— Hizmet yaprak v2 (kamera vb.) ——— */
.svc-leaf-v2-hero {
  padding: clamp(36px, 5vw, 64px) 0 clamp(32px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(37, 99, 235, 0.08), transparent 55%),
    var(--paper);
}

.svc-leaf-v2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
  gap: clamp(28px, 4.5vw, 56px);
  align-items: center;
}

.svc-leaf-v2-copy h1 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.svc-leaf-v2-loc {
  color: var(--blue);
  font-weight: 650;
}

.svc-leaf-v2-lead {
  margin: 0 0 22px;
  max-width: 38rem;
  color: var(--muted);
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.6;
}

.svc-leaf-v2-media {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  background: linear-gradient(165deg, #ffffff 0%, #eef2f7 100%);
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
}

.svc-leaf-v2-media img {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}

.svc-leaf-v2-section {
  padding: clamp(40px, 5vw, 64px) 0;
}

.svc-leaf-v2-tint {
  background: #f6f8fb;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.svc-leaf-v2-prose {
  max-width: 42rem;
}

.svc-leaf-v2-prose h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.svc-leaf-v2-prose > p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.65;
}

.svc-leaf-v2-prose > p:last-child {
  margin-bottom: 0;
}

.svc-leaf-faq {
  display: grid;
  gap: 0;
  margin-top: 8px;
}

.svc-leaf-faq-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.svc-leaf-faq-item:first-child {
  padding-top: 4px;
}

.svc-leaf-faq-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.svc-leaf-faq-item h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.svc-leaf-faq-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .svc-leaf-v2-hero-grid {
    grid-template-columns: 1fr;
  }

  .svc-leaf-v2-media {
    max-width: 380px;
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .svc-leaf-v2-copy h1 {
    font-size: 28px;
  }

  .svc-leaf-v2-media {
    max-width: none;
  }
}

@media (max-width: 1100px) {
  .svc-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .svc-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .svc-leaf-hero-grid {
    grid-template-columns: 1fr;
  }

  .svc-leaf-hero-media {
    max-width: 320px;
  }
}

@media (max-width: 560px) {
  .svc-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .svc-card-body {
    padding: 10px;
  }

  .svc-card-body h3 {
    font-size: 13.5px;
  }

  .svc-card-body p {
    font-size: 11.5px;
  }
}

.svc-board {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 4fr) minmax(190px, 2fr);
  height: clamp(328px, 29vw, 380px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: #101828;
  box-shadow: 0 24px 70px rgba(16, 24, 40, 0.14);
}

.svc-board-panel {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}

.svc-board-panel + .svc-board-panel {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.svc-board-panel > img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.svc-board-security > img {
  object-position: 54% center;
}

.svc-board-access > img {
  object-position: center;
}

.svc-board-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(7, 13, 25, 0.08) 10%, rgba(7, 13, 25, 0.9) 100%),
    linear-gradient(90deg, rgba(7, 13, 25, 0.45), transparent 70%);
  transition: background-color 0.2s ease;
}

.svc-board-access .svc-board-shade {
  background:
    linear-gradient(
      180deg,
      rgba(7, 13, 25, 0.16) 0%,
      rgba(7, 13, 25, 0.64) 42%,
      rgba(7, 13, 25, 0.98) 68%,
      #07101e 100%
    ),
    linear-gradient(90deg, rgba(7, 13, 25, 0.38), transparent);
}

.svc-board-content {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  width: 100%;
  min-width: 0;
  padding: clamp(22px, 2.4vw, 32px);
}

.svc-board-kicker {
  margin-bottom: 9px;
  color: #93c5fd;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.svc-board-content > strong {
  display: block;
  max-width: 12ch;
  color: #fff;
  font-size: clamp(21px, 2.1vw, 29px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.svc-board-desc {
  display: block;
  max-width: 32ch;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.45;
}

.svc-board-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}

.svc-board-tags > span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  border-radius: 999px;
  background: rgba(8, 15, 29, 0.28);
  color: rgba(255, 255, 255, 0.9);
  font-size: 10.5px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.svc-board-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(8, 15, 29, 0.32);
  color: #fff;
  backdrop-filter: blur(10px);
  transition: background 0.18s ease, border-color 0.18s ease;
}

.svc-board-arrow svg {
  display: block;
}

.svc-board-tip {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(8, 15, 29, 0.92);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-50%) translateY(4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.svc-board-tip::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: 5px solid transparent;
  border-bottom-color: rgba(8, 15, 29, 0.92);
  transform: translateX(-50%);
}

.svc-board-panel:hover .svc-board-tip,
.svc-board-arrow:hover .svc-board-tip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.svc-board-panel:hover > img {
  transform: scale(1.055);
}

.svc-board-panel:hover .svc-board-arrow {
  background: var(--blue);
  border-color: var(--blue);
}

.svc-board-digital {
  background:
    radial-gradient(circle at 78% 8%, rgba(96, 165, 250, 0.42), transparent 42%),
    linear-gradient(
      180deg,
      #2563eb 0%,
      #1d4ed8 38%,
      #1e3a8a 72%,
      #0f1c3d 100%
    );
}

.svc-board-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.28) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, #000 0%, #000 45%, transparent 88%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 45%, transparent 88%);
}

.svc-board-digital .svc-board-content {
  align-self: stretch;
  justify-content: flex-end;
  padding: 22px 18px;
}

.svc-board-digital .svc-board-content > strong {
  max-width: 8ch;
  font-size: clamp(19px, 1.65vw, 23px);
}

.svc-board-digital .svc-board-desc {
  font-size: 12px;
}

.svc-board-digital-list {
  display: grid;
  gap: 0;
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.svc-board-digital-list > span {
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.87);
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.25;
}

@media (max-width: 900px) {
  .svc-home {
    padding: 42px 0;
  }

  .svc-board-head {
    margin-bottom: 22px;
  }

  .svc-board-head h2 {
    font-size: 26px;
  }

  .svc-board-head p {
    max-width: 56ch;
  }

  .svc-board {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .svc-board-security,
  .svc-board-access {
    min-height: 330px;
  }

  .svc-board-digital {
    grid-column: 1 / -1;
    min-height: 138px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0 !important;
  }

  .svc-board-digital .svc-board-content {
    display: grid;
    grid-template-columns: minmax(160px, 0.65fr) minmax(0, 1fr);
    column-gap: 24px;
    align-content: center;
    padding: 20px 24px;
  }

  .svc-board-digital .svc-board-kicker,
  .svc-board-digital .svc-board-desc {
    grid-column: 1;
  }

  .svc-board-digital .svc-board-content > strong {
    grid-column: 1;
  }

  .svc-board-digital-list {
    grid-column: 2;
    grid-row: 1 / 5;
    align-self: center;
    margin: 0 54px 0 0;
  }
}

@media (max-width: 560px) {
  .svc-home {
    padding: 36px 0;
  }

  .svc-board-head h2 {
    font-size: 23px;
  }

  .svc-board-head p {
    font-size: 13.5px;
  }

  .svc-board {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .svc-board-panel + .svc-board-panel {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .svc-board-security,
  .svc-board-access {
    min-height: 220px;
  }

  .svc-board-content {
    padding: 20px;
  }

  .svc-board-content > strong {
    font-size: 22px;
  }

  .svc-board-desc {
    margin-top: 5px;
    font-size: 12px;
  }

  .svc-board-tags {
    margin-top: 13px;
  }

  .svc-board-tags > span {
    min-height: 25px;
    padding: 0 8px;
    font-size: 9.5px;
  }

  .svc-board-arrow {
    top: 16px;
    right: 16px;
  }

  .svc-board-digital {
    grid-column: auto;
    min-height: 175px;
  }

  .svc-board-digital .svc-board-content {
    display: flex;
    padding: 20px;
  }

  .svc-board-digital-list {
    margin: 14px 42px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .svc-board-panel > img,
  .svc-board-arrow {
    transition: none;
  }

  .svc-board-panel:hover > img {
    transform: scale(1.01);
  }
}

/* ——— Hizmetler hub sayfası ——— */
.svc-page {
  background: var(--paper);
}

.svc-page-hero {
  padding: clamp(40px, 5.5vw, 72px) 0 clamp(28px, 3.5vw, 40px);
  border-bottom: 1px solid var(--line);
}

.svc-page-hero .eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.svc-page-hero h1 {
  margin: 0 0 14px;
  max-width: 16ch;
  color: var(--navy);
  font-size: clamp(30px, 4.2vw, 44px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.svc-page-hero p {
  margin: 0;
  max-width: 52ch;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.55;
}

.svc-page-block {
  padding: clamp(40px, 5vw, 72px) 0;
}

.svc-page-block-alt {
  background: #f6f8fb;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.svc-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.svc-page-grid-flip .svc-page-media {
  order: 2;
}

.svc-page-grid-flip .svc-page-copy {
  order: 1;
}

.svc-page-media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #101828;
  aspect-ratio: 5 / 4;
}

.svc-page-media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.svc-page-media-digital {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 78% 12%, rgba(96, 165, 250, 0.42), transparent 42%),
    linear-gradient(180deg, #2563eb 0%, #1d4ed8 40%, #0f1c3d 100%);
}

.svc-page-grid-bg {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.28) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, #000 0%, #000 50%, transparent 90%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 50%, transparent 90%);
}

.svc-page-media-digital > strong {
  position: relative;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.svc-page-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.svc-page-copy h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.svc-page-copy > p {
  margin: 0 0 18px;
  max-width: 48ch;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.svc-page-list {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.svc-page-list > li {
  position: relative;
  padding: 9px 0 9px 18px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.35;
}

.svc-page-list > li:last-child {
  border-bottom: 0;
}

.svc-page-list > li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}

.svc-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.svc-page-cta {
  padding: clamp(44px, 5.5vw, 72px) 0;
  background: #101828;
  color: #fff;
}

.svc-page-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: clamp(24px, 4vw, 48px);
  align-items: end;
}

.svc-page-cta .eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #93c5fd;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.svc-page-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.svc-page-cta p {
  margin: 0;
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.svc-page-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.svc-page-cta-actions a:not(.btn) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.svc-page-cta-actions a:not(.btn):hover {
  color: #fff;
}

@media (max-width: 900px) {
  .svc-page-grid,
  .svc-page-grid-flip {
    grid-template-columns: 1fr;
  }

  .svc-page-grid-flip .svc-page-media,
  .svc-page-grid-flip .svc-page-copy {
    order: initial;
  }

  .svc-page-media {
    aspect-ratio: 16 / 10;
  }

  .svc-page-cta-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 560px) {
  .svc-page-hero h1 {
    max-width: none;
    font-size: 28px;
  }

  .svc-page-actions .btn {
    flex: 1 1 auto;
    justify-content: center;
  }
}

.cards {
  display: grid;
  grid-template-columns: repeat(var(--card-cols), minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 16px);
}

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card:hover {
  box-shadow: var(--shadow);
}

.card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.card-body {
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
}

.split img {
  width: 100%;
  height: clamp(240px, 28vw, 340px);
  object-fit: cover;
  border-radius: 16px;
}

.note {
  background: var(--navy);
  color: #d0d5dd;
  border-radius: var(--radius);
  padding: 24px;
  margin-top: 18px;
}

.note h3 {
  margin: 0 0 6px;
  color: #fff;
  font-weight: 600;
}

.quote-how {
  background: var(--paper);
  border-block: 1px solid var(--line);
  padding-block: var(--section-y);
}

.quote-how-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.quote-how-visual {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  min-height: 360px;
  background:
    radial-gradient(ellipse 80% 60% at 20% 20%, rgba(37, 99, 235, 0.35), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 80%, rgba(96, 165, 250, 0.18), transparent 50%),
    linear-gradient(155deg, #0b1220 0%, #101828 45%, #1d2939 100%);
  display: grid;
  place-items: center;
  padding: clamp(28px, 4vw, 40px);
}

.quote-how-stage {
  width: min(100%, 320px);
  display: grid;
  justify-items: center;
}

.quote-phone {
  width: min(100%, 200px);
  background: #0a0f1a;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 10px 10px 14px;
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.quote-phone-notch {
  width: 72px;
  height: 8px;
  margin: 2px auto 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.quote-phone-screen {
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(16, 24, 40, 0.2), rgba(16, 24, 40, 0.55)),
    linear-gradient(135deg, #334155, #1e293b 40%, #0f172a);
  min-height: 260px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.quote-phone-rec {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.quote-phone-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.5);
  animation: quote-rec-pulse 1.4s ease-out infinite;
}

.quote-phone-view {
  position: relative;
  flex: 1;
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(90deg, transparent 49%, rgba(96, 165, 250, 0.35) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(96, 165, 250, 0.25) 50%, transparent 51%);
  background-size: 100% 100%, 100% 100%;
  overflow: hidden;
}

.quote-phone-scan {
  position: absolute;
  left: 8%;
  right: 8%;
  height: 2px;
  top: 20%;
  background: linear-gradient(90deg, transparent, #60a5fa, transparent);
  animation: quote-scan 2.8s ease-in-out infinite;
}

.quote-phone-caption {
  color: #d0d5dd;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.01em;
}

@keyframes quote-rec-pulse {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55); }
  70% { box-shadow: 0 0 0 8px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

@keyframes quote-scan {
  0%, 100% { top: 18%; opacity: 0.35; }
  50% { top: 72%; opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .quote-phone-dot,
  .quote-phone-scan {
    animation: none;
  }
}

.quote-how-copy h2 {
  margin: 0 0 8px;
}

.quote-how-copy .lead {
  margin-bottom: 28px;
}

.quote-steps {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 0;
}

.quote-steps li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.quote-steps li:first-child {
  padding-top: 0;
}

.quote-steps li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.quote-step-num {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #d7dee8;
  color: var(--blue);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.quote-steps li:hover .quote-step-num {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.quote-steps strong {
  display: block;
  color: var(--navy);
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 2px;
}

.quote-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.45;
}

.quote-how-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
}

.quote-how-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.contact-band {
  background:
    radial-gradient(ellipse 70% 80% at 0% 0%, rgba(37, 99, 235, 0.22), transparent 55%),
    linear-gradient(160deg, #0b1220 0%, #101828 50%, #152033 100%);
  color: #d0d5dd;
  padding: clamp(56px, 7vw, 88px) 0;
}

.contact-band-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.contact-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--blue-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-band-main h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.contact-band-main > p {
  margin: 0 0 28px;
  max-width: 42ch;
  color: #98a2b3;
  font-size: 15.5px;
  line-height: 1.55;
}

.contact-band-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.contact-band-cta .btn {
  min-height: 46px;
  box-sizing: border-box;
}

.btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #16a34a;
  color: #fff;
}

.btn-wa:hover {
  filter: brightness(1.06);
}

.icon {
  display: block;
  flex-shrink: 0;
  overflow: visible;
}

.contact-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-social {
  width: 46px;
  height: 46px;
  box-sizing: border-box;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.contact-social:hover {
  transform: translateY(-1px);
}

.contact-social-fb:hover {
  background: #1877f2;
  border-color: #1877f2;
}

.contact-social-ig:hover {
  background: #e1306c;
  border-color: #e1306c;
}

.contact-social.is-pending {
  opacity: 0.9;
  cursor: default;
}

.contact-social.is-pending:hover {
  transform: none;
}

.contact-band-aside {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: clamp(22px, 2.5vw, 28px);
  display: grid;
  gap: 0;
}

.contact-detail {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-detail:first-child {
  padding-top: 2px;
}

.contact-detail:last-child {
  border-bottom: 0;
  padding-bottom: 2px;
}

.contact-detail-label {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #667085;
}

.contact-detail p {
  margin: 0;
  color: #f2f4f7;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-detail a {
  color: #fff;
  font-weight: 600;
}

.contact-detail a:hover {
  color: var(--blue-soft);
}

.site-footer {
  background: var(--navy);
  color: #98a2b3;
  padding: 24px 0;
  font-size: 13px;
}

.site-footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

/* ---- Desktop ölçek: geniş monitör ---- */
@media (min-width: 1400px) {
  :root {
    --wrap-max: 1280px;
    --section-y: 80px;
    --prod-stage-w: 500px;
    --blog-visible: 4.4;
  }
}

/* ---- Desktop ölçek: 13–15" laptop / 1280 civarı ---- */
@media (max-width: 1280px) {
  :root {
    --wrap-max: 1100px;
    --nav-gap: 16px;
    --blog-visible: 3.5;
    --prod-stage-w: 400px;
    --hero-min-h: clamp(520px, 74vh, 720px);
    --card-cols: 4;
  }

  .nav {
    font-size: 14px;
  }

  .hero p {
    font-size: 15.5px;
  }
}

/* ---- Desktop ölçek: dar laptop (1366 ve altı / eski ekran) ---- */
@media (max-width: 1100px) {
  :root {
    --wrap-max: 100%;
    --wrap-pad: 24px;
    --card-cols: 3;
    --strip-cols: 2;
    --blog-visible: 3.3;
    --brand-h: 34px;
    --nav-gap: 14px;
    --header-h: 64px;
    --section-y: 56px;
    --prod-stage-w: 360px;
    --hero-min-h: clamp(480px, 70vh, 640px);
  }

  .nav .nav-cta {
    padding: 10px 16px;
  }

  .nav-links .nav-cta {
    padding: 10px 16px;
  }
}

/* Kısa ekran yüksekliği (eski laptop 768p vb.) */
@media (max-height: 800px) and (min-width: 901px) {
  :root {
    --hero-min-h: 520px;
    --hero-pad-y: 40px;
    --prod-stage-w: 340px;
  }
}

/* ---- Tablet / telefon: sonra detaylandırılacak ---- */
@media (max-width: 900px) {
  :root {
    --wrap-pad: 20px;
    --card-cols: 2;
    --strip-cols: 2;
    --blog-visible: 2.25;
    --blog-gap: 12px;
    --brand-h: 28px;
    --header-h: 56px;
    --section-y: 48px;
    --prod-stage-w: min(420px, 100%);
  }

  .cards {
    gap: 10px;
  }

  .card {
    border-radius: 12px;
  }

  .card-body {
    padding: 10px 10px 12px;
  }

  .card h3 {
    font-size: 13.5px;
    margin-bottom: 3px;
    line-height: 1.25;
  }

  .card p {
    font-size: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .blog-rail-head {
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 12px;
  }

  .blog-rail-head h2 {
    font-size: 20px;
  }

  .blog-rail {
    padding: 24px 0 18px;
  }

  .blog-card {
    border-radius: 12px;
  }

  .blog-card img {
    aspect-ratio: 1 / 1;
  }

  .blog-card-body {
    padding: 10px 12px 12px;
  }

  .blog-card time {
    font-size: 10.5px;
    margin-bottom: 4px;
  }

  .blog-card h3 {
    font-size: 14px;
    line-height: 1.3;
  }

  .blog-controls {
    margin-top: 12px;
    gap: 10px;
  }

  .blog-nav {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .hero-inner,
  .split,
  .contact-band-grid {
    grid-template-columns: 1fr;
  }

  /* İletişim: mobilde kompakt */
  .contact-band {
    padding: 36px 0;
  }

  .contact-band-grid {
    gap: 20px;
  }

  .contact-eyebrow {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .contact-band-main h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .contact-band-main > p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.45;
  }

  .contact-band-cta {
    margin-bottom: 16px;
    gap: 8px;
  }

  .contact-band-cta .btn {
    min-height: 42px;
    padding: 9px 14px;
    font-size: 14px;
  }

  .contact-social {
    width: 40px;
    height: 40px;
  }

  .contact-social .icon {
    width: 22px;
    height: 22px;
  }

  .contact-band-aside {
    padding: 14px 16px;
    border-radius: 14px;
  }

  .contact-detail {
    padding: 10px 0;
  }

  .contact-detail-label {
    margin-bottom: 2px;
    font-size: 10px;
  }

  .contact-detail p {
    font-size: 13.5px;
    line-height: 1.4;
  }

  .quote-how-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .quote-how {
    padding-block: 28px;
  }

  .quote-how-visual {
    min-height: 0;
    aspect-ratio: 5 / 4;
    width: min(100%, 340px);
    margin-inline: auto;
    padding: 14px 20px;
    border-radius: 14px;
    box-sizing: border-box;
  }

  .quote-how-stage {
    width: min(100%, 140px);
    max-height: 100%;
    display: grid;
    place-items: center;
  }

  .quote-phone {
    width: min(100%, 118px);
    max-height: 100%;
    border-radius: 18px;
    padding: 6px 6px 8px;
    box-sizing: border-box;
  }

  .quote-phone-notch {
    width: 40px;
    height: 4px;
    margin: 1px auto 5px;
  }

  .quote-phone-screen {
    min-height: 0;
    aspect-ratio: 9 / 13;
    border-radius: 12px;
    padding: 7px;
    gap: 5px;
  }

  .quote-phone-caption {
    font-size: 10.5px;
  }

  .quote-how-copy h2 {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .quote-how-copy .lead {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.45;
  }

  .quote-steps {
    margin-bottom: 14px;
  }

  .quote-steps li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 0;
  }

  .quote-step-num {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 13px;
  }

  .quote-steps strong {
    font-size: 14px;
  }

  .quote-steps p {
    font-size: 12.5px;
    line-height: 1.35;
  }

  .quote-how-actions {
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
  }

  .quote-how-actions .btn {
    flex: 0 0 auto;
    padding: 9px 12px;
    font-size: 13px;
    white-space: nowrap;
  }

  .quote-how-note {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 12px;
    line-height: 1.3;
  }

  .hero {
    min-height: auto;
    align-items: start;
  }

  .hero-inner {
    padding: 28px 0 32px;
    gap: 18px;
  }

  .eyebrow {
    margin-bottom: 8px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .hero h1 {
    max-width: none;
    margin: 0 0 10px;
    font-size: clamp(26px, 7.2vw, 34px);
    line-height: 1.18;
  }

  .hero p {
    margin: 0 0 16px;
    font-size: 14.5px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions .btn {
    padding: 10px 14px;
    font-size: 13.5px;
  }

  .hero-products {
    margin-top: 0;
  }

  .hero-slider-frame {
    width: min(100%, 280px);
    aspect-ratio: 460 / 320;
  }

  .strip .wrap {
    gap: 10px 16px;
    padding: 12px 0;
  }

  .strip .wrap > div {
    padding: 0;
    border: 0;
  }

  .strip strong {
    font-size: 13px;
    margin-bottom: 2px;
    line-height: 1.25;
  }

  .strip span {
    font-size: 12px;
    line-height: 1.35;
  }

  .menu-toggle {
    display: grid;
    z-index: 70;
  }

  /* backdrop-filter fixed menüyü header içine hapseder — mobilde kapat */
  .site-header {
    backdrop-filter: none;
    background: #fff;
  }

  .nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(16, 24, 40, 0.45);
    z-index: 55;
  }

  .nav-backdrop.is-open {
    display: block;
  }

  .nav {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: var(--mobile-nav-top, 96px);
    bottom: 0;
    z-index: 65;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    background: #fff;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .nav.open {
    display: flex;
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 10px 20px 8px;
  }

  .nav-links > a:not(.nav-cta) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 2px;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.2;
  }

  .nav-links > a:not(.nav-cta)::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid #98a2b3;
    border-bottom: 2px solid #98a2b3;
    transform: rotate(-45deg);
    opacity: 0.7;
  }

  .nav-links > a:not(.nav-cta).is-active {
    color: var(--blue);
  }

  .nav-links > a:not(.nav-cta).is-active::after {
    border-color: var(--blue);
  }

  .nav-links .nav-cta {
    margin: 14px 0 4px;
    width: 100%;
    min-height: 48px;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 15px;
  }

  .nav-extra {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 18px 20px 28px;
    margin-top: auto;
  }

  .nav-promo {
    display: grid;
    gap: 6px;
    padding: 16px 16px 18px;
    border-radius: 16px;
    border: 1px solid rgba(37, 99, 235, 0.18);
    background:
      linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(16, 24, 40, 0.04) 100%),
      #fff;
    color: inherit;
    text-decoration: none;
  }

  .nav-promo-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--blue);
  }

  .nav-promo strong {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--navy);
  }

  .nav-promo span:last-child {
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--muted);
  }

  .nav-partners {
    display: grid;
    gap: 10px;
  }

  .nav-partners > p {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--muted);
  }

  .nav-partner-marquee {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  }

  .nav-partner-track {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 12px;
    padding: 2px 0;
    animation: nav-partner-scroll 24s linear infinite;
  }

  .nav-partner-track span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 28px;
    padding: 0;
    line-height: 0;
  }

  .nav-partner-track img {
    display: block;
    height: 22px;
    width: auto;
    max-width: none;
    max-height: 22px;
    object-fit: contain;
    object-position: center;
    opacity: 0.92;
  }

  .nav-partner-track img[alt="Dahua"],
  .nav-partner-track img[alt="TTEC"] {
    height: 27px;
    max-height: 27px;
  }

  @keyframes nav-partner-scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-50% - 6px));
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .nav-partner-track {
      animation: none;
    }
  }

  .nav-quick {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .nav-quick a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    color: var(--navy);
  }

  .nav-quick a[data-social="whatsapp"] {
    border-color: rgba(37, 99, 235, 0.25);
    background: rgba(37, 99, 235, 0.06);
    color: var(--blue);
  }

  body.nav-open {
    overflow: hidden;
  }
}

/* Tablet dikey: blog ~3.3, hizmetler 3 kolon */
@media (min-width: 600px) and (max-width: 1100px) and (orientation: portrait) {
  :root {
    --blog-visible: 3.3;
    --blog-gap: 12px;
    --card-cols: 3;
  }
}

/* Tablet / dar ekran yatay: blog ~4.3, hizmetler 4 kolon */
@media (min-width: 600px) and (max-width: 1100px) and (orientation: landscape) {
  :root {
    --blog-visible: 4.3;
    --blog-gap: 10px;
    --card-cols: 4;
  }
}

/* Telefon yatay: blog’da ~4.3 kart, hizmetlerde 4 kolon */
@media (max-width: 900px) and (orientation: landscape) {
  :root {
    --blog-visible: 4.3;
    --blog-gap: 10px;
    --card-cols: 4;
  }

  .blog-rail {
    padding: 18px 0 14px;
  }

  .blog-card-body {
    padding: 8px 10px 10px;
  }

  .blog-card h3 {
    font-size: 13px;
  }

  .blog-controls {
    margin-top: 10px;
  }

  .cards {
    gap: 10px;
  }

  .card-body {
    padding: 8px 8px 10px;
  }

  .card h3 {
    font-size: 12.5px;
  }

  .card p {
    font-size: 11.5px;
    -webkit-line-clamp: 2;
  }

  /* Teklif: yatay — görsel yükseklik odaklı, yan yana */
  .quote-how {
    padding-block: 22px;
  }

  .quote-how-grid {
    grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1fr);
    gap: 18px 24px;
    align-items: center;
  }

  .quote-how-visual {
    justify-self: start;
    width: auto;
    max-width: none;
    height: clamp(220px, 64vh, 300px);
    aspect-ratio: 3 / 4;
    margin-inline: 0;
    padding: 16px 14px;
    border-radius: 16px;
  }

  .quote-how-stage {
    width: 100%;
    height: 100%;
    max-height: 100%;
    place-items: center;
  }

  .quote-phone {
    width: min(100%, 120px);
    max-height: 100%;
    border-radius: 18px;
    padding: 6px 6px 8px;
    box-sizing: border-box;
  }

  .quote-phone-notch {
    width: 44px;
    height: 4px;
    margin: 1px auto 6px;
  }

  .quote-phone-screen {
    min-height: 0;
    aspect-ratio: 9 / 14;
    border-radius: 12px;
    padding: 7px;
    gap: 5px;
  }

  .quote-phone-rec {
    font-size: 10px;
    padding: 4px 8px;
  }

  .quote-phone-caption {
    font-size: 11px;
  }

  .quote-how-copy h2 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .quote-how-copy .lead {
    margin-bottom: 10px;
    font-size: 13.5px;
    line-height: 1.4;
  }

  .quote-steps {
    margin-bottom: 12px;
  }

  .quote-steps li {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    padding: 8px 0;
  }

  .quote-step-num {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    font-size: 13px;
  }

  .quote-steps strong {
    font-size: 13.5px;
  }

  .quote-steps p {
    font-size: 12px;
    line-height: 1.35;
  }

  .quote-how-actions {
    flex-wrap: nowrap;
    gap: 10px 14px;
  }

  .quote-how-actions .btn {
    padding: 9px 14px;
    font-size: 13px;
  }

  .quote-how-note {
    font-size: 12px;
  }

  .contact-band {
    padding: 22px 0;
  }

  .contact-band-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 16px 20px;
    align-items: center;
  }

  .contact-band-main h2 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .contact-band-main > p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.4;
  }

  .contact-band-cta {
    margin-bottom: 10px;
  }

  .contact-band-cta .btn {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .contact-social {
    width: 36px;
    height: 36px;
  }

  .contact-band-aside {
    padding: 10px 12px;
  }

  .contact-detail {
    padding: 7px 0;
  }

  .contact-detail p {
    font-size: 12.5px;
    line-height: 1.35;
  }
}

/* Online teklif */
.quote-page {
  padding: 48px 0 72px;
  background: var(--paper);
  min-height: 70vh;
}

.quote-wrap {
  max-width: 720px;
}

.quote-intro h1 {
  margin: 0 0 10px;
  font-size: clamp(26px, 3.5vw, 36px);
  letter-spacing: -0.03em;
  color: var(--navy);
}

.quote-intro p {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 15.5px;
}

.quote-progress {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
}

.quote-progress span {
  width: 36px;
  height: 4px;
  border-radius: 99px;
  background: #d0d5dd;
}

.quote-progress span.is-active {
  background: var(--blue);
}

.quote-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
}

.quote-step h2 {
  margin: 0 0 6px;
  font-size: 20px;
  color: var(--navy);
}

.quote-hint {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 13.5px;
}

.quote-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.quote-option {
  display: block;
  cursor: pointer;
}

.quote-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.quote-option span {
  display: block;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 16px;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.quote-option strong {
  display: block;
  color: var(--navy);
  margin-bottom: 4px;
}

.quote-option small {
  color: var(--muted);
  font-size: 12.5px;
}

.quote-option input:checked + span {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.quote-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.quote-check {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  cursor: pointer;
  font-size: 14px;
  color: var(--navy);
}

.quote-check:has(input:checked) {
  border-color: var(--blue);
  background: #f5f8ff;
}

.quote-error {
  margin: 12px 0 0;
  color: #b42318;
  font-size: 13px;
}

.quote-guide {
  margin: 0 0 18px;
  padding-left: 18px;
  color: var(--ink);
  line-height: 1.55;
}

.quote-guide li {
  margin-bottom: 8px;
}

.quote-subhead {
  margin: 22px 0 10px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.quote-note {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 14px;
  color: var(--ink);
  margin-bottom: 20px;
  line-height: 1.55;
}

.quote-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.btn-ghost-dark {
  background: transparent;
  color: var(--navy);
  border: 1px solid var(--line);
}

.btn-whatsapp {
  background: #16a34a;
  color: #fff;
}

.btn-whatsapp:hover {
  filter: brightness(1.05);
}

.note a.btn {
  text-decoration: none;
}

.site-footer a {
  color: inherit;
}

@media (max-width: 700px) {
  .quote-options,
  .quote-checks {
    grid-template-columns: 1fr;
  }

  .quote-form {
    padding: 20px 16px;
  }
}

/* ---- Referanslar sayfası ---- */
.refs-page {
  background: var(--paper);
  min-height: calc(100vh - 220px);
}

.refs-simple {
  padding-top: clamp(40px, 5vw, 64px);
  padding-bottom: clamp(56px, 7vw, 88px);
}

.refs-simple-head {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.refs-eyebrow-dark {
  color: var(--blue);
}

.refs-simple-head h1 {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 650;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.refs-marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.refs-marquee-track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: refs-marquee 32s linear infinite;
  will-change: transform;
}

.refs-logos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: clamp(48px, 8vw, 96px);
  padding-inline: clamp(24px, 4vw, 48px);
}

.refs-logos li {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  height: 120px;
}

.refs-logos img {
  width: auto;
  height: auto;
  max-height: 110px;
  max-width: 220px;
  object-fit: contain;
  filter: none;
  user-select: none;
  pointer-events: none;
}

@keyframes refs-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .refs-marquee-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    row-gap: 28px;
  }

  .refs-marquee .refs-logos[aria-hidden="true"] {
    display: none;
  }

  .refs-marquee {
    mask-image: none;
    -webkit-mask-image: none;
  }
}

/* ---- Blog sayfası ---- */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.blog-page {
  background: var(--white);
  min-height: calc(100vh - 220px);
}

.blog-page-section {
  padding-top: clamp(36px, 4.5vw, 56px);
  padding-bottom: clamp(48px, 6vw, 72px);
}

.blog-page-head {
  margin-bottom: 28px;
  max-width: 40rem;
}

.blog-page-head h1 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3.4vw, 36px);
  font-weight: 650;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.blog-page-head p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.blog-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(160px, 0.7fr) minmax(150px, 0.65fr) auto;
  gap: 10px 12px;
  align-items: center;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.blog-search {
  display: block;
  min-width: 0;
}

.blog-search input {
  width: 100%;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--navy);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  padding: 0 14px;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.blog-search input:focus {
  border-color: #98a2b3;
  box-shadow: 0 0 0 3px rgba(16, 24, 40, 0.06);
}

.blog-search input::placeholder {
  color: #98a2b3;
}

.blog-dd {
  position: relative;
  min-width: 0;
}

.blog-dd-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: 44px;
  padding: 0 12px 0 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--navy);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.blog-dd-trigger span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-dd-trigger svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: #667085;
  transition: transform 0.2s ease;
}

.blog-dd.is-open .blog-dd-trigger {
  border-color: #98a2b3;
  box-shadow: 0 0 0 3px rgba(16, 24, 40, 0.06);
}

.blog-dd.is-open .blog-dd-trigger svg {
  transform: rotate(180deg);
}

.blog-dd-menu {
  position: absolute;
  z-index: 40;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  margin: 0;
  padding: 6px;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.12);
  max-height: 280px;
  overflow: auto;
}

.blog-dd-menu[hidden] {
  display: none;
}

.blog-dd-menu [role="option"] {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.12s ease, color 0.12s ease;
}

.blog-dd-menu [role="option"]:hover,
.blog-dd-menu [role="option"].is-active {
  background: var(--paper);
}

.blog-dd-menu [role="option"][aria-selected="true"] {
  background: rgba(37, 99, 235, 0.08);
  color: var(--blue);
  font-weight: 650;
}

.blog-count {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  justify-self: end;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 20px;
}

.blog-grid-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  transition: none;
}

.blog-grid-card:hover {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.blog-grid-link {
  display: block;
  color: inherit;
  height: 100%;
}

.blog-grid-link[aria-disabled="true"] {
  cursor: default;
  pointer-events: none;
}

.blog-grid-media {
  overflow: hidden;
  border-radius: 12px;
  background: var(--paper);
  aspect-ratio: 1 / 1;
}

.blog-grid-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.blog-grid-card:hover .blog-grid-media img {
  transform: scale(1.03);
}

.blog-grid-body {
  padding: 12px 2px 0;
}

.blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 500;
}

.blog-meta span {
  color: var(--blue);
  font-weight: 650;
}

.blog-meta time::before {
  content: "·";
  margin-right: 8px;
  color: #d0d5dd;
}

.blog-grid-body h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.35;
  color: var(--navy);
  transition: color 0.15s ease;
}

.blog-grid-card:hover .blog-grid-body h2 {
  color: var(--blue);
}

.blog-empty {
  margin: 40px 0 12px;
  text-align: center;
  color: var(--muted);
  font-size: 15px;
}

.blog-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.blog-pager-btn {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--navy);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.blog-pager-btn:hover:not(:disabled) {
  background: var(--paper);
}

.blog-pager-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.blog-pager-pages {
  display: flex;
  align-items: center;
  gap: 4px;
}

.blog-pager-num {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--navy);
  font-family: inherit;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}

.blog-pager-num:hover {
  background: var(--paper);
}

.blog-pager-num.is-active {
  background: var(--navy);
  color: #fff;
  cursor: default;
}

.blog-grid-card.is-page-hidden {
  display: none;
}

@media (max-width: 1100px) {
  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .blog-toolbar {
    grid-template-columns: 1fr 1fr;
  }

  .blog-search {
    grid-column: 1 / -1;
  }

  .blog-count {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
  }
}

@media (max-width: 560px) {
  .blog-toolbar {
    grid-template-columns: 1fr;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- Ürünler / mağaza kataloğu ---- */
.shop-page {
  background: var(--white);
  padding-bottom: clamp(40px, 5vw, 64px);
}

.shop-top {
  padding-top: clamp(28px, 4vw, 40px);
}

.shop-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.shop-breadcrumb a:hover {
  color: var(--blue);
}

.shop-head {
  max-width: 42rem;
  margin-bottom: 22px;
}

.shop-head h1 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3.4vw, 36px);
  font-weight: 650;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.shop-head p {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.55;
}

.shop-promo {
  margin-bottom: 18px;
}

.shop-promo-slider {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(135deg, #0b1220 0%, #101828 48%, #152238 100%);
  color: #fff;
  min-height: 260px;
}

.shop-promo-track {
  position: relative;
  min-height: 260px;
}

.shop-promo-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 20px;
  align-items: stretch;
  padding: clamp(22px, 3vw, 36px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.shop-promo-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: relative;
}

.shop-promo-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.shop-promo-tag {
  display: inline-block;
  align-self: flex-start;
  width: fit-content;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.22);
  border: 1px solid rgba(96, 165, 250, 0.35);
  color: #bfdbfe;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.shop-promo-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.2;
  max-width: 18ch;
}

.shop-promo-copy p {
  margin: 0 0 18px;
  max-width: 42ch;
  color: #d0d5dd;
  font-size: 15px;
  line-height: 1.55;
}

.shop-promo-copy .btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  min-height: 39px;
  min-width: 120px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  border: 0;
  text-decoration: none;
  white-space: nowrap;
  align-self: flex-start;
}

.shop-promo-visual {
  position: relative;
  display: grid;
  place-items: center;
  align-self: stretch;
  min-height: 225px;
  overflow: hidden;
}

.shop-promo-visual img {
  max-height: 100%;
  width: auto;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.4));
}

.shop-promo-visual:not(.shop-promo-visual-single) img:first-child {
  max-height: 85%;
  transform: translate(-18%, 8%) rotate(-8deg);
}

.shop-promo-visual:not(.shop-promo-visual-single) img:last-child {
  position: absolute;
  max-height: 80%;
  transform: translate(28%, -6%);
}

.shop-promo-visual.shop-promo-visual-single img,
.shop-promo-visual.shop-promo-visual-single img:first-child,
.shop-promo-visual.shop-promo-visual-single img:last-child {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.shop-promo-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.shop-promo-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.shop-promo-dot.is-active {
  background: #fff;
  width: 22px;
  border-radius: 999px;
}

.shop-promo-visual-ph {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 120px;
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 600;
}

body.campaign-modal-open {
  overflow: hidden;
}

.campaign-modal[hidden] {
  display: none !important;
}

.campaign-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
}

.campaign-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(80% 60% at 50% 40%, rgba(37, 99, 235, 0.18), transparent 70%),
    rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(6px);
}

.campaign-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
  max-height: min(90vh, 640px);
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow:
    0 8px 24px rgba(15, 23, 42, 0.12),
    0 32px 80px rgba(15, 23, 42, 0.28);
  outline: none;
}

.campaign-modal-x {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #eaecf0;
  border-radius: 10px;
  background: #fff;
  color: #667085;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.campaign-modal-x:hover {
  color: var(--navy);
  background: #f8fafc;
  border-color: #d0d5dd;
}

.campaign-modal-x svg {
  display: block;
}

.campaign-modal-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  max-height: inherit;
  min-height: min(72vh, 560px);
}

.campaign-modal-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(90% 70% at 70% 20%, rgba(37, 99, 235, 0.28), transparent 55%),
    linear-gradient(160deg, #0b1220 0%, #101828 48%, #152238 100%);
}

.campaign-modal-media img {
  width: min(78%, 280px);
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: drop-shadow(0 22px 36px rgba(0, 0, 0, 0.45));
}

.campaign-modal-media-ph {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.campaign-modal-media-ph[hidden] {
  display: none !important;
}

.campaign-modal-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 36px 40px 32px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.campaign-modal-eyebrow {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.22);
  background: rgba(37, 99, 235, 0.08);
  color: var(--blue);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.campaign-modal-panel h2 {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy);
}

.campaign-modal-lead {
  margin: 0;
  max-width: 42ch;
  color: #475467;
  font-size: 15px;
  line-height: 1.55;
}

.campaign-modal-points {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.campaign-modal-points li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #eaecf0;
  background: #fff;
  color: #344054;
  font-size: 13.5px;
  line-height: 1.45;
}

.campaign-modal-point-num {
  color: var(--blue);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.campaign-modal-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.campaign-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.campaign-modal-actions .btn {
  min-width: 132px;
  height: 44px;
  padding: 0 16px;
}

@media (max-width: 900px) {
  .campaign-modal {
    padding: 20px;
    place-items: center;
  }

  .campaign-modal-dialog {
    width: min(100%, 860px);
    max-height: min(88vh, 560px);
    border-radius: 18px;
  }

  .campaign-modal-stage {
    grid-template-columns: minmax(200px, 0.84fr) minmax(0, 1.16fr);
    min-height: min(70vh, 480px);
    max-height: inherit;
    overflow: hidden;
  }

  .campaign-modal-media {
    min-height: 0;
    max-height: none;
  }

  .campaign-modal-media img {
    width: min(72%, 200px);
  }

  .campaign-modal-panel {
    padding: 24px 22px 22px;
    gap: 12px;
  }

  .campaign-modal-panel h2 {
    max-width: 16ch;
    font-size: 22px;
  }

  .campaign-modal-lead {
    font-size: 14px;
  }

  .campaign-modal-points {
    gap: 6px;
  }

  .campaign-modal-points li {
    padding: 8px 10px;
    font-size: 13px;
  }

  .campaign-modal-actions .btn {
    min-width: 120px;
    height: 40px;
    padding: 0 14px;
  }

  .campaign-modal-x {
    top: 12px;
    right: 12px;
  }
}

@media (max-width: 560px) {
  .campaign-modal {
    --cm-u: 8px;
    padding: 0;
    place-items: end center;
  }

  .campaign-modal-backdrop {
    background: rgba(15, 23, 42, 0.58);
    backdrop-filter: blur(4px);
  }

  .campaign-modal-dialog {
    width: 100%;
    max-height: min(92vh, 780px);
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -12px 40px rgba(15, 23, 42, 0.22);
  }

  .campaign-modal-dialog::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 4;
    width: 36px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.38);
    transform: translateX(-50%);
    pointer-events: none;
  }

  .campaign-modal-stage {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    min-height: 0;
    max-height: min(92vh, 780px);
    overflow: hidden;
  }

  .campaign-modal-media {
    flex: 0 0 auto;
    height: calc(var(--cm-u) * 21);
    min-height: calc(var(--cm-u) * 21);
    max-height: calc(var(--cm-u) * 21);
  }

  .campaign-modal-media img {
    width: calc(var(--cm-u) * 15);
    max-width: 42%;
    aspect-ratio: 1 / 1;
  }

  .campaign-modal-panel {
    flex: 1 1 auto;
    justify-content: flex-start;
    gap: calc(var(--cm-u) * 1.25);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px 16px 0;
    background: #fff;
  }

  .campaign-modal-eyebrow {
    padding: 5px 9px;
    font-size: 10px;
  }

  .campaign-modal-panel h2 {
    max-width: none;
    font-size: 20px;
    letter-spacing: -0.025em;
    line-height: 1.25;
  }

  .campaign-modal-lead {
    max-width: none;
    font-size: 13.5px;
    line-height: 1.5;
    color: #667085;
  }

  .campaign-modal-points {
    gap: 6px;
    margin: 0;
  }

  .campaign-modal-points li {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
    padding: 9px 10px;
    border-radius: 10px;
    font-size: 12.5px;
    line-height: 1.4;
  }

  .campaign-modal-point-num {
    font-size: 11px;
  }

  .campaign-modal-note {
    font-size: 12.5px;
    margin: 0;
  }

  .campaign-modal-actions {
    position: sticky;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 8px 0 0;
    padding: 12px 0 calc(12px + env(safe-area-inset-bottom, 0px));
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 28%);
    border-top: 1px solid #eaecf0;
  }

  .campaign-modal-actions .btn {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0 10px;
    font-size: 13.5px;
    font-weight: 650;
  }

  .campaign-modal-x {
    top: 14px;
    right: 12px;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    backdrop-filter: blur(8px);
  }

  .campaign-modal-x:hover {
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
  }
}

.shop-cats {
  display: none;
  margin-bottom: 16px;
}

.shop-cats-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  padding: 2px 2px 8px;
  mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 28px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 28px), transparent 100%);
}

.shop-cats-track::-webkit-scrollbar {
  display: none;
}

.shop-cat-chip {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--navy);
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.2;
  padding: 7px 12px;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.shop-cat-chip.is-child {
  font-size: 12px;
  font-weight: 550;
  padding: 6px 11px;
  background: #f8fafc;
  color: #344054;
}

.shop-cat-chip:hover {
  border-color: #d0d5dd;
}

.shop-cat-chip.is-active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.shop-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.shop-sidebar {
  position: sticky;
  top: 96px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
}

.shop-side-block + .shop-side-block {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.shop-side-title {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
}

.shop-side-search input {
  width: 100%;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--navy);
  font-family: inherit;
  font-size: 14px;
  padding: 0 12px;
  outline: none;
}

.shop-side-search input:focus {
  border-color: #98a2b3;
  box-shadow: 0 0 0 3px rgba(16, 24, 40, 0.06);
}

.shop-side-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.shop-side-block:has([data-shop-cats]) .shop-side-list,
.shop-side-list[data-shop-cats],
.shop-side-block:has([data-shop-brands]) .shop-side-list,
.shop-side-list[data-shop-brands] {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: #d0d5dd transparent;
}

.shop-side-list[data-shop-cats]::-webkit-scrollbar,
.shop-side-list[data-shop-brands]::-webkit-scrollbar {
  width: 6px;
}

.shop-side-list[data-shop-cats]::-webkit-scrollbar-thumb,
.shop-side-list[data-shop-brands]::-webkit-scrollbar-thumb {
  background: #d0d5dd;
  border-radius: 999px;
}

.shop-side-list label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
}

.shop-side-list input {
  accent-color: var(--blue);
}

.shop-side-reset {
  width: 100%;
  margin-top: 18px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--navy);
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
}

.shop-side-reset:hover {
  border-color: #d0d5dd;
}

.shop-filter-sheet-head,
.shop-filter-backdrop,
.shop-filter-open,
.shop-filter-apply {
  display: none;
}

.shop-filter-sheet-foot .shop-side-reset {
  margin-top: 0;
}

.shop-main-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.shop-main-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.shop-result {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.shop-dd {
  width: min(100%, 200px);
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.shop-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.shop-card:hover {
  border-color: #d0d5dd;
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.08);
  transform: translateY(-2px);
}

.shop-card.is-page-hidden {
  display: none;
}

.shop-card-link {
  display: block;
  color: inherit;
  flex: 1;
}

.shop-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.shop-card-media img {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: var(--media-fit);
  object-position: var(--media-pos);
}

.shop-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.shop-badge-sale {
  background: var(--blue);
  color: #fff;
}

.shop-card-body {
  padding: 10px 10px 12px;
}

.shop-card-brand {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-card-body h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--navy);
  line-height: 1.3;
  min-height: calc(1.3em * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.shop-empty {
  margin: 28px 0 8px;
  text-align: center;
  color: var(--muted);
}

.shop-help {
  margin-top: 36px;
}

.shop-help-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
}

.shop-help-inner h2 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.shop-help-inner p {
  margin: 0;
  max-width: 48ch;
  color: var(--muted);
  font-size: 14.5px;
}

.shop-help-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-help-actions .btn {
  min-width: 132px;
  height: 46px;
  padding: 0 18px;
  box-sizing: border-box;
}

@media (max-width: 1280px) {
  .shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .shop-cats {
    display: block;
  }

  .shop-layout {
    grid-template-columns: 1fr;
  }

  .shop-filter-open {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--white);
    color: var(--navy);
    font-family: inherit;
    font-size: 13.5px;
    font-weight: 650;
    cursor: pointer;
    white-space: nowrap;
  }

  .shop-filter-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
  }

  .shop-filter-badge[hidden] {
    display: none !important;
  }

  .shop-filter-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
  }

  body.shop-filters-open .shop-filter-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .shop-sidebar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 90;
    width: 100%;
    max-height: min(88vh, 720px);
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 18px 18px 0 0;
    background: var(--white);
    box-shadow: 0 -12px 40px rgba(15, 23, 42, 0.18);
    display: flex;
    flex-direction: column;
    transform: translateY(110%);
    transition: transform 0.28s ease;
    overflow: hidden;
  }

  body.shop-filters-open .shop-sidebar {
    transform: translateY(0);
  }

  body.shop-filters-open {
    overflow: hidden;
  }

  .shop-filter-sheet-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex: 0 0 auto;
    padding: 14px 16px 12px;
    border-bottom: 1px solid var(--line);
  }

  .shop-filter-sheet-head h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
  }

  .shop-filter-close {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 10px;
    background: #f2f4f7;
    color: var(--navy);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
  }

  .shop-filter-sheet-body {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 16px 12px;
  }

  .shop-filter-sheet-foot {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 8px;
    flex: 0 0 auto;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--line);
    background: #fff;
  }

  .shop-filter-apply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
  }

  .shop-filter-sheet-foot .shop-side-reset {
    height: 44px;
  }

  .shop-dd {
    width: auto;
    min-width: 0;
    max-width: 160px;
  }

  .shop-main-actions .blog-dd-trigger {
    height: 40px;
    min-height: 40px;
    padding: 0 10px 0 12px;
    font-size: 13.5px;
    font-weight: 650;
    gap: 8px;
  }

  .shop-main-actions .blog-dd-trigger svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 900px) {
  .shop-promo {
    --promo-u: 8px;
    --promo-pad-x: calc(var(--promo-u) * 3);
    --promo-pad-y: calc(var(--promo-u) * 3);
    --promo-pad-b: calc(var(--promo-u) * 5.5);
    --promo-gap: calc(var(--promo-u) * 3);
    --promo-visual-h: calc(var(--promo-u) * 20);
    --promo-visual-w: calc(var(--promo-u) * 36);
    --promo-visual-min: calc(var(--promo-u) * 28);
    --promo-img: calc(var(--promo-u) * 20);
    --promo-copy-max: 26rem;
    --promo-copy-min: 14rem;
    --promo-visual-in: calc(var(--promo-u) * 1.5);
    margin-bottom: calc(var(--promo-u) * 2);
  }

  .shop-promo-slider,
  .shop-promo-track {
    min-height: 0;
  }

  .shop-promo-slider {
    border-radius: calc(var(--promo-u) * 2);
    background:
      radial-gradient(120% 90% at 100% 0%, rgba(37, 99, 235, 0.22), transparent 55%),
      linear-gradient(145deg, #0b1220 0%, #101828 46%, #152238 100%);
  }

  .shop-promo-track {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .shop-promo-track::-webkit-scrollbar {
    display: none;
  }

  .shop-promo-slide,
  .shop-promo-slide.is-active {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: row;
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: none;
    grid-template-columns: none;
    gap: var(--promo-gap);
    align-items: center;
    justify-content: space-between;
    padding: var(--promo-pad-y) var(--promo-pad-x) var(--promo-pad-b);
    min-height: calc(var(--promo-visual-h) + var(--promo-pad-y) + var(--promo-pad-b));
  }

  .shop-promo-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 1 var(--promo-copy-max);
    gap: var(--promo-u);
    width: var(--promo-copy-max);
    max-width: var(--promo-copy-max);
    min-width: var(--promo-copy-min);
    height: var(--promo-visual-h);
    min-height: var(--promo-visual-h);
  }

  .shop-promo-tag {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 28px;
    margin: 0;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
  }

  .shop-promo-copy h2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    margin: 0;
    max-width: 22ch;
    height: calc(18px * 1.28 * 2);
    font-size: 18px;
    font-weight: 650;
    letter-spacing: -0.025em;
    line-height: 1.28;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .shop-promo-copy p {
    box-sizing: border-box;
    flex: 0 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
    max-width: 38ch;
    height: calc(13.5px * 1.5 * 2);
    font-size: 13.5px;
    line-height: 1.5;
    color: #c4cad4;
  }

  .shop-promo-copy .btn {
    margin-top: auto;
    box-sizing: border-box;
    width: 112px;
    min-width: 112px;
    height: 36px;
    min-height: 36px;
    padding: 0 10px;
    font-size: 12.5px;
    font-weight: 650;
    border-radius: 10px;
  }

  .shop-promo-visual {
    position: relative;
    display: grid;
    box-sizing: border-box;
    flex: 0 12 var(--promo-visual-w);
    width: var(--promo-visual-w);
    max-width: var(--promo-visual-w);
    min-width: var(--promo-visual-min);
    height: var(--promo-visual-h);
    min-height: var(--promo-visual-h);
    max-height: var(--promo-visual-h);
    place-items: center;
    align-self: center;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  .shop-promo-visual img,
  .shop-promo-visual img:first-child,
  .shop-promo-visual img:last-child,
  .shop-promo-visual.shop-promo-visual-single img,
  .shop-promo-visual.shop-promo-visual-single img:first-child,
  .shop-promo-visual.shop-promo-visual-single img:last-child {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    inset: auto;
    width: var(--promo-fit-w, auto);
    height: var(--promo-fit-h, auto);
    max-width: none;
    max-height: none;
    margin: 0;
    object-fit: contain;
    object-position: center;
    transform: none;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.38));
  }

  .shop-promo-visual:not(.shop-promo-visual-single) img:last-child {
    display: none;
  }

  .shop-promo-dots {
    left: 50%;
    right: auto;
    bottom: calc(var(--promo-u) * 1.75);
    transform: translateX(-50%);
    gap: var(--promo-u);
  }

  .shop-promo-dot {
    width: var(--promo-u);
    height: var(--promo-u);
  }

  .shop-promo-dot.is-active {
    width: calc(var(--promo-u) * 2.5);
  }
}

@media (max-width: 560px) {
  .shop-promo {
    --promo-u: 8px;
    --promo-pad-x: 14px;
    --promo-pad-y: 14px;
    --promo-pad-b: 34px;
    --promo-gap: 12px;
    --promo-visual-h: 104px;
    --promo-visual-w: 120px;
    --promo-visual-min: 72px;
    --promo-img: 104px;
    --promo-copy-max: 100%;
    --promo-copy-min: 0;
    --promo-visual-in: 0;
    margin-bottom: 12px;
  }

  .shop-promo-slider {
    border-radius: 14px;
  }

  .shop-promo-slide,
  .shop-promo-slide.is-active {
    gap: var(--promo-gap);
    align-items: center;
    justify-content: space-between;
    padding: var(--promo-pad-y) var(--promo-pad-x) var(--promo-pad-b);
    min-height: calc(var(--promo-visual-h) + var(--promo-pad-y) + var(--promo-pad-b));
  }

  .shop-promo-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 auto;
    gap: 6px;
    width: auto;
    max-width: none;
    min-width: 0;
    height: var(--promo-visual-h);
    min-height: var(--promo-visual-h);
  }

  .shop-promo-tag {
    height: 24px;
    padding: 0 10px;
    font-size: 11px;
    letter-spacing: 0.05em;
  }

  .shop-promo-copy h2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    margin: 0;
    max-width: none;
    height: calc(15px * 1.3 * 2);
    font-size: 15px;
    font-weight: 650;
    letter-spacing: -0.02em;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .shop-promo-copy p {
    display: none;
  }

  .shop-promo-copy .btn {
    margin-top: auto;
    box-sizing: border-box;
    width: 108px;
    min-width: 108px;
    height: 34px;
    min-height: 34px;
    padding: 0 10px;
    font-size: 12.5px;
    font-weight: 650;
    border-radius: 10px;
  }

  .shop-promo-visual {
    flex: 0 12 var(--promo-visual-w);
    width: var(--promo-visual-w);
    max-width: var(--promo-visual-w);
    min-width: var(--promo-visual-min);
    height: var(--promo-visual-h);
    min-height: var(--promo-visual-h);
    max-height: var(--promo-visual-h);
    padding: 0;
    border-radius: 0;
  }

  .shop-promo-dots {
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    gap: 6px;
  }

  .shop-promo-dot {
    width: 6px;
    height: 6px;
  }

  .shop-promo-dot.is-active {
    width: 16px;
  }

  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .shop-card-body {
    padding: 8px 8px 10px;
  }

  .shop-card-body h2 {
    font-size: 13px;
  }

  .shop-card-brand {
    font-size: 10px;
  }

  .shop-card-media img {
    padding: 8px;
  }
}

/* —— Ürün detay —— */
.pd-page {
  padding: 28px 0 var(--section-y);
  background:
    radial-gradient(900px 420px at 8% 0%, rgba(37, 99, 235, 0.06), transparent 60%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 42%);
}

.pd-layout {
  display: grid;
  grid-template-columns: minmax(0, 480px) minmax(0, 1fr);
  gap: clamp(20px, 2.2vw, 32px);
  align-items: start;
  margin-top: 8px;
}

.pd-gallery {
  position: sticky;
  top: 96px;
}

.pd-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.06);
}

.pd-stage img {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  padding: 12px;
  object-fit: var(--media-fit);
  object-position: var(--media-pos);
}

.pd-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.pd-thumb {
  appearance: none;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pd-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: var(--media-fit);
  object-position: var(--media-pos);
  padding: 10px;
}

.pd-thumb:hover {
  border-color: #c7d2fe;
}

.pd-thumb.is-active {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.pd-info {
  padding-top: 4px;
}

.pd-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.pd-brand,
.pd-cat,
.pd-badges .shop-badge {
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.pd-brand {
  background: rgba(16, 24, 40, 0.06);
  color: var(--navy);
}

.pd-cat {
  background: rgba(37, 99, 235, 0.08);
  color: var(--blue);
}

.pd-badges .shop-badge-sale {
  background: var(--blue);
  color: #fff;
}

.pd-info h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--navy);
  font-weight: 700;
}

.pd-desc {
  margin: 0 0 22px;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 52ch;
}

.pd-block {
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.pd-block h2 {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
}

.pd-tabs {
  margin-top: clamp(36px, 4.5vw, 56px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.04);
}

.pd-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
}

.pd-tab {
  appearance: none;
  border: 0;
  background: transparent;
  margin: 0;
  padding: 16px 22px;
  font: inherit;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
}

.pd-tab:hover {
  color: var(--navy);
}

.pd-tab.is-active {
  color: var(--navy);
  background: #fff;
}

.pd-tab.is-active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -1px;
  height: 2px;
  background: var(--blue);
  border-radius: 2px 2px 0 0;
}

.pd-tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
}

.pd-tab-panel {
  display: none;
  padding: clamp(22px, 3vw, 32px);
}

.pd-tab-panel.is-active {
  display: block;
}

.pd-panel-title {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
}

.pd-details-text {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 72ch;
}

.pd-details-text > :first-child {
  margin-top: 0;
}

.pd-details-text > :last-child {
  margin-bottom: 0;
}

.pd-details-text p {
  margin: 0 0 0.9em;
}

.pd-details-text h2,
.pd-details-text h3 {
  margin: 1.2em 0 0.45em;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.pd-details-text h2 {
  font-size: 1.25em;
}

.pd-details-text h3 {
  font-size: 1.1em;
}

.pd-details-text ul,
.pd-details-text ol {
  margin: 0 0 0.9em;
  padding-left: 1.25em;
}

.pd-details-text li {
  margin: 0.25em 0;
}

.pd-details-text a {
  color: var(--blue, #2563eb);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pd-details-text blockquote {
  margin: 0.9em 0;
  padding: 0.35em 0 0.35em 0.9em;
  border-left: 3px solid var(--line, #e4e7ec);
  color: var(--muted);
}

.pd-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.pd-features li {
  position: relative;
  padding-left: 22px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--navy);
}

.pd-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.pd-specs {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.pd-specs dt,
.pd-specs dd {
  margin: 0;
  padding: 12px 14px;
  font-size: 13.5px;
  border-bottom: 1px solid var(--line);
}

.pd-specs dt:nth-last-of-type(1),
.pd-specs dd:last-child {
  border-bottom: none;
}

.pd-specs dt {
  background: #f8fafc;
  color: var(--muted);
  font-weight: 600;
}

.pd-specs dd {
  color: var(--navy);
  font-weight: 600;
}

.pd-qa-head {
  margin-bottom: 18px;
}

.pd-qa-head .pd-panel-title {
  margin-bottom: 6px;
}

.pd-qa-lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 52ch;
}

.pd-qa-compose {
  position: relative;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.pd-qa-compose-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  padding: 14px;
}

.pd-qa-compose-input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--navy);
  background: #f8fafc;
  resize: vertical;
  min-height: 84px;
}

.pd-qa-compose-send {
  min-height: 44px;
  padding: 0 18px;
  white-space: nowrap;
}

.pd-qa-compose.is-locked .pd-qa-compose-fields {
  filter: blur(1.2px);
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
}

.pd-qa-lock {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  background: rgba(248, 250, 252, 0.72);
  backdrop-filter: blur(1px);
  text-align: center;
  z-index: 1;
}

.pd-qa-lock-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(16, 24, 40, 0.06);
  color: var(--navy);
}

.pd-qa-lock p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--navy);
  font-weight: 500;
}

.pd-qa-lock a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

.pd-qa-lock a:hover {
  text-decoration: underline;
}

.pd-qa-list {
  display: grid;
  gap: 14px;
}

.pd-qa-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 18px;
  background: #fbfdff;
}

.pd-qa-q,
.pd-qa-a {
  display: grid;
  gap: 6px;
}

.pd-qa-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pd-qa-q .pd-qa-label {
  background: rgba(37, 99, 235, 0.1);
  color: var(--blue);
}

.pd-qa-a .pd-qa-label {
  background: rgba(16, 24, 40, 0.06);
  color: var(--navy);
}

.pd-qa-meta {
  font-size: 13px;
  color: var(--muted);
}

.pd-qa-text {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--navy);
}

.pd-qa-a {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.pd-qa-a .pd-qa-text {
  color: var(--muted);
}

.pd-qa-empty {
  margin: 0;
  padding: 20px 4px;
  font-size: 15px;
  color: var(--muted);
}

.pd-related {
  margin-top: clamp(40px, 5vw, 64px);
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.pd-related-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.pd-related-head h2 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: -0.02em;
  color: var(--navy);
}

.pd-related-head a {
  font-size: 14px;
  font-weight: 600;
  color: var(--blue);
}

.pd-related-head a:hover {
  text-decoration: underline;
}

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

.pd-related-grid .shop-card-body h2 {
  font-size: 14px;
}

@media (max-width: 980px) {
  .pd-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pd-gallery {
    position: static;
  }

  .pd-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pd-qa-compose-fields {
    grid-template-columns: 1fr;
  }

  .pd-qa-compose-send {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .pd-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .pd-related-grid {
    grid-template-columns: 1fr;
  }

  .pd-tab {
    flex: 1 1 auto;
    justify-content: center;
    padding: 14px 12px;
    font-size: 13.5px;
  }

  .pd-tab.is-active::after {
    left: 12px;
    right: 12px;
  }

  .pd-specs {
    grid-template-columns: 1fr;
  }

  .pd-specs dt {
    border-bottom: none;
    padding-bottom: 4px;
  }

  .pd-specs dd {
    padding-top: 0;
  }
}
