@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 .ytvv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.tc-wp-content-root .ytvv-editorial-wrap, .tc-wp-content-root .ytvv-editorial-wrap section, .tc-wp-content-root .ytvv-editorial-wrap div, .tc-wp-content-root .ytvv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 32, 84, 0.08), transparent 30%),
    radial-gradient(circle at 88% 22%, rgba(255, 154, 60, 0.08), transparent 28%),
    #f8fafc;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 32, 84, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 32, 84, 0.09), rgba(255, 154, 60, 0.09));
  color: #c01842;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .ytvv-editorial-wrap h2, .tc-wp-content-root .ytvv-editorial-wrap h3, .tc-wp-content-root .ytvv-editorial-wrap p{
  margin: 0;
}.tc-wp-content-root .ytvv-editorial-wrap h2{
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-heading p{
  margin: 16px auto 0;
  color: #5b6475;
  line-height: 1.75;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card{
  position: relative;
  border: 1px solid rgba(20, 28, 45, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card{
  min-height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card::before, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 32, 84, 0.08), transparent 42%, rgba(255, 154, 60, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card:hover, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card:hover, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 32, 84, 0.2);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card:hover::before, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card h3, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card h3, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card h3{
  position: relative;
  color: #141c2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card p, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card p, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card p{
  position: relative;
  margin-top: 10px;
  color: #5f6878;
  line-height: 1.68;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff2054, #ff9a3c);
  box-shadow: 0 12px 28px rgba(255, 32, 84, 0.22);
  transition: transform 220ms ease;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card:hover .ytvv-icon{
  transform: translateY(-2px) scale(1.03);
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-icon-play::after{
  content: "";
  position: absolute;
  top: 15px;
  left: 18px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #ffffff;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-icon-bolt::after{
  content: "";
  position: absolute;
  top: 10px;
  left: 18px;
  width: 10px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(48% 0, 100% 0, 63% 42%, 100% 42%, 32% 100%, 46% 55%, 0 55%);
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-icon-frame::after{
  content: "";
  position: absolute;
  inset: 13px 11px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-icon-route::after{
  content: "";
  position: absolute;
  inset: 15px 11px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: skewX(-18deg);
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-icon-mobile::after{
  content: "";
  position: absolute;
  top: 9px;
  left: 16px;
  width: 14px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-icon-compass::after{
  content: "";
  position: absolute;
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff2054, #ff9a3c);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(255, 32, 84, 0.24);
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-dot{
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #ff2054;
  box-shadow: 0 0 0 8px rgba(255, 32, 84, 0.1), 18px 0 0 rgba(255, 154, 60, 0.9), 18px 0 0 8px rgba(255, 154, 60, 0.1);
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card{
  min-height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-badge{
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff1f3;
  color: #c01842;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ytvv-editorial-wrap .ytvv-reveal.ytvv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytvv-editorial-wrap .ytvv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ytvv-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card h3, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card h3, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card p, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card p, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-steps{
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytvv-editorial-wrap .ytvv-section{
    padding: 60px 0;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ytvv-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card h3, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card h3, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card p, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card p, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytvv-editorial-wrap .ytvv-section{
    padding: 68px 0;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ytvv-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card h3, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card h3, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card p, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card p, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytvv-editorial-wrap .ytvv-section{
    padding: 82px 0;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ytvv-editorial-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card h3, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card h3, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card p, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card p, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ytvv-editorial-wrap .ytvv-section{
    padding: 96px 0;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-container{
    padding: 0 36px;
  }.tc-wp-content-root .ytvv-editorial-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card h3, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card h3, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-card p, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-trust-card p, .tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .ytvv-editorial-wrap .ytvv-step-number{
    width: 76px;
    height: 76px;
    font-size: 20px;
  }}

.tc-wp-content-root .ytvv-step-content {}
.tc-wp-content-root .ytvv-trust-grid {}
.tc-wp-content-root .ytvv-use-card {}