@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-455 .tc-wp-content-root img, .wpc-scope-455 .tc-wp-content-root video, .wpc-scope-455 .tc-wp-content-root svg, .wpc-scope-455 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap, .wpc-scope-455 .tc-wp-content-root .udfg-content-wrap section, .wpc-scope-455 .tc-wp-content-root .udfg-content-wrap div, .wpc-scope-455 .tc-wp-content-root .udfg-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-section-white{
  background: #ffffff;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-section-soft{
  background: linear-gradient(180deg, #fbfbfd 0%, #f5f7fb 100%);
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-container{
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(124, 77, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124, 77, 255, 0.1), rgba(0, 194, 168, 0.1));
  color: #6240d8;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap h2{
  margin: 0;
  color: #121827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-section-head p{
  margin: 16px auto 0;
  color: #596276;
  font-weight: 450;
  line-height: 1.7;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-card, .wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(31, 42, 68, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(28, 35, 58, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-card::before, .wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-trust-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(124, 77, 255, 0.14), rgba(0, 194, 168, 0.1));
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity 240ms ease;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-card:hover, .wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(124, 77, 255, 0.24);
  box-shadow: 0 24px 70px rgba(28, 35, 58, 0.13);
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-card:hover::before, .wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-card > *, .wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-trust-card > *{
  position: relative;
  z-index: 1;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap h3{
  margin: 0;
  color: #182033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-card p, .wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-step-card p, .wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-trust-card p{
  margin: 11px 0 0;
  color: #5e6779;
  font-weight: 450;
  line-height: 1.68;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7c4dff, #00c2a8);
  box-shadow: 0 12px 28px rgba(124, 77, 255, 0.23);
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-icon::after{
  display: block;
  margin: auto;
  color: #ffffff;
  font-size: 22px;
  font-weight: 850;
  line-height: 1;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-icon-preview::after{
  content: "↯";
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-icon-copy::after{
  content: "⧉";
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-icon-spark::after{
  content: "✦";
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-icon-message::after{
  content: "⌁";
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-icon-mobile::after{
  content: "▯";
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-icon-clean::after{
  content: "✓";
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(31, 42, 68, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(28, 35, 58, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-step-card::after{
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 29px;
  width: 2px;
  background: linear-gradient(180deg, rgba(124, 77, 255, 0.25), rgba(0, 194, 168, 0.25));
  content: "";
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-step-card:last-child::after{
  display: none;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 194, 168, 0.24);
  box-shadow: 0 24px 68px rgba(28, 35, 58, 0.12);
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #121827, #6240d8);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 32px rgba(98, 64, 216, 0.22);
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124, 77, 255, 0.1), rgba(0, 194, 168, 0.12));
  color: #205f6a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-trust-card{
  text-align: center;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-trust-mark{
  display: inline-flex;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: radial-gradient(circle at 30% 30%, #ffffff 0 18%, transparent 19%), linear-gradient(135deg, #00c2a8, #7c4dff);
  box-shadow: 0 16px 34px rgba(0, 194, 168, 0.2);
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-trust-mark::after{
  margin: auto;
  color: #ffffff;
  content: "✓";
  font-size: 24px;
  font-weight: 900;
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-455 .tc-wp-content-root .udfg-content-wrap .udfg-reveal.udfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .udfg-content-wrap .udfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .udfg-content-wrap .udfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .udfg-content-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-card, .tc-wp-content-root .udfg-content-wrap .udfg-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .udfg-content-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-card p, .tc-wp-content-root .udfg-content-wrap .udfg-step-card p, .tc-wp-content-root .udfg-content-wrap .udfg-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-step-card::after{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .udfg-content-wrap .udfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .udfg-content-wrap .udfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .udfg-content-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-card, .tc-wp-content-root .udfg-content-wrap .udfg-trust-card{
    padding: 24px;
  }.tc-wp-content-root .udfg-content-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-card p, .tc-wp-content-root .udfg-content-wrap .udfg-step-card p, .tc-wp-content-root .udfg-content-wrap .udfg-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-step-card::after{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .udfg-content-wrap .udfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .udfg-content-wrap .udfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .udfg-content-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-card, .tc-wp-content-root .udfg-content-wrap .udfg-trust-card{
    padding: 28px;
  }.tc-wp-content-root .udfg-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-card p, .tc-wp-content-root .udfg-content-wrap .udfg-step-card p, .tc-wp-content-root .udfg-content-wrap .udfg-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-step-card::after{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .udfg-content-wrap .udfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .udfg-content-wrap .udfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .udfg-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-card-grid{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .udfg-content-wrap .udfg-card, .tc-wp-content-root .udfg-content-wrap .udfg-trust-card{
    padding: 30px;
  }.tc-wp-content-root .udfg-content-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-card p, .tc-wp-content-root .udfg-content-wrap .udfg-step-card p, .tc-wp-content-root .udfg-content-wrap .udfg-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-step-list{
    gap: 20px;
    margin-top: 46px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-step-card{
    gap: 24px;
    padding: 30px;
  }}@media (min-width: 1024px){.tc-wp-content-root .udfg-content-wrap .udfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .udfg-content-wrap .udfg-container{
    padding: 0 34px;
  }.tc-wp-content-root .udfg-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-card-grid{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .udfg-content-wrap .udfg-card, .tc-wp-content-root .udfg-content-wrap .udfg-trust-card{
    padding: 32px;
  }.tc-wp-content-root .udfg-content-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-card p, .tc-wp-content-root .udfg-content-wrap .udfg-step-card p, .tc-wp-content-root .udfg-content-wrap .udfg-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-step-list{
    gap: 22px;
    margin-top: 52px;
  }.tc-wp-content-root .udfg-content-wrap .udfg-step-card{
    gap: 28px;
    padding: 34px;
  }}.wpc-scope-455 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .udfg-step-content{}