/**
 * One-page scroll sahneleri — Sayfa 1 robot · Sayfa 2 dashboard video
 */

/* ─── Floating dock navigasyon (logo yok) ─── */
.fast-onepage .fast-nav--dock {
  --nav-dock-height: 52px;
  height: auto;
  padding: 0.75rem clamp(0.75rem, 3vw, 1.25rem) 0;
  background: transparent;
  border-bottom: none;
  backdrop-filter: none;
  pointer-events: none;
}

.fast-onepage .fast-nav--dock.fast-nav--solid {
  background: transparent;
  border-bottom: none;
}

.fast-onepage .fast-nav__dock {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 0.3rem 0.45rem;
  border-radius: 999px;
  background: rgba(5, 6, 10, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.16);
  backdrop-filter: blur(20px) saturate(1.25);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.fast-onepage .fast-footer__brand img {
  display: block;
  height: auto;
  width: min(168px, 72vw);
  object-fit: contain;
}

.fast-onepage .fast-nav__dock-links {
  display: none;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  min-width: 0;
  padding: 0 0.15rem;
}

.fast-onepage .fast-nav__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  color: rgba(226, 232, 240, 0.72);
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.fast-onepage .fast-nav__chip:hover {
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(148, 163, 184, 0.12);
}

.fast-onepage .fast-nav__chip.is-active {
  color: #fff;
  background: rgba(37, 99, 235, 0.22);
  border-color: rgba(96, 165, 250, 0.35);
}

.fast-onepage .fast-nav__dock-end {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
  padding-left: 0.15rem;
}

.fast-onepage .fast-nav__dock-end .fast-nav__lang {
  display: none;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(148, 163, 184, 0.85);
}

.fast-onepage .fast-nav__dock-end .fast-nav__lang a {
  color: inherit;
  text-decoration: none;
}

.fast-onepage .fast-nav__dock-end .fast-nav__lang a[aria-current="true"] {
  color: #f8fafc;
}

.fast-onepage .fast-nav__chip--cta {
  padding-inline: 0.95rem;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border-color: rgba(147, 197, 253, 0.35);
  color: #fff;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.35);
}

.fast-onepage .fast-nav__chip--cta:hover {
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
  color: #fff;
  border-color: rgba(191, 219, 254, 0.45);
}

.fast-onepage .fast-nav__toggle {
  display: inline-flex;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 0.1rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #f8fafc;
}

@media (min-width: 900px) {
  .fast-onepage .fast-nav__dock-links {
    display: flex;
  }

  .fast-onepage .fast-nav__toggle {
    display: none;
  }

  .fast-onepage .fast-nav__dock-end .fast-nav__lang {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding-inline: 0.35rem;
  }

  .fast-onepage .fast-nav__dock-end {
    margin-left: 0;
    padding-left: 0.25rem;
    border-left: 1px solid rgba(148, 163, 184, 0.14);
  }
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .fast-onepage .fast-nav__chip {
    padding-inline: 0.55rem;
    font-size: 0.625rem;
  }
}

.fast-onepage {
  --nav-height: 68px;
  background: #05060a;
}

body.is-contact-active .mu-page-bg {
  opacity: 0;
  visibility: hidden;
}

body.is-contact-active .fast-footer {
  display: none;
}

body.fast-onepage {
  scroll-snap-type: y proximity;
  scroll-behavior: smooth;
}

.fast-onepage main {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.op-scene {
  position: relative;
  min-height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  overflow: hidden;
  isolation: isolate;
}

.op-scene--video:not(.is-scene-active):not(.is-video-error) .op-scene__media {
  transform: scale(1.035);
}

.op-scene--video.is-scene-active .op-scene__media,
.op-scene--hero .op-scene__media {
  transform: scale(1);
}

.op-scene__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  transition: transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.op-scene::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 96px;
  pointer-events: none;
  background: linear-gradient(to top, rgba(5, 6, 10, 0.92) 0%, transparent 100%);
  opacity: 0.55;
  transition: opacity 0.55s ease;
}

.op-scene.is-scene-active::after {
  opacity: 0.28;
}

.op-scene__video {
  will-change: transform;
}

/* ─── Hero: tam ekran video + sol-orta metin ─── */
.fast-onepage #hero.op-scene--hero {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 100svh;
  height: 100svh;
  max-height: 100svh;
  margin: 0;
  padding: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.op-scene--hero {
  display: block;
  align-items: stretch;
  background: #041525;
}

.op-scene--hero .op-scene__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.op-scene--hero .op-scene__video {
  object-fit: cover;
  object-position: center center;
}

.op-scene--hero .op-scene__fallback {
  background: linear-gradient(155deg, #041525 0%, #0c4a6e 50%, #051018 100%);
}

.op-scene--hero .op-scene__scrim--hero {
  background: linear-gradient(
    102deg,
    rgba(5, 6, 10, 0.94) 0%,
    rgba(5, 6, 10, 0.82) 32%,
    rgba(5, 6, 10, 0.48) 58%,
    rgba(5, 6, 10, 0.16) 100%
  );
}

.op-scene__hero-stage {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 5.5vw, 4rem);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: calc(var(--nav-height, 72px) + 2rem) clamp(0.75rem, 3.5vw, 2.75rem) 5rem clamp(2rem, 6vw, 5rem);
  pointer-events: none;
}

.op-scene__hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  justify-self: end;
  max-width: 36rem;
  margin-right: clamp(0.25rem, 1vw, 0.75rem);
  transform: translateX(clamp(1rem, 3.5vw, 3rem));
  pointer-events: none;
}

.op-scene__hero-copy a {
  pointer-events: auto;
}

.op-scene__hero-stage .scene-hero__title--hero {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.2vw, 3.5rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.op-scene__hero-stage .scene-hero__lead {
  max-width: 38ch;
  font-size: 1.125rem;
  line-height: 1.65;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}

.op-scene__hero-brand {
  justify-self: start;
  align-self: center;
  margin-left: clamp(0.75rem, 2.5vw, 2.25rem);
  line-height: 0;
  pointer-events: auto;
  background: none;
  border: none;
  padding: 0;
  filter: drop-shadow(0 12px 36px rgba(0, 0, 0, 0.42));
  transition: transform 180ms ease, filter 180ms ease;
}

.op-scene__hero-brand:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 16px 42px rgba(0, 0, 0, 0.5));
}

.op-scene__hero-brand img {
  display: block;
  width: min(420px, 40vw);
  height: auto;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 768px) {
  .fast-onepage #hero.op-scene--hero {
    height: 100svh;
    min-height: 100svh;
  }

  .op-scene--hero .op-scene__scrim--hero {
    background: linear-gradient(
      to bottom,
      rgba(5, 6, 10, 0.9) 0%,
      rgba(5, 6, 10, 0.74) 45%,
      rgba(5, 6, 10, 0.58) 100%
    );
  }

  .op-scene__hero-stage {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    align-content: center;
    justify-items: center;
    text-align: center;
    padding-left: clamp(1rem, 4vw, 1.25rem);
    padding-right: clamp(1rem, 4vw, 1.25rem);
    padding-bottom: 5.5rem;
  }

  .op-scene__hero-brand {
    justify-self: center;
    align-self: center;
    margin-left: 0;
    transform: translateX(0.35rem);
  }

  .op-scene__hero-brand:hover {
    transform: translateX(0.35rem) translateY(-2px);
  }

  .op-scene__hero-copy {
    align-items: center;
    justify-self: center;
    max-width: none;
    margin-right: 0;
    transform: none;
  }

  .op-scene__hero-brand img {
    width: min(240px, 68vw);
  }
}

/* ─── Sayfa 2: PDKS dashboard video ─── */
.op-scene--pdks {
  display: flex;
  align-items: center;
  background: #041525;
}

.op-scene--pdks .op-scene__fallback {
  background: linear-gradient(155deg, #041525 0%, #0c4a6e 50%, #051018 100%);
}

/* ─── Sahne 3: erişim kontrolü video ─── */
.op-scene--erisim {
  display: flex;
  align-items: center;
  background: #0a1628;
}

.op-scene--erisim .op-scene__fallback {
  background: linear-gradient(150deg, #0a1628 0%, #1e3a5f 45%, #051018 100%);
}

.op-scene--erisim .op-scene__scrim {
  background: linear-gradient(
    102deg,
    rgba(5, 6, 10, 0.86) 0%,
    rgba(5, 6, 10, 0.52) 34%,
    rgba(5, 6, 10, 0.22) 58%,
    rgba(5, 6, 10, 0.08) 100%
  );
}

/* ─── Sahne 5: entegrasyonlar video ─── */
.op-scene--entegrasyon {
  display: flex;
  align-items: center;
  background: #041318;
}

.op-scene--entegrasyon .op-scene__fallback {
  background: linear-gradient(150deg, #041318 0%, #155e75 42%, #05060a 100%);
}

.op-scene--entegrasyon .op-scene__scrim {
  background: linear-gradient(
    102deg,
    rgba(5, 6, 10, 0.9) 0%,
    rgba(5, 6, 10, 0.56) 34%,
    rgba(21, 94, 117, 0.22) 58%,
    rgba(5, 6, 10, 0.08) 100%
  );
}

/* ─── Sahne 6: raporlama & AI video ─── */
.op-scene--raporlama {
  display: flex;
  align-items: center;
  background: #0f0520;
}

.op-scene--raporlama .op-scene__fallback {
  background: linear-gradient(155deg, #0f0520 0%, #4c1d95 45%, #05060a 100%);
}

.op-scene--raporlama .op-scene__scrim {
  background: linear-gradient(
    102deg,
    rgba(5, 6, 10, 0.9) 0%,
    rgba(5, 6, 10, 0.56) 34%,
    rgba(76, 29, 149, 0.22) 58%,
    rgba(5, 6, 10, 0.08) 100%
  );
}

/* ─── Sahne 7: hakkımızda video ─── */
.op-scene--hakkimizda {
  display: flex;
  align-items: center;
  background: #0f0a24;
}

.op-scene--hakkimizda .op-scene__fallback {
  background: linear-gradient(155deg, #0f0a24 0%, #1e1b4b 42%, #05060a 100%);
}

.op-scene--hakkimizda .op-scene__scrim {
  background: linear-gradient(
    102deg,
    rgba(5, 6, 10, 0.9) 0%,
    rgba(5, 6, 10, 0.56) 34%,
    rgba(30, 27, 75, 0.24) 58%,
    rgba(5, 6, 10, 0.08) 100%
  );
}

/* ─── Legacy scene themes (standalone pages) ─── */
.op-scene--kartli {
  display: flex;
  align-items: center;
  background: #0a1628;
}

.op-scene--kartli .op-scene__fallback {
  background: linear-gradient(150deg, #0a1628 0%, #1e3a5f 45%, #051018 100%);
}

.op-scene--kartli .op-scene__scrim {
  background: linear-gradient(
    102deg,
    rgba(5, 6, 10, 0.86) 0%,
    rgba(5, 6, 10, 0.52) 34%,
    rgba(5, 6, 10, 0.22) 58%,
    rgba(5, 6, 10, 0.08) 100%
  );
}

/* ─── Sayfa 4: QR geçiş video ─── */
.op-scene--qr {
  display: flex;
  align-items: center;
  background: #120a28;
}

.op-scene--qr .op-scene__fallback {
  background: linear-gradient(155deg, #120a28 0%, #312e81 42%, #05060a 100%);
}

.op-scene--qr .op-scene__scrim {
  background: linear-gradient(
    102deg,
    rgba(5, 6, 10, 0.88) 0%,
    rgba(5, 6, 10, 0.54) 34%,
    rgba(49, 46, 129, 0.18) 58%,
    rgba(5, 6, 10, 0.08) 100%
  );
}

/* ─── Sayfa 5: mobil uygulama video ─── */
.op-scene--mobil {
  display: flex;
  align-items: center;
  background: #051018;
}

.op-scene--mobil .op-scene__fallback {
  background: linear-gradient(150deg, #051018 0%, #134e4a 40%, #05060a 100%);
}

.op-scene--mobil .op-scene__scrim {
  background: linear-gradient(
    102deg,
    rgba(5, 6, 10, 0.88) 0%,
    rgba(5, 6, 10, 0.54) 34%,
    rgba(19, 78, 74, 0.2) 58%,
    rgba(5, 6, 10, 0.08) 100%
  );
}

/* ─── Sayfa 6: AI hologram video ─── */
.op-scene--ai {
  display: flex;
  align-items: center;
  background: #0f0520;
}

.op-scene--ai .op-scene__fallback {
  background: linear-gradient(155deg, #0f0520 0%, #4c1d95 45%, #05060a 100%);
}

.op-scene--ai .op-scene__scrim {
  background: linear-gradient(
    102deg,
    rgba(5, 6, 10, 0.9) 0%,
    rgba(5, 6, 10, 0.56) 34%,
    rgba(76, 29, 149, 0.22) 58%,
    rgba(5, 6, 10, 0.08) 100%
  );
}

/* ─── Sayfa 7: ERP network video ─── */
.op-scene--erp {
  display: flex;
  align-items: center;
  background: #041318;
}

.op-scene--erp .op-scene__fallback {
  background: linear-gradient(150deg, #041318 0%, #155e75 42%, #05060a 100%);
}

.op-scene--erp .op-scene__scrim {
  background: linear-gradient(
    102deg,
    rgba(5, 6, 10, 0.9) 0%,
    rgba(5, 6, 10, 0.56) 34%,
    rgba(21, 94, 117, 0.22) 58%,
    rgba(5, 6, 10, 0.08) 100%
  );
}

/* ─── Sayfa 8: destek AI asistan video ─── */
.op-scene--destek {
  display: flex;
  align-items: center;
  background: #041525;
}

.op-scene--destek .op-scene__fallback {
  background: linear-gradient(150deg, #041525 0%, #0369a1 40%, #05060a 100%);
}

.op-scene--destek .op-scene__scrim {
  background: linear-gradient(
    102deg,
    rgba(5, 6, 10, 0.9) 0%,
    rgba(5, 6, 10, 0.56) 34%,
    rgba(3, 105, 161, 0.22) 58%,
    rgba(5, 6, 10, 0.08) 100%
  );
}

.op-scene__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.07);
  filter: blur(10px);
  background: #041525;
  transition:
    opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.25s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.95s ease;
}

.op-scene__video.is-ready,
.op-scene__video.is-playing {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

.op-scene__video.is-error {
  opacity: 0 !important;
}

.op-scene--video.is-video-error .op-scene__fallback {
  opacity: 1;
}

.op-scene__fallback {
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, #041525 0%, #0c4a6e 50%, #051018 100%);
  opacity: 1;
  transition: opacity 0.85s ease 0.08s;
}

.op-scene__media:has(.op-scene__video.is-ready:not(.is-error)) .op-scene__fallback {
  opacity: 0;
  pointer-events: none;
}

.op-scene__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    102deg,
    rgba(5, 6, 10, 0.82) 0%,
    rgba(5, 6, 10, 0.48) 32%,
    rgba(5, 6, 10, 0.18) 55%,
    rgba(5, 6, 10, 0.06) 100%
  );
  pointer-events: none;
}

.op-scene__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(560px, 100%);
  margin-inline: clamp(1.25rem, 6vw, 8%);
  padding: calc(var(--nav-height, 72px) + 2.5rem) 0 4.5rem;
  overflow: hidden;
  will-change: transform, opacity;
}

.op-scene__content.mu-blur-in:not(.is-visible) {
  opacity: 0;
  transform: translate3d(-40px, 0, 0);
}

.op-scene__content--from-right.mu-blur-in:not(.is-visible) {
  transform: translate3d(40px, 0, 0);
}

.op-scene__content.mu-blur-in.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ─── Sahne metin motion (hero ile aynı dil) ─── */
@keyframes sceneInLeft {
  from {
    opacity: 0;
    transform: translate3d(-110px, 28px, 0);
    filter: blur(14px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes sceneInRight {
  from {
    opacity: 0;
    transform: translate3d(110px, 28px, 0);
    filter: blur(14px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

html:not(.css-scroll-scenes) .op-scene.scene-motion-go .mu-blur-in.is-visible [data-mu-blur-target] {
  opacity: 0;
  animation: sceneInLeft 0.9s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--mu-blur-delay, 0) * 1ms + 100ms) both !important;
}

html:not(.css-scroll-scenes) .op-scene.scene-motion-go .mu-blur-in.is-visible [data-mu-blur-target][data-mu-from="right"],
html:not(.css-scroll-scenes) .op-scene.scene-motion-go .op-scene__content--from-right.mu-blur-in.is-visible [data-mu-blur-target] {
  animation-name: sceneInRight !important;
}

.op-scene.scene-motion-go .mu-blur-in.is-visible .mu-blur-in__word {
  opacity: 0;
  animation: sceneInRight 1s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--mu-i, 0) * 90ms + 240ms) both !important;
}

.op-scene.scene-motion-go .mu-blur-in.is-visible:not(.op-scene__content--from-right) .mu-blur-in__word {
  animation-name: sceneInLeft !important;
}

.op-scene.scene-motion-go .op-scene__content--from-right.mu-blur-in.is-visible .mu-blur-in__word {
  animation-name: sceneInRight !important;
}

.op-scene.scene-motion-go .mu-blur-in.is-visible .scene-hero__accent.mu-blur-in__word {
  animation-name: sceneInRight !important;
  animation-delay: calc(var(--mu-i, 0) * 90ms + 360ms) !important;
}

.op-scene.scene-motion-go .op-scene__contact-panel.mu-blur-in.is-visible .fast-form__field,
.op-scene.scene-motion-go .op-scene__contact-panel.mu-blur-in.is-visible .mu-shimmer-btn {
  opacity: 0;
  animation: sceneInRight 0.82s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--field-i, 0) * 70ms + 520ms) both;
}

.op-scene.scene-motion-go .op-scene__contact-panel.mu-blur-in.is-visible .fast-form__field:nth-child(1),
.op-scene.scene-motion-go .op-scene__contact-panel.mu-blur-in.is-visible .fast-form__row:nth-child(1) .fast-form__field {
  --field-i: 0;
}

.op-scene.scene-motion-go .op-scene__contact-panel.mu-blur-in.is-visible .fast-form__row:nth-child(2) .fast-form__field:nth-child(1) {
  --field-i: 1;
}

.op-scene.scene-motion-go .op-scene__contact-panel.mu-blur-in.is-visible .fast-form__row:nth-child(2) .fast-form__field:nth-child(2) {
  --field-i: 2;
}

.op-scene.scene-motion-go .op-scene__contact-panel.mu-blur-in.is-visible .fast-form__field--full {
  --field-i: 3;
}

.op-scene.scene-motion-go .op-scene__contact-panel.mu-blur-in.is-visible .mu-shimmer-btn {
  --field-i: 4;
}

.op-scene__content--from-right {
  margin-left: auto;
  margin-right: clamp(1.25rem, 6vw, 8%);
  align-items: flex-end;
  text-align: right;
}

.op-scene__content--from-right .scene-hero__lead {
  margin-left: auto;
}

.op-scene__content--from-right .scene-hero__actions {
  justify-content: flex-end;
}

.op-scene__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(10px);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.82);
}

.op-scene__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #60a5fa, #2563eb);
  box-shadow: 0 0 10px rgba(96, 165, 250, 0.65);
}

.op-scene__content .scene-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 3.125rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.op-scene__content .scene-hero__lead {
  margin-top: 0.85rem;
  max-width: 34ch;
  font-size: 1.0625rem;
  line-height: 1.62;
  color: rgba(226, 232, 240, 0.88);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}

.op-scene__content .scene-hero__accent,
.op-scene__content .mu-aurora-text {
  display: block;
  margin-top: 0.12em;
}

.op-scene__content .scene-hero__actions {
  margin-top: 1.35rem;
}

.op-scene__scroll-hint {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  width: max-content;
  max-width: calc(100% - 2rem);
  margin-inline: auto;
  transform: none;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  /* letter-spacing optik kaymayı dengeler */
  padding-inline-start: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(148, 163, 184, 0.8);
  pointer-events: auto;
}

.op-scene__scroll-hint span {
  display: block;
  line-height: 1.2;
}

.op-scene__scroll-hint svg {
  width: 20px;
  height: 20px;
  opacity: 0.7;
  animation: op-bounce 2s ease-in-out infinite;
}

@keyframes op-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* Pasif sahnelerde ipucu sızmasın */
.op-scene:not(.is-scene-active) .op-scene__scroll-hint {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 768px) {
  .fast-onepage .mu-hero__visual .cm-hero__spline-fullstage spline-viewer.cm-spline-viewer {
    width: 108% !important;
    height: 108% !important;
    left: -4% !important;
    top: -4% !important;
  }

  .op-scene__content,
  .op-scene__content--from-right {
    margin-inline: clamp(1rem, 4vw, 1.25rem);
    align-items: flex-start;
    text-align: left;
    max-width: none;
    padding-bottom: 5rem;
  }

  .op-scene__content--from-right .scene-hero__lead,
  .op-scene__content--from-right .scene-hero__actions {
    margin-left: 0;
    justify-content: flex-start;
  }

  .op-scene__scrim {
    background: linear-gradient(
      to bottom,
      rgba(5, 6, 10, 0.88) 0%,
      rgba(5, 6, 10, 0.75) 50%,
      rgba(5, 6, 10, 0.55) 100%
    );
  }
}

/* ─── İletişim: Spline robot + form (tam ekran) ─── */
.op-scene--contact.op-scene,
#contact.op-scene--contact,
.fast-onepage #contact.op-scene--contact {
  display: block;
  min-height: 100svh !important;
  height: auto;
  max-height: none;
  overflow: visible;
  background: #05060a;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-sizing: border-box;
  isolation: isolate;
  padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 0px));
}

#contact.op-scene--contact::after,
.fast-onepage #contact.op-scene--contact::after {
  display: none;
}

.op-scene--contact.op-scene::after {
  display: none;
}

.fast-onepage main {
  padding-bottom: 0;
}

.fast-onepage .fast-footer {
  margin-top: 0;
  padding-top: 1.25rem;
  padding-bottom: 0.85rem;
  background: #05060a;
}

.op-scene__contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  min-height: calc(100svh - max(1.5rem, env(safe-area-inset-bottom, 0px)));
  height: auto;
  max-height: none;
  overflow: visible;
  align-items: stretch;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.op-scene__contact-left {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: inherit;
  height: auto;
  overflow: visible;
  padding: calc(var(--nav-height, 72px) + 1rem) clamp(1.25rem, 4vw, 3rem) 2.75rem;
  background: #05060a;
}

.op-scene__contact-right {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  min-height: 0;
  background: #05060a;
}

.op-scene__contact-right::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  height: 22%;
  pointer-events: none;
  background: linear-gradient(
    to top,
    #05060a 0%,
    #05060a 78%,
    rgba(5, 6, 10, 0.92) 92%,
    transparent 100%
  );
}

.op-scene__spline-stage,
.op-scene--contact .cm-hero__spline-fullstage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #05060a;
}

.op-scene--contact .cm-hero__spline-fullstage {
  clip-path: inset(0 0 16% 0);
}

.op-scene--contact .cm-hero__spline-fullstage spline-viewer.cm-spline-viewer {
  display: none !important;
}

.op-scene--contact .cm-hero__spline-fullstage .cm-spline-canvas {
  --spline-viewer-background: #05060a;
  position: absolute;
  left: 50%;
  top: 46%;
  width: 162%;
  height: 162%;
  transform: translate(-50%, -50%) scale(1.12);
  transform-origin: center 54%;
  background: #05060a;
  z-index: 1;
}

.op-scene--contact .cm-hero__spline-loader {
  display: none;
}

.op-scene__spline-touch-cover {
  position: absolute;
  top: calc(var(--nav-height, 68px) + 1.25rem);
  right: clamp(0.75rem, 3vw, 1.5rem);
  z-index: 20;
  width: min(210px, 36%);
  height: 54px;
  pointer-events: none;
  background: #05060a;
  border-radius: 999px;
  box-shadow:
    -28px 0 0 18px #05060a,
    0 24px 0 18px #05060a,
    0 0 48px 32px #05060a;
}

.op-scene__spline-ui-cover,
.op-scene__contact-right-floor,
.op-scene__contact-bottom-seal,
.op-scene__spline-cta-cover {
  display: none !important;
}

.op-scene--contact .cm-hero__spline-fullstage::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 18%;
  pointer-events: none;
  background: #05060a;
}

.op-scene--contact .cm-hero__spline-fullstage::before {
  display: none;
}

.op-scene__spline-stage iframe.cm-spline-embed {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 118%;
  height: 118%;
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.op-scene--contact .cm-hero__spline-curtain {
  display: none;
}

.op-scene__scrim--contact-right {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  background: linear-gradient(
    270deg,
    rgba(5, 6, 10, 0.08) 0%,
    rgba(5, 6, 10, 0.22) 100%
  );
}

.op-scene__contact-panel {
  position: relative;
  z-index: 2;
  width: min(480px, 100%);
}

.op-scene__contact-form-wrap .mu-shimmer-btn {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: 0.65rem;
  margin-bottom: 0.35rem;
  flex-shrink: 0;
}

.op-scene__contact-panel .scene-hero__title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.6vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45);
}

.op-scene__contact-panel .scene-hero__lead {
  margin-top: 0.75rem;
  max-width: 36ch;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.88);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.op-scene__contact-form-wrap {
  margin-top: 1.25rem;
  border-radius: 1rem;
}

.op-scene__contact-form-inner {
  position: relative;
  z-index: 1;
  padding: 1.25rem 1.25rem 1.6rem;
  border-radius: inherit;
  background: rgba(5, 6, 10, 0.78);
  backdrop-filter: blur(14px);
}

.op-scene__contact-form-wrap .fast-form__input,
.op-scene__contact-form-wrap .fast-form__textarea {
  background: rgba(15, 23, 42, 0.65);
  border-color: rgba(148, 163, 184, 0.2);
  color: #f8fafc;
}

@media (max-width: 960px) {
  #contact.op-scene--contact,
  .fast-onepage #contact.op-scene--contact {
    height: auto;
    min-height: 100svh !important;
    max-height: none;
    overflow: visible;
  }

  .op-scene__contact-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
    min-height: calc(100svh - 1rem);
    max-height: none;
    overflow: visible;
  }

  .op-scene__contact-right {
    display: none;
  }

  .op-scene__contact-left {
    align-items: flex-start;
    height: auto;
    min-height: inherit;
    overflow: visible;
    padding: calc(var(--nav-height, 72px) + 0.75rem) clamp(1rem, 4vw, 1.5rem) 2.25rem;
    background: #05060a;
  }

  .op-scene__contact-panel .scene-hero__title {
    font-size: clamp(1.35rem, 5.5vw, 1.85rem);
    line-height: 1.12;
  }

  .op-scene__contact-panel .scene-hero__lead {
    margin-top: 0.45rem;
    font-size: 0.9375rem;
    line-height: 1.45;
  }

  .op-scene__contact-form-wrap {
    margin-top: 0.75rem;
  }

  .op-scene__contact-form-inner {
    padding: 0.85rem 0.85rem 1.35rem;
  }

  .op-scene--contact .fast-form--demo {
    gap: 0.55rem;
  }

  .op-scene--contact .fast-form--demo .fast-form__row {
    gap: 0.55rem;
  }

  .op-scene--contact .fast-form--demo .fast-form__input,
  .op-scene--contact .fast-form--demo .fast-form__textarea {
    padding: 0.55rem 0.7rem;
    font-size: 0.875rem;
  }

  .op-scene--contact .fast-form--demo .fast-form__textarea {
    min-height: 3.25rem;
  }

  .op-scene--contact .fast-form--demo .fast-form__label {
    font-size: 0.72rem;
  }

  .op-scene__contact-form-wrap .mu-shimmer-btn {
    margin-top: 0.45rem;
    margin-bottom: 0.25rem;
    min-height: 2.5rem;
  }
}

@media (max-width: 768px) {
  .op-scene__contact-panel {
    width: 100%;
  }

  .op-scene__contact-left {
    padding-bottom: 2rem;
  }
}

@media (max-height: 740px) and (max-width: 960px) {
  .op-scene__contact-left {
    padding-top: calc(var(--nav-height, 72px) + 0.25rem);
    padding-bottom: 0.5rem;
  }

  .op-scene__contact-panel .scene-hero__title {
    font-size: clamp(1.15rem, 4.8vw, 1.55rem);
  }

  .op-scene__contact-panel .scene-hero__lead {
    display: none;
  }

  .op-scene__contact-form-wrap {
    margin-top: 0.45rem;
  }

  .op-scene--contact .fast-form--demo {
    gap: 0.4rem;
  }

  .op-scene--contact .fast-form--demo .fast-form__textarea {
    min-height: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.fast-onepage {
    scroll-snap-type: none;
  }

  .fast-onepage main {
    scroll-snap-type: none;
  }

  .op-scene__scroll-hint {
    animation: none;
  }

  .op-scene__video {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .op-scene.scene-motion-go .mu-blur-in.is-visible [data-mu-blur-target],
  .op-scene.scene-motion-go .mu-blur-in.is-visible .mu-blur-in__word {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
