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

.ytpv-editorial-content {
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #ffffff;
}

.ytpv-editorial-content,
.ytpv-editorial-content section,
.ytpv-editorial-content div,
.ytpv-editorial-content article {
  box-sizing: border-box;
}

.ytpv-editorial-content .ytpv-section {
  position: relative;
  width: 100%;
}

.ytpv-editorial-content .ytpv-section-white {
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 0, 84, 0.07), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.ytpv-editorial-content .ytpv-section-soft {
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 88, 88, 0.09), transparent 28%),
    linear-gradient(180deg, #fff8f7 0%, #fbfcff 100%);
}

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

.ytpv-editorial-content .ytpv-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ytpv-editorial-content .ytpv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 0, 84, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 84, 0.1), rgba(255, 119, 0, 0.08));
  color: #c41443;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}

.ytpv-editorial-content .ytpv-section-head h2 {
  margin: 14px 0 12px;
  color: #121a2b;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ytpv-editorial-content .ytpv-section-head p {
  margin: 0 auto;
  color: #5c6678;
  line-height: 1.72;
  font-weight: 450;
}

.ytpv-editorial-content .ytpv-card-grid {
  display: grid;
  align-items: stretch;
}

.ytpv-editorial-content .ytpv-feature-card,
.ytpv-editorial-content .ytpv-use-card,
.ytpv-editorial-content .ytpv-trust-card,
.ytpv-editorial-content .ytpv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(21, 31, 52, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ytpv-editorial-content .ytpv-feature-card,
.ytpv-editorial-content .ytpv-use-card,
.ytpv-editorial-content .ytpv-trust-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 22px;
}

.ytpv-editorial-content .ytpv-feature-card::before,
.ytpv-editorial-content .ytpv-use-card::before,
.ytpv-editorial-content .ytpv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 0, 84, 0.12), transparent 34%, rgba(255, 119, 0, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}

.ytpv-editorial-content .ytpv-feature-card:hover,
.ytpv-editorial-content .ytpv-use-card:hover,
.ytpv-editorial-content .ytpv-trust-card:hover,
.ytpv-editorial-content .ytpv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 84, 0.2);
  box-shadow: 0 24px 60px rgba(21, 31, 52, 0.12);
}

.ytpv-editorial-content .ytpv-feature-card:hover::before,
.ytpv-editorial-content .ytpv-use-card:hover::before,
.ytpv-editorial-content .ytpv-trust-card:hover::before {
  opacity: 1;
}

.ytpv-editorial-content .ytpv-feature-card h3,
.ytpv-editorial-content .ytpv-use-card h3,
.ytpv-editorial-content .ytpv-trust-card h3,
.ytpv-editorial-content .ytpv-step-card h3 {
  position: relative;
  margin: 0;
  color: #141d2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytpv-editorial-content .ytpv-feature-card p,
.ytpv-editorial-content .ytpv-use-card p,
.ytpv-editorial-content .ytpv-trust-card p,
.ytpv-editorial-content .ytpv-step-card p {
  position: relative;
  margin: 0;
  color: #5b6576;
  line-height: 1.68;
  font-weight: 450;
}

.ytpv-editorial-content .ytpv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0054, #ff7a00);
  box-shadow: 0 12px 28px rgba(255, 0, 84, 0.22);
}

.ytpv-editorial-content .ytpv-icon::before,
.ytpv-editorial-content .ytpv-icon::after {
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}

.ytpv-editorial-content .ytpv-feature-card:hover .ytpv-icon::before,
.ytpv-editorial-content .ytpv-feature-card:hover .ytpv-icon::after {
  transform: translateX(2px);
}

.ytpv-editorial-content .ytpv-icon-play::before {
  left: 18px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #ffffff;
}

.ytpv-editorial-content .ytpv-icon-speed::before {
  left: 12px;
  top: 18px;
  width: 22px;
  height: 12px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}

.ytpv-editorial-content .ytpv-icon-speed::after {
  left: 23px;
  top: 20px;
  width: 3px;
  height: 12px;
  border-radius: 4px;
  background: #ffffff;
  transform: rotate(38deg);
  transform-origin: bottom center;
}

.ytpv-editorial-content .ytpv-icon-frame::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.ytpv-editorial-content .ytpv-icon-path::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

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

.ytpv-editorial-content .ytpv-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}

.ytpv-editorial-content .ytpv-icon-daily::after {
  left: 17px;
  top: 20px;
  width: 12px;
  height: 3px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff;
}

.ytpv-editorial-content .ytpv-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.ytpv-editorial-content .ytpv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 247, 0.94)),
    #ffffff;
}

.ytpv-editorial-content .ytpv-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff0054, #ff7a00);
}

.ytpv-editorial-content .ytpv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff0054, #ff7a00);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 15px 30px rgba(255, 0, 84, 0.2);
}

.ytpv-editorial-content .ytpv-step-content {
  min-width: 0;
}

.ytpv-editorial-content .ytpv-badge-dot {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(255, 0, 84, 0.1);
}

.ytpv-editorial-content .ytpv-badge-dot::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0054, #ff7a00);
  box-shadow: 0 8px 18px rgba(255, 0, 84, 0.25);
}

.ytpv-editorial-content .ytpv-trust-mark {
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 0, 84, 0.12), rgba(255, 122, 0, 0.1));
  border: 1px solid rgba(255, 0, 84, 0.16);
}

.ytpv-editorial-content .ytpv-trust-mark::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 13px;
  width: 16px;
  height: 10px;
  border-left: 3px solid #ff0054;
  border-bottom: 3px solid #ff0054;
  transform: rotate(-45deg);
}

.ytpv-editorial-content .ytpv-reveal {
  opacity: 1;
  transform: translateY(0);
}

.ytpv-editorial-content.ytpv-js-ready .ytpv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.ytpv-editorial-content.ytpv-js-ready .ytpv-reveal.ytpv-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .ytpv-editorial-content .ytpv-container {
    padding: 0 14px;
  }

  .ytpv-editorial-content .ytpv-section-head {
    margin-bottom: 26px;
  }

  .ytpv-editorial-content .ytpv-section-head h2 {
    font-size: 27px;
  }

  .ytpv-editorial-content .ytpv-section-head p {
    font-size: 15px;
  }

  .ytpv-editorial-content .ytpv-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ytpv-editorial-content .ytpv-feature-card,
  .ytpv-editorial-content .ytpv-use-card,
  .ytpv-editorial-content .ytpv-trust-card {
    padding: 22px;
  }

  .ytpv-editorial-content .ytpv-feature-card h3,
  .ytpv-editorial-content .ytpv-use-card h3,
  .ytpv-editorial-content .ytpv-trust-card h3,
  .ytpv-editorial-content .ytpv-step-card h3 {
    font-size: 19px;
  }

  .ytpv-editorial-content .ytpv-feature-card p,
  .ytpv-editorial-content .ytpv-use-card p,
  .ytpv-editorial-content .ytpv-trust-card p,
  .ytpv-editorial-content .ytpv-step-card p {
    margin-top: 9px;
    font-size: 14.5px;
  }

  .ytpv-editorial-content .ytpv-step-list {
    gap: 16px;
  }

  .ytpv-editorial-content .ytpv-step-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }

  .ytpv-editorial-content .ytpv-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ytpv-editorial-content .ytpv-section {
    padding: 54px 0;
  }

  .ytpv-editorial-content .ytpv-container {
    padding: 0 18px;
  }

  .ytpv-editorial-content .ytpv-section-head {
    margin-bottom: 30px;
  }

  .ytpv-editorial-content .ytpv-section-head h2 {
    font-size: 30px;
  }

  .ytpv-editorial-content .ytpv-section-head p {
    font-size: 15.5px;
  }

  .ytpv-editorial-content .ytpv-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ytpv-editorial-content .ytpv-feature-card,
  .ytpv-editorial-content .ytpv-use-card,
  .ytpv-editorial-content .ytpv-trust-card {
    padding: 24px;
  }

  .ytpv-editorial-content .ytpv-feature-card h3,
  .ytpv-editorial-content .ytpv-use-card h3,
  .ytpv-editorial-content .ytpv-trust-card h3,
  .ytpv-editorial-content .ytpv-step-card h3 {
    font-size: 20px;
  }

  .ytpv-editorial-content .ytpv-feature-card p,
  .ytpv-editorial-content .ytpv-use-card p,
  .ytpv-editorial-content .ytpv-trust-card p,
  .ytpv-editorial-content .ytpv-step-card p {
    margin-top: 10px;
    font-size: 15px;
  }

  .ytpv-editorial-content .ytpv-step-list {
    gap: 18px;
  }

  .ytpv-editorial-content .ytpv-step-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px;
  }

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

@media (min-width: 430px) and (max-width: 767px) {
  .ytpv-editorial-content .ytpv-section {
    padding: 60px 0;
  }

  .ytpv-editorial-content .ytpv-container {
    padding: 0 22px;
  }

  .ytpv-editorial-content .ytpv-section-head {
    margin-bottom: 34px;
  }

  .ytpv-editorial-content .ytpv-section-head h2 {
    font-size: 34px;
  }

  .ytpv-editorial-content .ytpv-section-head p {
    font-size: 16px;
  }

  .ytpv-editorial-content .ytpv-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ytpv-editorial-content .ytpv-feature-card,
  .ytpv-editorial-content .ytpv-use-card,
  .ytpv-editorial-content .ytpv-trust-card {
    padding: 26px;
  }

  .ytpv-editorial-content .ytpv-feature-card h3,
  .ytpv-editorial-content .ytpv-use-card h3,
  .ytpv-editorial-content .ytpv-trust-card h3,
  .ytpv-editorial-content .ytpv-step-card h3 {
    font-size: 21px;
  }

  .ytpv-editorial-content .ytpv-feature-card p,
  .ytpv-editorial-content .ytpv-use-card p,
  .ytpv-editorial-content .ytpv-trust-card p,
  .ytpv-editorial-content .ytpv-step-card p {
    margin-top: 10px;
    font-size: 15.5px;
  }

  .ytpv-editorial-content .ytpv-step-list {
    gap: 20px;
  }

  .ytpv-editorial-content .ytpv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }

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

@media (min-width: 768px) and (max-width: 1023px) {
  .ytpv-editorial-content .ytpv-section {
    padding: 74px 0;
  }

  .ytpv-editorial-content .ytpv-container {
    padding: 0 32px;
  }

  .ytpv-editorial-content .ytpv-section-head {
    margin-bottom: 40px;
  }

  .ytpv-editorial-content .ytpv-section-head h2 {
    font-size: 40px;
  }

  .ytpv-editorial-content .ytpv-section-head p {
    font-size: 17px;
  }

  .ytpv-editorial-content .ytpv-card-grid {
    gap: 22px;
  }

  .ytpv-editorial-content .ytpv-grid-six,
  .ytpv-editorial-content .ytpv-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ytpv-editorial-content .ytpv-feature-card,
  .ytpv-editorial-content .ytpv-use-card,
  .ytpv-editorial-content .ytpv-trust-card {
    padding: 28px;
  }

  .ytpv-editorial-content .ytpv-feature-card h3,
  .ytpv-editorial-content .ytpv-use-card h3,
  .ytpv-editorial-content .ytpv-trust-card h3,
  .ytpv-editorial-content .ytpv-step-card h3 {
    font-size: 22px;
  }

  .ytpv-editorial-content .ytpv-feature-card p,
  .ytpv-editorial-content .ytpv-use-card p,
  .ytpv-editorial-content .ytpv-trust-card p,
  .ytpv-editorial-content .ytpv-step-card p {
    margin-top: 10px;
    font-size: 16px;
  }

  .ytpv-editorial-content .ytpv-step-list {
    gap: 22px;
  }

  .ytpv-editorial-content .ytpv-step-card {
    grid-template-columns: 76px 1fr;
    gap: 22px;
    padding: 30px;
  }

  .ytpv-editorial-content .ytpv-step-number {
    width: 68px;
    height: 68px;
    font-size: 19px;
  }
}

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

  .ytpv-editorial-content .ytpv-container {
    padding: 0 32px;
  }

  .ytpv-editorial-content .ytpv-section-head {
    margin-bottom: 46px;
  }

  .ytpv-editorial-content .ytpv-section-head h2 {
    font-size: 46px;
  }

  .ytpv-editorial-content .ytpv-section-head p {
    font-size: 17.5px;
  }

  .ytpv-editorial-content .ytpv-card-grid {
    gap: 24px;
  }

  .ytpv-editorial-content .ytpv-grid-six,
  .ytpv-editorial-content .ytpv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ytpv-editorial-content .ytpv-feature-card,
  .ytpv-editorial-content .ytpv-use-card,
  .ytpv-editorial-content .ytpv-trust-card {
    padding: 30px;
  }

  .ytpv-editorial-content .ytpv-feature-card h3,
  .ytpv-editorial-content .ytpv-use-card h3,
  .ytpv-editorial-content .ytpv-trust-card h3,
  .ytpv-editorial-content .ytpv-step-card h3 {
    font-size: 22px;
  }

  .ytpv-editorial-content .ytpv-feature-card p,
  .ytpv-editorial-content .ytpv-use-card p,
  .ytpv-editorial-content .ytpv-trust-card p,
  .ytpv-editorial-content .ytpv-step-card p {
    margin-top: 11px;
    font-size: 16px;
  }

  .ytpv-editorial-content .ytpv-step-list {
    gap: 24px;
  }

  .ytpv-editorial-content .ytpv-step-card {
    grid-template-columns: 88px 1fr;
    gap: 24px;
    padding: 34px 38px;
  }

  .ytpv-editorial-content .ytpv-step-number {
    width: 76px;
    height: 76px;
    font-size: 20px;
  }
}