@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;
}.wpc-scope-204 .tc-wp-content-root img, .wpc-scope-204 .tc-wp-content-root video, .wpc-scope-204 .tc-wp-content-root svg, .wpc-scope-204 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #18212f;
  background: #ffffff;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-section{
  position: relative;
  width: 100%;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-section-white{
  background: #ffffff;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 0, 84, 0.08), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(255, 184, 0, 0.09), transparent 28%),
    #f8fafc;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-container{
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 0, 84, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 84, 0.08), rgba(255, 184, 0, 0.1));
  color: #b51246;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff0054, #ffb800);
  box-shadow: 0 0 0 5px rgba(255, 0, 84, 0.1);
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-heading p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #5c6676;
  line-height: 1.72;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  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(17, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 0, 84, 0.09), transparent 38%, rgba(255, 184, 0, 0.1));
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 84, 0.2);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.12);
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-card:hover::before{
  opacity: 1;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-card h3, .wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-step h3{
  position: relative;
  margin: 0;
  color: #151f2e;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-card p, .wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-step p{
  position: relative;
  margin: 12px 0 0;
  color: #606b7a;
  line-height: 1.68;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0054, #ffb800);
  box-shadow: 0 14px 28px rgba(255, 0, 84, 0.18);
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-icon::before, .wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-card:hover .ycviewer-icon::before, .wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-card:hover .ycviewer-icon::after{
  transform: translateX(2px);
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-icon-play::before{
  left: 18px;
  top: 14px;
  border-left: 13px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-icon-bolt::before{
  left: 17px;
  top: 10px;
  width: 11px;
  height: 24px;
  background: #ffffff;
  clip-path: polygon(54% 0, 100% 0, 62% 44%, 100% 44%, 34% 100%, 45% 56%, 0 56%);
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-icon-lines::before{
  left: 13px;
  top: 14px;
  width: 21px;
  height: 3px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 rgba(255, 255, 255, 0.78);
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-icon-check::before{
  left: 14px;
  top: 15px;
  width: 18px;
  height: 10px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-icon-phone::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 27px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-icon-spark::before{
  left: 20px;
  top: 9px;
  width: 6px;
  height: 28px;
  border-radius: 999px;
  background: #ffffff;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-icon-spark::after{
  left: 9px;
  top: 20px;
  width: 28px;
  height: 6px;
  border-radius: 999px;
  background: #ffffff;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 0, 84, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #fff8fb);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-step::after{
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 84, 0.11), rgba(255, 184, 0, 0.16));
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-step-number{
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff0054, #ffb800);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(255, 0, 84, 0.2);
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-step-content{
  position: relative;
  min-width: 0;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-use-card{
  background: linear-gradient(180deg, #ffffff, #fffafd);
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-pill{
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 0, 84, 0.08);
  color: #b51246;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-trust-card{
  background: #ffffff;
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-trust-mark{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 0, 84, 0.12), rgba(255, 184, 0, 0.18));
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-trust-mark::before{
  content: "";
  position: absolute;
  left: 15px;
  top: 13px;
  width: 15px;
  height: 9px;
  border-left: 3px solid #ff0054;
  border-bottom: 3px solid #ff0054;
  transform: rotate(-45deg);
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-204 .tc-wp-content-root .ycviewer-content .ycviewer-reveal.ycviewer-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ycviewer-content .ycviewer-section{
    padding: 54px 0;
  }.tc-wp-content-root .ycviewer-content .ycviewer-container{
    padding: 0 14px;
  }.tc-wp-content-root .ycviewer-content h2{
    font-size: 26px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-heading p{
    font-size: 14px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-card h3, .tc-wp-content-root .ycviewer-content .ycviewer-step h3{
    font-size: 18px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-card p, .tc-wp-content-root .ycviewer-content .ycviewer-step p{
    font-size: 14px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ycviewer-content .ycviewer-section{
    padding: 60px 0;
  }.tc-wp-content-root .ycviewer-content .ycviewer-container{
    padding: 0 18px;
  }.tc-wp-content-root .ycviewer-content h2{
    font-size: 29px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-card{
    padding: 24px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-card h3, .tc-wp-content-root .ycviewer-content .ycviewer-step h3{
    font-size: 19px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-card p, .tc-wp-content-root .ycviewer-content .ycviewer-step p{
    font-size: 15px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-step{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ycviewer-content .ycviewer-section{
    padding: 66px 0;
  }.tc-wp-content-root .ycviewer-content .ycviewer-container{
    padding: 0 22px;
  }.tc-wp-content-root .ycviewer-content h2{
    font-size: 32px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-card{
    padding: 26px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-card h3, .tc-wp-content-root .ycviewer-content .ycviewer-step h3{
    font-size: 20px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-card p, .tc-wp-content-root .ycviewer-content .ycviewer-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-step-number{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ycviewer-content .ycviewer-section{
    padding: 82px 0;
  }.tc-wp-content-root .ycviewer-content .ycviewer-container{
    padding: 0 30px;
  }.tc-wp-content-root .ycviewer-content h2{
    font-size: 40px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-card{
    padding: 28px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-card h3, .tc-wp-content-root .ycviewer-content .ycviewer-step h3{
    font-size: 21px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-card p, .tc-wp-content-root .ycviewer-content .ycviewer-step p{
    font-size: 16px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-step-number{
    width: 70px;
    height: 70px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ycviewer-content .ycviewer-section{
    padding: 96px 0;
  }.tc-wp-content-root .ycviewer-content .ycviewer-container{
    padding: 0 32px;
  }.tc-wp-content-root .ycviewer-content h2{
    font-size: 46px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-card{
    padding: 30px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-card h3, .tc-wp-content-root .ycviewer-content .ycviewer-step h3{
    font-size: 22px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-card p, .tc-wp-content-root .ycviewer-content .ycviewer-step p{
    font-size: 16px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-step{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .ycviewer-content .ycviewer-step-number{
    width: 76px;
    height: 76px;
    font-size: 24px;
  }}.wpc-scope-204 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ycviewer-trust-grid{}