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

.ytvv-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}

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

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

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

.ytvv-editorial-wrap .ytvv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 0, 64, 0.07), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(255, 156, 68, 0.08), transparent 30%),
    #fbfaf8;
}

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

.ytvv-editorial-wrap .ytvv-heading-block {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ytvv-editorial-wrap .ytvv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 0, 64, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 64, 0.1), rgba(255, 156, 68, 0.1));
  color: #c5163f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.ytvv-editorial-wrap h2 {
  margin: 0;
  color: #121826;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ytvv-editorial-wrap .ytvv-heading-block p {
  margin: 14px auto 0;
  max-width: 680px;
  color: #586174;
  font-weight: 400;
  line-height: 1.75;
}

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

.ytvv-editorial-wrap .ytvv-card,
.ytvv-editorial-wrap .ytvv-step-card,
.ytvv-editorial-wrap .ytvv-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ytvv-editorial-wrap .ytvv-card::before,
.ytvv-editorial-wrap .ytvv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 0, 64, 0.1), rgba(255, 156, 68, 0.08), transparent 54%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.ytvv-editorial-wrap .ytvv-card:hover,
.ytvv-editorial-wrap .ytvv-step-card:hover,
.ytvv-editorial-wrap .ytvv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 64, 0.22);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
}

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

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

.ytvv-editorial-wrap .ytvv-card p,
.ytvv-editorial-wrap .ytvv-step-card p,
.ytvv-editorial-wrap .ytvv-trust-card p {
  position: relative;
  margin: 10px 0 0;
  color: #5b6477;
  font-weight: 400;
  line-height: 1.7;
}

.ytvv-editorial-wrap .ytvv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff003d, #ff8a3d);
  box-shadow: 0 12px 24px rgba(255, 0, 64, 0.22);
}

.ytvv-editorial-wrap .ytvv-icon::before,
.ytvv-editorial-wrap .ytvv-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.ytvv-editorial-wrap .ytvv-icon-play::before {
  left: 19px;
  top: 15px;
  border-left: 14px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.ytvv-editorial-wrap .ytvv-icon-speed::before {
  left: 13px;
  top: 22px;
  width: 22px;
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(-24deg);
}

.ytvv-editorial-wrap .ytvv-icon-speed::after {
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.ytvv-editorial-wrap .ytvv-icon-frame::before {
  inset: 13px 10px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.ytvv-editorial-wrap .ytvv-icon-steps::before {
  left: 13px;
  top: 14px;
  width: 22px;
  height: 4px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.ytvv-editorial-wrap .ytvv-icon-mobile::before {
  left: 16px;
  top: 10px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}

.ytvv-editorial-wrap .ytvv-icon-mobile::after {
  left: 22px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}

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

.ytvv-editorial-wrap .ytvv-icon-daily::after {
  left: 24px;
  top: 17px;
  width: 3px;
  height: 11px;
  border-radius: 99px;
  background: #ffffff;
  transform-origin: bottom;
  transform: rotate(42deg);
}

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

.ytvv-editorial-wrap .ytvv-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, 64, 0.4), rgba(255, 156, 68, 0.32)) border-box;
  border: 1px solid transparent;
}

.ytvv-editorial-wrap .ytvv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff003d, #ff8a3d);
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(255, 0, 64, 0.22);
}

.ytvv-editorial-wrap .ytvv-badge-dot {
  position: relative;
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff003d, #ff8a3d);
  box-shadow: 0 0 0 8px rgba(255, 0, 64, 0.08);
}

.ytvv-editorial-wrap .ytvv-trust-mark {
  position: relative;
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 64, 0.08);
  color: #c5163f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.ytvv-editorial-wrap .ytvv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.ytvv-editorial-wrap .ytvv-reveal.ytvv-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .ytvv-editorial-wrap .ytvv-container {
    padding: 0 16px;
  }

  .ytvv-editorial-wrap h2 {
    font-size: 27px;
  }

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

  .ytvv-editorial-wrap .ytvv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

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

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

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

  .ytvv-editorial-wrap .ytvv-steps {
    gap: 16px;
    margin-top: 30px;
  }

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

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

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

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

  .ytvv-editorial-wrap h2 {
    font-size: 30px;
  }

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

  .ytvv-editorial-wrap .ytvv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

  .ytvv-editorial-wrap .ytvv-steps {
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

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

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

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

  .ytvv-editorial-wrap .ytvv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

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

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

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

  .ytvv-editorial-wrap .ytvv-steps {
    gap: 20px;
    margin-top: 36px;
  }

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

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

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

  .ytvv-editorial-wrap .ytvv-container {
    padding: 0 32px;
  }

  .ytvv-editorial-wrap h2 {
    font-size: 40px;
  }

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

  .ytvv-editorial-wrap .ytvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

  .ytvv-editorial-wrap .ytvv-steps {
    gap: 22px;
    margin-top: 42px;
  }

  .ytvv-editorial-wrap .ytvv-step-card {
    gap: 22px;
    padding: 30px;
  }
}

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

  .ytvv-editorial-wrap .ytvv-container {
    padding: 0 28px;
  }

  .ytvv-editorial-wrap h2 {
    font-size: 46px;
  }

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

  .ytvv-editorial-wrap .ytvv-grid-six,
  .ytvv-editorial-wrap .ytvv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }

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

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

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

  .ytvv-editorial-wrap .ytvv-steps {
    gap: 22px;
    margin-top: 46px;
  }

  .ytvv-editorial-wrap .ytvv-step-card {
    gap: 26px;
    padding: 32px 34px;
  }
}