/* ============================================================
   cila.css - dev-kurumsal premium son katman
   Mevcut tema degiskenlerini kullanir; index/site/soket dosyalarina dokunmaz.
   ============================================================ */

@property --cila-kb-scale {
  syntax: "<number>";
  inherits: false;
  initial-value: 1;
}

:root {
  --cila-ease: cubic-bezier(.16, 1, .3, 1);
  --cila-ease-soft: cubic-bezier(.2, .7, .2, 1);
  --cila-ease-panel: cubic-bezier(.2, .8, .2, 1);
  --cila-bronz-glow: 0 16px 34px -22px rgba(201, 160, 106, .86);
  --cila-lacivert-shadow: 0 28px 76px -42px rgba(3, 9, 17, .78);
}

html {
  scroll-padding-top: calc(var(--header-y) + 18px);
}

body {
  opacity: 0;
  transition: opacity .5s ease;
}

body.sayfa-hazir {
  opacity: 1;
}

@media (scripting: none) {
  body {
    opacity: 1;
  }
}

/* Kicker imzasi: bolumleri ayni ince bronz dilde birbirine baglar. */
.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow::after,
.section-kicker::after {
  content: "";
  flex: 0 0 clamp(34px, 5vw, 54px);
  height: 1px;
  background: linear-gradient(90deg, rgba(176, 141, 87, .92), rgba(201, 160, 106, .18));
  opacity: .78;
  transform: scaleX(0);
  transform-origin: left center;
  transition:
    transform .62s var(--cila-ease),
    opacity .36s var(--cila-ease-soft);
}

[data-reveal].gorunur :is(.eyebrow, .section-kicker)::after,
:is(.eyebrow, .section-kicker)[data-reveal].gorunur::after,
.sayfa-hazir .hero .eyebrow::after {
  transform: scaleX(1);
}

/* Ustte sabit, ince ilerleme cizgisi. */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 320;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: transparent;
}

.scroll-progress__bar {
  width: 0;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(176, 141, 87, .86), var(--aksan-acik));
  box-shadow: 0 0 18px rgba(201, 160, 106, .34);
}

/* Header: scroll sonrasi daha yogun cam etkisi ve ince bronz sinir. */
.site-header {
  transition:
    background .32s var(--cila-ease-soft),
    border-color .32s var(--cila-ease-soft),
    box-shadow .32s var(--cila-ease-soft),
    backdrop-filter .32s var(--cila-ease-soft);
}

.utility-inner,
.header-inner {
  transition: min-height .32s var(--cila-ease-soft);
}

.site-header.is-scrolled {
  background: rgba(12, 22, 32, .88);
  border-bottom-color: rgba(201, 160, 106, .32);
  box-shadow:
    0 20px 50px -34px rgba(0, 0, 0, .9),
    inset 0 -1px 0 rgba(201, 160, 106, .16);
  backdrop-filter: blur(24px) saturate(1.12);
}

.site-header.is-scrolled .utility-inner {
  min-height: 30px;
}

.site-header.is-scrolled .header-inner {
  min-height: 76px;
}

/* Hero: mevcut overlay'i guclendirir, icerigi sirali ve yumusak acacak. */
.hero::before {
  background:
    radial-gradient(80% 76% at 18% 78%, rgba(12, 22, 32, .95) 0%, rgba(12, 22, 32, .68) 42%, rgba(12, 22, 32, .18) 100%),
    linear-gradient(90deg, rgba(12, 22, 32, .96) 0%, rgba(12, 22, 32, .76) 48%, rgba(12, 22, 32, .42) 100%),
    linear-gradient(0deg, rgba(12, 22, 32, .64) 0%, rgba(12, 22, 32, 0) 46%);
}

.hero-video {
  --cila-hero-y: 0px;
  --cila-kb-scale: 1;
  transform: translate3d(0, var(--cila-hero-y), 0) scale(var(--cila-kb-scale));
  transform-origin: center;
  animation: cila-hero-kenburns 22s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes cila-hero-kenburns {
  to {
    --cila-kb-scale: 1.06;
  }
}

.hero .hero-inner[data-reveal] {
  opacity: 1;
  transform: translate3d(0, var(--cila-hero-inner-y, 0px), 0);
  filter: none;
  transition: none;
  will-change: transform;
}

.hero .eyebrow,
.hero #hero-title,
.hero .hero-copy,
.hero .hero-actions {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity .72s var(--cila-ease-soft),
    transform .72s var(--cila-ease-soft);
  will-change: opacity, transform;
}

.sayfa-hazir .hero .eyebrow,
.sayfa-hazir .hero #hero-title,
.sayfa-hazir .hero .hero-copy,
.sayfa-hazir .hero .hero-actions {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.sayfa-hazir .hero #hero-title {
  transition-delay: 90ms;
}

.sayfa-hazir .hero .hero-copy {
  transition-delay: 180ms;
}

.sayfa-hazir .hero .hero-actions {
  transition-delay: 270ms;
}

.hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 3;
  width: 34px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--aksan-acik);
  opacity: 0;
  transform: translate3d(-50%, 8px, 0);
  transition:
    opacity .58s var(--cila-ease-soft),
    transform .58s var(--cila-ease-soft),
    color .22s var(--cila-ease-soft);
}

.hero-scroll-cue::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 160, 106, .42);
  border-radius: 999px;
  background: rgba(12, 22, 32, .22);
  box-shadow: 0 12px 26px -20px rgba(0, 0, 0, .72);
  transition:
    border-color .22s var(--cila-ease-soft),
    background .22s var(--cila-ease-soft);
}

.hero-scroll-cue__line {
  width: 1px;
  height: 25px;
  background: linear-gradient(180deg, rgba(201, 160, 106, .88), rgba(201, 160, 106, .18));
}

.hero-scroll-cue__dot {
  position: absolute;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(201, 160, 106, .12);
  animation: cila-scroll-cue 1.8s var(--cila-ease-soft) infinite;
}

.sayfa-hazir .hero-scroll-cue {
  opacity: .88;
  transform: translate3d(-50%, 0, 0);
}

.hero-scroll-cue:hover,
.hero-scroll-cue:focus-visible {
  color: #f0c785;
}

.hero-scroll-cue:hover::before,
.hero-scroll-cue:focus-visible::before {
  border-color: rgba(201, 160, 106, .74);
  background: rgba(12, 22, 32, .34);
}

@keyframes cila-scroll-cue {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: .92;
  }

  48% {
    transform: translate3d(0, 15px, 0);
    opacity: .42;
  }
}

/* Reveal sisteminin davranisi korunur; yalnizca hareket kalitesi artar. */
[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  filter: blur(6px);
  transition:
    opacity .72s var(--cila-ease),
    transform .72s var(--cila-ease),
    filter .72s var(--cila-ease);
  will-change: opacity, transform, filter;
}

[data-reveal].gorunur {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

/* Navigasyon: soldan buyuyen bronz alt cizgi. */
.nav-link {
  position: relative;
  overflow: hidden;
  transition:
    color .24s var(--cila-ease-soft),
    background .24s var(--cila-ease-soft);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 8px;
  height: 2px;
  background: linear-gradient(90deg, var(--aksan), var(--aksan-acik));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .32s var(--cila-ease);
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-item.is-open > .nav-link::after {
  transform: scaleX(1);
}

/* CTA ve butonlar: lift, bronz glow, ince sheen. */
.header-cta,
.mobile-cta,
.btn {
  --cila-x: 0px;
  --cila-y: 0px;
  --cila-lift: 0px;
  --cila-press: 1;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transform: translate3d(var(--cila-x), calc(var(--cila-y) + var(--cila-lift)), 0) scale(var(--cila-press));
  transition:
    transform .28s var(--cila-ease-soft),
    background .24s var(--cila-ease-soft),
    border-color .24s var(--cila-ease-soft),
    color .24s var(--cila-ease-soft),
    box-shadow .28s var(--cila-ease-soft);
}

.header-cta::after,
.mobile-cta::after,
.btn-primary::after {
  content: "";
  position: absolute;
  inset: -40% -55%;
  z-index: 1;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, .36) 50%, transparent 65%);
  transform: translateX(-120%) skewX(-18deg);
  opacity: 0;
  pointer-events: none;
  transition:
    transform .72s var(--cila-ease),
    opacity .28s var(--cila-ease-soft);
}

.header-cta:hover,
.header-cta:focus-visible,
.mobile-cta:hover,
.mobile-cta:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible {
  --cila-lift: -2px;
  color: #111923;
  background: var(--aksan-acik);
  border-color: var(--aksan-acik);
  box-shadow: var(--cila-bronz-glow), 0 6px 18px -15px rgba(0, 0, 0, .68);
  transform: translate3d(var(--cila-x), calc(var(--cila-y) + var(--cila-lift)), 0) scale(var(--cila-press));
}

.header-cta:hover::after,
.header-cta:focus-visible::after,
.mobile-cta:hover::after,
.mobile-cta:focus-visible::after,
.btn-primary:hover::after,
.btn-primary:focus-visible::after {
  opacity: 1;
  transform: translateX(120%) skewX(-18deg);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  --cila-lift: -2px;
  color: #111923;
  background: var(--aksan-acik);
  border-color: var(--aksan-acik);
  box-shadow: var(--cila-bronz-glow);
  transform: translate3d(var(--cila-x), calc(var(--cila-y) + var(--cila-lift)), 0) scale(var(--cila-press));
}

.header-cta:active,
.mobile-cta:active,
.btn:active {
  --cila-press: .98;
  transform: translate3d(var(--cila-x), calc(var(--cila-y) + var(--cila-lift)), 0) scale(var(--cila-press));
}

.btn-primary .btn-arrow,
.btn-primary [aria-hidden="true"] {
  transition: transform .28s var(--cila-ease-soft);
}

.btn-primary:hover .btn-arrow,
.btn-primary:focus-visible .btn-arrow,
.btn-primary:hover [aria-hidden="true"],
.btn-primary:focus-visible [aria-hidden="true"] {
  transform: translateX(3px);
}

/* Istatistik bandi: bronz ust kural ve sayac bitisinde kibar settle. */
.stats-band {
  position: relative;
  overflow: hidden;
}

.stats-band::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 160, 106, .68), transparent);
  pointer-events: none;
}

.stat-item {
  position: relative;
}

.stat-item::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 160, 106, .38), transparent);
  opacity: .42;
  pointer-events: none;
}

.stat-number {
  display: inline-block;
  transform-origin: left center;
}

.stat-number.cila-sayac-tamam {
  animation: cila-stat-settle .46s var(--cila-ease) both;
}

@keyframes cila-stat-settle {
  0% {
    transform: scale(1);
    text-shadow: none;
  }

  46% {
    transform: scale(1.018);
    text-shadow: 0 0 18px rgba(201, 160, 106, .28);
  }

  100% {
    transform: scale(1);
    text-shadow: none;
  }
}

/* Kartlar: kontrollu lift, golge acilimi, ust bronz cizgi ve gorsel zoom. */
.service-card,
.project-card,
.blog-card {
  --cila-card-lift: 0px;
  --cila-tilt-x: 0deg;
  --cila-tilt-y: 0deg;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transform:
    perspective(900px)
    translate3d(0, var(--cila-card-lift), 0)
    rotateX(var(--cila-tilt-x))
    rotateY(var(--cila-tilt-y));
  transform-style: preserve-3d;
  transition:
    transform .42s var(--cila-ease),
    border-color .36s var(--cila-ease-soft),
    background .36s var(--cila-ease-soft),
    box-shadow .42s var(--cila-ease);
  will-change: transform;
}

.service-card::before,
.project-card::before,
.blog-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 2px;
  background: linear-gradient(90deg, var(--aksan), var(--aksan-acik));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .42s var(--cila-ease);
  pointer-events: none;
}

.service-card:hover,
.project-card:hover,
.blog-card:hover {
  --cila-card-lift: -7px;
  border-color: rgba(201, 160, 106, .52);
  box-shadow: var(--cila-lacivert-shadow);
  transform:
    perspective(900px)
    translate3d(0, var(--cila-card-lift), 0)
    rotateX(var(--cila-tilt-x))
    rotateY(var(--cila-tilt-y));
}

.service-card:hover {
  background: rgba(255, 255, 255, .082);
}

.service-card:hover::before,
.project-card:hover::before,
.blog-card:hover::before {
  transform: scaleX(1);
}

.project-card img,
.blog-card img {
  transition: transform .58s var(--cila-ease);
  will-change: transform;
}

.project-card:hover img,
.blog-card:hover img {
  transform: scale(1.045);
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(180deg, rgba(176, 141, 87, 0) 24%, rgba(176, 141, 87, .22) 100%),
    linear-gradient(0deg, rgba(14, 24, 34, .16), rgba(14, 24, 34, 0) 56%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .38s var(--cila-ease-soft);
}

.project-card div {
  position: relative;
  z-index: 2;
}

.project-card span,
.project-card h3 {
  transition:
    color .26s var(--cila-ease-soft),
    transform .34s var(--cila-ease-soft);
}

.project-card:hover::after {
  opacity: 1;
}

.project-card:hover span,
.project-card:hover h3 {
  transform: translate3d(0, -2px, 0);
}

.project-card:hover h3 {
  color: #111923;
}

.proof-strip figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(176, 141, 87, .2), transparent 44%),
    linear-gradient(0deg, rgba(14, 24, 34, .18), transparent 52%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .36s var(--cila-ease-soft);
}

.proof-strip img {
  transition: transform .58s var(--cila-ease);
  will-change: transform;
}

.proof-strip figcaption {
  z-index: 2;
  transition:
    transform .34s var(--cila-ease-soft),
    color .24s var(--cila-ease-soft);
}

.proof-strip figure:hover::after {
  opacity: 1;
}

.proof-strip figure:hover figcaption {
  color: #fff8ef;
  transform: translate3d(0, -3px, 0);
}

/* Surec kartlari: genis ekranda adimlari tasmasiz baglayan ince hat. */
.process-grid article {
  position: relative;
  transition:
    transform .38s var(--cila-ease),
    border-color .32s var(--cila-ease-soft),
    background .32s var(--cila-ease-soft),
    box-shadow .38s var(--cila-ease);
}

.process-grid article > span {
  position: relative;
  z-index: 2;
  min-width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  padding: 0 11px;
  border: 1px solid rgba(201, 160, 106, .42);
  border-radius: 999px;
  background: rgba(12, 22, 32, .58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .06),
    0 10px 28px -22px rgba(0, 0, 0, .78);
  transition:
    border-color .3s var(--cila-ease-soft),
    background .3s var(--cila-ease-soft),
    box-shadow .3s var(--cila-ease-soft);
}

.process-grid article:hover {
  transform: translate3d(0, -4px, 0);
  border-color: rgba(201, 160, 106, .46);
  background: rgba(255, 255, 255, .074);
  box-shadow: 0 24px 58px -44px rgba(0, 0, 0, .88);
}

.process-grid article:hover > span {
  border-color: rgba(201, 160, 106, .72);
  background: rgba(176, 141, 87, .16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 0 0 5px rgba(201, 160, 106, .08);
}

@media (min-width: 1101px) {
  .process-grid article::after {
    content: "";
    position: absolute;
    left: 64px;
    right: -18px;
    top: 43px;
    z-index: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(201, 160, 106, .58), rgba(201, 160, 106, .08));
    opacity: .76;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .72s var(--cila-ease);
    transition-delay: calc(var(--stagger-delay, 0ms) + 160ms);
    pointer-events: none;
  }

  .process-grid article:last-child::after {
    display: none;
  }

  .process-grid.gorunur article::after {
    transform: scaleX(1);
  }
}

/* Mega panel: mevcut gorunurluk mantigi kalir, acilis daha rafine olur. */
.mega-panel {
  transform: translateY(-6px) scale(.98);
  transform-origin: top right;
  transition:
    opacity .28s var(--cila-ease-panel),
    transform .32s var(--cila-ease-panel),
    visibility .28s var(--cila-ease-panel);
}

.mega-panel--wide {
  transform-origin: top center;
}

.nav-item.is-open > .mega-panel {
  transform: translateY(0) scale(1);
}

/* 3D soket: cekirdege dokunmadan premium kabuk ve dis loading state. */
.showroom-socket {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .06),
    0 22px 70px -48px rgba(0, 0, 0, .82);
}

.urun-3d-soket {
  box-shadow:
    var(--soket-shadow),
    0 0 0 1px rgba(201, 160, 106, .16),
    0 0 42px -26px rgba(201, 160, 106, .88);
}

#vitrin .urun-3d-soket.soket-yukleniyor::before,
.urun-3d-soket.soket-yukleniyor::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 8;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background:
    linear-gradient(110deg, rgba(12, 22, 32, .10) 0%, rgba(201, 160, 106, .18) 38%, rgba(234, 240, 246, .16) 50%, rgba(201, 160, 106, .12) 62%, rgba(12, 22, 32, .10) 100%);
  background-size: 240% 100%;
  color: transparent;
  font: inherit;
  opacity: .4;
  transform: none;
  pointer-events: none;
  animation: cila-soket-shimmer 1.65s var(--cila-ease-soft) infinite;
}

@keyframes cila-soket-shimmer {
  from {
    background-position: 140% 0;
  }

  to {
    background-position: -120% 0;
  }
}

.urun-3d-soket.soket-hazir {
  box-shadow:
    var(--soket-shadow),
    0 0 0 1px rgba(201, 160, 106, .22),
    0 0 46px -28px rgba(201, 160, 106, .78);
}

.urun-3d-soket :is(button, .soket-btn, .soket-view-chip, .soket-swatch) {
  transition:
    transform .22s var(--cila-ease-soft),
    background .22s var(--cila-ease-soft),
    border-color .22s var(--cila-ease-soft),
    box-shadow .22s var(--cila-ease-soft);
}

.urun-3d-soket :is(button, .soket-btn, .soket-view-chip, .soket-swatch):hover,
.urun-3d-soket :is(button, .soket-btn, .soket-view-chip, .soket-swatch):focus-visible {
  border-color: rgba(201, 160, 106, .58);
  box-shadow:
    0 10px 24px -16px rgba(0, 0, 0, .7),
    0 0 0 1px rgba(201, 160, 106, .20);
}

/* Link ve mikro kontrollerde ortak gecis dili. */
.footer-grid a,
.footer-bottom a,
.contact-social a,
.mobile-nav a,
.mega-list a,
.compact-panel a {
  transition:
    color .22s var(--cila-ease-soft),
    background .22s var(--cila-ease-soft),
    border-color .22s var(--cila-ease-soft),
    box-shadow .22s var(--cila-ease-soft);
}

/* Tutarlı klavye odagi. */
:is(a, button, input, textarea, select, [tabindex], .nav-link, .mega-list a, .compact-panel a, .hero-scroll-cue, .soket-btn, .soket-view-chip, .soket-swatch, .soket-hotspot):focus-visible {
  outline: 2px solid var(--aksan-acik);
  outline-offset: 2px;
  border-radius: var(--radius);
}

@media (max-width: 760px) {
  .site-header.is-scrolled .header-inner {
    min-height: 66px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  body,
  body.sayfa-hazir {
    opacity: 1 !important;
    transition: none !important;
  }

  .scroll-progress__bar,
  .eyebrow::after,
  .section-kicker::after,
  .site-header,
  .utility-inner,
  .header-inner,
  .hero-scroll-cue,
  .hero-scroll-cue::before,
  .hero-scroll-cue__line,
  .hero-scroll-cue__dot,
  [data-reveal],
  .hero .hero-inner[data-reveal],
  .hero .eyebrow,
  .hero #hero-title,
  .hero .hero-copy,
  .hero .hero-actions,
  .stats-band::before,
  .stat-item::before,
  .stat-number,
  .nav-link,
  .nav-link::after,
  .header-cta,
  .mobile-cta,
  .btn,
  .header-cta::after,
  .mobile-cta::after,
  .btn-primary::after,
  .service-card,
  .project-card,
  .blog-card,
  .service-card::before,
  .project-card::before,
  .blog-card::before,
  .project-card::after,
  .project-card div,
  .project-card span,
  .project-card h3,
  .project-card img,
  .blog-card img,
  .proof-strip figure::after,
  .proof-strip img,
  .proof-strip figcaption,
  .process-grid article,
  .process-grid article::after,
  .process-grid article > span,
  .mega-panel,
  .footer-grid a,
  .footer-bottom a,
  .contact-social a,
  .mobile-nav a,
  .mega-list a,
  .compact-panel a,
  .urun-3d-soket :is(button, .soket-btn, .soket-view-chip, .soket-swatch) {
    transition: none !important;
  }

  [data-reveal],
  [data-reveal].gorunur,
  .hero .hero-inner[data-reveal],
  .hero .eyebrow,
  .hero #hero-title,
  .hero .hero-copy,
  .hero .hero-actions {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .hero-scroll-cue {
    opacity: .88 !important;
    transform: translate3d(-50%, 0, 0) !important;
  }

  .eyebrow::after,
  .section-kicker::after,
  .process-grid article::after {
    transform: none !important;
  }

  .hero-video {
    --cila-hero-y: 0px;
    --cila-kb-scale: 1;
    animation: none !important;
    transform: none !important;
  }

  .header-cta,
  .mobile-cta,
  .btn,
  .service-card,
  .project-card,
  .blog-card,
  .stat-number,
  .project-card img,
  .blog-card img,
  .project-card span,
  .project-card h3,
  .proof-strip img,
  .proof-strip figcaption,
  .process-grid article,
  .mega-panel {
    transform: none !important;
  }

  .stat-number.cila-sayac-tamam,
  .hero-scroll-cue__dot {
    animation: none !important;
  }

  .header-cta::after,
  .mobile-cta::after,
  .btn-primary::after,
  .project-card::after,
  .proof-strip figure::after,
  #vitrin .urun-3d-soket.soket-yukleniyor::before,
  .urun-3d-soket.soket-yukleniyor::before {
    animation: none !important;
    opacity: 0 !important;
  }
}

/* Premium cila: gorsel perde reveal, CTA oku ve mikro detaylar. */
.about-image[data-reveal] img,
.proof-strip[data-reveal] figure img,
.portfolio-grid[data-reveal] .project-card img,
.blog-grid[data-reveal] .blog-card img {
  clip-path: inset(0 0 100% 0);
  transition: clip-path .85s var(--cila-ease);
  transition-delay: var(--stagger-delay, 0ms);
}

.about-image[data-reveal].gorunur img,
.proof-strip[data-reveal].gorunur figure img,
.portfolio-grid[data-reveal].gorunur .project-card img,
.blog-grid[data-reveal].gorunur .blog-card img {
  clip-path: inset(0);
}

.btn-arrow {
  display: inline-block;
  margin-left: .55em;
  will-change: transform;
  transition: transform .28s var(--cila-ease-soft);
}

.btn-primary:hover .btn-arrow,
.btn-primary:focus-visible .btn-arrow,
.header-cta:hover .btn-arrow,
.header-cta:focus-visible .btn-arrow,
.mobile-cta:hover .btn-arrow,
.mobile-cta:focus-visible .btn-arrow {
  transform: translateX(3px);
}

::selection {
  background: var(--aksan);
  color: #fff;
}

::-moz-selection {
  background: var(--aksan);
  color: #fff;
}

html {
  scrollbar-width: thin;
  scrollbar-color: var(--aksan) transparent;
}

::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--aksan), var(--aksan-acik));
  border-radius: 999px;
  border: 3px solid var(--zemin);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--aksan-acik);
}

#hero-title span {
  background: linear-gradient(100deg, var(--aksan-acik), #f0c785 55%, var(--aksan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  #hero-title span {
    color: var(--aksan-acik);
    -webkit-text-fill-color: currentColor;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-image[data-reveal] img,
  .proof-strip[data-reveal] figure img,
  .portfolio-grid[data-reveal] .project-card img,
  .blog-grid[data-reveal] .blog-card img {
    clip-path: none !important;
    transition: none !important;
  }

  .btn-arrow {
    transition: none !important;
    transform: none !important;
  }
}

@media (scripting: none) {
  .about-image[data-reveal] img,
  .proof-strip[data-reveal] figure img,
  .portfolio-grid[data-reveal] .project-card img,
  .blog-grid[data-reveal] .blog-card img {
    clip-path: none;
  }
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/fraunces-lat.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153;
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/fraunces-latx.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF;
}

@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/fraunces-italic-lat.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153;
}

@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/fraunces-italic-latx.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF;
}

.brand-quote {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 500;
}

#hero-title span {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 600;
}

.cila-top {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 300;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201,160,106,.5);
  border-radius: 999px;
  background: rgba(12,22,32,.72);
  color: var(--aksan-acik);
  font-size: 20px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 34px -20px rgba(0,0,0,.8);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(.92);
  transition: opacity .32s var(--cila-ease-soft), transform .32s var(--cila-ease-soft), background .22s, border-color .22s, color .22s;
}

.cila-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.cila-top:hover,
.cila-top:focus-visible {
  background: var(--aksan-acik);
  color: #111923;
  border-color: var(--aksan-acik);
  transform: translateY(-2px) scale(1);
  box-shadow: 0 18px 40px -20px rgba(201,160,106,.6);
}

.contact-form label span {
  transition: color .22s var(--cila-ease-soft);
}

.contact-form label:focus-within span {
  color: var(--aksan-acik);
}

.contact-form input,
.contact-form textarea {
  transition: border-color .22s var(--cila-ease-soft), box-shadow .22s var(--cila-ease-soft), background .22s var(--cila-ease-soft);
}

@media (prefers-reduced-motion: reduce) {
  .cila-top {
    transition: opacity .2s linear !important;
    transform: none !important;
  }

  .cila-top.is-visible {
    transform: none !important;
  }

  .cila-top:hover,
  .cila-top:focus-visible {
    transform: none !important;
  }

  .contact-form label span,
  .contact-form input,
  .contact-form textarea {
    transition: none !important;
  }
}

.map-wrap {
  border-color: rgba(201, 160, 106, .28);
}

.map-wrap iframe {
  filter: grayscale(.32) contrast(1.03);
  transition: filter .5s var(--cila-ease-soft);
}

.map-wrap:hover iframe,
.map-wrap:focus-within iframe {
  filter: grayscale(0) contrast(1);
}

@media (prefers-reduced-motion: reduce) {
  .map-wrap iframe {
    transition: none !important;
  }
}

.trust-grid article,
.principle-grid article {
  transition: transform .38s var(--cila-ease), border-color .3s var(--cila-ease-soft), box-shadow .38s var(--cila-ease), background .3s var(--cila-ease-soft);
  will-change: transform;
}

.trust-grid article:hover,
.principle-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(176, 141, 87, .5);
  box-shadow: 0 26px 54px -34px rgba(14, 24, 34, .42);
}

.principle-grid article:hover {
  background: #ffffff;
}

.trust-grid article:hover {
  background: #ffffff;
}

.trust-grid article > span {
  transition: background .3s var(--cila-ease-soft), color .3s var(--cila-ease-soft), border-color .3s var(--cila-ease-soft);
}

.trust-grid article:hover > span {
  background: var(--aksan);
  color: #fff;
  border-color: var(--aksan);
}

.material-strip span {
  transition: border-color .24s var(--cila-ease-soft), color .24s var(--cila-ease-soft), background .24s var(--cila-ease-soft), transform .24s var(--cila-ease-soft);
}

.material-strip span:hover {
  border-color: rgba(201, 160, 106, .6);
  color: var(--aksan-acik);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .trust-grid article,
  .principle-grid article,
  .trust-grid article > span,
  .material-strip span {
    transition: none !important;
  }

  .trust-grid article:hover,
  .principle-grid article:hover,
  .material-strip span:hover {
    transform: none !important;
  }
}
