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

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .ytlv-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .ytlv-editorial, .tc-wp-content-root .ytlv-editorial div, .tc-wp-content-root .ytlv-editorial section, .tc-wp-content-root .ytlv-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .ytlv-editorial .ytlv-section{
  position: relative;
}.tc-wp-content-root .ytlv-editorial .ytlv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ytlv-editorial .ytlv-section-soft{
  background: linear-gradient(180deg, #fff8f8 0%, #f9fbff 100%);
}.tc-wp-content-root .ytlv-editorial .ytlv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ytlv-editorial .ytlv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ytlv-editorial .ytlv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 0, 42, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 42, 0.08), rgba(255, 122, 89, 0.08));
  color: #d90d2f;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ytlv-editorial .ytlv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0033, #ff8a4c);
  box-shadow: 0 0 0 5px rgba(255, 0, 51, 0.1);
}.tc-wp-content-root .ytlv-editorial h2, .tc-wp-content-root .ytlv-editorial h3, .tc-wp-content-root .ytlv-editorial p{
  margin-top: 0;
}.tc-wp-content-root .ytlv-editorial h2{
  margin-bottom: 14px;
  color: #101827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}.tc-wp-content-root .ytlv-editorial .ytlv-section-head p{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 680px;
  color: #5d687a;
  line-height: 1.72;
}.tc-wp-content-root .ytlv-editorial .ytlv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ytlv-editorial .ytlv-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(19, 31, 50, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(31, 42, 68, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ytlv-editorial .ytlv-card::after{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 0, 51, 0.14), rgba(255, 138, 76, 0.1), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.tc-wp-content-root .ytlv-editorial .ytlv-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ytlv-editorial .ytlv-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 51, 0.22);
  box-shadow: 0 24px 64px rgba(31, 42, 68, 0.13);
}.tc-wp-content-root .ytlv-editorial .ytlv-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .ytlv-editorial .ytlv-card h3{
  margin-bottom: 10px;
  color: #141c2b;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}.tc-wp-content-root .ytlv-editorial .ytlv-card p{
  margin-bottom: 0;
  color: #5e6a7d;
  line-height: 1.68;
}.tc-wp-content-root .ytlv-editorial .ytlv-icon{
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0033, #ff7a45);
  box-shadow: 0 12px 28px rgba(255, 0, 51, 0.22);
  transition: transform 220ms ease;
}.tc-wp-content-root .ytlv-editorial .ytlv-card:hover .ytlv-icon{
  transform: translateY(-2px) scale(1.03);
}.tc-wp-content-root .ytlv-editorial .ytlv-icon-play::before{
  content: "";
  position: absolute;
  top: 14px;
  left: 18px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #ffffff;
}.tc-wp-content-root .ytlv-editorial .ytlv-icon-bolt::before{
  content: "";
  position: absolute;
  top: 10px;
  left: 18px;
  width: 10px;
  height: 26px;
  background: #ffffff;
  clip-path: polygon(55% 0, 100% 0, 62% 42%, 100% 42%, 38% 100%, 48% 56%, 0 56%);
}.tc-wp-content-root .ytlv-editorial .ytlv-icon-frame::before{
  content: "";
  position: absolute;
  inset: 13px 10px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .ytlv-editorial .ytlv-icon-path::before{
  content: "";
  position: absolute;
  width: 24px;
  height: 10px;
  top: 18px;
  left: 11px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-radius: 0 10px 0 0;
}.tc-wp-content-root .ytlv-editorial .ytlv-icon-mobile::before{
  content: "";
  position: absolute;
  top: 9px;
  left: 15px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .ytlv-editorial .ytlv-icon-daily::before{
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 10px 0 0 -3px #ffffff, -10px 0 0 -3px #ffffff;
}.tc-wp-content-root .ytlv-editorial .ytlv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ytlv-editorial .ytlv-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(255, 0, 51, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 52px rgba(31, 42, 68, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ytlv-editorial .ytlv-step::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: linear-gradient(180deg, #ff0033, #ff8a4c);
}.tc-wp-content-root .ytlv-editorial .ytlv-step:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 0, 51, 0.24);
  box-shadow: 0 26px 68px rgba(31, 42, 68, 0.12);
}.tc-wp-content-root .ytlv-editorial .ytlv-step-number{
  display: inline-grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff0033, #ff7a45);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(255, 0, 51, 0.22);
}.tc-wp-content-root .ytlv-editorial .ytlv-step h3{
  margin-bottom: 8px;
  color: #141c2b;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.25;
}.tc-wp-content-root .ytlv-editorial .ytlv-step p{
  margin-bottom: 0;
  color: #5d687a;
  line-height: 1.68;
}.tc-wp-content-root .ytlv-editorial .ytlv-badge-dot{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff 0 14%, #ff5a47 15% 34%, #ff0033 35% 100%);
  box-shadow: 0 12px 28px rgba(255, 0, 51, 0.18);
}.tc-wp-content-root .ytlv-editorial .ytlv-pill{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 51, 0.08);
  color: #d90d2f;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ytlv-editorial .ytlv-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, 0, 51, 0.12), transparent 38%);
}.tc-wp-content-root .ytlv-editorial .ytlv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ytlv-editorial .ytlv-reveal.ytlv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytlv-editorial .ytlv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ytlv-editorial .ytlv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ytlv-editorial h2{
    font-size: 25px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-card h3, .tc-wp-content-root .ytlv-editorial .ytlv-step h3{
    font-size: 18px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-card p, .tc-wp-content-root .ytlv-editorial .ytlv-step p{
    font-size: 14px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-steps{
    gap: 14px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px 22px 24px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytlv-editorial .ytlv-section{
    padding: 56px 0;
  }.tc-wp-content-root .ytlv-editorial .ytlv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ytlv-editorial h2{
    font-size: 28px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-card{
    padding: 24px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-card h3, .tc-wp-content-root .ytlv-editorial .ytlv-step h3{
    font-size: 19px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-card p, .tc-wp-content-root .ytlv-editorial .ytlv-step p{
    font-size: 15px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-steps{
    gap: 16px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 24px 28px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytlv-editorial .ytlv-section{
    padding: 64px 0;
  }.tc-wp-content-root .ytlv-editorial .ytlv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-section-head{
    margin-bottom: 36px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ytlv-editorial h2{
    font-size: 32px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-card{
    padding: 26px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-card h3, .tc-wp-content-root .ytlv-editorial .ytlv-step h3{
    font-size: 20px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-card p, .tc-wp-content-root .ytlv-editorial .ytlv-step p{
    font-size: 15px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-steps{
    gap: 18px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px 26px 30px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytlv-editorial .ytlv-section{
    padding: 78px 0;
  }.tc-wp-content-root .ytlv-editorial .ytlv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-section-head{
    margin-bottom: 44px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ytlv-editorial h2{
    font-size: 40px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-grid-six, .tc-wp-content-root .ytlv-editorial .ytlv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-card{
    padding: 28px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-card h3, .tc-wp-content-root .ytlv-editorial .ytlv-step h3{
    font-size: 21px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-card p, .tc-wp-content-root .ytlv-editorial .ytlv-step p{
    font-size: 15px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-steps{
    gap: 20px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-step{
    gap: 24px;
    padding: 30px 32px 30px 36px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ytlv-editorial .ytlv-section{
    padding: 94px 0;
  }.tc-wp-content-root .ytlv-editorial .ytlv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-section-head{
    margin-bottom: 52px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ytlv-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-grid-six, .tc-wp-content-root .ytlv-editorial .ytlv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-card{
    padding: 30px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-card p{
    font-size: 16px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-steps{
    gap: 22px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-step{
    gap: 28px;
    padding: 32px 36px 32px 42px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-step-number{
    width: 74px;
    height: 74px;
    font-size: 20px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-step h3{
    font-size: 23px;
  }.tc-wp-content-root .ytlv-editorial .ytlv-step p{
    font-size: 16px;
  }}

.tc-wp-content-root .ytlv-step-content {}