@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-232 .tc-wp-content-root img, .wpc-scope-232 .tc-wp-content-root video, .wpc-scope-232 .tc-wp-content-root svg, .wpc-scope-232 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content, .wpc-scope-232 .tc-wp-content-root .pfgen-content div, .wpc-scope-232 .tc-wp-content-root .pfgen-content section, .wpc-scope-232 .tc-wp-content-root .pfgen-content article{
  box-sizing: border-box;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-section{
  position: relative;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-section-white{
  background: #ffffff;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-section-soft{
  background: linear-gradient(180deg, #fbfaf8 0%, #f6f8fb 100%);
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #7b3ff2;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-kicker::before, .wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-kicker::after{
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #ff4fa3, #7b3ff2, #00a6ff);
}.wpc-scope-232 .tc-wp-content-root .pfgen-content h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-heading p{
  margin: 16px auto 0;
  color: #586174;
  line-height: 1.72;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-card{
  position: relative;
  height: 100%;
  min-width: 0;
  border: 1px solid rgba(123, 63, 242, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(18, 28, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 79, 163, 0.18), rgba(123, 63, 242, 0.13), rgba(0, 166, 255, 0.14));
  transition: opacity 260ms ease;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-card:hover{
  transform: translateY(-6px);
  border-color: rgba(123, 63, 242, 0.28);
  box-shadow: 0 24px 58px rgba(18, 28, 45, 0.13);
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-card:hover::before{
  opacity: 1;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-card h3{
  position: relative;
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5f687a;
  line-height: 1.68;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4fa3, #7b3ff2 58%, #00a6ff);
  box-shadow: 0 12px 24px rgba(123, 63, 242, 0.24);
  transition: transform 260ms ease;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-card:hover .pfgen-icon{
  transform: translateY(-3px) rotate(-2deg);
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-icon::before, .wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-icon-preview::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: transparent;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-icon-preview::after{
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-icon-copy::before{
  left: 16px;
  top: 12px;
  width: 15px;
  height: 19px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-icon-copy::after{
  left: 11px;
  top: 17px;
  width: 15px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-icon-spark::before{
  left: 20px;
  top: 9px;
  width: 6px;
  height: 28px;
  border-radius: 99px;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-icon-spark::after{
  left: 9px;
  top: 20px;
  width: 28px;
  height: 6px;
  border-radius: 99px;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-icon-mobile::after{
  left: 21px;
  top: 31px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-icon-brand::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  transform: rotate(45deg);
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-icon-brand::after{
  left: 20px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7b3ff2;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-icon-simple::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 4px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-icon-simple::after{
  display: none;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(123, 63, 242, 0.13);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(18, 28, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-step:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 79, 163, 0.28);
  box-shadow: 0 24px 54px rgba(18, 28, 45, 0.12);
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-step-number{
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4fa3, #7b3ff2 60%, #00a6ff);
  box-shadow: 0 16px 34px rgba(123, 63, 242, 0.26);
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-step-content h3{
  margin: 0;
  color: #141b2d;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-step-content p{
  margin: 8px 0 0;
  color: #5f687a;
  line-height: 1.7;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-use-card{
  overflow: hidden;
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-badge{
  position: relative;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #6b35db;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  background: rgba(123, 63, 242, 0.09);
  border: 1px solid rgba(123, 63, 242, 0.14);
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-benefit{
  border-color: rgba(0, 166, 255, 0.16);
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00a6ff, #7b3ff2);
  box-shadow: 0 12px 24px rgba(0, 166, 255, 0.22);
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-benefit-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 10px;
  height: 17px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(42deg);
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-232 .tc-wp-content-root .pfgen-content .pfgen-reveal.pfgen-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .pfgen-content .pfgen-section{
    padding: 46px 0;
  }.tc-wp-content-root .pfgen-content .pfgen-container{
    padding: 0 14px;
  }.tc-wp-content-root .pfgen-content h2{
    font-size: 27px;
  }.tc-wp-content-root .pfgen-content .pfgen-heading p{
    font-size: 14px;
  }.tc-wp-content-root .pfgen-content .pfgen-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .pfgen-content .pfgen-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .pfgen-content .pfgen-card h3, .tc-wp-content-root .pfgen-content .pfgen-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .pfgen-content .pfgen-card p, .tc-wp-content-root .pfgen-content .pfgen-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .pfgen-content .pfgen-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .pfgen-content .pfgen-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .pfgen-content .pfgen-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .pfgen-content .pfgen-section{
    padding: 52px 0;
  }.tc-wp-content-root .pfgen-content .pfgen-container{
    padding: 0 18px;
  }.tc-wp-content-root .pfgen-content h2{
    font-size: 30px;
  }.tc-wp-content-root .pfgen-content .pfgen-heading p{
    font-size: 15px;
  }.tc-wp-content-root .pfgen-content .pfgen-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .pfgen-content .pfgen-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .pfgen-content .pfgen-card h3, .tc-wp-content-root .pfgen-content .pfgen-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .pfgen-content .pfgen-card p, .tc-wp-content-root .pfgen-content .pfgen-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .pfgen-content .pfgen-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .pfgen-content .pfgen-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .pfgen-content .pfgen-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .pfgen-content .pfgen-section{
    padding: 60px 0;
  }.tc-wp-content-root .pfgen-content .pfgen-container{
    padding: 0 22px;
  }.tc-wp-content-root .pfgen-content h2{
    font-size: 34px;
  }.tc-wp-content-root .pfgen-content .pfgen-heading p{
    font-size: 16px;
  }.tc-wp-content-root .pfgen-content .pfgen-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .pfgen-content .pfgen-card{
    padding: 28px;
  }.tc-wp-content-root .pfgen-content .pfgen-card h3, .tc-wp-content-root .pfgen-content .pfgen-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .pfgen-content .pfgen-card p, .tc-wp-content-root .pfgen-content .pfgen-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .pfgen-content .pfgen-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .pfgen-content .pfgen-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .pfgen-content .pfgen-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .pfgen-content .pfgen-section{
    padding: 76px 0;
  }.tc-wp-content-root .pfgen-content .pfgen-container{
    padding: 0 32px;
  }.tc-wp-content-root .pfgen-content h2{
    font-size: 42px;
  }.tc-wp-content-root .pfgen-content .pfgen-heading p{
    font-size: 17px;
  }.tc-wp-content-root .pfgen-content .pfgen-grid-three, .tc-wp-content-root .pfgen-content .pfgen-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .pfgen-content .pfgen-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .pfgen-content .pfgen-card{
    padding: 30px;
  }.tc-wp-content-root .pfgen-content .pfgen-card h3, .tc-wp-content-root .pfgen-content .pfgen-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .pfgen-content .pfgen-card p, .tc-wp-content-root .pfgen-content .pfgen-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .pfgen-content .pfgen-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .pfgen-content .pfgen-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .pfgen-content .pfgen-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .pfgen-content .pfgen-section{
    padding: 96px 0;
  }.tc-wp-content-root .pfgen-content .pfgen-container{
    padding: 0 34px;
  }.tc-wp-content-root .pfgen-content h2{
    font-size: 48px;
  }.tc-wp-content-root .pfgen-content .pfgen-heading p{
    font-size: 18px;
  }.tc-wp-content-root .pfgen-content .pfgen-grid-three, .tc-wp-content-root .pfgen-content .pfgen-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .pfgen-content .pfgen-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .pfgen-content .pfgen-card{
    padding: 32px;
  }.tc-wp-content-root .pfgen-content .pfgen-card h3, .tc-wp-content-root .pfgen-content .pfgen-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .pfgen-content .pfgen-card p, .tc-wp-content-root .pfgen-content .pfgen-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .pfgen-content .pfgen-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .pfgen-content .pfgen-step{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .pfgen-content .pfgen-step-number{
    width: 78px;
    height: 78px;
    font-size: 23px;
  }}