/* Antalya Otomatik Kapı — Tasarım Sistemi v2 */

:root {
  --anthracite: #12151a;
  --anthracite-soft: #1c2129;
  --accent: #10b981;
  --accent-dark: #059669;
  --accent-light: #34d399;
  --cta: #10b981;
  --cta-dark: #059669;
  --surface: #151a22;
  --surface-warm: #12151a;
  --text-primary: #f1f5f9;
  --text-muted: #94a3b8;
  --card-bg: rgba(255,255,255,.04);
  --card-border: rgba(255,255,255,.1);
  --display: 'Fraunces', Georgia, serif;
  --header-h: 96px;
  --header-h-sm: 84px;
  --radius-3xl: 1.5rem;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

/* Site geneli — koyu modern gövde */
body.site-body,
body.bg-white {
  background: var(--anthracite);
  color: var(--text-muted);
}
.site-body .text-anthracite { color: var(--text-primary) !important; }
.site-body .text-slate-600 { color: var(--text-muted) !important; }
.site-body .text-slate-500 { color: #64748b !important; }
.site-body main { background: var(--anthracite); }
.site-body label { color: #cbd5e1; }
.site-body .page-section .grid img { border-radius: 1rem; box-shadow: 0 16px 48px -16px rgba(0,0,0,.45); }

/* İletişim sayfası */
.page-card--contact { padding: 2rem; }
@media (min-width: 640px) { .page-card--contact { padding: 2rem 2.25rem; } }
.contact-panel__title {
  font-family: var(--display);
  font-size: 1.375rem; font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  letter-spacing: -.01em;
}
.contact-label {
  display: block; font-size: .8125rem; font-weight: 600;
  color: #cbd5e1; margin-bottom: .35rem;
  letter-spacing: .02em;
}
.contact-info-list { color: var(--text-muted); }
.contact-info-list a {
  color: var(--text-primary); text-decoration: none;
  transition: color .2s;
}
.contact-info-list a:hover { color: var(--accent-light); }
.contact-info-list i { color: var(--accent-light); }
.map-box--contact {
  height: 280px; box-shadow: 0 12px 40px -12px rgba(0,0,0,.5);
  border-color: var(--card-border);
}
@media (min-width: 1024px) { .map-box--contact { height: 320px; } }

/* Kalan beyaz kutuları koyu yap */
.site-body .bg-white.rounded-3xl,
.site-body .bg-white.rounded-2xl {
  background: var(--card-bg) !important;
  border-color: var(--card-border) !important;
  color: var(--text-muted);
}
.site-body .bg-white.rounded-3xl h2,
.site-body .bg-white.rounded-2xl h2 {
  color: var(--text-primary) !important;
}
.site-body .text-slate-700 { color: #cbd5e1 !important; }

/* Glassmorphism Header */
#site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  height: var(--header-h);
  background: rgba(26,26,26,.55);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: height .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
/* Ana sayfa — açık hero üzerinde minimal header */
#site-header.header-light {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #e8e8e8;
}
#site-header.header-light .nav-link { color: #1a1a1a; }
#site-header.header-light .nav-link:hover { color: var(--accent); }
#site-header.header-light .header-phone { color: #525252; }
#site-header.header-light .header-phone:hover { color: var(--accent); }
#site-header.header-light #menu-open {
  color: #1a1a1a; background: #f5f5f5; border-color: #e5e5e5;
}
#site-header.header-light .mega-panel {
  background: #fff; border-color: #e5e5e5;
  box-shadow: 0 20px 50px -12px rgba(0,0,0,.15);
}
#site-header.header-light .mega-panel a { color: #404040; }
#site-header.header-light .mega-panel a:hover { color: var(--accent); }
#site-header.header-light.scrolled {
  background: rgba(255,255,255,.97);
  box-shadow: 0 4px 24px rgba(0,0,0,.08);
}
/* Ana sayfa — koyu sinematik hero üzerinde şeffaf header */
#site-header.header-hero {
  background: transparent;
  backdrop-filter: none; -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
}
#site-header.header-hero .nav-link { color: rgba(255,255,255,.88); }
#site-header.header-hero .nav-link:hover { color: #fff; }
#site-header.header-hero .header-phone { color: rgba(255,255,255,.75); }
#site-header.header-hero .header-phone:hover { color: #fff; }
#site-header.header-hero #menu-open {
  color: #fff; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.2);
}
#site-header.header-hero.scrolled #menu-open {
  color: #fff; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2);
}
/* Koyu temada logo beyaz (orijinal renkler görünür) */
#site-header:not(.header-light) .logo-img {
  filter: brightness(0) invert(1) drop-shadow(0 2px 12px rgba(0,0,0,.4));
}
#site-header.header-light .logo-img {
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.12));
}
#site-header.header-hero.scrolled {
  background: rgba(18,21,26,.92);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom-color: rgba(255,255,255,.08);
  box-shadow: 0 8px 32px rgba(0,0,0,.35);
}
#site-header.header-hero.scrolled .nav-link { color: rgba(255,255,255,.9); }
#site-header.header-hero.scrolled .mega-panel {
  background: var(--anthracite-soft); border-color: rgba(255,255,255,.1);
}
#site-header.header-hero.scrolled .mega-panel a { color: #cbd5e1; }
#site-header.header-hero .mega-panel {
  background: rgba(28,33,41,.98); border-color: rgba(255,255,255,.1);
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
}
#site-header.header-hero .mega-panel a { color: #94a3b8; }
#site-header.header-hero .mega-panel a:hover { color: var(--accent-light); }
#site-header.header-hero .mega-panel .text-accent { color: var(--accent-light); }
#site-header.scrolled {
  height: var(--header-h-sm);
  background: rgba(26,26,26,.88);
  box-shadow: 0 4px 30px rgba(0,0,0,.25);
}
/* Header iç düzeni — logo | menü (orta) | iletişim */
#site-header > div {
  justify-content: flex-start !important;
  align-items: center !important;
}
#site-header nav[aria-label="Ana menü"] {
  flex: 1 1 auto;
  justify-content: center;
  gap: 0.125rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
}
#site-header .nav-link {
  padding: 0.4rem 0.65rem;
}
#site-header .logo-img {
  display: block;
  height: 76px;
  max-width: min(400px, 58vw);
  width: auto;
  object-fit: contain;
  object-position: left center;
  transition: height .3s var(--ease), filter .3s var(--ease);
}
#site-header.scrolled .logo-img { height: 68px; }
#site-header > div > a[title="Anasayfa"],
#site-header > div > a[href="index.html"]:first-of-type {
  display: flex;
  align-items: center;
  align-self: center;
  line-height: 0;
}
.logo-footer {
  display: block;
  flex-shrink: 0;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1) drop-shadow(0 2px 10px rgba(0,0,0,.35));
  opacity: 1;
  width: auto;
  max-width: min(280px, 100%);
  height: auto;
  max-height: 72px;
  margin: 0;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  max-width: 100%;
}
.footer-brand__text {
  margin: 0;
  padding: 0;
  line-height: 1.55;
  text-align: left;
  width: 100%;
}
#mobile-menu .logo-footer,
#mobile-menu .logo-mobile {
  display: block;
  height: auto;
  max-height: 92px;
  width: auto;
  max-width: min(400px, 94vw);
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 2px 12px rgba(0,0,0,.35));
}
#mobile-menu .mobile-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}
#mobile-menu .mobile-menu__head .logo-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
  min-width: 0;
}

/* Mobil üst bar — logo ortada, menü sağda */
@media (max-width: 1023px) {
  #site-header > div {
    display: grid !important;
    grid-template-columns: 1fr auto;
    grid-template-areas: 'logo menu';
    align-items: center;
    gap: 0.75rem;
    padding-right: 0.25rem;
  }
  #site-header > div > a[title="Anasayfa"],
  #site-header > div > a[href="index.html"]:first-of-type {
    grid-area: logo;
    justify-self: start;
    max-width: calc(100% - 3.5rem);
  }
  #site-header #menu-open {
    grid-area: menu;
    justify-self: end;
    margin-left: auto;
    margin-right: 0;
    flex-shrink: 0;
    border-color: rgba(255,255,255,.22) !important;
    background: rgba(255,255,255,.1) !important;
    color: #fff !important;
  }
  #site-header .logo-img {
    height: 70px;
    max-width: min(340px, calc(100vw - 4rem));
  }
  #site-header.scrolled .logo-img {
    height: 64px;
  }
}

/* Mega Menu */
.mega-wrap { position: relative; }
.mega-panel {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .25s, transform .25s, visibility .25s;
  min-width: 640px;
}
#site-header.header-hero .mega-panel,
#site-header:not(.header-light) .mega-panel {
  background: #1c2129 !important;
  border-color: rgba(255,255,255,.12) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
#site-header.header-hero .mega-panel a,
#site-header:not(.header-light) .mega-panel a {
  color: #cbd5e1 !important;
}
#site-header.header-hero .mega-panel a:hover,
#site-header:not(.header-light) .mega-panel a:hover {
  color: var(--accent-light) !important;
}
.mega-wrap:hover .mega-panel,
.mega-panel:hover {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* Buttons */
.btn-cta {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .875rem 1.75rem; border-radius: 9999px;
  background: var(--cta); color: #fff; font-weight: 600; font-size: .9375rem;
  border: none; cursor: pointer; text-decoration: none;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.btn-cta:hover { background: var(--cta-dark); transform: translateY(-2px); box-shadow: 0 8px 24px -4px rgba(16,185,129,.4); }
.btn-cta:active { transform: scale(.97); }
.btn-cta--glow { box-shadow: 0 8px 28px -6px rgba(16,185,129,.45); }
.btn-glass {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .875rem 1.5rem; border-radius: 9999px;
  background: rgba(255,255,255,.12); color: #fff; font-weight: 600; font-size: .9375rem;
  border: 1px solid rgba(255,255,255,.28); text-decoration: none;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: background .2s, border-color .2s, transform .2s;
}
.btn-glass:hover { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.5); transform: translateY(-2px); }

.btn-outline {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .875rem 1.75rem; border-radius: 9999px;
  background: transparent; color: #fff; font-weight: 600;
  border: 1.5px solid rgba(255,255,255,.35); text-decoration: none;
  transition: background .2s, border-color .2s;
}
.btn-outline:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }

.btn-accent-sm {
  display: inline-flex; align-items: center; gap: .375rem;
  padding: .5rem 1.125rem; border-radius: 9999px;
  background: var(--accent); color: #fff; font-weight: 600; font-size: .8125rem;
  text-decoration: none; transition: background .2s, transform .2s;
}
.btn-accent-sm:hover { background: var(--accent-dark); transform: translateY(-1px); }

.btn-whatsapp {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .875rem 1.75rem; border-radius: 9999px;
  background: #25d366; color: #fff; font-weight: 600; text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}
.btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 8px 24px -4px rgba(37,211,102,.4); }

.hero-slider--full {
  padding-top: 0;
}
.hero-slider--full .hero-slider__track {
  height: 100dvh;
  min-height: 520px;
}

/* Hero — sinematik tam ekran slider */
.hero-cinema {
  position: relative;
  min-height: clamp(520px, 88vh, 760px);
  padding-top: var(--header-h);
  overflow: hidden;
  background: #0a0c10;
}
.hero-cinema__media {
  position: absolute; inset: 0;
}
.hero-cinema__bg {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transition: opacity 1.1s var(--ease-out), visibility 1.1s;
}
.hero-cinema__bg.is-active {
  opacity: 1; visibility: visible; z-index: 1;
}
.hero-cinema__bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 35%;
  display: block;
  transform: scale(1.06);
  transition: transform 8s linear;
}
.hero-cinema__bg.is-active img {
  transform: scale(1);
}
.hero-cinema__veil {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(105deg, rgba(10,12,16,.92) 0%, rgba(10,12,16,.72) 38%, rgba(10,12,16,.25) 62%, rgba(10,12,16,.45) 100%),
    linear-gradient(to top, rgba(10,12,16,.85) 0%, transparent 45%);
}
.hero-cinema__grain {
  position: absolute; inset: 0; z-index: 3; pointer-events: none; opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-cinema__shell {
  position: relative; z-index: 5;
  min-height: calc(clamp(520px, 88vh, 760px) - var(--header-h));
  display: flex; flex-direction: column; justify-content: flex-end;
  padding-bottom: clamp(2rem, 5vh, 3.5rem);
  padding-top: 2rem;
}
.hero-cinema__copies {
  position: relative;
  min-height: 220px;
  max-width: 42rem;
}
@media (min-width: 1024px) { .hero-cinema__copies { min-height: 260px; max-width: 36rem; } }
.hero-cinema__copy {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  opacity: 0; visibility: hidden;
  transform: translateY(20px);
  transition: opacity .65s var(--ease-out), transform .65s var(--ease-out), visibility .65s;
}
.hero-cinema__copy.is-active {
  opacity: 1; visibility: visible; transform: none; z-index: 1;
}
.hero-cinema__tag {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .6875rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: rgba(255,255,255,.65);
  margin-bottom: 1rem;
}
.hero-cinema__tag-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
  animation: hero-pulse 2s ease-in-out infinite;
}
@keyframes hero-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .6; transform: scale(.85); }
}
.hero-cinema__title {
  font-family: var(--display);
  font-size: clamp(2rem, 5.5vw, 3.25rem);
  font-weight: 700; line-height: 1.08; letter-spacing: -.02em;
  color: #fff; margin-bottom: 1rem;
}
.hero-cinema__desc {
  font-size: clamp(.9375rem, 2vw, 1.0625rem);
  line-height: 1.65; color: rgba(255,255,255,.72);
  max-width: 32rem; margin-bottom: 1.75rem;
}
.hero-cinema__actions {
  display: flex; flex-wrap: wrap; gap: .75rem;
}
.hero-cinema__rail {
  display: flex; align-items: center; gap: 1.25rem;
  margin-top: 2rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.12);
  max-width: 28rem;
}
.hero-cinema__counter {
  display: flex; align-items: baseline; gap: .5rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700; color: #fff;
}
.hero-cinema__counter-current { font-size: 1.75rem; line-height: 1; }
.hero-cinema__counter-line {
  width: 2rem; height: 1px; background: rgba(255,255,255,.35);
  align-self: center;
}
.hero-cinema__counter-total { font-size: .875rem; color: rgba(255,255,255,.45); }
.hero-cinema__progress-wrap {
  flex: 1; height: 2px; background: rgba(255,255,255,.15);
  border-radius: 2px; overflow: hidden; min-width: 80px;
}
.hero-cinema__progress {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--accent), var(--cta));
  border-radius: 2px;
  transition: width .1s linear;
}
.hero-cinema__nav { display: flex; gap: .5rem; }
.hero-cinema__arrow {
  width: 2.5rem; height: 2.5rem; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: #fff; cursor: pointer;
  transition: background .2s, transform .2s;
}
.hero-cinema__arrow:hover { background: rgba(255,255,255,.2); transform: scale(1.05); }
@media (max-width: 640px) {
  .hero-cinema__rail { flex-wrap: wrap; }
  .hero-cinema__progress-wrap { order: 3; width: 100%; flex: none; }
}

/* Koyu ikincil CTA (referans) */
.btn-dark {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .875rem 1.75rem; border-radius: 9999px;
  background: var(--anthracite); color: #fff; font-weight: 600; font-size: .9375rem;
  text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s;
}
.btn-dark:hover { background: #000; transform: translateY(-2px); box-shadow: 0 8px 24px -4px rgba(0,0,0,.25); }

/* Neden biz — koyu editoryal bölüm */
.why-us {
  position: relative;
  padding: 5rem 0;
  background: var(--anthracite);
  overflow: hidden;
  color: #e2e8f0;
}
@media (min-width: 1024px) { .why-us { padding: 7rem 0; } }

.why-us__mesh {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 50% 40% at 85% 15%, rgba(5,150,105,.18), transparent 55%),
    radial-gradient(ellipse 35% 45% at 5% 90%, rgba(16,185,129,.08), transparent 50%);
}
.why-us__mesh::after {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, black, transparent 85%);
}

.why-us__grid {
  position: relative; z-index: 1;
  display: grid; gap: 2.5rem; align-items: center;
}
@media (min-width: 1024px) {
  .why-us__grid { grid-template-columns: 1fr 46%; gap: 4.5rem; }
  .why-us__visual { order: 2; }
  .why-us__content { order: 1; }
}

.why-us__visual { position: relative; max-width: 520px; margin: 0 auto; }
@media (min-width: 1024px) { .why-us__visual { margin: 0; max-width: none; } }

.why-us__frame {
  position: relative;
  border-radius: 1.25rem;
  padding: 0;
  background: transparent;
  box-shadow: 0 32px 64px -24px rgba(0,0,0,.55);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
  transition: transform .6s var(--ease-out), box-shadow .6s var(--ease-out);
}
.why-us__visual:hover .why-us__frame {
  transform: translateY(-4px) scale(1.01);
  box-shadow:
    0 36px 70px -18px rgba(16,185,129,.22),
    0 16px 40px -12px rgba(0,0,0,.14);
}
.why-us__frame img {
  display: block; width: 100%; height: auto;
  aspect-ratio: 5 / 6; object-fit: cover;
  border-radius: 0;
}
.why-us__frame-shine {
  position: absolute; inset: 5px; border-radius: var(--radius-3xl);
  background: linear-gradient(125deg, rgba(255,255,255,.35) 0%, transparent 42%, transparent 100%);
  pointer-events: none;
}

.why-us__float {
  position: absolute; z-index: 2;
  display: flex; align-items: center; gap: .5rem;
  padding: .75rem 1rem;
  border-radius: .75rem;
  background: rgba(28,33,41,.92);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 16px 40px -12px rgba(0,0,0,.4);
  font-size: .8125rem; font-weight: 600; color: #f1f5f9;
  animation: why-float 5s ease-in-out infinite;
}
.why-us__float--brand {
  left: -8px; bottom: 14%;
  color: var(--accent);
}
.why-us__float--brand i { color: var(--cta); }
.why-us__float--stat {
  right: -8px; top: 10%;
  flex-direction: column; align-items: flex-start; gap: 0;
  padding: .875rem 1.125rem;
  border-radius: 1.25rem;
  animation-delay: -2.5s;
}
.why-us__float--stat strong {
  font-size: 1.375rem; line-height: 1.1; font-weight: 800; color: #fff;
}
.why-us__float--stat span { font-size: .6875rem; color: #94a3b8; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
@keyframes why-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.why-us__eyebrow {
  display: inline-flex; align-items: center; gap: .75rem;
  font-size: .75rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 1rem;
}
.why-us__eyebrow::before {
  content: ''; width: 2rem; height: 2px; border-radius: 2px;
  background: var(--accent);
}

.why-us__title {
  font-family: var(--display);
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 700; line-height: 1.12; letter-spacing: -.02em;
  color: #fff; margin-bottom: 1rem;
}

.why-us__lead {
  font-size: 1.0625rem; line-height: 1.7; color: #94a3b8;
  max-width: 36rem; margin-bottom: 2rem;
}

.why-us__features {
  display: grid; gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 640px) { .why-us__features { grid-template-columns: 1fr 1fr; gap: 1rem 1.25rem; } }

.why-us__feature {
  display: flex; gap: .875rem; align-items: flex-start;
  padding: 1.125rem 1rem;
  border-radius: .875rem;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  transition: transform .35s var(--ease-out), border-color .35s, background .35s;
}
.why-us__feature:hover {
  transform: translateX(4px);
  background: rgba(255,255,255,.07);
  border-color: rgba(16,185,129,.35);
}
.why-us__feature-icon {
  flex-shrink: 0;
  width: 40px; height: 40px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(16,185,129,.15); color: var(--accent-light);
  border: 1px solid rgba(16,185,129,.25);
  transition: transform .35s var(--ease-out), background .35s, color .35s;
}
.why-us__feature:hover .why-us__feature-icon {
  transform: scale(1.05);
  background: var(--accent); color: #fff; border-color: transparent;
}
.why-us__feature h3 {
  font-size: .9375rem; font-weight: 700; color: var(--text-primary);
  margin-bottom: .35rem; line-height: 1.3;
}
.why-us__feature p {
  font-size: .8125rem; line-height: 1.55; color: var(--text-muted); margin: 0;
}

.why-us__actions {
  display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem;
}
.why-us .btn-dark {
  background: #fff; color: var(--anthracite);
}
.why-us .btn-dark:hover { background: #f1f5f9; color: var(--anthracite); }
.why-us__link {
  font-size: .9375rem; font-weight: 600; color: #6ee7b7;
  text-decoration: none; position: relative;
  transition: color .2s;
}
.why-us__link::after {
  content: ''; position: absolute; left: 0; bottom: -2px;
  width: 100%; height: 2px; border-radius: 2px;
  background: currentColor; transform: scaleX(0); transform-origin: left;
  transition: transform .3s var(--ease-out);
}
.why-us__link:hover { color: #6ee7b7; }
.why-us__link:hover::after { transform: scaleX(1); }

.reveal.reveal-left { transform: translate(-32px, 28px); }
.reveal.reveal-left.visible { transform: none; }
.reveal.reveal-right { transform: translate(32px, 28px); }
.reveal.reveal-right.visible { transform: none; }

/* Eski koyu hero (iç sayfalar) */
.hero-bg {
  background: var(--anthracite);
  min-height: 100vh; min-height: 100dvh;
  position: relative; overflow: hidden;
}
.hero-bg::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 75% 35%, rgba(16,185,129,.12), transparent 60%),
    radial-gradient(ellipse 40% 40% at 15% 85%, rgba(16,185,129,.06), transparent 50%);
  pointer-events: none;
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 75% 75% at 50% 50%, black 15%, transparent 75%);
}

/* Bölüm başlığı */
.section-head { text-align: left; max-width: 36rem; margin-bottom: 3rem; }
.section-head--center { text-align: center; max-width: 40rem; margin-left: auto; margin-right: auto; }
.section-head__label {
  display: inline-block; font-size: .6875rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--accent);
  margin-bottom: .75rem;
}
.section-head__title {
  font-family: var(--display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700; line-height: 1.15; letter-spacing: -.02em;
  color: var(--text-primary);
}
.section-head__desc { margin-top: .75rem; color: var(--text-muted); line-height: 1.65; }
.page-section .section-head__label { color: var(--accent-light); }
.page-section .section-head__title { color: var(--text-primary); }
.page-section .section-head__desc { color: var(--text-muted); }
.section-head--light .section-head__label { color: var(--accent-light); }
.section-head--light .section-head__title { color: #fff; }
.section-head--light .section-head__desc { color: #94a3b8; }

/* Ana sayfa — sinematik bölüm bantları */
.home-band {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
@media (min-width: 1024px) { .home-band { padding: 6.5rem 0; } }
.home-band::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .6;
}
.home-band--services {
  background: linear-gradient(180deg, #0f1218 0%, var(--anthracite) 50%, #151a22 100%);
}
.home-band--services::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(16,185,129,.35), transparent);
}
.home-band--trust {
  background: var(--anthracite-soft);
  border-top: 1px solid rgba(255,255,255,.06);
}
.home-band--compare {
  background: linear-gradient(180deg, #151a22 0%, var(--anthracite) 100%);
}
.home-band > .max-w-7xl { position: relative; z-index: 1; }

/* Hizmet kartları — ana sayfa */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .875rem;
}
@media (min-width: 640px) { .services-grid { gap: 1rem; } }
@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.service-card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #161b22;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 8px 32px -12px rgba(0,0,0,.45);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
  isolation: isolate;
}
.service-card:hover {
  transform: translateY(-4px);
  background: #1a222d;
  border-color: rgba(16,185,129,.4);
  box-shadow: 0 20px 48px -16px rgba(0,0,0,.55), 0 0 0 1px rgba(16,185,129,.15);
}
.service-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #1a1f28;
}
.service-card__media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(15,18,24,.5) 100%);
  pointer-events: none;
}
.service-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .55s cubic-bezier(.22,1,.36,1);
}
.service-card__media img[src*="hero-dairesel"] {
  object-position: center 58%;
}
.service-card:hover .service-card__media img { transform: scale(1.06); }
.service-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 1.25rem;
  position: relative;
  z-index: 2;
  background: #161b22;
  border-top: 1px solid rgba(255,255,255,.08);
  transition: background .25s ease;
}
.service-card:hover .service-card__body { background: #1a222d; }
@media (min-width: 640px) { .service-card__body { padding: 1.125rem 1.25rem 1.375rem; } }
.service-card__body h3 {
  font-family: var(--display);
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.01em;
  color: #f1f5f9;
  margin: 0 0 .5rem;
  transition: color .2s;
}
@media (min-width: 640px) { .service-card__body h3 { font-size: 1.0625rem; } }
.service-card:hover .service-card__body h3 { color: var(--accent-light); }
.service-card:hover .service-card__body p { color: #cbd5e1; }
.service-card__body p {
  margin: 0;
  font-size: .75rem;
  line-height: 1.55;
  color: #94a3b8;
  transition: color .25s ease;
}
@media (min-width: 640px) { .service-card__body p { font-size: .8125rem; } }
.home-band--services .section-head { margin-bottom: 2.5rem; }
@media (min-width: 1024px) { .home-band--services .section-head { margin-bottom: 3rem; } }

/* Güven — koyu şerit */
.home-band--trust .trust-strip {
  background: rgba(0,0,0,.2);
  border-color: rgba(255,255,255,.08);
}
.home-band--trust .trust-card {
  background: rgba(255,255,255,.03);
  color: #e2e8f0;
}
.home-band--trust .trust-card:hover { background: rgba(255,255,255,.06); }
.home-band--trust .trust-card h3 { color: #f1f5f9; }
.home-band--trust .trust-card p { color: #94a3b8; }
.home-band--trust .trust-card__link { color: var(--accent-light); }

/* Karşılaştırma tablosu — koyu */
.home-band--compare .tech-table {
  border-color: rgba(255,255,255,.1);
  background: rgba(255,255,255,.03);
}
.home-band--compare .tech-table thead th {
  background: rgba(16,185,129,.2);
  color: #fff;
}
.home-band--compare .tech-table tbody td {
  color: #cbd5e1;
  border-bottom-color: rgba(255,255,255,.06);
}
.home-band--compare .tech-table tbody td:first-child { color: #f1f5f9; }
.home-band--compare .tech-table tbody tr:hover { background: rgba(255,255,255,.04); }
.home-band--compare .tech-table a { color: var(--accent-light); }

/* Karşılaştırma — mobil uyum */
@media (max-width: 767px) {
  .home-band--compare {
    padding: 3.25rem 0;
    overflow-x: clip;
  }
  .home-band--compare .section-head {
    margin-bottom: 1.5rem !important;
    max-width: 100%;
  }
  .home-band--compare .section-head__title {
    font-size: clamp(1.25rem, 5.5vw, 1.65rem);
    line-height: 1.25;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .home-band--compare .section-head__desc {
    font-size: 0.9375rem;
  }
  .home-band--compare .compare-table-wrap {
    overflow-x: visible;
    margin-left: 0;
    margin-right: 0;
    border-radius: 1rem;
  }
  .home-band--compare .tech-table {
    min-width: 0 !important;
    width: 100%;
  }
  .home-band--compare .tech-table tbody tr {
    display: block;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255,255,255,.03);
  }
  .home-band--compare .tech-table tbody td {
    display: grid;
    grid-template-columns: minmax(0, 36%) minmax(0, 1fr);
    gap: 0.35rem 0.75rem;
    align-items: start;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,.06);
    color: #cbd5e1;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .home-band--compare .tech-table tbody td:last-child {
    border-bottom: none;
  }
  .home-band--compare .tech-table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--accent-light);
    margin-right: 0;
  }
  .home-band--compare .tech-table tbody td:first-child {
    width: auto;
    color: #f1f5f9;
    font-size: 0.875rem;
    grid-column: 1 / -1;
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding-bottom: 0.5rem;
    margin-bottom: 0.15rem;
  }
  .home-band--compare .tech-table tbody td:first-child::before {
    display: none;
  }
}

/* İç sayfa — eski mavi başlıklar */
.prose-hero-title {
  font-family: var(--display);
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-weight: 700;
  text-align: center;
  color: var(--text-primary);
  margin: 0 0 1.5rem;
  letter-spacing: -.01em;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(16,185,129,.45);
}
.prose-hero-title::after {
  content: none;
}
.prose span[style*="3498db"],
.prose [style*="color:#3498db"] { color: var(--accent-light) !important; }

/* Galeri kategori başlıkları */
.gallery-section__title {
  font-family: var(--display);
  font-size: clamp(1.375rem, 3vw, 1.625rem);
  font-weight: 700;
  color: var(--text-primary);
  margin: 3rem 0 1.25rem;
  padding-left: 1rem;
  border-left: 3px solid var(--accent);
  letter-spacing: -.01em;
}
.gallery-section__title:first-child { margin-top: 0; }
.page-gallery .gallery-content a {
  border-radius: .875rem;
  border-color: var(--card-border);
  background: var(--card-bg);
  overflow: hidden;
  transition: transform .35s var(--ease-out), box-shadow .35s, border-color .35s;
}
.page-gallery .gallery-content a:hover {
  border-color: rgba(16,185,129,.4);
  box-shadow: 0 16px 40px -16px rgba(16,185,129,.25);
}

/* Bento Grid */
.bento { display: grid; grid-template-columns: repeat(12,1fr); gap: 1rem; }
.bento-item {
  background: #fff; border: 1px solid #e8ecf1; border-radius: 1rem;
  padding: 1.5rem 1.5rem 1.5rem 1.25rem; position: relative; overflow: hidden;
  transition: transform .35s var(--ease-out), box-shadow .35s, border-color .35s;
  counter-increment: bento;
}
.bento { counter-reset: bento; }
.bento-item::before {
  content: counter(bento, decimal-leading-zero);
  position: absolute; top: 1rem; right: 1rem;
  font-size: 2.5rem; font-weight: 800; line-height: 1;
  color: rgba(5,150,105,.08); font-variant-numeric: tabular-nums;
  pointer-events: none;
}
.bento-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px -16px rgba(5,150,105,.15);
  border-color: rgba(5,150,105,.25);
}
.bento-item.dark {
  background: var(--anthracite); color: #e2e8f0;
  border-color: rgba(255,255,255,.08);
}
.bento-item.dark::before { color: rgba(255,255,255,.06); }
.bento-item.dark:hover { border-color: rgba(5,150,105,.4); }
.bento-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(5,150,105,.1); color: var(--accent);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1rem;
}
.bento-item.dark .bento-icon { background: rgba(5,150,105,.2); color: #6ee7b7; }
.col-4 { grid-column: span 4; }
.col-6 { grid-column: span 6; }
.col-8 { grid-column: span 8; }
.col-12 { grid-column: span 12; }
@media (max-width:1024px) { .col-4,.col-6,.col-8 { grid-column: span 6; } }
@media (max-width:640px)  { .col-4,.col-6,.col-8,.col-12 { grid-column: span 12; } }

/* Reveal on scroll */
/* Galeri — sayfa açılışında görünür, hover efektleri korunur */
.page-gallery .gallery-content {
  animation: gallery-in .55s var(--ease-out) both;
}
@keyframes gallery-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

/* Galeri lightbox */
.gallery-lightbox {
  position: fixed; inset: 0; z-index: 1200;
  display: flex; align-items: center; justify-content: center;
  padding: 1rem 3.5rem;
  background: rgba(10, 10, 12, .88);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  opacity: 0; visibility: hidden;
  transition: opacity .35s var(--ease), visibility .35s;
}
.gallery-lightbox.is-open {
  opacity: 1; visibility: visible;
}
.gallery-lightbox__stage {
  position: relative; max-width: min(1100px, 100%);
  max-height: min(88vh, 900px);
  display: flex; align-items: center; justify-content: center;
}
.gallery-lightbox__img {
  display: block; max-width: 100%; max-height: min(88vh, 900px);
  width: auto; height: auto; object-fit: contain;
  border-radius: .75rem;
  box-shadow: 0 24px 80px rgba(0,0,0,.45);
  opacity: 0; transform: scale(.96);
  transition: opacity .35s var(--ease-out), transform .35s var(--ease-out);
}
.gallery-lightbox.is-open .gallery-lightbox__img.is-visible {
  opacity: 1; transform: scale(1);
}
.gallery-lightbox__close,
.gallery-lightbox__nav {
  position: absolute; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.1);
  color: #fff; cursor: pointer;
  transition: background .2s, transform .2s, border-color .2s;
}
.gallery-lightbox__close:hover,
.gallery-lightbox__nav:hover {
  background: rgba(255,255,255,.2);
  border-color: rgba(255,255,255,.35);
  transform: scale(1.05);
}
.gallery-lightbox__close {
  top: 1rem; right: 1rem;
  width: 44px; height: 44px; border-radius: 9999px;
}
.gallery-lightbox__nav {
  top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px; border-radius: 9999px;
}
.gallery-lightbox__nav:hover { transform: translateY(-50%) scale(1.05); }
.gallery-lightbox__nav--prev { left: 1rem; }
.gallery-lightbox__nav--next { right: 1rem; }
.gallery-lightbox__meta {
  position: absolute; bottom: 1.25rem; left: 50%; transform: translateX(-50%);
  padding: .5rem 1rem; border-radius: 9999px;
  background: rgba(0,0,0,.45); color: #e2e8f0;
  font-size: .8125rem; font-weight: 600; letter-spacing: .04em;
  border: 1px solid rgba(255,255,255,.1);
  white-space: nowrap;
}
.gallery-lightbox__caption {
  position: absolute; bottom: 3.25rem; left: 50%; transform: translateX(-50%);
  max-width: min(90vw, 640px); text-align: center;
  color: #f8fafc; font-size: .875rem; line-height: 1.4;
  text-shadow: 0 1px 8px rgba(0,0,0,.6);
}
@media (max-width: 640px) {
  .gallery-lightbox { padding: 1rem 2.75rem; }
  .gallery-lightbox__nav { width: 40px; height: 40px; }
  .gallery-lightbox__nav--prev { left: .5rem; }
  .gallery-lightbox__nav--next { right: .5rem; }
}

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.reveal.visible { opacity: 1; transform: none; }
.d1 { transition-delay: .1s; } .d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; } .d4 { transition-delay: .4s; }

/* Tech Table */
.tech-table {
  width: 100%; border-collapse: separate; border-spacing: 0;
  border-radius: 1rem; overflow: hidden;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
}
.tech-table thead th {
  background: rgba(16,185,129,.2); color: #fff;
  padding: 1rem 1.25rem; text-align: left; font-size: .875rem; font-weight: 600;
}
.tech-table tbody td {
  padding: .875rem 1.25rem; font-size: .9rem;
  color: var(--text-muted); border-bottom: 1px solid rgba(255,255,255,.06);
}
.tech-table tbody td:first-child { font-weight: 600; color: var(--text-primary); width: 38%; }
.tech-table tbody tr:hover { background: rgba(255,255,255,.04); }
.tech-table a { color: var(--accent-light); }
@media (max-width:768px) {
  .tech-table { min-width: 0 !important; width: 100%; }
  .tech-table thead { display: none; }
  .tech-table tbody tr {
    display: block;
    margin-bottom: .75rem;
    border: 1px solid var(--card-border);
    border-radius: 12px;
    overflow: hidden;
    background: var(--card-bg);
  }
  .tech-table tbody td {
    display: grid;
    grid-template-columns: minmax(0, 38%) minmax(0, 1fr);
    gap: 0.35rem 0.75rem;
    align-items: start;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,.06);
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .tech-table tbody td:last-child { border-bottom: none; }
  .tech-table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    font-size: 0.6875rem;
    color: var(--accent-light);
    margin-right: 0;
  }
  .tech-table tbody td:first-child {
    grid-column: 1 / -1;
    width: auto;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding-bottom: 0.5rem;
  }
  .tech-table tbody td:first-child::before { display: none; }
}

/* Trust cards */
.trust-strip {
  display: grid; gap: 1px;
  background: #e2e8f0;
  border-radius: 1rem; overflow: hidden;
  border: 1px solid #e2e8f0;
}
@media (min-width: 768px) { .trust-strip { grid-template-columns: repeat(3, 1fr); } }
.trust-card {
  background: var(--card-bg); padding: 2rem 1.75rem; text-align: left;
  transition: background .3s, border-color .3s;
  display: flex; flex-direction: column; gap: .75rem;
  border: 1px solid var(--card-border);
}
.trust-card:hover { background: rgba(255,255,255,.07); border-color: rgba(16,185,129,.25); }
.trust-card__icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: .25rem;
}
.trust-card__icon--accent { background: rgba(16,185,129,.15); color: var(--accent-light); }
.trust-card__icon--cta { background: rgba(16,185,129,.12); color: var(--accent-light); }
.trust-card h3 { font-size: 1.0625rem; font-weight: 700; color: var(--text-primary); }
.trust-card p { font-size: .875rem; color: var(--text-muted); line-height: 1.55; flex: 1; }
.trust-card__link { font-size: .8125rem; font-weight: 700; color: var(--accent-light); margin-top: auto; }
.trust-card:hover .trust-card__link { color: #6ee7b7; }
.page-section .trust-strip { background: rgba(0,0,0,.2); border-color: var(--card-border); }
.page-section .trust-card { background: var(--card-bg); }
.page-section blockquote.trust-card p { color: var(--text-muted); }
.page-section blockquote.trust-card footer { color: var(--text-primary); }

/* Floating action buttons */
.floating-actions {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1.25rem, env(safe-area-inset-bottom));
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .75rem;
}
.fab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 9999px;
  color: #fff;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,.22);
  box-shadow: 0 10px 28px -8px rgba(0,0,0,.35), 0 2px 6px rgba(0,0,0,.12);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.fab:hover {
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 16px 36px -10px rgba(0,0,0,.4);
}
.fab:active { transform: scale(.96); }
.fab--wa {
  background: linear-gradient(145deg, #2ee676 0%, #128c7e 100%);
}
.fab--call {
  background: linear-gradient(145deg, #1e293b 0%, var(--anthracite) 100%);
  border-color: rgba(255,255,255,.15);
}
.fab__icon { width: 1.375rem; height: 1.375rem; flex-shrink: 0; }
.fab__tip {
  position: absolute;
  right: calc(100% + .625rem);
  padding: .4rem .75rem;
  border-radius: .5rem;
  background: rgba(26,26,26,.92);
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(6px);
  transition: opacity .2s, transform .2s, visibility .2s;
  pointer-events: none;
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
}
.fab:hover .fab__tip,
.fab:focus-visible .fab__tip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media (min-width: 768px) {
  .fab { width: 3.5rem; height: 3.5rem; }
  .fab__icon { width: 1.5rem; height: 1.5rem; }
}

/* Fullscreen mobile menu */
#mobile-menu {
  position: fixed; inset: 0; z-index: 1100; background: var(--anthracite);
  transform: translateX(100%); transition: transform .35s var(--ease); overflow-y: auto;
  padding: 1.5rem; padding-top: calc(1.5rem + env(safe-area-inset-top));
}
#mobile-menu.open { transform: none; }
.acc-panel { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.acc-panel.open { max-height: 600px; }
.acc-panel--products.open { max-height: 900px; }
.acc-subpanel { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.acc-subpanel.open { max-height: 280px; }
[data-acc].is-open .acc-chevron,
[data-acc-sub].is-open .acc-chevron { transform: rotate(180deg); }
.acc-chevron { transition: transform .3s var(--ease); }

/* Page hero (iç sayfalar) — sinematik, ana sayfa ile uyumlu */
.page-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(300px, 46vh, 420px);
  padding-top: var(--header-h);
  background: #0a0c10;
}
.page-hero__visual {
  position: absolute; inset: 0; z-index: 0;
}
.page-hero__visual img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 35%;
  display: block; transform: scale(1.04);
}
.page-hero__visual img[src*="hero-dairesel"] {
  object-position: center 45%;
  transform: scale(1);
}
.page-hero__fade {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(105deg, rgba(10,12,16,.9) 0%, rgba(10,12,16,.65) 42%, rgba(10,12,16,.35) 70%, rgba(10,12,16,.5) 100%),
    linear-gradient(to top, rgba(10,12,16,.8) 0%, transparent 50%);
}
.page-hero__content {
  position: relative; z-index: 5;
  display: flex; flex-direction: column; justify-content: center;
  min-height: calc(clamp(300px, 46vh, 420px) - var(--header-h));
  padding: 1.5rem 1.25rem 2.5rem;
  max-width: 40rem;
}
@media (min-width: 1024px) {
  .page-hero__content { padding: 2rem 2rem 3rem 4rem; max-width: 44rem; }
}
.page-hero__tag {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .6875rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(255,255,255,.55);
  margin-bottom: .75rem;
}
.page-hero__tag::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent); box-shadow: 0 0 10px var(--accent);
}
.page-hero h1 {
  font-family: var(--display) !important;
  font-size: clamp(1.75rem, 4.5vw, 2.75rem) !important;
  font-weight: 700 !important; line-height: 1.1 !important;
  letter-spacing: -.02em; color: #fff !important;
  margin-bottom: .75rem;
}
.page-hero p {
  color: rgba(255,255,255,.72) !important;
  font-size: 1rem; line-height: 1.6; max-width: 32rem;
}
.page-hero nav {
  display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .5rem;
  font-size: .8125rem; color: rgba(255,255,255,.45); margin-bottom: 1rem;
}
.page-hero nav a { color: rgba(255,255,255,.55); text-decoration: none; transition: color .2s; }
.page-hero nav a:hover { color: var(--accent-light); }
.page-hero nav span:last-child { color: rgba(255,255,255,.85); font-weight: 600; }
.page-hero .mt-6.flex { margin-top: 1.5rem !important; gap: .75rem !important; }
.page-hero .btn-whatsapp {
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.page-hero .btn-whatsapp:hover {
  background: rgba(37,211,102,.25); border-color: rgba(37,211,102,.5);
  box-shadow: 0 8px 24px -6px rgba(37,211,102,.35);
}

/* İç sayfa gövdesi */
.page-section {
  background: var(--surface);
  position: relative;
}
.page-section::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 48px 48px;
}
.page-section > * { position: relative; z-index: 1; }
.page-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 8px 32px -12px rgba(0,0,0,.35);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
@media (min-width: 640px) { .page-card { padding: 2rem 2.5rem; } }
.page-card--sidebar {
  padding: 1.25rem; position: sticky; top: calc(var(--header-h) + 1rem);
}
.page-card--sidebar h2 {
  font-size: .6875rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--accent) !important; margin-bottom: 1rem;
}
.page-card--sidebar h2.text-sm { font-size: .6875rem !important; color: var(--accent) !important; }
.page-cta-band {
  background: linear-gradient(135deg, var(--anthracite) 0%, #1a2332 100%);
  position: relative; overflow: hidden;
}
.page-cta-band::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 50% 80% at 100% 50%, rgba(16,185,129,.12), transparent 55%);
}
.page-cta-band h2 {
  font-family: var(--display); font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700; color: #fff;
}
.page-cta-band p { color: #94a3b8; }

/* Sidebar (iç sayfalar) */
.sidebar-nav a {
  display: flex; align-items: center; justify-content: space-between;
  padding: .65rem .875rem; border-radius: .625rem; font-size: .8125rem; font-weight: 500;
  color: var(--text-muted); text-decoration: none; transition: background .15s, color .15s, transform .15s;
}
.sidebar-nav a:hover { background: rgba(16,185,129,.1); color: var(--accent-light); transform: translateX(2px); }
.sidebar-nav a.active {
  background: rgba(16,185,129,.15); color: var(--accent-light); font-weight: 600;
  border-left: 3px solid var(--accent); padding-left: calc(.875rem - 3px);
}

/* Form */
.form-field {
  width: 100%; padding: .875rem 1rem; border: 1px solid var(--card-border); border-radius: 12px;
  font-size: .9375rem; transition: border-color .2s, box-shadow .2s, background .2s;
  background: rgba(0,0,0,.25); color: var(--text-primary);
}
.form-field::placeholder { color: #64748b; }
.form-field:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(16,185,129,.2); background: rgba(0,0,0,.35); }
.site-body footer .form-field {
  background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.15); color: #fff;
}

/* Prose */
.prose h2 {
  font-family: var(--display); font-size: 1.5rem; font-weight: 700;
  margin: 2.25rem 0 .75rem; color: var(--text-primary); letter-spacing: -.01em;
}
.prose h3 { font-size: 1.0625rem; font-weight: 600; margin: 1.5rem 0 .5rem; color: #e2e8f0; }
.prose p { line-height: 1.75; color: var(--text-muted); margin-bottom: 1rem; }
.prose ul { list-style: disc; padding-left: 1.25rem; color: var(--text-muted); line-height: 1.75; }
.prose strong { color: var(--text-primary); }
.prose img { border-radius: 1rem; width: 100%; height: auto; box-shadow: 0 12px 40px -16px rgba(0,0,0,.4); }
.prose a { color: var(--accent-light); font-weight: 600; }
.prose a:hover { color: #6ee7b7; }

/* Hakkımızda — görsel solda; metin + 4D aynı sütunda bitişik */
.about-intro {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .about-intro {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 3rem;
  }
}
.about-intro__visual {
  display: flex;
  min-height: 0;
}
.about-intro__img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: cover;
  object-position: center 35%;
  border-radius: 1.5rem;
  box-shadow: 0 16px 48px -16px rgba(0, 0, 0, 0.45);
}
.about-intro__text h2:first-child { margin-top: 0; }
.about-intro__text h2:not(:first-child) { margin-top: 1.75rem; margin-bottom: 0.5rem; }
.about-intro__text p { margin-bottom: 0.75rem; }
.about-intro__list {
  margin: 0.5rem 0 0;
  padding-left: 1.15rem;
  line-height: 1.45;
}
.about-intro__list li {
  margin: 0 0 0.35rem;
  padding: 0;
}
.about-intro__list li:last-child { margin-bottom: 0; }
.about-intro__text .about-intro__service {
  margin-top: 1.25rem;
  padding-top: 0;
}
.about-intro__text .about-intro__service h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.about-intro__text .about-intro__service p {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .about-intro__visual { max-height: 22rem; }
  .about-intro__img { max-height: 22rem; }
}

/* Map */
.map-box { border-radius: 1rem; overflow: hidden; border: 1px solid var(--card-border); height: 300px; }
.map-box iframe { width: 100%; height: 100%; border: 0; }

/* Footer — telif & tasarım kredisi */
.footer-copyright {
  margin: 0;
  line-height: 1.6;
  color: #64748b;
}
.footer-copyright__sep {
  margin: 0 .35rem;
  color: #475569;
}
.footer-copyright__credit { color: #94a3b8; }
.site-credit {
  color: var(--accent-light);
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease;
}
.site-credit:hover { color: #6ee7b7; text-decoration: underline; text-underline-offset: 3px; }
@media (min-width: 640px) {
  .footer-copyright { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .15rem .35rem; }
}

/* Stat */
.stat-num {
  font-size: 2.5rem; font-weight: 800; line-height: 1;
  background: linear-gradient(135deg, var(--accent), var(--accent-light));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* Form success animation */
@keyframes pop { 0%,100%{transform:scale(1)} 50%{transform:scale(1.03)} }
.form-sent { animation: pop .4s ease; }
