@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 .ylv-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .ylv-bottom-content, .tc-wp-content-root .ylv-bottom-content div, .tc-wp-content-root .ylv-bottom-content section, .tc-wp-content-root .ylv-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ylv-bottom-content .ylv-section{
  position: relative;
  width: 100%;
  isolation: isolate;
}.tc-wp-content-root .ylv-bottom-content .ylv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ylv-bottom-content .ylv-section-soft{
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 0, 64, 0.07), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255, 183, 77, 0.11), transparent 28%),
    #f8fafc;
}.tc-wp-content-root .ylv-bottom-content .ylv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ylv-bottom-content .ylv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ylv-bottom-content .ylv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 64, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 64, 0.08), rgba(255, 183, 77, 0.12));
  color: #c4173a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .ylv-bottom-content .ylv-section-head h2{
  margin: 16px 0 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ylv-bottom-content .ylv-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5b6472;
  line-height: 1.72;
  letter-spacing: 0;
}.tc-wp-content-root .ylv-bottom-content .ylv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ylv-bottom-content .ylv-card, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card, .tc-wp-content-root .ylv-bottom-content .ylv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(21, 31, 49, 0.09);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(22, 32, 51, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ylv-bottom-content .ylv-card{
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fffefe 100%);
}.tc-wp-content-root .ylv-bottom-content .ylv-card::before, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff003d, #ff7a1a, #ffd166);
  opacity: 0.86;
}.tc-wp-content-root .ylv-bottom-content .ylv-card:hover, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card:hover, .tc-wp-content-root .ylv-bottom-content .ylv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 64, 0.22);
  box-shadow: 0 24px 64px rgba(22, 32, 51, 0.13);
}.tc-wp-content-root .ylv-bottom-content .ylv-card h3, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card h3, .tc-wp-content-root .ylv-bottom-content .ylv-step-card h3{
  margin: 0;
  color: #151f31;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ylv-bottom-content .ylv-card p, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card p, .tc-wp-content-root .ylv-bottom-content .ylv-step-card p{
  margin: 10px 0 0;
  color: #5d6675;
  line-height: 1.68;
  letter-spacing: 0;
}.tc-wp-content-root .ylv-bottom-content .ylv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 0, 64, 0.12), rgba(255, 122, 26, 0.14));
  box-shadow: inset 0 0 0 1px rgba(255, 0, 64, 0.12);
}.tc-wp-content-root .ylv-bottom-content .ylv-icon::before, .tc-wp-content-root .ylv-bottom-content .ylv-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.tc-wp-content-root .ylv-bottom-content .ylv-card:hover .ylv-icon::before, .tc-wp-content-root .ylv-bottom-content .ylv-card:hover .ylv-icon::after{
  transform: translateX(2px);
}.tc-wp-content-root .ylv-bottom-content .ylv-icon-play::before{
  left: 19px;
  top: 15px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #e11d48;
}.tc-wp-content-root .ylv-bottom-content .ylv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 14px;
  border: 3px solid #e11d48;
  border-bottom-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .ylv-bottom-content .ylv-icon-speed::after{
  width: 13px;
  height: 3px;
  left: 24px;
  top: 23px;
  border-radius: 999px;
  background: #ff7a1a;
  transform-origin: left center;
  rotate: -28deg;
}.tc-wp-content-root .ylv-bottom-content .ylv-icon-frame::before{
  width: 24px;
  height: 17px;
  left: 12px;
  top: 15px;
  border: 3px solid #e11d48;
  border-radius: 7px;
}.tc-wp-content-root .ylv-bottom-content .ylv-icon-frame::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ff7a1a;
}.tc-wp-content-root .ylv-bottom-content .ylv-icon-path::before{
  width: 24px;
  height: 8px;
  left: 12px;
  top: 15px;
  border-top: 3px solid #e11d48;
  border-right: 3px solid #e11d48;
  border-radius: 0 9px 0 0;
}.tc-wp-content-root .ylv-bottom-content .ylv-icon-path::after{
  width: 24px;
  height: 8px;
  left: 12px;
  top: 27px;
  border-bottom: 3px solid #ff7a1a;
  border-left: 3px solid #ff7a1a;
  border-radius: 0 0 0 9px;
}.tc-wp-content-root .ylv-bottom-content .ylv-icon-phone::before{
  width: 17px;
  height: 27px;
  left: 15px;
  top: 10px;
  border: 3px solid #e11d48;
  border-radius: 7px;
}.tc-wp-content-root .ylv-bottom-content .ylv-icon-phone::after{
  width: 5px;
  height: 5px;
  left: 22px;
  top: 31px;
  border-radius: 50%;
  background: #ff7a1a;
}.tc-wp-content-root .ylv-bottom-content .ylv-icon-note::before{
  width: 24px;
  height: 25px;
  left: 12px;
  top: 11px;
  border: 3px solid #e11d48;
  border-radius: 8px;
}.tc-wp-content-root .ylv-bottom-content .ylv-icon-note::after{
  width: 14px;
  height: 3px;
  left: 17px;
  top: 23px;
  border-radius: 999px;
  background: #ff7a1a;
  box-shadow: 0 7px 0 rgba(255, 122, 26, 0.72);
}.tc-wp-content-root .ylv-bottom-content .ylv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ylv-bottom-content .ylv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 0, 64, 0.075), rgba(255, 122, 26, 0.055)),
    #ffffff;
}.tc-wp-content-root .ylv-bottom-content .ylv-step-card::before{
  content: "";
  position: absolute;
  left: 28px;
  top: -20px;
  bottom: -20px;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(255, 0, 64, 0.28), transparent);
}.tc-wp-content-root .ylv-bottom-content .ylv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff003d, #ff7a1a);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(255, 0, 64, 0.24);
}.tc-wp-content-root .ylv-bottom-content .ylv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 249, 0.8)),
    #ffffff;
}.tc-wp-content-root .ylv-bottom-content .ylv-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 0, 64, 0.08);
  color: #c4173a;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .ylv-bottom-content .ylv-grid-trust{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .ylv-bottom-content .ylv-trust-card{
  height: 100%;
  overflow: hidden;
  background: #ffffff;
}.tc-wp-content-root .ylv-bottom-content .ylv-trust-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff003d, #ffb703);
  box-shadow: 0 0 0 8px rgba(255, 0, 64, 0.08), 0 0 28px rgba(255, 122, 26, 0.22);
}.tc-wp-content-root .ylv-bottom-content .ylv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .ylv-bottom-content .ylv-reveal.ylv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ylv-bottom-content .ylv-reveal, .tc-wp-content-root .ylv-bottom-content .ylv-card, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card, .tc-wp-content-root .ylv-bottom-content .ylv-step-card, .tc-wp-content-root .ylv-bottom-content .ylv-icon::before, .tc-wp-content-root .ylv-bottom-content .ylv-icon::after{
    transition: none;
  }.tc-wp-content-root .ylv-bottom-content .ylv-card:hover, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card:hover, .tc-wp-content-root .ylv-bottom-content .ylv-step-card:hover{
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ylv-bottom-content .ylv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ylv-bottom-content .ylv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-grid, .tc-wp-content-root .ylv-bottom-content .ylv-grid-trust{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-card, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card{
    padding: 24px;
    border-radius: 19px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-card h3, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card h3, .tc-wp-content-root .ylv-bottom-content .ylv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-card p, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card p, .tc-wp-content-root .ylv-bottom-content .ylv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-steps{
    gap: 15px;
    margin-top: 28px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 19px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-step-card::before{
    display: none;
  }.tc-wp-content-root .ylv-bottom-content .ylv-step-number{
    width: 48px;
    height: 48px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ylv-bottom-content .ylv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ylv-bottom-content .ylv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-grid, .tc-wp-content-root .ylv-bottom-content .ylv-grid-trust{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-card, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-card h3, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card h3, .tc-wp-content-root .ylv-bottom-content .ylv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-card p, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card p, .tc-wp-content-root .ylv-bottom-content .ylv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-step-card::before{
    display: none;
  }.tc-wp-content-root .ylv-bottom-content .ylv-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ylv-bottom-content .ylv-section{
    padding: 60px 0;
  }.tc-wp-content-root .ylv-bottom-content .ylv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-grid, .tc-wp-content-root .ylv-bottom-content .ylv-grid-trust{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-card, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-card h3, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card h3, .tc-wp-content-root .ylv-bottom-content .ylv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-card p, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card p, .tc-wp-content-root .ylv-bottom-content .ylv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-step-card::before{
    display: none;
  }.tc-wp-content-root .ylv-bottom-content .ylv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ylv-bottom-content .ylv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ylv-bottom-content .ylv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-section-head h2{
    font-size: 42px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ylv-bottom-content .ylv-card, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-card h3, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card h3, .tc-wp-content-root .ylv-bottom-content .ylv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-card p, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card p, .tc-wp-content-root .ylv-bottom-content .ylv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ylv-bottom-content .ylv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ylv-bottom-content .ylv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-section-head h2{
    font-size: 48px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-card, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card{
    padding: 32px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-card h3, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card h3, .tc-wp-content-root .ylv-bottom-content .ylv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-card p, .tc-wp-content-root .ylv-bottom-content .ylv-trust-card p, .tc-wp-content-root .ylv-bottom-content .ylv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .ylv-bottom-content .ylv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}

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