@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.ypvv-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

.ypvv-editorial-wrap,
.ypvv-editorial-wrap section,
.ypvv-editorial-wrap div,
.ypvv-editorial-wrap article {
  box-sizing: border-box;
}

.ypvv-editorial-wrap .ypvv-section {
  position: relative;
  width: 100%;
}

.ypvv-editorial-wrap .ypvv-section-white {
  background: #ffffff;
}

.ypvv-editorial-wrap .ypvv-section-soft {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 0, 74, 0.075), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255, 107, 53, 0.08), transparent 28%),
    #fbfaf8;
}

.ypvv-editorial-wrap .ypvv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.ypvv-editorial-wrap .ypvv-heading {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.ypvv-editorial-wrap .ypvv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 0, 74, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 74, 0.1), rgba(255, 107, 53, 0.1));
  color: #c2173b;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0;
}

.ypvv-editorial-wrap .ypvv-heading h2 {
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.ypvv-editorial-wrap .ypvv-heading p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #5f6878;
  line-height: 1.75;
}

.ypvv-editorial-wrap .ypvv-grid {
  display: grid;
  align-items: stretch;
}

.ypvv-editorial-wrap .ypvv-card,
.ypvv-editorial-wrap .ypvv-step-card,
.ypvv-editorial-wrap .ypvv-trust-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(18, 24, 39, 0.075);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ypvv-editorial-wrap .ypvv-card::before,
.ypvv-editorial-wrap .ypvv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 0, 74, 0.12), rgba(255, 107, 53, 0.08), transparent 58%);
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
}

.ypvv-editorial-wrap .ypvv-card:hover,
.ypvv-editorial-wrap .ypvv-step-card:hover,
.ypvv-editorial-wrap .ypvv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 74, 0.2);
  box-shadow: 0 24px 60px rgba(18, 24, 39, 0.12);
}

.ypvv-editorial-wrap .ypvv-card:hover::before,
.ypvv-editorial-wrap .ypvv-trust-card:hover::before {
  opacity: 1;
}

.ypvv-editorial-wrap .ypvv-card h3,
.ypvv-editorial-wrap .ypvv-step-card h3,
.ypvv-editorial-wrap .ypvv-trust-card h3 {
  position: relative;
  margin: 0;
  color: #151d2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ypvv-editorial-wrap .ypvv-card p,
.ypvv-editorial-wrap .ypvv-step-card p,
.ypvv-editorial-wrap .ypvv-trust-card p {
  position: relative;
  margin: 10px 0 0;
  color: #5f6878;
  line-height: 1.72;
}

.ypvv-editorial-wrap .ypvv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff004a, #ff6b35);
  box-shadow: 0 12px 28px rgba(255, 0, 74, 0.24);
}

.ypvv-editorial-wrap .ypvv-icon::before,
.ypvv-editorial-wrap .ypvv-icon::after {
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}

.ypvv-editorial-wrap .ypvv-card:hover .ypvv-icon::before,
.ypvv-editorial-wrap .ypvv-card:hover .ypvv-icon::after {
  transform: translateX(2px);
}

.ypvv-editorial-wrap .ypvv-icon-play::before {
  left: 18px;
  top: 14px;
  border-left: 13px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.ypvv-editorial-wrap .ypvv-icon-speed::before {
  left: 12px;
  top: 16px;
  width: 22px;
  height: 12px;
  border: 3px solid #ffffff;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom: 0;
}

.ypvv-editorial-wrap .ypvv-icon-speed::after {
  left: 23px;
  top: 20px;
  width: 11px;
  height: 3px;
  border-radius: 4px;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
}

.ypvv-editorial-wrap .ypvv-icon-frame::before {
  left: 11px;
  top: 13px;
  width: 24px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.ypvv-editorial-wrap .ypvv-icon-route::before {
  left: 13px;
  top: 12px;
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

.ypvv-editorial-wrap .ypvv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.ypvv-editorial-wrap .ypvv-icon-mobile::after {
  left: 21px;
  top: 30px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
}

.ypvv-editorial-wrap .ypvv-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}

.ypvv-editorial-wrap .ypvv-icon-daily::after {
  left: 22px;
  top: 17px;
  width: 3px;
  height: 12px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 6px 8px 0 -1px #ffffff;
}

.ypvv-editorial-wrap .ypvv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.ypvv-editorial-wrap .ypvv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 0, 74, 0.35), rgba(255, 107, 53, 0.22), rgba(23, 32, 51, 0.06)) border-box;
  border: 1px solid transparent;
}

.ypvv-editorial-wrap .ypvv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff004a, #ff6b35);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 32px rgba(255, 0, 74, 0.23);
}

.ypvv-editorial-wrap .ypvv-badge-dot {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: rgba(255, 0, 74, 0.1);
  border: 1px solid rgba(255, 0, 74, 0.18);
}

.ypvv-editorial-wrap .ypvv-badge-dot::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff004a, #ff6b35);
  box-shadow: 0 8px 18px rgba(255, 0, 74, 0.22);
}

.ypvv-editorial-wrap .ypvv-trust-card {
  text-align: center;
}

.ypvv-editorial-wrap .ypvv-trust-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 0, 74, 0.12), rgba(255, 107, 53, 0.16));
  color: #d5153e;
  font-size: 22px;
  font-weight: 900;
}

.ypvv-editorial-wrap .ypvv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ypvv-editorial-wrap .ypvv-reveal.ypvv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .ypvv-editorial-wrap .ypvv-section {
    padding: 54px 0;
  }

  .ypvv-editorial-wrap .ypvv-container {
    padding: 0 14px;
  }

  .ypvv-editorial-wrap .ypvv-heading h2 {
    font-size: 28px;
  }

  .ypvv-editorial-wrap .ypvv-heading p {
    font-size: 15px;
  }

  .ypvv-editorial-wrap .ypvv-grid,
  .ypvv-editorial-wrap .ypvv-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .ypvv-editorial-wrap .ypvv-grid-three,
  .ypvv-editorial-wrap .ypvv-grid-trust {
    grid-template-columns: 1fr;
  }

  .ypvv-editorial-wrap .ypvv-card,
  .ypvv-editorial-wrap .ypvv-trust-card {
    padding: 22px;
  }

  .ypvv-editorial-wrap .ypvv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .ypvv-editorial-wrap .ypvv-step-number {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }

  .ypvv-editorial-wrap .ypvv-card h3,
  .ypvv-editorial-wrap .ypvv-step-card h3,
  .ypvv-editorial-wrap .ypvv-trust-card h3 {
    font-size: 19px;
  }

  .ypvv-editorial-wrap .ypvv-card p,
  .ypvv-editorial-wrap .ypvv-step-card p,
  .ypvv-editorial-wrap .ypvv-trust-card p {
    font-size: 14.5px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ypvv-editorial-wrap .ypvv-section {
    padding: 60px 0;
  }

  .ypvv-editorial-wrap .ypvv-container {
    padding: 0 18px;
  }

  .ypvv-editorial-wrap .ypvv-heading h2 {
    font-size: 31px;
  }

  .ypvv-editorial-wrap .ypvv-heading p {
    font-size: 15.5px;
  }

  .ypvv-editorial-wrap .ypvv-grid,
  .ypvv-editorial-wrap .ypvv-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .ypvv-editorial-wrap .ypvv-grid-three,
  .ypvv-editorial-wrap .ypvv-grid-trust {
    grid-template-columns: 1fr;
  }

  .ypvv-editorial-wrap .ypvv-card,
  .ypvv-editorial-wrap .ypvv-trust-card {
    padding: 24px;
  }

  .ypvv-editorial-wrap .ypvv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }

  .ypvv-editorial-wrap .ypvv-step-number {
    width: 58px;
    height: 58px;
    font-size: 19px;
  }

  .ypvv-editorial-wrap .ypvv-card h3,
  .ypvv-editorial-wrap .ypvv-step-card h3,
  .ypvv-editorial-wrap .ypvv-trust-card h3 {
    font-size: 20px;
  }

  .ypvv-editorial-wrap .ypvv-card p,
  .ypvv-editorial-wrap .ypvv-step-card p,
  .ypvv-editorial-wrap .ypvv-trust-card p {
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ypvv-editorial-wrap .ypvv-section {
    padding: 66px 0;
  }

  .ypvv-editorial-wrap .ypvv-container {
    padding: 0 22px;
  }

  .ypvv-editorial-wrap .ypvv-heading h2 {
    font-size: 34px;
  }

  .ypvv-editorial-wrap .ypvv-heading p {
    font-size: 16px;
  }

  .ypvv-editorial-wrap .ypvv-grid,
  .ypvv-editorial-wrap .ypvv-steps {
    gap: 20px;
    margin-top: 36px;
  }

  .ypvv-editorial-wrap .ypvv-grid-three,
  .ypvv-editorial-wrap .ypvv-grid-trust {
    grid-template-columns: 1fr;
  }

  .ypvv-editorial-wrap .ypvv-card,
  .ypvv-editorial-wrap .ypvv-trust-card {
    padding: 26px;
  }

  .ypvv-editorial-wrap .ypvv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .ypvv-editorial-wrap .ypvv-step-number {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .ypvv-editorial-wrap .ypvv-card h3,
  .ypvv-editorial-wrap .ypvv-step-card h3,
  .ypvv-editorial-wrap .ypvv-trust-card h3 {
    font-size: 21px;
  }

  .ypvv-editorial-wrap .ypvv-card p,
  .ypvv-editorial-wrap .ypvv-step-card p,
  .ypvv-editorial-wrap .ypvv-trust-card p {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ypvv-editorial-wrap .ypvv-section {
    padding: 78px 0;
  }

  .ypvv-editorial-wrap .ypvv-container {
    padding: 0 30px;
  }

  .ypvv-editorial-wrap .ypvv-heading h2 {
    font-size: 42px;
  }

  .ypvv-editorial-wrap .ypvv-heading p {
    font-size: 17px;
  }

  .ypvv-editorial-wrap .ypvv-grid,
  .ypvv-editorial-wrap .ypvv-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .ypvv-editorial-wrap .ypvv-grid-three,
  .ypvv-editorial-wrap .ypvv-grid-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ypvv-editorial-wrap .ypvv-card,
  .ypvv-editorial-wrap .ypvv-trust-card {
    padding: 28px;
  }

  .ypvv-editorial-wrap .ypvv-step-card {
    gap: 22px;
    padding: 28px;
  }

  .ypvv-editorial-wrap .ypvv-step-number {
    width: 64px;
    height: 64px;
    font-size: 21px;
  }

  .ypvv-editorial-wrap .ypvv-card h3,
  .ypvv-editorial-wrap .ypvv-step-card h3,
  .ypvv-editorial-wrap .ypvv-trust-card h3 {
    font-size: 21px;
  }

  .ypvv-editorial-wrap .ypvv-card p,
  .ypvv-editorial-wrap .ypvv-step-card p,
  .ypvv-editorial-wrap .ypvv-trust-card p {
    font-size: 15.5px;
  }
}

@media (min-width: 1024px) {
  .ypvv-editorial-wrap .ypvv-section {
    padding: 92px 0;
  }

  .ypvv-editorial-wrap .ypvv-container {
    padding: 0 34px;
  }

  .ypvv-editorial-wrap .ypvv-heading h2 {
    font-size: 48px;
  }

  .ypvv-editorial-wrap .ypvv-heading p {
    font-size: 17.5px;
  }

  .ypvv-editorial-wrap .ypvv-grid,
  .ypvv-editorial-wrap .ypvv-steps {
    gap: 24px;
    margin-top: 48px;
  }

  .ypvv-editorial-wrap .ypvv-grid-three,
  .ypvv-editorial-wrap .ypvv-grid-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ypvv-editorial-wrap .ypvv-card,
  .ypvv-editorial-wrap .ypvv-trust-card {
    padding: 30px;
  }

  .ypvv-editorial-wrap .ypvv-step-card {
    gap: 26px;
    padding: 30px 34px;
  }

  .ypvv-editorial-wrap .ypvv-step-number {
    width: 68px;
    height: 68px;
    font-size: 22px;
  }

  .ypvv-editorial-wrap .ypvv-card h3,
  .ypvv-editorial-wrap .ypvv-step-card h3,
  .ypvv-editorial-wrap .ypvv-trust-card h3 {
    font-size: 22px;
  }

  .ypvv-editorial-wrap .ypvv-card p,
  .ypvv-editorial-wrap .ypvv-step-card p,
  .ypvv-editorial-wrap .ypvv-trust-card p {
    font-size: 16px;
  }
}