
.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__track-wrap, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__track-wrap {
  position: relative;
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__track, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  counter-reset: order-step;
  position: relative;
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__track::before, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__track::before {
  content: "";
  position: absolute;
  top: 24px;
  left: calc(12.5% + 24px);
  right: calc(12.5% + 24px);
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(155, 138, 251, 0.25) 0%,
    rgba(155, 138, 251, 0.7) 50%,
    rgba(155, 138, 251, 0.25) 100%
  );
  pointer-events: none;
  z-index: 0;
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0.35;
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__runner, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__runner {
  position: absolute;
  top: 20px;
  left: calc(12.5% + 24px);
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #9b8afb;
  box-shadow: 0 0 0 4px rgba(155, 138, 251, 0.2), 0 4px 12px rgba(110, 91, 214, 0.35);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__step, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  counter-increment: order-step;
  min-width: 0;
  opacity: 0;
  transform: translateY(14px);
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__badge, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__badge {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 0 16px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid rgba(110, 91, 214, 0.2);
  box-shadow: 0 8px 18px rgba(110, 91, 214, 0.12);
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__badge::before, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__badge::before {
  content: counter(order-step);
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(145deg, #b4a6fc 0%, #9b8afb 100%);
  color: #fff;
  font-family: var(--font-display, inherit);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transform: scale(0.6);
  opacity: 0;
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__step:last-child .order-steps-timeline__badge::after, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__step:last-child .order-steps-timeline__badge::after {
  content: "✨";
  position: absolute;
  top: -6px;
  right: -8px;
  font-size: 14px;
  line-height: 1;
  opacity: 0;
  transform: scale(0.5) rotate(-12deg);
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__copy, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__step-title, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__step-title {
  margin: 0;
  font-family: var(--font-display, inherit);
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  font-weight: 800;
  line-height: 1.28;
  color: var(--color-text-primary, #0a0a0a);
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__step-desc, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__step-desc {
  margin: 0;
  max-width: 220px;
  font-family: var(--font-body, inherit);
  font-size: 0.875rem;
  line-height: 1.58;
  color: var(--color-text-secondary, #57534e);
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__step-link, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__step-link {
  margin-top: 2px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--color-accent-dark, #6e5bd6);
  text-decoration: none;
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__step-link:hover, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__step-link:hover {
  text-decoration: underline;
}

/* Hero güven barı — kompakt inline */
.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline--inline .order-steps-timeline__track, .cc_BQufrBVjWP_hero_slider .order-steps-timeline--inline .order-steps-timeline__track {
  gap: 12px;
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline--inline .order-steps-timeline__track::before, .cc_BQufrBVjWP_hero_slider .order-steps-timeline--inline .order-steps-timeline__track::before {
  top: 18px;
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline--inline .order-steps-timeline__runner, .cc_BQufrBVjWP_hero_slider .order-steps-timeline--inline .order-steps-timeline__runner {
  top: 14px;
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline--inline .order-steps-timeline__badge, .cc_BQufrBVjWP_hero_slider .order-steps-timeline--inline .order-steps-timeline__badge {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(110, 91, 214, 0.1);
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline--inline .order-steps-timeline__badge::before, .cc_BQufrBVjWP_hero_slider .order-steps-timeline--inline .order-steps-timeline__badge::before {
  width: 26px;
  height: 26px;
  font-size: 13px;
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline--inline .order-steps-timeline__step-title, .cc_BQufrBVjWP_hero_slider .order-steps-timeline--inline .order-steps-timeline__step-title {
  font-size: 0.8125rem;
  line-height: 1.25;
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline--inline .order-steps-timeline__step-desc, .cc_BQufrBVjWP_hero_slider .order-steps-timeline--inline .order-steps-timeline__step-desc {
  font-size: 0.75rem;
  line-height: 1.45;
  max-width: 200px;
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline--inline .order-steps-timeline__step-link, .cc_BQufrBVjWP_hero_slider .order-steps-timeline--inline .order-steps-timeline__step-link {
  font-size: 0.75rem;
}

/* Animasyon — 1 → 4 */
.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline.is-animated .order-steps-timeline__track::before, .cc_BQufrBVjWP_hero_slider .order-steps-timeline.is-animated .order-steps-timeline__track::before {
  animation: cc_BQufrBVjWP_ost-line-draw 1.35s cubic-bezier(0.45, 0, 0.2, 1) forwards;
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline.is-animated .order-steps-timeline__runner, .cc_BQufrBVjWP_hero_slider .order-steps-timeline.is-animated .order-steps-timeline__runner {
  animation: cc_BQufrBVjWP_ost-runner-x 1.35s cubic-bezier(0.45, 0, 0.2, 1) forwards;
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline.is-animated .order-steps-timeline__step, .cc_BQufrBVjWP_hero_slider .order-steps-timeline.is-animated .order-steps-timeline__step {
  animation: cc_BQufrBVjWP_ost-step-rise 0.55s cubic-bezier(0.34, 1.35, 0.64, 1) forwards;
  animation-delay: calc(0.18s + var(--step-i, 0) * 0.32s);
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline.is-animated .order-steps-timeline__badge::before, .cc_BQufrBVjWP_hero_slider .order-steps-timeline.is-animated .order-steps-timeline__badge::before {
  animation: cc_BQufrBVjWP_ost-badge-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation-delay: calc(0.22s + var(--step-i, 0) * 0.32s);
}

.cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline.is-animated .order-steps-timeline__step:last-child .order-steps-timeline__badge::after, .cc_BQufrBVjWP_hero_slider .order-steps-timeline.is-animated .order-steps-timeline__step:last-child .order-steps-timeline__badge::after {
  animation: cc_BQufrBVjWP_ost-sparkle 0.65s cubic-bezier(0.34, 1.4, 0.64, 1) forwards,
    cc_BQufrBVjWP_ost-sparkle-float 2.4s ease-in-out 1.6s infinite;
  animation-delay: 1.35s, 1.6s;
}

@keyframes ost-line-draw {
  from { transform: scaleX(0); opacity: 0.35; }
  to { transform: scaleX(1); opacity: 1; }
}

@keyframes ost-runner-x {
  0% { opacity: 0; left: calc(12.5% + 24px); }
  8% { opacity: 1; }
  92% { opacity: 1; }
  100% { opacity: 0; left: calc(87.5% - 24px); }
}

@keyframes ost-step-rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ost-badge-pop {
  0% { opacity: 0; transform: scale(0.4); }
  70% { transform: scale(1.12); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes ost-sparkle {
  to { opacity: 1; transform: scale(1) rotate(0deg); }
}

@keyframes ost-sparkle-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-3px) rotate(8deg); }
}

@media (max-width: 900px) {
  .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__track, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__track::before, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__track::before, .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__runner, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__runner {
    display: none;
  }

  .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline.is-animated .order-steps-timeline__step, .cc_BQufrBVjWP_hero_slider .order-steps-timeline.is-animated .order-steps-timeline__step {
    animation-delay: calc(0.12s + var(--step-i, 0) * 0.22s);
  }

  .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline.is-animated .order-steps-timeline__badge::before, .cc_BQufrBVjWP_hero_slider .order-steps-timeline.is-animated .order-steps-timeline__badge::before {
    animation-delay: calc(0.16s + var(--step-i, 0) * 0.22s);
  }

  .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__step-desc, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__step-desc, .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline--inline .order-steps-timeline__step-desc, .cc_BQufrBVjWP_hero_slider .order-steps-timeline--inline .order-steps-timeline__step-desc {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__track, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__track {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__track::before, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__track::before {
    display: block;
    top: 16px;
    bottom: 16px;
    left: 19px;
    right: auto;
    width: 2px;
    height: auto;
    transform: scaleY(0);
    transform-origin: top center;
    background: linear-gradient(
      180deg,
      rgba(155, 138, 251, 0.25) 0%,
      rgba(155, 138, 251, 0.7) 50%,
      rgba(155, 138, 251, 0.25) 100%
    );
  }

  .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__runner, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__runner {
    display: block;
    top: 16px;
    left: 15px;
  }

  .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline.is-animated .order-steps-timeline__track::before, .cc_BQufrBVjWP_hero_slider .order-steps-timeline.is-animated .order-steps-timeline__track::before {
    animation: cc_BQufrBVjWP_ost-line-draw-y 1.35s cubic-bezier(0.45, 0, 0.2, 1) forwards;
  }

  .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline.is-animated .order-steps-timeline__runner, .cc_BQufrBVjWP_hero_slider .order-steps-timeline.is-animated .order-steps-timeline__runner {
    animation: cc_BQufrBVjWP_ost-runner-y 1.35s cubic-bezier(0.45, 0, 0.2, 1) forwards;
  }

  .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__step, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__step {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
    padding: 10px 0;
  }

  .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__badge, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__badge {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    margin: 0;
  }

  .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__badge::before, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__badge::before {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }

  .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__copy, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__copy {
    align-items: flex-start;
    padding-top: 2px;
  }
}

@keyframes ost-line-draw-y {
  from { transform: scaleY(0); opacity: 0.35; }
  to { transform: scaleY(1); opacity: 1; }
}

@keyframes ost-runner-y {
  0% { opacity: 0; top: 16px; }
  8% { opacity: 1; }
  92% { opacity: 1; }
  100% { opacity: 0; top: calc(100% - 24px); }
}

@media (prefers-reduced-motion: reduce) {
  .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__step, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__step, .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__track::before, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__track::before, .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__runner, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__runner, .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__badge::before, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__badge::before, .cc_BQufrBVjWP_4KfEitKDhc .order-steps-timeline__step:last-child .order-steps-timeline__badge::after, .cc_BQufrBVjWP_hero_slider .order-steps-timeline__step:last-child .order-steps-timeline__badge::after {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
