.steps-03 { margin: 0 8px; box-sizing: border-box; }
.steps-03__card {
  background-color: #ffe600;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;
  box-sizing: border-box;
}
.steps-03__title {
  font-family: 'Proxima Nova A', 'Proxima Nova', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -1.28px;
  color: #282834;
  font-feature-settings: "salt" 1, "calt" 0;
  margin: 0;
}
.steps-03__track { display: flex; flex-direction: column; gap: 48px; }
.steps-03__scene { display: flex; flex-direction: column; gap: 8px; }
.steps-03__slot {
  position: relative;
  height: 348px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps-03__step { display: flex; flex-direction: column; gap: 8px; }
.steps-03__step-number {
  font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #282834;
  font-feature-settings: "case" 1;
}
.steps-03__step-title {
  font-family: 'Proxima Nova A', 'Proxima Nova', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.96px;
  color: #282834;
  font-feature-settings: "salt" 1, "calt" 0;
  margin: 0;
}
.steps-03__cta-wrap { display: flex; }
.steps-03__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 2px 20px;
  background-color: #434ce4;
  border-radius: 12px;
  text-decoration: none;
  font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-feature-settings: "case" 1;
  transition: background-color .15s ease, transform .1s ease;
  white-space: nowrap;
  box-sizing: border-box;
}
.steps-03__cta:hover { background-color: #3b44cc; }
.steps-03__cta:active { background-color: #3339b3; transform: scale(.98); }
.steps-03__cta:focus-visible { outline: 2px solid #434ce4; outline-offset: 2px; }
.steps-03__sr { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.steps-03__indicator { display: none; }
.steps-03__indicator-mobile {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.steps-03__indicator-mobile-active { width: 8px; height: 24px; border-radius: 9999px; background-color: #282834; }
.steps-03__indicator-mobile-dot { width: 8px; height: 8px; border-radius: 9999px; background-color: rgba(40,40,52,.3); }

.steps-03 .step2 { position: relative; width: 100%; height: 100%; box-sizing: border-box; }
.steps-03 .step2card {
  position: absolute;
  left: 16px;
  right: 16px;
  height: 76px;
  background: #ffffff;
  border: none;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  gap: 12px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(28px);
}
.steps-03 .step2card:nth-child(1) { top: 40px; }
.steps-03 .step2card:nth-child(2) { top: 136px; }
.steps-03 .step2card:nth-child(3) { top: 232px; }
.steps-03 .step2card-copy { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 0; }
.steps-03 .step2card-meta { font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif; font-weight: 400; font-size: 16px; color: #646587; }
.steps-03 .step2card-name { font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif; font-weight: 700; font-size: 19px; color: #1a1a1a; }
.steps-03 .step2card-chevron { width: 24px; flex-shrink: 0; display: flex; justify-content: flex-end; }
.steps-03 .is-playing .step2card { animation: step2-in .25s cubic-bezier(0.05,0.7,0.1,1) forwards; }
.steps-03 .is-playing .step2card:nth-child(2) { animation-delay: .3s; }
.steps-03 .is-playing .step2card:nth-child(3) { animation-delay: .6s; }
@keyframes step2-in { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }

.steps-03 .step1 { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; min-height: 200px; box-sizing: border-box; padding: 20px; }
.steps-03 .step1__row { display: flex; align-items: center; gap: 10px; }
.steps-03 .step1__currency {
  font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 600; font-size: 48px; line-height: 58px; letter-spacing: -.86px;
  color: #646587; font-feature-settings: "case" 1; transition: color .25s ease;
}
.steps-03 .step1__digits { display: inline-flex; align-items: flex-end; }
.steps-03 .step1__mask { display: inline-block; overflow: hidden; height: 58px; vertical-align: top; }
.steps-03 .step1__digit {
  display: block;
  font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 600; font-size: 48px; line-height: 58px; letter-spacing: -.86px;
  color: #282834; font-feature-settings: "case" 1;
  opacity: 0; transform: translateY(6px);
}
.steps-03 .step1__cursor {
  display: inline-block; width: 2px; height: 58px;
  background: #282834; border-radius: 1px; flex-shrink: 0; vertical-align: top;
  animation: step1-blink 1.3s ease-in-out infinite;
}
.steps-03 .step1__cursor.is-typing { animation: none; opacity: 1; }
@keyframes step1-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
@keyframes step1-digit-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.steps-03 .step1__currency.is-typed { color: #282834; }
.steps-03 .step1__digit.is-placeholder { color: #646587; opacity: 1; transform: none; }
@keyframes step1-digit-out { to { opacity: 0; transform: translateY(-100%); } }

.steps-03 .step3 { position: relative; width: 100%; height: 100%; overflow: hidden; box-sizing: border-box; }
.steps-03 .step3-ui { position: absolute; width: 424.274px; height: 450.791px; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(.68); }
.steps-03 .step3-visual-positioner { position: absolute; width: 172.361px; height: 172.361px; top: calc(50% - 86.18px); left: 50%; transform: translate(-50%,-50%) scale(.914); }
.steps-03 .step3-visual-group { position: relative; width: 100%; height: 100%; transform: translateY(86px); }
.steps-03 .step3-ring { position: absolute; inset: 0; background: #ffffff; border: 1.657px solid #d0d4e6; border-radius: 50%; overflow: hidden; opacity: 0; transform: scale(.8); }
.steps-03 .step3-photo-wrap { position: absolute; left: 8.28px; top: 8.29px; width: 152.474px; height: 152.474px; border-radius: 50%; overflow: hidden; }
.steps-03 .step3-photo { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.steps-03 .step3-badge { position: absolute; left: 127.61px; top: 8.29px; width: 30px; height: 30px; background: #1f8923; border: 1px solid #d0d4e6; border-radius: 50%; display: flex; align-items: center; justify-content: center; opacity: 0; transform: scale(0); transform-origin: center; }
.steps-03 .step3-msg { position: absolute; top: calc(50% + 26.52px); left: 50%; transform: translateX(-50%); width: 281.745px; margin: 0; text-align: center; font-family: 'Proxima Nova A', 'Proxima Nova', -apple-system, 'Roboto', Arial, sans-serif; font-weight: 700; font-size: 33.146px; line-height: 1; letter-spacing: -.6629px; color: #000000; font-feature-settings: "salt" 1, "calt" 0; clip-path: inset(0 100% 0 0); }
.steps-03 .step3-buttons { position: absolute; top: calc(50% + 145.84px); left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 6.629px; }
.steps-03 .step3-btn { width: 53.034px; height: 53.034px; background: #e9f1ff; border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; opacity: 0; transform: scale(0); transform-origin: center; }
@keyframes step3-ring-in { 0% { opacity: 0; transform: scale(.8); } 60% { opacity: 1; transform: scale(1.06); } 100% { opacity: 1; transform: scale(1); } }
@keyframes step3-badge-pop { 0% { opacity: 0; transform: scale(0); } 70% { opacity: 1; transform: scale(1.7); } 100% { opacity: 1; transform: scale(1.5); } }
@keyframes step3-slide-up { from { transform: translateY(86px); } to { transform: translateY(0); } }
@keyframes step3-msg-reveal { to { clip-path: inset(0 0% 0 0); } }
@keyframes step3-btn-pop { from { opacity: 0; transform: scale(0); } to { opacity: 1; transform: scale(1); } }
.steps-03 .is-playing .step3-ring { animation: step3-ring-in .55s 0s cubic-bezier(0.05,0.7,0.1,1) forwards; }
.steps-03 .is-playing .step3-badge { animation: step3-badge-pop .35s .7s cubic-bezier(0.05,0.7,0.1,1) forwards; }
.steps-03 .is-playing .step3-visual-group { animation: step3-slide-up .6s .9s cubic-bezier(0.05,0.7,0.1,1) forwards; }
.steps-03 .is-playing .step3-msg { animation: step3-msg-reveal .55s 1.5s cubic-bezier(0.05,0.7,0.1,1) forwards; }
.steps-03 .is-playing .step3-btn:nth-child(1) { animation: step3-btn-pop .4s 2.05s cubic-bezier(0.05,0.7,0.1,1) forwards; }
.steps-03 .is-playing .step3-btn:nth-child(2) { animation: step3-btn-pop .4s 2.25s cubic-bezier(0.05,0.7,0.1,1) forwards; }
.steps-03 .is-playing .step3-btn:nth-child(3) { animation: step3-btn-pop .4s 2.45s cubic-bezier(0.05,0.7,0.1,1) forwards; }

@media (min-width: 768px) {
  .steps-03__indicator-mobile { display: none; }
  .steps-03 { height: 200vh; }
  .steps-03__card { position: sticky; top: 8px; height: calc(100vh - 16px); padding: 0; gap: 0; overflow: hidden; }
  .steps-03__title { position: absolute; top: 40px; left: 40px; right: calc(50% + 40px); z-index: 2; font-size: 72px; letter-spacing: -2.88px; }
  .steps-03__track { position: absolute; inset: 0; z-index: 1; gap: 0; }
  .steps-03__scene { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .35s ease; gap: 0; }
  .steps-03__scene--active { opacity: 1; pointer-events: auto; }
  .steps-03__slot {
    position: absolute;
    top: 50%;
    right: 40px;
    bottom: auto;
    left: auto;
    width: calc(50% - 76.5px);
    max-width: 600px;
    height: 460px;
    max-height: calc(100% - 80px);
    transform: translateY(-50%);
  }
  .steps-03__step { position: absolute; bottom: 120px; left: 40px; right: calc(50% + 40px); gap: 16px; }
  .steps-03__step-number { font-size: 24px; line-height: 28px; }
  .steps-03__step-title { font-size: 48px; letter-spacing: -1.92px; }
  .steps-03__cta-wrap { position: absolute; bottom: 40px; left: 40px; z-index: 2; transition: opacity .3s ease; }
  .steps-03__scene:not(.steps-03__scene--active) .steps-03__cta-wrap { visibility: hidden; }
  .steps-03__indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: rgba(255,255,255,.4);
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 9999px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .steps-03__dot { width: 8px; height: 8px; border-radius: 9999px; background: rgba(40,40,52,.3); transition: height .3s ease, background-color .3s ease; flex-shrink: 0; }
  .steps-03__dot--active { height: 24px; background-color: #282834; }

  .steps-03 .step1__row { gap: 19.888px; }
  .steps-03 .step1__currency { font-size: 92.81px; line-height: 110px; letter-spacing: -1.6573px; }
  .steps-03 .step1__digit { font-size: 92.81px; line-height: 110px; letter-spacing: -1.6573px; }
  .steps-03 .step1__mask { height: 110px; }
  .steps-03 .step1__cursor { height: 110px; width: 2px; }

  .steps-03 .step2 { width: 600px; max-width: 100%; height: 460px; max-height: 100%; }
  .steps-03 .step2card { left: 70px; right: 70px; height: 103px; padding: 24px 28px; gap: 12px; }
  .steps-03 .step2card:nth-child(1) { top: 60px; }
  .steps-03 .step2card:nth-child(2) { top: 179px; }
  .steps-03 .step2card:nth-child(3) { top: 298px; }
  .steps-03 .step2card-copy { gap: 6px; }
  .steps-03 .step2card-meta { font-size: 18px; }
  .steps-03 .step2card-name { font-size: 22px; }
  .steps-03 .step2card-chevron { width: 120px; }

  .steps-03 .step3 { max-width: 600px; max-height: 460px; }
  .steps-03 .step3-ui { transform: translate(-50%,-50%) scale(.914); }
}

@media (max-width: 767px) {
  .steps-03__card { width: 100%; margin: 0 auto; background-color: transparent; padding: 0; border-radius: 0; }
  .steps-03__track { width: 100%; gap: 0; }

  .steps-03__scene { width: 100%; background-color: #ffe600; border-radius: 20px; padding: 24px; gap: 0; box-sizing: border-box; }
  .steps-03__slot { order: -1; width: 100%; height: 348px; margin: 0 0 48px; }
  .steps-03__step { min-height: 76px; justify-content: flex-end; }
  .steps-03__step-number { font-size: 14px; line-height: 18px; }
  .steps-03__cta-wrap { margin-top: 24px; }

  .steps-03__title { width: 100%; background-color: #ffe600; border-radius: 20px 20px 0 0; padding: 24px; order: 0; box-sizing: border-box; }
  .steps-03__scene:nth-child(2) { order: 1; border-radius: 0 0 20px 20px; }
  .steps-03__scene:nth-child(3) { order: 2; margin-top: 8px; }
  .steps-03__scene:nth-child(4) { order: 3; margin-top: 8px; }

  .steps-03 .step2 { width: 100%; height: 65.23%; }
  .steps-03 .step2card { left: 11.667%; right: 11.667%; height: 22.391%; border-radius: 8px; padding: 12px 14px; gap: 6px; box-shadow: 0 1px 6px rgba(0,0,0,.07); }
  .steps-03 .step2card:nth-child(1) { top: 13.043%; }
  .steps-03 .step2card:nth-child(2) { top: 38.913%; }
  .steps-03 .step2card:nth-child(3) { top: 64.783%; }
  .steps-03 .step2card-copy { gap: 3px; }
  .steps-03 .step2card-meta { font-size: 9px; }
  .steps-03 .step2card-name { font-size: 11px; }
  .steps-03 .step2card-chevron { width: 16px; }
  .steps-03 .step2card-chevron svg { width: 12px; height: 12px; }

  .steps-03 .step3-ui { transform: translate(-50%,-50%) scale(.52); }
}

@media (prefers-reduced-motion: reduce) {
  .steps-03 .step2card { animation: none; opacity: 1; transform: none; }
  .steps-03 .step1__currency { color: #282834; }
  .steps-03 .step1__digit { opacity: 1; transform: none; }
  .steps-03 .step1__cursor { animation: none; opacity: 0; }
  .steps-03 .step3-ring { opacity: 1; transform: scale(1); }
  .steps-03 .step3-badge { opacity: 1; transform: scale(1.5); }
  .steps-03 .step3-visual-group { transform: none; }
  .steps-03 .step3-msg { clip-path: none; }
  .steps-03 .step3-btn { opacity: 1; transform: none; }
}
