/* =========================================================
   NUVOXA — Vitrin Slogan Animasyonları v2
   /vitrin-animasyon/sloganlar/sloganlar.css
   ========================================================= */

.hero-visual.hero-slogan-visual {
  position: relative;
  min-width: 0;
  min-height: 520px;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.hero-visual.hero-slogan-visual::before,
.hero-visual.hero-slogan-visual::after {
  display: none !important;
  content: none !important;
}

.nuvoxa-slogan-stage {
  position: relative;
  width: 100%;
  min-width: 0;
  height: clamp(500px, 47vw, 620px);
  min-height: 500px;
  overflow: visible;
  isolation: isolate;
}

.nuvoxa-slogan-stage * {
  box-sizing: border-box;
}

.nuvoxa-slogan-scene {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.nuvoxa-slogan-scene.is-active {
  opacity: 1;
  visibility: visible;
}

.nuvoxa-slogan-card {
  position: relative;
  width: min(100%, 760px);
  min-width: 0;
  padding: clamp(20px, 3vw, 42px);
  border-radius: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.nuvoxa-slogan-card::before {
  display: none;
  content: none;
}

.nuvoxa-slogan-card::after {
  display: none;
  content: none;
}

.nuvoxa-slogan-content {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
}

.nuvoxa-slogan-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  padding: 9px 13px;
  border-radius: 999px;
  font-size: clamp(11px, .85vw, 13px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #3658d8;
  background: rgba(76, 102, 255, .08);
  border: 1px solid rgba(76, 102, 255, .12);
  opacity: 0;
}

.nuvoxa-slogan-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(76,102,255,.08);
}

.nuvoxa-slogan-title {
  margin: 0;
  max-width: 100%;
  font-size: clamp(34px, 3.85vw, 62px);
  line-height: 1.03;
  letter-spacing: -0.047em;
  font-weight: 800;
  color: #101828;
  text-wrap: balance;
  overflow-wrap: anywhere;
  opacity: 0;
}

.nuvoxa-slogan-title--wide {
  font-size: clamp(31px, 3.45vw, 55px);
}

.nuvoxa-slogan-title .accent-blue,
.nuvoxa-slogan-title .accent-violet,
.nuvoxa-slogan-title .accent-cyan,
.nuvoxa-slogan-title .accent-orange,
.nuvoxa-slogan-title .accent-green {
  display: inline;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nuvoxa-slogan-title .accent-blue {
  background-image: linear-gradient(90deg, #2f62ff, #4c8dff);
}

.nuvoxa-slogan-title .accent-violet {
  background-image: linear-gradient(90deg, #6b4cff, #a449ff);
}

.nuvoxa-slogan-title .accent-cyan {
  background-image: linear-gradient(90deg, #008bcf, #00bce8);
}

.nuvoxa-slogan-title .accent-orange {
  background-image: linear-gradient(90deg, #ff6a3d, #ff9a3d);
}

.nuvoxa-slogan-title .accent-green {
  background-image: linear-gradient(90deg, #0f9b72, #27c48b);
}

.nuvoxa-slogan-subtitle {
  margin: 24px 0 0;
  max-width: 62ch;
  font-size: clamp(15px, 1.22vw, 18px);
  line-height: 1.62;
  color: #596579;
  opacity: 0;
}

.nuvoxa-slogan-subtitle strong {
  color: #182235;
  font-weight: 750;
}

.nuvoxa-slogan-orbit {
  display: none !important;
}

.nuvoxa-slogan-orbit--a { right: 25px; bottom: 28px; }
.nuvoxa-slogan-orbit--b {
  width: 72px;
  height: 72px;
  right: 112px;
  bottom: 92px;
  border-radius: 24px;
  transform: rotate(-14deg);
  opacity: .55;
}

.nuvoxa-animate {
  will-change: transform, opacity, filter;
  transition:
    opacity 820ms cubic-bezier(.16,1,.3,1),
    transform 980ms cubic-bezier(.16,1,.3,1),
    filter 820ms cubic-bezier(.16,1,.3,1);
}

.nuvoxa-enter-left {
  transform: translate3d(-86px, 0, 0) scale(.985);
  filter: blur(7px);
}

.nuvoxa-enter-right {
  transform: translate3d(86px, 0, 0) scale(.985);
  filter: blur(7px);
}

.nuvoxa-enter-up {
  transform: translate3d(0, 46px, 0) scale(.99);
  filter: blur(7px);
}

.nuvoxa-enter-down {
  transform: translate3d(0, -46px, 0) scale(.99);
  filter: blur(7px);
}

.nuvoxa-visible {
  opacity: 1 !important;
  transform: translate3d(0,0,0) scale(1) !important;
  filter: blur(0) !important;
}

/* 0850 / 0212 / GSM numara sahnesi */
.nuvoxa-number-stage {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 4px 0 22px;
  min-height: 92px;
}

.nuvoxa-number-prefix {
  font-size: clamp(60px, 7vw, 108px);
  line-height: 1;
  letter-spacing: -.065em;
  font-weight: 850;
  color: #111827;
}

.nuvoxa-number-prefix.is-swap {
  animation: nuvoxaNumberSwap 420ms cubic-bezier(.22,.61,.36,1);
}

.nuvoxa-number-rest {
  font-size: clamp(23px, 2.1vw, 34px);
  font-weight: 760;
  letter-spacing: -.035em;
  color: #78849a;
}

@keyframes nuvoxaNumberSwap {
  0%   { opacity: 0; transform: translateY(38px) scale(.96); filter: blur(6px); }
  52%  { opacity: 1; transform: translateY(-5px) scale(1.015); filter: blur(0); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* Ücret / ekip sahnesi */
.nuvoxa-cost-line {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 24px;
}

.nuvoxa-cost-pill {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: clamp(17px, 1.65vw, 25px);
  line-height: 1;
  font-weight: 820;
  letter-spacing: -.025em;
  color: #b42c2c;
  background: rgba(255, 67, 67, .075);
  border: 1px solid rgba(255, 67, 67, .11);
  opacity: 0;
}

.nuvoxa-cost-zero {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 780;
  color: #0c9c6b;
  opacity: 0;
}

.nuvoxa-cost-zero::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(12,156,107,.10);
}

/* Final sahne */
.nuvoxa-slogan-card--final {
  text-align: left;
  background: transparent;
}

.nuvoxa-slogan-final {
  margin: 0;
  max-width: 100%;
  font-size: clamp(38px, 4.8vw, 74px);
  line-height: 1.01;
  letter-spacing: -.052em;
  font-weight: 850;
  color: #101828;
  text-wrap: balance;
  opacity: 0;
}

.nuvoxa-slogan-final .accent {
  background: linear-gradient(90deg, #4f46e5, #8b5cf6 46%, #00a8d6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nuvoxa-slogan-final-mark {
  display: inline-flex;
  margin-top: 26px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #51617a;
  background: rgba(20, 35, 65, .04);
  border: 1px solid rgba(20, 35, 65, .07);
  opacity: 0;
}

.nuvoxa-slogan-scene.is-leaving .nuvoxa-animate,
.nuvoxa-slogan-scene.is-leaving .nuvoxa-cost-pill {
  opacity: 0 !important;
  transform: translate3d(0,-24px,0) scale(.985) !important;
  filter: blur(5px) !important;
  transition:
    opacity 420ms ease,
    transform 520ms cubic-bezier(.4,0,1,1),
    filter 420ms ease;
}

/* Tablet / dar masaüstü */
@media (max-width: 1100px) {
  .hero-visual.hero-slogan-visual {
    min-height: 480px;
  }

  .nuvoxa-slogan-stage {
    height: 520px;
    min-height: 520px;
  }

  .nuvoxa-slogan-card {
    padding: 36px;
    border-radius: 30px;
  }

  .nuvoxa-slogan-title {
    font-size: clamp(31px, 4vw, 48px);
  }

  .nuvoxa-slogan-title--wide {
    font-size: clamp(29px, 3.6vw, 44px);
  }
}

/* Mobil */
@media (max-width: 760px) {
  .hero-visual.hero-slogan-visual {
    min-height: 0;
    margin-top: 28px;
  }

  .nuvoxa-slogan-stage {
    height: 480px;
    min-height: 480px;
  }

  .nuvoxa-slogan-card {
    padding: 24px 8px;
    border-radius: 26px;
  }

  .nuvoxa-slogan-title,
  .nuvoxa-slogan-title--wide {
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1.05;
  }

  .nuvoxa-slogan-subtitle {
    font-size: 15px;
    line-height: 1.55;
  }

  .nuvoxa-number-stage {
    min-height: 74px;
  }

  .nuvoxa-number-prefix {
    font-size: clamp(56px, 18vw, 82px);
  }

  .nuvoxa-number-rest {
    font-size: 20px;
  }

  .nuvoxa-slogan-orbit {
    display: none;
  }
}

@media (max-width: 430px) {
  .nuvoxa-slogan-stage {
    height: 500px;
    min-height: 500px;
  }

  .nuvoxa-slogan-card {
    padding: 22px 4px;
  }

  .nuvoxa-slogan-title,
  .nuvoxa-slogan-title--wide {
    font-size: clamp(28px, 8.8vw, 39px);
  }

  .nuvoxa-slogan-final {
    font-size: clamp(34px, 10vw, 47px);
  }

  .nuvoxa-number-rest {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nuvoxa-slogan-stage *,
  .nuvoxa-slogan-stage *::before,
  .nuvoxa-slogan-stage *::after {
    animation: none !important;
    transition-duration: 1ms !important;
  }

  .nuvoxa-enter-left,
  .nuvoxa-enter-right,
  .nuvoxa-enter-up,
  .nuvoxa-enter-down {
    transform: none !important;
    filter: none !important;
  }
}
