@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: inherit;
  background: #ffffff;
  --ytv-red: #ff2d3d;
  --ytv-coral: #ff6a3d;
  --ytv-ink: #172033;
  --ytv-muted: #5d687a;
  --ytv-line: rgba(23, 32, 51, 0.1);
  --ytv-soft: #f8fafc;
  --ytv-shadow: 0 18px 48px rgba(23, 32, 51, 0.1);
  --ytv-shadow-soft: 0 12px 32px rgba(23, 32, 51, 0.075);
}

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

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

.ytv-editorial-content .ytv-section-soft {
  background:
    radial-gradient(circle at top left, rgba(255, 45, 61, 0.08), transparent 32%),
    linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}

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

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

.ytv-editorial-content .ytv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 45, 61, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 45, 61, 0.1), rgba(255, 106, 61, 0.08));
  color: #be1830;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.ytv-editorial-content .ytv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: linear-gradient(135deg, var(--ytv-red), var(--ytv-coral));
  box-shadow: 0 0 0 5px rgba(255, 45, 61, 0.12);
}

.ytv-editorial-content h2 {
  margin: 0;
  color: var(--ytv-ink);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ytv-editorial-content .ytv-section-header p {
  margin: 14px auto 0;
  color: var(--ytv-muted);
  line-height: 1.7;
}

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

.ytv-editorial-content .ytv-card,
.ytv-editorial-content .ytv-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid var(--ytv-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--ytv-shadow-soft);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ytv-editorial-content .ytv-card::after,
.ytv-editorial-content .ytv-trust-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 45, 61, 0.18), rgba(255, 106, 61, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.ytv-editorial-content .ytv-card > *,
.ytv-editorial-content .ytv-trust-card > * {
  position: relative;
  z-index: 1;
}

.ytv-editorial-content .ytv-card:hover,
.ytv-editorial-content .ytv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 45, 61, 0.24);
  box-shadow: var(--ytv-shadow);
}

.ytv-editorial-content .ytv-card:hover::after,
.ytv-editorial-content .ytv-trust-card:hover::after {
  opacity: 1;
}

.ytv-editorial-content .ytv-icon {
  display: inline-flex;
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--ytv-red), var(--ytv-coral));
  box-shadow: 0 14px 28px rgba(255, 45, 61, 0.22);
  transition: transform 220ms ease;
}

.ytv-editorial-content .ytv-card:hover .ytv-icon {
  transform: translateY(-2px) scale(1.03);
}

.ytv-editorial-content .ytv-icon-play::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 19px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #ffffff;
}

.ytv-editorial-content .ytv-icon-speed::before {
  content: "";
  position: absolute;
  inset: 14px 12px 12px;
  border: 3px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
}

.ytv-editorial-content .ytv-icon-speed::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 3px;
  top: 24px;
  left: 24px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(-24deg);
  transform-origin: left center;
}

.ytv-editorial-content .ytv-icon-frame::before {
  content: "";
  position: absolute;
  inset: 13px 11px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}

.ytv-editorial-content .ytv-icon-check::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  left: 14px;
  top: 17px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}

.ytv-editorial-content .ytv-icon-mobile::before {
  content: "";
  position: absolute;
  inset: 10px 15px 9px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}

.ytv-editorial-content .ytv-icon-mobile::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  left: 20px;
  bottom: 14px;
  border-radius: 99px;
  background: #ffffff;
}

.ytv-editorial-content .ytv-icon-daily::before {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 6px;
  background: #ffffff;
}

.ytv-editorial-content .ytv-icon-daily::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 4px;
  top: 22px;
  left: 16px;
  border-radius: 99px;
  background: var(--ytv-red);
}

.ytv-editorial-content h3 {
  margin: 0;
  color: var(--ytv-ink);
  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-card p {
  margin: 10px 0 0;
  color: var(--ytv-muted);
  line-height: 1.68;
}

.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;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--ytv-shadow-soft);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ytv-editorial-content .ytv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 45, 61, 0.22);
  box-shadow: var(--ytv-shadow);
}

.ytv-editorial-content .ytv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, var(--ytv-red), var(--ytv-coral)) border-box;
  border: 2px solid transparent;
  color: #be1830;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(255, 45, 61, 0.12);
}

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

.ytv-editorial-content .ytv-card-use {
  overflow: hidden;
}

.ytv-editorial-content .ytv-card-use::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--ytv-red), var(--ytv-coral));
  opacity: 0.8;
}

.ytv-editorial-content .ytv-badge-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ytv-red), var(--ytv-coral));
  box-shadow: 0 0 0 8px rgba(255, 45, 61, 0.1);
}

.ytv-editorial-content .ytv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(255, 45, 61, 0.12), transparent 38%);
}

.ytv-editorial-content .ytv-trust-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 45, 61, 0.13), rgba(255, 106, 61, 0.16));
  position: relative;
}

.ytv-editorial-content .ytv-trust-mark::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid var(--ytv-red);
  border-bottom: 3px solid var(--ytv-red);
  transform: rotate(-45deg);
}

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

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

@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 h2 {
    font-size: 26px;
  }

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

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

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

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

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

  .ytv-editorial-content h3 {
    font-size: 18px;
  }

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

@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 h2 {
    font-size: 29px;
  }

  .ytv-editorial-content .ytv-section-header p {
    font-size: 15.5px;
  }

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

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

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

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

  .ytv-editorial-content h3 {
    font-size: 19px;
  }

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

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

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

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

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

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

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

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

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

  .ytv-editorial-content h3 {
    font-size: 20px;
  }

  .ytv-editorial-content .ytv-card p,
  .ytv-editorial-content .ytv-trust-card p,
  .ytv-editorial-content .ytv-step-card 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 h2 {
    font-size: 40px;
  }

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

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

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

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

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

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

  .ytv-editorial-content h3 {
    font-size: 20px;
  }

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

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

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

  .ytv-editorial-content h2 {
    font-size: 46px;
  }

  .ytv-editorial-content .ytv-section-header p {
    font-size: 17.5px;
  }

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

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

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

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

  .ytv-editorial-content .ytv-step-card {
    gap: 26px;
    padding: 30px 34px;
  }

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

  .ytv-editorial-content h3 {
    font-size: 21px;
  }

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