.vps-02 { margin: 0 8px; box-sizing: border-box; position: relative; }

.vps-02__bg-full {
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 12px;
  overflow: hidden;
  z-index: 0;
}
.vps-02__bg-full-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 15% 50%;
}
.vps-02__left-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.08) 42%, rgba(0,0,0,0) 72%);
}

.vps-02__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.vps-02__left {
  position: relative;
  height: 344px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: transparent;
  border-radius: 12px;
  padding: 16px;
  box-sizing: border-box;
  overflow: hidden;
}

.vps-02__title {
  font-family: 'Proxima Nova A', 'Proxima Nova', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -1.28px;
  color: #ffffff;
  font-feature-settings: "salt" 1, "calt" 0;
  margin: 0;
  padding: 0;
  word-break: break-word;
}

.vps-02__right { box-sizing: border-box; }

.vps-02__cards {
  list-style: none;
  margin: 0 -8px;
  padding: 0 8px 4px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 8px;
  -webkit-overflow-scrolling: touch;
}

.vps-02__card {
  flex: 0 0 calc(100% - 16px);
  height: 380px;
  scroll-snap-align: start;
  background-color: #f4f5f9;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.vps-02__card-image {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.vps-02__card-content { padding: 16px; flex-shrink: 0; }

.vps-02__card-title {
  font-family: 'Proxima Nova A', 'Proxima Nova', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.96px;
  color: #282834;
  font-feature-settings: "salt" 1, "calt" 0;
  margin: 0;
  padding: 0;
  word-break: break-word;
}

.vps-02 .vp1 {
  width: 100%;
  max-width: 536px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.vps-02 .vp1__row { opacity: 0; transform: translateY(56px); }
.vps-02 .vp1__card {
  width: 100%;
  min-height: 70px;
  background-color: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  box-sizing: border-box;
}
.vps-02 .vp1__thumb {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f4f5f9;
  border: 1px solid #d0d4e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
}
.vps-02 .vp1__name {
  flex: 1;
  min-width: 0;
  font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #282834;
}
.vps-02 .vp1__price {
  flex-shrink: 0;
  font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #282834;
  white-space: nowrap;
}
.vps-02 .vp1__badge {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #1f8923;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
}
.vps-02 .vp1__badge svg { width: 10px; height: 10px; }

.vps-02 .is-playing .vp1__row--1 { animation: vp1-enter 0.25s 0.3s cubic-bezier(0.05,0.7,0.1,1) forwards; }
.vps-02 .is-playing .vp1__row--2 { animation: vp1-enter 0.25s 1.25s cubic-bezier(0.05,0.7,0.1,1) forwards; }
.vps-02 .is-playing .vp1__row--3 { animation: vp1-enter 0.25s 2.2s cubic-bezier(0.05,0.7,0.1,1) forwards; }
.vps-02 .is-playing .vp1__row--1 .vp1__badge { animation: vp1-badge 0.2s 0.85s cubic-bezier(0.05,0.7,0.1,1) forwards; }
.vps-02 .is-playing .vp1__row--2 .vp1__badge { animation: vp1-badge 0.2s 1.8s cubic-bezier(0.05,0.7,0.1,1) forwards; }
.vps-02 .is-playing .vp1__row--3 .vp1__badge { animation: vp1-badge 0.2s 2.75s cubic-bezier(0.05,0.7,0.1,1) forwards; }

@keyframes vp1-enter { from { opacity: 0; transform: translateY(56px); } to { opacity: 1; transform: translateY(0); } }
@keyframes vp1-badge { from { opacity: 0; transform: scale(0); } to { opacity: 1; transform: scale(1); } }

.vps-02 .vp2 {
  position: relative;
  width: 100%;
  max-width: 530.526px;
  height: 260px;
}
.vps-02 .vp2__wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.vps-02 .vp2__card {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  opacity: 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  box-sizing: border-box;
}
.vps-02 .vp2__row {
  min-height: 122px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 24px;
  box-sizing: border-box;
}
.vps-02 .vp2__slot { flex-shrink: 0; width: 78px; height: 78px; }
.vps-02 .vp2__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 6px;
}
.vps-02 .vp2__headline {
  margin: 0;
  font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.25;
  color: #282834;
  font-feature-settings: "case" 1;
  clip-path: inset(0 100% 0 0);
}
.vps-02 .vp2__amount {
  margin: 0;
  font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.28;
  color: #282834;
  opacity: 0;
}
.vps-02 .vp2__shield {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.vps-02 .vp2__shield-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #1f8923;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0);
}
.vps-02 .vp2__shield-svg { width: 30px; height: 33px; overflow: visible; }
.vps-02 .vp2__shield-icon {
  opacity: 0;
  transform: scale(0.72);
  transform-box: fill-box;
  transform-origin: center;
}
.vps-02 .vp2__shield-check { stroke-dasharray: 22; stroke-dashoffset: 22; }

.vps-02 .is-playing .vp2__shield-badge { animation: vp2-thumb-in 0.4s 0s cubic-bezier(0.05,0.7,0.1,1) forwards; }
.vps-02 .is-playing .vp2__shield-icon { animation: vp2-icon-in 0.3s 0.45s cubic-bezier(0.05,0.7,0.1,1) forwards; }
.vps-02 .is-playing .vp2__shield { animation: vp2-shield-move 2.6s 0s linear forwards; }
.vps-02 .is-playing .vp2__card { animation: vp2-card-in 0.4s 1.2s cubic-bezier(0.05,0.7,0.1,1) forwards; }
.vps-02 .is-playing .vp2__shield-check { animation: vp2-check-draw 0.45s 1.5s cubic-bezier(0.4,0.4,0,1) forwards; }
.vps-02 .is-playing .vp2__headline { animation: vp2-copy-reveal 0.65s 1.9s cubic-bezier(0.05,0.7,0.1,1) forwards; }
.vps-02 .is-playing .vp2__amount { animation: vp2-copy-fade 0.8s 2.05s cubic-bezier(0.05,0.7,0.1,1) forwards; }

@keyframes vp2-thumb-in {
  0% { opacity: 0; transform: scale(0); }
  70% { opacity: 1; transform: scale(1.08); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes vp2-icon-in {
  0% { opacity: 0; transform: scale(0.72); }
  65% { opacity: 1; transform: scale(1.12); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes vp2-shield-move {
  0% { left: 50%; transform: translate(-50%, -50%) scale(1); }
  36.5% { left: 50%; transform: translate(-50%, -50%) scale(1); animation-timing-function: cubic-bezier(0.4,0.4,0,1); }
  55.8% { left: 24px; transform: translate(0, -50%) scale(1); }
  78.8% { left: 24px; transform: translate(0, -50%) scale(1); }
  86% { left: 24px; transform: translate(0, -50%) scale(1.07); }
  93% { left: 24px; transform: translate(0, -50%) scale(0.97); }
  100% { left: 24px; transform: translate(0, -50%) scale(1); }
}
@keyframes vp2-card-in { to { opacity: 1; } }
@keyframes vp2-check-draw { to { stroke-dashoffset: 0; } }
@keyframes vp2-copy-reveal { to { clip-path: inset(0 0% 0 0); } }
@keyframes vp2-copy-fade { to { opacity: 1; } }

.vps-02 .vp3 {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 240px;
  overflow: hidden;
}
.vps-02 .vp3__msg {
  position: absolute;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.18);
  box-sizing: border-box;
}
.vps-02 .vp3__msg--sent {
  left: 32.83%;
  top: 12.39%;
  width: 61.67%;
  background-color: #dcf8c6;
  border-bottom-right-radius: 2px;
  padding: 6px 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 0;
  transform: translateY(80px);
}
.vps-02 .vp3__msg--sent::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #dcf8c6;
  border-right: 8px solid transparent;
}
.vps-02 .vp3__photo { border-radius: 6px; overflow: hidden; }
.vps-02 .vp3__photo img { width: 100%; height: 74px; display: block; object-fit: cover; }
.vps-02 .vp3__line {
  margin: 0;
  padding: 0 4px;
  font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.3;
  color: #111111;
}
.vps-02 .vp3__link {
  margin: 0;
  padding: 0 4px;
  font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.3;
  color: #027eb5;
}
.vps-02 .vp3__meta { display: flex; justify-content: flex-end; align-items: center; gap: 4px; padding: 1px 2px 0; }
.vps-02 .vp3__time {
  font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 1;
  color: #7a9e7e;
  white-space: nowrap;
}
.vps-02 .vp3__typing {
  position: absolute;
  left: 5.33%;
  top: 75.87%;
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #ffffff;
  border-radius: 8px;
  border-bottom-left-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.18);
  padding: 8px 10px;
  opacity: 0;
  transform: translateY(80px);
}
.vps-02 .vp3__typing::after,
.vps-02 .vp3__msg--received::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #ffffff;
  border-left: 8px solid transparent;
}
.vps-02 .vp3__dot { width: 6px; height: 6px; border-radius: 50%; background-color: #90949c; }
.vps-02 .vp3__msg--received {
  left: 5.33%;
  top: 75.87%;
  max-width: 53.33%;
  background-color: #ffffff;
  border-bottom-left-radius: 2px;
  padding: 6px 8px 8px;
  opacity: 0;
  transform: translateY(80px);
}
.vps-02 .vp3__received-row { display: flex; align-items: flex-end; gap: 8px; }
.vps-02 .vp3__time--received { color: #aaaaaa; }
.vps-02 .vp3__stamp {
  position: absolute;
  left: 6%;
  top: 81.96%;
  background-color: #ffffff;
  border-radius: 40px;
  border: 1.5px solid #e9e9e9;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 1;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
  opacity: 0;
  transform: scale(0) rotate(-25deg);
  transform-origin: center bottom;
}

.vps-02 .is-playing .vp3__msg--sent { animation: vp3-up 0.4s 0s cubic-bezier(0.05,0.7,0.1,1) forwards; }
.vps-02 .is-playing .vp3__typing { animation: vp3-up 0.4s 0.6s cubic-bezier(0.05,0.7,0.1,1) forwards, vp3-typing-out 0.3s 1.8s cubic-bezier(0.3,0,0.8,0.15) forwards; }
.vps-02 .is-playing .vp3__dot { animation: vp3-dot 1.2s ease-in-out infinite; }
.vps-02 .is-playing .vp3__dot:nth-child(2) { animation-delay: 0.2s; }
.vps-02 .is-playing .vp3__dot:nth-child(3) { animation-delay: 0.4s; }
.vps-02 .is-playing .vp3__msg--received { animation: vp3-up 0.4s 2.1s cubic-bezier(0.05,0.7,0.1,1) forwards; }
.vps-02 .is-playing .vp3__stamp { animation: vp3-stamp 0.6s 2.9s cubic-bezier(0.05,0.7,0.1,1) forwards; }

@keyframes vp3-up { to { opacity: 1; transform: translateY(0); } }
@keyframes vp3-typing-out { to { opacity: 0; transform: translateY(10px); } }
@keyframes vp3-dot { 0%, 60%, 100% { transform: translateY(0); opacity: 0.35; } 30% { transform: translateY(-6px); opacity: 1; } }
@keyframes vp3-stamp {
  0% { opacity: 0; transform: scale(0) rotate(-25deg); }
  40% { opacity: 1; transform: scale(1.4) rotate(12deg); }
  60% { transform: scale(0.82) rotate(-5deg); }
  78% { transform: scale(1.12) rotate(4deg); }
  90% { transform: scale(0.95) rotate(-1deg); }
  100% { opacity: 1; transform: scale(1) rotate(0deg); }
}

.vps-02:not(.vps-anim) .vp1__row,
.vps-02:not(.vps-anim) .vp1__badge,
.vps-02:not(.vps-anim) .vp2__card,
.vps-02:not(.vps-anim) .vp2__shield-badge,
.vps-02:not(.vps-anim) .vp2__shield-icon,
.vps-02:not(.vps-anim) .vp2__amount,
.vps-02:not(.vps-anim) .vp3__msg--sent,
.vps-02:not(.vps-anim) .vp3__msg--received,
.vps-02:not(.vps-anim) .vp3__stamp {
  animation: vps-fallback-in 0.01s linear 0.8s forwards;
}
.vps-02:not(.vps-anim) .vp2__headline { animation: vps-fallback-headline 0.01s linear 0.8s forwards; }
.vps-02:not(.vps-anim) .vp2__shield { animation: vps-fallback-shield 0.01s linear 0.8s forwards; }
.vps-02:not(.vps-anim) .vp2__shield-check { animation: vps-fallback-check 0.01s linear 0.8s forwards; }
.vps-02:not(.vps-anim) .vp3__typing { display: none; }

@keyframes vps-fallback-in { to { opacity: 1; transform: none; } }
@keyframes vps-fallback-headline { to { clip-path: inset(0 0 0 0); } }
@keyframes vps-fallback-shield { to { left: 24px; transform: translate(0, -50%) scale(1); } }
@keyframes vps-fallback-check { to { stroke-dashoffset: 0; } }

@media (max-width: 767px) {
  .vps-02 .vp3 { height: 260px; }
  .vps-02 .vp3__typing,
  .vps-02 .vp3__msg--received { top: 82%; }
  .vps-02 .vp3__stamp { top: 89%; }
}

@media (min-width: 768px) {
  .vps-02__bg-full {
    display: block;
    position: sticky;
    top: 8px;
    bottom: auto;
    height: calc(100vh - 16px);
    border-radius: 12px;
    overflow: hidden;
  }
  .vps-02__bg-full-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 75% 45%;
  }
  .vps-02__left-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0) 70%);
  }
  .vps-02__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    align-items: start;
    margin-top: calc(-100vh + 16px);
    position: relative;
    z-index: 1;
  }
  .vps-02__left {
    position: sticky;
    top: 8px;
    height: calc(100vh - 16px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 12px;
    padding: 40px;
    background-color: transparent;
  }
  .vps-02__title {
    font-size: 72px;
    letter-spacing: -2.88px;
    color: #ffffff;
    position: relative;
    z-index: 1;
  }
  .vps-02__cards {
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    scroll-snap-type: none;
    margin: 0;
    padding: 0;
  }
  .vps-02__card { flex: none; scroll-snap-align: none; height: auto; min-height: calc(100vh - 16px); }
  .vps-02__card-image { flex: 1; min-height: 0; height: auto; padding: 24px; }
  .vps-02__card-content { padding: 24px; margin-top: auto; }
  .vps-02__card-title { font-size: 48px; letter-spacing: -1.92px; }

  .vps-02 .vp1 { gap: 16px; }
  .vps-02 .vp1__card { min-height: 100px; gap: 16px; padding: 0 20px; }
  .vps-02 .vp1__thumb { width: 52px; height: 52px; font-size: 26px; }
  .vps-02 .vp1__name { font-size: 20px; }
  .vps-02 .vp1__price { font-size: 20px; }

  .vps-02 .vp2 { height: 460px; }
  .vps-02 .vp2__card { border-radius: 25.678px; }
  .vps-02 .vp2__row { min-height: 171.186px; gap: 25.678px; padding: 34.237px 25.678px; }
  .vps-02 .vp2__slot { width: 102.712px; height: 102.712px; }
  .vps-02 .vp2__content { gap: 4.28px; padding-top: 8.559px; }
  .vps-02 .vp2__headline { font-size: 34.237px; line-height: 42.797px; }
  .vps-02 .vp2__amount { font-size: 29.958px; line-height: 38.517px; }
  .vps-02 .vp2__shield { width: 102.712px; height: 102.712px; }
  .vps-02 .vp2__shield-badge { width: 102.712px; height: 102.712px; }
  .vps-02 .vp2__shield-svg { width: 37.447px; height: 40.934px; }

  .vps-02 .vp3 { height: 460px; }
  .vps-02 .vp3__msg--sent { gap: 6px; padding: 6px 8px 8px; }
  .vps-02 .vp3__photo img { height: 150px; }
  .vps-02 .vp3__line { font-size: 16px; line-height: 21px; }
  .vps-02 .vp3__link { font-size: 15px; line-height: 20px; }
  .vps-02 .vp3__time { font-size: 11px; }
  .vps-02 .vp3__typing { padding: 10px 14px; }
  .vps-02 .vp3__dot { width: 8px; height: 8px; }
  .vps-02 .vp3__stamp { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .vps-02 .vp1__row,
  .vps-02 .vp1__badge,
  .vps-02 .vp2__card,
  .vps-02 .vp2__shield-badge,
  .vps-02 .vp2__shield-icon,
  .vps-02 .vp2__amount,
  .vps-02 .vp3__msg--sent,
  .vps-02 .vp3__msg--received,
  .vps-02 .vp3__stamp {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .vps-02 .vp2__headline { animation: none; clip-path: inset(0 0 0 0); }
  .vps-02 .vp2__shield { animation: none; left: 24px; transform: translate(0, -50%) scale(1); }
  .vps-02 .vp2__shield-check { animation: none; stroke-dashoffset: 0; }
  .vps-02 .vp3__typing { display: none; animation: none; opacity: 0; }
  .vps-02 .vp3__dot { animation: none; }
}
