@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 .ytcv-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.6;
}.tc-wp-content-root .ytcv-editorial, .tc-wp-content-root .ytcv-editorial div, .tc-wp-content-root .ytcv-editorial section, .tc-wp-content-root .ytcv-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .ytcv-editorial .ytcv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ytcv-editorial .ytcv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ytcv-editorial .ytcv-section-soft{
  background: linear-gradient(180deg, #fff8f8 0%, #f8fbff 100%);
}.tc-wp-content-root .ytcv-editorial .ytcv-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}.tc-wp-content-root .ytcv-editorial .ytcv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ytcv-editorial .ytcv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 72, 0.16);
  border-radius: 999px;
  background: rgba(255, 0, 72, 0.07);
  color: #cf123d;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .ytcv-editorial .ytcv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff003d, #ff8a00);
  box-shadow: 0 0 0 5px rgba(255, 0, 72, 0.1);
}.tc-wp-content-root .ytcv-editorial h2{
  margin: 0;
  color: #121827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ytcv-editorial .ytcv-heading p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5e6879;
  font-weight: 450;
}.tc-wp-content-root .ytcv-editorial .ytcv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ytcv-editorial .ytcv-card, .tc-wp-content-root .ytcv-editorial .ytcv-trust-card, .tc-wp-content-root .ytcv-editorial .ytcv-step{
  position: relative;
  border: 1px solid rgba(22, 31, 49, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(18, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ytcv-editorial .ytcv-card{
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
}.tc-wp-content-root .ytcv-editorial .ytcv-card::after, .tc-wp-content-root .ytcv-editorial .ytcv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 0, 72, 0.1), rgba(255, 138, 0, 0.08), rgba(0, 119, 255, 0.06));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .ytcv-editorial .ytcv-card:hover, .tc-wp-content-root .ytcv-editorial .ytcv-trust-card:hover, .tc-wp-content-root .ytcv-editorial .ytcv-step:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 72, 0.18);
  box-shadow: 0 24px 60px rgba(18, 24, 39, 0.12);
}.tc-wp-content-root .ytcv-editorial .ytcv-card:hover::after, .tc-wp-content-root .ytcv-editorial .ytcv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .ytcv-editorial .ytcv-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff003d, #ff8a00);
  box-shadow: 0 14px 28px rgba(255, 0, 72, 0.22);
  position: relative;
}.tc-wp-content-root .ytcv-editorial .ytcv-icon::before, .tc-wp-content-root .ytcv-editorial .ytcv-icon::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}.tc-wp-content-root .ytcv-editorial .ytcv-icon-play::before{
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #ffffff;
  margin-left: 2px;
}.tc-wp-content-root .ytcv-editorial .ytcv-icon-bolt::before{
  width: 12px;
  height: 22px;
  background: #ffffff;
  clip-path: polygon(58% 0, 22% 47%, 50% 47%, 34% 100%, 82% 38%, 54% 38%);
}.tc-wp-content-root .ytcv-editorial .ytcv-icon-frame::before{
  width: 22px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .ytcv-editorial .ytcv-icon-check::before{
  width: 18px;
  height: 9px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: translate(-50%, -62%) rotate(-45deg);
}.tc-wp-content-root .ytcv-editorial .ytcv-icon-mobile::before{
  width: 15px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .ytcv-editorial .ytcv-icon-mobile::after{
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
  top: 70%;
}.tc-wp-content-root .ytcv-editorial .ytcv-icon-bookmark::before{
  width: 16px;
  height: 23px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 72%, 0 100%);
  border-radius: 3px 3px 0 0;
}.tc-wp-content-root .ytcv-editorial h3{
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #151c2f;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ytcv-editorial .ytcv-card p, .tc-wp-content-root .ytcv-editorial .ytcv-step p, .tc-wp-content-root .ytcv-editorial .ytcv-trust-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5d6878;
  font-weight: 440;
}.tc-wp-content-root .ytcv-editorial .ytcv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ytcv-editorial .ytcv-step{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 248, 0.92));
  overflow: hidden;
}.tc-wp-content-root .ytcv-editorial .ytcv-step::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff003d, #ff8a00);
}.tc-wp-content-root .ytcv-editorial .ytcv-step-number{
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: #121827;
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 18px 36px rgba(18, 24, 39, 0.16);
}.tc-wp-content-root .ytcv-editorial .ytcv-pill{
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 0, 72, 0.08);
  color: #c9123b;
  font-size: 12px;
  font-weight: 780;
}.tc-wp-content-root .ytcv-editorial .ytcv-trust-card{
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
}.tc-wp-content-root .ytcv-editorial .ytcv-trust-mark{
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffffff 0 14%, transparent 15%), linear-gradient(135deg, #ff003d, #ff8a00);
  box-shadow: 0 14px 28px rgba(255, 0, 72, 0.2);
}.tc-wp-content-root .ytcv-editorial .ytcv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ytcv-editorial .ytcv-reveal.ytcv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytcv-editorial .ytcv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ytcv-editorial .ytcv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ytcv-editorial h2{
    font-size: 28px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-grid, .tc-wp-content-root .ytcv-editorial .ytcv-grid-three, .tc-wp-content-root .ytcv-editorial .ytcv-grid-trust{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-card, .tc-wp-content-root .ytcv-editorial .ytcv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ytcv-editorial h3{
    font-size: 18px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-card p, .tc-wp-content-root .ytcv-editorial .ytcv-step p, .tc-wp-content-root .ytcv-editorial .ytcv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-steps{
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytcv-editorial .ytcv-section{
    padding: 60px 0;
  }.tc-wp-content-root .ytcv-editorial .ytcv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ytcv-editorial h2{
    font-size: 31px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-grid, .tc-wp-content-root .ytcv-editorial .ytcv-grid-three, .tc-wp-content-root .ytcv-editorial .ytcv-grid-trust{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-card, .tc-wp-content-root .ytcv-editorial .ytcv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ytcv-editorial h3{
    font-size: 18.5px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-card p, .tc-wp-content-root .ytcv-editorial .ytcv-step p, .tc-wp-content-root .ytcv-editorial .ytcv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytcv-editorial .ytcv-section{
    padding: 66px 0;
  }.tc-wp-content-root .ytcv-editorial .ytcv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ytcv-editorial h2{
    font-size: 34px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-grid, .tc-wp-content-root .ytcv-editorial .ytcv-grid-three, .tc-wp-content-root .ytcv-editorial .ytcv-grid-trust{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-card, .tc-wp-content-root .ytcv-editorial .ytcv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ytcv-editorial h3{
    font-size: 19px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-card p, .tc-wp-content-root .ytcv-editorial .ytcv-step p, .tc-wp-content-root .ytcv-editorial .ytcv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytcv-editorial .ytcv-section{
    padding: 82px 0;
  }.tc-wp-content-root .ytcv-editorial .ytcv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ytcv-editorial h2{
    font-size: 42px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-grid-three, .tc-wp-content-root .ytcv-editorial .ytcv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-card, .tc-wp-content-root .ytcv-editorial .ytcv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ytcv-editorial h3{
    font-size: 20px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-card p, .tc-wp-content-root .ytcv-editorial .ytcv-step p, .tc-wp-content-root .ytcv-editorial .ytcv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-step{
    padding: 30px;
    gap: 24px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ytcv-editorial .ytcv-section{
    padding: 96px 0;
  }.tc-wp-content-root .ytcv-editorial .ytcv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ytcv-editorial h2{
    font-size: 48px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-grid-three, .tc-wp-content-root .ytcv-editorial .ytcv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-card, .tc-wp-content-root .ytcv-editorial .ytcv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ytcv-editorial h3{
    font-size: 20px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-card p, .tc-wp-content-root .ytcv-editorial .ytcv-step p, .tc-wp-content-root .ytcv-editorial .ytcv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-steps{
    gap: 22px;
    margin-top: 52px;
  }.tc-wp-content-root .ytcv-editorial .ytcv-step{
    padding: 32px 34px;
    gap: 26px;
  }}

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