@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 .ytsv-editorial{
  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 .ytsv-editorial .ytsv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ytsv-editorial .ytsv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ytsv-editorial .ytsv-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 0, 82, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 138, 0, 0.08), transparent 26%),
    #f8fafc;
}.tc-wp-content-root .ytsv-editorial .ytsv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ytsv-editorial .ytsv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ytsv-editorial .ytsv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 82, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 82, 0.08), rgba(255, 138, 0, 0.08));
  color: #c51646;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .ytsv-editorial .ytsv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0052, #ff8a00);
  box-shadow: 0 0 0 5px rgba(255, 0, 82, 0.1);
}.tc-wp-content-root .ytsv-editorial .ytsv-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ytsv-editorial .ytsv-heading p{
  margin: 16px auto 0;
  color: #5b6474;
  line-height: 1.75;
}.tc-wp-content-root .ytsv-editorial .ytsv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ytsv-editorial .ytsv-card, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ytsv-editorial .ytsv-card::after, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 0, 82, 0.08), rgba(255, 138, 0, 0.06));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .ytsv-editorial .ytsv-card:hover, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 82, 0.24);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .ytsv-editorial .ytsv-card:hover::after, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .ytsv-editorial .ytsv-card h3, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card h3, .tc-wp-content-root .ytsv-editorial .ytsv-step-copy h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151d2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ytsv-editorial .ytsv-card p, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card p, .tc-wp-content-root .ytsv-editorial .ytsv-step-copy p, .tc-wp-content-root .ytsv-editorial .ytsv-note p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5f6878;
  line-height: 1.72;
}.tc-wp-content-root .ytsv-editorial .ytsv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0052, #ff8a00);
  box-shadow: 0 12px 28px rgba(255, 0, 82, 0.22);
}.tc-wp-content-root .ytsv-editorial .ytsv-icon::before, .tc-wp-content-root .ytsv-editorial .ytsv-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .ytsv-editorial .ytsv-icon-play::before{
  left: 18px;
  top: 14px;
  border-left: 14px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .ytsv-editorial .ytsv-icon-speed::before{
  left: 12px;
  top: 24px;
  width: 22px;
  height: 10px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 18px 18px;
}.tc-wp-content-root .ytsv-editorial .ytsv-icon-speed::after{
  left: 23px;
  top: 16px;
  width: 3px;
  height: 14px;
  border-radius: 4px;
  background: #ffffff;
  transform: rotate(38deg);
  transform-origin: bottom center;
}.tc-wp-content-root .ytsv-editorial .ytsv-icon-frame::before{
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .ytsv-editorial .ytsv-icon-path::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 18px;
  border: 3px solid #ffffff;
  border-left: 0;
  border-radius: 0 12px 12px 0;
}.tc-wp-content-root .ytsv-editorial .ytsv-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .ytsv-editorial .ytsv-icon-daily::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ytsv-editorial .ytsv-icon-daily::after{
  left: 22px;
  top: 16px;
  width: 3px;
  height: 10px;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 5px 8px 0 #ffffff;
}.tc-wp-content-root .ytsv-editorial .ytsv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ytsv-editorial .ytsv-step-card{
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(255, 0, 82, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(255, 0, 82, 0.1), rgba(255, 138, 0, 0.1));
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}.tc-wp-content-root .ytsv-editorial .ytsv-step-card::before{
  content: "";
  position: absolute;
  left: 36px;
  top: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 0, 82, 0.15), transparent 68%);
}.tc-wp-content-root .ytsv-editorial .ytsv-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .ytsv-editorial .ytsv-step-number{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff0052, #ff8a00);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(255, 0, 82, 0.24);
}.tc-wp-content-root .ytsv-editorial .ytsv-badge-dot{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 0, 82, 0.12), rgba(255, 138, 0, 0.14));
}.tc-wp-content-root .ytsv-editorial .ytsv-badge-dot::before{
  content: "";
  position: absolute;
  left: 11px;
  top: 11px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0052, #ff8a00);
}.tc-wp-content-root .ytsv-editorial .ytsv-trust-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #101827;
  color: #ffffff;
  font-size: 19px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(16, 24, 39, 0.18);
}.tc-wp-content-root .ytsv-editorial .ytsv-note{
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(255, 0, 82, 0.16);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
  text-align: center;
}.tc-wp-content-root .ytsv-editorial .ytsv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .ytsv-editorial .ytsv-reveal.ytsv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytsv-editorial .ytsv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ytsv-editorial .ytsv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-card, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-card h3, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card h3, .tc-wp-content-root .ytsv-editorial .ytsv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-card p, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card p, .tc-wp-content-root .ytsv-editorial .ytsv-step-copy p, .tc-wp-content-root .ytsv-editorial .ytsv-note p{
    font-size: 14px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-note{
    margin-top: 18px;
    padding: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytsv-editorial .ytsv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ytsv-editorial .ytsv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-card, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-card h3, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card h3, .tc-wp-content-root .ytsv-editorial .ytsv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-card p, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card p, .tc-wp-content-root .ytsv-editorial .ytsv-step-copy p, .tc-wp-content-root .ytsv-editorial .ytsv-note p{
    font-size: 14.5px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-note{
    margin-top: 20px;
    padding: 20px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytsv-editorial .ytsv-section{
    padding: 60px 0;
  }.tc-wp-content-root .ytsv-editorial .ytsv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-card, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-card h3, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card h3, .tc-wp-content-root .ytsv-editorial .ytsv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-card p, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card p, .tc-wp-content-root .ytsv-editorial .ytsv-step-copy p, .tc-wp-content-root .ytsv-editorial .ytsv-note p{
    font-size: 15px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-note{
    margin-top: 22px;
    padding: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytsv-editorial .ytsv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ytsv-editorial .ytsv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-heading p{
    font-size: 16.5px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-grid-six, .tc-wp-content-root .ytsv-editorial .ytsv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ytsv-editorial .ytsv-card, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-card h3, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card h3, .tc-wp-content-root .ytsv-editorial .ytsv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-card p, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card p, .tc-wp-content-root .ytsv-editorial .ytsv-step-copy p, .tc-wp-content-root .ytsv-editorial .ytsv-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-note{
    margin-top: 26px;
    padding: 24px 28px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ytsv-editorial .ytsv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ytsv-editorial .ytsv-container{
    padding: 0 34px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-grid-six, .tc-wp-content-root .ytsv-editorial .ytsv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ytsv-editorial .ytsv-card, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-card h3, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card h3, .tc-wp-content-root .ytsv-editorial .ytsv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-card p, .tc-wp-content-root .ytsv-editorial .ytsv-trust-card p, .tc-wp-content-root .ytsv-editorial .ytsv-step-copy p, .tc-wp-content-root .ytsv-editorial .ytsv-note p{
    font-size: 16px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }.tc-wp-content-root .ytsv-editorial .ytsv-note{
    margin-top: 30px;
    padding: 26px 34px;
  }}

.tc-wp-content-root .ytsv-use-card {}