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

.ytv-editorial-content {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}

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

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

.ytv-editorial-content .ytv-section-white {
  background: #ffffff;
}

.ytv-editorial-content .ytv-section-soft {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 0, 66, 0.08), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(255, 181, 43, 0.12), transparent 30%),
    #fafbfc;
}

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

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

.ytv-editorial-content .ytv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 66, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 66, 0.09), rgba(255, 181, 43, 0.12));
  color: #b11236;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.ytv-editorial-content .ytv-section-head h2 {
  margin: 16px 0 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.ytv-editorial-content .ytv-section-head p {
  margin: 16px auto 0;
  color: #5d6678;
  line-height: 1.7;
  letter-spacing: 0;
}

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

.ytv-editorial-content .ytv-card,
.ytv-editorial-content .ytv-trust-card,
.ytv-editorial-content .ytv-step-card {
  position: relative;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ytv-editorial-content .ytv-card,
.ytv-editorial-content .ytv-trust-card {
  height: 100%;
  overflow: hidden;
}

.ytv-editorial-content .ytv-card::before,
.ytv-editorial-content .ytv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff0042, #ff7a18, #ffcc33);
  opacity: 0.82;
}

.ytv-editorial-content .ytv-card:hover,
.ytv-editorial-content .ytv-trust-card:hover,
.ytv-editorial-content .ytv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 66, 0.22);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.12);
}

.ytv-editorial-content .ytv-card h3,
.ytv-editorial-content .ytv-trust-card h3,
.ytv-editorial-content .ytv-step-content h3 {
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytv-editorial-content .ytv-card p,
.ytv-editorial-content .ytv-trust-card p,
.ytv-editorial-content .ytv-step-content p {
  margin: 10px 0 0;
  color: #5f687a;
  line-height: 1.68;
  letter-spacing: 0;
}

.ytv-editorial-content .ytv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0042, #ff7a18);
  box-shadow: 0 12px 26px rgba(255, 0, 66, 0.22);
}

.ytv-editorial-content .ytv-icon::before,
.ytv-editorial-content .ytv-icon::after {
  content: "";
  position: absolute;
}

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

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

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

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

.ytv-editorial-content .ytv-icon-frame::after {
  right: 12px;
  bottom: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}

.ytv-editorial-content .ytv-icon-steps::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 4px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

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

.ytv-editorial-content .ytv-icon-mobile::after {
  left: 21px;
  bottom: 11px;
  width: 5px;
  height: 2px;
  border-radius: 5px;
  background: #ffffff;
}

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

.ytv-editorial-content .ytv-icon-daily::after {
  left: 22px;
  top: 16px;
  width: 3px;
  height: 12px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 6px 8px 0 -1px #ffffff;
}

.ytv-editorial-content .ytv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.ytv-editorial-content .ytv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
}

.ytv-editorial-content .ytv-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff0042, #ff7a18, #ffcc33);
}

.ytv-editorial-content .ytv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.18);
}

.ytv-editorial-content .ytv-badge-dot {
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 18%, transparent 19%),
    linear-gradient(135deg, #ff0042, #ff7a18);
  box-shadow: 0 12px 24px rgba(255, 122, 24, 0.18);
}

.ytv-editorial-content .ytv-trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0042, #ff7a18);
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(255, 0, 66, 0.2);
}

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

.ytv-editorial-content .ytv-reveal.ytv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

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

  .ytv-editorial-content .ytv-section-head h2 {
    font-size: 25px;
  }

  .ytv-editorial-content .ytv-section-head p {
    font-size: 14px;
  }

  .ytv-editorial-content .ytv-card-grid,
  .ytv-editorial-content .ytv-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .ytv-editorial-content .ytv-card,
  .ytv-editorial-content .ytv-trust-card {
    padding: 24px 20px;
  }

  .ytv-editorial-content .ytv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px 24px 24px;
  }

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

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

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

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

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

  .ytv-editorial-content .ytv-section-head h2 {
    font-size: 28px;
  }

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

  .ytv-editorial-content .ytv-card-grid,
  .ytv-editorial-content .ytv-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .ytv-editorial-content .ytv-card,
  .ytv-editorial-content .ytv-trust-card {
    padding: 26px 22px;
  }

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

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

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

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

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

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

  .ytv-editorial-content .ytv-section-head h2 {
    font-size: 32px;
  }

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

  .ytv-editorial-content .ytv-card-grid,
  .ytv-editorial-content .ytv-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .ytv-editorial-content .ytv-card,
  .ytv-editorial-content .ytv-trust-card {
    padding: 28px 24px;
  }

  .ytv-editorial-content .ytv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px 28px 28px;
  }

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

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

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

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

  .ytv-editorial-content .ytv-container {
    padding: 0 30px;
  }

  .ytv-editorial-content .ytv-section-head h2 {
    font-size: 38px;
  }

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

  .ytv-editorial-content .ytv-card-grid {
    gap: 22px;
    margin-top: 44px;
  }

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

  .ytv-editorial-content .ytv-steps {
    gap: 20px;
    margin-top: 44px;
  }

  .ytv-editorial-content .ytv-card,
  .ytv-editorial-content .ytv-trust-card {
    padding: 30px 26px;
  }

  .ytv-editorial-content .ytv-step-card {
    gap: 22px;
    padding: 30px 28px 30px 32px;
  }

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

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

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

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

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

  .ytv-editorial-content .ytv-section-head h2 {
    font-size: 44px;
  }

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

  .ytv-editorial-content .ytv-card-grid {
    gap: 24px;
    margin-top: 50px;
  }

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

  .ytv-editorial-content .ytv-steps {
    gap: 22px;
    margin-top: 50px;
  }

  .ytv-editorial-content .ytv-card,
  .ytv-editorial-content .ytv-trust-card {
    padding: 32px 28px;
  }

  .ytv-editorial-content .ytv-step-card {
    gap: 24px;
    padding: 34px 34px 34px 38px;
  }

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

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

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