@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-672 .tc-wp-content-root img, .wpc-scope-672 .tc-wp-content-root video, .wpc-scope-672 .tc-wp-content-root svg, .wpc-scope-672 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content, .wpc-scope-672 .tc-wp-content-root .tfg1001-content section, .wpc-scope-672 .tc-wp-content-root .tfg1001-content div, .wpc-scope-672 .tc-wp-content-root .tfg1001-content article{
  box-sizing: border-box;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-section{
  position: relative;
  width: 100%;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-section-white{
  background: #ffffff;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f7fbff 100%);
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(138, 92, 246, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(138, 92, 246, 0.12), rgba(20, 184, 166, 0.12));
  color: #5d3fd3;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-heading p{
  margin: 16px auto 0;
  color: #586174;
  font-weight: 450;
  line-height: 1.72;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(21, 32, 55, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  box-shadow: 0 16px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(138, 92, 246, 0.42), rgba(20, 184, 166, 0.28), rgba(245, 158, 11, 0.22));
  opacity: 0;
  transition: opacity 260ms 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-672 .tc-wp-content-root .tfg1001-content .tfg1001-card:hover{
  transform: translateY(-5px);
  border-color: rgba(138, 92, 246, 0.22);
  box-shadow: 0 22px 60px rgba(17, 24, 39, 0.11);
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-card:hover::before{
  opacity: 1;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-card h3{
  margin: 0;
  color: #151b2d;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-card p{
  margin: 12px 0 0;
  color: #5d6678;
  font-weight: 430;
  line-height: 1.7;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #8b5cf6 0%, #14b8a6 100%);
  box-shadow: 0 12px 28px rgba(93, 63, 211, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-card:hover .tfg1001-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-icon::before, .wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 17px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background: transparent;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-icon-spark::after{
  width: 6px;
  height: 6px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-icon-clean::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.9), 0 14px 0 rgba(255, 255, 255, 0.75);
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-icon-device::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-icon-device::after{
  width: 5px;
  height: 2px;
  left: 21px;
  bottom: 13px;
  border-radius: 999px;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-icon-style::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-icon-style::after{
  width: 12px;
  height: 3px;
  right: 8px;
  bottom: 12px;
  border-radius: 999px;
  transform: rotate(-35deg);
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(21, 32, 55, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-step-card::after{
  content: "";
  position: absolute;
  left: 38px;
  top: 100%;
  width: 2px;
  height: 24px;
  background: linear-gradient(180deg, rgba(138, 92, 246, 0.45), rgba(20, 184, 166, 0));
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-step-card:last-child::after{
  display: none;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(20, 184, 166, 0.24);
  box-shadow: 0 24px 62px rgba(17, 24, 39, 0.1);
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background: linear-gradient(135deg, #111827 0%, #5d3fd3 55%, #14b8a6 100%);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(93, 63, 211, 0.26);
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-step-content{
  min-width: 0;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-step-content h3{
  margin: 0;
  color: #151b2d;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-step-content p{
  margin: 10px 0 0;
  color: #5d6678;
  font-weight: 430;
  line-height: 1.72;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-use-card{
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.1), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-use-card::after{
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-top: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8b5cf6, #14b8a6);
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-trust-card{
  overflow: hidden;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-trust-card::after{
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(138, 92, 246, 0.13), rgba(20, 184, 166, 0.13));
  pointer-events: none;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #effaf8;
  color: #0f766e;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-672 .tc-wp-content-root .tfg1001-content .tfg1001-reveal.tfg1001-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 .tfg1001-content .tfg1001-section{
    padding: 54px 0;
  }.tc-wp-content-root .tfg1001-content .tfg1001-container{
    padding: 0 14px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-card{
    padding: 22px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-card h3, .tc-wp-content-root .tfg1001-content .tfg1001-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-card p, .tc-wp-content-root .tfg1001-content .tfg1001-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-step-card::after{
    left: 36px;
    height: 18px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .tfg1001-content .tfg1001-section{
    padding: 60px 0;
  }.tc-wp-content-root .tfg1001-content .tfg1001-container{
    padding: 0 18px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-card{
    padding: 24px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-card h3, .tc-wp-content-root .tfg1001-content .tfg1001-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-card p, .tc-wp-content-root .tfg1001-content .tfg1001-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-step-card::after{
    left: 38px;
    height: 20px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .tfg1001-content .tfg1001-section{
    padding: 68px 0;
  }.tc-wp-content-root .tfg1001-content .tfg1001-container{
    padding: 0 22px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-heading h2{
    font-size: 33px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-heading p{
    font-size: 16px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-card{
    padding: 26px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-card h3, .tc-wp-content-root .tfg1001-content .tfg1001-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-card p, .tc-wp-content-root .tfg1001-content .tfg1001-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-steps{
    gap: 22px;
    margin-top: 38px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .tfg1001-content .tfg1001-section{
    padding: 82px 0;
  }.tc-wp-content-root .tfg1001-content .tfg1001-container{
    padding: 0 30px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-card{
    padding: 28px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-card h3, .tc-wp-content-root .tfg1001-content .tfg1001-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-card p, .tc-wp-content-root .tfg1001-content .tfg1001-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .tfg1001-content .tfg1001-section{
    padding: 96px 0;
  }.tc-wp-content-root .tfg1001-content .tfg1001-container{
    padding: 0 32px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tfg1001-content .tfg1001-card{
    padding: 30px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-card h3, .tc-wp-content-root .tfg1001-content .tfg1001-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-card p, .tc-wp-content-root .tfg1001-content .tfg1001-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .tfg1001-content .tfg1001-step-number{
    width: 78px;
    height: 78px;
    font-size: 22px;
  }}