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

.ytav-editorial {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

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

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

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

.ytav-editorial .ytav-section-soft {
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 0, 64, 0.07), transparent 28%),
    radial-gradient(circle at 90% 5%, rgba(255, 110, 48, 0.08), transparent 26%),
    #fbfaf8;
}

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

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

.ytav-editorial .ytav-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(229, 9, 20, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 64, 0.08), rgba(255, 137, 68, 0.08));
  color: #c0182a;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ytav-editorial .ytav-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff003d, #ff8b3d);
  box-shadow: 0 0 0 5px rgba(255, 0, 64, 0.1);
}

.ytav-editorial h2 {
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ytav-editorial .ytav-section-head p {
  margin: 14px auto 0;
  max-width: 690px;
  color: #5d6678;
  line-height: 1.72;
}

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

.ytav-editorial .ytav-card,
.ytav-editorial .ytav-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(20, 32, 54, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(19, 28, 44, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ytav-editorial .ytav-card::after,
.ytav-editorial .ytav-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 0, 64, 0.12), transparent 38%, rgba(255, 139, 61, 0.12));
  opacity: 0;
  transition: opacity 220ms ease;
}

.ytav-editorial .ytav-card:hover,
.ytav-editorial .ytav-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(229, 9, 20, 0.2);
  box-shadow: 0 24px 64px rgba(19, 28, 44, 0.12);
}

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

.ytav-editorial .ytav-card h3,
.ytav-editorial .ytav-step-card h3,
.ytav-editorial .ytav-trust-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #121a2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytav-editorial .ytav-card p,
.ytav-editorial .ytav-step-card p,
.ytav-editorial .ytav-trust-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #606b7d;
  line-height: 1.68;
}

.ytav-editorial .ytav-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff003d, #ff8b3d);
  box-shadow: 0 12px 26px rgba(229, 9, 20, 0.22);
}

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

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

.ytav-editorial .ytav-icon-speed::before {
  inset: 13px 11px 11px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.ytav-editorial .ytav-icon-speed::after {
  width: 13px;
  height: 3px;
  left: 23px;
  top: 25px;
  background: #ffffff;
  border-radius: 8px;
  transform: rotate(-28deg);
  transform-origin: left center;
}

.ytav-editorial .ytav-icon-preview::before {
  left: 11px;
  top: 14px;
  width: 24px;
  height: 17px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}

.ytav-editorial .ytav-icon-preview::after {
  left: 18px;
  top: 20px;
  width: 10px;
  height: 7px;
  background: #ffffff;
  border-radius: 2px;
}

.ytav-editorial .ytav-icon-flow::before {
  left: 11px;
  top: 12px;
  width: 24px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 10px;
}

.ytav-editorial .ytav-icon-flow::after {
  left: 19px;
  top: 19px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}

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

.ytav-editorial .ytav-icon-mobile::after {
  left: 21px;
  bottom: 12px;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
}

.ytav-editorial .ytav-icon-daily::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

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

.ytav-editorial .ytav-steps {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}

.ytav-editorial .ytav-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(229, 9, 20, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 244, 0.94)),
    #ffffff;
  box-shadow: 0 18px 46px rgba(24, 34, 52, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.ytav-editorial .ytav-step-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ff003d, #ff8b3d);
}

.ytav-editorial .ytav-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 64px rgba(24, 34, 52, 0.12);
}

.ytav-editorial .ytav-step-number {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff003d, #ff8b3d);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(229, 9, 20, 0.22);
}

.ytav-editorial .ytav-badge-dot {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 28%, transparent 30%),
    linear-gradient(135deg, #ff003d, #ff8b3d);
  box-shadow: 0 10px 22px rgba(229, 9, 20, 0.18);
}

.ytav-editorial .ytav-card-use {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 252, 250, 0.96)),
    #ffffff;
}

.ytav-editorial .ytav-trust-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 247, 0.96)),
    #ffffff;
}

.ytav-editorial .ytav-trust-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(255, 0, 64, 0.1);
  border: 1px solid rgba(229, 9, 20, 0.18);
}

.ytav-editorial .ytav-trust-mark::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 11px;
  width: 11px;
  height: 18px;
  border-right: 3px solid #e50914;
  border-bottom: 3px solid #e50914;
  transform: rotate(42deg);
  border-radius: 2px;
}

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

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

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

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

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

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

  .ytav-editorial .ytav-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 28px;
  }

  .ytav-editorial .ytav-card,
  .ytav-editorial .ytav-trust-card {
    padding: 20px;
    border-radius: 18px;
  }

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

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

  .ytav-editorial .ytav-steps {
    gap: 15px;
    margin-top: 28px;
  }

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

  .ytav-editorial .ytav-step-number {
    width: 58px;
    height: 58px;
    font-size: 17px;
  }
}

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

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

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

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

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

  .ytav-editorial .ytav-card,
  .ytav-editorial .ytav-trust-card {
    padding: 22px;
    border-radius: 20px;
  }

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

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

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

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

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

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

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

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

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

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

  .ytav-editorial .ytav-card,
  .ytav-editorial .ytav-trust-card {
    padding: 24px;
    border-radius: 21px;
  }

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

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

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

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

  .ytav-editorial .ytav-step-number {
    width: 64px;
    height: 64px;
    font-size: 18px;
  }
}

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

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

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

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

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

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

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

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

  .ytav-editorial .ytav-steps {
    gap: 20px;
    margin-top: 40px;
  }

  .ytav-editorial .ytav-step-card {
    gap: 24px;
    padding: 30px;
  }

  .ytav-editorial .ytav-step-number {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .ytav-editorial .ytav-section {
    padding: 88px 0;
  }

  .ytav-editorial .ytav-container {
    padding: 0 36px;
  }

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

  .ytav-editorial .ytav-section-head p {
    font-size: 18px;
  }

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

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

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

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

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

  .ytav-editorial .ytav-step-card {
    gap: 28px;
    padding: 32px 34px;
  }

  .ytav-editorial .ytav-step-number {
    font-size: 21px;
  }
}