@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 .ytav-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #151924;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .ytav-content-wrap .ytav-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .ytav-content-wrap .ytav-section-white{
  background: #ffffff;
}.tc-wp-content-root .ytav-content-wrap .ytav-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 45, 85, 0.08), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(255, 126, 66, 0.08), transparent 28%),
    #fafafa;
}.tc-wp-content-root .ytav-content-wrap .ytav-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ytav-content-wrap .ytav-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ytav-content-wrap .ytav-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 45, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 45, 85, 0.09), rgba(255, 126, 66, 0.09));
  color: #b91f38;
  font-weight: 750;
  font-size: 13px;
  letter-spacing: 0;
}.tc-wp-content-root .ytav-content-wrap .ytav-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2d55, #ff7e42);
  box-shadow: 0 0 0 5px rgba(255, 45, 85, 0.1);
}.tc-wp-content-root .ytav-content-wrap .ytav-section-head h2{
  margin: 0;
  color: #111522;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ytav-content-wrap .ytav-section-head p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5d6472;
  line-height: 1.75;
}.tc-wp-content-root .ytav-content-wrap .ytav-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ytav-content-wrap .ytav-card, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(18, 24, 38, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 45, 85, 0.2), rgba(255, 126, 66, 0.13), rgba(18, 24, 38, 0.06)) border-box;
  box-shadow: 0 18px 42px rgba(18, 24, 38, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ytav-content-wrap .ytav-card::after, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ff2d55, #ff7e42);
  opacity: 0;
  transition: opacity 260ms ease, transform 260ms ease;
  transform: scaleX(0.72);
}.tc-wp-content-root .ytav-content-wrap .ytav-card:hover, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 45, 85, 0.22);
  box-shadow: 0 24px 55px rgba(18, 24, 38, 0.11);
}.tc-wp-content-root .ytav-content-wrap .ytav-card:hover::after, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.tc-wp-content-root .ytav-content-wrap .ytav-card h3, .tc-wp-content-root .ytav-content-wrap .ytav-step-content h3, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card h3{
  margin: 0;
  color: #151924;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .ytav-content-wrap .ytav-card p, .tc-wp-content-root .ytav-content-wrap .ytav-step-content p, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card p{
  margin: 10px 0 0;
  color: #606775;
  line-height: 1.72;
}.tc-wp-content-root .ytav-content-wrap .ytav-icon{
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 45, 85, 0.12), rgba(255, 126, 66, 0.12));
  border: 1px solid rgba(255, 45, 85, 0.14);
  position: relative;
  transition: transform 260ms ease;
}.tc-wp-content-root .ytav-content-wrap .ytav-card:hover .ytav-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .ytav-content-wrap .ytav-icon-play::before{
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #ff2d55;
  margin-left: 3px;
}.tc-wp-content-root .ytav-content-wrap .ytav-icon-bolt::before{
  content: "";
  width: 14px;
  height: 22px;
  background: linear-gradient(135deg, #ff2d55, #ff7e42);
  clip-path: polygon(54% 0, 100% 0, 62% 43%, 100% 43%, 36% 100%, 46% 56%, 0 56%);
}.tc-wp-content-root .ytav-content-wrap .ytav-icon-frame::before{
  content: "";
  width: 22px;
  height: 16px;
  border: 3px solid #ff2d55;
  border-radius: 7px;
}.tc-wp-content-root .ytav-content-wrap .ytav-icon-steps::before{
  content: "";
  width: 24px;
  height: 18px;
  background:
    radial-gradient(circle, #ff2d55 0 4px, transparent 5px) 0 0 / 12px 9px,
    radial-gradient(circle, #ff7e42 0 4px, transparent 5px) 12px 9px / 12px 9px;
}.tc-wp-content-root .ytav-content-wrap .ytav-icon-mobile::before{
  content: "";
  width: 16px;
  height: 25px;
  border: 3px solid #ff2d55;
  border-radius: 6px;
  box-shadow: inset 0 -4px 0 rgba(255, 126, 66, 0.28);
}.tc-wp-content-root .ytav-content-wrap .ytav-icon-daily::before{
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 3px solid #ff2d55;
  box-shadow: inset -6px -6px 0 rgba(255, 126, 66, 0.22);
}.tc-wp-content-root .ytav-content-wrap .ytav-steps{
  display: grid;
  gap: 18px;
}.tc-wp-content-root .ytav-content-wrap .ytav-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  min-width: 0;
  border: 1px solid rgba(255, 45, 85, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(18, 24, 38, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ytav-content-wrap .ytav-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #ff2d55, #ff7e42);
}.tc-wp-content-root .ytav-content-wrap .ytav-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 45, 85, 0.26);
  box-shadow: 0 24px 56px rgba(18, 24, 38, 0.1);
}.tc-wp-content-root .ytav-content-wrap .ytav-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff2d55, #ff7e42);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 26px rgba(255, 45, 85, 0.25);
}.tc-wp-content-root .ytav-content-wrap .ytav-badge-dot{
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 17px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 4px, transparent 5px),
    linear-gradient(135deg, #ff2d55, #ff7e42);
  box-shadow: 0 12px 22px rgba(255, 45, 85, 0.18);
}.tc-wp-content-root .ytav-content-wrap .ytav-trust-card{
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 45, 85, 0.08), transparent 34%),
    #ffffff;
}.tc-wp-content-root .ytav-content-wrap .ytav-trust-mark{
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 45, 85, 0.08);
  color: #b91f38;
  border: 1px solid rgba(255, 45, 85, 0.13);
  font-weight: 760;
  line-height: 1;
}.tc-wp-content-root .ytav-content-wrap .ytav-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ytav-content-wrap .ytav-reveal.ytav-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytav-content-wrap .ytav-section{
    padding: 46px 0;
  }.tc-wp-content-root .ytav-content-wrap .ytav-container{
    padding: 0 14px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-grid, .tc-wp-content-root .ytav-content-wrap .ytav-grid-three, .tc-wp-content-root .ytav-content-wrap .ytav-grid-trust{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card h3, .tc-wp-content-root .ytav-content-wrap .ytav-step-content h3, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card h3{
    font-size: 17px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card p, .tc-wp-content-root .ytav-content-wrap .ytav-step-content p, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-steps{
    margin-top: 28px;
    gap: 14px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-card{
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 14px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytav-content-wrap .ytav-section{
    padding: 52px 0;
  }.tc-wp-content-root .ytav-content-wrap .ytav-container{
    padding: 0 18px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-grid, .tc-wp-content-root .ytav-content-wrap .ytav-grid-three, .tc-wp-content-root .ytav-content-wrap .ytav-grid-trust{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card h3, .tc-wp-content-root .ytav-content-wrap .ytav-step-content h3, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card p, .tc-wp-content-root .ytav-content-wrap .ytav-step-content p, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-steps{
    margin-top: 30px;
    gap: 16px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-card{
    grid-template-columns: 1fr;
    padding: 22px;
    gap: 15px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytav-content-wrap .ytav-section{
    padding: 58px 0;
  }.tc-wp-content-root .ytav-content-wrap .ytav-container{
    padding: 0 22px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-grid, .tc-wp-content-root .ytav-content-wrap .ytav-grid-three, .tc-wp-content-root .ytav-content-wrap .ytav-grid-trust{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card h3, .tc-wp-content-root .ytav-content-wrap .ytav-step-content h3, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card p, .tc-wp-content-root .ytav-content-wrap .ytav-step-content p, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-steps{
    margin-top: 34px;
    gap: 18px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-card{
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 16px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytav-content-wrap .ytav-section{
    padding: 72px 0;
  }.tc-wp-content-root .ytav-content-wrap .ytav-container{
    padding: 0 30px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-grid-three, .tc-wp-content-root .ytav-content-wrap .ytav-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card h3, .tc-wp-content-root .ytav-content-wrap .ytav-step-content h3, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card p, .tc-wp-content-root .ytav-content-wrap .ytav-step-content p, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-steps{
    margin-top: 42px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-card{
    padding: 26px 28px;
    gap: 22px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ytav-content-wrap .ytav-section{
    padding: 88px 0;
  }.tc-wp-content-root .ytav-content-wrap .ytav-container{
    padding: 0 32px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-grid-three, .tc-wp-content-root .ytav-content-wrap .ytav-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card h3, .tc-wp-content-root .ytav-content-wrap .ytav-step-content h3, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card p, .tc-wp-content-root .ytav-content-wrap .ytav-step-content p, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-steps{
    margin-top: 48px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-card{
    padding: 30px 34px;
    gap: 26px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}