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

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

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

.ytlv-editorial-wrap .ytlv-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ytlv-editorial-wrap .ytlv-section-white {
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 0, 0, 0.055), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.ytlv-editorial-wrap .ytlv-section-soft {
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 0, 0, 0.07), transparent 30%),
    linear-gradient(180deg, #fbfbfd 0%, #f6f7fb 100%);
}

.ytlv-editorial-wrap .ytlv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ytlv-editorial-wrap .ytlv-section-head {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.ytlv-editorial-wrap .ytlv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(255, 0, 0, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.08), rgba(255, 122, 24, 0.08));
  color: #b81414;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.ytlv-editorial-wrap .ytlv-section-head h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ytlv-editorial-wrap .ytlv-section-head p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #556070;
  line-height: 1.7;
  font-weight: 400;
}

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

.ytlv-editorial-wrap .ytlv-card,
.ytlv-editorial-wrap .ytlv-trust-card {
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(19, 29, 48, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.075);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ytlv-editorial-wrap .ytlv-card::before,
.ytlv-editorial-wrap .ytlv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.085), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
}

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

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

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

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

.ytlv-editorial-wrap .ytlv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0033 0%, #ff7a18 100%);
  box-shadow: 0 12px 26px rgba(255, 0, 51, 0.22);
  transition: transform 260ms ease;
}

.ytlv-editorial-wrap .ytlv-card:hover .ytlv-icon {
  transform: translateY(-2px) scale(1.04);
}

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

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

.ytlv-editorial-wrap .ytlv-icon-speed::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  border-bottom-color: rgba(255, 255, 255, 0.4);
}

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

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

.ytlv-editorial-wrap .ytlv-icon-frame::after {
  width: 7px;
  height: 7px;
  left: 20px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}

.ytlv-editorial-wrap .ytlv-icon-steps::before {
  width: 6px;
  height: 6px;
  left: 13px;
  top: 12px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}

.ytlv-editorial-wrap .ytlv-icon-steps::after {
  width: 15px;
  height: 3px;
  left: 24px;
  top: 14px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}

.ytlv-editorial-wrap .ytlv-icon-mobile::before {
  width: 18px;
  height: 27px;
  left: 14px;
  top: 9px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}

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

.ytlv-editorial-wrap .ytlv-icon-organize::before {
  width: 22px;
  height: 5px;
  left: 12px;
  top: 13px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.82), 0 16px 0 rgba(255, 255, 255, 0.62);
}

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

.ytlv-editorial-wrap .ytlv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(19, 29, 48, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 250, 0.9)),
    #ffffff;
  box-shadow: 0 18px 46px rgba(23, 32, 51, 0.075);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ytlv-editorial-wrap .ytlv-step-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ff0033 0%, #ff7a18 100%);
}

.ytlv-editorial-wrap .ytlv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 0, 0, 0.22);
  box-shadow: 0 24px 58px rgba(23, 32, 51, 0.11);
}

.ytlv-editorial-wrap .ytlv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff0033 0%, #ff7a18 100%);
  box-shadow: 0 12px 28px rgba(255, 0, 51, 0.22);
}

.ytlv-editorial-wrap .ytlv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
}

.ytlv-editorial-wrap .ytlv-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.08);
  color: #bd1717;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: 0;
}

.ytlv-editorial-wrap .ytlv-trust-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 248, 0.92)),
    #ffffff;
}

.ytlv-editorial-wrap .ytlv-trust-mark {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 0, 51, 0.12), rgba(255, 122, 24, 0.14));
  border: 1px solid rgba(255, 0, 0, 0.16);
}

.ytlv-editorial-wrap .ytlv-trust-mark::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #e11d2e;
  border-bottom: 3px solid #e11d2e;
  transform: rotate(-45deg);
  border-radius: 2px;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .ytlv-editorial-wrap .ytlv-reveal,
  .ytlv-editorial-wrap .ytlv-card,
  .ytlv-editorial-wrap .ytlv-trust-card,
  .ytlv-editorial-wrap .ytlv-step-card,
  .ytlv-editorial-wrap .ytlv-icon {
    transition: none;
  }

  .ytlv-editorial-wrap .ytlv-reveal {
    opacity: 1;
    transform: none;
  }
}

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

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

  .ytlv-editorial-wrap .ytlv-section-head h2 {
    font-size: 27px;
  }

  .ytlv-editorial-wrap .ytlv-section-head p {
    font-size: 15px;
  }

  .ytlv-editorial-wrap .ytlv-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .ytlv-editorial-wrap .ytlv-card,
  .ytlv-editorial-wrap .ytlv-trust-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

  .ytlv-editorial-wrap .ytlv-steps {
    gap: 14px;
    margin-top: 28px;
  }

  .ytlv-editorial-wrap .ytlv-step-card {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
    border-radius: 18px;
  }

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

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

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

  .ytlv-editorial-wrap .ytlv-section-head h2 {
    font-size: 30px;
  }

  .ytlv-editorial-wrap .ytlv-section-head p {
    font-size: 15.5px;
  }

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

  .ytlv-editorial-wrap .ytlv-card,
  .ytlv-editorial-wrap .ytlv-trust-card {
    padding: 24px;
    border-radius: 20px;
  }

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

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

  .ytlv-editorial-wrap .ytlv-steps {
    gap: 16px;
    margin-top: 32px;
  }

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

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

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

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

  .ytlv-editorial-wrap .ytlv-section-head h2 {
    font-size: 34px;
  }

  .ytlv-editorial-wrap .ytlv-section-head p {
    font-size: 16px;
  }

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

  .ytlv-editorial-wrap .ytlv-card,
  .ytlv-editorial-wrap .ytlv-trust-card {
    padding: 26px;
    border-radius: 21px;
  }

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

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

  .ytlv-editorial-wrap .ytlv-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .ytlv-editorial-wrap .ytlv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
    border-radius: 21px;
  }

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

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

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

  .ytlv-editorial-wrap .ytlv-section-head h2 {
    font-size: 40px;
  }

  .ytlv-editorial-wrap .ytlv-section-head p {
    font-size: 17px;
  }

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

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

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

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

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

  .ytlv-editorial-wrap .ytlv-steps {
    gap: 18px;
    margin-top: 42px;
  }

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

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

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

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

  .ytlv-editorial-wrap .ytlv-section-head h2 {
    font-size: 46px;
  }

  .ytlv-editorial-wrap .ytlv-section-head p {
    font-size: 17px;
  }

  .ytlv-editorial-wrap .ytlv-grid {
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

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

  .ytlv-editorial-wrap .ytlv-steps {
    gap: 20px;
    margin-top: 48px;
  }

  .ytlv-editorial-wrap .ytlv-step-card {
    gap: 24px;
    padding: 32px 34px;
  }

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