/* =============================================================
   Premium Lacivert Tasarım V2
   Kurumsal projeksiyon lamba & servis sitesi
   ============================================================= */

:root {
  /* Palet — koyu lacivert + amber */
  --navy-950: #070d1a;
  --navy-900: #0b1220;
  --navy-800: #0f172a;
  --navy-700: #1e293b;
  --navy-600: #334155;
  --line-dark: #1f2a44;

  --surface: #ffffff;
  --surface-2: #f6f8fb;
  --surface-3: #eef2f7;

  --text: #0b1220;
  --muted: #475569;
  --muted-2: #64748b;
  --on-dark: #e2e8f0;
  --on-dark-muted: #94a3b8;

  --accent: #f59e0b;
  --accent-2: #f97316;
  --accent-soft: #fff7ed;

  --success: #10b981;
  --wa: #25d366;
  --danger: #b91c1c;

  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 22px;

  --shadow-xs: 0 1px 2px rgba(7, 13, 26, 0.06);
  --shadow-sm: 0 2px 8px rgba(7, 13, 26, 0.06);
  --shadow: 0 12px 32px rgba(7, 13, 26, 0.10);
  --shadow-lg: 0 24px 60px rgba(7, 13, 26, 0.18);

  --container: min(1180px, calc(100% - 2rem));
  --font: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* Geriye dönük uyumluluk (eski sayfalar bu adlarla kullanıyordu) */
  --color-bg: var(--surface-2);
  --color-surface: var(--surface);
  --color-text: var(--text);
  --color-muted: var(--muted);
  --color-border: #e5eaf2;
  --color-accent: var(--accent);
  --color-accent-hover: var(--accent-2);
  --color-wa: var(--wa);
  --focus-ring: 2px solid var(--accent);
}

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

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.0625rem);
  line-height: 1.65;
  color: var(--text);
  background: var(--surface-2);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

h1, h2, h3, h4 {
  font-family: inherit;
  letter-spacing: -0.01em;
  color: var(--text);
}
h1 { line-height: 1.12; }
h2 { line-height: 1.2; }

a { color: var(--accent-2); text-underline-offset: 3px; }

a:focus-visible,
button:focus-visible,
.nav-toggle:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 2px;
}

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

.skip-link {
  position: absolute; left: -999px; top: 0;
  background: var(--navy-900); color: #fff;
  padding: 0.75rem 1rem; z-index: 1000;
}
.skip-link:focus { left: 1rem; }

.container { width: var(--container); margin-inline: auto; }

/* =============================================================
   Üst şerit
   ============================================================= */
.top-strip {
  background: var(--navy-950);
  color: #cbd5e1;
  font-size: 0.875rem;
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.top-strip__inner {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 0.5rem 1rem; padding: 0.45rem 0;
}
.top-strip a {
  color: #fff; text-decoration: none;
  min-height: 36px; display: inline-flex; align-items: center;
  gap: 0.4rem;
}
.top-strip a:hover { color: var(--accent); }
.top-strip__spacer { flex: 1; }
.top-strip__badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.18rem 0.6rem;
  background: rgba(245, 158, 11, 0.14);
  color: #fcd34d;
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: 999px;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.01em;
}
.top-strip__badge::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent); box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18);
}
.top-strip__wa {
  background: var(--wa); padding: 0.3rem 0.75rem; border-radius: 999px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .top-strip__badge { display: none; }
}

/* =============================================================
   Header
   ============================================================= */
.site-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--color-border);
  position: sticky; top: 36px; z-index: 40;
}
@media (max-width: 768px) {
  .site-header { top: 0; }
  .top-strip { position: relative; }
}

.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.65rem 0;
}
.site-logo {
  display: inline-flex; align-items: center;
  padding: 0.5rem 0;
}
.site-logo img {
  width: clamp(280px, 52vw, 440px);
  height: auto;
  max-height: 116px;
  object-fit: contain;
  display: block;
}
@media (max-width: 600px) {
  .site-logo img { max-height: 84px; width: clamp(220px, 64vw, 300px); }
}

.nav-toggle {
  display: none; width: 44px; height: 44px;
  border: 1px solid var(--color-border); border-radius: 10px;
  background: var(--surface);
  align-items: center; justify-content: center; cursor: pointer;
}
.nav-toggle__bar {
  width: 22px; height: 2px; background: var(--text);
  box-shadow: 0 -6px 0 var(--text), 0 6px 0 var(--text);
}

.primary-nav { display: flex; align-items: center; gap: 1.25rem; }
.primary-nav__list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.25rem 1.25rem;
  align-items: center;
}
.primary-nav a:not(.btn) {
  text-decoration: none; color: var(--navy-800);
  font-weight: 600; padding: 0.55rem 0.4rem;
  min-height: 44px; display: inline-flex; align-items: center;
  position: relative;
}
.primary-nav a:not(.btn)::after {
  content: ""; position: absolute; left: 0.4rem; right: 0.4rem;
  bottom: 0.35rem; height: 2px; background: var(--accent);
  transform: scaleX(0); transform-origin: left center;
  transition: transform 0.2s ease;
}
.primary-nav a:not(.btn):hover::after { transform: scaleX(1); }

.header-cta {
  display: inline-flex; gap: 0.5rem; align-items: center;
}
.header-cta .btn--phone {
  background: var(--surface); color: var(--navy-800) !important;
  border: 1px solid var(--color-border);
}
.header-cta .btn--phone:hover {
  border-color: var(--navy-700);
}

/* Hizmetler dropdown */
.primary-nav__dropdown { position: relative; }
.primary-nav__dropdown-toggle {
  background: none; border: 0; font: inherit; font-weight: 600;
  color: var(--navy-800); cursor: pointer;
  padding: 0.55rem 0.4rem; min-height: 44px;
  display: inline-flex; align-items: center; gap: 0.3rem;
}
.primary-nav__dropdown-toggle::after {
  content: "▾"; font-size: 0.65em; opacity: 0.7;
}
.primary-nav__dropdown-panel {
  list-style: none; margin: 0; padding: 0.4rem 0;
  min-width: min(260px, 80vw);
  background: var(--surface); border: 1px solid var(--color-border);
  border-radius: 12px; box-shadow: var(--shadow);
}
.primary-nav__dropdown-panel a {
  display: flex; align-items: center;
  padding: 0.55rem 1rem; text-decoration: none;
  color: var(--navy-800); font-weight: 600; min-height: 44px;
}
.primary-nav__dropdown-panel a:hover { background: var(--accent-soft); color: var(--accent-2); }
@media (min-width: 901px) {
  .primary-nav__dropdown-panel {
    position: absolute; left: 0; top: calc(100% + 0.35rem); z-index: 45;
    display: none;
  }
  .primary-nav__dropdown:hover .primary-nav__dropdown-panel,
  .primary-nav__dropdown:focus-within .primary-nav__dropdown-panel {
    display: block;
  }
}

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .primary-nav {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--surface);
    border-bottom: 1px solid var(--color-border);
    padding: 1rem; box-shadow: var(--shadow);
    flex-direction: column; align-items: stretch;
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav__list {
    flex-direction: column; align-items: stretch; gap: 0.25rem;
  }
  .primary-nav__dropdown-panel {
    display: none; margin: 0.25rem 0 0 0.5rem;
    border: 0; box-shadow: none; background: transparent; padding: 0;
  }
  .primary-nav.is-open .primary-nav__dropdown.is-open .primary-nav__dropdown-panel {
    display: block;
  }
  .header-cta { display: none; }
}

/* =============================================================
   Buttons
   ============================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.5rem; min-height: 44px;
  padding: 0.7rem 1.25rem;
  border-radius: 10px; border: 1px solid transparent;
  cursor: pointer; font-weight: 700; font-family: inherit;
  text-decoration: none; line-height: 1;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary {
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  color: #1a1106 !important;
  box-shadow: 0 6px 18px rgba(245, 158, 11, 0.30);
}
.btn--primary:hover { filter: brightness(1.05); }
.btn--ghost {
  background: transparent; border-color: var(--color-border);
  color: var(--navy-800) !important;
}
.btn--ghost:hover { border-color: var(--navy-700); background: var(--surface); }
.btn--on-dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff !important;
}
.btn--on-dark:hover { background: rgba(255, 255, 255, 0.15); }
.btn--sm { min-height: 38px; padding: 0.45rem 0.9rem; font-size: 0.9rem; }
.btn--lg { min-height: 52px; padding: 0.85rem 1.6rem; font-size: 1.05rem; }
@media (prefers-reduced-motion: reduce) {
  .btn:hover { transform: none; }
}

/* =============================================================
   Breadcrumb
   ============================================================= */
.breadcrumb-wrap { padding: 0.85rem 0 0; }
.breadcrumb {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.35rem 0.5rem;
  font-size: 0.875rem; color: var(--muted);
}
.breadcrumb li:not(:last-child)::after {
  content: "/"; margin-left: 0.5rem; color: #cbd5e1;
}
.breadcrumb a { color: var(--muted); }

/* =============================================================
   Hero (ana sayfa V2)
   ============================================================= */
.hero-v2 {
  position: relative; isolation: isolate;
  background: var(--navy-900);
  color: #fff;
  overflow: hidden;
}
.hero-v2__bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  filter: brightness(0.55) saturate(0.95);
}
.hero-v2::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(900px 460px at 85% 0%, rgba(245, 158, 11, 0.22), transparent 60%),
    linear-gradient(180deg, rgba(7, 13, 26, 0.85) 0%, rgba(11, 18, 32, 0.92) 100%);
  pointer-events: none;
}
.hero-v2::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse at center, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 70%);
  pointer-events: none;
}
.hero-v2__inner {
  position: relative; z-index: 1;
  display: grid; gap: 2rem;
  grid-template-columns: 1fr;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 8vw, 5rem);
  align-items: center;
}
@media (min-width: 960px) {
  .hero-v2__inner { grid-template-columns: 1.25fr 1fr; gap: 3rem; }
}
.hero-v2__eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.35rem 0.8rem;
  border: 1px solid rgba(245, 158, 11, 0.45);
  background: rgba(245, 158, 11, 0.12);
  color: #fcd34d;
  border-radius: 999px;
  font-size: 0.85rem; font-weight: 600;
  margin-bottom: 1rem;
}
.hero-v2__eyebrow::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent); box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.22);
}
.hero-v2__title {
  font-size: clamp(2rem, 1.4rem + 2.6vw, 3.25rem);
  margin: 0 0 1rem;
  color: #fff;
}
.hero-v2__title .accent {
  background: linear-gradient(90deg, var(--accent) 0%, #fcd34d 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-v2__lead {
  margin: 0 0 1.6rem; color: #cbd5e1;
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.2rem);
  max-width: 56ch; line-height: 1.6;
}
.hero-v2__actions {
  display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.75rem;
}
.hero-v2__bullets {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 0.45rem;
}
.hero-v2__bullets li {
  display: flex; align-items: center; gap: 0.6rem;
  color: #e2e8f0; font-size: 0.95rem;
}
.hero-v2__bullets li::before {
  content: ""; width: 18px; height: 18px; flex: none;
  background: var(--accent); border-radius: 50%;
  box-shadow: inset 0 0 0 4px var(--navy-900);
}

.hero-quote {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius-lg);
  padding: clamp(1.25rem, 2vw, 1.75rem);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: var(--shadow-lg);
}
.hero-quote__eyebrow {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.22rem 0.65rem;
  border: 1px solid rgba(16, 185, 129, 0.45);
  background: rgba(16, 185, 129, 0.14);
  color: #6ee7b7;
  border-radius: 999px;
  font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.hero-quote__title {
  margin: 0 0 0.35rem; color: #fff;
  font-size: clamp(1.15rem, 0.95rem + 0.6vw, 1.4rem);
  line-height: 1.2; letter-spacing: -0.01em;
  font-weight: 700;
}
.hero-quote__subtitle {
  margin: 0 0 0.85rem; color: #cbd5e1; font-size: 0.95rem;
  line-height: 1.5;
}
.hero-quote__subtitle strong {
  color: #fcd34d; font-weight: 700;
}
.hero-quote__perks {
  list-style: none; margin: 0 0 1rem; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.35rem 0.4rem;
}
.hero-quote__perks li {
  display: inline-flex; align-items: center; gap: 0.3rem;
  font-size: 0.78rem; font-weight: 600;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.18rem 0.65rem;
}
.hero-quote__perks li::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
}
.hero-quote .field { display: grid; gap: 0.35rem; margin-bottom: 0.75rem; }
.hero-quote label {
  font-size: 0.82rem; font-weight: 600; color: #cbd5e1;
}
.hero-quote input,
.hero-quote select,
.hero-quote textarea {
  width: 100%; padding: 0.65rem 0.8rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(15, 23, 42, 0.55);
  color: #fff; font-family: inherit; font-size: 0.95rem;
}
.hero-quote input::placeholder,
.hero-quote textarea::placeholder { color: #94a3b8; }
.hero-quote .row {
  display: grid; gap: 0.6rem; grid-template-columns: 1fr 1fr;
}
@media (max-width: 480px) {
  .hero-quote .row { grid-template-columns: 1fr; }
}
.hero-quote .btn { width: 100%; margin-top: 0.4rem; }

/* =============================================================
   Genel section başlık
   ============================================================= */
.section { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.section--tight { padding: 1.75rem 0 1rem; }
.section-header { display: grid; gap: 0.5rem; margin-bottom: 1.5rem; }
.section-header__eyebrow {
  text-transform: uppercase; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.12em; color: var(--accent-2);
}
.section-header__title {
  font-size: clamp(1.5rem, 1.15rem + 1.4vw, 2.1rem);
  margin: 0;
}
.section-header__lead {
  margin: 0; color: var(--muted); max-width: 65ch;
  font-size: 1.02rem;
}
.section__title { /* eski uyum */
  font-size: clamp(1.4rem, 1.1rem + 1vw, 1.85rem);
  margin: 0 0 1rem;
}

/* =============================================================
   Ana hizmetler bölümü (3'lü kart sistemi)
   ============================================================= */
.section--services {
  position: relative;
  background:
    radial-gradient(800px 320px at 0% 0%, rgba(245, 158, 11, 0.06), transparent 60%),
    radial-gradient(700px 300px at 100% 100%, rgba(15, 23, 42, 0.05), transparent 60%),
    var(--surface-2);
}
.section-header--center {
  text-align: center; margin-inline: auto; max-width: 70ch;
  margin-bottom: 2rem;
}
.section-header--center .section-header__lead { margin-inline: auto; }

.services-grid {
  display: grid; gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 760px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1040px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
}

.service-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.service-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: #cbd5e1;
  transform: translateY(-6px);
}
.service-card__cover {
  position: absolute; inset: 0; z-index: 1;
  text-indent: -9999px; overflow: hidden;
}
.service-card__cover:focus-visible {
  outline: var(--focus-ring); outline-offset: -3px;
  border-radius: var(--radius-lg);
}

/* Featured (ortadaki) kart vurgusu */
.service-card--featured {
  border-color: rgba(245, 158, 11, 0.5);
  box-shadow: 0 16px 40px rgba(245, 158, 11, 0.10), var(--shadow-sm);
}
.service-card--featured:hover {
  box-shadow: 0 26px 60px rgba(245, 158, 11, 0.18), var(--shadow-lg);
}
@media (min-width: 1040px) {
  .service-card--featured { transform: translateY(-8px); }
  .service-card--featured:hover { transform: translateY(-14px); }
}

.service-card__ribbon {
  position: absolute; top: 14px; right: -36px; z-index: 3;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  color: #1a1106; font-weight: 800; font-size: 0.72rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.3rem 2.5rem;
  transform: rotate(34deg);
  box-shadow: 0 4px 10px rgba(245, 158, 11, 0.35);
}

.service-card__media {
  position: relative; aspect-ratio: 16 / 9;
  background: var(--surface-3); overflow: hidden;
}
.service-card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card:hover .service-card__media img { transform: scale(1.06); }
.service-card__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(7, 13, 26, 0.05) 0%, rgba(7, 13, 26, 0.35) 100%);
}
.service-card__num {
  position: absolute; top: 12px; left: 14px; z-index: 2;
  font-family: var(--font); font-weight: 800;
  font-size: 0.85rem; letter-spacing: 0.12em;
  color: #fff;
  background: rgba(7, 13, 26, 0.7);
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.service-card__tag {
  position: absolute; bottom: 12px; left: 14px; z-index: 2;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--accent);
  background: rgba(7, 13, 26, 0.78);
  padding: 0.25rem 0.6rem; border-radius: 6px;
  border: 1px solid rgba(245, 158, 11, 0.4);
}

.service-card__body {
  padding: 1.25rem 1.4rem 1.4rem;
  display: flex; flex-direction: column; gap: 0.6rem;
  flex: 1;
}
.service-card__title {
  margin: 0; font-size: 1.2rem; line-height: 1.3;
  color: var(--navy-900);
}
.service-card__text {
  margin: 0; color: var(--muted); font-size: 0.95rem;
  line-height: 1.55;
}
.service-card__features {
  list-style: none; margin: 0.25rem 0 0; padding: 0;
  display: grid; gap: 0.35rem;
  border-top: 1px dashed var(--color-border);
  padding-top: 0.85rem;
}
.service-card__features li {
  position: relative; padding-left: 1.5rem;
  font-size: 0.9rem; color: var(--navy-700);
}
.service-card__features li::before {
  content: ""; position: absolute; left: 0; top: 0.45rem;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--accent-soft);
  border: 2px solid var(--accent);
}
.service-card__features li::after {
  content: "✓"; position: absolute; left: 3px; top: 0;
  font-size: 0.7rem; font-weight: 900; color: var(--accent-2);
  line-height: 1.4;
}

.service-card__footer {
  margin-top: auto; padding-top: 1rem;
  display: flex; flex-wrap: wrap; gap: 0.5rem 0.85rem;
  align-items: center; justify-content: space-between;
}
.service-card__footer .btn { position: relative; z-index: 2; }
.service-card__link {
  position: relative; z-index: 2;
  display: inline-flex; align-items: center; gap: 0.35rem;
  color: var(--navy-700); font-weight: 700; font-size: 0.92rem;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}
.service-card__link svg { transition: transform 0.2s ease; }
.service-card__link:hover { color: var(--accent-2); gap: 0.6rem; }
.service-card__link:hover svg { transform: translateX(2px); }

.services-grid__note {
  margin: 1.75rem 0 0; padding: 1rem 1.25rem;
  background: var(--surface);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem;
  align-items: center; justify-content: center;
  text-align: center;
  color: var(--navy-700); font-size: 0.92rem; font-weight: 600;
  box-shadow: var(--shadow-xs);
}
.services-grid__note span {
  display: inline-flex; align-items: center; gap: 0.4rem;
}
.services-grid__note svg { color: var(--accent-2); }
@media (max-width: 600px) {
  .services-grid__note { border-radius: 16px; gap: 0.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .service-card:hover { transform: none; }
  .service-card:hover .service-card__media img { transform: none; }
  .service-card--featured { transform: none; }
  .service-card--featured:hover { transform: none; }
}

/* =============================================================
   Sayı bandı
   ============================================================= */
.stats-band {
  background: linear-gradient(180deg, var(--navy-900), var(--navy-800));
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.stats-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  padding: clamp(1.75rem, 4vw, 2.5rem) 0;
}
@media (min-width: 768px) {
  .stats-grid { grid-template-columns: repeat(4, 1fr); }
}
.stat {
  text-align: center; padding: 0.75rem 0.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.stat:last-child { border-right: 0; }
@media (max-width: 767px) {
  .stat { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); padding-bottom: 1.1rem; }
  .stat:last-child { border-bottom: 0; }
}
.stat__num {
  display: block; color: var(--accent);
  font-size: clamp(1.75rem, 1.3rem + 1.5vw, 2.5rem);
  font-weight: 700; line-height: 1; letter-spacing: -0.02em;
}
.stat__label {
  display: block; margin-top: 0.45rem;
  color: #cbd5e1; font-size: 0.92rem; font-weight: 500;
}
.stats-band__note {
  text-align: center; margin: 0; padding: 0 0 1rem;
  color: var(--on-dark-muted); font-size: 0.8rem;
}

/* =============================================================
   Marka grid
   ============================================================= */
.brand-grid {
  display: grid; gap: 0.75rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 540px) { .brand-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 760px) { .brand-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1000px) { .brand-grid { grid-template-columns: repeat(6, 1fr); } }

.brand-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 1.1rem 0.85rem 0.95rem;
  text-decoration: none; color: var(--navy-800);
  display: flex; flex-direction: column; align-items: center; gap: 0.35rem;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  overflow: hidden;
}
.brand-card::before {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transform: scaleX(0); transform-origin: left center;
  transition: transform 0.25s ease;
}
.brand-card:hover {
  border-color: #cbd5e1;
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}
.brand-card:hover::before { transform: scaleX(1); }
.brand-card__name {
  font-weight: 700; font-size: 1rem; letter-spacing: 0.01em;
  color: var(--navy-800);
}
.brand-card__sub {
  font-size: 0.78rem; color: var(--muted-2); font-weight: 500;
}
@media (prefers-reduced-motion: reduce) {
  .brand-card:hover { transform: none; }
}

/* =============================================================
   Sektörler bandı
   ============================================================= */
.sectors-band { background: var(--surface-3); }
.sector-grid {
  display: grid; gap: 1rem; grid-template-columns: 1fr;
}
@media (min-width: 760px) { .sector-grid { grid-template-columns: repeat(3, 1fr); } }
.sector-card {
  background: var(--surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  display: flex; flex-direction: column;
  overflow: hidden;
  box-shadow: var(--shadow-xs);
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.sector-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
  border-color: #cbd5e1;
}
.sector-card__media {
  aspect-ratio: 16 / 9;
  background: var(--surface-3);
  overflow: hidden;
  position: relative;
}
.sector-card__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(7, 13, 26, 0.35) 100%);
}
.sector-card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.sector-card:hover .sector-card__media img { transform: scale(1.04); }
.sector-card__body {
  padding: 1.2rem 1.3rem 1.4rem;
  display: grid; gap: 0.45rem;
}
.sector-card__title { margin: 0; font-size: 1.1rem; }
.sector-card__text { margin: 0; color: var(--muted); }
@media (prefers-reduced-motion: reduce) {
  .sector-card:hover { transform: none; }
  .sector-card:hover .sector-card__media img { transform: none; }
}

/* =============================================================
   Servis süreci (timeline)
   ============================================================= */
.process-band {
  background:
    radial-gradient(700px 320px at 100% 0%, rgba(245, 158, 11, 0.08), transparent 60%),
    var(--surface-2);
}
.process {
  display: grid; gap: 1rem;
  grid-template-columns: 1fr;
  counter-reset: step;
}
@media (min-width: 800px) {
  .process { grid-template-columns: repeat(4, 1fr); }
}
.process-step {
  position: relative;
  background: var(--surface); border: 1px solid var(--color-border);
  border-radius: var(--radius); padding: 1.2rem 1.1rem;
}
.process-step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  position: absolute; top: -12px; left: 1.1rem;
  background: var(--navy-900); color: var(--accent);
  font-weight: 700; padding: 0.2rem 0.55rem; border-radius: 999px;
  font-size: 0.82rem; letter-spacing: 0.04em;
  border: 1px solid rgba(245, 158, 11, 0.5);
}
.process-step__title { margin: 0.25rem 0 0.4rem; font-size: 1.05rem; }
.process-step__text { margin: 0; color: var(--muted); font-size: 0.95rem; }
@media (min-width: 800px) {
  .process-step:not(:last-child)::after {
    content: ""; position: absolute; right: -8px; top: 50%; width: 16px;
    height: 2px; background: linear-gradient(90deg, transparent, var(--accent));
  }
}

/* =============================================================
   Ürün kartları (yeni)
   ============================================================= */
.grid-cards {
  display: grid; gap: 1.1rem;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.card {
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--color-border);
  overflow: hidden; display: flex; flex-direction: column; height: 100%;
  box-shadow: var(--shadow-xs);
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  position: relative;
}
.card::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transform: scaleX(0); transform-origin: left center;
  transition: transform 0.25s ease;
}
.card:hover {
  box-shadow: var(--shadow);
  border-color: #cbd5e1; transform: translateY(-3px);
}
.card:hover::after { transform: scaleX(1); }

.card__media {
  aspect-ratio: 4 / 3; background: var(--surface-3);
  position: relative; overflow: hidden;
}
.card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.card:hover .card__media img { transform: scale(1.04); }
.card__brand-badge {
  position: absolute; top: 0.6rem; left: 0.6rem;
  background: rgba(15, 23, 42, 0.85); color: #fff;
  padding: 0.2rem 0.55rem; border-radius: 999px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase;
}
.card__body {
  padding: 0.95rem 1.05rem 1.1rem;
  display: flex; flex-direction: column; gap: 0.45rem; flex: 1;
}
.card__title { margin: 0; font-size: 1.05rem; line-height: 1.35; }
.card__title a { color: inherit; text-decoration: none; }
.card__title a:hover { color: var(--accent-2); }
.card__meta { color: var(--muted); font-size: 0.86rem; margin: 0; }
.card__actions {
  margin-top: auto; display: flex; flex-wrap: wrap; gap: 0.5rem;
  padding-top: 0.4rem;
}
@media (prefers-reduced-motion: reduce) {
  .card:hover { transform: none; }
  .card:hover .card__media img { transform: none; }
}

/* =============================================================
   Hero (eski stil, fallback)
   ============================================================= */
.hero { padding: clamp(2rem, 5vw, 3.5rem) 0; }
.hero__inner {
  display: grid; gap: 1.5rem; grid-template-columns: 1fr; align-items: center;
}
@media (min-width: 900px) { .hero__inner { grid-template-columns: 1.2fr 0.8fr; } }
.hero h1 { font-size: clamp(1.75rem, 1.2rem + 2vw, 2.5rem); margin: 0 0 1rem; }
.hero p.lead { color: var(--muted); max-width: 55ch; margin: 0 0 1.25rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero-card {
  background: var(--surface); border-radius: var(--radius);
  padding: 1.25rem; border: 1px solid var(--color-border);
  box-shadow: var(--shadow);
}
.trust-strip {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem; margin-top: 2rem;
}
.trust-item {
  background: var(--surface); border: 1px solid var(--color-border);
  border-radius: var(--radius); padding: 1rem 1.1rem;
}
.trust-item h3 { margin: 0 0 0.35rem; font-size: 1rem; }
.trust-item p { margin: 0; color: var(--muted); font-size: 0.92rem; }

/* =============================================================
   Filtreler (urunler.php)
   ============================================================= */
.filters {
  display: flex; flex-wrap: wrap; gap: 0.4rem;
  margin-bottom: 1.25rem;
}
.filter-btn {
  min-height: 40px; padding: 0 0.95rem;
  border-radius: 999px; border: 1px solid var(--color-border);
  background: var(--surface); cursor: pointer;
  font-family: inherit; font-weight: 600; color: var(--navy-700);
  transition: border-color 0.15s ease, background 0.15s ease;
}
.filter-btn:hover { border-color: var(--navy-700); }
.filter-btn.is-active {
  border-color: var(--accent); background: var(--accent-soft);
  color: var(--navy-900);
}

/* =============================================================
   Diğer ortak (split, prose, formlar)
   ============================================================= */
.split-section { display: grid; gap: 2rem; }
@media (min-width: 860px) { .split-section { grid-template-columns: 1fr 1fr; } }

.prose { max-width: 70ch; }
.prose h2, .prose h3 { margin-top: 1.5rem; }
.long-list {
  max-height: 320px; overflow: auto; padding: 1rem;
  border: 1px solid var(--color-border); border-radius: var(--radius);
  background: var(--surface);
}

.form-grid { display: grid; gap: 1rem; }
@media (min-width: 640px) { .form-grid--2 { grid-template-columns: 1fr 1fr; } }
label { font-weight: 600; display: block; margin-bottom: 0.35rem; }
input[type="text"], input[type="email"], input[type="url"],
input[type="tel"], textarea {
  width: 100%; padding: 0.7rem 0.8rem;
  border-radius: 10px; border: 1px solid var(--color-border);
  font-family: inherit; font-size: 1rem; background: var(--surface);
}
textarea { min-height: 160px; resize: vertical; }
.field-error { color: var(--danger); font-size: 0.875rem; margin-top: 0.25rem; }
.alert {
  padding: 0.85rem 1rem; border-radius: 10px; margin-bottom: 1rem;
}
.alert--success { background: #ecfdf5; border: 1px solid #6ee7b7; color: #065f46; }
.alert--error { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* =============================================================
   Müşteri logoları
   ============================================================= */
.clients-row {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  align-items: center;
}
.clients-row img {
  filter: grayscale(1); opacity: 0.75;
  transition: filter 0.2s ease, opacity 0.2s ease;
  width: 100%; max-height: 56px; object-fit: contain;
  background: #fff; padding: 0.4rem; border-radius: 8px;
  border: 1px solid var(--color-border);
}
.clients-row img:hover { filter: none; opacity: 1; }

/* Logo şeridi (kayan / marquee) */
.clients-marquee {
  position: relative; overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  padding: 0.5rem 0;
}
.clients-marquee__track {
  display: flex; gap: 2.5rem; align-items: center;
  width: max-content;
  animation: clients-scroll 60s linear infinite;
}
.clients-marquee:hover .clients-marquee__track { animation-play-state: paused; }
.clients-marquee__item {
  flex: none;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  padding: 0.6rem 0.9rem;
  display: flex; align-items: center; justify-content: center;
  width: 160px; height: 80px;
  box-shadow: var(--shadow-xs);
}
.clients-marquee__item img {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
  filter: grayscale(1) contrast(0.95); opacity: 0.78;
  transition: filter 0.25s ease, opacity 0.25s ease;
}
.clients-marquee__item:hover img { filter: none; opacity: 1; }
@keyframes clients-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .clients-marquee__track { animation: none; flex-wrap: wrap; gap: 0.75rem; width: 100%; }
}

/* =============================================================
   Footer
   ============================================================= */
.site-footer {
  position: relative;
  color: #cbd5e1;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding: 0 0 1.5rem;
  background:
    radial-gradient(900px 360px at 85% 0%, rgba(245, 158, 11, 0.10), transparent 60%),
    radial-gradient(700px 320px at 0% 100%, rgba(11, 27, 58, 0.6), transparent 65%),
    var(--navy-950);
  border-top: 4px solid transparent;
  background-image:
    radial-gradient(900px 360px at 85% 0%, rgba(245, 158, 11, 0.10), transparent 60%),
    radial-gradient(700px 320px at 0% 100%, rgba(11, 27, 58, 0.6), transparent 65%),
    linear-gradient(var(--navy-950), var(--navy-950)),
    linear-gradient(90deg, var(--accent), var(--accent-2));
  background-origin: padding-box, padding-box, padding-box, border-box;
  background-clip: padding-box, padding-box, padding-box, border-box;
}
.site-footer::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 0%, transparent 70%);
}
.site-footer > * { position: relative; }

.site-footer a { color: #fff; text-decoration: none; transition: color 0.18s ease; }
.site-footer a:hover { color: var(--accent); }

/* Trust strip — üst rozet bandı */
.footer-trust-strip {
  display: grid; gap: 0.6rem 1.4rem;
  grid-template-columns: repeat(4, 1fr);
  padding: 1.4rem 0 1.6rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}
@media (max-width: 880px) { .footer-trust-strip { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .footer-trust-strip { grid-template-columns: 1fr; } }
.footer-trust__item {
  display: flex; align-items: center; gap: 0.65rem;
  color: #e2e8f0; font-size: 0.92rem;
}
.footer-trust__item svg {
  flex: none;
  width: 32px; height: 32px;
  padding: 6px; border-radius: 10px;
  color: var(--accent);
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.32);
}
.footer-trust__item strong { color: #fff; font-weight: 800; margin-right: 0.15rem; }

/* Ana footer grid */
.footer-grid {
  display: grid; gap: clamp(1.5rem, 2.5vw, 2.25rem);
  grid-template-columns: 1.6fr 1fr 1fr;
}
@media (max-width: 1080px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-heading {
  margin: 0 0 0.95rem; font-size: 0.78rem; color: #fff;
  text-transform: uppercase; letter-spacing: 0.12em; font-weight: 800;
  position: relative; padding-bottom: 0.55rem;
}
.footer-heading::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 28px; height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  border-radius: 2px;
}

.footer-text { margin: 0 0 0.75rem; color: #cbd5e1; line-height: 1.6; }
.footer-text--muted { color: var(--on-dark-muted); font-size: 0.9rem; }
.footer-muted { color: var(--on-dark-muted); font-size: 0.875rem; }

/* Brand sütunu: logo + iletişim hızlı erişim */
.footer-brand { display: flex; flex-direction: column; gap: 0.85rem; }
.footer-logo {
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  padding: 0.65rem 0.9rem;
  border-radius: 12px;
  width: fit-content;
  max-width: 280px;
  box-shadow: 0 12px 28px -16px rgba(245, 158, 11, 0.55), 0 0 0 1px rgba(245, 158, 11, 0.18);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.footer-logo:hover {
  box-shadow: 0 18px 36px -16px rgba(245, 158, 11, 0.7), 0 0 0 1px rgba(245, 158, 11, 0.4);
  transform: translateY(-1px);
}
.footer-logo img {
  display: block; height: auto;
  width: clamp(180px, 22vw, 240px);
  max-height: 44px; object-fit: contain;
}

.footer-contact {
  list-style: none; margin: 0.4rem 0 0; padding: 0;
  display: grid; gap: 0.4rem;
}
.footer-contact li a {
  display: inline-flex; align-items: center; gap: 0.55rem;
  color: #e2e8f0; font-size: 0.94rem; font-weight: 600;
}
.footer-contact li a svg {
  flex: none; width: 28px; height: 28px;
  padding: 6px; border-radius: 8px;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.18s ease, border-color 0.18s ease;
}
.footer-contact li a:hover { color: #fff; }
.footer-contact li a:hover svg {
  background: rgba(245, 158, 11, 0.18);
  border-color: rgba(245, 158, 11, 0.5);
}

.footer-cta { margin-top: 0.4rem; }
.footer-cta .btn { width: fit-content; }

/* Bağlantı listeleri */
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.45rem; }
.footer-links li { margin: 0; }
.footer-links a { color: #cbd5e1; font-size: 0.94rem; }
.footer-links a:hover { color: #fff; }

.footer-link-more {
  display: inline-flex; align-items: center; gap: 0.3rem;
  color: var(--accent) !important; font-weight: 700; font-size: 0.9rem;
  margin-top: 0.4rem;
}

/* Ofisler bloğu */
.footer-offices {
  list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem;
}
.footer-offices li {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.6rem;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  transition: border-color 0.18s ease, background 0.18s ease;
}
.footer-offices li:hover {
  background: rgba(245, 158, 11, 0.06);
  border-color: rgba(245, 158, 11, 0.32);
}
.footer-offices__city {
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: #94a3b8;
}
.footer-offices__phone {
  font-variant-numeric: tabular-nums;
  font-weight: 700; font-size: 0.95rem; color: #fff !important;
}
.footer-offices__phone:hover { color: var(--accent) !important; }

/* Alt bant */
.footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  margin-top: clamp(1.75rem, 3vw, 2.5rem); padding-top: 1.1rem;
  font-size: 0.875rem; color: var(--on-dark-muted);
  display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; justify-content: space-between;
}
.footer-bottom p { margin: 0; }

/* =============================================================
   FAB WhatsApp + Cookie
   ============================================================= */
.fab-wa {
  position: fixed; right: 1rem; bottom: 1rem;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--wa);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow); z-index: 60;
  transition: transform 0.15s ease;
}
.fab-wa:hover { transform: scale(1.05); }

/* =============================================================
   Sayfa kahramanı (iç sayfalar)
   ============================================================= */
.page-hero {
  position: relative; overflow: hidden;
  padding: clamp(2.25rem, 5vw, 3.25rem) 0;
  background:
    radial-gradient(700px 320px at 90% 0%, rgba(245, 158, 11, 0.16), transparent 60%),
    linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 60%, var(--navy-700) 100%);
  color: #f8fafc;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse at center, #000 0%, transparent 65%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 65%);
  pointer-events: none;
}
.page-hero__content { position: relative; max-width: min(65ch, 100%); }
.page-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.25rem 0.7rem;
  border: 1px solid rgba(245, 158, 11, 0.4);
  background: rgba(245, 158, 11, 0.12);
  color: #fcd34d; border-radius: 999px;
  font-size: 0.78rem; font-weight: 600; margin-bottom: 0.85rem;
}
.page-hero h1 {
  margin: 0 0 0.75rem; color: #fff;
  font-size: clamp(1.85rem, 1.3rem + 1.8vw, 2.5rem);
}
.page-hero__lead {
  margin: 0; color: #cbd5e1;
  font-size: clamp(1rem, 0.92rem + 0.35vw, 1.12rem);
  line-height: 1.6; max-width: 60ch;
}
/* Eski sayfalar için alias */
.page-header { padding: clamp(2rem, 4vw, 2.75rem) 0 0.5rem; }
.page-header h1 { margin: 0 0 0.5rem; font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2rem); }
.page-header p { margin: 0; color: var(--muted); }

/* =============================================================
   İki sütunlu sayfa düzeni + yapışkan teklif kartı
   ============================================================= */
.two-col-aside { display: grid; gap: 1.5rem; }
@media (min-width: 960px) {
  .two-col-aside { grid-template-columns: 2fr 1fr; align-items: start; }
}
.aside-card {
  background: var(--surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow-sm);
}
.aside-card__title { margin: 0 0 0.6rem; font-size: 1.15rem; }
.aside-card__list {
  list-style: none; margin: 0 0 1rem; padding: 0;
  display: grid; gap: 0.45rem;
}
.aside-card__list li {
  position: relative; padding-left: 1.4rem; color: var(--muted);
  font-size: 0.94rem;
}
.aside-card__list li::before {
  content: ""; position: absolute; left: 0; top: 0.45rem;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
}
.aside-card .btn { width: 100%; margin-top: 0.4rem; box-sizing: border-box; }
.service-aside { position: sticky; top: 90px; }
@media (max-width: 959px) { .service-aside { position: static; } }

.service-prose a { font-weight: 600; }
.service-prose h2 {
  margin-top: 1.75rem; font-size: 1.3rem;
  position: relative; padding-bottom: 0.3rem;
}
.service-prose h2::after {
  content: ""; display: block; width: 36px; height: 3px;
  background: var(--accent); margin-top: 0.4rem; border-radius: 2px;
}
.service-prose ul { padding-left: 1.1rem; }
.service-prose li { margin: 0.25rem 0; }

/* Sektör mini bant (hizmet sayfaları içi) */
.sector-mini {
  display: grid; gap: 0.75rem; grid-template-columns: 1fr;
  margin: 1.5rem 0;
}
@media (min-width: 700px) { .sector-mini { grid-template-columns: repeat(3, 1fr); } }
.sector-mini__item {
  background: var(--surface-3);
  border: 1px solid var(--color-border); border-radius: 12px;
  padding: 0.8rem 1rem; font-size: 0.95rem;
  display: flex; gap: 0.6rem; align-items: center;
}
.sector-mini__item strong { color: var(--navy-800); }

/* =============================================================
   İletişim ofisleri (iletisim.php)
   ============================================================= */
.offices-grid {
  display: grid; gap: 1.25rem;
  grid-template-columns: 1fr;
  margin-top: 1.5rem;
}
@media (min-width: 760px) { .offices-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) {
  .offices-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 1.5rem; }
}
.offices-grid--single {
  grid-template-columns: 1fr;
  max-width: min(720px, 100%);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 760px) {
  .offices-grid.offices-grid--single { grid-template-columns: 1fr; }
}
@media (min-width: 1040px) {
  .offices-grid.offices-grid--single { grid-template-columns: 1fr; }
}

.office-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.4rem 1.5rem;
  display: flex; flex-direction: column; gap: 0.85rem;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.office-card:hover {
  box-shadow: var(--shadow);
  border-color: #cbd5e1;
  transform: translateY(-3px);
}
.office-card--main {
  background: linear-gradient(180deg, #ffffff, #fffaf0);
  border-color: rgba(245, 158, 11, 0.5);
  box-shadow: 0 14px 36px rgba(245, 158, 11, 0.10), var(--shadow-sm);
}
.office-card--main::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
}
.office-card__head {
  display: flex; align-items: center; gap: 0.85rem;
}
.office-card__pin {
  flex: none;
  width: 44px; height: 44px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--navy-900); color: var(--accent);
}
.office-card__eyebrow {
  margin: 0; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--accent-2);
}
.office-card__title {
  margin: 0.1rem 0 0; font-size: 1.15rem; line-height: 1.2;
  color: var(--navy-900);
}
.office-card__addr {
  margin: 0; color: var(--muted); font-size: 0.92rem; line-height: 1.5;
}

.contact-rows {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 0.4rem;
  border-top: 1px dashed var(--color-border);
  padding-top: 0.85rem;
}
.contact-row {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 0.4rem 0.75rem;
  justify-content: space-between;
}
.contact-row__label {
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--muted-2);
  background: var(--surface-3);
  padding: 0.18rem 0.55rem; border-radius: 6px;
  min-width: 96px; text-align: center;
}
.contact-row__label--sales {
  color: #92400e; background: var(--accent-soft);
  border: 1px solid rgba(245, 158, 11, 0.35);
}
.contact-row__label--service {
  color: #065f46; background: #ecfdf5;
  border: 1px solid rgba(16, 185, 129, 0.35);
}
.contact-row__value {
  font-weight: 700; color: var(--navy-900); text-decoration: none;
  font-variant-numeric: tabular-nums;
  font-size: 0.98rem;
}
.contact-row__value:hover { color: var(--accent-2); }

.office-card__cta {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  margin-top: auto; padding-top: 0.5rem;
}
@media (prefers-reduced-motion: reduce) {
  .office-card:hover { transform: none; }
}

/* =============================================================
   Marka kapsülü (yardımcı)
   ============================================================= */
.chip {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.2rem 0.65rem; border-radius: 999px;
  background: var(--accent-soft); color: var(--accent-2);
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em;
}

/* =============================================================
   Ürün detay (urunler_detay.php) — marka odaklı zenginleştirme
   ============================================================= */
.page-hero__inner { position: relative; max-width: min(72ch, 100%); }
.page-hero__title {
  margin: 0 0 0.75rem; color: #fff;
  font-size: clamp(1.85rem, 1.3rem + 1.8vw, 2.5rem);
  line-height: 1.15;
}
.page-hero__cta {
  display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.1rem;
}

/* Sayfa kahramanı + sağda görsel varyantı */
.page-hero--media .page-hero--media__inner {
  position: relative;
  display: grid; gap: clamp(1.5rem, 3vw, 2.5rem);
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 880px) {
  .page-hero--media .page-hero--media__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
}
.page-hero__media {
  position: relative; margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 60px -28px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(245, 158, 11, 0.18);
  background: var(--navy-900);
  aspect-ratio: 3 / 2;
}
.page-hero__media::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, transparent 35%, rgba(11, 27, 58, 0.55) 100%);
  pointer-events: none;
}
.page-hero__media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transform: scale(1.02);
}
@media (max-width: 879px) {
  .page-hero__media { aspect-ratio: 16 / 9; }
}

.aside-card--sticky { position: sticky; top: 90px; }
@media (max-width: 959px) { .aside-card--sticky { position: static; } }

.brand-detail {
  background: var(--surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.5rem clamp(1rem, 1vw + 0.8rem, 1.75rem);
  box-shadow: var(--shadow-sm);
  margin-top: 1.5rem;
}
.brand-detail__head { margin-bottom: 1rem; }
.brand-detail__head h2 {
  margin: 0 0 0.4rem; font-size: 1.3rem;
  color: var(--navy-900);
  position: relative; padding-bottom: 0.35rem;
}
.brand-detail__head h2::after {
  content: ""; display: block; width: 36px; height: 3px;
  background: var(--accent); border-radius: 2px; margin-top: 0.4rem;
}
.brand-detail__head p {
  margin: 0; color: var(--muted); font-size: 0.95rem; line-height: 1.55;
  max-width: 70ch;
}

.model-chip-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.45rem;
}
.model-chip {
  display: inline-flex; align-items: center;
  padding: 0.4rem 0.75rem;
  background: var(--surface-3);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--navy-900);
  font-size: 0.85rem; font-weight: 600;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
a.model-chip:hover {
  background: var(--accent-soft);
  border-color: rgba(245, 158, 11, 0.5);
  color: #92400e;
  transform: translateY(-1px);
}
.model-chip--code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.8rem; letter-spacing: 0.01em;
  background: var(--navy-900); color: var(--accent);
  border-color: var(--navy-800);
}

.brand-tech-grid {
  display: grid; gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 760px) { .brand-tech-grid { grid-template-columns: 1.4fr 1fr; } }
.brand-tech-card {
  background: var(--surface-3);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 1rem 1.1rem;
}
.brand-tech-card h3 {
  margin: 0 0 0.6rem; font-size: 1rem; color: var(--navy-900);
}
.brand-tech-card__note {
  margin: 0.7rem 0 0; color: var(--muted); font-size: 0.88rem; line-height: 1.5;
}

.usecase-grid {
  display: grid; gap: 1rem; grid-template-columns: 1fr;
}
@media (min-width: 760px) { .usecase-grid { grid-template-columns: repeat(3, 1fr); } }
.usecase-card {
  background: var(--surface-3);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  position: relative; overflow: hidden;
}
.usecase-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}
.usecase-card h3 {
  margin: 0 0 0.4rem; font-size: 1rem; color: var(--navy-900);
}
.usecase-card p {
  margin: 0; color: var(--muted); font-size: 0.92rem; line-height: 1.55;
}

.faq-list { display: grid; gap: 0.5rem; }
.faq-item {
  background: var(--surface-3);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  padding: 0.6rem 0.85rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.faq-item[open] {
  background: var(--surface);
  border-color: rgba(245, 158, 11, 0.45);
}
.faq-item summary {
  cursor: pointer; font-weight: 700; color: var(--navy-900);
  list-style: none; padding-right: 1.5rem; position: relative;
  font-size: 0.98rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 0.1rem; top: -0.05rem;
  font-size: 1.2rem; color: var(--accent-2); font-weight: 700;
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item p {
  margin: 0.6rem 0 0.2rem; color: var(--muted);
  font-size: 0.93rem; line-height: 1.6;
}

.related-grid {
  display: grid; gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) { .related-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 880px) { .related-grid { grid-template-columns: repeat(4, 1fr); } }
.related-card {
  display: flex; flex-direction: column; gap: 0.55rem;
  background: var(--surface);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.related-card:hover {
  box-shadow: var(--shadow);
  border-color: rgba(245, 158, 11, 0.55);
  transform: translateY(-2px);
}
.related-card__media {
  aspect-ratio: 4 / 3; overflow: hidden;
  background: var(--surface-3);
}
.related-card__media img {
  width: 100%; height: 100%; object-fit: contain; display: block;
  padding: 0.4rem;
}
.related-card__body {
  padding: 0 0.8rem 0.8rem;
  display: flex; flex-direction: column; gap: 0.2rem;
}
.related-card__brand {
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--accent-2);
}
.related-card__title {
  font-size: 0.92rem; line-height: 1.35; color: var(--navy-900);
}
