@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-15 .tc-wp-content-root img, .wpc-scope-15 .tc-wp-content-root video, .wpc-scope-15 .tc-wp-content-root svg, .wpc-scope-15 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content, .wpc-scope-15 .tc-wp-content-root .sfgen-content div, .wpc-scope-15 .tc-wp-content-root .sfgen-content section, .wpc-scope-15 .tc-wp-content-root .sfgen-content article{
  box-sizing: border-box;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-section{
  position: relative;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-section-white{
  background: #ffffff;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-section-soft{
  background: #f8f7fb;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(183, 91, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(183, 91, 255, 0.12), rgba(255, 117, 172, 0.12));
  color: #9b2fd8;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-heading h2{
  margin: 0;
  color: #141927;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-heading p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5f687b;
  font-weight: 400;
  line-height: 1.7;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(25, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(34, 23, 64, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-section-white .sfgen-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffafd 100%);
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-section-soft .sfgen-card{
  background: #ffffff;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(183, 91, 255, 0.35), rgba(255, 117, 172, 0.2), rgba(255, 183, 77, 0.16));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-card:hover{
  transform: translateY(-5px);
  border-color: rgba(183, 91, 255, 0.22);
  box-shadow: 0 24px 60px rgba(34, 23, 64, 0.13);
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-card:hover::before{
  opacity: 1;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-card h3{
  margin: 0;
  color: #182033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-card p{
  margin: 10px 0 0;
  color: #616b7e;
  line-height: 1.68;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #9f45f2, #ff72a9);
  box-shadow: 0 12px 26px rgba(183, 91, 255, 0.26);
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-icon::before, .wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-icon-preview::before{
  width: 21px;
  height: 13px;
  top: 16px;
  left: 12px;
  border-radius: 50%;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-icon-preview::after{
  width: 7px;
  height: 7px;
  top: 19px;
  left: 19px;
  border-radius: 50%;
  background: #ff72a9;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-icon-copy::before{
  width: 17px;
  height: 20px;
  top: 12px;
  left: 17px;
  border-radius: 4px;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-icon-copy::after{
  width: 17px;
  height: 20px;
  top: 15px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-icon-spark::before{
  width: 20px;
  height: 20px;
  top: 13px;
  left: 13px;
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-icon-brand::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border-radius: 50%;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-icon-brand::after{
  width: 10px;
  height: 10px;
  top: 18px;
  left: 18px;
  border-radius: 50%;
  background: #9f45f2;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-icon-fast::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  clip-path: polygon(45% 0, 100% 0, 62% 43%, 91% 43%, 32% 100%, 47% 55%, 15% 55%);
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-icon-device::before{
  width: 18px;
  height: 26px;
  top: 10px;
  left: 14px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-icon-device::after{
  width: 5px;
  height: 5px;
  bottom: 13px;
  left: 21px;
  border-radius: 50%;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(25, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(34, 23, 64, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: linear-gradient(180deg, #9f45f2, #ff72a9, #ffb54d);
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(183, 91, 255, 0.22);
  box-shadow: 0 24px 60px rgba(34, 23, 64, 0.13);
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, #9f45f2, #ff72a9);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(183, 91, 255, 0.24);
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-step-copy h3{
  margin: 0;
  color: #182033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-step-copy p{
  margin: 9px 0 0;
  color: #616b7e;
  line-height: 1.68;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(159, 69, 242, 0.12), rgba(255, 114, 169, 0.12));
  color: #9b2fd8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-benefit-card{
  overflow: hidden;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-benefit-card::after{
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 114, 169, 0.16), rgba(159, 69, 242, 0));
  pointer-events: none;
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-checkmark{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9f45f2, #ff72a9);
  box-shadow: 0 12px 26px rgba(183, 91, 255, 0.24);
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-checkmark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  top: 15px;
  left: 13px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-15 .tc-wp-content-root .sfgen-content .sfgen-reveal.sfgen-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .sfgen-content .sfgen-reveal, .tc-wp-content-root .sfgen-content .sfgen-reveal.sfgen-visible, .tc-wp-content-root .sfgen-content .sfgen-card, .tc-wp-content-root .sfgen-content .sfgen-step-card{
    opacity: 1;
    transform: none;
    transition: none;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .sfgen-content .sfgen-section{
    padding: 54px 0;
  }.tc-wp-content-root .sfgen-content .sfgen-container{
    padding: 0 14px;
  }.tc-wp-content-root .sfgen-content .sfgen-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .sfgen-content .sfgen-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .sfgen-content .sfgen-heading p{
    font-size: 15px;
  }.tc-wp-content-root .sfgen-content .sfgen-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .sfgen-content .sfgen-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .sfgen-content .sfgen-card h3, .tc-wp-content-root .sfgen-content .sfgen-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .sfgen-content .sfgen-card p, .tc-wp-content-root .sfgen-content .sfgen-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .sfgen-content .sfgen-steps{
    gap: 16px;
  }.tc-wp-content-root .sfgen-content .sfgen-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
    border-radius: 18px;
  }.tc-wp-content-root .sfgen-content .sfgen-step-number{
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .sfgen-content .sfgen-section{
    padding: 60px 0;
  }.tc-wp-content-root .sfgen-content .sfgen-container{
    padding: 0 18px;
  }.tc-wp-content-root .sfgen-content .sfgen-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .sfgen-content .sfgen-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .sfgen-content .sfgen-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .sfgen-content .sfgen-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .sfgen-content .sfgen-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .sfgen-content .sfgen-card h3, .tc-wp-content-root .sfgen-content .sfgen-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .sfgen-content .sfgen-card p, .tc-wp-content-root .sfgen-content .sfgen-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .sfgen-content .sfgen-steps{
    gap: 18px;
  }.tc-wp-content-root .sfgen-content .sfgen-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .sfgen-content .sfgen-step-number{
    width: 62px;
    height: 62px;
    border-radius: 19px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .sfgen-content .sfgen-section{
    padding: 66px 0;
  }.tc-wp-content-root .sfgen-content .sfgen-container{
    padding: 0 22px;
  }.tc-wp-content-root .sfgen-content .sfgen-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .sfgen-content .sfgen-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .sfgen-content .sfgen-heading p{
    font-size: 16px;
  }.tc-wp-content-root .sfgen-content .sfgen-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .sfgen-content .sfgen-card{
    padding: 28px;
    border-radius: 22px;
  }.tc-wp-content-root .sfgen-content .sfgen-card h3, .tc-wp-content-root .sfgen-content .sfgen-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .sfgen-content .sfgen-card p, .tc-wp-content-root .sfgen-content .sfgen-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .sfgen-content .sfgen-steps{
    gap: 20px;
  }.tc-wp-content-root .sfgen-content .sfgen-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 28px;
    border-radius: 22px;
  }.tc-wp-content-root .sfgen-content .sfgen-step-number{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .sfgen-content .sfgen-section{
    padding: 78px 0;
  }.tc-wp-content-root .sfgen-content .sfgen-container{
    padding: 0 32px;
  }.tc-wp-content-root .sfgen-content .sfgen-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .sfgen-content .sfgen-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .sfgen-content .sfgen-heading p{
    font-size: 17px;
  }.tc-wp-content-root .sfgen-content .sfgen-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .sfgen-content .sfgen-card{
    padding: 30px;
    border-radius: 22px;
  }.tc-wp-content-root .sfgen-content .sfgen-card h3, .tc-wp-content-root .sfgen-content .sfgen-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .sfgen-content .sfgen-card p, .tc-wp-content-root .sfgen-content .sfgen-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .sfgen-content .sfgen-steps{
    gap: 22px;
  }.tc-wp-content-root .sfgen-content .sfgen-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .sfgen-content .sfgen-step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .sfgen-content .sfgen-section{
    padding: 92px 0;
  }.tc-wp-content-root .sfgen-content .sfgen-container{
    padding: 0 36px;
  }.tc-wp-content-root .sfgen-content .sfgen-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .sfgen-content .sfgen-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .sfgen-content .sfgen-heading p{
    font-size: 17.5px;
  }.tc-wp-content-root .sfgen-content .sfgen-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .sfgen-content .sfgen-card{
    padding: 32px;
  }.tc-wp-content-root .sfgen-content .sfgen-card h3, .tc-wp-content-root .sfgen-content .sfgen-step-copy h3{
    font-size: 23px;
  }.tc-wp-content-root .sfgen-content .sfgen-card p, .tc-wp-content-root .sfgen-content .sfgen-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .sfgen-content .sfgen-steps{
    gap: 24px;
  }.tc-wp-content-root .sfgen-content .sfgen-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .sfgen-content .sfgen-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}.wpc-scope-15 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .sfgen-use-card{}